It seems quite a few seem to be requesting the good old X MultiMedia System after it disappeared from Debian and Ubuntu. A few people have provided HOWTOs for building XMMS from source or installing an older package, but I find this method a bit cumbersome to do on all my systems. So I've created this little repository.
Add the relevant two lines mentioned below to /etc/apt/sources.list and run aptitude update && aptitude install xmms
deb http://www.pvv.ntnu.no/~knuta/xmms/lenny ./ deb-src http://www.pvv.ntnu.no/~knuta/xmms/lenny ./
deb http://www.pvv.ntnu.no/~knuta/xmms/hardy ./ deb-src http://www.pvv.ntnu.no/~knuta/xmms/hardy ./
deb http://www.pvv.ntnu.no/~knuta/xmms/jaunty ./ deb-src http://www.pvv.ntnu.no/~knuta/xmms/jaunty ./
deb http://www.pvv.ntnu.no/~knuta/xmms/karmic ./ deb-src http://www.pvv.ntnu.no/~knuta/xmms/karmic ./
sudo aptitude install fakeroot sudo apt-get build-dep xmms apt-get -b source xmmsThis should give you a few files and a directory with names starting with "xmms". The interesting one is xmms_1.2.11-1_<arch>.deb (where <arch> is your architecture). It can be installed using:
dpkg -i xmms_1.2.11-1_<arch>.deb
sudo apt-get build-dep libglib1.2-dev apt-get -b source libglib1.2-dev sudo dpkg -i libglib1.2-dev_1.2.10-19build1_*.deb libglib1.2ldbl_1.2.10-19build1_*.deb sudo apt-get build-dep libgtk1.2 apt-get -b source libgtk1.2 sudo dpkg -i libgtk1.2_1.2.10-18.1build2_*.deb libgtk1.2-common_1.2.10-18.1build2_all.deb libgtk1.2-dev_1.2.10-18.1build2_*.debAfter doing this, try building and installing xmms again.
Sorry, no guarantees for you today either. The packages should work fine, but for all I know they could blow up your computer and steal your car. Actually, I've hardly even tested the ones for Ubuntu, since I'm a Debian user. I just added the Ubuntu packages since quite a few people seem to want them. If you have any problems you may let me know, but don't expect next-business-day support ;-)
-- Knut Auvor Grythe