Changeset 8d32ac9


Ignore:
Timestamp:
06/26/2012 12:57:00 PM (12 years ago)
Author:
Andrew Benton <andy@…>
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:
4324f5af
Parents:
cb525529
Message:

poppler-0.20.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rcb525529 r8d32ac9  
    281281<!ENTITY openjpeg-version             "1.5.0">
    282282<!ENTITY pixman-version               "0.26.0">
    283 <!ENTITY poppler-version              "0.18.4">
     283<!ENTITY poppler-version              "0.20.1">
    284284
    285285<!-- Removed
  • general/graphlib/poppler.xml

    rcb525529 r8d32ac9  
    88    "http://poppler.freedesktop.org/poppler-&poppler-version;.tar.gz">
    99  <!ENTITY poppler-download-ftp       " ">
    10   <!ENTITY poppler-md5sum             "12658f3308597e57f3faff538cc73baf">
    11   <!ENTITY poppler-size               "1.9 MB">
    12   <!ENTITY poppler-buildsize          "28 MB (excluding the encoding data) and
    13     112 MB (including the encoding data)">
    14   <!ENTITY poppler-time               "1.3 SBU (includes building with most
    15     dependencies)">
     10  <!ENTITY poppler-md5sum             "a61e3b844061f5324512a16d6d16984c">
     11  <!ENTITY poppler-size               "2.1 MB">
     12  <!ENTITY poppler-buildsize          "86 MB (excluding the encoding data) and
     13    110 MB (including the encoding data)">
     14  <!ENTITY poppler-time               "0.9 SBU">
    1615
    1716  <!ENTITY poppler-data-version       "0.4.5">
     
    110109    </para>
    111110
    112     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    113     <itemizedlist spacing="compact">
    114       <listitem>
    115         <para>
    116           Optional patch (if you want to use <application>Lcms 2</application>):
    117           <ulink url="&patch-root;/poppler-&poppler-version;-lcms2-1.patch"/>
    118         </para>
    119       </listitem>
    120     </itemizedlist>
    121 
    122111    <bridgehead renderas="sect3">Poppler Dependencies</bridgehead>
    123112
    124113    <bridgehead renderas="sect4">Required</bridgehead>
    125     <para role="required">
    126       <xref linkend="fontconfig"/> and
    127       <xref linkend="glib2"/>
    128     </para>
     114    <para role="required"><xref linkend="fontconfig"/></para>
    129115
    130116    <bridgehead renderas="sect4">Recommended</bridgehead>
    131117    <para role="recommended">
    132       <xref linkend="libjpeg"/>,
    133       <xref linkend="cairo"/> and
    134       <xref linkend="openjpeg"/>.
     118      <xref linkend="cairo"/>,
     119      <xref linkend="libjpeg"/> and
     120      <xref linkend="libpng"/>
    135121    </para>
    136122
     
    141127      <xref linkend="lcms"/> or <xref linkend="lcms2"/>,
    142128      <xref linkend="libtiff"/>,
    143       <xref linkend="libxml2"/> and
     129      <xref linkend="libxml2"/>,
     130      <xref linkend="openjpeg"/> and
    144131      <xref linkend="qt4"/> (the <filename>libpoppler-qt4.so</filename> library
    145132      is needed for PDF support in <application>Okular</application>).
     
    155142
    156143    <para>
    157       If you have installed <xref linkend="lcms2"/> and would like
    158       <application>Poppler</application> to use it, apply the
    159       <application>Lcms 2</application> patch:
    160     </para>
    161 
    162 <screen><userinput>patch -p1 &lt; ../poppler-&poppler-version;-lcms2-1.patch</userinput></screen>
    163 
    164     <para>
    165144      Install <application>Poppler</application> by running the following
    166145      commands:
    167146    </para>
    168147
    169 <!-- Xpdf is no longer in the book
    170     <caution>
    171       <para>
    172         <application>Poppler</application> will overwrite command-line utilities
    173         and man pages previously installed by the
    174         <application>Xpdf</application> package. If you prefer to keep the
    175         <application>Xpdf</application> versions of these files, pass the
    176         <option>-&#45;disable-utils</option> parameter to the
    177         <command>configure</command> command below.
    178       </para>
    179     </caution>
    180 -->
    181 
    182 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc        \
    183             --disable-static --enable-xpdf-headers &amp;&amp;
     148<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --enable-zlib \
     149            --disable-static --enable-xpdf-headers    &amp;&amp;
    184150make</userinput></screen>
    185151
     
    225191
    226192    <para>
    227       <parameter>-enable-zlib</parameter>: This parameter makes
     193      <option>--enable-zlib</option>: This option makes
    228194      <application>Poppler</application> link with the system-installed
    229195      <filename class='libraryfile'>libz</filename> library to enable compressed
     
    242208      <seglistitem>
    243209        <seg>
    244           pdffonts, pdfimages, pdfinfo, pdfseparate, pdftocairo, pdftohtml,
    245           pdftoppm, pdftops, pdftotext, pdfunite and poppler-glib-demo
     210          pdffonts,
     211          pdfimages,
     212          pdfinfo,
     213          pdfseparate,
     214          pdftocairo,
     215          pdftohtml,
     216          pdftoppm,
     217          pdftops,
     218          pdftotext,
     219          pdfunite and
     220          poppler-glib-demo
    246221        </seg>
    247222        <seg>
    248           libpoppler.so, libpoppler-cpp.so, libpoppler-glib.so and
     223          libpoppler.so,
     224          libpoppler-cpp.so,
     225          libpoppler-glib.so and
    249226          libpoppler-qt4.so
    250227        </seg>
    251228        <seg>
    252           /usr/include/poppler, /usr/share/doc/poppler-&poppler-version;,
    253           /usr/share/gtk-doc/html/poppler and /usr/share/poppler
     229          /usr/include/poppler,
     230          /usr/share/doc/poppler-&poppler-version;,
     231          /usr/share/gtk-doc/html/poppler and
     232          /usr/share/poppler
    254233        </seg>
    255234      </seglistitem>
  • introduction/welcome/changelog.xml

    rcb525529 r8d32ac9  
    5353        <listitem>
    5454          <para>[rthomsen] - Upgrade to D-Bus GLib Bindings 0.100.
    55           Fixes <ulink url="&blfs-ticket-root;3436">#3436</ulink>.</para>
     55          Fixes <ulink url="&blfs-ticket-root;3436">#3436</ulink>.</para>
    5656        </listitem>
    5757        <listitem>
    5858          <para>[rthomsen] - Upgrade to D-Bus Python Bindings 1.1.1.
    59           Fixes <ulink url="&blfs-ticket-root;3415">#3415</ulink>.</para>
     59          Fixes <ulink url="&blfs-ticket-root;3415">#3415</ulink>.</para>
    6060        </listitem>
    6161        <listitem>
    6262          <para>[rthomsen] - Upgrade to D-Bus 1.6.0.
    63           Fixes <ulink url="&blfs-ticket-root;3403">#3403</ulink>.</para>
     63          Fixes <ulink url="&blfs-ticket-root;3403">#3403</ulink>.</para>
    6464        </listitem>
    6565        <listitem>
    6666          <para>[rthomsen] - Upgrade to libdbusmenu-qt 0.9.2.
    67           Fixes <ulink url="&blfs-ticket-root;3434">#3434</ulink>.</para>
     67          Fixes <ulink url="&blfs-ticket-root;3434">#3434</ulink>.</para>
    6868        </listitem>
    6969        <listitem>
    7070          <para>[rthomsen] - Upgrade to Qt 4.8.2.
    71           Fixes <ulink url="&blfs-ticket-root;3432">#3432</ulink>.</para>
     71          Fixes <ulink url="&blfs-ticket-root;3432">#3432</ulink>.</para>
     72        </listitem>
     73          <para>[abenton] - Upgrade Poppler to 0.20.1</para>
    7274        </listitem>
    7375      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.