Changeset 0bbf4c4 for pst


Ignore:
Timestamp:
08/22/2005 06:20:35 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6fa0029
Parents:
4a18013
Message:

Updated to Xpdf-3.01

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4974 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/xpdf.xml

    r4a18013 r0bbf4c4  
    55  %general-entities;
    66
    7   <!ENTITY xpdf-download-http "http://gd.tuwien.ac.at/publishing/xpdf/xpdf-3.00.tar.gz">
    8   <!ENTITY xpdf-download-ftp  "ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.00.tar.gz">
    9   <!ENTITY xpdf-md5sum        "95294cef3031dd68e65f331e8750b2c2">
    10   <!ENTITY xpdf-size          "534 KB">
    11   <!ENTITY xpdf-buildsize     "31.7 MB">
    12   <!ENTITY xpdf-time          "0.32 SBU">
     7  <!ENTITY xpdf-download-http "http://gd.tuwien.ac.at/publishing/xpdf/xpdf-&xpdf-version;.tar.gz">
     8  <!ENTITY xpdf-download-ftp  "ftp://ftp.foolabs.com/pub/xpdf/xpdf-&xpdf-version;.tar.gz">
     9  <!ENTITY xpdf-md5sum        "e004c69c7dddef165d768b1362b44268">
     10  <!ENTITY xpdf-size          "599 KB">
     11  <!ENTITY xpdf-buildsize     "38.1 MB">
     12  <!ENTITY xpdf-time          "0.4 SBU">
    1313]>
    1414
     
    5656    </itemizedlist>
    5757
     58<!--
    5859    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    5960    <itemizedlist spacing='compact'>
     
    7576      </listitem>
    7677    </itemizedlist>
     78-->
    7779
    7880    <bridgehead renderas="sect3">Xpdf Dependencies</bridgehead>
     
    9799    commands:</para>
    98100
    99 <screen><userinput>patch -d xpdf -Np0 -i ../../xpdf-3.00pl1.patch &amp;&amp;
    100 patch -d xpdf -Np0 -i ../../xpdf-3.00pl2.patch &amp;&amp;
    101 patch -d xpdf -Np0 -i ../../xpdf-&xpdf-version;.patch &amp;&amp;
    102 patch -Np1 -i ../xpdf-&xpdf-version;-freetype_2.1.7_hack-2.patch &amp;&amp;
    103 ./configure --prefix=/usr --sysconfdir=/etc \
    104     --with-freetype2-includes=/usr/include/freetype2 &amp;&amp;
     101<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
     102    --with-freetype2-includes=/usr/include/freetype2 \
     103    --enable-opi --enable-multithreaded --enable-wordlist &amp;&amp;
    105104make</userinput></screen>
    106105
Note: See TracChangeset for help on using the changeset viewer.