Changeset a6ff6760 for general/graphlib


Ignore:
Timestamp:
06/24/2015 02:02:33 PM (9 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.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, 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:
233a4949
Parents:
0b765b0
Message:

Wicd-1.7.3: change "here" by the actual link. If not aproved, please, revert or tell me to do it.
Hd2u-1.0.3: change Download URL.
Graphviz-2.38.0: change Download URL.
PulseAudio-6.0: remove uneeded "Command Explanation".
CVS-1.11.23: comment out test suite.
Poppler-0.33.0: can be compiled with support for QT4 and QT5 at once.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/poppler.xml

    r0b765b0 ra6ff6760  
    149149    <para>
    150150      In order to optionally run the test suite, an additional download of about
    151       9 MB using <xref linkend="git"/> is necessary. Make sure that you do
    152       not have the directory ../test.
     151      9 MB using <xref linkend="git"/> is necessary.
    153152    </para>
    154153
     
    157156
    158157    <note><para>
    159       This package can be optionally built with support for either the Qt4 or
    160       Qt5 libraries, but it only builds with one of those at a time. If you
    161       have both Qt versions installed, you will need to specify which one to
    162       use before executing the <command>configure</command> command given
    163       below. Use this command to link to Qt4:
     158
     159      This package can be optionally built with support for only one version of
     160      Qt4 or Qt5. If you have only one, no modification is necessary. If both
     161      are installed, and you wish support for only one, before executing the
     162      <command>configure</command> command given below, use this command to
     163      select Qt4:
    164164     
    165165      <screen><userinput>source /usr/bin/setqt4</userinput></screen>
    166166
    167       or use this to use Qt5:
     167      or this to select Qt5:
    168168
    169169      <screen><userinput>source /usr/bin/setqt5</userinput></screen>
    170 
    171       If you would like <application>Poppler</application> to link to both Qt
    172       versions, you will need to build it twice.
    173170    </para></note>
    174171
     
    178175    </para>
    179176
    180 <screen><userinput>./configure --prefix=/usr         \
     177<screen><userinput>MOCQT4=$QT4DIR/bin/moc            \
     178MOCQT5=$QT5DIR/bin/moc            \
     179./configure --prefix=/usr         \
    181180            --sysconfdir=/etc     \
    182181            --disable-static      \
     
    226225  <sect2 role="commands">
    227226    <title>Command Explanations</title>
     227
     228    <para>
     229      <envar>MOCQT4=$QT4DIR/bin/moc</envar> and
     230      <envar>MOCQT5=$QT5DIR/bin/moc</envar>:
     231      These environment variables are necessary, for linking with the two Qt
     232      versions, if both are installed.  If only one Qt version is installed or
     233      you wish to link to only one version, you can remove them, although this
     234      is not necessary.
     235    </para>
    228236
    229237    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.