source: multimedia/audioutils/audacious.xml@ dff0c07f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 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 dff0c07f was dff0c07f, checked in by Andrew Benton <andy@…>, 18 years ago

Added id3lib to the Audacious dependencies

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

  • Property mode set to 100644
File size: 5.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY audacious-download-http "http://audacious-media-player.org/release/audacious-&audacious-version;.tgz">
8 <!ENTITY audacious-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/audacious-&audacious-version;.tgz">
9 <!ENTITY audacious-md5sum "a3e0f49be74eecb3c27a5a901cff0b66">
10 <!ENTITY audacious-size "3.1 MB">
11 <!ENTITY audacious-buildsize "44.1 MB">
12 <!ENTITY audacious-time "1.0 SBU">
13]>
14
15<sect1 id="audacious" xreflabel="audacious-&audacious-version;">
16 <?dbhtml filename="audacious.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">audacious-&audacious-version;.tar</keyword>
23 <keyword role="ftpdir">audacious</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Audacious-&audacious-version;</title>
28
29 <indexterm zone="audacious">
30 <primary sortas="a-Audacious">Audacious</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Audacious</title>
35
36 <para><application>Audacious</application> is a Gtk+-2 audio player.</para>
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&audacious-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&audacious-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &audacious-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &audacious-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &audacious-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &audacious-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">audacious Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required"><xref linkend="libglade"/></para>
64
65 <bridgehead renderas="sect4">Optional</bridgehead>
66 <para role="optional"><xref linkend="id3lib"/>,
67 <xref linkend="GConf"/>,
68 <xref linkend="gnome-vfs"/>,
69 <xref linkend="alsa"/>,
70 <xref linkend="esound"/>,
71 <xref linkend="arts"/>,
72 <xref linkend="flac"/>,
73 <ulink url="http://jackit.sourceforge.net/">JACK</ulink>,
74 <xref linkend="libvorbis"/> and
75 <xref linkend="libmikmod"/></para>
76
77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/audacious"/></para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of Audacious</title>
84
85 <para>The <application>Audacious</application>
86 <command>configure</command> script will
87 complain if it can't find <xref linkend="libvorbis"/>. If you have it
88 installed, you can omit the <parameter>--disable-vorbis</parameter>
89 option:</para>
90
91<screen><userinput>./configure --prefix=/usr --disable-vorbis &amp;&amp;
92make</userinput></screen>
93
94 <para>This package does not come with a test suite.</para>
95
96 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
97
98<screen role="root"><userinput>make install</userinput></screen>
99
100 </sect2>
101
102 <sect2 role="content">
103 <title>Contents</title>
104
105 <segmentedlist>
106 <segtitle>Installed Program</segtitle>
107 <segtitle>Installed Library</segtitle>
108 <segtitle>Installed Directories</segtitle>
109
110 <seglistitem>
111 <seg>audacious</seg>
112 <seg>libaudacious.so and numerous input, output, effects, and general
113 plugins</seg>
114 <seg>/usr/include/audacious, /usr/lib/audacious and
115 /usr/share/audacious</seg>
116 </seglistitem>
117 </segmentedlist>
118
119 <variablelist>
120 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
121 <?dbfo list-presentation="list"?>
122 <?dbhtml list-presentation="table"?>
123
124 <varlistentry id="audacious-prog">
125 <term><command>audacious</command></term>
126 <listitem>
127 <para>is a Gtk2 port of <application>XMMS</application> based on the
128 <application>Beep Media Player</application>.</para>
129 <indexterm zone="audacious audacious-prog">
130 <primary sortas="b-audacious">audacious</primary>
131 </indexterm>
132 </listitem>
133 </varlistentry>
134
135 <varlistentry id="libaudacious">
136 <term><filename class='libraryfile'>libaudacious.so</filename></term>
137 <listitem>
138 <para>contains functions that are used by
139 <command>audacious</command> to render its
140 graphical interface.</para>
141 <indexterm zone="audacious libaudacious">
142 <primary sortas="c-libaudacious">libaudacious.so</primary>
143 </indexterm>
144 </listitem>
145 </varlistentry>
146
147 </variablelist>
148
149 </sect2>
150
151</sect1>
Note: See TracBrowser for help on using the repository browser.