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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.