glfs/archive/gnome-obsolete/gnome-audio.xml
Krejzi 99b3ac418c Rename archive/obsolete to archive/gnome-obsolete
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10574 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-08-25 12:46:42 +00:00

108 lines
3.5 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gnome-audio-download-http "&gnome-download-http;/gnome-audio/2.0/gnome-audio-&gnome-audio-version;.tar.bz2">
<!ENTITY gnome-audio-download-ftp "&gnome-download-ftp;/gnome-audio/2.0/gnome-audio-&gnome-audio-version;.tar.bz2">
<!ENTITY gnome-audio-md5sum "cd14b84af59fb2ec673527d32f4e379f">
<!ENTITY gnome-audio-size "1.4 MB">
<!ENTITY gnome-audio-buildsize "4.2 MB">
<!ENTITY gnome-audio-time "less than 0.1 SBU">
]>
<sect1 id="gnome-audio" xreflabel="gnome-audio-&gnome-audio-version;">
<?dbhtml filename="gnome-audio.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>gnome-audio-&gnome-audio-version;</title>
<indexterm zone="gnome-audio">
<primary sortas="a-Gnome-audio">Gnome-audio</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to gnome-audio</title>
<para>The <application>gnome-audio</application> package contains a set
of default sounds for the <application>GNOME</application> GUI desktop.
Sound files for startup, shutdown and many GTK+ events are included.
These sounds complement the <application>GNOME Media</application>
package.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&gnome-audio-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&gnome-audio-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &gnome-audio-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &gnome-audio-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &gnome-audio-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &gnome-audio-time;</para>
</listitem>
</itemizedlist>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gnome-audio"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of gnome-audio</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/without-gnome.xml"/>
<para>Install <application>gnome-audio</application> by running the
following command as the <systemitem class="username">root</systemitem>
user:</para>
<screen role="root"><userinput>make prefix=$(pkg-config --variable=prefix ORBit-2.0) install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para><parameter>prefix=$(pkg-config --variable=prefix
ORBit-2.0)</parameter>: Setting the prefix using this parameter instead of
with <envar>$GNOME_PREFIX</envar> will ensure that the prefix is consistent
with the installation environment and the package will be installed in the
correct location.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>None</seg>
<seg>None</seg>
<seg><envar>$GNOME_PREFIX</envar>/share/sounds</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>