Changeset 512e6761 for multimedia


Ignore:
Timestamp:
08/01/2004 12:23:47 AM (20 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
02912d44
Parents:
7d8442f1
Message:

Added pkgconfig as an optional dependency of GTK+, Audio File and EsoundD

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

Location:
multimedia/libdriv
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/audiofile.xml

    r7d8442f1 r512e6761  
    3434</sect3>
    3535
     36<sect3><title><application>Audio File</application> dependencies</title>
     37<sect4><title>Optional</title>
     38<para><xref linkend="pkgconfig"/></para>
     39</sect4></sect3>
    3640
    3741</sect2>
     
    5256<title>Contents</title>
    5357
    54 <para>The <application>Audio File</application> package contains 
    55 <filename class="libraryfile">libaudiofile</filename>
    56 library, <command>audiofile-config</command>, <command>sfinfo
    57 </command>and <command>sfconvert</command>.</para>
     58<para>The <application>Audio File</application> package contains
     59<filename class="libraryfile">libaudiofile</filename> libraries,
     60<command>audiofile-config</command>, <command>sfinfo</command> and
     61<command>sfconvert</command>.</para>
    5862
    5963</sect2>
  • multimedia/libdriv/esound.xml

    r7d8442f1 r512e6761  
    1818<title>Introduction to <application>EsounD</application></title>
    1919
    20 <para>The <application>EsounD</application> package contains the Enlightened Sound
    21 Daemon. This is useful for mixing together several digitized audio streams for
    22 playback by a single device.</para>
     20<para>The <application>EsounD</application> package contains the Enlightened
     21Sound Daemon. This is useful for mixing together several digitized audio
     22streams for playback by a single device.</para>
    2323
    2424<sect3><title>Package information</title>
     
    3838<sect4><title>Optional</title>
    3939<para>
     40<xref linkend="pkgconfig"/>,
    4041<xref linkend="alsa"/>,
    4142<xref linkend="tcpwrappers"/> and
    42 <xref linkend="docbook-utils"/>
     43<xref linkend="docbook-utils"/> (to use the DocBook tools, you'll need to
     44create symlinks from <command>docbook2html</command> and
     45<command>docbook2ps</command> to <command>db2html</command> and
     46<command>db2ps</command>)
    4347</para></sect4>
    4448</sect3>
     
    7882
    7983<para>Instructions and information about the configuration file is
    80 located in the <filename>TIPS</filename> file in the <application>EsounD
    81 </application> source directory.</para>
     84located in the <filename>TIPS</filename> file in the
     85<application>EsounD</application> source directory.</para>
    8286</sect3>
    8387
     
    8892
    8993<para>The <application>EsounD</application> package contains
    90 <command>esd</command>,
    91 <command>esdcat</command>, <command>esdctl</command>,
    92 <command>esdloop</command>, <command>esdmon</command>,
     94<command>esd</command>, <command>esdcat</command>, <command>esdctl</command>,
     95<command>esdfilt</command>, <command>esdloop</command>,
     96<command>esdmon</command>, <command>esdplay</command>
    9397<command>esdrec</command>, <command>esdsample</command> and
    9498<filename class="libraryfile">libesd</filename> libraries.</para>
     
    106110
    107111<sect3><title>esdctl</title>
    108 <para><command>esdctl</command> controls certain aspects of the sound daemon.</para></sect3>
     112<para><command>esdctl</command> controls certain aspects of the sound
     113daemon.</para></sect3>
     114
     115<sect3><title>esdfilt</title>
     116<para><command>esfilt</command> is an <application>EsoundD</application>
     117filter.</para></sect3>
    109118
    110119<sect3><title>esdloop</title>
     
    113122
    114123<sect3><title>esdmon</title>
    115 <para><command>esdmon</command> outputs the mixed stream from the daemon.</para></sect3>
     124<para><command>esdmon</command> outputs the mixed stream from the daemon.</para>
     125</sect3>
     126
     127<sect3><title>esdplay</title>
     128<para><command>esdplay</command> plays the named file on
     129<application>EsoundD</application>.</para></sect3>
    116130
    117131<sect3><title>esdrec</title>
     
    124138
    125139<sect3><title>esd libraries</title>
    126 <para><filename class="libraryfile">libesd</filename> libraries contain the functions used
    127 by <command>esd</command>.</para></sect3>
     140<para><filename class="libraryfile">libesd</filename> libraries contain the
     141functions used by <command>esd</command>.</para></sect3>
    128142
    129143</sect2>
Note: See TracChangeset for help on using the changeset viewer.