Changeset e290b228 for pst


Ignore:
Timestamp:
12/18/2004 07:56:41 PM (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.0, 6.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:
1c3f142e
Parents:
330be7d
Message:

Updated to LessTif-0.94.0; updated Xpdf freetype patch

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/xpdf.xml

    r330be7d re290b228  
    66  <!ENTITY xpdf-download-http "http://gd.tuwien.ac.at/publishing/xpdf/xpdf-3.00.tar.gz">
    77  <!ENTITY xpdf-download-ftp  "ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.00.tar.gz">
    8   <!ENTITY xpdf-size          "490 KB">
     8  <!ENTITY xpdf-md5sum        "N/A">
     9  <!ENTITY xpdf-size          "534 KB">
    910  <!ENTITY xpdf-buildsize     "32 MB">
    10   <!ENTITY xpdf-time          "0.41 SBU">
     11  <!ENTITY xpdf-time          "0.36 SBU">
    1112]>
    1213
     
    1718</sect1info>
    1819<?dbhtml filename="xpdf.html"?>
    19 <title>Xpdf-&xpdf-version;</title>
     20<title><application>Xpdf</application>-&xpdf-version;</title>
    2021
    2122<sect2>
     
    3233<listitem><para>Download (FTP): <ulink
    3334url="&xpdf-download-ftp;"/></para></listitem>
     35<listitem><para>Download MD5 sum: &xpdf-md5sum;</para></listitem>
    3436<listitem><para>Download size: &xpdf-size;</para></listitem>
    3537<listitem><para>Estimated disk space required:
     
    4143<sect3><title>Additional downloads</title>
    4244<itemizedlist spacing='compact'>
    43 <listitem><para>Required patch: <ulink
    44 url="ftp://ftp.foolabs.com/pub/xpdf/xpdf-&xpdf-version;.patch"/></para></listitem>
    45 <listitem><para>Required patch: <ulink
    46 url="&patch-root;/xpdf-&xpdf-version;-freetype_2.1.7_hack-1.patch"/></para></listitem>
     45<listitem><para>Required patch: <ulink
     46url="ftp://ftp.foolabs.com/pub/xpdf/xpdf-&xpdf-version;.patch"/></para>
     47</listitem>
     48<listitem><para>Required patch: <ulink
     49url="&patch-root;/xpdf-&xpdf-version;-freetype_2.1.7_hack-2.patch"/></para>
     50</listitem>
    4751</itemizedlist></sect3>
    4852
    4953<sect3><title><application>Xpdf</application> dependencies</title>
    5054<sect4><title>Required</title>
    51 <para><xref linkend="lesstif"/>
    52 </para></sect4>
     55<para><xref linkend="lesstif"/></para>
     56</sect4>
     57
    5358<sect4><title>Optional</title>
    5459<para><xref linkend="gs"/> or <xref linkend="espgs"/> (just the fonts),
     
    6974
    7075<screen><userinput><command>patch -d xpdf -Np0 -i ../../xpdf-&xpdf-version;.patch &amp;&amp;
    71 patch -Np1 -i ../xpdf-&xpdf-version;-freetype_2.1.7_hack-1.patch &amp;&amp;
     76patch -Np1 -i ../xpdf-&xpdf-version;-freetype_2.1.7_hack-2.patch &amp;&amp;
    7277./configure --prefix=/usr --sysconfdir=/etc \
    7378    --with-freetype2-includes=/usr/include/freetype2 &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.