Changeset 92baa4d


Ignore:
Timestamp:
08/01/2004 02:19:37 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:
f4f5d67f
Parents:
02912d44
Message:

Added pkgconfig as optional dependency of libogg and libvorbis; added ALSA and a chmod command to libmkmod; corrections and modifications to libvorbis

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r02912d44 r92baa4d  
    2020
    2121<listitem><para>July 31th, 2004 [randy]: Added pkgconfig as an optional
    22 dependency of GTK+, Audio File and EsoundD; changed Sysstat instructions to
    23 use the BLFS bootscripts.</para></listitem>
     22dependency of GTK+, Audio File, EsoundD, libogg and libvorbis; changed Sysstat
     23instructions to use the BLFS bootscripts; corrections and modifications to
     24libvorbis instructions; added ALSA as an optional dependency and added chmod
     25command to libmkmod instructions.</para></listitem>
    2426
    2527<listitem><para>July 31th, 2004 [randy]: Added Lynx as an optional dependency
  • multimedia/libdriv/libmikmod.xml

    r02912d44 r92baa4d  
    3636<sect3><title><application>libmikmod</application> dependencies</title>
    3737<sect4><title>Optional</title>
    38 <para><xref linkend="esound"/>
     38<para><xref linkend="alsa"/> and <xref linkend="esound"/>
    3939</para></sect4>
    4040</sect3>
     
    5050<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    5151make &amp;&amp;
    52 make install</command></userinput></screen>
     52make install
     53chmod 755 /usr/lib/libmkmod.so.2.0.4</command></userinput></screen>
    5354
    5455</sect2>
     
    5859
    5960<para>The <application>libmikmod</application> package contains
    60 <command>libmikmod-config</command> and the <filename
    61 class="libraryfile">libmikmod</filename> library.</para>
     61<command>libmikmod-config</command> and the
     62<filename class="libraryfile">libmikmod</filename> library.</para>
    6263
    6364</sect2>
     
    6768<sect3><title>libmikmod-config</title>
    6869<para><command>libmikmod-config</command> provides version information,
    69 compiler and linker flags to programs that utilize
    70 libmikmod.</para></sect3>
     70compiler and linker flags to programs that utilize libmikmod.</para></sect3>
    7171
    7272<sect3><title>libmikmod</title>
  • multimedia/libdriv/libogg.xml

    r02912d44 r92baa4d  
    3535</sect3>
    3636
     37<sect3><title><application>libogg</application> dependencies</title>
     38<sect4><title>Optional</title>
     39<para><xref linkend="pkgconfig"/></para></sect4>
     40</sect3>
     41
    3742</sect2>
    3843
     
    6166<sect3><title>ogg libraries</title>
    6267<para><filename class="libraryfile">libogg</filename> libraries provide the
    63 functions for programs wishing to read or write Ogg
    64 formatted bit streams.</para>
     68functions for programs wishing to read or write Ogg formatted bit streams.
     69</para>
    6570</sect3>
    6671
  • multimedia/libdriv/libvorbis.xml

    r02912d44 r92baa4d  
    3434&libvorbis-time;</para></listitem></itemizedlist>
    3535</sect3>
    36                                                                                
     36
    3737<sect3><title><application>libvorbis</application> dependencies</title>
    3838<sect4><title>Required</title>
     
    4040<sect4><title>Optional</title>
    4141<para>
    42 <xref linkend="libxslt"/> and
    43 <xref linkend="pst-typesetting-tex"/>
     42<xref linkend="pkgconfig"/>,
     43<xref linkend="libxslt"/> and <application>PassiveTeX</application>
    4444</para></sect4>
    4545</sect3>
     
    5050<title>Installation of <application>libvorbis</application></title>
    5151
    52 <para>Install <application>libvorbis</application> by running the following commands:</para>
     52<para>Install <application>libvorbis</application> by running the following
     53commands:</para>
    5354
    5455<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     
    6162
    6263<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    63 cd lib &amp;&amp;
    64 cp Makefile Makefile.bak &amp;&amp;
    65 sed s/-mno-ieee-fp// Makefile.bak > Makefile &amp;&amp;
    66 cd .. &amp;&amp;
     64sed -i.bak -e 's/-mno-ieee-fp//' lib/Makefile &amp;&amp;
    6765make &amp;&amp;
    6866make install</command></userinput></screen>
     
    7472
    7573<para><option>--enable-docs</option>: This switch enables
    76 building the documentation.</para>
     74building the documentation. (requires <application>PassiveTeX</application>)
     75</para>
    7776
    7877</sect2>
     
    8281
    8382<para>The <application>libvorbis</application> package contains
    84 <filename class="libraryfile">
    85 libvorbis</filename> libraries.</para>
     83<filename class="libraryfile">libvorbis</filename> libraries.</para>
    8684
    8785</sect2>
     
    9088
    9189<sect3><title>vorbis libraries</title>
    92 <para><filename class="libraryfile">libvorbis</filename> libraries provide the functions to read and write
    93 sound files.</para></sect3>
    94 
     90<para><filename class="libraryfile">libvorbis</filename> libraries provide
     91the functions to read and write sound files.</para></sect3>
    9592
    9693</sect2>
Note: See TracChangeset for help on using the changeset viewer.