mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
9f12e36459
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6192 af4574ff-66df-0310-9fd7-8a98e5e911e0
148 lines
4.8 KiB
XML
148 lines
4.8 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY audacious-download-http "http://audacious-media-player.org/release/audacious-&audacious-version;.tgz">
|
|
<!ENTITY audacious-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/audacious-&audacious-version;.tgz">
|
|
<!ENTITY audacious-md5sum "a3e0f49be74eecb3c27a5a901cff0b66">
|
|
<!ENTITY audacious-size "3.1 MB">
|
|
<!ENTITY audacious-buildsize "44.1 MB">
|
|
<!ENTITY audacious-time "1.0 SBU">
|
|
]>
|
|
|
|
<sect1 id="audacious" xreflabel="audacious-&audacious-version;">
|
|
<?dbhtml filename="audacious.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Audacious-&audacious-version;</title>
|
|
|
|
<indexterm zone="audacious">
|
|
<primary sortas="a-Audacious">Audacious</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Audacious</title>
|
|
|
|
<para><application>Audacious</application> is a Gtk+-2 audio player.</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&audacious-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&audacious-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &audacious-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &audacious-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &audacious-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &audacious-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">audacious Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required"><xref linkend="libglade"/></para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional"><xref linkend="id3lib"/>,
|
|
<xref linkend="GConf"/>,
|
|
<xref linkend="gnome-vfs"/>,
|
|
<xref linkend="alsa"/>,
|
|
<xref linkend="esound"/>,
|
|
<xref linkend="arts"/>,
|
|
<xref linkend="flac"/>,
|
|
<ulink url="http://jackit.sourceforge.net/">JACK</ulink>,
|
|
<xref linkend="libvorbis"/> and
|
|
<xref linkend="libmikmod"/></para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/audacious"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Audacious</title>
|
|
|
|
<para>The <application>Audacious</application>
|
|
<command>configure</command> script will
|
|
complain if it can't find <xref linkend="libvorbis"/>. If you have it
|
|
installed, you can omit the <parameter>--disable-vorbis</parameter>
|
|
option:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr --disable-vorbis &&
|
|
make</userinput></screen>
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>audacious</seg>
|
|
<seg>libaudacious.so and numerous input, output, effects, and general
|
|
plugins</seg>
|
|
<seg>/usr/include/audacious, /usr/lib/audacious and
|
|
/usr/share/audacious</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="audacious-prog">
|
|
<term><command>audacious</command></term>
|
|
<listitem>
|
|
<para>is a Gtk2 port of <application>XMMS</application> based on the
|
|
<application>Beep Media Player</application>.</para>
|
|
<indexterm zone="audacious audacious-prog">
|
|
<primary sortas="b-audacious">audacious</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libaudacious">
|
|
<term><filename class='libraryfile'>libaudacious.so</filename></term>
|
|
<listitem>
|
|
<para>contains functions that are used by
|
|
<command>audacious</command> to render its
|
|
graphical interface.</para>
|
|
<indexterm zone="audacious libaudacious">
|
|
<primary sortas="c-libaudacious">libaudacious.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|