Changeset 697c45ec for general


Ignore:
Timestamp:
05/30/2016 09:03:17 PM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
4bb1652
Parents:
4ee6273
Message:

Poppler-0.44.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/poppler.xml

    r4ee6273 r697c45ec  
    77  <!ENTITY poppler-download-http "http://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz">
    88  <!ENTITY poppler-download-ftp       " ">
    9   <!ENTITY poppler-md5sum             "1d2b001663119855cdfbc0713dbfb9c6">
     9  <!ENTITY poppler-md5sum             "e76dd7ca39782563ef5894f1b5c86bbd">
    1010  <!ENTITY poppler-size               "1.6 MB">
    11   <!ENTITY poppler-buildsize          "48 MB (with Qt4 and Qt5 libraries)">
    12   <!ENTITY poppler-time               "1.1 SBU (with Qt4 and Qt5 libraries)">
     11  <!ENTITY poppler-buildsize          "59 MB (with Qt5 library)">
     12  <!ENTITY poppler-time               "1.2 SBU (with Qt5 library)">
    1313
    1414
     
    158158    <title>Installation of Poppler</title>
    159159
    160 <!-- as of 0.41.0, nothing to be done for check
    161     <para>
    162       In order to optionally run the test suite, an additional download using
    163       <xref linkend="git"/> is necessary.
    164     </para>
    165 
    166 <screen><userinput>rm -rf testfiles &amp;&amp;
    167 git clone git://git.freedesktop.org/git/poppler/test testfiles</userinput></screen>
    168 -->
    169 
    170160    <note>
    171161      <para>
     
    190180make</userinput></screen>
    191181
    192 <!--<para>
    193       To test the results, issue: <command>LC_ALL=en_US.UTF-8 make check</command>.
    194     </para>-->
     182    <para>
     183      In order to run the test suite, some testcases are needed and can
     184      be obtained only from a git repository. The command to download
     185      them is:
     186<command>git clone git://git.freedesktop.org/git/poppler/test testfiles</command>.
     187      Then issue: <command>LC_ALL=en_US.UTF-8 make check</command>. It seems
     188      that only the Qt4/5 libraries are tested.
     189    </para>
    195190
    196191    <para>
     
    291286      <seglistitem>
    292287        <seg>
    293           pdfdetach, pdffonts, pdfimages, pdfinfo, pdfseparate,
     288          pdfdetach, pdffonts, pdfimages, pdfinfo, pdfseparate, pdfsig,
    294289          pdftocairo, pdftohtml, pdftoppm, pdftops, pdftotext,
    295290          pdfunite, and poppler-glib-demo
     
    376371      </varlistentry>
    377372
     373      <varlistentry id="pdfsig">
     374        <term><command>pdfsig</command></term>
     375        <listitem>
     376          <para>
     377            verifies the digital signatures in a PDF document.
     378          </para>
     379          <indexterm zone="poppler pdfsig">
     380            <primary sortas="b-pdseparate">pdfsig</primary>
     381          </indexterm>
     382        </listitem>
     383      </varlistentry>
     384
    378385      <varlistentry id="pdftocairo">
    379386        <term><command>pdftocairo</command></term>
Note: See TracChangeset for help on using the changeset viewer.