Changeset 88f20bb for x


Ignore:
Timestamp:
09/23/2018 10:39:01 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
c9a326f
Parents:
6c71499
Message:

Perl modules branch: merge revisions 20505 to 20531 from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20532 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
x/lib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    r6c71499 r88f20bb  
    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
     
    8383      <listitem>
    8484        <para>Required Patch: <ulink
    85         url="&patch-root;/qt-5.11.1-glibc228-1.patch"/></para>
     85        url="&patch-root;/qt-&qt5-version;-glibc228-1.patch"/></para>
    8686      </listitem>
    8787    </itemizedlist>
  • x/lib/qtwebengine.xml

    r6c71499 r88f20bb  
    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
  • x/lib/webkitgtk.xml

    r6c71499 r88f20bb  
    77  <!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
    88  <!ENTITY webkitgtk-download-ftp  " ">
    9   <!ENTITY webkitgtk-md5sum        "72a05f6a4dc1c78b079590a8fd280401">
     9  <!ENTITY webkitgtk-md5sum        "207d50d313c07b03726f3a7f22643934">
    1010  <!ENTITY webkitgtk-size          "16 MB">
    11   <!ENTITY webkitgtk-buildsize     "963 MB (128 MB installed)">
    12   <!ENTITY webkitgtk-time          "18 SBU (using parallelism=4, 49 SBUs using one core)">
     11  <!ENTITY webkitgtk-buildsize     "788 MB (128 MB installed)">
     12  <!ENTITY webkitgtk-time          "16 SBU (using parallelism=4, 50 SBUs using one core)">
    1313]>
    1414
     
    125125    <application>WebKitGTK+</application></bridgehead>
    126126
    127 <!-- Remove for 8.2 (or 9.0) release -->
    128     <caution>
    129       <para>
    130         You must rebuild <application>Perl</application> with -Dusethreads
    131         if LFS was built without that option. LFS made this change in
    132         April 2017.
    133       </para>
    134     </caution>
    135 
    136 <!--    <para>
    137       First, fix a build issue with an invalid header path.
    138     </para>
    139 
    140 <screen><userinput>sed -i '/Activity.h/s:WebCore/:&amp;platform/:' Source/WebCore/platform/graphics/cairo/BackingStoreBackendCairoImpl.h</userinput></screen>
    141 -->
    142127    <para>
    143128      Install <application>WebKitGTK+</application> by running the
     
    158143      -DENABLE_MINIBROWSER=ON     \
    159144      -DUSE_WOFF2=OFF             \
    160       -Wno-dev .. &amp;&amp;
    161 make</userinput></screen>
     145      -Wno-dev -G Ninja .. &amp;&amp;
     146ninja</userinput></screen>
    162147
    163148    <para>
     
    180165    </para>
    181166
    182 <screen role="root"><userinput>make install &amp;&amp;
     167<screen role="root"><userinput>ninja install &amp;&amp;
    183168
    184169install -vdm755 /usr/share/gtk-doc/html/webkit{2,dom}gtk-4.0 &amp;&amp;
     
    252237          jsc,
    253238          MiniBrowser, and
    254           WebKitWebDriver <!-- New in 2.18.0 -->
     239          WebKitWebDriver
    255240        </seg>
    256241        <seg>
Note: See TracChangeset for help on using the changeset viewer.