Author: dnicholson
Date: 2007-02-14 12:57:05 -0700 (Wed, 14 Feb 2007)
New Revision: 6628
Modified:
branches/6.2/BOOK/introduction/welcome/changelog.xml
branches/6.2/BOOK/multimedia/audioutils/vorbistools.xml
Log:
Merged r6627 to the 6.2 branch
Modified: branches/6.2/BOOK/introduction/welcome/changelog.xml
===================================================================
--- branches/6.2/BOOK/introduction/welcome/changelog.xml 2007-02-14
19:55:28 UTC (rev 6627)
+++ branches/6.2/BOOK/introduction/welcome/changelog.xml 2007-02-14
19:57:05 UTC (rev 6628)
@@ -45,6 +45,10 @@
<para>February 14th, 2007</para>
<itemizedlist>
<listitem>
+ <para>[dnicholson] - Added a patch from Ag Hatzimanikas to fix
+ issues with UTF-8 in Vorbis Tools.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Added an additional parameter to the Expect configure
command to fix a build problem in certain situations; also added a
note to run the test suite.</para>
Modified: branches/6.2/BOOK/multimedia/audioutils/vorbistools.xml
===================================================================
--- branches/6.2/BOOK/multimedia/audioutils/vorbistools.xml 2007-02-14
19:55:28 UTC (rev 6627)
+++ branches/6.2/BOOK/multimedia/audioutils/vorbistools.xml 2007-02-14
19:57:05 UTC (rev 6628)
@@ -55,6 +55,14 @@
</listitem>
</itemizedlist>
+ <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+ <itemizedlist spacing='compact'>
+ <listitem>
+ <para>Required Patch: <ulink
+
url="&patch-root;/vorbis-tools-&vorbistools-version;-utf8-1.patch"/></para>
+ </listitem>
+ </itemizedlist>
+
<bridgehead renderas="sect3">Vorbis Tools Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@@ -80,7 +88,8 @@
<para>Install <application>Vorbis Tools</application> by running the
following
commands:</para>
-<screen><userinput>./configure --prefix=/usr --enable-vcut &&
+<screen>patch -Np1 -i ../vorbis-tools-&vorbistools-version;-utf8-1.patch
&&
+<userinput>./configure --prefix=/usr --enable-vcut &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page