Changeset 27e5668d


Ignore:
Timestamp:
01/04/2006 07:21:38 PM (18 years ago)
Author:
Igor Živković <igor@…>
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:
c2a259b6
Parents:
25e0db9
Message:

Updated to Xpdf-3.01pl1.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r25e0db9 r27e5668d  
    4343
    4444    <listitem>
     45      <para>January 4th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[igor] - Updated to Xpdf-3.01pl1.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>January 2nd, 2006</para>
    4655      <itemizedlist>
  • pst/ps/xpdf.xml

    r25e0db9 r27e5668d  
    1313]>
    1414
    15 <sect1 id="xpdf" xreflabel="Xpdf-&xpdf-version;">
     15<sect1 id="xpdf" xreflabel="Xpdf-&xpdf-version;pl1">
    1616  <?dbhtml filename="xpdf.html"?>
    1717
     
    2525  </sect1info>
    2626
    27   <title>Xpdf-&xpdf-version;</title>
     27  <title>Xpdf-&xpdf-version;pl1</title>
    2828
    2929  <indexterm zone="xpdf">
     
    6060    </itemizedlist>
    6161
    62 <!--
    6362    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6463    <itemizedlist spacing='compact'>
    6564      <listitem>
    6665        <para>Required patch: <ulink
    67         url="ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.00pl1.patch"/></para>
    68       </listitem>
    69       <listitem>
    70         <para>Required patch: <ulink
    71         url="ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.00pl2.patch"/></para>
    72       </listitem>
    73       <listitem>
    74         <para>Required patch: <ulink
    75         url="ftp://ftp.foolabs.com/pub/xpdf/xpdf-&xpdf-version;.patch"/></para>
    76       </listitem>
    77       <listitem>
    78         <para>Required patch: <ulink
    79         url="&patch-root;/xpdf-&xpdf-version;-freetype_2.1.7_hack-2.patch"/></para>
     66        url="ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.01pl1.patch"/></para>
    8067      </listitem>
    8168    </itemizedlist>
    82 -->
    8369
    8470    <bridgehead renderas="sect3">Xpdf Dependencies</bridgehead>
     
    10288    commands:</para>
    10389
    104 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
     90<screen><userinput>patch -Np1 -i ../xpdf-&xpdf-version;pl1.patch &amp;&amp;
     91./configure --prefix=/usr --sysconfdir=/etc \
    10592    --with-freetype2-includes=/usr/include/freetype2 \
    10693    --enable-opi --enable-multithreaded --enable-wordlist &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.