Update poppler.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7627 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2008-11-27 19:34:15 +00:00
parent dfb751bce3
commit 35e21bf0a8
3 changed files with 13 additions and 12 deletions

View File

@ -157,7 +157,7 @@ $Date$
<!ENTITY imlib2-version "1.4.0"> <!ENTITY imlib2-version "1.4.0">
<!ENTITY libexif-version "0.6.16"> <!ENTITY libexif-version "0.6.16">
<!ENTITY fribidi-version "0.10.8"> <!ENTITY fribidi-version "0.10.8">
<!ENTITY poppler-version "0.5.4"> <!ENTITY poppler-version "0.10.1">
<!-- Obsolete <!-- Obsolete
<!ENTITY libungif-version "4.1.3"> <!ENTITY libungif-version "4.1.3">

View File

@ -6,12 +6,12 @@
<!ENTITY poppler-download-http "http://poppler.freedesktop.org/poppler-&poppler-version;.tar.gz"> <!ENTITY poppler-download-http "http://poppler.freedesktop.org/poppler-&poppler-version;.tar.gz">
<!ENTITY poppler-download-ftp " "> <!ENTITY poppler-download-ftp " ">
<!ENTITY poppler-md5sum "053fdfd70533ecce1a06353fa945f061"> <!ENTITY poppler-md5sum "f30dd49c74ee304c17ef6ef10a1d1a7c">
<!ENTITY poppler-size "1.0 MB"> <!ENTITY poppler-size "1.5 MB">
<!ENTITY poppler-buildsize "49 MB (additional 15 MB to install the encoding data package)"> <!ENTITY poppler-buildsize "25 MB (without static libraries or Qt3, additional 12 MB to install the encoding data package)">
<!ENTITY poppler-time "1.0 SBU (includes building with all dependencies)"> <!ENTITY poppler-time "1.3 SBU (includes building with all dependencies except Qt3)">
<!ENTITY poppler-data-version "0.1"> <!ENTITY poppler-data-version "0.2.1">
]> ]>
<sect1 id="poppler" xreflabel="Poppler-&poppler-version;"> <sect1 id="poppler" xreflabel="Poppler-&poppler-version;">
@ -60,10 +60,6 @@
<bridgehead renderas="sect3">Additional Downloads</bridgehead> <bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact"> <itemizedlist spacing="compact">
<listitem>
<para>Required patch: <ulink
url="&patch-root;/poppler-&poppler-version;-security_fixes-2.patch"/></para>
</listitem>
<listitem> <listitem>
<para>Poppler Encoding Data: <ulink <para>Poppler Encoding Data: <ulink
url="http://poppler.freedesktop.org/poppler-data-&poppler-data-version;.tar.gz"/></para> url="http://poppler.freedesktop.org/poppler-data-&poppler-data-version;.tar.gz"/></para>
@ -116,8 +112,7 @@
installed. Install <application>Poppler</application> by running the installed. Install <application>Poppler</application> by running the
following commands:</para> following commands:</para>
<screen><userinput>patch -Np1 -i ../poppler-&poppler-version;-security_fixes-1.patch &amp;&amp; <screen><userinput>./configure --prefix=/usr \
./configure --prefix=/usr \
--sysconfdir=/etc \ --sysconfdir=/etc \
--enable-zlib \ --enable-zlib \
--disable-cairo-output \ --disable-cairo-output \
@ -163,6 +158,9 @@ install -v -m644 README* /usr/share/doc/poppler-&poppler-version;</userinput></s
plan on building <xref linkend="evince"/>, you must build the plan on building <xref linkend="evince"/>, you must build the
<application>GLib</application> wrapper.</para> <application>GLib</application> wrapper.</para>
<para><parameter>--disable-static</parameter>: Prevent static libraries
being built and installed.</para>
</sect2> </sect2>
<sect2 role="configuration"> <sect2 role="configuration">

View File

@ -55,6 +55,9 @@
<listitem> <listitem>
<para>[ken] - Updated to pcre-7.8.</para> <para>[ken] - Updated to pcre-7.8.</para>
</listitem> </listitem>
<listitem>
<para>[ken] - Updated to poppler-0.10.1 and poppler-data-0.2.1.</para>
</listitem>
</itemizedlist> </itemizedlist>
</listitem> </listitem>