Software >
(on Wikipedia)
https://sourceforge.net/projects/xmms2/
https://github.com/xmms2/wiki/wiki
I think this might have been an attempt at a replacement for XMMS
It even supports Commodore SID via libSIDPlay2! =)
-
old website: wiki.xmms2.xmms.se
—
- 2009-03-26 – 0.5 on (distribution not recorded)
-
2007-06-30 – 0.2 on PCLinuxOS 2007
Table of Contents [hide]
2009-03-26 – 0.5 ∞
wget downloads.sourceforge.net/xmms2/xmms2-0.5DrLecter.tar.bz2 tar -xvvjf xmms2-0.5DrLecter.tar.bz2 cd xmms2-0.5DrLecter ./waf configure
Spoiler
Checking for Python version : 2.5.2
Traceback (most recent call last):
File "<string>", line 3, in <module>
File "/usr/lib/python2.5/distutils/sysconfig.py", line 535, in get_config_var
return get_config_vars().get(name)
File "/usr/lib/python2.5/distutils/sysconfig.py", line 493, in get_config_vars
func()
File "/usr/lib/python2.5/distutils/sysconfig.py", line 352, in _init_posix
raise DistutilsPlatformError(my_msg)
distutils.errors.DistutilsPlatformError: invalid Python installation: unable to open /usr/lib/python2.5/config/Makefile (No such file or directory)
Traceback (most recent call last):
File "./waf", line 6, in <module>
imp.load_source("waf","waf-light")
File "waf-light", line 355, in <module>
try: Scripting.Main()
File "/mnt/sdx/x/xmms2-0.5DrLecter/xmms2-0.5DrLecter/wafadmin/Scripting.py", line 114, in Main
configure()
File "/mnt/sdx/x/xmms2-0.5DrLecter/xmms2-0.5DrLecter/wafadmin/Scripting.py", line 86, in configure
conf.sub_config('')
File "/mnt/sdx/x/xmms2-0.5DrLecter/xmms2-0.5DrLecter/wafadmin/Configure.py", line 1022, in sub_config
ret = mod.configure(self)
File "/mnt/sdx/x/xmms2-0.5DrLecter/xmms2-0.5DrLecter/wscript", line 385, in configure
enabled_optionals, disabled_optionals = _configure_optionals(conf)
File "/mnt/sdx/x/xmms2-0.5DrLecter/xmms2-0.5DrLecter/wscript", line 138, in _configure_optionals
if conf.sub_config(x):
File "/mnt/sdx/x/xmms2-0.5DrLecter/xmms2-0.5DrLecter/wafadmin/Configure.py", line 1022, in sub_config
ret = mod.configure(self)
File "/mnt/sdx/x/xmms2-0.5DrLecter/xmms2-0.5DrLecter/src/clients/lib/python/wscript", line 24, in configure
conf.check_python_headers()):
File "/mnt/sdx/x/xmms2-0.5DrLecter/xmms2-0.5DrLecter/wafadmin/Tools/python.py", line 98, in check_python_headers
_get_python_variables(python, ["get_config_var('%s')" % x for x in v], ['from distutils.sysconfig import get_config_var'])
ValueError: need more than 0 values to unpack
2007-06-30 – 0.2 ∞
apt-get install libsqlite3_0-devel perl-devel ./waf configure ./waf build ./waf install
Running it:
xmms2d xmms2
Error:
xmms2: error while loading shared libraries: libxmmsclient-glib.so.1: cannot open shared object file: No such file or directory
I’m not willing to troubleshoot this any further..
