Changeset 5dab7b65 for general/graphlib


Ignore:
Timestamp:
09/28/2014 06:27:43 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f2d16168
Parents:
dd0c128
Message:

Update to poppler-0.26.5.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/poppler.xml

    rdd0c128 r5dab7b65  
    1111  <!ENTITY poppler-size               "1.6 MB">
    1212  <!ENTITY poppler-buildsize          "145 MB (building Qt4 and Qt5 libraries, additional 46 MB for the test suite and 24 MB for poppler-data)">
    13   <!ENTITY poppler-time               "1.7 SBU (building Qt4 and Qt5 libraries, additional 0.2 SBU for the test suite for each Qt)">
     13  <!ENTITY poppler-time               "1.8 SBU (building Qt4 and Qt5 libraries, additional 0.2 SBU for the test suite for each Qt)">
    1414
    1515  <!ENTITY poppler-data-version       "0.4.7">
     
    153153
    154154    <para>
    155       If you are not building both  <application>Qt</application> libraries,
    156       jump to the following paragraph. In order to build both
     155      This package may be built either without <application>Qt</application>
     156      library, or with one or both versions of <application>Qt4 and
     157      5</application> libraries. In order to build the
    157158      <application>Qt4</application> and <application>Qt5</application>
    158       libraries, you need to run the install commands twice, because although
    159       both are detected, only wrapper for the first
    160       <application>Qt</application> version in PATH is built. Either can be
    161       built first, but to facilitate the explanation, we choose first the
    162       <application>Qt4</application> library. You can do this using
    163       <command>source setqt4</command> (script from <xref linkend="qt4"/>).
    164     </para>
     159      libraries, you need to run the install commands twice, because, although
     160      both are detected, only the wrapper for the the first
     161      <application>Qt</application> version in the PATH is built. The
     162      instructions are divided into four parts: first, build without
     163      <application>Qt</application> or with <application>Qt4</application>;
     164      second, build with <application>Qt4</application>; third, install the
     165      common documents, and fourth, install the additional encoding data
     166      package.
     167    </para>
     168
     169<!-- ==== Without Qt or with Qt4 ====== -->
     170    <bridgehead renderas="sect3">Without Qt or with Qt4</bridgehead>
    165171
    166172    <para>
     
    170176
    171177<!-- Warning: Using zlib is not totally safe -->
    172 <screen><userinput>./configure --prefix=/usr     \
     178<screen><userinput>[ -e /usr/bin/setqt4 ] &amp;&amp; source setqt4 || [ ! -e /usr/bin/setqt5 ] &amp;&amp;
     179./configure --prefix=/usr     \
    173180            --sysconfdir=/etc \
    174181            --disable-static  \
     
    186193<screen role="root"><userinput>make install</userinput></screen>
    187194
    188     <para>
    189       If you are not building both <application>Qt</application> libraries,
    190       jump to the following paragraph. If you want to build both
    191       <application>Qt</application> libraries, first switch back to
    192       unpriviledged user, run <command>source setqt5</command>, from
    193       <xref linkend="qt5"/>, and repeat the instructions from configuration
    194       until install. After that, proceed to install the documents until the end.
    195     </para>
     195<!-- ==== With Qt5 ====== -->
     196    <bridgehead renderas="sect3">With Qt5</bridgehead>
     197
     198    <para>
     199      Install <application>Poppler</application> by running the following
     200      commands:
     201    </para>
     202
     203<!-- Warning: Using zlib is not totally safe -->
     204<screen><userinput>[ -e /usr/bin/setqt5 ] &amp;&amp; source setqt5 &amp;&amp;
     205./configure --prefix=/usr     \
     206            --sysconfdir=/etc \
     207            --disable-static  \
     208            --enable-xpdf-headers &amp;&amp;
     209make</userinput></screen>
     210
     211    <para>
     212      To test the results, issue: <command>make check</command>.
     213    </para>
     214
     215    <para>
     216      Now, as the <systemitem class="username">root</systemitem> user:
     217    </para>
     218
     219<screen role="root"><userinput>make install</userinput></screen>
     220
     221<!-- ==== Documents ====== -->
     222    <bridgehead renderas="sect3">Documents</bridgehead>
    196223
    197224    <para>
     
    201228<screen role="root"><userinput>install -v -m755 -d      /usr/share/doc/poppler-&poppler-version; &amp;&amp;
    202229install -v -m644 README* /usr/share/doc/poppler-&poppler-version;</userinput></screen>
     230
     231<!-- ==== Poppler Data ====== -->
     232    <bridgehead renderas="sect3">Poppler Data</bridgehead>
    203233
    204234    <para>
Note: See TracChangeset for help on using the changeset viewer.