Changeset f47baef


Ignore:
Timestamp:
04/04/2006 09:41:49 AM (18 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:
37c1117
Parents:
406ad9bd
Message:

Updated Xpdf-3.01 to patch-level 2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r406ad9bd rf47baef  
    1 <!ENTITY day          "02">                   <!-- Always 2 digits -->
     1<!ENTITY day          "04">                   <!-- Always 2 digits -->
    22<!ENTITY month        "04">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
    44<!ENTITY version      "svn-&year;&month;&day;">
    5 <!ENTITY releasedate  "April &day;nd, &year;">
     5<!ENTITY releasedate  "April &day;th, &year;">
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r406ad9bd rf47baef  
    4343
    4444    <listitem>
     45      <para>April 4th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated Xpdf-3.01 to patch-level 2.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>April 2nd, 2006</para>
    4655      <itemizedlist>
  • pst/ps/xpdf.xml

    r406ad9bd rf47baef  
    1313]>
    1414
    15 <sect1 id="xpdf" xreflabel="Xpdf-&xpdf-version;pl1">
     15<sect1 id="xpdf" xreflabel="Xpdf-&xpdf-version;pl2">
    1616  <?dbhtml filename="xpdf.html"?>
    1717
     
    2525  </sect1info>
    2626
    27   <title>Xpdf-&xpdf-version;pl1</title>
     27  <title>Xpdf-&xpdf-version;pl2</title>
    2828
    2929  <indexterm zone="xpdf">
     
    6464      <listitem>
    6565        <para>Required patch: <ulink
    66         url="ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.01pl1.patch"/></para>
     66        url="ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.01pl2.patch"/></para>
    6767      </listitem>
    6868    </itemizedlist>
     
    7474
    7575    <bridgehead renderas="sect4">Optional</bridgehead>
    76     <para role="optional"><xref linkend="gs"/> or <xref linkend="espgs"/> (just
    77     the fonts), <ulink
     76    <para role="optional"><xref linkend="gs"/> or <xref linkend="espgs"/>
     77    (just the fonts), <ulink
    7878    url="http://gd.tuwien.ac.at/visual/ibiblio/libs/graphics/t1lib-5.1.0.tar.gz">
    7979    t1lib</ulink> and <ulink
     
    8888    commands:</para>
    8989
    90 <screen><userinput>patch -Np1 -i ../xpdf-&xpdf-version;pl1.patch &amp;&amp;
    91 ./configure --prefix=/usr --sysconfdir=/etc \
    92     --with-freetype2-includes=/usr/include/freetype2 \
    93     --enable-opi --enable-multithreaded --enable-wordlist &amp;&amp;
     90<screen><userinput>patch -Np1 -i ../xpdf-&xpdf-version;pl2.patch &amp;&amp;
     91./configure --prefix=/usr \
     92            --sysconfdir=/etc \
     93            --with-freetype2-includes=/usr/include/freetype2 \
     94            --enable-opi \
     95            --enable-multithreaded \
     96            --enable-wordlist &amp;&amp;
    9497make</userinput></screen>
    9598
Note: See TracChangeset for help on using the changeset viewer.