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

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since acb648f was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • 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 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>gnome-audio-&gnome-audio-version;</title>
23
24 <indexterm zone="gnome-audio">
25 <primary sortas="a-Gnome-audio">Gnome-audio</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to gnome-audio</title>
30
31 <para>The <application>gnome-audio</application> package contains a set
32 of default sounds for the <application>GNOME</application> GUI desktop.
33 Sound files for startup, shutdown and many GTK+ events are included.
34 These sounds complement the <application>GNOME Media</application>
35 package.</para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&gnome-audio-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&gnome-audio-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &gnome-audio-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &gnome-audio-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &gnome-audio-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &gnome-audio-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <para condition="html" role="usernotes">User Notes:
60 <ulink url="&blfs-wiki;/gnome-audio"/></para>
61
62 </sect2>
63
64 <sect2 role="installation">
65 <title>Installation of gnome-audio</title>
66
67 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
68 href="../../xincludes/without-gnome.xml"/>
69
70 <para>Install <application>gnome-audio</application> by running the
71 following command as the <systemitem class="username">root</systemitem>
72 user:</para>
73
74<screen role="root"><userinput>make prefix=$(pkg-config --variable=prefix ORBit-2.0) install</userinput></screen>
75
76 </sect2>
77
78 <sect2 role="commands">
79 <title>Command Explanations</title>
80
81 <para><parameter>prefix=$(pkg-config --variable=prefix
82 ORBit-2.0)</parameter>: Setting the prefix using this parameter instead of
83 with <envar>$GNOME_PREFIX</envar> will ensure that the prefix is consistent
84 with the installation environment and the package will be installed in the
85 correct location.</para>
86
87 </sect2>
88
89 <sect2 role="content">
90 <title>Contents</title>
91
92 <segmentedlist>
93 <segtitle>Installed Programs</segtitle>
94 <segtitle>Installed Libraries</segtitle>
95 <segtitle>Installed Directory</segtitle>
96
97 <seglistitem>
98 <seg>None</seg>
99 <seg>None</seg>
100 <seg><envar>$GNOME_PREFIX</envar>/share/sounds</seg>
101 </seglistitem>
102 </segmentedlist>
103
104 </sect2>
105
106</sect1>
Note: See TracBrowser for help on using the repository browser.