Changeset 5510d3e


Ignore:
Timestamp:
02/02/2019 09:29:06 PM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
31b45d9
Parents:
c0195385
Message:

Qt-5.12.1 and the corresponding QtWebEngine.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rc0195385 r5510d3e  
    4646      <para>February 2nd, 2019</para>
    4747      <itemizedlist>
     48        <listitem>
     49          <para>[ken] - Update to Qt-5.12.1 and QtWebEngine-5.12.1, the latter
     50          includes a security update and needs the updated Qt to compile. Fixes
     51          <ulink url="&blfs-ticket-root;11617">#11617</ulink>.</para>
     52        </listitem>
    4853        <listitem>
    4954          <para>[bdubbs] - Update to mesa-18.3.3. Fixes
  • packages.ent

    rc0195385 r5510d3e  
    702702<!ENTITY pango-version                "1.42.4">
    703703<!ENTITY pangomm-version              "2.42.0">
    704 <!ENTITY qt5-version                  "5.12.0">
    705 <!ENTITY qtwebengine-version          "5.12.0">
     704<!ENTITY qt5-version                  "5.12.1">
     705<!ENTITY qtwebengine-version          "5.12.1">
    706706<!ENTITY qtwebkit-version             "5.9.0">
    707707<!ENTITY qscintilla-version           "2.10.4">
  • x/lib/qt5.xml

    rc0195385 r5510d3e  
    1010  <!ENTITY qt5-download-http "&qt5-url;/qt-everywhere-src-&qt5-version;.tar.xz">
    1111  <!ENTITY qt5-download-ftp  " ">
    12   <!ENTITY qt5-md5sum        "af569de3eb42da4457b0897e5759dc91">
    13   <!ENTITY qt5-size          "487 MB">
     12  <!ENTITY qt5-md5sum        "6a37466c8c40e87d4a19c3f286ec2542">
     13  <!ENTITY qt5-size          "485 MB">
    1414  <!ENTITY qt5-buildsize     "12 GB (260 MB installed)">
    15   <!ENTITY qt5-time          "31 SBU (using parallelism=4)">
     15  <!ENTITY qt5-time          "47 SBU (using parallelism=4)">
    1616]>
    1717
  • x/lib/qtwebengine.xml

    rc0195385 r5510d3e  
    88  <!ENTITY qtwebengine-download-http "https://download.qt.io/archive/qt/&qtwebengine-major;/&qtwebengine-version;/submodules/qtwebengine-everywhere-src-&qtwebengine-version;.tar.xz">
    99  <!ENTITY qtwebengine-download-ftp  " ">
    10   <!ENTITY qtwebengine-md5sum        "53d74f6ed0c188ee106381d9cba99e94">
    11   <!ENTITY qtwebengine-size          "241 MB">
     10  <!ENTITY qtwebengine-md5sum        "516c70f4f5ef8f4d0462425735f4ff47">
     11  <!ENTITY qtwebengine-size          "238 MB">
    1212  <!ENTITY qtwebengine-buildsize     "3.3 GB (134 MB installed)">
    13   <!ENTITY qtwebengine-time          "36 SBU (using 4 cores)">
     13  <!ENTITY qtwebengine-time          "60 SBU (using 4 cores)">
    1414]>
    1515
     
    5555        although the installed libraries correctly use the shared version. If
    5656        that static library is not present, the build will fail quite quickly.
    57         Please note that if you try to build webengine as part of <xref
    58         linkend="qt5"/> and the static library is not available, that build will
    59         either complete without installing webengine, or else fail during the
    60         install (both variants have been observed).
     57        Please note that if you try to build webengine as part of
     58        <application>Qt</application> and the static library is not available,
     59        that build will either complete without installing webengine, or else fail
     60        during the install (both variants have been observed in 5.12.0).
    6161      </para>
    6262    </note>
Note: See TracChangeset for help on using the changeset viewer.