Ignore:
Timestamp:
11/18/2015 10:27:48 PM (8 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.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, 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:
de81317
Parents:
7ed0e9d
Message:
  • cmake-3.4.0: Minor re-reword of the tests explanations.
  • Update to nano-2.4.3.
  • Update to poppler-0.38.0. Good simplification of instructions.
  • Update to dbus-1.10.4.
  • Update to gtk+-3.18.5 (gtk+3.18.5).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/poppler.xml

    r7ed0e9d r2cd6717  
    77  <!ENTITY poppler-download-http "http://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz">
    88  <!ENTITY poppler-download-ftp       " ">
    9   <!ENTITY poppler-md5sum             "c635e1742202cbbd9182cb0255d95652">
     9  <!ENTITY poppler-md5sum             "850f0725e5b263c504f0cb0910d1fadc">
    1010  <!ENTITY poppler-size               "1.6 MB (additional 9 MB for the test suite)">
    11   <!ENTITY poppler-buildsize          "293 MB (with Qt4 and Qt5 libraries, and tests)">
    12   <!ENTITY poppler-time               "2.0 SBU (with Qt4 and Qt5 libraries, and tests)">
     11  <!ENTITY poppler-buildsize          "65 MB (with Qt4 and Qt5 libraries, and tests)">
     12  <!ENTITY poppler-time               "1.6 SBU (with Qt4 and Qt5 libraries, and tests)">
    1313
    1414
     
    166166git clone git://git.freedesktop.org/git/poppler/test testfiles</userinput></screen>
    167167
    168     <note><para>
    169 
    170       This package can be optionally built with support for only one version of
    171       Qt4 or Qt5. If you have only one, no modification is necessary. If both
    172       are installed, and you wish support for only one, before executing the
    173       <command>configure</command> command given below, use this command to
    174       select Qt4:
    175 
    176       <screen><userinput>source /usr/bin/setqt4</userinput></screen>
    177 
    178       or this to select Qt5:
    179 
    180       <screen><userinput>source /usr/bin/setqt5</userinput></screen>
    181     </para></note>
     168    <note>
     169      <para>
     170        This package can be optionally built with support for only one version
     171        of Qt4 or Qt5 or without any Qt support. You can selectively disable
     172        support for one or both, see "Command Explanations" section, below.
     173      </para>
     174    </note>
    182175
    183176    <para>
     
    186179    </para>
    187180
    188 <screen><userinput>MOCQT4=$QT4DIR/bin/moc                  \
    189 MOCQT5=$QT5DIR/bin/moc                  \
    190 ./configure --prefix=/usr               \
     181<screen><userinput>./configure --prefix=/usr               \
    191182            --sysconfdir=/etc           \
    192183            --disable-static            \
     
    240231
    241232    <para>
    242       <envar>MOCQT4=$QT4DIR/bin/moc</envar> and
    243       <envar>MOCQT5=$QT5DIR/bin/moc</envar>:
    244       These environment variables are necessary, for linking with the two Qt
    245       versions, if both are installed.  If only one Qt version is installed or
    246       you wish to link to only one version, you can remove them, although this
    247       is not necessary.
    248     </para>
    249 
    250     <para>
    251233      <parameter>--enable-build-type=release</parameter>: This switch is used
    252234      to apply a higher level of compiler optimizations. Other options are:
     
    280262    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    281263      href="../../xincludes/gtk-doc-rebuild.xml"/>
     264
     265    <para>
     266      <option>--disable-poppler-qt4</option>: Don't compile poppler Qt4 wrapper.
     267    </para>
     268
     269    <para>
     270      <option>--disable-poppler-qt5</option>: Don't compile poppler Qt5 wrapper.
     271    </para>
    282272
    283273    <para>
     
    311301        </seg>
    312302        <seg>
    313           /usr/include/poppler,
    314           /usr/share/poppler,
    315           /usr/share/gtk-doc/html/poppler, and
     303          /usr/{include,share,share/gtk-doc/html}/poppler and
    316304          /usr/share/doc/poppler-&poppler-version;
    317305        </seg>
Note: See TracChangeset for help on using the changeset viewer.