Changeset 9679de7


Ignore:
Timestamp:
07/06/2016 01:45:48 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, 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:
b2650688
Parents:
df721a19
Message:

Update to WebkitGTK-2.4.11.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rdf721a19 r9679de7  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "05">                   <!-- Always 2 digits -->
     3<!ENTITY day          "06">                   <!-- Always 2 digits -->
    44<!ENTITY month        "07">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "July 5th &year;">
     9<!ENTITY releasedate  "July 6th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rdf721a19 r9679de7  
    4444
    4545-->
     46    <listitem revision="systemd">
     47      <para>July 6th, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[dj] - Update to WebkitGTK-2.4.11.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
    4655    <listitem>
    4756      <para>July 5th, 2016</para>
  • packages.ent

    rdf721a19 r9679de7  
    531531<!ENTITY shared-mime-info-version     "1.6">
    532532<!ENTITY startup-notification-version "0.12">
    533 <!ENTITY webkitgtk2-version           "2.4.10">    <!-- Even minors only -->
     533<!ENTITY webkitgtk2-version           "2.4.11">    <!-- Even minors only -->
    534534<!ENTITY webkitgtk-version            "2.12.2">    <!-- Even minors only -->
    535535
  • x/lib/webkitgtk2.xml

    rdf721a19 r9679de7  
    77  <!ENTITY webkitgtk2-download-http "http://webkitgtk.org/releases/webkitgtk-&webkitgtk2-version;.tar.xz">
    88  <!ENTITY webkitgtk2-download-ftp  " ">
    9   <!ENTITY webkitgtk2-md5sum        "1b3f18d4087dfc648e8060c14e16e202">
    10   <!ENTITY webkitgtk2-size          "9.4 MB">
     9  <!ENTITY webkitgtk2-md5sum        "24a25ccc30a7914ae50922aedf24b7bc">
     10  <!ENTITY webkitgtk2-size          "9.5 MB">
    1111  <!ENTITY webkitgtk2-buildsize     "1.5 GB (both built)">
    12   <!ENTITY webkitgtk2-time          "50 SBU (using parallelism=4, both built, webkitgtk-3.0 takes a little longer than webkitgtk-1.0)">
     12  <!ENTITY webkitgtk2-time          "80 SBU (using parallelism=4, both built, webkitgtk-3.0 takes a little longer than webkitgtk-1.0)">
    1313]>
    1414
     
    6969        <para>
    7070          Estimated build time: &webkitgtk2-time;
     71        </para>
     72      </listitem>
     73    </itemizedlist>
     74
     75    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     76    <itemizedlist spacing="compact">
     77      <listitem>
     78        <para>
     79          Required patch if using gcc-6 or later
     80          <ulink url="&patch-root;/webkitgtk-&webkitgtk2-version;-gcc6-1.patch"/>
    7181        </para>
    7282      </listitem>
     
    119129    </para>
    120130
    121     <caution>
     131<!--    <caution>
    122132      <para>
    123133        The BLFS systemd development team is looking into archiving this
    124134        package due to ease of maintenance and incompatibility with GCC6.
    125135      </para>
    126     </caution>
     136    </caution>-->
    127137
    128138  </sect2>
     
    137147
    138148<screen><userinput>sed -i '/generate-gtkdoc --rebase/s:^:# :' GNUmakefile.in</userinput></screen>
     149
     150    <para>
     151      Fix a couple of compiler issues when built with GCC-6.1:
     152    </para>
     153
     154<screen><userinput>patch -Np1 -i ../webkitgtk-&webkitgtk2-version;-gcc6-1.patch</userinput></screen>
    139155
    140156    <note>
Note: See TracChangeset for help on using the changeset viewer.