Amarok/Archives/MP3 on Ubuntu 5.10
The easiest way to get the needed packages and their dependencies is to un-comment the universe repository for APT. If you're using Adept:
- Open Adept
- Adept -> Manage Repositories
- Enable the line which ends with 'breezy universe'
- Click "Apply", "Close" and then choose "Fetch Updates"
- Now you can install the needed software, listed below. Because of simplicity those are commands you have to enter in Konsole. You can of course use Adept or Synaptic to install the named packages (listed in italics).
Run the listed command for your chosen engine below (in Konsole):
xine
- sudo apt-get install libmad0 libxine1c2
GStreamer
- sudo apt-get install libmad0 gstreamer0.8-mad
aRts
- sudo apt-get install libmad0 libarts1-mpeglib
Helix
- There is no Helix binary available for Kubuntu, you have to compile amaroK from source with a Real or Helix player installed.
Musicbrainz (It doesn't work for MP3 files otherwise)
- In Konsole:
- sudo su -c "echo \"deb http://archive.czessi.net/ubuntu/ breezy main\" >> /etc/apt/sources.list"
- wget http://www.czessi.net/kczessi.gpg #(optional)
- sudo apt-key add kczessi.gpg && rm kczessi.gpg #(optional)
- sudo apt-get update
- sudo apt-get install libtunepimp2c2 libtunepimp2-dev