Preparing your system
First you need to install following packages from your terminal
sudo apt-get install libgpod-common libgpod-dev libgpod4 kdelibs4-dev libxine-dev libdbus-qt-1-dev libtag1-dev libsqlite3-dev libtunepimp-dev libmysqlclient15-dev libpq-dev libvisual-0.4-dev libsdl1.2-dev libifp-dev libxine1 libxine1-ffmpeg build-essential checkinstall
Download amarok source
cd ~/Downloads
wget http://download.kde.org/stable/amarok/1.4.10/src/amarok-1.4.10.tar.bz2
tar -xvf amarok-1.4.10.tar.bz2
cd amarok-1.4.10
Patchs to Fix The Code (fix for GCC, Cover Manager and Wikipedia lookup)
wget http://yep.it/savedpatch/ -O amarok-1.4.10-gcc44.patch
patch -p1 < amarok-1.4.10-gcc44.patch
wget http://yep.it/savedpatch/ -O amarok-1.4.10-covermanager-fix.patch
patch -p1 < amarok-1.4.10-covermanager-fix.patch
wget http://yep.it/savedpatch/ -O amarok-1.4.10-wikipedia.patch
patch -p1 < amarok-1.4.10-wikipedia.patch
Compile & Install Amarok 1.4.10
./configure --without-arts
make
sudo make install
Restore Original Appication Icons
cd ~/Downloads
wget http://pprc.qmul.ac.uk/~jmorris/personal/amarok/ -O amarok.icons.__usr.share.icons__.tar.gz
sudo cp ~/Downloads/amarok.icons.__usr.share.icons__.tar.gz /usr/share/icons
cd /usr/share/icons
sudo tar zxvf amarok.icons.__usr.share.icons__.tar.gz
That's it and you are ready to launch amarok application
Source from here
Incoming search terms:
- install amarok 1 4 ubuntu 10 04
- amarok 1 4 ubuntu 10 04
- wget amarok
- ubuntu install amarok 1 4 in 10 04
- compiling amarok on ubuntu
- amarok 1 4 10 download
- amarok 1 4 ubuntu 10/04
- amarok 1 4 10 download ubuntu 10 04
- descargar amarok tar gz
- download amarok for linux tar gz





why not just use clementine its written in qt4 and is supposed to be an amarok 1.4 replacement
[Reply]
I’m still just using Amarok14 from the ppa:bogdanb list.
1) Run
add-apt-repository ppa:bogdanb/ppa
2) Open “/etc/apt/sources.list.d/bogdanb-ppa-lucid.list” and change “lucid” to “karmic”
Hopefully amarok2 is getting better. I’m ready to switch soon. About to test it myself actually.
[Reply]
@tal, doesn’t seem to be in the ubuntu repo…
[Reply]
Please, look at the source post, this one is not complete
[Reply]