Compiling consonance on Ubuntu 9.04 (Jaunty)

Consonance is a decent media player. You know Foobar2000 from Windows? I love it. Very fast, small and easy.

Well the compilation in Ubuntu is not not that easy – the developer uses different distribution (Gentoo/Arch or somethink like that – always up-to-date libraries). We have to apply my patch that updates library versions which are used in Ubuntu:

wget http://static.zapletalovi.com/opensource/consonance/ubuntu904compilation.patch
agi autotools-dev libasound-dev libvorbis-dev libtagc0-dev libtag1-dev libvorbisfile3 libao-dev \
 libflac-dev libmad0-dev libnotify-dev libsndfile1-dev libsqlite3-dev libgtk2.0-0 cdbs \
 libcurl4-openssl-dev libcdio-dev libcdio-paranoia-dev libcddb2-dev libmodplug-dev
git clone git://github.com/sujith/consonance.git
patch -p0 < ./ubuntu904compilation.patch
./autogen.sh
./configure
make
make install

Thats it.