Changeset 78c7ea98


Ignore:
Timestamp:
02/09/2015 08:10:02 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b8ed6e4d
Parents:
0ef4fd1
Message:

Update to poppler-0.31.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/poppler.xml

    r0ef4fd1 r78c7ea98  
    99  <!ENTITY poppler-download-ftp       " ">
    1010  <!ENTITY poppler-md5sum             "fb0a9d82b5433c823421a123eb8e9789">
    11   <!ENTITY poppler-size               "1.6 MB">
    12   <!ENTITY poppler-buildsize          "148 MB (building Qt4 and Qt5 libraries, additional 47 MB for the test suites and 24 MB for poppler-data)">
    13   <!ENTITY poppler-time               "1.7 SBU (building Qt4 and Qt5 libraries, additional 0.4 SBU for the test suites)">
     11  <!ENTITY poppler-size               "1.5 MB">
     12  <!ENTITY poppler-buildsize          "163 MB (building Qt4 libraries, test suites, and poppler-data)">
     13  <!ENTITY poppler-time               "1.5 SBU (building Qt4 libraries and test suites)">
    1414
    1515  <!ENTITY poppler-data-version       "0.4.7">
     
    153153    </para>
    154154
    155 <screen><userinput>rm -rf ../test &amp;&amp;
    156 git clone git://git.freedesktop.org/git/poppler/test ../test</userinput></screen>
     155<screen><userinput>rm -rf testfiles &amp;&amp;
     156git clone git://git.freedesktop.org/git/poppler/test testfiles</userinput></screen>
    157157
    158158    <note><para>
     
    178178    </para>
    179179
    180 <screen><userinput>./configure --prefix=/usr     \
    181             --sysconfdir=/etc \
    182             --disable-static  \
    183             --enable-xpdf-headers &amp;&amp;
     180<screen><userinput>./configure --prefix=/usr         \
     181            --sysconfdir=/etc     \
     182            --disable-static      \
     183            --enable-xpdf-headers \
     184            --with-testdatadir=$PWD/testfiles &amp;&amp;
    184185make</userinput></screen>
    185186
    186187    <para>
    187       To test the results, issue: <command>make check</command>.
     188      To test the results, issue: <command>LC_ALL=en_US.UTF-8 make check</command>.
    188189    </para>
    189190
     
    237238
    238239    <para>
     240      <option>--with-testdatadir=$PWD/testfiles</option>: Tell the test
     241      programs where the auxillary files are located.
     242    </para>
     243
     244    <para>
    239245      <option>--enable-libcurl</option>: Use libcurl for HTTP support.
    240246    </para>
     
    242248    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    243249      href="../../xincludes/gtk-doc-rebuild.xml"/>
     250
     251    <para>
     252      <command>LC_ALL=en_US.UTF-8 make check</command>: Run the test suite.
     253      The environment variable LC_ALL=en_US.UTF-8 is only needed if the
     254      default locale does not include UTF-8.
     255    </para>
    244256
    245257  </sect2>
  • introduction/welcome/changelog.xml

    r0ef4fd1 r78c7ea98  
    4848      <para>February 9th, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[bdubbs] - Update to poppler-0.31.0. Fixes
     52          <ulink url="&blfs-ticket-root;6118">#6118</ulink>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[fernando] - Update to fluxbox-1.3.7. Fixes
  • packages.ent

    r0ef4fd1 r78c7ea98  
    178178<!ENTITY openjpeg2-version            "2.1.0">
    179179<!ENTITY pixman-version               "0.32.6">   <!-- Even minors only -->
    180 <!ENTITY poppler-version              "0.30.0">   <!-- Even minors only -->
     180<!ENTITY poppler-version              "0.31.0">   
    181181<!ENTITY qpdf-version                 "5.1.2">
    182182
Note: See TracChangeset for help on using the changeset viewer.