Ignore:
Timestamp:
11/27/2008 07:34:15 PM (15 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
539d6986
Parents:
dfb751b
Message:

Update poppler.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/poppler.xml

    rdfb751b r35e21bf  
    77  <!ENTITY poppler-download-http "http://poppler.freedesktop.org/poppler-&poppler-version;.tar.gz">
    88  <!ENTITY poppler-download-ftp  " ">
    9   <!ENTITY poppler-md5sum        "053fdfd70533ecce1a06353fa945f061">
    10   <!ENTITY poppler-size          "1.0 MB">
    11   <!ENTITY poppler-buildsize     "49 MB (additional 15 MB to install the encoding data package)">
    12   <!ENTITY poppler-time          "1.0 SBU (includes building with all dependencies)">
    13 
    14   <!ENTITY poppler-data-version  "0.1">
     9  <!ENTITY poppler-md5sum        "f30dd49c74ee304c17ef6ef10a1d1a7c">
     10  <!ENTITY poppler-size          "1.5 MB">
     11  <!ENTITY poppler-buildsize     "25 MB (without static libraries or Qt3, additional 12 MB to install the encoding data package)">
     12  <!ENTITY poppler-time          "1.3 SBU (includes building with all dependencies except Qt3)">
     13
     14  <!ENTITY poppler-data-version  "0.2.1">
    1515]>
    1616
     
    6161    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6262    <itemizedlist spacing="compact">
    63       <listitem>
    64         <para>Required patch: <ulink
    65         url="&patch-root;/poppler-&poppler-version;-security_fixes-2.patch"/></para>
    66       </listitem>
    6763      <listitem>
    6864        <para>Poppler Encoding Data: <ulink
     
    117113    following commands:</para>
    118114
    119 <screen><userinput>patch -Np1 -i ../poppler-&poppler-version;-security_fixes-1.patch &amp;&amp;
    120 ./configure --prefix=/usr \
     115<screen><userinput>./configure --prefix=/usr \
    121116            --sysconfdir=/etc \
    122117            --enable-zlib \
     
    163158    plan on building <xref linkend="evince"/>, you must build the
    164159    <application>GLib</application> wrapper.</para>
     160
     161    <para><parameter>--disable-static</parameter>: Prevent static libraries
     162    being built and installed.</para>
    165163
    166164  </sect2>
Note: See TracChangeset for help on using the changeset viewer.