Changeset 0c7d410 for general/graphlib


Ignore:
Timestamp:
04/14/2013 12:48:41 PM (11 years ago)
Author:
Krejzi <krejzi@…>
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:
858e8a0
Parents:
af1093d
Message:

Package updates.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/poppler.xml

    raf1093d r0c7d410  
    88           "http://poppler.freedesktop.org/poppler-&poppler-version;.tar.gz">
    99  <!ENTITY poppler-download-ftp       " ">
    10   <!ENTITY poppler-md5sum             "3939740201c59c470bc7198003450a20">
     10  <!ENTITY poppler-md5sum             "be915388eaad6865cee5a156c8119ec1">
    1111  <!ENTITY poppler-size               "2.2 MB">
    1212  <!ENTITY poppler-buildsize          "135 MB (excluding the encoding data) and
     
    149149    </para>
    150150
     151<!-- Warning: Using zlib is not totally safe -->
    151152<screen><userinput>./configure --prefix=/usr     \
    152153            --sysconfdir=/etc \
    153             --enable-zlib     \
    154154            --disable-static  \
    155155            --enable-xpdf-headers &amp;&amp;
     
    181181
    182182<screen role="root"><userinput>make prefix=/usr install</userinput></screen>
     183
    183184  </sect2>
    184185
    185186  <sect2 role="commands">
    186187    <title>Command Explanations</title>
    187 
    188     <para>
    189       <option>--enable-zlib</option>: This option makes
    190       <application>Poppler</application> link with the system-installed
    191       <filename class='libraryfile'>libz</filename> library to enable compressed
    192       PDF functionality.
    193     </para>
    194188
    195189    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    201195      <application>Okular</application>, <application>LibreOffice</application>
    202196      and <application>Inkscape</application>).
    203     </para>
    204 
    205     <para>
    206       <option>--enable-libcurl</option>: This option enables support for HTTP
    207       using <application>libcurl</application>.
    208197    </para>
    209198
Note: See TracChangeset for help on using the changeset viewer.