source: multimedia/audioutils/audacious.xml@ fd65789

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fd65789 was 7a3c1cb, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Update to audacious-3.4.1
Update to ghostscript-9.10
Update to graphviz-2.34.0

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

  • Property mode set to 100644
File size: 10.5 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 " ">
[7a3c1cb]10 <!ENTITY audacious-md5sum "f7f00c2b7d50f2da42be457efe2c376d">
11 <!ENTITY audacious-size "468 KB">
[60b998a]12 <!ENTITY audacious-buildsize "15 MB">
[7a3c1cb]13 <!ENTITY audacious-time "0.2 SBU">
[755bb92]14
[c91a73e]15 <!ENTITY audacious-plugins-download
[755bb92]16 "http://distfiles.audacious-media-player.org/audacious-plugins-&audacious-plugins-version;.tar.bz2">
[7a3c1cb]17 <!ENTITY audacious-plugins-md5sum "74c9929190dee4b95db8633d4edb2afb">
[2510117]18 <!ENTITY audacious-plugins-size "1.7 MB">
[7a3c1cb]19 <!ENTITY audacious-plugins-buildsize "42 MB">
20 <!ENTITY audacious-plugins-time "0.6 SBU">
[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>
[755bb92]41 <application>Audacious</application> is a <application>GTK+</application>
[2510117]42 based audio player.
[245b1ee]43 </para>
[cbfe279]44
[dd6a9c4]45 &lfs74_checked;
[87aea531]46
[cbfe279]47 <bridgehead renderas="sect3">Package Information</bridgehead>
48 <itemizedlist spacing="compact">
49 <listitem>
[c91a73e]50 <para>
51 Download (HTTP): <ulink url="&audacious-download-http;"/>
52 </para>
[cbfe279]53 </listitem>
54 <listitem>
[c91a73e]55 <para>
56 Download (FTP): <ulink url="&audacious-download-ftp;"/>
57 </para>
[cbfe279]58 </listitem>
59 <listitem>
[c91a73e]60 <para>
61 Download MD5 sum: &audacious-md5sum;
62 </para>
[cbfe279]63 </listitem>
64 <listitem>
[c91a73e]65 <para>
66 Download size: &audacious-size;
67 </para>
[cbfe279]68 </listitem>
69 <listitem>
[c91a73e]70 <para>
71 Estimated disk space required: &audacious-buildsize;
72 </para>
[cbfe279]73 </listitem>
74 <listitem>
[c91a73e]75 <para>
76 Estimated build time: &audacious-time;
77 </para>
[cbfe279]78 </listitem>
79 </itemizedlist>
80
[c909857d]81 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
82 <itemizedlist spacing="compact">
[2510117]83 <title>Required Plugins</title>
[c909857d]84 <listitem>
[c91a73e]85 <para>
86 Plugins: <ulink url="&audacious-plugins-download;"/>
87 </para>
[c909857d]88 </listitem>
89 <listitem>
[c91a73e]90 <para>
[245b1ee]91 Plugins Md5 sum: &audacious-plugins-md5sum;
92 </para>
93 </listitem>
94 <listitem>
95 <para>
96 Plugins Size: &audacious-plugins-size;
97 </para>
98 </listitem>
99 <listitem>
100 <para>
101 Estimated Plugins disk space required: &audacious-plugins-buildsize;
[c91a73e]102 </para>
[c909857d]103 </listitem>
104 <listitem>
[c91a73e]105 <para>
[245b1ee]106 Estimated Plugins build time: &audacious-plugins-time;
[c91a73e]107 </para>
[c909857d]108 </listitem>
109 </itemizedlist>
[54f740f]110
[c909857d]111 <bridgehead renderas="sect3">Audacious Dependencies</bridgehead>
[cbfe279]112
113 <bridgehead renderas="sect4">Required</bridgehead>
[c91a73e]114 <para role="required">
[2510117]115 <xref linkend="gtk3"/> and
116 <xref linkend="libxml2"/>
[c91a73e]117 </para>
[e8ec946]118
119 <bridgehead renderas="sect4">Recommended</bridgehead>
[c91a73e]120 <para role="optional">
[245b1ee]121 <xref linkend="dbus"/> and
[2510117]122 <xref linkend="alsa"/>
[c91a73e]123 </para>
[cbfe279]124
125 <bridgehead renderas="sect4">Optional</bridgehead>
[c91a73e]126 <para role="optional">
127 <xref linkend="pcre"/> or
[755bb92]128 <ulink url="http://www.geocities.jp/kosako3/oniguruma/">Oniguruma</ulink> and
[2510117]129 <ulink url="http://www.atheme.org/project/libguess">libguess</ulink>
[245b1ee]130 </para>
[c909857d]131
132 <bridgehead renderas="sect4">Optional (for Plugins)</bridgehead>
[e2e42c7]133 <para role="optional">
134 <xref linkend="curl"/>,
135 <xref linkend="neon"/> (for online mpg3 and ogg radio),
136 <xref linkend="lame"/>,
137 <xref linkend="flac"/>,
138 <xref linkend="libvorbis"/>,
139 <xref linkend="faad2"/>,
140 <xref linkend="ffmpeg"/>,
141 <xref linkend="sdl"/>,
142 <xref linkend="mpg123"/>,
143 <xref linkend="libnotify"/>,
144 <xref linkend='pulseaudio'/>,
[2510117]145 <xref linkend="libsndfile"/>,
146 <xref linkend='libsamplerate'/>,
147 <ulink url="http://www.lirc.org/">LIRC</ulink>,
[dd6a9c4]148 <ulink url="http://ftp.gnu.org/gnu/libcdio/">libcdio</ulink>
149 (both libcdio and libcdio-paranoia are needed to play CDs),
150 <ulink url="http://libcddb.sourceforge.net/">libcddb</ulink>
151 (to identify CDs),
[2510117]152 <ulink url="http://sourceforge.net/projects/modplug-xmms/">libmodplug</ulink>,
[e2e42c7]153 <ulink url="http://sourceforge.net/projects/libmms">libmms</ulink>,
[2510117]154 <ulink url="http://jackit.sourceforge.net/">JACK</ulink>
[755bb92]155 (requires <xref linkend="libsamplerate"/>),
[e2e42c7]156 <ulink url="http://sourceforge.net/apps/trac/fluidsynth/">FluidSynth</ulink>,
157 <ulink url="http://sourceforge.net/projects/libcue/">libcue</ulink>,
158 <ulink url="http://sourceforge.net/projects/bs2b/">The Bauer
[c91a73e]159 stereophonic-to-binaural DSP (bs2b) library</ulink>,
[2510117]160 <ulink url="http://sourceforge.net/projects/libbinio/">libbinio</ulink>
161 (to build the AdPlug plugin), and
162 <ulink url="http://www.wavpack.com/">WavPack</ulink>
[e2e42c7]163 </para>
[cbfe279]164
[c91a73e]165 <para condition="html" role="usernotes">
166 User Notes: <ulink url="&blfs-wiki;/audacious"/>
167 </para>
[cbfe279]168 </sect2>
169
170 <sect2 role="installation">
171 <title>Installation of Audacious</title>
172
[c91a73e]173 <para>
174 Install <application>Audacious</application> by running the following
175 commands:
176 </para>
[cbfe279]177
[2510117]178<screen><userinput>TPUT=/bin/true ./configure --prefix=/usr &amp;&amp;
[c909857d]179make</userinput></screen>
180
[2510117]181 <para>
182 If you have <xref linkend="doxygen"/> installed and wish to build the
183 API documentation, issue <command>doxygen</command>.
184 </para>
185
[c91a73e]186 <para>
187 This package does not come with a test suite.
188 </para>
[87aea531]189
[c91a73e]190 <para>
191 Now, as the <systemitem class="username">root</systemitem> user:
192 </para>
[c909857d]193
[c91a73e]194<screen role="root"><userinput>make install</userinput></screen>
[2510117]195
196 <para>
197 If you built the API documentation, install it as the
198 <systemitem class="username">root</systemitem> user by issuing:
199 </para>
200
201<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/audacious-&audacious-version;/api &amp;&amp;
202install -v -m644 doc/html/* \
203 /usr/share/doc/audacious-&audacious-version;/api</userinput></screen>
[c909857d]204 </sect2>
205
206 <sect2 role="installation">
207 <title>Installation of Audacious Plugins</title>
208
[755bb92]209 <note>
210 <para>
211 If <application>Xorg</application> is not installed in
212 <filename class="directory">/usr</filename>, tell the linker
213 where to find it:
214 </para>
[e1827ca]215
216<screen><userinput>export LIBRARY_PATH=$XORG_PREFIX/lib</userinput></screen>
[755bb92]217
[e1827ca]218 </note>
219
[c91a73e]220 <para>
221 Install the required plugins package by unpacking the tarball, changing
222 into the newly created directory, and issuing the following
223 commands:
224 </para>
[c909857d]225
[60b998a]226<screen><userinput>TPUT=/bin/true ./configure --prefix=/usr &amp;&amp;
[cbfe279]227make</userinput></screen>
228
[c91a73e]229 <para>
230 This package does not come with a test suite.
231 </para>
[cbfe279]232
[c91a73e]233 <para>
234 Now, as the <systemitem class="username">root</systemitem> user:
235 </para>
[cbfe279]236
237<screen role="root"><userinput>make install</userinput></screen>
[2946338a]238
239 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
240 href="../../xincludes/update-icons-and-desktop.xml"/>
[755bb92]241
[c91a73e]242 </sect2>
243
244 <sect2 role="commands">
245 <title>Command Explanations</title>
[cbfe279]246
[c91a73e]247 <para>
248 <parameter>TPUT=/bin/true</parameter>: the default is for
249 <command>make</command> to output text in color. This is fine if you're
250 building in a terminal, but if you script the build process and pipe the
251 output from <command>make</command> to a log file then the control
252 characters used to color the text can make the logfile unreadable. This
253 option stops it coloring the text.
254 </para>
[755bb92]255
[cbfe279]256 </sect2>
257
[87aea531]258 <sect2 role="configuration">
259 <title>Configuring Audacious</title>
260
[c91a73e]261 <para>
[2510117]262 If you prefer the old, smaller Winamp/XMMS interface, click on View&gt;
263 Interface&gt; Winamp Classic Interface.
[c91a73e]264 </para>
[755bb92]265
[87aea531]266 </sect2>
[c91a73e]267
[cbfe279]268 <sect2 role="content">
269 <title>Contents</title>
270
271 <segmentedlist>
[c909857d]272 <segtitle>Installed Programs</segtitle>
273 <segtitle>Installed Libraries</segtitle>
[cbfe279]274 <segtitle>Installed Directories</segtitle>
275
276 <seglistitem>
[c91a73e]277 <seg>
[755bb92]278 audacious and audtool
279 </seg>
280 <seg>
281 libaudclient.so, libaudcore.so, libaudgui.so and
282 libaudtag.so
283 </seg>
[c91a73e]284 <seg>
285 /usr/include/audacious,
286 /usr/include/libaudcore,
287 /usr/include/libaudgui,
288 /usr/lib/audacious and
[755bb92]289 /usr/share/audacious
[87aea531]290 </seg>
[cbfe279]291 </seglistitem>
292 </segmentedlist>
293
294 <variablelist>
295 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
296 <?dbfo list-presentation="list"?>
297 <?dbhtml list-presentation="table"?>
298
299 <varlistentry id="audacious-prog">
300 <term><command>audacious</command></term>
301 <listitem>
[c91a73e]302 <para>
[755bb92]303 is a GTK+2 port of <application>XMMS</application> based on the
[c91a73e]304 <application>Beep Media Player</application>.
305 </para>
[cbfe279]306 <indexterm zone="audacious audacious-prog">
307 <primary sortas="b-audacious">audacious</primary>
308 </indexterm>
309 </listitem>
310 </varlistentry>
311
[87aea531]312 <varlistentry id="audtool">
313 <term><command>audtool</command></term>
314 <listitem>
[c91a73e]315 <para>
316 is a small tool to modify the behavior of a running
317 <command>audacious</command> instance.
318 </para>
[87aea531]319 <indexterm zone="audacious audtool">
320 <primary sortas="b-audtool">audtool</primary>
321 </indexterm>
322 </listitem>
323 </varlistentry>
324
[2510117]325 <varlistentry id="libaudclient">
[755bb92]326 <term><filename class="libraryfile">libaudclient.so</filename></term>
[cbfe279]327 <listitem>
[c91a73e]328 <para>
329 contains functions that are used by <command>audacious</command> to
330 render its graphical interface.
331 </para>
[2510117]332 <indexterm zone="audacious libaudclient">
333 <primary sortas="c-libaudclient">libaudclient.so</primary>
[cbfe279]334 </indexterm>
335 </listitem>
336 </varlistentry>
337
338 </variablelist>
[755bb92]339
[cbfe279]340 </sect2>
[755bb92]341
[cbfe279]342</sect1>
Note: See TracBrowser for help on using the repository browser.