Updated to Xpdf-3.00pl3; fixed patch installation text in OpenOffice instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3482 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-02-17 04:58:42 +00:00
parent 8e0d6c80c6
commit a2b4a9e890
4 changed files with 15 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<!ENTITY day "16">
<!ENTITY day "17">
<!ENTITY month "02">
<!ENTITY year "2005">
<!ENTITY version "svn-&year;&month;&day;">
@ -498,7 +498,7 @@
<!ENTITY enscript-version "1.6.4">
<!ENTITY psutils-version "p17">
<!ENTITY gsview-version "4.6">
<!ENTITY xpdf-version "3.00pl1">
<!ENTITY xpdf-version "3.00pl3">
<!ENTITY fop-version "0.20.5">
<!-- Chapter 46 -->

View File

@ -22,6 +22,9 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>February 17th, 2005 [randy]: Updated to
Xpdf-3.00pl3</para></listitem>
<listitem><para>February 16th, 2005 [randy]: Added md5sums to Chapter
45 and 46 package instructions; minor modification to sed command in a2ps
instructions; added a sentence to GSView instructions that you can

View File

@ -43,6 +43,12 @@ url="&xpdf-download-ftp;"/></para></listitem>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>Required patch: <ulink
url="ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.00pl1.patch"/></para>
</listitem>
<listitem><para>Required patch: <ulink
url="ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.00pl2.patch"/></para>
</listitem>
<listitem><para>Required patch: <ulink
url="ftp://ftp.foolabs.com/pub/xpdf/xpdf-&xpdf-version;.patch"/></para>
</listitem>
<listitem><para>Required patch: <ulink
@ -73,7 +79,9 @@ url="http://packages.debian.org/unstable/source/libpaper">libpaper</ulink>
<para>Install <application>Xpdf</application> by running the following
commands:</para>
<screen><userinput><command>patch -d xpdf -Np0 -i ../../xpdf-&xpdf-version;.patch &amp;&amp;
<screen><userinput><command>patch -d xpdf -Np0 -i ../../xpdf-3.00pl1.patch &amp;&amp;
patch -d xpdf -Np0 -i ../../xpdf-3.00pl2.patch &amp;&amp;
patch -d xpdf -Np0 -i ../../xpdf-&xpdf-version;.patch &amp;&amp;
patch -Np1 -i ../xpdf-&xpdf-version;-freetype_2.1.7_hack-2.patch &amp;&amp;
./configure --prefix=/usr --sysconfdir=/etc \
--with-freetype2-includes=/usr/include/freetype2 &amp;&amp;

View File

@ -136,7 +136,7 @@ patches:</para>
<screen><userinput><command>tar -zxf ../gpc231.tar.Z &amp;&amp;
mv gpc231/* external/gpc &amp;&amp;
rmdir gpc231 &amp;&amp;
for patch in ../openoffice-&openoffice-version;-*.patch
for patch in ../OOo-&openoffice-version;-*.patch
do patch -Np1 -i $patch
done</command></userinput></screen>