Changeset 496ef5e for x/lib


Ignore:
Timestamp:
09/22/2018 08:57:33 PM (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.4, 9.0, 9.1, bdubbs/svn, elogind, 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:
d46fc5b
Parents:
c6c4747c
Message:

Qt-5.11.2 and qtwebengine-5.11.2. In qtwebengine fix two errors in the note on NINJAJOBS, on a big machine N+2 is *faster* than *N*, but only marginally.

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

Location:
x/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    rc6c4747c r496ef5e  
    1010  <!ENTITY qt5-download-http "&qt5-url;/qt-everywhere-src-&qt5-version;.tar.xz">
    1111  <!ENTITY qt5-download-ftp  " ">
    12   <!ENTITY qt5-md5sum        "c6f0854d7de7bde80cfd8cc85bb7152b">
     12  <!ENTITY qt5-md5sum        "152a8ade9c11fe33ff5bc95310a1bb64">
    1313  <!ENTITY qt5-size          "467 MB">
    14   <!ENTITY qt5-buildsize     "10.4 GB (234 MB installed)">
    15   <!ENTITY qt5-time          "51 SBU (using parallelism=4)">
     14  <!ENTITY qt5-buildsize     "11 GB (252 MB installed)">
     15  <!ENTITY qt5-time          "23 SBU (using parallelism=4)">
    1616]>
    1717
  • x/lib/qtwebengine.xml

    rc6c4747c r496ef5e  
    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        "75d2ff31addba4ec41981b0f459cc587">
     10  <!ENTITY qtwebengine-md5sum        "183b1e44bac4f70b54a77a9e569ff554">
    1111  <!ENTITY qtwebengine-size          "223 MB">
    12   <!ENTITY qtwebengine-buildsize     "3.5 GB (142 MB installed)">
    13   <!ENTITY qtwebengine-time          "52 SBU (using 4 cores)">
     12  <!ENTITY qtwebengine-buildsize     "3.6 GB (139 MB installed)">
     13  <!ENTITY qtwebengine-time          "50 SBU (using 4 cores)">
    1414]>
    1515
     
    184184      plenty of RAM, running N+2 jobs (the ninja default for 4+ cores) for the
    185185      large working sets of the C++ compiles in this package is typically only
    186       marginally slower than running 4 jobs at a time.  But for a machine with
    187       less memory it might be much slower.
     186      marginally faster than running N jobs at a time.  But for a machine with
     187      less memory it can be much slower.
    188188    </para>
    189189
Note: See TracChangeset for help on using the changeset viewer.