Poppler 0.20.2 and revert a change in LVM2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10410 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ragnar Thomsen 2012-07-12 18:00:16 +00:00
parent 33e6618a57
commit 95b190512b
4 changed files with 34 additions and 9 deletions

View File

@ -3,13 +3,13 @@ $LastChangedBy$
$Date$
-->
<!ENTITY day "10"> <!-- Always 2 digits -->
<!ENTITY day "12"> <!-- Always 2 digits -->
<!ENTITY month "07"> <!-- Always 2 digits -->
<!ENTITY year "2012">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "July 10th, &year;">
<!ENTITY releasedate "July 12th, &year;">
<!-- <!ENTITY releasedate "November &day;st, &year;"> -->
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
@ -283,7 +283,7 @@ $Date$
<!ENTITY libtiff-version "4.0.1">
<!ENTITY openjpeg-version "1.5.0">
<!ENTITY pixman-version "0.26.2">
<!ENTITY poppler-version "0.20.1">
<!ENTITY poppler-version "0.20.2">
<!-- Removed
<!ENTITY libungif-version "4.1.3">

View File

@ -7,9 +7,9 @@
<!ENTITY poppler-download-http
"http://poppler.freedesktop.org/poppler-&poppler-version;.tar.gz">
<!ENTITY poppler-download-ftp " ">
<!ENTITY poppler-md5sum "a61e3b844061f5324512a16d6d16984c">
<!ENTITY poppler-size "2.1 MB">
<!ENTITY poppler-buildsize "86 MB (excluding the encoding data) and
<!ENTITY poppler-md5sum "45dd2c16c8c4d1a39e830e45745c4e25">
<!ENTITY poppler-size "2.0 MB">
<!ENTITY poppler-buildsize "95 MB (excluding the encoding data) and
110 MB (including the encoding data)">
<!ENTITY poppler-time "0.9 SBU">
@ -145,8 +145,11 @@
commands:
</para>
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --enable-zlib \
--disable-static --enable-xpdf-headers &amp;&amp;
<screen><userinput>./configure --prefix=/usr \
--sysconfdir=/etc \
--enable-zlib \
--disable-static \
--enable-xpdf-headers &amp;&amp;
make</userinput></screen>
<para>
@ -207,6 +210,7 @@ cd poppler-data-&poppler-data-version;</userinput></screen>
<seglistitem>
<seg>
pdfdetach,
pdffonts,
pdfimages,
pdfinfo,
@ -239,6 +243,18 @@ cd poppler-data-&poppler-data-version;</userinput></screen>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="pdfdetach">
<term><command>pdfdetach</command></term>
<listitem>
<para>
lists or extracts embedded files from PDF files.
</para>
<indexterm zone="poppler pdfdetach">
<primary sortas="b-pdfdetach">pdfdetach</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="pdffonts">
<term><command>pdffonts</command></term>
<listitem>

View File

@ -41,6 +41,15 @@
</listitem>
-->
<listitem>
<para>July 12th, 2012</para>
<itemizedlist>
<listitem>
<para>[rthomsen] - Poppler 0.20.2.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>July 10th, 2012</para>
<itemizedlist>

View File

@ -184,7 +184,7 @@ make</userinput></screen>
<term><command>lvmconf</command></term>
<listitem>
<para>is a script that modifies the locking configuration in
a lvm configuration file.</para>
an lvm configuration file.</para>
<indexterm zone="lvm2 lvmconf">
<primary sortas="b-lvmconf">lvmconf</primary>
</indexterm>