Changeset f13c0e16 for x/lib/qt5.xml


Ignore:
Timestamp:
07/02/2017 03:51:17 AM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
12b2d1d6
Parents:
8819e5e7
Message:

Update to Qt and QtWebEngine-5.9.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    r8819e5e7 rf13c0e16  
    1010  <!ENTITY qt5-download-http "&qt5-url;/qt-everywhere-opensource-src-&qt5-version;.tar.xz">
    1111  <!ENTITY qt5-download-ftp  " ">
    12   <!ENTITY qt5-md5sum        "9c8bc8b828c2b56721980368266df9d9">
    13   <!ENTITY qt5-size          "439 MB">
    14   <!ENTITY qt5-buildsize     "8.9 GB (214 MB installed)">
    15   <!ENTITY qt5-time          "29 SBU (using parallelism=4)">
     12  <!ENTITY qt5-md5sum        "77b4af61c49a09833d4df824c806acaf">
     13  <!ENTITY qt5-size          "440 MB">
     14  <!ENTITY qt5-buildsize     "8.8 GB (214 MB installed)">
     15  <!ENTITY qt5-time          "26 SBU (using parallelism=4)">
    1616]>
    1717
     
    241241export OPENSSL_LIBS='-L/usr/lib/openssl-1.0 -lssl -lcrypto' &amp;&amp;
    242242
     243sed -e "/qsql_mysql_p.h/ a #include &lt;mysql/mysql_version.h&gt;" \
     244     -i qtbase/src/plugins/sqldrivers/mysql/qsql_mysql.cpp  &amp;&amp;
     245
     246
    243247./configure -prefix $QT5PREFIX                          \
    244248            -sysconfdir /etc/xdg                        \
     
    264268<screen role="root"><userinput>make install</userinput></screen>
    265269
    266 <!-- Not needed any more
    267     <para>
    268       Remove references to the build directory from the installed
    269       <filename class="extension">.pc</filename> files by running
    270       the following command as the
    271       <systemitem class="username">root</systemitem> user:
    272     </para>
    273 
    274 <screen role="root"><userinput>find $QT5PREFIX/lib/pkgconfig -name "*.pc" -exec perl -pi -e "s, -L$PWD/?\S+,,g" {} \;</userinput></screen>
    275 -->
    276270    <para>
    277271      Remove references to the build directory from installed library
     
    279273      command as the <systemitem class="username">root</systemitem> user:
    280274    </para>
    281 
    282 <!-- Not needed any more
    283 find $QT5PREFIX/ -name qt_lib_bootstrap_private.pri \
    284    -exec sed -i -e "s:$PWD/qtbase:/$QT5PREFIX/lib/:g" {} \; &amp;&amp;
    285 -->
    286275
    287276<screen role="root"><userinput>find $QT5PREFIX/ -name \*.prl \
     
    385374
    386375    <para>
     376      <command>sed ... qsql_mysql.cpp </command>: The
     377      <command>configure</command> now searches for mysql/mariadb and sets up
     378      Qt to use it if found.  This command compensates for a change in the
     379      mariadb-10.2 include files.
     380    </para>
     381
     382    <para>
    387383      <parameter>-confirm-license</parameter>: Accept license
    388384      without prompting user during configuration.
     
    393389      version of <application>Qt</application>.
    394390    </para>
    395 <!-- default as of QT-5.7:
    396     <para>
    397       <parameter>-release</parameter>: This switch disables
    398       building with debugging symbols.
    399     </para>-->
    400391
    401392    <para>
     
    410401      of the system version of <application>SQLite</application>.
    411402    </para>
    412 <!-- Tested during configure, and not built if not found:
    413     <para>
    414       <parameter>-no-nis</parameter>: This switch disables support
    415       for Network Information Service (NIS) which has been
    416       removed from recent versions of <application>Glibc</application>.
    417     </para>-->
    418403
    419404    <para>
Note: See TracChangeset for help on using the changeset viewer.