diff --git a/general.ent b/general.ent
index c96c0ead32..765b126843 100644
--- a/general.ent
+++ b/general.ent
@@ -857,7 +857,8 @@ $Date$
-
+
+
diff --git a/general/genlib/mowgli.xml b/general/genlib/mowgli.xml
index 896d995bb2..81ad869715 100644
--- a/general/genlib/mowgli.xml
+++ b/general/genlib/mowgli.xml
@@ -35,6 +35,8 @@
tasks such as reference-counting, linked lists and spinlocks, and thus
helps programmers write better engineered code.
+ &lfs70_checked;
+
Package Information
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index e7b897e433..571b3ddf67 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -53,6 +53,9 @@
[abenton] - Updated libmowgli to 0.9.95.
+
+ [abenton] - Updated Audacious to 3.1.
+
diff --git a/multimedia/audioutils/audacious.xml b/multimedia/audioutils/audacious.xml
index 52f529011b..68bde5b836 100644
--- a/multimedia/audioutils/audacious.xml
+++ b/multimedia/audioutils/audacious.xml
@@ -4,18 +4,16 @@
%general-entities;
-
-
+
+
-
-
-
+
+
+
-
-
-
-
-
+
+
+
]>
@@ -39,6 +37,8 @@
Audacious is a Gtk+-2 based audio
player.
+ &lfs70_checked;
+
Package Information
@@ -75,17 +75,11 @@
-
-
Audacious DependenciesRequired
- and
-
+ and
+ Recommended
@@ -93,37 +87,39 @@
Optional or
Oniguruma,
- Secret Rabbit Code
- (a.k.a. libsamplerate),
- , and
-
+ Secret Rabbit
+ Code (a.k.a. libsamplerate),
+ libguess and
+ Optional (for Plugins)
- AdPlug,
- ,
- ,
- libcdio,
+ ,
,
- ,
- JACK,
+ (for online mpg3 and ogg radio),
,
- ,
- libmpcdec (requires
+ ,
+ ,
+ ,
+ ,
+ ,
+ ,
+ ,
+ AdPlug,
+ libcdio,
libmms,
libsndfile,
- ,
- LIRC,
- for online mpg3 and ogg radio,
- projectM,
+ JACK,
PulseAudio,
- rocklight (only for IBM Thinkpads),
- ,
- TagLib), and
- WavPack
-
- Optional (for Ugly Plugins)
-
+ libroar,
+ FluidSynth,
+ libmtp,
+ libcue,
+ The Bauer
+ stereophonic-to-binaural DSP (bs2b) library,
+
+ libbinio
+ and WavPack.User Notes:
@@ -136,13 +132,9 @@
Install Audacious by running the
following commands:
-./configure --prefix=/usr &&
+TPUT=/bin/true ./configure --prefix=/usr &&
make
-
-
This package does not come with a test suite.Now, as the root user:
@@ -150,53 +142,52 @@ makemake install &&
install -v -m644 -D README /usr/share/doc/audacious-&audacious-version;/README
-
-
Command Explanations
+ 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.
+
and
: These options are used to
- determine how the plugins are stored. Review the ouput from
+ determine how the plugins are stored. Review the output from
./configure --help for information.
- : This option is used to enable
- character set detection support.
-
- : This option is used to enable
- libsamplerate support.
-
Installation of Audacious Plugins
- Install the required plugins package by unpacking the tarball, changing
- into the newly created directory, and issuing the following
+ Install the required plugins package by unpacking the tarball,
+ changing into the newly created directory, and issuing the following
commands:
-./configure --prefix=/usr &&
+TPUT=/bin/true ./configure --prefix=/usr &&
makeThis package does not come with a test suite.
- Now, as the root user:
+ Now, as the root
+ user:make install
+
+ Configuring Audacious
+
+ If you prefer the old, smaller, Winamp/XMMS interface click on
+ View> Interface> Winamp Classic Interface
+
+
+ Contents
@@ -206,12 +197,16 @@ make
Installed Directories
- audacious, audacious-arts-helper and audtool
- libaudacious.so and numerous Container, Effect, General, Input,
- Output, Visualization, and amidi-plug plugin modules
- /usr/include/audacious, /usr/lib/audacious,
- /usr/share/audacious, /usr/share/doc/audacious-&audacious-version;
-
+ audacious and audtool
+ libaudacious.so, libaudclient.so, libaudgui.so and numerous
+ Container, Effect, General, Input, Output, Transport and Visualization
+ plugin modules (exactly what gets installed depends on the dependencies
+ you installed first)
+ /usr/include/audacious, /usr/include/libaudcore,
+ /usr/include/libaudgui, /usr/lib/audacious and
+ /usr/share/audacious
+
+
@@ -231,6 +226,17 @@ make
+
+ audtool
+
+ is a small tool to modify the behavior of a running
+ audacious instance.
+
+ audtool
+
+
+
+
libaudacious.so
@@ -243,6 +249,28 @@ make
+
+