source: multimedia/audioutils/audacious.xml@ 177d84bd

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 bdubbs/svn kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 177d84bd was 177d84bd, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Update to libxslt-1.1.33.
Update to libxml2-2.9.9.
Update to audacious{,-plugins}-3.10.1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20923 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 11.7 KB
RevLine 
[cbfe279]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[cbfe279]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[c91a73e]7 <!ENTITY audacious-download-http
[88191d22]8 "https://distfiles.audacious-media-player.org/audacious-&audacious-version;.tar.bz2">
[e8ec946]9 <!ENTITY audacious-download-ftp " ">
[177d84bd]10 <!ENTITY audacious-md5sum "9dfcf0290f766d91b0e195a232d4e4bf">
11 <!ENTITY audacious-size "552 KB">
12 <!ENTITY audacious-buildsize "22 MB (with Gtk user interface)">
[8ee3e19c]13 <!ENTITY audacious-time "0.3 SBU (with Gtk user interface)">
[755bb92]14
[c91a73e]15 <!ENTITY audacious-plugins-download
[88191d22]16 "https://distfiles.audacious-media-player.org/audacious-plugins-&audacious-plugins-version;.tar.bz2">
[177d84bd]17 <!ENTITY audacious-plugins-md5sum "c54e49a3a32c0df2beaf4fdf14a4bd75">
18 <!ENTITY audacious-plugins-size "1.6 MB">
19 <!ENTITY audacious-plugins-buildsize "49 MB (with Gtk user interface)">
20 <!ENTITY audacious-plugins-time "0.7 SBU (with Gtk user interface)">
[cbfe279]21]>
22
[c909857d]23<sect1 id="audacious" xreflabel="Audacious-&audacious-version;">
[cbfe279]24 <?dbhtml filename="audacious.html"?>
25
26 <sect1info>
[3b560a0]27 <othername>$LastChangedBy$</othername>
28 <date>$Date$</date>
[cbfe279]29 </sect1info>
30
31 <title>Audacious-&audacious-version;</title>
32
33 <indexterm zone="audacious">
[3b560a0]34 <primary sortas="a-Audacious">Audacious</primary>
[cbfe279]35 </indexterm>
36
37 <sect2 role="package">
38 <title>Introduction to Audacious</title>
39
[c91a73e]40 <para>
[97a2b57]41 <application>Audacious</application> is an audio player.
[245b1ee]42 </para>
[cbfe279]43
[e156fcd]44 &lfs83_checked;
[87aea531]45
[cbfe279]46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
[c91a73e]49 <para>
50 Download (HTTP): <ulink url="&audacious-download-http;"/>
51 </para>
[cbfe279]52 </listitem>
53 <listitem>
[c91a73e]54 <para>
55 Download (FTP): <ulink url="&audacious-download-ftp;"/>
56 </para>
[cbfe279]57 </listitem>
58 <listitem>
[c91a73e]59 <para>
60 Download MD5 sum: &audacious-md5sum;
61 </para>
[cbfe279]62 </listitem>
63 <listitem>
[c91a73e]64 <para>
65 Download size: &audacious-size;
66 </para>
[cbfe279]67 </listitem>
68 <listitem>
[c91a73e]69 <para>
70 Estimated disk space required: &audacious-buildsize;
71 </para>
[cbfe279]72 </listitem>
73 <listitem>
[c91a73e]74 <para>
75 Estimated build time: &audacious-time;
76 </para>
[cbfe279]77 </listitem>
78 </itemizedlist>
79
[c909857d]80 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
81 <itemizedlist spacing="compact">
[2510117]82 <title>Required Plugins</title>
[c909857d]83 <listitem>
[c91a73e]84 <para>
[14e86f0]85 Download (HTTP): <ulink url="&audacious-plugins-download;"/>
[c91a73e]86 </para>
[c909857d]87 </listitem>
88 <listitem>
[c91a73e]89 <para>
[14e86f0]90 Download MD5 sum: &audacious-plugins-md5sum;
[245b1ee]91 </para>
92 </listitem>
93 <listitem>
94 <para>
[14e86f0]95 Download size: &audacious-plugins-size;
[245b1ee]96 </para>
97 </listitem>
98 <listitem>
99 <para>
[14e86f0]100 Estimated disk space required: &audacious-plugins-buildsize;
[c91a73e]101 </para>
[c909857d]102 </listitem>
103 <listitem>
[c91a73e]104 <para>
[14e86f0]105 Estimated build time: &audacious-plugins-time;
[c91a73e]106 </para>
[c909857d]107 </listitem>
108 </itemizedlist>
[54f740f]109
[c909857d]110 <bridgehead renderas="sect3">Audacious Dependencies</bridgehead>
[cbfe279]111
112 <bridgehead renderas="sect4">Required</bridgehead>
[c91a73e]113 <para role="required">
[316d9591]114 <xref linkend="gtk2"/> or
[b22a6dbc]115 <xref linkend="qt5"/> (or both),
[b2e8ddf]116 <xref linkend="libxml2"/> (plugins),
117 <xref linkend="xorg-env"/> (plugins), and
[f5fc7d0]118 <xref role="runtime" linkend="x-window-system"/> (runtime)
[c91a73e]119 </para>
[e8ec946]120
121 <bridgehead renderas="sect4">Recommended</bridgehead>
[c91a73e]122 <para role="optional">
[54666831]123 <xref linkend="alsa"/> and
[a4354244]124 <xref linkend="dbus"/>, also
[f5fc7d0]125 <xref role="runtime" linkend="gnome-icon-theme"/> (runtime)
[c91a73e]126 </para>
[cbfe279]127
128 <bridgehead renderas="sect4">Optional</bridgehead>
[c91a73e]129 <para role="optional">
[5926d1a7]130 <!-- no sign of these in 3.9, commented pro tem
[c91a73e]131 <xref linkend="pcre"/> or
[5926d1a7]132 <ulink url="https://github.com/kkos/oniguruma">Oniguruma</ulink>, and -->
[b22a6dbc]133 <xref linkend="valgrind"/>
134<!-- <ulink url="http://atheme.org/projects/libguess.html">libguess</ulink>-->
[245b1ee]135 </para>
[c909857d]136
[c7df738]137 <bridgehead renderas="sect4">Recommended (for Plugins)</bridgehead>
138 <para role="recommended">
139 <xref linkend="mpg123"/>
140 </para>
141
[c909857d]142 <bridgehead renderas="sect4">Optional (for Plugins)</bridgehead>
[e2e42c7]143 <para role="optional">
144 <xref linkend="curl"/>,
145 <xref linkend="faad2"/>,
146 <xref linkend="ffmpeg"/>,
[b2208110]147 <xref linkend="flac"/>,
148 <xref linkend="lame"/>,
149 <xref linkend="libcdio"/> (to identify and play CDs),
[e2e42c7]150 <xref linkend="libnotify"/>,
[b22a6dbc]151 <xref linkend="libsamplerate"/>,
[b2208110]152 <xref linkend="libsndfile"/>,
153 <xref linkend="libvorbis"/>,
154 <xref linkend="neon"/> (for online mpg3 and ogg radio),
[b22a6dbc]155 <xref linkend="pulseaudio"/>,
[b2208110]156 <xref linkend="sdl"/>,
[e2e42c7]157 <ulink url="http://sourceforge.net/projects/bs2b/">The Bauer
[f90448e]158 stereophonic-to-binaural DSP (bs2b) library</ulink>,
[b2208110]159 <ulink url="http://sourceforge.net/apps/trac/fluidsynth/">FluidSynth</ulink>,
160 <ulink url="http://jackit.sourceforge.net/">JACK</ulink>
161 (requires <xref linkend="libsamplerate"/>),
[b22a6dbc]162<!-- <ulink url="http://sourceforge.net/projects/libbinio/">libbinio</ulink>
163 (to build the AdPlug plugin),-->
[b2208110]164 <ulink url="http://sourceforge.net/projects/libcue/">libcue</ulink>,
165 <ulink url="http://sourceforge.net/projects/modplug-xmms/">libmodplug</ulink>,
166 <ulink url="http://sourceforge.net/projects/libmms">libmms</ulink>,
167 <ulink url="http://www.lirc.org/">LIRC</ulink>, and
[2510117]168 <ulink url="http://www.wavpack.com/">WavPack</ulink>
[e2e42c7]169 </para>
[cbfe279]170
[c91a73e]171 <para condition="html" role="usernotes">
172 User Notes: <ulink url="&blfs-wiki;/audacious"/>
173 </para>
[cbfe279]174 </sect2>
175
176 <sect2 role="installation">
177 <title>Installation of Audacious</title>
178
[c91a73e]179 <para>
180 Install <application>Audacious</application> by running the following
[b2e8ddf]181 commands (you may wish to change the stamp to another string):
[c91a73e]182 </para>
[cbfe279]183
[bb11ee6]184<screen><userinput>TPUT=/bin/true ./configure --prefix=/usr \
185 --with-buildstamp="BLFS" &amp;&amp;
[c909857d]186make</userinput></screen>
[2e4d1617]187<!--
[2510117]188 <para>
189 If you have <xref linkend="doxygen"/> installed and wish to build the
190 API documentation, issue <command>doxygen</command>.
[2e4d1617]191 </para>-->
[2510117]192
[c91a73e]193 <para>
[5926d1a7]194 This package does not come with a test suite.
[c91a73e]195 </para>
[87aea531]196
[c91a73e]197 <para>
198 Now, as the <systemitem class="username">root</systemitem> user:
199 </para>
[c909857d]200
[c91a73e]201<screen role="root"><userinput>make install</userinput></screen>
[2e4d1617]202<!--
[2510117]203 <para>
204 If you built the API documentation, install it as the
205 <systemitem class="username">root</systemitem> user by issuing:
206 </para>
207
208<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/audacious-&audacious-version;/api &amp;&amp;
209install -v -m644 doc/html/* \
[2e4d1617]210 /usr/share/doc/audacious-&audacious-version;/api</userinput></screen>-->
[c909857d]211 </sect2>
212
213 <sect2 role="installation">
214 <title>Installation of Audacious Plugins</title>
[b2e8ddf]215<!--
[755bb92]216 <note>
217 <para>
218 If <application>Xorg</application> is not installed in
219 <filename class="directory">/usr</filename>, tell the linker
220 where to find it:
221 </para>
[e1827ca]222
223<screen><userinput>export LIBRARY_PATH=$XORG_PREFIX/lib</userinput></screen>
[755bb92]224
[b2e8ddf]225 </note>-->
[e1827ca]226
[c91a73e]227 <para>
228 Install the required plugins package by unpacking the tarball, changing
[1a518e97]229 into the newly created directory, and issuing the following commands:
[c91a73e]230 </para>
[c909857d]231
[22c3fc8e]232<screen><userinput>TPUT=/bin/true ./configure --prefix=/usr --disable-wavpack &amp;&amp;
[cbfe279]233make</userinput></screen>
234
[c91a73e]235 <para>
236 This package does not come with a test suite.
237 </para>
[cbfe279]238
[c91a73e]239 <para>
240 Now, as the <systemitem class="username">root</systemitem> user:
241 </para>
[cbfe279]242
243<screen role="root"><userinput>make install</userinput></screen>
[2946338a]244
245 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
246 href="../../xincludes/update-icons-and-desktop.xml"/>
[c91a73e]247 </sect2>
248
249 <sect2 role="commands">
250 <title>Command Explanations</title>
[cbfe279]251
[c91a73e]252 <para>
253 <parameter>TPUT=/bin/true</parameter>: the default is for
[b22a6dbc]254 <command>make</command> to output text in color. This is fine if you are
[c91a73e]255 building in a terminal, but if you script the build process and pipe the
256 output from <command>make</command> to a log file then the control
257 characters used to color the text can make the logfile unreadable. This
258 option stops it coloring the text.
259 </para>
[f3d174f]260
[b22a6dbc]261 <para><parameter>--with-buildstamp</parameter>: This switch appends
[f3d174f]262 the given text to the version string.</para>
[2e4d1617]263
[1a518e97]264 <para><parameter>--disable-wavpack</parameter>: This switch is required
[22c3fc8e]265 unless the optional WavPack package is installed.</para>
266
[1a518e97]267 <para><option>--disable-gtk</option>: Use this to disable GTK+ support.</para>
268
[040f17b]269 <para><option>--disable-mp3</option>: Use this for the plugins if you have
270 not installed mpg123 and do not wish to play mp3 files.</para>
271
[b22a6dbc]272 <para><option>--enable-qt</option>: Use this to enable Qt support.</para>
273
[2e4d1617]274 <para><option>--enable-valgrind</option>: Allow better Valgrind leak checks.</para>
275
[cbfe279]276 </sect2>
277
[87aea531]278 <sect2 role="configuration">
279 <title>Configuring Audacious</title>
280
[c91a73e]281 <para>
[2510117]282 If you prefer the old, smaller Winamp/XMMS interface, click on View&gt;
283 Interface&gt; Winamp Classic Interface.
[c91a73e]284 </para>
[755bb92]285
[b22a6dbc]286 <para>
287 If you built with both Gtk and Qt user interfaces, the Qt version
288 can be executed from a terminal, issuing <command>audacious
289 --qt</command>. If you wish a desktop menu entry to execute this Qt
290 version, issue the following commands as the <systemitem
291 class="username">root</systemitem> user:
292 </para>
293
294<screen role="root"><userinput>cp -v /usr/share/applications/audacious{,-qt}.desktop &amp;&amp;
295
296sed -e '/^Name/ s/$/ Qt/' \
297 -e '/Exec=/ s/audacious/&amp; --qt/' \
298 -i /usr/share/applications/audacious-qt.desktop</userinput></screen>
299
[87aea531]300 </sect2>
[c91a73e]301
[cbfe279]302 <sect2 role="content">
303 <title>Contents</title>
304
305 <segmentedlist>
[c909857d]306 <segtitle>Installed Programs</segtitle>
307 <segtitle>Installed Libraries</segtitle>
[cbfe279]308 <segtitle>Installed Directories</segtitle>
309
310 <seglistitem>
[c91a73e]311 <seg>
[755bb92]312 audacious and audtool
313 </seg>
314 <seg>
[13d0d6f0]315 libaudcore.so, libaudgui.so, libaudqt.so, libaudtag.so, and several
[b22a6dbc]316 plugin libraries under /usr/lib/audacious/ sub-directories
[755bb92]317 </seg>
[c91a73e]318 <seg>
[b22a6dbc]319 /usr/include/{audacious,libaudcore,libaudgui,libaudqt},
[66370fc]320 /usr/lib/audacious and
321 /usr/share/audacious
[87aea531]322 </seg>
[cbfe279]323 </seglistitem>
324 </segmentedlist>
325
326 <variablelist>
327 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
328 <?dbfo list-presentation="list"?>
329 <?dbhtml list-presentation="table"?>
330
331 <varlistentry id="audacious-prog">
332 <term><command>audacious</command></term>
333 <listitem>
[c91a73e]334 <para>
[755bb92]335 is a GTK+2 port of <application>XMMS</application> based on the
[c91a73e]336 <application>Beep Media Player</application>.
337 </para>
[cbfe279]338 <indexterm zone="audacious audacious-prog">
339 <primary sortas="b-audacious">audacious</primary>
340 </indexterm>
341 </listitem>
342 </varlistentry>
343
[87aea531]344 <varlistentry id="audtool">
345 <term><command>audtool</command></term>
346 <listitem>
[c91a73e]347 <para>
348 is a small tool to modify the behavior of a running
349 <command>audacious</command> instance.
350 </para>
[87aea531]351 <indexterm zone="audacious audtool">
352 <primary sortas="b-audtool">audtool</primary>
353 </indexterm>
354 </listitem>
355 </varlistentry>
356
[cbfe279]357 </variablelist>
[755bb92]358
[cbfe279]359 </sect2>
[755bb92]360
[cbfe279]361</sect1>
Note: See TracBrowser for help on using the repository browser.