source: gnome/platform/gsound.xml@ 2b2715fd

11.0 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 2b2715fd 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: 4.7 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 gsound-download-http "&gnome-download-http;/gsound/1.0/gsound-&gsound-version;.tar.xz">
8 <!ENTITY gsound-download-ftp "&gnome-download-ftp;/gsound/1.0/gsound-&gsound-version;.tar.xz">
9 <!ENTITY gsound-md5sum "c26fd21c21b9ef6533a202a73fab21db">
10 <!ENTITY gsound-size "276 KB">
11 <!ENTITY gsound-buildsize "2.5 MB">
12 <!ENTITY gsound-time "less than 0.1 SBU">
13]>
14
15<sect1 id="gsound" xreflabel="gsound-&gsound-version;">
16 <?dbhtml filename="gsound.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>GSound-&gsound-version;</title>
23
24 <indexterm zone="gsound">
25 <primary sortas="a-gsound">gsound</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to GSound</title>
30
31 <para>
32 The <application>gsound</application> package contains a small
33 library for playing system sounds.
34 </para>
35
36 &lfs101_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&gsound-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&gsound-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &gsound-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &gsound-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &gsound-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &gsound-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">gsound Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Recommended</bridgehead>
75 <para role="recommended">
76 <xref linkend="gobject-introspection"/> and
77 <xref linkend="vala"/>
78 </para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional">
82 <xref linkend="gtk-doc"/> (for generating documentation)
83 </para>
84
85 <para condition="html" role="usernotes">
86 User Notes: <ulink url="&blfs-wiki;/gsound"/>
87 </para>
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of GSound</title>
92
93 <para>
94 Install <application>gsound</application> by running the following
95 commands:
96 </para>
97
98<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
99make</userinput></screen>
100
101 <para>
102 This package does not come with a test suite.
103 </para>
104
105 <para>
106 Now, as the <systemitem class="username">root</systemitem> user:
107 </para>
108
109<screen role="root"><userinput>make install</userinput></screen>
110 </sect2>
111
112 <sect2 role="commands">
113 <title>Command Explanations</title>
114
115 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
116 href="../../xincludes/static-libraries.xml"/>
117
118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
119 href="../../xincludes/gtk-doc-rebuild.xml"/>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Programs</segtitle>
128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>
133 gsound-play
134 </seg>
135 <seg>
136 libgsound.so
137 </seg>
138 <seg>
139 /usr/share/gtk-doc/html/gsound
140 </seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="gsound-play">
150 <term><command>gsound-play</command></term>
151 <listitem>
152 <para>
153 plays system sounds through the libgsound interface
154 </para>
155 <indexterm zone="gsound gsound-play">
156 <primary sortas="b-gsound-play">gsound-play</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 <varlistentry id="libgsound">
162 <term><filename class="libraryfile">libgsound.so</filename></term>
163 <listitem>
164 <para>
165 contains API functions for playing system sounds
166 </para>
167 <indexterm zone="gsound libgsound">
168 <primary sortas="c-libgsound">libgsound.so</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172 </variablelist>
173 </sect2>
174
175</sect1>
Note: See TracBrowser for help on using the repository browser.