Author: ken
Date: Thu Feb 13 13:09:43 2014
New Revision: 12699

Log:
Fix paps to build with current freetype.

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/pst/ps/paps.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Thu Feb 13 09:18:00 
2014        (r12698)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Thu Feb 13 13:09:43 
2014        (r12699)
@@ -48,6 +48,9 @@
       <para>February 13th, 2014</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] - fix paps for current freetype.</para>
+        </listitem>
+        <listitem>
           <para>[igor] - Update to gstreamer-1.2.3. Fixes
           <ulink url="&blfs-ticket-root;4672">#4672</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/pst/ps/paps.xml
==============================================================================
--- trunk/BOOK/pst/ps/paps.xml  Thu Feb 13 09:18:00 2014        (r12698)
+++ trunk/BOOK/pst/ps/paps.xml  Thu Feb 13 13:09:43 2014        (r12699)
@@ -59,9 +59,17 @@
       </listitem>
     </itemizedlist>
 
-<!--
     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
-    <itemizedlist spacing='compact'>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Required patch:
+          <ulink url="&patch-root;/paps-&paps-version;-freetype_fix-1.patch"/>
+        </para>
+      </listitem>
+    </itemizedlist>
+
+<!--
       <listitem>
         <para>DejaVu fonts for European languages:
            <ulink url="http://dejavu.sourceforge.net"/></para>
@@ -95,7 +103,8 @@
     <para>Install <application>paps</application> by running the following
     commands:</para>
 
-<screen><userinput>./configure --prefix=/usr &amp;&amp;
+<screen><userinput>patch -Np1 -i ../paps-&paps-version;-freetype_fix-1.patch 
&amp;&amp;
+./configure --prefix=/usr &amp;&amp;
 make</userinput></screen>
 
     <para>To test the results, issue: <command>src/test_libpaps &gt;
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to