Patch vorbis-tools to allow UTF-8 in vorbiscomment

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6627 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Dan Nichilson 2007-02-14 19:55:28 +00:00
parent 3b14b947d2
commit fad46a58fc
2 changed files with 14 additions and 1 deletions

View File

@ -44,6 +44,10 @@
<listitem>
<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

View File

@ -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 &amp;&amp;
<screen>patch -Np1 -i ../vorbis-tools-&vorbistools-version;-utf8-1.patch &amp;&amp;
<userinput>./configure --prefix=/usr --enable-vcut &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>