source: archive/obsolete/gnome-audio.xml@ 556a307a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 556a307a was 556a307a, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Move files to archive

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

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