Author: randy Date: 2010-04-02 07:50:55 -0600 (Fri, 02 Apr 2010) New Revision: 8380
Modified: trunk/BOOK/general.ent trunk/BOOK/general/graphlib/poppler.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to Poppler-0.12.4 Modified: trunk/BOOK/general/graphlib/poppler.xml =================================================================== --- trunk/BOOK/general/graphlib/poppler.xml 2010-03-30 22:33:17 UTC (rev 8379) +++ trunk/BOOK/general/graphlib/poppler.xml 2010-04-02 13:50:55 UTC (rev 8380) @@ -6,12 +6,12 @@ <!ENTITY poppler-download-http "http://poppler.freedesktop.org/poppler-&poppler-version;.tar.gz"> <!ENTITY poppler-download-ftp " "> - <!ENTITY poppler-md5sum "399b25d9d71ad22bc9a2a9281769c49c"> - <!ENTITY poppler-size "1.5 MB"> - <!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-md5sum "4155346f9369b192569ce9184ff73e43"> + <!ENTITY poppler-size "1.6 MB"> + <!ENTITY poppler-buildsize "65 MB (without Qt, additional 25 MB to install the encoding data)"> + <!ENTITY poppler-time "1.3 SBU (includes building with all dependencies except Qt)"> - <!ENTITY poppler-data-version "0.2.1"> + <!ENTITY poppler-data-version "0.4.0"> ]> <sect1 id="poppler" xreflabel="Poppler-&poppler-version;"> @@ -69,8 +69,9 @@ </itemizedlist> <para>The additional package consists of encoding files for use with - Poppler. The encoding files are optional and poppler will automatically - read them if they are present. When installed, they enable Poppler to + <application>Poppler</application>. The encoding files are optional and + <application>Poppler</application> will automatically read them if they are + present. When installed, they enable <application>Poppler</application> to render CJK and Cyrillic properly.</para> <bridgehead renderas="sect3">Poppler Dependencies</bridgehead> @@ -111,8 +112,7 @@ </caution> <screen><userinput>./configure --prefix=/usr \ - --sysconfdir=/etc \ - --enable-zlib && + --sysconfdir=/etc && make</userinput></screen> <para>This package does not come with a test suite.</para> @@ -124,10 +124,13 @@ install -v -m644 README* /usr/share/doc/poppler-&poppler-version;</userinput></screen> <para>If you downloaded the additional encoding data package, install - it by issuing the following command after unpacking the tarball and - changing into the newly-created package source directory (as the - <systemitem class="username">root</systemitem> user):</para> + it by issuing the following commands:</para> +<screen><userinput>tar -xf ../poppler-data-&poppler-data-version;.tar.gz && +cd poppler-data-&poppler-data-version;</userinput></screen> + + <para>Now, as the <systemitem class="username">root</systemitem> user:</para> + <screen role="root"><userinput>make prefix=/usr install</userinput></screen> </sect2> @@ -135,10 +138,12 @@ <sect2 role="commands"> <title>Command Explanations</title> - <para><parameter>--enable-zlib</parameter>: This parameter forces the build + <!-- This is discouraged by the authors. There is built-in decompression + and zlib is not needed + <para><parameter>-enable-zlib</parameter>: This parameter forces the build to link with the system-installed <filename class='libraryfile'>libz</filename> library to enable compressed - PDF functionality.</para> + PDF functionality.</para> --> <para><parameter>--disable-cairo-output</parameter>: This parameter disables building the <application>cairo</application> graphics backend.</para> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2010-03-30 22:33:17 UTC (rev 8379) +++ trunk/BOOK/general.ent 2010-04-02 13:50:55 UTC (rev 8380) @@ -3,13 +3,13 @@ $Date$ --> -<!ENTITY day "30"> <!-- Always 2 digits --> -<!ENTITY month "03"> <!-- Always 2 digits --> +<!ENTITY day "02"> <!-- Always 2 digits --> +<!ENTITY month "04"> <!-- Always 2 digits --> <!ENTITY year "2010"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "svn-&year;&month;&day;"> -<!ENTITY releasedate "March &day;th, &year;"> +<!ENTITY releasedate "April &day;nd, &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "6.5"> <!-- version|testing|unstable|development] --> @@ -199,7 +199,7 @@ <!ENTITY imlib2-version "1.4.2"> <!ENTITY libexif-version "0.6.19"> <!ENTITY fribidi-version "0.10.9"> -<!ENTITY poppler-version "0.12.0"> +<!ENTITY poppler-version "0.12.4"> <!ENTITY jasper-version "1.900.1"> <!ENTITY pixman-version "0.15.20"> <!ENTITY clutter-version "1.1.2"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2010-03-30 22:33:17 UTC (rev 8379) +++ trunk/BOOK/introduction/welcome/changelog.xml 2010-04-02 13:50:55 UTC (rev 8380) @@ -42,6 +42,15 @@ --> <listitem> + <para>April 2nd, 2010</para> + <itemizedlist> + <listitem> + <para>[randy] - Updated to Poppler-0.12.4.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>March 30th, 2010</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
