Audacious is a Gtk+-2 based audio player.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://distfiles.atheme.org/audacious-3.1.tar.bz2
Download MD5 sum: 5ecdff54f4c32c6ae958095d23c57308
Download size: 775 KB
Estimated disk space required: 63 MB (typical)
Estimated build time: 1.1 SBU
Required
Plugins: http://distfiles.atheme.org/audacious-plugins-3.1.tar.bz2
Md5 sum: af35af836bf67fec4f762f7ddca104f2
Size: 2.1 MB
gtk+-3.2.3 or gtk+-2.24.8 (if both are installed it defaults to using gtk+-3.2.3) and libmowgli-0.9.95
PCRE-8.12 or Oniguruma, Secret Rabbit Code (a.k.a. libsamplerate), libguess and Doxygen-1.7.5
ALSA-1.0.24.1, cURL-7.22.0, neon-0.29.6 (for online mpg3 and ogg radio), LAME-3.99.3, FLAC-1.2.1, libvorbis-1.3.2, FAAD2-2.7, FFmpeg-0.9, SDL-1.2.14, mpg123-1.13.4, libnotify-0.4.5, PulseAudio-0.9.23, AdPlug, libcdio, libmms, libsndfile, JACK, libroar, FluidSynth, libmtp, libcue, The Bauer stereophonic-to-binaural DSP (bs2b) library, libbinio, and WavPack.
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/audacious
Install Audacious by running the following commands:
TPUT=/bin/true ./configure --prefix=/usr && make
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-3.1/README
TPUT=/bin/true
: the default
is for make to output
text in color. This is fine if you're building in a terminal, but
if you script the build process and pipe the output from
make to a log file
then the control characters used to color the text can make the
logfile unreadable. This option stops it coloring the text.
--enable-one-plugin-dir
and
--disable-user-plugin-dir
: These
options are used to determine how the plugins are stored. Review
the output from ./configure
--help for information.
Install the required plugins package by unpacking the tarball, changing into the newly created directory, and issuing the following commands:
TPUT=/bin/true ./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root
user:
make install
If you prefer the old, smaller, Winamp/XMMS interface click on View> Interface> Winamp Classic Interface
Last updated on 2011-12-13 00:02:58 +0000