Changeset cf1a2b8


Ignore:
Timestamp:
07/22/2009 08:46:33 PM (15 years ago)
Author:
Guy Dalziel <gdalziel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
00904cb
Parents:
553210dd
Message:

Updated to Poppler-0.10.7. Added OpenJPEG and GLib 2 to recommended dependencies and moved libjpeg and cairo to recommended. Added --enable-xpdf-headers to command explanations.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7857 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r553210dd rcf1a2b8  
    44-->
    55
    6 <!ENTITY day          "21">                   <!-- Always 2 digits -->
     6<!ENTITY day          "22">                   <!-- Always 2 digits -->
    77<!ENTITY month        "07">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2009">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "svn-&year;&month;&day;">
    12 <!ENTITY releasedate  "July &day;st, &year;">
     12<!ENTITY releasedate  "July &day;nd, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    163163<!ENTITY libexif-version              "0.6.16">
    164164<!ENTITY fribidi-version              "0.10.9">
    165 <!ENTITY poppler-version              "0.10.1">
     165<!ENTITY poppler-version              "0.10.7">
    166166<!ENTITY jasper-version               "1.900.1">
    167167<!ENTITY pixman-version               "0.14.0">
  • general/graphlib/poppler.xml

    r553210dd rcf1a2b8  
    77  <!ENTITY poppler-download-http "http://poppler.freedesktop.org/poppler-&poppler-version;.tar.gz">
    88  <!ENTITY poppler-download-ftp  " ">
    9   <!ENTITY poppler-md5sum        "f30dd49c74ee304c17ef6ef10a1d1a7c">
     9  <!ENTITY poppler-md5sum        "ba120e49a82567d85d00e159011ebe67">
    1010  <!ENTITY poppler-size          "1.5 MB">
    11   <!ENTITY poppler-buildsize     "25 MB (without static libraries or Qt3, additional 12 MB to install the encoding data package)">
     11  <!ENTITY poppler-buildsize     "56 MB (without Qt3, additional 12 MB to install the encoding data package)">
    1212  <!ENTITY poppler-time          "1.3 SBU (includes building with all dependencies except Qt3)">
    1313
     
    7878    <xref linkend="fontconfig"/></para>
    7979
     80    <bridgehead renderas="sect4">Recommended</bridgehead>
     81    <para role="recommended"><xref linkend="libjpeg"/>, <xref linkend="cairo"/>,
     82    <xref linkend="glib2"/>, <ulink url="http://www.openjpeg.org">OpenJPEG</ulink>
     83    </para>
     84
    8085    <bridgehead renderas="sect4">Optional</bridgehead>
    81     <para role="optional"><xref linkend="libjpeg"/>,
    82     <xref linkend="cairo"/>,
    83     <xref linkend="gtk2"/>,
    84     <xref linkend="qt"/>, and
    85     <ulink url="http://www.trolltech.com/download/opensource.html">Qt-4.x.x</ulink></para>
     86    <para role="optional"><xref linkend="gtk2"/>, <xref linkend="qt"/>, and
     87    <ulink url="http://www.trolltech.com/download/opensource.html">Qt-4.x.x</ulink>
     88    </para>
    8689
    8790    <para>If you're installing <application>Poppler</application> to support
    88     <xref linkend="kdegraphics"/>, you will need to have <xref linkend="qt"/>
     91    <xref linkend="kdegraphics"/>, then you will need to have <xref linkend="qt"/>
    8992    installed so that the <filename class='libraryfile'>libpoppler-qt</filename>
    9093    library is built.</para>
     
    107110    </caution>
    108111
    109     <para>The <command>configure</command> command below includes three
    110     parameters which disable various rendering back-ends. Ensure you remove
    111     any of the parameters for which you have the corresponding dependency
    112     installed. Install <application>Poppler</application> by running the
    113     following commands:</para>
    114 
    115 <screen><userinput>./configure --prefix=/usr \
    116             --sysconfdir=/etc \
    117             --enable-zlib \
    118             --disable-cairo-output \
    119             --disable-poppler-glib \
    120             --disable-gtk-test &amp;&amp;
     112<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
     113            --enable-zlib &amp;&amp;
    121114make</userinput></screen>
    122115
     
    142135
    143136    <para><parameter>--enable-zlib</parameter>: This parameter forces the build
    144     to link with the system-installed
     137    to link with the system-installed 
    145138    <filename class='libraryfile'>libz</filename> library to enable compressed
    146139    PDF functionality.</para>
    147140
    148141    <para><parameter>--disable-cairo-output</parameter>: This parameter
    149     disables building the <application>cairo</application> graphics backend.
    150     Remove this parameter if you have <application>cairo</application>
    151     installed.</para>
     142    disables building the <application>cairo</application> graphics backend.</para>
    152143
    153144    <para><parameter>--disable-poppler-glib</parameter> and
    154145    <parameter>--disable-gtk-test</parameter>: These parameters disable
    155146    building the <application>GLib</application> wrapper and
    156     <application>GTK+</application> test program. Remove these parameters if
    157     you have <application>GTK+</application>-2 installed. Note that if you
    158     plan on building <xref linkend="evince"/>, you must build the
    159     <application>GLib</application> wrapper.</para>
     147    <application>GTK+</application> test program.</para>
    160148
    161149    <para><parameter>--disable-static</parameter>: Prevent static libraries
    162150    being built and installed.</para>
     151
     152    <para><parameter>--enable-xpdf-headers</parameter>: Install old
     153    <application>Xpdf</application> headers required by certain programs. These
     154    are unsupported by <application>Poppler</application>.</para>
    163155
    164156  </sect2>
     
    188180      <seglistitem>
    189181        <seg><xref linkend="xpdf-content"/></seg>
    190         <seg>libpoppler.{so,a}, libpoppler-glib.{so,a},
    191         libpoppler-qt.{so,a} and libpoppler-qt4.{so,a}</seg>
    192         <seg>/usr/include/poppler,
    193         /usr/share/doc/poppler-&poppler-version;,
    194         /usr/share/gtk-doc/html/poppler and
    195         /usr/share/poppler</seg>
     182        <seg>libpoppler.{so,a}, libpoppler-glib.{so,a}, libpoppler-qt.{so,a}
     183        and libpoppler-qt4.{so,a}</seg>
     184        <seg>/usr/include/poppler, /usr/share/doc/poppler-&poppler-version;,
     185        /usr/share/gtk-doc/html/poppler and /usr/share/poppler</seg>
    196186      </seglistitem>
    197187    </segmentedlist>
  • introduction/welcome/changelog.xml

    r553210dd rcf1a2b8  
    4141
    4242-->
     43    <listitem>
     44      <para>July 22nd, 2009</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[gdalziel] - Updated to Poppler-0.10.7. Added OpenJPEG and
     48          GLib 2 to recommended dependencies and moved libjpeg and cairo to
     49          recommended. Added --enable-xpdf-headers to command explanations.
     50          </para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
    4354
    4455    <listitem>
Note: See TracChangeset for help on using the changeset viewer.