Audacious is a Gtk+-2 based audio player.
Download (HTTP): http://distfiles.atheme.org/audacious-1.3.2.tgz
Download (FTP): ftp://ftp.linux.ee/pub/gentoo/distfiles/distfiles/audacious-1.3.2.tgz
Download MD5 sum: b784a30604a2f9d84e9da310069f43f9
Download size: 1.7 MB
Estimated disk space required: 86 MB (includes all plugins and documentation)
Estimated build time: 1.9 SBU
Required
Plugins: http://distfiles.atheme.org/audacious-plugins-1.3.5.tgz
Md5 sum: ff6b5901367337f8149e15c8fb1fdf95
Size: 2.9 MB
Optional
Ugly Plugins: http://distfiles.atheme.org/audacious-plugins-ugly-1.3.0.tgz
Md5 sum: 3c6274c334c60e092135202a37c61dc2
Size: 438 KB
Additional plugins can be downloaded from http://audacious-media-player.org/index.php?title=Plugins. Note that these third-party plugins are not supported by the Audacious development team.
PCRE-7.6 or Oniguruma, Secret Rabbit Code (a.k.a. libsamplerate), and GTK-Doc-1.8
AdPlug, ALSA-1.0.13, aRts-1.5.9, cURL-7.16.3, EsounD-0.2.37, JACK, LAME-3.97, libmad-0.15.1b, libmpcdec (requires libmms, libsndfile, libvorbis-1.2.0, LIRC, projectM, PulseAudio, rocklight (only for IBM Thinkpads), SDL-1.2.11, TagLib), and WavPack
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/audacious
Install Audacious by running the following commands:
./configure --prefix=/usr && make
If you wish to create the SDK documentation, issue the following command: make documentation-build.
This package does not come with a test suite.
Now, as the root
user:
make install && install -v -m644 -D README /usr/share/doc/audacious-1.3.2/README
If you created the SDK documentation, install it by issuing the
following commands as the root
user:
install -v -m755 -d /usr/share/gtk-doc/html/{,lib}audacious && install -v -m644 doc/audacious/html/* \ /usr/share/gtk-doc/html/audacious && install -v -m644 doc/libaudacious/html/* \ /usr/share/gtk-doc/html/libaudacious
--enable-one-plugin-dir
and
--disable-user-plugin-dir
: These
options are used to determine how the plugins are stored. Review
the ouput from ./configure
--help for information.
--enable-chardet
: This option is used
to enable character set detection support.
--enable-samplerate
: This option is
used to enable libsamplerate support.
Install the required plugins package by unpacking the tarball, changing into the newly created directory, and issuing the following commands:
./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root
user:
make install
If desired, repeat this procedure for the optional plugins package.
Last updated on 2008-03-16 06:14:39 -0500