Author: fernando
Date: Fri Jan 10 15:37:26 2014
New Revision: 12555
Log:
sed to fix 'Transcode-1.1.7 fails to build with FreeType-2.5.x (x > 0)'.
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/videoutils/transcode.xml
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Fri Jan 10 08:48:33
2014 (r12554)
+++ trunk/BOOK/introduction/welcome/changelog.xml Fri Jan 10 15:37:26
2014 (r12555)
@@ -47,6 +47,11 @@
<para>January 10th, 2014</para>
<itemizedlist>
<listitem>
+ <para>[fernando] - Transcode-1.1.7 fails to build with
+ FreeType-2.5.x (x > 0). Fixes
+ <ulink url="&blfs-ticket-root;4538">#4538</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[fernando] - Update to dhcpcd-6.2.0. Fixes
<ulink url="&blfs-ticket-root;4538">#4538</ulink>.</para>
</listitem>
Modified: trunk/BOOK/multimedia/videoutils/transcode.xml
==============================================================================
--- trunk/BOOK/multimedia/videoutils/transcode.xml Fri Jan 10 08:48:33
2014 (r12554)
+++ trunk/BOOK/multimedia/videoutils/transcode.xml Fri Jan 10 15:37:26
2014 (r12555)
@@ -149,6 +149,14 @@
</note>
<para>
+ When building with --enable-freetype2 configure switch, fix the code to
+ find the header locations for <application>FreeType-2.5.x</application>
+ (x > 0):
+ </para>
+
+<screen><userinput>sed -i "s:#include <freetype/ftglyph.h>:#include
FT_GLYPH_H:" filter/subtitler/load_font.c</userinput></screen>
+
+ <para>
Install <application>Transcode</application> by running the following
commands:
</para>
@@ -177,6 +185,11 @@
<title>Command Explanations</title>
<para>
+ <command>sed -i ... filter/subtitler/load_font.c</command>: Fixes header
+ locations for new <application>FreeType-2.5.x</application> (x > 0).
+ </para>
+
+ <para>
<command>sed -i ...</command>: Fixes install location for documentation.
</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page