source: multimedia/audioutils/audacious.xml@ cbfe279

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 cbfe279 was cbfe279, checked in by Andrew Benton <andy@…>, 18 years ago

It would help if I remembered to actually add the page...

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

  • Property mode set to 100644
File size: 4.9 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 " ">
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: randy $</othername>
20 <date>$Date: 2006-04-10 19:44:25 +0100 (Mon, 10 Apr 2006) $</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="GConf"/>,
67 <xref linkend="gnome-vfs"/>,
68 <xref linkend="alsa"/>,
69 <xref linkend="esound"/>,
70 <xref linkend="arts"/>,
71 <xref linkend="flac"/>,
72 <ulink url="http://jackit.sourceforge.net/">JACK</ulink>,
73 <xref linkend="libvorbis"/> and
74 <xref linkend="libmikmod"/></para>
75
76 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/audacious"/></para>
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of Audacious</title>
83
84 <para>The <application>Audacious</application> configure script will
85 complain if it can't find <xref linkend="libvorbis"/>. If you have it
86 installed you can omit the <command>--disable-vorbis</command> option:</para>
87
88<screen><userinput>./configure --prefix=/usr --disable-vorbis &amp;&amp;
89make</userinput></screen>
90
91 <para>Audacious does not come with a test suite.</para>
92
93 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
94
95<screen role="root"><userinput>make install</userinput></screen>
96
97 </sect2>
98
99 <sect2 role="content">
100 <title>Contents</title>
101
102 <segmentedlist>
103 <segtitle>Installed Program</segtitle>
104 <segtitle>Installed Library</segtitle>
105 <segtitle>Installed Directories</segtitle>
106
107 <seglistitem>
108 <seg>audacious</seg>
109 <seg>libaudacious.so and numerous input, output, effects, and general
110 plugins</seg>
111 <seg>/usr/include/audacious, /usr/lib/audacious and
112 /usr/share/audacious</seg>
113 </seglistitem>
114 </segmentedlist>
115
116 <variablelist>
117 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
118 <?dbfo list-presentation="list"?>
119 <?dbhtml list-presentation="table"?>
120
121 <varlistentry id="audacious-prog">
122 <term><command>audacious</command></term>
123 <listitem>
124 <para>is a Gtk2 port of <application>xmms</application> based on the
125 <application>Beep Media Player</application></para>
126 <indexterm zone="audacious audacious-prog">
127 <primary sortas="b-audacious">audacious</primary>
128 </indexterm>
129 </listitem>
130 </varlistentry>
131
132 <varlistentry id="libaudacious">
133 <term><filename class='libraryfile'>libaudacious.so</filename></term>
134 <listitem>
135 <para>contains functions that are used by audacious 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.