Author: pierre Date: Mon May 30 14:03:17 2016 New Revision: 17409 Log: Poppler-0.44.0
Modified: trunk/BOOK/general/graphlib/poppler.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/packages.ent Modified: trunk/BOOK/general/graphlib/poppler.xml ============================================================================== --- trunk/BOOK/general/graphlib/poppler.xml Mon May 30 04:54:29 2016 (r17408) +++ trunk/BOOK/general/graphlib/poppler.xml Mon May 30 14:03:17 2016 (r17409) @@ -6,10 +6,10 @@ <!ENTITY poppler-download-http "http://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz"> <!ENTITY poppler-download-ftp " "> - <!ENTITY poppler-md5sum "1d2b001663119855cdfbc0713dbfb9c6"> + <!ENTITY poppler-md5sum "e76dd7ca39782563ef5894f1b5c86bbd"> <!ENTITY poppler-size "1.6 MB"> - <!ENTITY poppler-buildsize "48 MB (with Qt4 and Qt5 libraries)"> - <!ENTITY poppler-time "1.1 SBU (with Qt4 and Qt5 libraries)"> + <!ENTITY poppler-buildsize "59 MB (with Qt5 library)"> + <!ENTITY poppler-time "1.2 SBU (with Qt5 library)"> <!ENTITY poppler-data-version "0.4.7"> @@ -157,16 +157,6 @@ <sect2 role="installation"> <title>Installation of Poppler</title> -<!-- as of 0.41.0, nothing to be done for check - <para> - In order to optionally run the test suite, an additional download using - <xref linkend="git"/> is necessary. - </para> - -<screen><userinput>rm -rf testfiles && -git clone git://git.freedesktop.org/git/poppler/test testfiles</userinput></screen> ---> - <note> <para> This package can be optionally built with support for only one version @@ -189,9 +179,14 @@ --with-testdatadir=$PWD/testfiles && make</userinput></screen> -<!--<para> - To test the results, issue: <command>LC_ALL=en_US.UTF-8 make check</command>. - </para>--> + <para> + In order to run the test suite, some testcases are needed and can + be obtained only from a git repository. The command to download + them is: +<command>git clone git://git.freedesktop.org/git/poppler/test testfiles</command>. + Then issue: <command>LC_ALL=en_US.UTF-8 make check</command>. It seems + that only the Qt4/5 libraries are tested. + </para> <para> Now, as the <systemitem class="username">root</systemitem> user: @@ -290,7 +285,7 @@ <seglistitem> <seg> - pdfdetach, pdffonts, pdfimages, pdfinfo, pdfseparate, + pdfdetach, pdffonts, pdfimages, pdfinfo, pdfseparate, pdfsig, pdftocairo, pdftohtml, pdftoppm, pdftops, pdftotext, pdfunite, and poppler-glib-demo </seg> @@ -374,6 +369,18 @@ </indexterm> </listitem> </varlistentry> + + <varlistentry id="pdfsig"> + <term><command>pdfsig</command></term> + <listitem> + <para> + verifies the digital signatures in a PDF document. + </para> + <indexterm zone="poppler pdfsig"> + <primary sortas="b-pdseparate">pdfsig</primary> + </indexterm> + </listitem> + </varlistentry> <varlistentry id="pdftocairo"> <term><command>pdftocairo</command></term> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Mon May 30 04:54:29 2016 (r17408) +++ trunk/BOOK/introduction/welcome/changelog.xml Mon May 30 14:03:17 2016 (r17409) @@ -47,6 +47,10 @@ <para>May 30th, 2016</para> <itemizedlist> <listitem> + <para>[pierre] - Update to poppler-0.44.0. Fixes + <ulink url="&blfs-ticket-root;7870">#7870</ulink>.</para> + </listitem> + <listitem> <para>[igor] - Update to feh-2.15.4. Fixes <ulink url="&blfs-ticket-root;7892">#7892</ulink>.</para> </listitem> Modified: trunk/BOOK/packages.ent ============================================================================== --- trunk/BOOK/packages.ent Mon May 30 04:54:29 2016 (r17408) +++ trunk/BOOK/packages.ent Mon May 30 14:03:17 2016 (r17409) @@ -187,7 +187,7 @@ <!ENTITY openjpeg-version "1.5.2"> <!ENTITY openjpeg2-version "2.1.0"> <!ENTITY pixman-version "0.34.0"> <!-- Even minors only --> -<!ENTITY poppler-version "0.43.0"> +<!ENTITY poppler-version "0.44.0"> <!ENTITY qpdf-version "6.0.0"> <!-- Chapter 11 --> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
