Changeset 7c2acc6 for multimedia/libdriv


Ignore:
Timestamp:
04/22/2005 01:20:45 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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
Children:
b94212a
Parents:
e369ade8
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/esound.xml

    re369ade8 r7c2acc6  
    88  <!ENTITY esound-md5sum        "1566344f80a8909b5e6e4d6b6520c2c1">
    99  <!ENTITY esound-size          "376 KB">
    10   <!ENTITY esound-buildsize     "3.8 MB">
    11   <!ENTITY esound-time          "0.16 SBU">
     10  <!ENTITY esound-buildsize     "4.9 MB">
     11  <!ENTITY esound-time          "0.13 SBU">
    1212]>
    1313
     
    1919<?dbhtml filename="esound.html"?>
    2020<title>EsounD-&esound-version;</title>
     21<indexterm zone="esound">
     22<primary sortas="a-EsounD">EsounD</primary></indexterm>
    2123
    2224<sect2>
     
    2931<sect3><title>Package information</title>
    3032<itemizedlist spacing='compact'>
    31 <listitem><para>Download (HTTP): <ulink url="&esound-download-http;"/></para></listitem>
    32 <listitem><para>Download (FTP): <ulink url="&esound-download-ftp;"/></para></listitem>
     33<listitem><para>Download (HTTP):
     34<ulink url="&esound-download-http;"/></para></listitem>
     35<listitem><para>Download (FTP):
     36<ulink url="&esound-download-ftp;"/></para></listitem>
    3337<listitem><para>Download MD5 Sum: &esound-md5sum;</para></listitem>
    3438<listitem><para>Download size: &esound-size;</para></listitem>
    35 <listitem><para>Estimated disk space required: &esound-buildsize;</para></listitem>
    36 <listitem><para>Estimated build time: &esound-time;</para></listitem></itemizedlist>
     39<listitem><para>Estimated disk space required:
     40&esound-buildsize;</para></listitem>
     41<listitem><para>Estimated build time:
     42&esound-time;</para></listitem></itemizedlist>
    3743</sect3>
    3844
     
    5864
    5965<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    60 make &amp;&amp;
    61 make install</command></userinput></screen>
    62 
    63 <para>If you wish to install the package documentation (man pages have been
    64 already installed), copy the <filename>docs/esound.ps</filename> file and
    65 <filename class='directory'>docs/html</filename> directory to a desired
    66 location on your system.</para>
     66make</command></userinput></screen>
     67
     68<para>Now, as the root user:</para>
     69
     70<screen><userinput role='root'><command>make install &amp;&amp;
     71install -v -m755 -d /usr/share/doc/esound-&esound-version; &amp;&amp;
     72install -v -m644 docs/esound.ps /usr/share/doc/esound-&esound-version; &amp;&amp;
     73cp -v docs/html /usr/share/doc/esound-&esound-version;</command></userinput></screen>
    6774
    6875</sect2>
     
    7380<para><parameter>--sysconfdir=/etc</parameter>: This switch puts configuration
    7481files in <filename class="directory">/etc</filename> instead of
    75 <filename class="directory">/usr/etc</filename>.
    76 </para>
     82<filename class="directory">/usr/etc</filename>.</para>
    7783
    7884</sect2>
     
    8187<title>Configuring <application>EsounD</application></title>
    8288
    83 <sect3><title>Config files</title>
     89<sect3 id="esound-config"><title>Config files</title>
    8490<para><filename>/etc/esd.conf</filename></para>
     91<indexterm zone="esound esound-config">
     92<primary sortas="e-etc-esd.conf">/etc/esd.conf</primary></indexterm>
    8593</sect3>
    8694
     
    97105<title>Contents</title>
    98106
    99 <para>The <application>EsounD</application> package contains
    100 <command>esd</command>, <command>esdcat</command>, <command>esdctl</command>,
    101 <command>esdfilt</command>, <command>esdloop</command>,
    102 <command>esdmon</command>, <command>esdplay</command>
    103 <command>esdrec</command>, <command>esdsample</command> and
    104 <filename class="libraryfile">libesd</filename> libraries.</para>
    105 
    106 </sect2>
    107 
    108 <sect2><title>Description</title>
    109 
    110 <sect3><title>esd</title>
    111 <para><command>esd</command> is the Enlightened Sound Daemon.</para></sect3>
    112 
    113 <sect3><title>esdcat</title>
    114 <para><command>esdcat</command> plays a <filename>RAW</filename> audio stream
    115 through the daemon.</para></sect3>
    116 
    117 <sect3><title>esdctl</title>
    118 <para><command>esdctl</command> controls certain aspects of the sound
    119 daemon.</para></sect3>
    120 
    121 <sect3><title>esdfilt</title>
    122 <para><command>esfilt</command> is an <application>EsoundD</application>
    123 filter.</para></sect3>
    124 
    125 <sect3><title>esdloop</title>
    126 <para><command>esdloop</command> is test scaffolding for sample cache, loop,
    127 and free.</para></sect3>
    128 
    129 <sect3><title>esdmon</title>
    130 <para><command>esdmon</command> outputs the mixed stream from the daemon.</para>
    131 </sect3>
    132 
    133 <sect3><title>esdplay</title>
    134 <para><command>esdplay</command> plays the named file on
    135 <application>EsoundD</application>.</para></sect3>
    136 
    137 <sect3><title>esdrec</title>
    138 <para><command>esdrec</command> outputs from the sound device's current
    139 input.</para></sect3>
    140 
    141 <sect3><title>esdsample</title>
    142 <para><command>esdsample</command> is test scaffolding for sample cache, play
    143 back, and free.</para></sect3>
    144 
    145 <sect3><title>esd libraries</title>
    146 <para><filename class="libraryfile">libesd</filename> libraries contain the
    147 functions used by <command>esd</command>.</para></sect3>
     107<segmentedlist>
     108<segtitle>Installed Programs</segtitle>
     109<segtitle>Installed Libraries</segtitle>
     110<segtitle>Installed Directory</segtitle>
     111
     112<seglistitem>
     113<seg>esd, esdcat, esdctl, esd-config, esddsp, esdfilt, esdloop, esdmon,
     114esdplay, esdrec and esdsample</seg>
     115<seg>libesd.[so,a] and libesddsp.[so,a]</seg>
     116<seg>/usr/share/doc/esound-&esound-version;</seg>
     117</seglistitem>
     118</segmentedlist>
     119
     120<variablelist>
     121<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     122<?dbfo list-presentation="list"?>
     123
     124<varlistentry id="esd">
     125<term><command>esd</command></term>
     126<listitem><para>is the Enlightened Sound Daemon.</para>
     127<indexterm zone="esound esd">
     128<primary sortas="b-esd">esd</primary>
     129</indexterm></listitem>
     130</varlistentry>
     131
     132<varlistentry id="esd-config">
     133<term><command>esd-config</command></term>
     134<listitem><para>is used by <command>configure</command> to determine the
     135compiler and linker flags that should be used to compile and link programs
     136that use <application>EsounD</application>.</para>
     137<indexterm zone="esound esd-config">
     138<primary sortas="b-esd-config">esd-config</primary>
     139</indexterm></listitem>
     140</varlistentry>
     141
     142<varlistentry id="esdcat">
     143<term><command>esdcat</command></term>
     144<listitem><para>plays a <filename>RAW</filename> audio stream through the
     145daemon.</para>
     146<indexterm zone="esound esdcat">
     147<primary sortas="b-esdcat">esdcat</primary>
     148</indexterm></listitem>
     149</varlistentry>
     150
     151<varlistentry id="esdctl">
     152<term><command>esdctl</command></term>
     153<listitem><para> controls certain aspects of the sound daemon.</para>
     154<indexterm zone="esound esdctl">
     155<primary sortas="b-esdctl">esdctl</primary>
     156</indexterm></listitem>
     157</varlistentry>
     158
     159<varlistentry id="esdfilt">
     160<term><command>esdfilt</command></term>
     161<listitem><para>is an <application>EsoundD</application> filter.</para>
     162<indexterm zone="esound esdfilt">
     163<primary sortas="b-esdfilt">esdfilt</primary>
     164</indexterm></listitem>
     165</varlistentry>
     166
     167<varlistentry id="esdloop">
     168<term><command>esdloop</command></term>
     169<listitem><para>is test scaffolding for sample cache, loop and free.</para>
     170<indexterm zone="esound esdloop">
     171<primary sortas="b-esdloop">esdloop</primary>
     172</indexterm></listitem>
     173</varlistentry>
     174
     175<varlistentry id="esdmon">
     176<term><command>esdmon</command></term>
     177<listitem><para>outputs the mixed stream from the daemon.</para>
     178<indexterm zone="esound esdmon">
     179<primary sortas="b-esdmon">esdmon</primary>
     180</indexterm></listitem>
     181</varlistentry>
     182
     183<varlistentry id="esdplay">
     184<term><command>esdplay</command></term>
     185<listitem><para>plays the named file on
     186<application>EsoundD</application>.</para>
     187<indexterm zone="esound esdplay">
     188<primary sortas="b-esdplay">esdplay</primary>
     189</indexterm></listitem>
     190</varlistentry>
     191
     192<varlistentry id="esdrec">
     193<term><command>esdrec</command></term>
     194<listitem><para>outputs from the sound device's current input.</para>
     195<indexterm zone="esound esdrec">
     196<primary sortas="b-esdrec">esdrec</primary>
     197</indexterm></listitem>
     198</varlistentry>
     199
     200<varlistentry id="esdsample">
     201<term><command>esdsample</command></term>
     202<listitem><para>is test scaffolding for sample cache, playback, and
     203free.</para>
     204<indexterm zone="esound esdsample">
     205<primary sortas="b-esdsample">esdsample</primary>
     206</indexterm></listitem>
     207</varlistentry>
     208
     209<varlistentry id="libesd">
     210<term><filename class='libraryfile'>libesd.[so,a]</filename></term>
     211<listitem><para>contains functions used by the
     212<application>EsounD</application> programs as well as other programs to
     213read, write and play various sound format files.</para>
     214<indexterm zone="esound libesd">
     215<primary sortas="c-libesd">libesd.[so,a]</primary>
     216</indexterm></listitem>
     217</varlistentry>
     218</variablelist>
    148219
    149220</sect2>
Note: See TracChangeset for help on using the changeset viewer.