Changeset 9079fba6 for multimedia


Ignore:
Timestamp:
08/05/2003 02:00:24 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
24dddea8
Parents:
0f065b2
Message:

update to esound-0.2.30

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

Location:
multimedia/libdriv/esound
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/esound/esound-config.xml

    r0f065b2 r9079fba6  
    99
    1010<para>Instructions and information about the configuration file is
    11 located in the TIPS file in the esound source directory.</para>
     11located in the <filename>TIPS</filename> file in the esound source directory.</para>
    1212</sect3>
    1313
  • multimedia/libdriv/esound/esound-desc.xml

    r0f065b2 r9079fba6  
    22<title>Contents</title>
    33
    4 <para>The esound package contains <userinput>esd</userinput>,
    5 <userinput>esdcat</userinput>, <userinput>esdctl</userinput>,
    6 <userinput>esdloop</userinput>, <userinput>esdmon</userinput>,
    7 <userinput>esdrec</userinput>, <userinput>esdsample</userinput> and
     4<para>The esound package contains <command>esd</command>,
     5<command>esdcat</command>, <command>esdctl</command>,
     6<command>esdloop</command>, <command>esdmon</command>,
     7<command>esdrec</command>, <command>esdsample</command> and
    88<filename>libesd</filename> libraries.</para>
    99
     
    1313
    1414<sect3><title>esd</title>
    15 <para>esd is the Enlightened Sound Daemon.</para></sect3>
     15<para><command>esd</command> is the Enlightened Sound Daemon.</para></sect3>
    1616
    1717<sect3><title>esdcat</title>
    18 <para>esdcat plays a raw audio stream through the daemon.</para></sect3>
     18<para><command>esdcat</command> plays a raw audio stream through the daemon.</para></sect3>
    1919
    2020<sect3><title>esdctl</title>
    21 <para>esdctl controls certain aspects of the sound daemon.</para></sect3>
     21<para><command>esdctl</command> controls certain aspects of the sound daemon.</para></sect3>
    2222
    2323<sect3><title>esdloop</title>
    24 <para>esdloop is test scaffolding for sample cache, loop, and
     24<para><command>esdloop</command> is test scaffolding for sample cache, loop, and
    2525free.</para></sect3>
    2626
    2727<sect3><title>esdmon</title>
    28 <para>esdmon outputs the mixed stream from the daemon.</para></sect3>
     28<para><command>esdmon</command> outputs the mixed stream from the daemon.</para></sect3>
    2929
    3030<sect3><title>esdrec</title>
    31 <para>esdrec outputs from the sound device's current
     31<para><command>esdrec</command> outputs from the sound device's current
    3232input.</para></sect3>
    3333
    3434<sect3><title>esdsample</title>
    35 <para>esdsample is test scaffolding for sample cache, play back, and
     35<para><command>esdsample</command> is test scaffolding for sample cache, play back, and
    3636free.</para></sect3>
    3737
  • multimedia/libdriv/esound/esound-exp.xml

    r0f065b2 r9079fba6  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--sysconfdir=/etc</userinput> : This command put
     4<para><command>--sysconfdir=/etc</command> : This command put
    55esounds configuration files in <filename>/etc</filename> instead of
    66<filename>/use/etc</filename>.</para>
  • multimedia/libdriv/esound/esound-inst.xml

    r0f065b2 r9079fba6  
    11<sect2>
    2 <title>Installation of esound</title>
     2<title>Installation of <application>esound</application></title>
    33
    4 <para>Install esound by running the following commands:</para>
     4<para>Install <application>esound</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     6<para><screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    77make &amp;&amp;
    8 make install</userinput></screen></para>
     8make install</command></userinput></screen></para>
    99
    1010</sect2>
  • multimedia/libdriv/esound/esound-intro.xml

    r0f065b2 r9079fba6  
    11<sect2>
    22<title>Introduction to esound</title>
    3 
    4 <screen>Download location (HTTP):       <ulink url="&esound-download-http;"/>
    5 Download location (FTP):        <ulink url="&esound-download-ftp;"/>
    6 Version used:                   &esound-version;
    7 Package size:                   &esound-size;
    8 Estimated Disk space required:  &esound-buildsize;
    9 Estimated build time:           &esound-time;</screen>
    103
    114<para>The esound package contains Enlightened Sound Daemon. This is
     
    136by a single device.</para>
    147
    15 <screen>esound depends on:
    16 <xref linkend="audiofile"/></screen>
     8<sect3><title>Package information</title>
     9<itemizedlist spacing='compact'>
     10<listitem><para>Download (HTTP): <ulink url="&esound-download-http;"/></para></listitem>
     11<listitem><para>Download (FTP): <ulink url="&esound-download-ftp;"/></para></listitem>
     12<listitem><para>Download size: &esound-size;</para></listitem>
     13<listitem><para>Estimated Disk space required: &esound-buildsize;</para></listitem>
     14<listitem><para>Estimated build time: &esound-time;</para></listitem></itemizedlist>
     15</sect3>
     16
     17<sect3><title><application>esound</application> dependencies</title>
     18<sect4><title>Required</title>
     19<para><xref linkend="audiofile"/></para></sect4>
     20</sect3>
    1721
    1822</sect2>
  • multimedia/libdriv/esound/esound.ent

    r0f065b2 r9079fba6  
    55<!ENTITY esound-desc SYSTEM "esound-desc.xml">
    66<!ENTITY esound-config SYSTEM "esound-config.xml">
    7 <!ENTITY esound-buildsize "2.3 MB">
    8 <!ENTITY esound-version "0.2.29">
    9 <!ENTITY esound-download-http "http://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-0.2.29.tar.bz2">
    10 <!ENTITY esound-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-0.2.29.tar.bz2">
     7<!ENTITY esound-buildsize "3.0 MB">
     8<!ENTITY esound-version "0.2.30">
     9<!ENTITY esound-download-http "http://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-0.2.30.tar.bz2">
     10<!ENTITY esound-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-0.2.30.tar.bz2">
    1111<!ENTITY esound-size "348 KB">
    1212<!ENTITY esound-time "0.17 SBU">
Note: See TracChangeset for help on using the changeset viewer.