mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Updated build entities and added indexing tags to the EsounD instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3770 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
e369ade829
commit
7c2acc69f2
@ -7,8 +7,8 @@
|
||||
<!ENTITY esound-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-&esound-version;.tar.bz2">
|
||||
<!ENTITY esound-md5sum "1566344f80a8909b5e6e4d6b6520c2c1">
|
||||
<!ENTITY esound-size "376 KB">
|
||||
<!ENTITY esound-buildsize "3.8 MB">
|
||||
<!ENTITY esound-time "0.16 SBU">
|
||||
<!ENTITY esound-buildsize "4.9 MB">
|
||||
<!ENTITY esound-time "0.13 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="esound" xreflabel="EsounD-&esound-version;">
|
||||
@ -18,6 +18,8 @@
|
||||
</sect1info>
|
||||
<?dbhtml filename="esound.html"?>
|
||||
<title>EsounD-&esound-version;</title>
|
||||
<indexterm zone="esound">
|
||||
<primary sortas="a-EsounD">EsounD</primary></indexterm>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to <application>EsounD</application></title>
|
||||
@ -28,12 +30,16 @@ streams for playback by a single device.</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Download (HTTP): <ulink url="&esound-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink url="&esound-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download (HTTP):
|
||||
<ulink url="&esound-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP):
|
||||
<ulink url="&esound-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 Sum: &esound-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &esound-size;</para></listitem>
|
||||
<listitem><para>Estimated disk space required: &esound-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time: &esound-time;</para></listitem></itemizedlist>
|
||||
<listitem><para>Estimated disk space required:
|
||||
&esound-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&esound-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
<sect3><title><application>EsounD</application> dependencies</title>
|
||||
@ -57,13 +63,14 @@ streams for playback by a single device.</para>
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
make</command></userinput></screen>
|
||||
|
||||
<para>If you wish to install the package documentation (man pages have been
|
||||
already installed), copy the <filename>docs/esound.ps</filename> file and
|
||||
<filename class='directory'>docs/html</filename> directory to a desired
|
||||
location on your system.</para>
|
||||
<para>Now, as the root user:</para>
|
||||
|
||||
<screen><userinput role='root'><command>make install &&
|
||||
install -v -m755 -d /usr/share/doc/esound-&esound-version; &&
|
||||
install -v -m644 docs/esound.ps /usr/share/doc/esound-&esound-version; &&
|
||||
cp -v docs/html /usr/share/doc/esound-&esound-version;</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -72,16 +79,17 @@ location on your system.</para>
|
||||
|
||||
<para><parameter>--sysconfdir=/etc</parameter>: This switch puts configuration
|
||||
files in <filename class="directory">/etc</filename> instead of
|
||||
<filename class="directory">/usr/etc</filename>.
|
||||
</para>
|
||||
<filename class="directory">/usr/etc</filename>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Configuring <application>EsounD</application></title>
|
||||
|
||||
<sect3><title>Config files</title>
|
||||
<sect3 id="esound-config"><title>Config files</title>
|
||||
<para><filename>/etc/esd.conf</filename></para>
|
||||
<indexterm zone="esound esound-config">
|
||||
<primary sortas="e-etc-esd.conf">/etc/esd.conf</primary></indexterm>
|
||||
</sect3>
|
||||
|
||||
<sect3><title>Configuration Information</title>
|
||||
@ -96,55 +104,118 @@ located in the <filename>TIPS</filename> file in the
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The <application>EsounD</application> package contains
|
||||
<command>esd</command>, <command>esdcat</command>, <command>esdctl</command>,
|
||||
<command>esdfilt</command>, <command>esdloop</command>,
|
||||
<command>esdmon</command>, <command>esdplay</command>
|
||||
<command>esdrec</command>, <command>esdsample</command> and
|
||||
<filename class="libraryfile">libesd</filename> libraries.</para>
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directory</segtitle>
|
||||
|
||||
</sect2>
|
||||
<seglistitem>
|
||||
<seg>esd, esdcat, esdctl, esd-config, esddsp, esdfilt, esdloop, esdmon,
|
||||
esdplay, esdrec and esdsample</seg>
|
||||
<seg>libesd.[so,a] and libesddsp.[so,a]</seg>
|
||||
<seg>/usr/share/doc/esound-&esound-version;</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
|
||||
<sect3><title>esd</title>
|
||||
<para><command>esd</command> is the Enlightened Sound Daemon.</para></sect3>
|
||||
<varlistentry id="esd">
|
||||
<term><command>esd</command></term>
|
||||
<listitem><para>is the Enlightened Sound Daemon.</para>
|
||||
<indexterm zone="esound esd">
|
||||
<primary sortas="b-esd">esd</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>esdcat</title>
|
||||
<para><command>esdcat</command> plays a <filename>RAW</filename> audio stream
|
||||
through the daemon.</para></sect3>
|
||||
<varlistentry id="esd-config">
|
||||
<term><command>esd-config</command></term>
|
||||
<listitem><para>is used by <command>configure</command> to determine the
|
||||
compiler and linker flags that should be used to compile and link programs
|
||||
that use <application>EsounD</application>.</para>
|
||||
<indexterm zone="esound esd-config">
|
||||
<primary sortas="b-esd-config">esd-config</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>esdctl</title>
|
||||
<para><command>esdctl</command> controls certain aspects of the sound
|
||||
daemon.</para></sect3>
|
||||
<varlistentry id="esdcat">
|
||||
<term><command>esdcat</command></term>
|
||||
<listitem><para>plays a <filename>RAW</filename> audio stream through the
|
||||
daemon.</para>
|
||||
<indexterm zone="esound esdcat">
|
||||
<primary sortas="b-esdcat">esdcat</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>esdfilt</title>
|
||||
<para><command>esfilt</command> is an <application>EsoundD</application>
|
||||
filter.</para></sect3>
|
||||
<varlistentry id="esdctl">
|
||||
<term><command>esdctl</command></term>
|
||||
<listitem><para> controls certain aspects of the sound daemon.</para>
|
||||
<indexterm zone="esound esdctl">
|
||||
<primary sortas="b-esdctl">esdctl</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>esdloop</title>
|
||||
<para><command>esdloop</command> is test scaffolding for sample cache, loop,
|
||||
and free.</para></sect3>
|
||||
<varlistentry id="esdfilt">
|
||||
<term><command>esdfilt</command></term>
|
||||
<listitem><para>is an <application>EsoundD</application> filter.</para>
|
||||
<indexterm zone="esound esdfilt">
|
||||
<primary sortas="b-esdfilt">esdfilt</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>esdmon</title>
|
||||
<para><command>esdmon</command> outputs the mixed stream from the daemon.</para>
|
||||
</sect3>
|
||||
<varlistentry id="esdloop">
|
||||
<term><command>esdloop</command></term>
|
||||
<listitem><para>is test scaffolding for sample cache, loop and free.</para>
|
||||
<indexterm zone="esound esdloop">
|
||||
<primary sortas="b-esdloop">esdloop</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>esdplay</title>
|
||||
<para><command>esdplay</command> plays the named file on
|
||||
<application>EsoundD</application>.</para></sect3>
|
||||
<varlistentry id="esdmon">
|
||||
<term><command>esdmon</command></term>
|
||||
<listitem><para>outputs the mixed stream from the daemon.</para>
|
||||
<indexterm zone="esound esdmon">
|
||||
<primary sortas="b-esdmon">esdmon</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>esdrec</title>
|
||||
<para><command>esdrec</command> outputs from the sound device's current
|
||||
input.</para></sect3>
|
||||
<varlistentry id="esdplay">
|
||||
<term><command>esdplay</command></term>
|
||||
<listitem><para>plays the named file on
|
||||
<application>EsoundD</application>.</para>
|
||||
<indexterm zone="esound esdplay">
|
||||
<primary sortas="b-esdplay">esdplay</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>esdsample</title>
|
||||
<para><command>esdsample</command> is test scaffolding for sample cache, play
|
||||
back, and free.</para></sect3>
|
||||
<varlistentry id="esdrec">
|
||||
<term><command>esdrec</command></term>
|
||||
<listitem><para>outputs from the sound device's current input.</para>
|
||||
<indexterm zone="esound esdrec">
|
||||
<primary sortas="b-esdrec">esdrec</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>esd libraries</title>
|
||||
<para><filename class="libraryfile">libesd</filename> libraries contain the
|
||||
functions used by <command>esd</command>.</para></sect3>
|
||||
<varlistentry id="esdsample">
|
||||
<term><command>esdsample</command></term>
|
||||
<listitem><para>is test scaffolding for sample cache, playback, and
|
||||
free.</para>
|
||||
<indexterm zone="esound esdsample">
|
||||
<primary sortas="b-esdsample">esdsample</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libesd">
|
||||
<term><filename class='libraryfile'>libesd.[so,a]</filename></term>
|
||||
<listitem><para>contains functions used by the
|
||||
<application>EsounD</application> programs as well as other programs to
|
||||
read, write and play various sound format files.</para>
|
||||
<indexterm zone="esound libesd">
|
||||
<primary sortas="c-libesd">libesd.[so,a]</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user