source: multimedia/audioutils/audacious.xml@ 299a107

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 299a107 was c7df738, checked in by Pierre Labastie <pieere@…>, 7 years ago

Minor fixes

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

  • Property mode set to 100644
File size: 11.9 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
[755bb92]8 "http://distfiles.audacious-media-player.org/audacious-&audacious-version;.tar.bz2">
[e8ec946]9 <!ENTITY audacious-download-ftp " ">
[d000a6e5]10 <!ENTITY audacious-md5sum "e5172095152678ede37aadd0e82d161f">
[22c3fc8e]11 <!ENTITY audacious-size "580 KB">
12 <!ENTITY audacious-buildsize "18 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
[755bb92]16 "http://distfiles.audacious-media-player.org/audacious-plugins-&audacious-plugins-version;.tar.bz2">
[d000a6e5]17 <!ENTITY audacious-plugins-md5sum "20710cd19fa08c4bffb6cb33002872df">
[22c3fc8e]18 <!ENTITY audacious-plugins-size "1.7 MB">
[ff28363]19 <!ENTITY audacious-plugins-buildsize "55 MB (with Gtk user interface)">
[22c3fc8e]20 <!ENTITY audacious-plugins-time "0.9 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
[1476a943]44 &lfs80_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
118 <xref 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
125 <xref linkend="gnome-icon-theme"/> (runtime)
[c91a73e]126 </para>
[cbfe279]127
128 <bridgehead renderas="sect4">Optional</bridgehead>
[c91a73e]129 <para role="optional">
130 <xref linkend="pcre"/> or
[b22a6dbc]131 <ulink url="https://github.com/kkos/oniguruma">Oniguruma</ulink>, and
132 <xref linkend="valgrind"/>
133<!-- <ulink url="http://atheme.org/projects/libguess.html">libguess</ulink>-->
[245b1ee]134 </para>
[c909857d]135
[c7df738]136 <bridgehead renderas="sect4">Recommended (for Plugins)</bridgehead>
137 <para role="recommended">
138 <xref linkend="mpg123"/>
139 </para>
140
[c909857d]141 <bridgehead renderas="sect4">Optional (for Plugins)</bridgehead>
[e2e42c7]142 <para role="optional">
143 <xref linkend="curl"/>,
144 <xref linkend="faad2"/>,
145 <xref linkend="ffmpeg"/>,
[b2208110]146 <xref linkend="flac"/>,
147 <xref linkend="lame"/>,
148 <xref linkend="libcdio"/> (to identify and play CDs),
[e2e42c7]149 <xref linkend="libnotify"/>,
[b22a6dbc]150 <xref linkend="libsamplerate"/>,
[b2208110]151 <xref linkend="libsndfile"/>,
152 <xref linkend="libvorbis"/>,
153 <xref linkend="neon"/> (for online mpg3 and ogg radio),
[b22a6dbc]154 <xref linkend="pulseaudio"/>,
[b2208110]155 <xref linkend="sdl"/>,
[e2e42c7]156 <ulink url="http://sourceforge.net/projects/bs2b/">The Bauer
[f90448e]157 stereophonic-to-binaural DSP (bs2b) library</ulink>,
[b2208110]158 <ulink url="http://sourceforge.net/apps/trac/fluidsynth/">FluidSynth</ulink>,
159 <ulink url="http://jackit.sourceforge.net/">JACK</ulink>
160 (requires <xref linkend="libsamplerate"/>),
[b22a6dbc]161<!-- <ulink url="http://sourceforge.net/projects/libbinio/">libbinio</ulink>
162 (to build the AdPlug plugin),-->
[b2208110]163 <ulink url="http://sourceforge.net/projects/libcue/">libcue</ulink>,
164 <ulink url="http://sourceforge.net/projects/modplug-xmms/">libmodplug</ulink>,
165 <ulink url="http://sourceforge.net/projects/libmms">libmms</ulink>,
166 <ulink url="http://www.lirc.org/">LIRC</ulink>, and
[2510117]167 <ulink url="http://www.wavpack.com/">WavPack</ulink>
[e2e42c7]168 </para>
[cbfe279]169
[c91a73e]170 <para condition="html" role="usernotes">
171 User Notes: <ulink url="&blfs-wiki;/audacious"/>
172 </para>
[cbfe279]173 </sect2>
174
175 <sect2 role="installation">
176 <title>Installation of Audacious</title>
177
[c91a73e]178 <para>
179 Install <application>Audacious</application> by running the following
[b2e8ddf]180 commands (you may wish to change the stamp to another string):
[c91a73e]181 </para>
[cbfe279]182
[bb11ee6]183<screen><userinput>TPUT=/bin/true ./configure --prefix=/usr \
184 --with-buildstamp="BLFS" &amp;&amp;
[c909857d]185make</userinput></screen>
[2e4d1617]186<!--
[2510117]187 <para>
188 If you have <xref linkend="doxygen"/> installed and wish to build the
189 API documentation, issue <command>doxygen</command>.
[2e4d1617]190 </para>-->
[2510117]191
[c91a73e]192 <para>
[8a877fb]193 This package does not come with a test suite, but you can run, before
194 installing, test <command>src/balsa</command>. You will see a lot of
195 debugging messages scrolling in the console. This is actually useful
196 because they can be used to track down a bug.
[c91a73e]197 </para>
[87aea531]198
[c91a73e]199 <para>
200 Now, as the <systemitem class="username">root</systemitem> user:
201 </para>
[c909857d]202
[c91a73e]203<screen role="root"><userinput>make install</userinput></screen>
[2e4d1617]204<!--
[2510117]205 <para>
206 If you built the API documentation, install it as the
207 <systemitem class="username">root</systemitem> user by issuing:
208 </para>
209
210<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/audacious-&audacious-version;/api &amp;&amp;
211install -v -m644 doc/html/* \
[2e4d1617]212 /usr/share/doc/audacious-&audacious-version;/api</userinput></screen>-->
[c909857d]213 </sect2>
214
215 <sect2 role="installation">
216 <title>Installation of Audacious Plugins</title>
[b2e8ddf]217<!--
[755bb92]218 <note>
219 <para>
220 If <application>Xorg</application> is not installed in
221 <filename class="directory">/usr</filename>, tell the linker
222 where to find it:
223 </para>
[e1827ca]224
225<screen><userinput>export LIBRARY_PATH=$XORG_PREFIX/lib</userinput></screen>
[755bb92]226
[b2e8ddf]227 </note>-->
[e1827ca]228
[c91a73e]229 <para>
230 Install the required plugins package by unpacking the tarball, changing
[1a518e97]231 into the newly created directory, and issuing the following commands:
[c91a73e]232 </para>
[c909857d]233
[22c3fc8e]234<screen><userinput>TPUT=/bin/true ./configure --prefix=/usr --disable-wavpack &amp;&amp;
[cbfe279]235make</userinput></screen>
236
[c91a73e]237 <para>
238 This package does not come with a test suite.
239 </para>
[cbfe279]240
[c91a73e]241 <para>
242 Now, as the <systemitem class="username">root</systemitem> user:
243 </para>
[cbfe279]244
245<screen role="root"><userinput>make install</userinput></screen>
[2946338a]246
247 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
248 href="../../xincludes/update-icons-and-desktop.xml"/>
[c91a73e]249 </sect2>
250
251 <sect2 role="commands">
252 <title>Command Explanations</title>
[cbfe279]253
[c91a73e]254 <para>
255 <parameter>TPUT=/bin/true</parameter>: the default is for
[b22a6dbc]256 <command>make</command> to output text in color. This is fine if you are
[c91a73e]257 building in a terminal, but if you script the build process and pipe the
258 output from <command>make</command> to a log file then the control
259 characters used to color the text can make the logfile unreadable. This
260 option stops it coloring the text.
261 </para>
[f3d174f]262
[b22a6dbc]263 <para><parameter>--with-buildstamp</parameter>: This switch appends
[f3d174f]264 the given text to the version string.</para>
[2e4d1617]265
[1a518e97]266 <para><parameter>--disable-wavpack</parameter>: This switch is required
[22c3fc8e]267 unless the optional WavPack package is installed.</para>
268
[1a518e97]269 <para><option>--disable-gtk</option>: Use this to disable GTK+ support.</para>
270
[040f17b]271 <para><option>--disable-mp3</option>: Use this for the plugins if you have
272 not installed mpg123 and do not wish to play mp3 files.</para>
273
[b22a6dbc]274 <para><option>--enable-qt</option>: Use this to enable Qt support.</para>
275
[2e4d1617]276 <para><option>--enable-valgrind</option>: Allow better Valgrind leak checks.</para>
277
[cbfe279]278 </sect2>
279
[87aea531]280 <sect2 role="configuration">
281 <title>Configuring Audacious</title>
282
[c91a73e]283 <para>
[2510117]284 If you prefer the old, smaller Winamp/XMMS interface, click on View&gt;
285 Interface&gt; Winamp Classic Interface.
[c91a73e]286 </para>
[755bb92]287
[b22a6dbc]288 <para>
289 If you built with both Gtk and Qt user interfaces, the Qt version
290 can be executed from a terminal, issuing <command>audacious
291 --qt</command>. If you wish a desktop menu entry to execute this Qt
292 version, issue the following commands as the <systemitem
293 class="username">root</systemitem> user:
294 </para>
295
296<screen role="root"><userinput>cp -v /usr/share/applications/audacious{,-qt}.desktop &amp;&amp;
297
298sed -e '/^Name/ s/$/ Qt/' \
299 -e '/Exec=/ s/audacious/&amp; --qt/' \
300 -i /usr/share/applications/audacious-qt.desktop</userinput></screen>
301
[87aea531]302 </sect2>
[c91a73e]303
[cbfe279]304 <sect2 role="content">
305 <title>Contents</title>
306
307 <segmentedlist>
[c909857d]308 <segtitle>Installed Programs</segtitle>
309 <segtitle>Installed Libraries</segtitle>
[cbfe279]310 <segtitle>Installed Directories</segtitle>
311
312 <seglistitem>
[c91a73e]313 <seg>
[755bb92]314 audacious and audtool
315 </seg>
316 <seg>
[13d0d6f0]317 libaudcore.so, libaudgui.so, libaudqt.so, libaudtag.so, and several
[b22a6dbc]318 plugin libraries under /usr/lib/audacious/ sub-directories
[755bb92]319 </seg>
[c91a73e]320 <seg>
[b22a6dbc]321 /usr/include/{audacious,libaudcore,libaudgui,libaudqt},
[66370fc]322 /usr/lib/audacious and
323 /usr/share/audacious
[87aea531]324 </seg>
[cbfe279]325 </seglistitem>
326 </segmentedlist>
327
328 <variablelist>
329 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
330 <?dbfo list-presentation="list"?>
331 <?dbhtml list-presentation="table"?>
332
333 <varlistentry id="audacious-prog">
334 <term><command>audacious</command></term>
335 <listitem>
[c91a73e]336 <para>
[755bb92]337 is a GTK+2 port of <application>XMMS</application> based on the
[c91a73e]338 <application>Beep Media Player</application>.
339 </para>
[cbfe279]340 <indexterm zone="audacious audacious-prog">
341 <primary sortas="b-audacious">audacious</primary>
342 </indexterm>
343 </listitem>
344 </varlistentry>
345
[87aea531]346 <varlistentry id="audtool">
347 <term><command>audtool</command></term>
348 <listitem>
[c91a73e]349 <para>
350 is a small tool to modify the behavior of a running
351 <command>audacious</command> instance.
352 </para>
[87aea531]353 <indexterm zone="audacious audtool">
354 <primary sortas="b-audtool">audtool</primary>
355 </indexterm>
356 </listitem>
357 </varlistentry>
358
[cbfe279]359 </variablelist>
[755bb92]360
[cbfe279]361 </sect2>
[755bb92]362
[cbfe279]363</sect1>
Note: See TracBrowser for help on using the repository browser.