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 libcanberra-download-http
|
---|
8 | "http://0pointer.de/lennart/projects/libcanberra/libcanberra-&libcanberra-version;.tar.xz">
|
---|
9 | <!ENTITY libcanberra-download-ftp " ">
|
---|
10 | <!ENTITY libcanberra-md5sum "34cb7e4430afaf6f447c4ebdb9b42072">
|
---|
11 | <!ENTITY libcanberra-size "312 KB">
|
---|
12 | <!ENTITY libcanberra-buildsize "7.5 MB">
|
---|
13 | <!ENTITY libcanberra-time "0.1 SBU">
|
---|
14 | ]>
|
---|
15 |
|
---|
16 | <sect1 id="libcanberra" xreflabel="libcanberra-&libcanberra-version;">
|
---|
17 | <?dbhtml filename="libcanberra.html"?>
|
---|
18 |
|
---|
19 | <sect1info>
|
---|
20 | <othername>$LastChangedBy$</othername>
|
---|
21 | <date>$Date$</date>
|
---|
22 | </sect1info>
|
---|
23 |
|
---|
24 | <title>libcanberra-&libcanberra-version;</title>
|
---|
25 |
|
---|
26 | <indexterm zone="libcanberra">
|
---|
27 | <primary sortas="a-libcanberra">libcanberra</primary>
|
---|
28 | </indexterm>
|
---|
29 |
|
---|
30 | <sect2 role="package">
|
---|
31 | <title>Introduction to libcanberra</title>
|
---|
32 |
|
---|
33 | <para>
|
---|
34 | <application>libcanberra</application> is an implementation of the XDG Sound
|
---|
35 | Theme and Name Specifications, for generating event sounds on free desktops,
|
---|
36 | such as <application>GNOME</application>.
|
---|
37 | </para>
|
---|
38 |
|
---|
39 | &lfs10_checked;
|
---|
40 |
|
---|
41 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
42 | <itemizedlist spacing="compact">
|
---|
43 | <listitem>
|
---|
44 | <para>
|
---|
45 | Download (HTTP): <ulink url="&libcanberra-download-http;"/>
|
---|
46 | </para>
|
---|
47 | </listitem>
|
---|
48 | <listitem>
|
---|
49 | <para>
|
---|
50 | Download (FTP): <ulink url="&libcanberra-download-ftp;"/>
|
---|
51 | </para>
|
---|
52 | </listitem>
|
---|
53 | <listitem>
|
---|
54 | <para>
|
---|
55 | Download MD5 sum: &libcanberra-md5sum;
|
---|
56 | </para>
|
---|
57 | </listitem>
|
---|
58 | <listitem>
|
---|
59 | <para>
|
---|
60 | Download size: &libcanberra-size;
|
---|
61 | </para>
|
---|
62 | </listitem>
|
---|
63 | <listitem>
|
---|
64 | <para>
|
---|
65 | Estimated disk space required: &libcanberra-buildsize;
|
---|
66 | </para>
|
---|
67 | </listitem>
|
---|
68 | <listitem>
|
---|
69 | <para>
|
---|
70 | Estimated build time: &libcanberra-time;
|
---|
71 | </para>
|
---|
72 | </listitem>
|
---|
73 | </itemizedlist>
|
---|
74 |
|
---|
75 | <bridgehead renderas="sect3">libcanberra Dependencies</bridgehead>
|
---|
76 |
|
---|
77 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
78 | <para role="required">
|
---|
79 | <xref linkend="libvorbis"/>
|
---|
80 | </para>
|
---|
81 |
|
---|
82 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
83 | <para role="recommended">
|
---|
84 | <xref linkend="alsa-lib"/>,
|
---|
85 | <xref linkend="gstreamer10"/> and
|
---|
86 | <xref linkend="gtk3"/>
|
---|
87 | </para>
|
---|
88 |
|
---|
89 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
90 | <para role="optional">
|
---|
91 | <xref linkend="gtk2"/>,
|
---|
92 | <!--<xref linkend="gtk-doc"/>,-->
|
---|
93 | <xref linkend='pulseaudio'/> and
|
---|
94 | <ulink url="http://tdb.samba.org/">tdb</ulink>
|
---|
95 | </para>
|
---|
96 |
|
---|
97 | <para condition="html" role="usernotes">User Notes:
|
---|
98 | <ulink url="&blfs-wiki;/libcanberra"/>
|
---|
99 | </para>
|
---|
100 | </sect2>
|
---|
101 |
|
---|
102 | <sect2 role="installation">
|
---|
103 | <title>Installation of libcanberra</title>
|
---|
104 |
|
---|
105 | <para>
|
---|
106 | Install <application>libcanberra</application> by running the following
|
---|
107 | commands:
|
---|
108 | </para>
|
---|
109 |
|
---|
110 | <screen><userinput>./configure --prefix=/usr --disable-oss &&
|
---|
111 | make</userinput></screen>
|
---|
112 |
|
---|
113 | <para>
|
---|
114 | This package does not come with a test suite.
|
---|
115 | </para>
|
---|
116 |
|
---|
117 | <para>
|
---|
118 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
119 | </para>
|
---|
120 |
|
---|
121 | <screen role="root"><userinput>make docdir=/usr/share/doc/libcanberra-&libcanberra-version; install</userinput></screen>
|
---|
122 |
|
---|
123 | </sect2>
|
---|
124 |
|
---|
125 | <sect2 role="commands">
|
---|
126 | <title>Command Explanations</title>
|
---|
127 |
|
---|
128 | <para>
|
---|
129 | <parameter>--disable-oss</parameter>: disable optional deprecated OSS
|
---|
130 | support
|
---|
131 | </para>
|
---|
132 |
|
---|
133 | <para>
|
---|
134 | <option>--disable-gtk</option>: disable optional GTK+ 2 support
|
---|
135 | </para>
|
---|
136 |
|
---|
137 | <para>
|
---|
138 | <option>--disable-gtk3</option>: disable optional GTK+ 3 support
|
---|
139 | </para>
|
---|
140 | <!-- gtk-doc support is broken due to an obsolete command "gtkdoc-mktmpl"
|
---|
141 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
142 | href="../../xincludes/gtk-doc-rebuild.xml"/>-->
|
---|
143 |
|
---|
144 | </sect2>
|
---|
145 |
|
---|
146 | <sect2 role="content">
|
---|
147 | <title>Contents</title>
|
---|
148 |
|
---|
149 | <segmentedlist>
|
---|
150 | <segtitle>Installed Programs</segtitle>
|
---|
151 | <segtitle>Installed Libraries</segtitle>
|
---|
152 | <segtitle>Installed Directories</segtitle>
|
---|
153 |
|
---|
154 | <seglistitem>
|
---|
155 | <seg>
|
---|
156 | canberra-boot and canberra-gtk-play
|
---|
157 | </seg>
|
---|
158 | <seg>
|
---|
159 | libcanberra-gtk.so, libcanberra-gtk3.so and
|
---|
160 | libcanberra.so
|
---|
161 | </seg>
|
---|
162 | <seg>
|
---|
163 | /usr/lib/libcanberra-&libcanberra-version;,
|
---|
164 | /usr/share/doc/libcanberra-&libcanberra-version; and
|
---|
165 | /usr/share/gtk-doc/html/libcanberra
|
---|
166 | </seg>
|
---|
167 | </seglistitem>
|
---|
168 | </segmentedlist>
|
---|
169 |
|
---|
170 | <variablelist>
|
---|
171 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
172 | <?dbfo list-presentation="list"?>
|
---|
173 | <?dbhtml list-presentation="table"?>
|
---|
174 |
|
---|
175 | <!--
|
---|
176 | <varlistentry id="canberra-boot">
|
---|
177 | <term><command>canberra-boot</command></term>
|
---|
178 | <listitem>
|
---|
179 | <para>
|
---|
180 |
|
---|
181 | </para>
|
---|
182 | <indexterm zone="libcanberra canberra-boot">
|
---|
183 | <primary sortas="b-canberra-boot">canberra-boot</primary>
|
---|
184 | </indexterm>
|
---|
185 | </listitem>
|
---|
186 | </varlistentry>
|
---|
187 | -->
|
---|
188 |
|
---|
189 | <varlistentry id="canberra-gtk-play">
|
---|
190 | <term><command>canberra-gtk-play</command></term>
|
---|
191 | <listitem>
|
---|
192 | <para>
|
---|
193 | is an application used for playing sound events.
|
---|
194 | </para>
|
---|
195 | <indexterm zone="libcanberra canberra-gtk-play">
|
---|
196 | <primary sortas="b-canberra-gtk-play">canberra-gtk-play</primary>
|
---|
197 | </indexterm>
|
---|
198 | </listitem>
|
---|
199 | </varlistentry>
|
---|
200 |
|
---|
201 | <varlistentry id="libcanberra-gtk">
|
---|
202 | <term><filename class="libraryfile">libcanberra-gtk.so</filename></term>
|
---|
203 | <listitem>
|
---|
204 | <para>
|
---|
205 | contains the <application>libcanberra</application> bindings
|
---|
206 | for <application>GTK+ 2</application>.
|
---|
207 | </para>
|
---|
208 | <indexterm zone="libcanberra libcanberra-gtk">
|
---|
209 | <primary sortas="c-libcanberra-gtk">libcanberra-gtk.so</primary>
|
---|
210 | </indexterm>
|
---|
211 | </listitem>
|
---|
212 | </varlistentry>
|
---|
213 |
|
---|
214 | <varlistentry id="libcanberra-gtk3">
|
---|
215 | <term><filename class="libraryfile">libcanberra-gtk3.so</filename></term>
|
---|
216 | <listitem>
|
---|
217 | <para>
|
---|
218 | contains the <application>libcanberra</application> bindings
|
---|
219 | for <application>GTK+ 3</application>.
|
---|
220 | </para>
|
---|
221 | <indexterm zone="libcanberra libcanberra-gtk3">
|
---|
222 | <primary sortas="c-libcanberra-gtk3">libcanberra-gtk3.so</primary>
|
---|
223 | </indexterm>
|
---|
224 | </listitem>
|
---|
225 | </varlistentry>
|
---|
226 |
|
---|
227 | <varlistentry id="libcanberra-lib">
|
---|
228 | <term><filename class='libraryfile'>libcanberra.so</filename></term>
|
---|
229 | <listitem>
|
---|
230 | <para>
|
---|
231 | contains the <application>libcanberra</application> API functions.
|
---|
232 | </para>
|
---|
233 | <indexterm zone="libcanberra libcanberra-lib">
|
---|
234 | <primary sortas="c-libcanberra">libcanberra.so</primary>
|
---|
235 | </indexterm>
|
---|
236 | </listitem>
|
---|
237 | </varlistentry>
|
---|
238 |
|
---|
239 | </variablelist>
|
---|
240 |
|
---|
241 | </sect2>
|
---|
242 |
|
---|
243 | </sect1>
|
---|