Changeset 4291c1e


Ignore:
Timestamp:
09/23/2018 12:31:14 PM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
30203c2c
Parents:
fb940713
Message:

Update to webkitgtk-2.22.2

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rfb940713 r4291c1e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "22">                   <!-- Always 2 digits -->
     3<!ENTITY day          "23">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 22nd, &year;">
     9<!ENTITY releasedate  "September 23rd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rfb940713 r4291c1e  
    4343-->
    4444    <listitem>
     45      <para>September 23rd, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to WebKitGTK+-2.22.2. Fixes
     49          <ulink url="&blfs-ticket-root;11107">#11107</ulink>.
     50          WebM playback and YouTube playback is still broken until gstreamer
     51          and Epiphany get updated.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4557      <para>September 22nd, 2018</para>
    4658      <itemizedlist>
  • packages.ent

    rfb940713 r4291c1e  
    594594<!ENTITY shared-mime-info-version     "1.10">
    595595<!ENTITY startup-notification-version "0.12">
    596 <!ENTITY webkitgtk-version            "2.20.5">    <!-- Even minors only -->
     596<!ENTITY webkitgtk-version            "2.22.2">    <!-- Even minors only -->
    597597
    598598<!ENTITY gtk2-libdir                  "2.0/2.10.0">
  • x/lib/webkitgtk.xml

    rfb940713 r4291c1e  
    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.