Author: randy
Date: 2006-04-04 03:41:49 -0600 (Tue, 04 Apr 2006)
New Revision: 5799

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/pst/ps/xpdf.xml
Log:
Updated Xpdf-3.01 to patch-level 2

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-04-04 03:47:17 UTC (rev 5798)
+++ trunk/BOOK/general.ent      2006-04-04 09:41:49 UTC (rev 5799)
@@ -1,8 +1,8 @@
-<!ENTITY day          "02">                   <!-- Always 2 digits -->
+<!ENTITY day          "04">                   <!-- Always 2 digits -->
 <!ENTITY month        "04">                   <!-- Always 2 digits -->
 <!ENTITY year         "2006">
 <!ENTITY version      "svn-&year;&month;&day;">
-<!ENTITY releasedate  "April &day;nd, &year;">
+<!ENTITY releasedate  "April &day;th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- 
version|stable|testing|unstable|development] -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-04-04 03:47:17 UTC 
(rev 5798)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-04-04 09:41:49 UTC 
(rev 5799)
@@ -42,6 +42,15 @@
 -->
 
     <listitem>
+      <para>April 4th, 2006</para>
+      <itemizedlist>
+        <listitem>
+          <para>[randy] - Updated Xpdf-3.01 to patch-level 2.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>April 2nd, 2006</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/pst/ps/xpdf.xml
===================================================================
--- trunk/BOOK/pst/ps/xpdf.xml  2006-04-04 03:47:17 UTC (rev 5798)
+++ trunk/BOOK/pst/ps/xpdf.xml  2006-04-04 09:41:49 UTC (rev 5799)
@@ -12,7 +12,7 @@
   <!ENTITY xpdf-time          "0.4 SBU">
 ]>
 
-<sect1 id="xpdf" xreflabel="Xpdf-&xpdf-version;pl1">
+<sect1 id="xpdf" xreflabel="Xpdf-&xpdf-version;pl2">
   <?dbhtml filename="xpdf.html"?>
 
   <sect1info>
@@ -24,7 +24,7 @@
     </keywordset>
   </sect1info>
 
-  <title>Xpdf-&xpdf-version;pl1</title>
+  <title>Xpdf-&xpdf-version;pl2</title>
 
   <indexterm zone="xpdf">
     <primary sortas="a-Xpdf">Xpdf</primary>
@@ -63,7 +63,7 @@
     <itemizedlist spacing='compact'>
       <listitem>
         <para>Required patch: <ulink
-        url="ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.01pl1.patch"/></para>
+        url="ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.01pl2.patch"/></para>
       </listitem>
     </itemizedlist>
 
@@ -73,8 +73,8 @@
     <para role="required"><xref linkend="lesstif"/></para>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
-    <para role="optional"><xref linkend="gs"/> or <xref linkend="espgs"/> (just
-    the fonts), <ulink
+    <para role="optional"><xref linkend="gs"/> or <xref linkend="espgs"/>
+    (just the fonts), <ulink
     
url="http://gd.tuwien.ac.at/visual/ibiblio/libs/graphics/t1lib-5.1.0.tar.gz";>
     t1lib</ulink> and <ulink
     
url="http://packages.debian.org/unstable/source/libpaper";>libpaper</ulink></para>
@@ -87,10 +87,13 @@
     <para>Install <application>Xpdf</application> by running the following
     commands:</para>
 
-<screen><userinput>patch -Np1 -i ../xpdf-&xpdf-version;pl1.patch &amp;&amp;
-./configure --prefix=/usr --sysconfdir=/etc \
-    --with-freetype2-includes=/usr/include/freetype2 \
-    --enable-opi --enable-multithreaded --enable-wordlist &amp;&amp;
+<screen><userinput>patch -Np1 -i ../xpdf-&xpdf-version;pl2.patch &amp;&amp;
+./configure --prefix=/usr \
+            --sysconfdir=/etc \
+            --with-freetype2-includes=/usr/include/freetype2 \
+            --enable-opi \
+            --enable-multithreaded \
+            --enable-wordlist &amp;&amp;
 make</userinput></screen>
 
     <para>This package does not come with a test suite.</para>

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