source: archive/esound.xml@ 01cd3461

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 01cd3461 was f82ac3f, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Archive unneeded packages

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12016 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 "392 KB">
11 <!ENTITY esound-buildsize "5.3 MB">
12 <!ENTITY esound-time "0.3 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 &lfs74_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"/> and
67 <xref linkend="docbook-utils"/> (Required for building the html documentation)</para>
68
69 <para condition="html" role="usernotes">User Notes:
70 <ulink url="&blfs-wiki;/esound"/></para>
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of EsounD</title>
76
77 <para>Install <application>EsounD</application> by running the following
78 commands:</para>
79
80<screen><userinput>LIBS=-lm ./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
81make</userinput></screen>
82
83 <para>This package does not come with a test suite.</para>
84
85 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
86
87<screen role="root"><userinput>make install docdir=/usr/share/doc/esound-&esound-version;</userinput></screen>
88
89 <para>If you have <application>DocBook-utils</application> installed, still
90 as the <systemitem class="username">root</systemitem> user:</para>
91
92<screen role="root"><userinput>chown -v root:root /usr/share/doc/esound-&esound-version;/*</userinput></screen>
93
94 </sect2>
95
96 <sect2 role="commands">
97 <title>Command Explanations</title>
98
99 <para><parameter>LIBS=-lm</parameter>: Make sure the linker uses the math
100 library.</para>
101
102 <para><parameter>--sysconfdir=/etc</parameter>: This switch puts
103 configuration files in <filename class="directory">/etc</filename> instead
104 of <filename class="directory">/usr/etc</filename>.</para>
105
106 <para><parameter>--disable-static</parameter>: Prevent the static libraries
107 being built.</para>
108
109 </sect2>
110
111 <sect2 role="configuration">
112 <title>Configuring EsounD</title>
113
114 <sect3 id="esound-config">
115 <title>Config Files</title>
116
117 <para><filename>/etc/esd.conf</filename></para>
118
119 <indexterm zone="esound esound-config">
120 <primary sortas="e-etc-esd.conf">/etc/esd.conf</primary>
121 </indexterm>
122
123 </sect3>
124
125 <sect3>
126 <title>Configuration Information</title>
127
128 <para>Instructions and information about the configuration file is
129 located in the <filename>TIPS</filename> file in the
130 <application>EsounD</application> source directory.</para>
131
132 </sect3>
133
134 </sect2>
135
136 <sect2 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
140 <segtitle>Installed Programs</segtitle>
141 <segtitle>Installed Libraries</segtitle>
142 <segtitle>Installed Directory</segtitle>
143
144 <seglistitem>
145 <seg>esd, esdcat, esd-config, esdctl, esddsp, esdfilt, esdloop, esdmon,
146 esdplay, esdrec, and esdsample</seg>
147 <seg>libesd.{so,a} and libesddsp.{so,a}</seg>
148 <seg>/usr/share/doc/esound</seg>
149 </seglistitem>
150 </segmentedlist>
151
152 <variablelist>
153 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
154 <?dbfo list-presentation="list"?>
155 <?dbhtml list-presentation="table"?>
156
157 <varlistentry id="esd">
158 <term><command>esd</command></term>
159 <listitem>
160 <para>is the Enlightened Sound Daemon.</para>
161 <indexterm zone="esound esd">
162 <primary sortas="b-esd">esd</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 <varlistentry id="esdcat">
168 <term><command>esdcat</command></term>
169 <listitem>
170 <para>plays a RAW audio stream through the daemon.</para>
171 <indexterm zone="esound esdcat">
172 <primary sortas="b-esdcat">esdcat</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="esd-config">
178 <term><command>esd-config</command></term>
179 <listitem>
180 <para>is used by <command>configure</command> to determine the
181 compiler and linker flags that should be used to compile and link programs
182 that use <application>EsounD</application>.</para>
183 <indexterm zone="esound esd-config">
184 <primary sortas="b-esd-config">esd-config</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="esdctl">
190 <term><command>esdctl</command></term>
191 <listitem>
192 <para> controls certain aspects of the sound daemon.</para>
193 <indexterm zone="esound esdctl">
194 <primary sortas="b-esdctl">esdctl</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 <varlistentry id="esddsp">
200 <term><command>esddsp</command></term>
201 <listitem>
202 <para>can allow non-esd applications to be routed through esd.</para>
203 <indexterm zone="esound esddsp">
204 <primary sortas="b-esddsp">esddsp</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 <varlistentry id="esdfilt">
210 <term><command>esdfilt</command></term>
211 <listitem>
212 <para>is an <application>EsoundD</application> filter.</para>
213 <indexterm zone="esound esdfilt">
214 <primary sortas="b-esdfilt">esdfilt</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="esdloop">
220 <term><command>esdloop</command></term>
221 <listitem>
222 <para>is test scaffolding for sample cache, loop and free.</para>
223 <indexterm zone="esound esdloop">
224 <primary sortas="b-esdloop">esdloop</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
228
229 <varlistentry id="esdmon">
230 <term><command>esdmon</command></term>
231 <listitem>
232 <para>outputs the mixed stream from the daemon.</para>
233 <indexterm zone="esound esdmon">
234 <primary sortas="b-esdmon">esdmon</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
238
239 <varlistentry id="esdplay">
240 <term><command>esdplay</command></term>
241 <listitem>
242 <para>plays the named file on
243 <application>EsoundD</application>.</para>
244 <indexterm zone="esound esdplay">
245 <primary sortas="b-esdplay">esdplay</primary>
246 </indexterm>
247 </listitem>
248 </varlistentry>
249
250 <varlistentry id="esdrec">
251 <term><command>esdrec</command></term>
252 <listitem>
253 <para>outputs from the sound device's current input.</para>
254 <indexterm zone="esound esdrec">
255 <primary sortas="b-esdrec">esdrec</primary>
256 </indexterm>
257 </listitem>
258 </varlistentry>
259
260 <varlistentry id="esdsample">
261 <term><command>esdsample</command></term>
262 <listitem>
263 <para>is test scaffolding for sample cache, playback, and free.</para>
264 <indexterm zone="esound esdsample">
265 <primary sortas="b-esdsample">esdsample</primary>
266 </indexterm>
267 </listitem>
268 </varlistentry>
269
270 <varlistentry id="libesd">
271 <term><filename class='libraryfile'>libesd.{so,a}</filename></term>
272 <listitem>
273 <para>contains functions used by the <application>EsounD</application>
274 programs to read, write and play various sound format files.</para>
275 <indexterm zone="esound libesd">
276 <primary sortas="c-libesd">libesd.{so,a}</primary>
277 </indexterm>
278 </listitem>
279 </varlistentry>
280
281 <varlistentry id="libesddsp">
282 <term><filename class='libraryfile'>libesddsp.{so,a}</filename></term>
283 <listitem>
284 <para>contains functions used by other programs to read, write and
285 play various sound format files.</para>
286 <indexterm zone="esound libesddsp">
287 <primary sortas="c-libesddsp">libesddsp.{so,a}</primary>
288 </indexterm>
289 </listitem>
290 </varlistentry>
291
292 </variablelist>
293
294 </sect2>
295
296</sect1>
Note: See TracBrowser for help on using the repository browser.