Friday, September 28, 2007

moodbar for amarok

if you have not yet installed packages to compile from source

sudo apt-get install build-essential

then the libraries for the program
sudo apt-get install fftw3-dev libgstreamer0.10-dev gstreamer0.10-plugins-base gstreamer-editor gstreamer-tools gstreamer0.10-plugins-ugly

and download the source file
wget http://pwsp.net/~qbob/moodbar-0.1.2.tar.gz

or get the lates from: http://amarok.kde.org/wiki/Moodbar#Source_Downloads
then extract
tar -xzvf moodbar-0.1.2.tar.gz

then go to the directory
cd moodbar-0.1.2

and do this. dont exactly know how this works
./configure --prefix=`pkg-config --variable=prefix gstreamer-0.10`
make
sudo make install

and its completed!
from: http://www.ubuntugeek.com/enable-moodbar-in-amarok-music-player.html

No comments: