Changeset d931c7f


Ignore:
Timestamp:
07/17/2007 09:18:42 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
25d08990
Parents:
894de226
Message:

Updated to Poppler-0.5.4

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r894de226 rd931c7f  
    151151<!ENTITY libexif-version              "0.6.16">
    152152<!ENTITY fribidi-version              "0.10.7">
    153 <!ENTITY poppler-version              "0.4.5">
     153<!ENTITY poppler-version              "0.5.4">
    154154
    155155<!-- Chapter 10 -->
  • general/graphlib/poppler.xml

    r894de226 rd931c7f  
    77  <!ENTITY poppler-download-http "http://poppler.freedesktop.org/poppler-&poppler-version;.tar.gz">
    88  <!ENTITY poppler-download-ftp  " ">
    9   <!ENTITY poppler-md5sum        "2bb1c75aa3f9c42f0ba48b5492e6d32c">
    10   <!ENTITY poppler-size          "783 KB">
    11   <!ENTITY poppler-buildsize     "35.3 MB">
    12   <!ENTITY poppler-time          "0.9 SBU">
     9  <!ENTITY poppler-md5sum        "053fdfd70533ecce1a06353fa945f061">
     10  <!ENTITY poppler-size          "1.0 MB">
     11  <!ENTITY poppler-buildsize     "49 MB (additional 15 MB to install the encoding data package)">
     12  <!ENTITY poppler-time          "1.0 SBU (includes building with all dependencies)">
     13
     14  <!ENTITY poppler-data-version  "0.1">
    1315]>
    1416
     
    3133
    3234    <para>The <application>Poppler</application> package contains a PDF
    33     rendering library. This is useful for providing PDF rendering
    34     functionality as a shared library.</para>
     35    rendering library and command line tools used to manipulate PDF files.
     36    This is useful for providing PDF rendering functionality as a shared
     37    library.</para>
    3538
    3639    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5659    </itemizedlist>
    5760
     61    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     62    <itemizedlist spacing="compact">
     63      <listitem>
     64        <para>Poppler Encoding Data: <ulink
     65        url="http://poppler.freedesktop.org/poppler-data-&poppler-data-version;.tar.gz"/></para>
     66      </listitem>
     67    </itemizedlist>
     68
     69    <para>The additional package consists of encoding files for use with
     70    Poppler. The encoding files are optional and poppler will automatically
     71    read them if they are present. When installed, they enable Poppler to
     72    render CJK and Cyrillic properly.</para>
     73
    5874    <bridgehead renderas="sect3">Poppler Dependencies</bridgehead>
    5975
     76    <bridgehead renderas="sect4">Required</bridgehead>
     77    <para role="required"><xref linkend="pkgconfig"/> and
     78    <xref linkend="fontconfig"/></para>
     79
    6080    <bridgehead renderas="sect4">Optional</bridgehead>
    61     <para role="optional"><xref linkend="pkgconfig"/>,
    62     <xref linkend="libjpeg"/>,
    63     <xref linkend="fontconfig"/>,
     81    <para role="optional"><xref linkend="libjpeg"/>,
    6482    <xref linkend="cairo"/>,
    6583    <xref linkend="gtk2"/>,
     
    8098    <title>Installation of Poppler</title>
    8199
    82     <note>
    83       <para>If you are installing a version of
    84       <application>Poppler</application> &gt;= 5.1 to support an installation
    85       of <xref linkend="evince"/>, note that command-line utilities and man
    86       pages are installed which will overwrite these same files installed by
    87       the <application>Xpdf</application> package. If you'd prefer to keep the
    88       <application>Xpdf</application> versions of these files, use the
    89       <option>--bindir=</option> and <option>--mandir=</option> parameters
    90       passed to the <command>configure</command> script to install these files
    91       to a safe location (e.g., <envar>$HOME</envar> or
    92       <filename class='directory'>/tmp</filename>. An alternative method to
    93       not overwrite the command-line utilities is to use the
    94       <option>--disable-utils</option> parameter.</para>
    95     </note>
    96 
    97     <para>Install <application>Poppler</application> by running the following
    98     commands:</para>
    99 
    100 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
    101             --enable-opi \
     100    <caution>
     101      <para><application>Poppler</application> will overwrite command-line
     102      utilities and man pages previously installed by the
     103      <application>Xpdf</application> package. If you prefer to keep the
     104      <application>Xpdf</application> versions of these files, pass the
     105      <option>--disable-utils</option> parameter to the
     106      <command>configure</command> command below.</para>
     107    </caution>
     108
     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 \
    102117            --enable-zlib \
    103             --disable-splash-output \
    104118            --disable-cairo-output \
    105             --disable-poppler-glib --disable-gtk-test &amp;&amp;
     119            --disable-poppler-glib \
     120            --disable-gtk-test &amp;&amp;
    106121make</userinput></screen>
    107122
     
    111126
    112127<screen role="root"><userinput>make install &amp;&amp;
    113 install -v -m644 -D README /usr/share/doc/poppler-&poppler-version;/README</userinput></screen>
     128install -v -m755 -d      /usr/share/doc/poppler-&poppler-version; &amp;&amp;
     129install -v -m644 README* /usr/share/doc/poppler-&poppler-version;</userinput></screen>
     130
     131    <para>If you downloaded the additional encoding data package, install
     132    it by issuing the following command after unpacking the tarball and
     133    changing into the newly-created package source directory (as the
     134    <systemitem class="username">root</systemitem> user):</para>
     135
     136<screen role="root"><userinput>make prefix=/usr install</userinput></screen>
    114137
    115138  </sect2>
     
    117140  <sect2 role="commands">
    118141    <title>Command Explanations</title>
    119 
    120     <para><parameter>--enable-opi</parameter>: This parameter forces the build
    121     to include support for OPI comments.</para>
    122142
    123143    <para><parameter>--enable-zlib</parameter>: This parameter forces the build
     
    125145    <filename class='libraryfile'>libz</filename> library to enable compressed
    126146    PDF functionality.</para>
    127 
    128     <para><parameter>--disable-splash-output</parameter>: This parameter
    129     disables building the Splash graphics backend. Remove this parameter if
    130     you have <application>Fontconfig</application> installed.</para>
    131147
    132148    <para><parameter>--disable-cairo-output</parameter>: This parameter
     
    157173    </sect3>
    158174
    159     <!-- <sect3><title>Configuration Information</title>
    160 
    161       <para>No specific configuration is required.</para>
    162 
    163     </sect3> -->
    164 
    165175  </sect2>
    166176
     
    174184
    175185      <seglistitem>
    176         <seg>None</seg>
     186        <seg><xref linkend="xpdf-content"/></seg>
    177187        <seg>libpoppler.{so,a}, libpoppler-glib.{so,a},
    178188        libpoppler-qt.{so,a} and libpoppler-qt4.{so,a}</seg>
    179         <seg>/usr/include/poppler and
    180         /usr/share/doc/poppler-&poppler-version;</seg>
     189        <seg>/usr/include/poppler,
     190        /usr/share/doc/poppler-&poppler-version;,
     191        /usr/share/gtk-doc/html/poppler and
     192        /usr/share/poppler</seg>
    181193      </seglistitem>
    182194    </segmentedlist>
  • introduction/welcome/changelog.xml

    r894de226 rd931c7f  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to Poppler-0.5.4.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to Wireshark-0.99.6 (formerly
    4952          named Ethereal).</para>
  • pst/ps/xpdf.xml

    r894de226 rd931c7f  
    172172  </sect2>
    173173
    174   <sect2 role="content">
     174  <sect2 role="content" id="xpdf-content"
     175  xreflabel="See the Xpdf-&xpdf-version; program descriptions">
    175176    <title>Contents</title>
    176177
Note: See TracChangeset for help on using the changeset viewer.