Ignore:
Timestamp:
05/27/2020 05:08:18 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
f4327ad9
Parents:
ae44cab
Message:

Update to Qt and QtWebEngine 5.15.0
Adapt Falkon to build with Qt5-5.15.0
OpenSSH tests: Remove some text that was invalid, which I entered in my last build

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qtwebengine.xml

    rae44cab r21552cf  
    55  %general-entities;
    66
    7   <!ENTITY qtwebengine-major "5.14">
     7  <!ENTITY qtwebengine-major "5.15">
    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        "48f85fa5875bee56931b3be8b64a6712">
    11   <!ENTITY qtwebengine-size          "232 MB">
    12   <!ENTITY qtwebengine-buildsize     "3.6 GB (146 MB installed)">
    13   <!ENTITY qtwebengine-time          "68 SBU (using 4 cores)">
     10  <!ENTITY qtwebengine-md5sum        "738478b9409f8615ca0f63738b73bbae">
     11  <!ENTITY qtwebengine-size          "265 MB">
     12  <!ENTITY qtwebengine-buildsize     "4.3 GB (146 MB installed)">
     13  <!ENTITY qtwebengine-time          "74 SBU (using 4 cores)">
    1414]>
    1515
     
    101101        <para>
    102102          Required patch:
    103           <ulink url="&patch-root;/qtwebengine-everywhere-src-&qtwebengine-version;-consolidated-1.patch"/>
     103          <ulink url="&patch-root;/qtwebengine-everywhere-src-&qtwebengine-version;-consolidated_fixes-1.patch"/>
    104104        </para>
    105105      </listitem>
     
    162162
    163163    <para>
    164       Next, apply a patch that fixes issues when using gcc-10 and enable using
     164      Next, apply a patch that fixes issues when using gcc-10 and enables using
    165165      system ICU version 67.1 or greater.
    166166    </para>
    167167
    168 <screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-everywhere-src-&qtwebengine-version;-consolidated-1.patch</userinput></screen>
     168<screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-everywhere-src-&qtwebengine-version;-consolidated_fixes-1.patch</userinput></screen>
    169169
    170170    <para>
     
    343343        </seg>
    344344        <seg>
     345          libQt5Pdf.so,
     346          libQt5PdfWidgets.so,
    345347          libQt5WebEngineCore.so,
    346348          libQt5WebEngine.so, and
     
    348350        </seg>
    349351        <seg>
     352          $QT5DIR/include/QtPdf,
     353          $QT5DIR/include/QtPdfWidgets,
    350354          $QT5DIR/include/QtWebEngine,
    351355          $QT5DIR/include/QtWebEngineCore,
Note: See TracChangeset for help on using the changeset viewer.