source: gnome/platform/gsound.xml@ 98c9ebc7

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 98c9ebc7 was 01705ddc, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Package update and a whole shedload of tags

Update to gsound-1.0.3

  • Property mode set to 100644
File size: 4.8 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 <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 &lfs110_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">Required</bridgehead>
75 <para role="required">
76 <xref linkend="libcanberra"/>
77 </para>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="gobject-introspection"/> and
82 <xref linkend="vala"/>
83 </para>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
87 <xref linkend="gtk-doc"/> (for generating documentation)
88 </para>
89
90 <para condition="html" role="usernotes">
91 User Notes: <ulink url="&blfs-wiki;/gsound"/>
92 </para>
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of GSound</title>
97
98 <para>
99 Install <application>gsound</application> by running the following
100 commands:
101 </para>
102
103<screen><userinput>mkdir build &amp;&amp;
104cd build &amp;&amp;
105
106meson --prefix=/usr --buildtype=release .. &amp;&amp;
107ninja</userinput></screen>
108
109 <para>
110 This package does not come with a test suite.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>ninja install</userinput></screen>
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
122
123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="../../xincludes/meson-buildtype-release.xml"/>
125
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Programs</segtitle>
133 <segtitle>Installed Libraries</segtitle>
134 <segtitle>Installed Directories</segtitle>
135
136 <seglistitem>
137 <seg>
138 gsound-play
139 </seg>
140 <seg>
141 libgsound.so
142 </seg>
143 <seg>
144 /usr/share/gtk-doc/html/gsound
145 </seg>
146 </seglistitem>
147 </segmentedlist>
148
149 <variablelist>
150 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
151 <?dbfo list-presentation="list"?>
152 <?dbhtml list-presentation="table"?>
153
154 <varlistentry id="gsound-play">
155 <term><command>gsound-play</command></term>
156 <listitem>
157 <para>
158 plays system sounds through the libgsound interface
159 </para>
160 <indexterm zone="gsound gsound-play">
161 <primary sortas="b-gsound-play">gsound-play</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <varlistentry id="libgsound">
167 <term><filename class="libraryfile">libgsound.so</filename></term>
168 <listitem>
169 <para>
170 contains API functions for playing system sounds
171 </para>
172 <indexterm zone="gsound libgsound">
173 <primary sortas="c-libgsound">libgsound.so</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177 </variablelist>
178 </sect2>
179
180</sect1>
Note: See TracBrowser for help on using the repository browser.