mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
02912d441c
commit
92baa4d147
@ -19,8 +19,10 @@ who wrote what.</para>
|
|||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
<listitem><para>July 31th, 2004 [randy]: Added pkgconfig as an optional
|
<listitem><para>July 31th, 2004 [randy]: Added pkgconfig as an optional
|
||||||
dependency of GTK+, Audio File and EsoundD; changed Sysstat instructions to
|
dependency of GTK+, Audio File, EsoundD, libogg and libvorbis; changed Sysstat
|
||||||
use the BLFS bootscripts.</para></listitem>
|
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
|
<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
|
and added command descriptions to LessTif; added patch to iptables to fix a
|
||||||
|
@ -35,7 +35,7 @@ formats include <acronym>MOD</acronym>, <acronym>S3M</acronym>,
|
|||||||
|
|
||||||
<sect3><title><application>libmikmod</application> dependencies</title>
|
<sect3><title><application>libmikmod</application> dependencies</title>
|
||||||
<sect4><title>Optional</title>
|
<sect4><title>Optional</title>
|
||||||
<para><xref linkend="esound"/>
|
<para><xref linkend="alsa"/> and <xref linkend="esound"/>
|
||||||
</para></sect4>
|
</para></sect4>
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
@ -49,7 +49,8 @@ following commands:</para>
|
|||||||
|
|
||||||
<screen><userinput><command>./configure --prefix=/usr &&
|
<screen><userinput><command>./configure --prefix=/usr &&
|
||||||
make &&
|
make &&
|
||||||
make install</command></userinput></screen>
|
make install
|
||||||
|
chmod 755 /usr/lib/libmkmod.so.2.0.4</command></userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
@ -57,8 +58,8 @@ make install</command></userinput></screen>
|
|||||||
<title>Contents</title>
|
<title>Contents</title>
|
||||||
|
|
||||||
<para>The <application>libmikmod</application> package contains
|
<para>The <application>libmikmod</application> package contains
|
||||||
<command>libmikmod-config</command> and the <filename
|
<command>libmikmod-config</command> and the
|
||||||
class="libraryfile">libmikmod</filename> library.</para>
|
<filename class="libraryfile">libmikmod</filename> library.</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
@ -66,8 +67,7 @@ class="libraryfile">libmikmod</filename> library.</para>
|
|||||||
|
|
||||||
<sect3><title>libmikmod-config</title>
|
<sect3><title>libmikmod-config</title>
|
||||||
<para><command>libmikmod-config</command> provides version information,
|
<para><command>libmikmod-config</command> provides version information,
|
||||||
compiler and linker flags to programs that utilize
|
compiler and linker flags to programs that utilize libmikmod.</para></sect3>
|
||||||
libmikmod.</para></sect3>
|
|
||||||
|
|
||||||
<sect3><title>libmikmod</title>
|
<sect3><title>libmikmod</title>
|
||||||
<para><filename class="libraryfile">libmikmod</filename> provides
|
<para><filename class="libraryfile">libmikmod</filename> provides
|
||||||
|
@ -34,6 +34,11 @@ url="&libogg-download-ftp;"/></para></listitem>
|
|||||||
&libogg-time;</para></listitem></itemizedlist>
|
&libogg-time;</para></listitem></itemizedlist>
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
|
<sect3><title><application>libogg</application> dependencies</title>
|
||||||
|
<sect4><title>Optional</title>
|
||||||
|
<para><xref linkend="pkgconfig"/></para></sect4>
|
||||||
|
</sect3>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2>
|
<sect2>
|
||||||
@ -60,8 +65,8 @@ class="libraryfile">libogg</filename> libraries.</para>
|
|||||||
|
|
||||||
<sect3><title>ogg libraries</title>
|
<sect3><title>ogg libraries</title>
|
||||||
<para><filename class="libraryfile">libogg</filename> libraries provide the
|
<para><filename class="libraryfile">libogg</filename> libraries provide the
|
||||||
functions for programs wishing to read or write Ogg
|
functions for programs wishing to read or write Ogg formatted bit streams.
|
||||||
formatted bit streams.</para>
|
</para>
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
@ -33,14 +33,14 @@ url="&libvorbis-download-ftp;"/></para></listitem>
|
|||||||
<listitem><para>Estimated build time:
|
<listitem><para>Estimated build time:
|
||||||
&libvorbis-time;</para></listitem></itemizedlist>
|
&libvorbis-time;</para></listitem></itemizedlist>
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
<sect3><title><application>libvorbis</application> dependencies</title>
|
<sect3><title><application>libvorbis</application> dependencies</title>
|
||||||
<sect4><title>Required</title>
|
<sect4><title>Required</title>
|
||||||
<para><xref linkend="libogg"/></para></sect4>
|
<para><xref linkend="libogg"/></para></sect4>
|
||||||
<sect4><title>Optional</title>
|
<sect4><title>Optional</title>
|
||||||
<para>
|
<para>
|
||||||
<xref linkend="libxslt"/> and
|
<xref linkend="pkgconfig"/>,
|
||||||
<xref linkend="pst-typesetting-tex"/>
|
<xref linkend="libxslt"/> and <application>PassiveTeX</application>
|
||||||
</para></sect4>
|
</para></sect4>
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
@ -49,7 +49,8 @@ url="&libvorbis-download-ftp;"/></para></listitem>
|
|||||||
<sect2>
|
<sect2>
|
||||||
<title>Installation of <application>libvorbis</application></title>
|
<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 &&
|
<screen><userinput><command>./configure --prefix=/usr &&
|
||||||
make &&
|
make &&
|
||||||
@ -60,10 +61,7 @@ on certain machines. If you get errors, try these commands to install libvorbis:
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<screen><userinput><command>./configure --prefix=/usr &&
|
<screen><userinput><command>./configure --prefix=/usr &&
|
||||||
cd lib &&
|
sed -i.bak -e 's/-mno-ieee-fp//' lib/Makefile &&
|
||||||
cp Makefile Makefile.bak &&
|
|
||||||
sed s/-mno-ieee-fp// Makefile.bak > Makefile &&
|
|
||||||
cd .. &&
|
|
||||||
make &&
|
make &&
|
||||||
make install</command></userinput></screen>
|
make install</command></userinput></screen>
|
||||||
|
|
||||||
@ -73,7 +71,8 @@ make install</command></userinput></screen>
|
|||||||
<title>Command explanations</title>
|
<title>Command explanations</title>
|
||||||
|
|
||||||
<para><option>--enable-docs</option>: This switch enables
|
<para><option>--enable-docs</option>: This switch enables
|
||||||
building the documentation.</para>
|
building the documentation. (requires <application>PassiveTeX</application>)
|
||||||
|
</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
@ -81,17 +80,15 @@ building the documentation.</para>
|
|||||||
<title>Contents</title>
|
<title>Contents</title>
|
||||||
|
|
||||||
<para>The <application>libvorbis</application> package contains
|
<para>The <application>libvorbis</application> package contains
|
||||||
<filename class="libraryfile">
|
<filename class="libraryfile">libvorbis</filename> libraries.</para>
|
||||||
libvorbis</filename> libraries.</para>
|
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2><title>Description</title>
|
<sect2><title>Description</title>
|
||||||
|
|
||||||
<sect3><title>vorbis libraries</title>
|
<sect3><title>vorbis libraries</title>
|
||||||
<para><filename class="libraryfile">libvorbis</filename> libraries provide the functions to read and write
|
<para><filename class="libraryfile">libvorbis</filename> libraries provide
|
||||||
sound files.</para></sect3>
|
the functions to read and write sound files.</para></sect3>
|
||||||
|
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user