Author: gdalziel
Date: 2009-08-02 14:27:25 -0600 (Sun, 02 Aug 2009)
New Revision: 7927

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/pst/printing/gs.xml
   trunk/BOOK/pst/ps/xpdf.xml
Log:
Updated Xpdf to patch-level 3

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2009-08-02 19:24:37 UTC 
(rev 7926)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2009-08-02 20:27:25 UTC 
(rev 7927)
@@ -41,6 +41,15 @@
 
 -->
     <listitem>
+      <para>August 2nd, 2009</para>
+      <itemizedlist>
+        <listitem>
+          <para>[gdalziel] - Updated Xpdf to patch-level 3.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>August 1st, 2009</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/pst/printing/gs.xml
===================================================================
--- trunk/BOOK/pst/printing/gs.xml      2009-08-02 19:24:37 UTC (rev 7926)
+++ trunk/BOOK/pst/printing/gs.xml      2009-08-02 20:27:25 UTC (rev 7927)
@@ -185,7 +185,7 @@
     <application>Ghostscript</application> interface headers in place to link
     to the shared library. These commands install the headers.</para>
 
-    <para><command>ln -sv ... /usr/share/doc/ghostscript-8.64</command>: This 
puts
+    <para><command>ln -sv ... 
/usr/share/doc/ghostscript-&gs-version;</command>: This puts
     the documentation where it is expected to be found.</para>
 
     <para><command>ln -v -s ghostscript /usr/include/ps</command>: Some

Modified: trunk/BOOK/pst/ps/xpdf.xml
===================================================================
--- trunk/BOOK/pst/ps/xpdf.xml  2009-08-02 19:24:37 UTC (rev 7926)
+++ trunk/BOOK/pst/ps/xpdf.xml  2009-08-02 20:27:25 UTC (rev 7927)
@@ -7,9 +7,10 @@
   <!ENTITY xpdf-download-http 
"http://gd.tuwien.ac.at/publishing/xpdf/xpdf-&xpdf-version;.tar.gz";>
   <!ENTITY xpdf-download-ftp  
"ftp://ftp.foolabs.com/pub/xpdf/xpdf-&xpdf-version;.tar.gz";>
   <!ENTITY xpdf-md5sum        "599dc4cc65a07ee868cf92a667a913d2">
-  <!ENTITY xpdf-size          "674 KB">
+  <!ENTITY xpdf-size          "659 KB">
   <!ENTITY xpdf-buildsize     "46 MB">
   <!ENTITY xpdf-time          "0.4 SBU">
+  <!ENTITY xpdf-patch         "xpdf-&xpdf-version;pl3.patch">
 ]>
 
 <sect1 id="xpdf" xreflabel="Xpdf-&xpdf-version;">
@@ -59,7 +60,7 @@
     <itemizedlist spacing='compact'>
       <listitem>
         <para>Required patch: <ulink
-        url="ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl2.patch"/></para>
+        url="ftp://ftp.foolabs.com/pub/xpdf/&xpdf-patch;"/></para>
       </listitem>
     </itemizedlist>
 
@@ -86,7 +87,7 @@
     <para>Install <application>Xpdf</application> by running the following
     commands:</para>
 
-<screen><userinput>patch -Np1 -i ../xpdf-&xpdf-version;pl2.patch &amp;&amp;
+<screen><userinput>patch -Np1 -i ../&xpdf-patch; &amp;&amp;
 ./configure --prefix=/usr \
             --sysconfdir=/etc \
             --with-freetype2-includes=/usr/include/freetype2 \

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