source: multimedia/audioutils/audacious.xml@ 9f12e36

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 9f12e36 was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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

  • Property mode set to 100644
File size: 4.8 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 </sect1info>
22
23 <title>Audacious-&audacious-version;</title>
24
25 <indexterm zone="audacious">
26 <primary sortas="a-Audacious">Audacious</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Audacious</title>
31
32 <para><application>Audacious</application> is a Gtk+-2 audio player.</para>
33
34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>Download (HTTP): <ulink url="&audacious-download-http;"/></para>
38 </listitem>
39 <listitem>
40 <para>Download (FTP): <ulink url="&audacious-download-ftp;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download MD5 sum: &audacious-md5sum;</para>
44 </listitem>
45 <listitem>
46 <para>Download size: &audacious-size;</para>
47 </listitem>
48 <listitem>
49 <para>Estimated disk space required: &audacious-buildsize;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated build time: &audacious-time;</para>
53 </listitem>
54 </itemizedlist>
55
56 <bridgehead renderas="sect3">audacious Dependencies</bridgehead>
57
58 <bridgehead renderas="sect4">Required</bridgehead>
59 <para role="required"><xref linkend="libglade"/></para>
60
61 <bridgehead renderas="sect4">Optional</bridgehead>
62 <para role="optional"><xref linkend="id3lib"/>,
63 <xref linkend="GConf"/>,
64 <xref linkend="gnome-vfs"/>,
65 <xref linkend="alsa"/>,
66 <xref linkend="esound"/>,
67 <xref linkend="arts"/>,
68 <xref linkend="flac"/>,
69 <ulink url="http://jackit.sourceforge.net/">JACK</ulink>,
70 <xref linkend="libvorbis"/> and
71 <xref linkend="libmikmod"/></para>
72
73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/audacious"/></para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of Audacious</title>
80
81 <para>The <application>Audacious</application>
82 <command>configure</command> script will
83 complain if it can't find <xref linkend="libvorbis"/>. If you have it
84 installed, you can omit the <parameter>--disable-vorbis</parameter>
85 option:</para>
86
87<screen><userinput>./configure --prefix=/usr --disable-vorbis &amp;&amp;
88make</userinput></screen>
89
90 <para>This package does not come with a test suite.</para>
91
92 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
93
94<screen role="root"><userinput>make install</userinput></screen>
95
96 </sect2>
97
98 <sect2 role="content">
99 <title>Contents</title>
100
101 <segmentedlist>
102 <segtitle>Installed Program</segtitle>
103 <segtitle>Installed Library</segtitle>
104 <segtitle>Installed Directories</segtitle>
105
106 <seglistitem>
107 <seg>audacious</seg>
108 <seg>libaudacious.so and numerous input, output, effects, and general
109 plugins</seg>
110 <seg>/usr/include/audacious, /usr/lib/audacious and
111 /usr/share/audacious</seg>
112 </seglistitem>
113 </segmentedlist>
114
115 <variablelist>
116 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
117 <?dbfo list-presentation="list"?>
118 <?dbhtml list-presentation="table"?>
119
120 <varlistentry id="audacious-prog">
121 <term><command>audacious</command></term>
122 <listitem>
123 <para>is a Gtk2 port of <application>XMMS</application> based on the
124 <application>Beep Media Player</application>.</para>
125 <indexterm zone="audacious audacious-prog">
126 <primary sortas="b-audacious">audacious</primary>
127 </indexterm>
128 </listitem>
129 </varlistentry>
130
131 <varlistentry id="libaudacious">
132 <term><filename class='libraryfile'>libaudacious.so</filename></term>
133 <listitem>
134 <para>contains functions that are used by
135 <command>audacious</command> to render its
136 graphical interface.</para>
137 <indexterm zone="audacious libaudacious">
138 <primary sortas="c-libaudacious">libaudacious.so</primary>
139 </indexterm>
140 </listitem>
141 </varlistentry>
142
143 </variablelist>
144
145 </sect2>
146
147</sect1>
Note: See TracBrowser for help on using the repository browser.