Author: ken
Date: 2012-08-22 14:03:46 -0600 (Wed, 22 Aug 2012)
New Revision: 10539

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/pst/ps/epdfview.xml
Log:
Fix epdfview build and colours.

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2012-08-22 17:47:05 UTC 
(rev 10538)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2012-08-22 20:03:46 UTC 
(rev 10539)
@@ -49,6 +49,11 @@
         <listitem>
           <para>[ken] - Add missing symlinks in xulrunner-14.0.1.</para>
         </listitem>
+        <listitem>
+          <para>[ken] - Patch epdfview to build against cups-1.6, and to 
display
+          red as red instead of as blue. Fixes
+          <ulink url="&blfs-ticket-root;3541">#3541</ulink>.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

Modified: trunk/BOOK/pst/ps/epdfview.xml
===================================================================
--- trunk/BOOK/pst/ps/epdfview.xml      2012-08-22 17:47:05 UTC (rev 10538)
+++ trunk/BOOK/pst/ps/epdfview.xml      2012-08-22 20:03:46 UTC (rev 10539)
@@ -74,6 +74,14 @@
       </listitem>
     </itemizedlist>
 
+    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+    <itemizedlist spacing='compact'>
+      <listitem>
+        <para>Required Patch: <ulink
+        url="&patch-root;/epdfview-&epdfview-version;-fixes-1.patch"/></para>
+      </listitem>
+    </itemizedlist>
+
     <bridgehead renderas="sect3">ePDFView Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
@@ -99,7 +107,7 @@
       commands:
     </para>
 
-<screen><userinput>sed -i 's#/gmacros##' src/gtk/StockIcons.h &amp;&amp;
+<screen><userinput>patch -Np1 -i ../epdfview-&epdfview-version;-fixes-1.patch 
&amp;&amp;
 ./configure --prefix=/usr &amp;&amp;
 make</userinput></screen>
 
@@ -117,9 +125,18 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
+<!-- keep this in case the patch breaks builds without cups
     <para>
       <command>sed -i 's#/gmacros##' src/gtk/StockIcons.h</command>: This sed
       fixes compiling with <application>glib-2.32</application> or greater.
+    </para> -->
+
+    <para>
+      <command>patch -Np1 -i 
../epdfview-&epdfview-version;-fixes-1.patch</command>
+      The patch does three things: fixes compiling with
+      <application>glib-2.32</application> or greater, corrects red appearing 
as
+      blue with recent versions of <application>poppler</application>, and 
allows
+      the application to compile when <xref linkend="cups"/> has been 
installed.
     </para>
   </sect2>
 

-- 
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