source: gnome/platform/gsound.xml@ b3d57664

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since b3d57664 was 58ebeee, checked in by Douglas R. Reno <renodr@…>, 15 months ago

Tag GNOME Libraries

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