How to install
Add the relevant two lines mentioned below to /etc/apt/sources.list and run aptitude update && aptitude install xmms
Debian Lenny (aka testing) 32- and 64-bit x86
deb http://www.pvv.ntnu.no/~knuta/xmms/lenny ./ deb-src http://www.pvv.ntnu.no/~knuta/xmms/lenny ./
Ubuntu Hardy 32- and 64-bit x86
deb http://www.pvv.ntnu.no/~knuta/xmms/hardy ./ deb-src http://www.pvv.ntnu.no/~knuta/xmms/hardy ./
Ubuntu Intrepid 32- and 64-bit x86
deb http://www.pvv.ntnu.no/~knuta/xmms/intrepid ./ deb-src http://www.pvv.ntnu.no/~knuta/xmms/intrepid ./
If your architecture is missing
These packages are only build for 32- and 64-bit x86 architectures.
However, you can easily build your own ones if you have another
architecture. Simply add the repositories and do as follows:
aptitude install fakeroot apt-get build-dep xmms apt-get -b source xmms
This 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
|