source: multimedia/libdriv/libcanberra.xml@ 4c2be438

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 4c2be438 was 4c2be438, checked in by Krejzi <krejzi@…>, 12 years ago

fix Gnome dependencies - switch itstool with yelp-xsl (YELP_HELP_INIT requires yelp-xsl stylesheets),recommend gobject-introspection for every package in gnome/{core,add} and make Optional g-i section indicating that is required for gnome in packages that are not just required by gnome. Made some recommended (expected) deps to gstreamer plugins (codecs, input and output sinks), recommended alsa to the libcanberra, explicitly disabled oss to remove configure warning + added gnome dependencies into seperate optional section to libcanberra page. Added --disable-scrollkeeper explanation to many packages that can use rarian (for the scrollkeeper compat) and added some more rarian recommendations. Checked polkit, accountservice and consolekit deps, sorted them a bit. Finished Gnome 3.4

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

  • Property mode set to 100644
File size: 6.0 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 libcanberra-download-http
8 "http://0pointer.de/lennart/projects/libcanberra/libcanberra-&libcanberra-version;.tar.gz">
9 <!ENTITY libcanberra-download-ftp " ">
10 <!ENTITY libcanberra-md5sum "c198b4811598c4c161ff505e4531b02c">
11 <!ENTITY libcanberra-size "476 KB">
12 <!ENTITY libcanberra-buildsize "6 MB">
13 <!ENTITY libcanberra-time "0.2 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>The <application>libcanberra</application> is an implementation of the
34 XDG Sound Theme and Name Specifications, for generating event sounds on free
35 desktops, such as <application>GNOME</application>.</para>
36
37 &lfs70_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&libcanberra-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&libcanberra-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &libcanberra-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &libcanberra-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &libcanberra-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &libcanberra-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">libcanberra Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required">
65 <xref linkend="libvorbis"/>
66 </para>
67
68 <bridgehead renderas="sect4">Recommended</bridgehead>
69 <para role="recommended">
70 <xref linkend="alsa-lib"/>
71 </para>
72
73 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
74 <para role="optional">
75 <xref linkend="gstreamer"/> and
76 <xref linkend="gtk3"/>
77 </para>
78
79 <bridgehead renderas="sect4">Optional</bridgehead>
80 <para role="optional">
81 <xref linkend="gtk2"/>,
82 <xref linkend="gtk-doc"/>,
83 <xref linkend='pulseaudio'/> and
84 <ulink url="http://tdb.samba.org/">tdb</ulink>
85 </para>
86
87 <para condition="html" role="usernotes">User Notes:
88 <ulink url="&blfs-wiki;/libcanberra"/></para>
89
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of libcanberra</title>
94
95 <para>Install <application>libcanberra</application> by running the following
96 commands:</para>
97
98<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
99 --disable-oss &amp;&amp;
100make</userinput></screen>
101
102 <para>This package does not come with a test suite.</para>
103
104 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="commands">
111 <title>Command Explanations</title>
112
113 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
114 href="../../xincludes/gtk-doc-rebuild.xml"/>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Programs</segtitle>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>
128 canberra-boot and canberra-gtk-play
129 </seg>
130 <seg>
131 libcanberra-gtk.so, libcanberra-gtk3.so and
132 libcanberra.so
133 </seg>
134 <seg>
135 /usr/lib/libcanberra-0.28, /usr/share/doc/libcanberra
136 and /usr/share/gtk-doc/html/libcanberra
137 </seg>
138 </seglistitem>
139 </segmentedlist>
140
141 <variablelist>
142 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
143 <?dbfo list-presentation="list"?>
144 <?dbhtml list-presentation="table"?>
145
146 <varlistentry id="canberra-gtk-play">
147 <term><command>canberra-gtk-play</command></term>
148 <listitem>
149 <para>is an application for playing sound events.</para>
150 <indexterm zone="libcanberra canberra-gtk-play">
151 <primary sortas="b-canberra-gtk-play">canberra-gtk-play</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 <varlistentry id="libcanberra-gtk">
157 <term><filename class='libraryfile'>libcanberra-gtk.so</filename></term>
158 <listitem>
159 <para>contains the libcanberra bindings for GTK+2.</para>
160 <indexterm zone="libcanberra libcanberra-gtk">
161 <primary sortas="c-libcanberra-gtk">libcanberra-gtk.so</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <varlistentry id="libcanberra-gtk3">
167 <term><filename class='libraryfile'>libcanberra-gtk3.so</filename></term>
168 <listitem>
169 <para>contains the libcanberra bindings for GTK+3.</para>
170 <indexterm zone="libcanberra libcanberra-gtk3">
171 <primary sortas="c-libcanberra-gtk3">libcanberra-gtk3.so</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 <varlistentry id="libcanberra-lib">
177 <term><filename class='libraryfile'>libcanberra.so</filename></term>
178 <listitem>
179 <para>contains the libcanberra API functions.</para>
180 <indexterm zone="libcanberra libcanberra-lib">
181 <primary sortas="c-libcanberra">libcanberra.so</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 </variablelist>
187
188 </sect2>
189
190</sect1>
Note: See TracBrowser for help on using the repository browser.