mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
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:
parent
8e0d6c80c6
commit
a2b4a9e890
@ -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 -->
|
||||
|
@ -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
|
||||
|
@ -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 &&
|
||||
<screen><userinput><command>patch -d xpdf -Np0 -i ../../xpdf-3.00pl1.patch &&
|
||||
patch -d xpdf -Np0 -i ../../xpdf-3.00pl2.patch &&
|
||||
patch -d xpdf -Np0 -i ../../xpdf-&xpdf-version;.patch &&
|
||||
patch -Np1 -i ../xpdf-&xpdf-version;-freetype_2.1.7_hack-2.patch &&
|
||||
./configure --prefix=/usr --sysconfdir=/etc \
|
||||
--with-freetype2-includes=/usr/include/freetype2 &&
|
||||
|
@ -136,7 +136,7 @@ patches:</para>
|
||||
<screen><userinput><command>tar -zxf ../gpc231.tar.Z &&
|
||||
mv gpc231/* external/gpc &&
|
||||
rmdir gpc231 &&
|
||||
for patch in ../openoffice-&openoffice-version;-*.patch
|
||||
for patch in ../OOo-&openoffice-version;-*.patch
|
||||
do patch -Np1 -i $patch
|
||||
done</command></userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user