Winamp clone for xmms2. Fork of offical repo. Contains experiments; possibly broken.
Find a file
2010-02-07 02:13:34 +01:00
backend_xmmsclient++ OTHER: implement volume/balance handling in own class 2010-01-22 21:35:22 +01:00
data OTHER: update functioncall in wscript to current api 2009-10-25 00:25:36 +02:00
src OTHER: rename Skin.cpp -> skin.cpp 2010-02-07 02:13:34 +01:00
.gitignore OTHER: add waf buildscripts 2009-08-31 20:52:17 +02:00
AUTHORS OTHER: added logo sources, Thanks to AJ Ashton 2009-08-30 01:14:48 +02:00
ChangeLog RELEASE 0.1.0 2009-08-25 00:43:09 +02:00
COPYING Add copyright headers. 2006-03-15 16:52:40 -04:00
promoe.icns Added MacOSX icons. 2006-02-27 22:22:11 -03:00
README OTHER: remove qmake buildinformation and update README 2009-08-31 21:13:15 +02:00
TODO OTHER: add desktop file and disable current icon in promoe 2009-08-25 00:22:58 +02:00
waf OTHER: Update waf to 1.5.11 2010-01-22 02:23:38 +01:00
wscript OTHER: rename 'lib' directory to 'backend_xmmsclient++' 2009-10-17 20:25:35 +02:00

Required dependencies:
	* QT4.2.x           http://www.trolltech.no/
	* XMMS2             http://xmms2.xmms.org/
	* XMMS2 C++ bindings (make sure you have boost_signals when compiling xmms2)
	  - promoe works with 0.4DrK and 0.5DrL
	* Python for compiling

Optional dependencys:
	* Avahi     http://www.avahi.org/

Compiling:
	1) Run './waf configure' 
	2) Run './waf build'
	     This can take some time
	3) Run './waf install' to install
	4) Have fun

	To change the install directory, use 
	   './waf configure --prefix=<path>' at step 1

Reporting Bugs:
	preferred way to report bugs is through xmms2's bugtracker at
	'http://bugs.xmms2.xmms.se/' at project 'Client - Promoe'

Patches:
	Best practice to submit a path is through the bugtracker at
	'http://bugs.xmms2.xmms.se/' at project 'Client - Promoe'.

	Either append the patch to the bug it fixes or supply a link to your own
	git repository (github.com is a good place for your own public git
	repository)

	To discuss a patch or feature request, you can also try to reach the
	developer at xmms2's irc channel #xmms2 on freenode (irc.freenode.net)