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
This commit is contained in:
Randy McMurchy 2004-08-01 02:19:37 +00:00
parent 02912d441c
commit 92baa4d147
4 changed files with 28 additions and 24 deletions

View File

@ -19,8 +19,10 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>July 31th, 2004 [randy]: Added pkgconfig as an optional
dependency of GTK+, Audio File and EsoundD; changed Sysstat instructions to
use the BLFS bootscripts.</para></listitem>
dependency of GTK+, Audio File, EsoundD, libogg and libvorbis; changed Sysstat
instructions to use the BLFS bootscripts; corrections and modifications to
libvorbis instructions; added ALSA as an optional dependency and added chmod
command to libmkmod instructions.</para></listitem>
<listitem><para>July 31th, 2004 [randy]: Added Lynx as an optional dependency
and added command descriptions to LessTif; added patch to iptables to fix a

View File

@ -35,7 +35,7 @@ formats include <acronym>MOD</acronym>, <acronym>S3M</acronym>,
<sect3><title><application>libmikmod</application> dependencies</title>
<sect4><title>Optional</title>
<para><xref linkend="esound"/>
<para><xref linkend="alsa"/> and <xref linkend="esound"/>
</para></sect4>
</sect3>
@ -49,7 +49,8 @@ following commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
make install
chmod 755 /usr/lib/libmkmod.so.2.0.4</command></userinput></screen>
</sect2>
@ -57,8 +58,8 @@ make install</command></userinput></screen>
<title>Contents</title>
<para>The <application>libmikmod</application> package contains
<command>libmikmod-config</command> and the <filename
class="libraryfile">libmikmod</filename> library.</para>
<command>libmikmod-config</command> and the
<filename class="libraryfile">libmikmod</filename> library.</para>
</sect2>
@ -66,8 +67,7 @@ class="libraryfile">libmikmod</filename> library.</para>
<sect3><title>libmikmod-config</title>
<para><command>libmikmod-config</command> provides version information,
compiler and linker flags to programs that utilize
libmikmod.</para></sect3>
compiler and linker flags to programs that utilize libmikmod.</para></sect3>
<sect3><title>libmikmod</title>
<para><filename class="libraryfile">libmikmod</filename> provides

View File

@ -34,6 +34,11 @@ url="&libogg-download-ftp;"/></para></listitem>
&libogg-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>libogg</application> dependencies</title>
<sect4><title>Optional</title>
<para><xref linkend="pkgconfig"/></para></sect4>
</sect3>
</sect2>
<sect2>
@ -60,8 +65,8 @@ class="libraryfile">libogg</filename> libraries.</para>
<sect3><title>ogg libraries</title>
<para><filename class="libraryfile">libogg</filename> libraries provide the
functions for programs wishing to read or write Ogg
formatted bit streams.</para>
functions for programs wishing to read or write Ogg formatted bit streams.
</para>
</sect3>
</sect2>

View File

@ -33,14 +33,14 @@ url="&libvorbis-download-ftp;"/></para></listitem>
<listitem><para>Estimated build time:
&libvorbis-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>libvorbis</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="libogg"/></para></sect4>
<sect4><title>Optional</title>
<para>
<xref linkend="libxslt"/> and
<xref linkend="pst-typesetting-tex"/>
<xref linkend="pkgconfig"/>,
<xref linkend="libxslt"/> and <application>PassiveTeX</application>
</para></sect4>
</sect3>
@ -49,7 +49,8 @@ url="&libvorbis-download-ftp;"/></para></listitem>
<sect2>
<title>Installation of <application>libvorbis</application></title>
<para>Install <application>libvorbis</application> by running the following commands:</para>
<para>Install <application>libvorbis</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
@ -60,10 +61,7 @@ on certain machines. If you get errors, try these commands to install libvorbis:
</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
cd lib &amp;&amp;
cp Makefile Makefile.bak &amp;&amp;
sed s/-mno-ieee-fp// Makefile.bak > Makefile &amp;&amp;
cd .. &amp;&amp;
sed -i.bak -e 's/-mno-ieee-fp//' lib/Makefile &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
@ -73,7 +71,8 @@ make install</command></userinput></screen>
<title>Command explanations</title>
<para><option>--enable-docs</option>: This switch enables
building the documentation.</para>
building the documentation. (requires <application>PassiveTeX</application>)
</para>
</sect2>
@ -81,17 +80,15 @@ building the documentation.</para>
<title>Contents</title>
<para>The <application>libvorbis</application> package contains
<filename class="libraryfile">
libvorbis</filename> libraries.</para>
<filename class="libraryfile">libvorbis</filename> libraries.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>vorbis libraries</title>
<para><filename class="libraryfile">libvorbis</filename> libraries provide the functions to read and write
sound files.</para></sect3>
<para><filename class="libraryfile">libvorbis</filename> libraries provide
the functions to read and write sound files.</para></sect3>
</sect2>