Author: randy
Date: 2005-11-18 08:41:42 -0700 (Fri, 18 Nov 2005)
New Revision: 5281
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/libdriv/libvorbis.xml
Log:
Added a GCC4 patch and an FTP download URL to the libvorbis instructions,
thanks to Steffen Knollman for discovering the problem and contributing the
patch
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2005-11-18 14:17:46 UTC
(rev 5280)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2005-11-18 15:41:42 UTC
(rev 5281)
@@ -45,6 +45,11 @@
<para>November 18th, 2005</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Added a GCC4 patch to the libvorbis instructions,
+ thanks to Steffen Knollman for discovering the problem and
+ contributing the patch.</para>
+ </listitem>
+ <listitem>
<para>[igor] - Updated to rsync-2.6.6.</para>
</listitem>
</itemizedlist>
Modified: trunk/BOOK/multimedia/libdriv/libvorbis.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/libvorbis.xml 2005-11-18 14:17:46 UTC (rev
5280)
+++ trunk/BOOK/multimedia/libdriv/libvorbis.xml 2005-11-18 15:41:42 UTC (rev
5281)
@@ -5,7 +5,7 @@
%general-entities;
<!ENTITY libvorbis-download-http
"http://downloads.xiph.org/releases/vorbis/libvorbis-&libvorbis-version;.tar.gz">
- <!ENTITY libvorbis-download-ftp " ">
+ <!ENTITY libvorbis-download-ftp
"ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libvorbis-&libvorbis-version;.tar.gz">
<!ENTITY libvorbis-md5sum "b77270c24840af4de54bea5ad1c0b252">
<!ENTITY libvorbis-size "1.3 MB">
<!ENTITY libvorbis-buildsize "17.1 MB">
@@ -20,14 +20,14 @@
<date>$Date$</date>
</sect1info>
- <title>Libvorbis-&libvorbis-version;</title>
+ <title>libvorbis-&libvorbis-version;</title>
<indexterm zone="libvorbis">
<primary sortas="a-Libvorbis">Libvorbis</primary>
</indexterm>
<sect2 role="package">
- <title>Introduction to Libvorbis</title>
+ <title>Introduction to libvorbis</title>
<para>The <application>libvorbis</application> package contains a general
purpose audio and music encoding format. This is useful for creating
(encoding)
@@ -55,8 +55,16 @@
</listitem>
</itemizedlist>
- <bridgehead renderas="sect3">Libvorbis Dependencies</bridgehead>
+ <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>Required patch: <ulink
+ url="&patch-root;/libvorbis-&libvorbis-version;-gcc4-1.patch"/></para>
+ </listitem>
+ </itemizedlist>
+ <bridgehead renderas="sect3">libvorbis Dependencies</bridgehead>
+
<bridgehead renderas="sect4">Required</bridgehead>
<para><xref linkend="libogg"/></para>
@@ -69,12 +77,13 @@
</sect2>
<sect2 role="installation">
- <title>Installation of Libvorbis</title>
+ <title>Installation of libvorbis</title>
<para>Install <application>libvorbis</application> by running the following
commands:</para>
-<screen><userinput>./configure --prefix=/usr &&
+<screen><userinput>patch -Np1 -i ../libvorbis-&libvorbis-version;-gcc4-1.patch
&&
+./configure --prefix=/usr &&
make</userinput></screen>
<para><application>libvorbis</application> is known to cause compiler
errors
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page