Changeset aac75b3


Ignore:
Timestamp:
07/15/2007 10:34:27 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
bcd1e5e
Parents:
1b0e20e
Message:

Updated to Xpdf-3.02

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1b0e20e raac75b3  
    44-->
    55
    6 <!ENTITY day          "15">                   <!-- Always 2 digits -->
     6<!ENTITY day          "16">                   <!-- Always 2 digits -->
    77<!ENTITY month        "07">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
     
    678678<!ENTITY psutils-version              "p17">
    679679<!ENTITY gsview-version               "4.8">
    680 <!ENTITY xpdf-version                 "3.01">
     680<!ENTITY xpdf-version                 "3.02">
    681681<!ENTITY fop-version                  "0.93">
    682682<!ENTITY paps-version                 "0.6.6">
  • introduction/welcome/changelog.xml

    r1b0e20e raac75b3  
    4343
    4444    <listitem>
     45      <para>July 16th, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to Xpdf-3.02.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>July 15th, 2007</para>
    4655      <itemizedlist>
  • pst/ps/xpdf.xml

    r1b0e20e raac75b3  
    77  <!ENTITY xpdf-download-http "http://gd.tuwien.ac.at/publishing/xpdf/xpdf-&xpdf-version;.tar.gz">
    88  <!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">
     9  <!ENTITY xpdf-md5sum        "599dc4cc65a07ee868cf92a667a913d2">
     10  <!ENTITY xpdf-size          "674 KB">
     11  <!ENTITY xpdf-buildsize     "46 MB">
    1212  <!ENTITY xpdf-time          "0.4 SBU">
    1313]>
     
    5656    </itemizedlist>
    5757
    58     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     58    <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    5959    <itemizedlist spacing='compact'>
    6060      <listitem>
     
    6262        url="ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.01pl2.patch"/></para>
    6363      </listitem>
    64     </itemizedlist>
     64    </itemizedlist> -->
    6565
    6666    <bridgehead renderas="sect3">Xpdf Dependencies</bridgehead>
     
    7373    (just the fonts), <ulink
    7474    url="http://gd.tuwien.ac.at/visual/ibiblio/libs/graphics/t1lib-5.1.0.tar.gz">
    75     t1lib</ulink> and <ulink
     75    t1lib</ulink>, and <ulink
    7676    url="http://packages.debian.org/unstable/source/libpaper">libpaper</ulink></para>
    7777
     
    8787    commands:</para>
    8888
    89 <screen><userinput>patch -Np1 -i ../xpdf-&xpdf-version;pl2.patch &amp;&amp;
    90 ./configure --prefix=/usr \
     89<screen><userinput>./configure --prefix=/usr \
    9190            --sysconfdir=/etc \
    9291            --with-freetype2-includes=/usr/include/freetype2 \
Note: See TracChangeset for help on using the changeset viewer.