Audacious is a Gtk+ based audio player.
This package is known to build and work properly using an LFS-7.3 platform.
Download (HTTP): http://distfiles.audacious-media-player.org/audacious-3.3.3.tar.bz2
Download MD5 sum: 644ef7fa37319d261b933c86b5ab3a95
Download size: 470 KB
Estimated disk space required: 13 MB
Estimated build time: 0.3 SBU
Required Plugins
Plugins: http://distfiles.audacious-media-player.org/audacious-plugins-3.3.3.tar.bz2
Plugins Md5 sum: d77af4d5bff383cc7ab384da21f527f6
Plugins Size: 1.7 MB
Estimated Plugins disk space required: 45 MB
Estimated Plugins build time: 0.8 SBU
Required Patch (if you have libcdio >=v0.90 installed)
PCRE-8.32 or Oniguruma, and libguess
cURL-7.30.0, neon-0.29.6 (for online mpg3 and ogg radio), LAME-3.99.5, FLAC-1.2.1, libvorbis-1.3.3, FAAD2-2.7, FFmpeg-1.2.1, SDL-1.2.15, mpg123-1.15.3, libnotify-0.7.5, PulseAudio-3.0, libsndfile-1.0.25, libsamplerate-0.1.8, LIRC, libcdio, libcddb, libmodplug, libmms, JACK (requires libsamplerate-0.1.8), FluidSynth, libcue, The Bauer stereophonic-to-binaural DSP (bs2b) library, libbinio (to build the AdPlug plugin), 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
If you have Doxygen-1.8.4 installed and wish to build the API documentation, issue doxygen.
This package does not come with a test suite.
Now, as the root user:
make install
If you built the API documentation, install it as the root user by issuing:
install -v -m755 -d /usr/share/doc/audacious-3.3.3/api &&
install -v -m644 doc/html/* \
/usr/share/doc/audacious-3.3.3/api
If Xorg is not installed in
/usr, tell the linker where to find
it:
export LIBRARY_PATH=$XORG_PREFIX/lib
Install the required plugins package by unpacking the tarball, changing into the newly created directory, and issuing the following commands:
patch -Np1 -i ../audacious-plugins-3.3.3-libcdio_v0.90_fixes-1.patch && TPUT=/bin/true ./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root user:
make install
This package installes icon files into the /usr/share/icons/hicolor hierarchy and desktop
files into the /usr/share/applications hierarchy. You can
improve system performance and memory usage by updating
/usr/share/icons/hicolor/index.theme and
/usr/share/applications/mimeinfo.cache. To
perform the update you must have GTK+-2.24.17 or
GTK+-3.6.4 installed (for the icon cache) and
desktop-file-utils-0.21 (for the
desktop cache) and issue the following commands as the
root user:
gtk-update-icon-cache && update-desktop-database
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.
If you prefer the old, smaller Winamp/XMMS interface, click on View> Interface> Winamp Classic Interface.
Last updated on 2013-03-28 00:12:39 +0000