Hugh Buelow
Member
I have Ubuntu 13.1. So I guess I'm SoL then?
Well, I don't recommend using that PPA anyway. It seems out of date and I'm not sure it would work anyway. (I don't have ubuntu, so I can't compare the versions and the packages installed).
You can download the source code:
http://www.clementine-player.org/downloads
And can usually go to where you unpack the tar.gz file and do
to compileCode:./configure make
If you don't want to navigate to the folder each time, you could probably do something like
This will install clementine in /usr/local/bin , which is usually in $PATH.Code:./configure --prefix=/usr/local make sudo make install
You could also probably just make your own deb file, if you want the package manager to deal with it. Don't really know how to do that, though.
A few hints:
First, you need to remove the current install of clementine, otherwise, that might cause a conflict.
Second, you'll need to install the -dev packages of the required libraries.
According to the launchpad for clementine, this should do it:
Code:
sudo apt-get install cmake docbook-to-man libboost-dev libboost-serialization-dev libcdio-dev libchromaprint-dev libechonest-dev libfftw3-dev libglew-dev libgpod-dev libgstreamer-plugins-base0.10-dev libgstreamer0.10-dev libindicate-qt-dev liblastfm-dev libmtp-dev libplist-dev libprojectm-dev libprotobuf-dev libqjson-dev libqt4-dev libqt4-opengl-dev libqxt-dev libsparsehash-dev libsqlite3-dev libtag1-dev libusbmuxd-dev protobuf-compiler qt4-dev-tools