Ignore:
Timestamp:
06/20/2018 11:30:09 AM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
ba0ff42b
Parents:
43e1e30
Message:

qtwebengine-5.11.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qtwebengine.xml

    r43e1e30 r62657002  
    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        "551a09ea35270c259223f1a4e69e67f3">
     10  <!ENTITY qtwebengine-md5sum        "75d2ff31addba4ec41981b0f459cc587">
    1111  <!ENTITY qtwebengine-size          "223 MB">
    12   <!ENTITY qtwebengine-buildsize     "3.5 GB (137 MB installed)">
    13   <!ENTITY qtwebengine-time          "28 SBU (using 4 cores)">
     12  <!ENTITY qtwebengine-buildsize     "3.5 GB (142 MB installed)">
     13  <!ENTITY qtwebengine-time          "52 SBU (using 4 cores)">
    1414]>
    1515
     
    121121  <sect2 role="installation">
    122122    <title>Installation of qtwebengine</title>
    123 
    124     <para>
    125       First, make some fixes to make gcc8 happy:
    126     </para>
    127 
    128 <screen><userinput>sed -i '/kPaddingSize/s/32/64/' \
    129        src/3rdparty/chromium/media/base/decoder_buffer.h &amp;&amp;
    130 
    131 D=src/3rdparty/chromium/mojo/public/cpp/bindings         &amp;&amp;
    132 sed -i '/explicit/s/return handle_/return (bool) handle_/' \
    133        $D/associated_interface_ptr_info.h \
    134        $D/associated_interface_request.h  \
    135        $D/interface_request.h                            &amp;&amp;
    136 unset D</userinput></screen>
    137123
    138124    <para>
Note: See TracChangeset for help on using the changeset viewer.