Author: randy
Date: 2007-07-26 18:33:13 -0600 (Thu, 26 Jul 2007)
New Revision: 6979
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/videoutils/avifile.xml
Log:
Added a patch to the Avifile instructions to correct a build problem when using
GCC-4.1.x. Thanks to Robert Connolly for submitting the patch
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2007-07-26 22:57:38 UTC (rev 6978)
+++ trunk/BOOK/general.ent 2007-07-27 00:33:13 UTC (rev 6979)
@@ -3,7 +3,7 @@
$Date$
-->
-<!ENTITY day "26"> <!-- Always 2 digits -->
+<!ENTITY day "27"> <!-- Always 2 digits -->
<!ENTITY month "07"> <!-- Always 2 digits -->
<!ENTITY year "2007">
<!ENTITY version "svn-&year;&month;&day;">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2007-07-26 22:57:38 UTC
(rev 6978)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2007-07-27 00:33:13 UTC
(rev 6979)
@@ -42,6 +42,17 @@
-->
<listitem>
+ <para>July 27th, 2007</para>
+ <itemizedlist>
+ <listitem>
+ <para>[randy] - Added a patch to the Avifile instructions to correct
+ a build problem when using GCC-4.1.x. Thanks to Robert Connolly for
+ submitting the patch.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>July 26th, 2007</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/multimedia/videoutils/avifile.xml
===================================================================
--- trunk/BOOK/multimedia/videoutils/avifile.xml 2007-07-26 22:57:38 UTC
(rev 6978)
+++ trunk/BOOK/multimedia/videoutils/avifile.xml 2007-07-27 00:33:13 UTC
(rev 6979)
@@ -62,16 +62,16 @@
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
- <!-- <itemizedlist spacing="compact">
+ <itemizedlist spacing="compact">
<title>Patches</title>
<listitem>
<para>Required patch: <ulink
- url="&patch-root;/avifile-0.7-&avifile-version;-gcc4-1.patch"/></para>
+
url="&patch-root;/avifile-&avifile-main-version;-&avifile-version;-gcc41-1.patch"/></para>
</listitem>
- </itemizedlist> -->
+ </itemizedlist>
<itemizedlist spacing='compact'>
- <!-- <title>Codecs</title> -->
+ <title>Codecs</title>
<listitem>
<para>Required CODEC: <ulink url="&codec-download;"/></para>
</listitem>
@@ -126,7 +126,8 @@
<para>Install <application>Avifile</application> by running the
following commands:</para>
-<screen><userinput>./configure --prefix=/usr \
+<screen><userinput>patch -Np1 -i
../avifile-&avifile-main-version;-&avifile-version;-gcc41-1.patch &&
+./configure --prefix=/usr \
--with-win32-path=/usr/lib/avifile-&avifile-main-version;/win32 &&
make</userinput></screen>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page