Changeset 79904cf for x/lib/qt5.xml


Ignore:
Timestamp:
02/07/2014 06:05:27 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.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:
9db6c99
Parents:
8733e8e
Message:

Updates to git-1.8.5.4 and qt-5.2.1. Qt4 - Method 2: Installing in /opt/qt-4.8.5.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    r8733e8e r79904cf  
    1010  <!ENTITY qt5-download-http "&qt5-url;/qt-everywhere-opensource-src-&qt5-version;.tar.xz">
    1111  <!ENTITY qt5-download-ftp  " ">
    12   <!ENTITY qt5-md5sum        "8f60b47ca9461831d940f579ee90517e">
     12  <!ENTITY qt5-md5sum        "0c8d2aa45f38be9c3f7c9325eb059d9d">
    1313  <!ENTITY qt5-size          "166 MB">
    1414  <!ENTITY qt5-buildsize     "2.6 GB (160 MB installed)">
     
    9797      <xref linkend="dbus"/>,
    9898      <xref linkend="glib2"/>,
    99       <xref linkend="gst-plugins-base"/>,
    100       <xref linkend="harfbuzz"/>,
     99      <xref linkend="gst-plugins-base"/>,<!--
     100      <xref linkend="harfbuzz"/>, Doesn't have all the features that the shipped one has. -->
    101101      <xref linkend="icu"/>,
    102102      <xref linkend="libjpeg"/>,
     
    104104      <xref linkend="libpng"/>,
    105105      <xref linkend="libtiff"/>,
     106      <xref linkend="mtdev"/>,
    106107      <xref linkend="openssl"/>,
    107108      <xref linkend="pcre"/>, and
     
    111112    <bridgehead renderas="sect4">Optional</bridgehead>
    112113    <para role="optional">
     114      <xref linkend="geoclue"/>,
    113115      <xref linkend="gst10-plugins-base"/> (QtWebKit HTML5 Video Support),
    114116      <xref linkend="gtk2"/> (GTK+ Theme Support),
     117      <ulink url="https://code.google.com/p/ibus/">IBus</ulink>,
    115118      <ulink url="http://xkbcommon.org/">libxkbcommon</ulink>,
    116119      <xref linkend="mariadb"/> or <xref linkend="mysql"/>,
     
    214217    </para>
    215218
     219    <!-- This is rather a bad idea. Most apps that I've seen using Qt5 look for -qt5
     220         suffixed programs.
     221
    216222    <note>
    217223      <para>
     
    219225        into the /usr directory, change the entry for -bindir below to /usr/bin.
    220226      </para>
    221     </note>
    222 
    223 <screen><userinput>sed -e "s:#if MNG:#if defined(MNG_VERSION_MAJOR)\n&amp;:" \
    224     -e "s:#endif:&amp;\n#endif:" \
    225     -i qtimageformats/config.tests/libmng/libmng.cpp
    226 
    227 ./configure -prefix         /usr               \
     227    </note> -->
     228
     229<screen><userinput>./configure -prefix         /usr               \
    228230            -sysconfdir     /etc/xdg           \
    229231            -bindir         /usr/lib/qt5/bin   \
     
    237239            -opensource        \
    238240            -dbus-linked       \
    239             -openssl-linked    \
    240             -system-harfbuzz   \
     241            -openssl-linked    \<!--
     242            -system-harfbuzz   \-->
    241243            -system-sqlite     \
    242244            -no-nis            \
     
    284286
    285287    <para>
    286       If you didn't modify the -bindir switch above, symlink the
     288      <!-- If you didn't modify the -bindir switch above, -->Symlink the
    287289      <application>Qt5</application> executables into
    288290      <filename class="directory">/usr/bin</filename> by running the
     
    310312    </para>
    311313
    312 <screen><userinput>sed -e "s:#if MNG:#if defined(MNG_VERSION_MAJOR)\n&amp;:" \
    313     -e "s:#endif:&amp;\n#endif:" \
    314     -i qtimageformats/config.tests/libmng/libmng.cpp
    315 
    316 QT5DIR=/opt/qt-&qt5-version;
     314<screen><userinput>export QT5DIR=/opt/qt-&qt5-version;
    317315
    318316./configure -prefix     $QT5DIR  \
     
    321319            -opensource          \
    322320            -dbus-linked         \
    323             -openssl-linked      \
    324             -system-harfbuzz     \
     321            -openssl-linked      \<!--
     322            -system-harfbuzz     \-->
    325323            -system-sqlite       \
    326324            -no-nis              \
Note: See TracChangeset for help on using the changeset viewer.