I finally managed to find a repository with Amarok 1.4
Add to Adept Software Sources
deb http://ppa.launchpad.net/bogdanb/ppa/ubuntu jaunty main
Add key
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com \
0x1d7e9dd033e89ba781e32a24b9f1c432ae74ae63
Update sources, remove Amarok 2 and add 1.4
sudo apt-get update
sudo apt-get remove amarok
sudo apt-get install amarok14
Add to Adept Software Sources
deb http://ppa.launchpad.net/bogdanb/ppa/ubuntu jaunty main
Add key
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com \
0x1d7e9dd033e89ba781e32a24b9f1c432ae74ae63
Update sources, remove Amarok 2 and add 1.4
sudo apt-get update
sudo apt-get remove amarok
sudo apt-get install amarok14
Comment