2011年8月11日 星期四

Source Code install Audacious 3.0 in Ubuntu

1.Download audacious 3.0 and plug-ins

From http://audacious-media-player.org/

Audacious Core: audacious-3.0.1.tar.gz
$ wget http://distfiles.atheme.org/audacious-3.0.1.tar.gz
Audacious Plugins: audacious-plugins-3.0.1.tar.gz
$ wget http://distfiles.atheme.org/audacious-plugins-3.0.1.tar.gz

2.Install libmowgli and MCS

libmowgli
$ git clone git://git.atheme.org/libmowgli.git
$ cd libmowgli
$ ./configure
$ make
$ sudo make install

MCS
$ git clone git://git.atheme.org/libmcs.git
$ cd libmcs
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install

3. Install needed decoder

$sudo apt-get install libmpg123-dev libwavpack-dev libflac-dev libogg-dev libsndfile1-dev libvorbis-dev libdbus-glib-1-dev libguess-dev libgtk-3-dev

4.Install audacious 3.0 and plug-ins

$tar zxf  audacious-3.0.1.tar.gz
$ ./configure
$ make
$ sudo make install

$tar zxf  audacious-plugins-3.0.1.tar.gz
$ ./configure
$ make
$ sudo make install

Enjoy!


You can open the Album Art at "File -> Preference -> Plug-in -> General"

Check the "Album Art" Check-box

And right-click the title "Album Art"

"Dock at Top" or anywhere you want to dock.

沒有留言:

張貼留言