source: multimedia/libdriv/esound.xml@ fe48aa6

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 fe48aa6 was fe48aa6, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Remove Trinity/KDE3, Qt3, and related packages from the book.

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

  • Property mode set to 100644
File size: 9.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 esound-download-http "&gnome-download-http;/esound/0.2/esound-&esound-version;.tar.bz2">
8 <!ENTITY esound-download-ftp "&gnome-download-ftp;/esound/0.2/esound-&esound-version;.tar.bz2">
9 <!ENTITY esound-md5sum "8d9aad3d94d15e0d59ba9dc0ea990c6c">
10 <!ENTITY esound-size "387 KB">
11 <!ENTITY esound-buildsize "5 MB">
12 <!ENTITY esound-time "0.1 SBU">
13]>
14
15<sect1 id="esound" xreflabel="EsounD-&esound-version;">
16 <?dbhtml filename="esound.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>EsounD-&esound-version;</title>
24
25 <indexterm zone="esound">
26 <primary sortas="a-EsounD">EsounD</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to EsounD</title>
31
32 <para>The <application>EsounD</application> package contains
33 the Enlightened Sound Daemon. This is useful for mixing together
34 several digitized audio streams for playback by a single device.</para>
35
36 &lfs70_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&esound-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&esound-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &esound-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &esound-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &esound-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &esound-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">EsounD Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required"><xref linkend="audiofile"/></para>
64
65 <bridgehead renderas="sect4">Optional</bridgehead>
66 <para role="optional"><xref linkend="alsa-lib"/>,
67 <!-- <xref linkend="arts"/>, -->
68 <xref linkend="tcpwrappers"/>, and
69 <xref linkend="docbook-utils"/> (Required for building the html documentation)</para>
70
71 <para condition="html" role="usernotes">User Notes:
72 <ulink url="&blfs-wiki;/esound"/></para>
73
74 </sect2>
75
76 <sect2 role="installation">
77 <title>Installation of EsounD</title>
78
79 <para>Install <application>EsounD</application> by running the following
80 commands:</para>
81
82<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
83make</userinput></screen>
84
85 <para>This package does not come with a test suite.</para>
86
87 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
88
89<screen role="root"><userinput>make install docdir=/usr/share/doc/esound-&esound-version;</userinput></screen>
90
91 <para>If you have <application>DocBook-utils</application> installed, still
92 as the <systemitem class="username">root</systemitem> user:</para>
93
94<screen role="root"><userinput>chown -v root:root /usr/share/doc/esound-&esound-version;/*</userinput></screen>
95
96 </sect2>
97
98 <sect2 role="commands">
99 <title>Command Explanations</title>
100
101 <para><parameter>--sysconfdir=/etc</parameter>: This switch puts
102 configuration files in <filename class="directory">/etc</filename> instead
103 of <filename class="directory">/usr/etc</filename>.</para>
104
105 <para><parameter>--disable-static</parameter>: Prevent the static libraries
106 being built.</para>
107
108 </sect2>
109
110 <sect2 role="configuration">
111 <title>Configuring EsounD</title>
112
113 <sect3 id="esound-config">
114 <title>Config Files</title>
115
116 <para><filename>/etc/esd.conf</filename></para>
117
118 <indexterm zone="esound esound-config">
119 <primary sortas="e-etc-esd.conf">/etc/esd.conf</primary>
120 </indexterm>
121
122 </sect3>
123
124 <sect3>
125 <title>Configuration Information</title>
126
127 <para>Instructions and information about the configuration file is
128 located in the <filename>TIPS</filename> file in the
129 <application>EsounD</application> source directory.</para>
130
131 </sect3>
132
133 </sect2>
134
135 <sect2 role="content">
136 <title>Contents</title>
137
138 <segmentedlist>
139 <segtitle>Installed Programs</segtitle>
140 <segtitle>Installed Libraries</segtitle>
141 <segtitle>Installed Directory</segtitle>
142
143 <seglistitem>
144 <seg>esd, esdcat, esd-config, esdctl, esddsp, esdfilt, esdloop, esdmon,
145 esdplay, esdrec, and esdsample</seg>
146 <seg>libesd.{so,a} and libesddsp.{so,a}</seg>
147 <seg>/usr/share/doc/esound</seg>
148 </seglistitem>
149 </segmentedlist>
150
151 <variablelist>
152 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
153 <?dbfo list-presentation="list"?>
154 <?dbhtml list-presentation="table"?>
155
156 <varlistentry id="esd">
157 <term><command>esd</command></term>
158 <listitem>
159 <para>is the Enlightened Sound Daemon.</para>
160 <indexterm zone="esound esd">
161 <primary sortas="b-esd">esd</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <varlistentry id="esdcat">
167 <term><command>esdcat</command></term>
168 <listitem>
169 <para>plays a RAW audio stream through the daemon.</para>
170 <indexterm zone="esound esdcat">
171 <primary sortas="b-esdcat">esdcat</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 <varlistentry id="esd-config">
177 <term><command>esd-config</command></term>
178 <listitem>
179 <para>is used by <command>configure</command> to determine the
180 compiler and linker flags that should be used to compile and link programs
181 that use <application>EsounD</application>.</para>
182 <indexterm zone="esound esd-config">
183 <primary sortas="b-esd-config">esd-config</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 <varlistentry id="esdctl">
189 <term><command>esdctl</command></term>
190 <listitem>
191 <para> controls certain aspects of the sound daemon.</para>
192 <indexterm zone="esound esdctl">
193 <primary sortas="b-esdctl">esdctl</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="esddsp">
199 <term><command>esddsp</command></term>
200 <listitem>
201 <para>can allow non-esd applications to be routed through esd.</para>
202 <indexterm zone="esound esddsp">
203 <primary sortas="b-esddsp">esddsp</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 <varlistentry id="esdfilt">
209 <term><command>esdfilt</command></term>
210 <listitem>
211 <para>is an <application>EsoundD</application> filter.</para>
212 <indexterm zone="esound esdfilt">
213 <primary sortas="b-esdfilt">esdfilt</primary>
214 </indexterm>
215 </listitem>
216 </varlistentry>
217
218 <varlistentry id="esdloop">
219 <term><command>esdloop</command></term>
220 <listitem>
221 <para>is test scaffolding for sample cache, loop and free.</para>
222 <indexterm zone="esound esdloop">
223 <primary sortas="b-esdloop">esdloop</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 <varlistentry id="esdmon">
229 <term><command>esdmon</command></term>
230 <listitem>
231 <para>outputs the mixed stream from the daemon.</para>
232 <indexterm zone="esound esdmon">
233 <primary sortas="b-esdmon">esdmon</primary>
234 </indexterm>
235 </listitem>
236 </varlistentry>
237
238 <varlistentry id="esdplay">
239 <term><command>esdplay</command></term>
240 <listitem>
241 <para>plays the named file on
242 <application>EsoundD</application>.</para>
243 <indexterm zone="esound esdplay">
244 <primary sortas="b-esdplay">esdplay</primary>
245 </indexterm>
246 </listitem>
247 </varlistentry>
248
249 <varlistentry id="esdrec">
250 <term><command>esdrec</command></term>
251 <listitem>
252 <para>outputs from the sound device's current input.</para>
253 <indexterm zone="esound esdrec">
254 <primary sortas="b-esdrec">esdrec</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258
259 <varlistentry id="esdsample">
260 <term><command>esdsample</command></term>
261 <listitem>
262 <para>is test scaffolding for sample cache, playback, and free.</para>
263 <indexterm zone="esound esdsample">
264 <primary sortas="b-esdsample">esdsample</primary>
265 </indexterm>
266 </listitem>
267 </varlistentry>
268
269 <varlistentry id="libesd">
270 <term><filename class='libraryfile'>libesd.{so,a}</filename></term>
271 <listitem>
272 <para>contains functions used by the <application>EsounD</application>
273 programs to read, write and play various sound format files.</para>
274 <indexterm zone="esound libesd">
275 <primary sortas="c-libesd">libesd.{so,a}</primary>
276 </indexterm>
277 </listitem>
278 </varlistentry>
279
280 <varlistentry id="libesddsp">
281 <term><filename class='libraryfile'>libesddsp.{so,a}</filename></term>
282 <listitem>
283 <para>contains functions used by other programs to read, write and
284 play various sound format files.</para>
285 <indexterm zone="esound libesddsp">
286 <primary sortas="c-libesddsp">libesddsp.{so,a}</primary>
287 </indexterm>
288 </listitem>
289 </varlistentry>
290
291 </variablelist>
292
293 </sect2>
294
295</sect1>
Note: See TracBrowser for help on using the repository browser.