source: archive/gnome-obsolete/gnome-audio.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 3.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnome-audio-download-http "&gnome-download-http;/gnome-audio/2.0/gnome-audio-&gnome-audio-version;.tar.bz2">
8 <!ENTITY gnome-audio-download-ftp "&gnome-download-ftp;/gnome-audio/2.0/gnome-audio-&gnome-audio-version;.tar.bz2">
9 <!ENTITY gnome-audio-md5sum "cd14b84af59fb2ec673527d32f4e379f">
10 <!ENTITY gnome-audio-size "1.4 MB">
11 <!ENTITY gnome-audio-buildsize "4.2 MB">
12 <!ENTITY gnome-audio-time "less than 0.1 SBU">
13]>
14
15<sect1 id="gnome-audio" xreflabel="gnome-audio-&gnome-audio-version;">
16 <?dbhtml filename="gnome-audio.html"?>
17
18
19 <title>gnome-audio-&gnome-audio-version;</title>
20
21 <indexterm zone="gnome-audio">
22 <primary sortas="a-Gnome-audio">Gnome-audio</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to gnome-audio</title>
27
28 <para>The <application>gnome-audio</application> package contains a set
29 of default sounds for the <application>GNOME</application> GUI desktop.
30 Sound files for startup, shutdown and many GTK+ events are included.
31 These sounds complement the <application>GNOME Media</application>
32 package.</para>
33
34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>Download (HTTP): <ulink url="&gnome-audio-download-http;"/></para>
38 </listitem>
39 <listitem>
40 <para>Download (FTP): <ulink url="&gnome-audio-download-ftp;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download MD5 sum: &gnome-audio-md5sum;</para>
44 </listitem>
45 <listitem>
46 <para>Download size: &gnome-audio-size;</para>
47 </listitem>
48 <listitem>
49 <para>Estimated disk space required: &gnome-audio-buildsize;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated build time: &gnome-audio-time;</para>
53 </listitem>
54 </itemizedlist>
55
56 <para condition="html" role="usernotes">User Notes:
57 <ulink url="&blfs-wiki;/gnome-audio"/></para>
58
59 </sect2>
60
61 <sect2 role="installation">
62 <title>Installation of gnome-audio</title>
63
64 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
65 href="../../xincludes/without-gnome.xml"/>
66
67 <para>Install <application>gnome-audio</application> by running the
68 following command as the <systemitem class="username">root</systemitem>
69 user:</para>
70
71<screen role="root"><userinput>make prefix=$(pkg-config --variable=prefix ORBit-2.0) install</userinput></screen>
72
73 </sect2>
74
75 <sect2 role="commands">
76 <title>Command Explanations</title>
77
78 <para><parameter>prefix=$(pkg-config --variable=prefix
79 ORBit-2.0)</parameter>: Setting the prefix using this parameter instead of
80 with <envar>$GNOME_PREFIX</envar> will ensure that the prefix is consistent
81 with the installation environment and the package will be installed in the
82 correct location.</para>
83
84 </sect2>
85
86 <sect2 role="content">
87 <title>Contents</title>
88
89 <segmentedlist>
90 <segtitle>Installed Programs</segtitle>
91 <segtitle>Installed Libraries</segtitle>
92 <segtitle>Installed Directory</segtitle>
93
94 <seglistitem>
95 <seg>None</seg>
96 <seg>None</seg>
97 <seg><envar>$GNOME_PREFIX</envar>/share/sounds</seg>
98 </seglistitem>
99 </segmentedlist>
100
101 </sect2>
102
103</sect1>
Note: See TracBrowser for help on using the repository browser.