Author: bdubbs
Date: Mon Feb 9 12:10:02 2015
New Revision: 15481
Log:
Update to poppler-0.31.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 Feb 9 11:10:34 2015
(r15480)
+++ trunk/BOOK/general/graphlib/poppler.xml Mon Feb 9 12:10:02 2015
(r15481)
@@ -8,9 +8,9 @@
"http://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz">
<!ENTITY poppler-download-ftp " ">
<!ENTITY poppler-md5sum "fb0a9d82b5433c823421a123eb8e9789">
- <!ENTITY poppler-size "1.6 MB">
- <!ENTITY poppler-buildsize "148 MB (building Qt4 and Qt5 libraries,
additional 47 MB for the test suites and 24 MB for poppler-data)">
- <!ENTITY poppler-time "1.7 SBU (building Qt4 and Qt5
libraries, additional 0.4 SBU for the test suites)">
+ <!ENTITY poppler-size "1.5 MB">
+ <!ENTITY poppler-buildsize "163 MB (building Qt4 libraries, test
suites, and poppler-data)">
+ <!ENTITY poppler-time "1.5 SBU (building Qt4 libraries and
test suites)">
<!ENTITY poppler-data-version "0.4.7">
@@ -152,8 +152,8 @@
not have the directory ../test.
</para>
-<screen><userinput>rm -rf ../test &&
-git clone git://git.freedesktop.org/git/poppler/test
../test</userinput></screen>
+<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 either the Qt4 or
@@ -177,14 +177,15 @@
commands:
</para>
-<screen><userinput>./configure --prefix=/usr \
- --sysconfdir=/etc \
- --disable-static \
- --enable-xpdf-headers &&
+<screen><userinput>./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --disable-static \
+ --enable-xpdf-headers \
+ --with-testdatadir=$PWD/testfiles &&
make</userinput></screen>
<para>
- To test the results, issue: <command>make check</command>.
+ To test the results, issue: <command>LC_ALL=en_US.UTF-8 make
check</command>.
</para>
<para>
@@ -236,12 +237,23 @@
</para>
<para>
+ <option>--with-testdatadir=$PWD/testfiles</option>: Tell the test
+ programs where the auxillary files are located.
+ </para>
+
+ <para>
<option>--enable-libcurl</option>: Use libcurl for HTTP support.
</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/>
+ <para>
+ <command>LC_ALL=en_US.UTF-8 make check</command>: Run the test suite.
+ The environment variable LC_ALL=en_US.UTF-8 is only needed if the
+ default locale does not include UTF-8.
+ </para>
+
</sect2>
<sect2 role="content">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Mon Feb 9 11:10:34
2015 (r15480)
+++ trunk/BOOK/introduction/welcome/changelog.xml Mon Feb 9 12:10:02
2015 (r15481)
@@ -48,6 +48,10 @@
<para>February 9th, 2015</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Update to poppler-0.31.0. Fixes
+ <ulink url="&blfs-ticket-root;6118">#6118</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[fernando] - Update to fluxbox-1.3.7. Fixes
<ulink url="&blfs-ticket-root;6128">#6128</ulink>.</para>
</listitem>
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent Mon Feb 9 11:10:34 2015 (r15480)
+++ trunk/BOOK/packages.ent Mon Feb 9 12:10:02 2015 (r15481)
@@ -177,7 +177,7 @@
<!ENTITY openjpeg-version "1.5.2">
<!ENTITY openjpeg2-version "2.1.0">
<!ENTITY pixman-version "0.32.6"> <!-- Even minors only -->
-<!ENTITY poppler-version "0.30.0"> <!-- Even minors only -->
+<!ENTITY poppler-version "0.31.0">
<!ENTITY qpdf-version "5.1.2">
<!-- Chapter 11 -->
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page