Winamp clone for xmms2. Fork of offical repo. Contains experiments; possibly broken.
Find a file
2016-06-23 12:00:10 -05:00
backend_xmmsclient++ Fix issue with recent boost versions 2016-06-23 12:00:10 -05:00
data OTHER: update functioncall in wscript to current api 2009-10-25 00:25:36 +02:00
dir_iterator Fixed build system again 2013-03-19 15:07:28 -07:00
src Fix issue with recent boost versions 2016-06-23 12:00:10 -05: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 OTHER: update changelog 2010-03-15 12:00:02 +01: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 Fixed build system 2011-10-03 20:38:24 -07:00
wscript OTHER: Update Changelog 2010-03-05 22:39:54 +01: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)