Updated to Poppler-0.12.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8021 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Guy Dalziel 2009-09-16 16:25:18 +00:00
parent 1b5a1d142b
commit c1a434435f
4 changed files with 10 additions and 5 deletions

View File

@ -177,7 +177,7 @@ $Date$
<!ENTITY imlib2-version "1.4.2">
<!ENTITY libexif-version "0.6.17">
<!ENTITY fribidi-version "0.10.9">
<!ENTITY poppler-version "0.10.7">
<!ENTITY poppler-version "0.12.0">
<!ENTITY jasper-version "1.900.1">
<!ENTITY pixman-version "0.15.20">

View File

@ -128,6 +128,7 @@
running the following commands:</para>
<screen><userinput>./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/dbus-1.0/dbus-1 &amp;&amp;
make</userinput></screen>

View File

@ -6,10 +6,10 @@
<!ENTITY poppler-download-http "http://poppler.freedesktop.org/poppler-&poppler-version;.tar.gz">
<!ENTITY poppler-download-ftp " ">
<!ENTITY poppler-md5sum "ba120e49a82567d85d00e159011ebe67">
<!ENTITY poppler-md5sum "399b25d9d71ad22bc9a2a9281769c49c">
<!ENTITY poppler-size "1.5 MB">
<!ENTITY poppler-buildsize "56 MB (without Qt3, additional 12 MB to install the encoding data package)">
<!ENTITY poppler-time "1.3 SBU (includes building with all dependencies except Qt3)">
<!ENTITY poppler-buildsize "65 MB (without Qt3, additional 12 MB to install the encoding data package)">
<!ENTITY poppler-time "1.5 SBU (includes building with all dependencies except Qt3)">
<!ENTITY poppler-data-version "0.2.1">
]>
@ -110,7 +110,8 @@
<command>configure</command> command below.</para>
</caution>
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
<screen><userinput>./configure --prefix=/usr \
--sysconfdir=/etc \
--enable-zlib &amp;&amp;
make</userinput></screen>

View File

@ -43,6 +43,9 @@
<listitem>
<para>September 16th, 2009</para>
<itemizedlist>
<listitem>
<para>[gdalziel] - Updated to Poppler-0.12.0.</para>
</listitem>
<listitem>
<para>[gdalziel] - Updated to GPL Ghostscript-8.70.</para>
</listitem>