Changeset 30ed2389


Ignore:
Timestamp:
05/20/2015 11:21:59 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 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:
7348c0c2
Parents:
0093e91
Message:

Update to webkitgtk-2.4.9.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r0093e91 r30ed2389  
    4848      <para>May 20th, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to webkitgtk-2.4.9. Fixes
     52          <ulink url="&blfs-ticket-root;6524">#6524</ulink>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[fernando] - Update to LVM2.2.02.120. Fixes
  • packages.ent

    r0093e91 r30ed2389  
    485485<!ENTITY shared-mime-info-version     "1.4">
    486486<!ENTITY startup-notification-version "0.12">
    487 <!ENTITY webkitgtk2-version           "2.4.8">    <!-- Even minors only -->
     487<!ENTITY webkitgtk2-version           "2.4.9">    <!-- Even minors only -->
    488488<!ENTITY webkitgtk-version            "2.8.3">    <!-- Even minors only -->
    489489
  • x/lib/webkitgtk2.xml

    r0093e91 r30ed2389  
    77  <!ENTITY webkitgtk2-download-http "http://webkitgtk.org/releases/webkitgtk-&webkitgtk2-version;.tar.xz">
    88  <!ENTITY webkitgtk2-download-ftp  " ">
    9   <!ENTITY webkitgtk2-md5sum        "bcdcef8e1ba28dbd5bb05f86c79f76b8">
     9  <!ENTITY webkitgtk2-md5sum        "312fd29eb7f5970660c6a64b8bf8420e">
    1010  <!ENTITY webkitgtk2-size          "9.4 MB">
    11   <!ENTITY webkitgtk2-buildsize     "1.5 GB (both built)">
    12   <!ENTITY webkitgtk2-time          "44 SBU (using parallelism=4, both built, webkitgtk-3.0 takes a little longer than webkitgtk-1.0)">
     11  <!ENTITY webkitgtk2-buildsize     "1.6 GB (both built)">
     12  <!ENTITY webkitgtk2-time          "40 SBU (using parallelism=4, both built, webkitgtk-3.0 takes a little longer than webkitgtk-1.0)">
    1313]>
    1414
     
    3737    </para>
    3838
    39     &lfs77_checked;
     39    &lfs77_checked; &gcc5_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    130130<screen><userinput>sed -i '/generate-gtkdoc --rebase/s:^:# :' GNUmakefile.in</userinput></screen>
    131131
    132     <para>Fix some code when building with glib-2.44 and later:</para>
    133 
    134 <!-- Adding MediaPlayerPrivateGStreamerBase.cpp, according to:
    135 http://pkgs.fedoraproject.org/cgit/webkitgtk3.git/plain/webkitgtk-2.4.8-gmutexlocker.patch?id=7433f334cc84866af5ef0b2c25ead931e6e603ea-->
    136 <screen><userinput>pushd Source/WebCore/platform/graphics/gstreamer &amp;&amp;
    137   sed -i 's/GMutexLocker /WebCore::&amp;/'        \
    138           MediaPlayerPrivateGStreamerBase.cpp \
    139           VideoSinkGStreamer.cpp              \
    140           WebKitWebSourceGStreamer.cpp        &amp;&amp;
    141 popd</userinput></screen>
    142 
    143132    <para>
    144133      Upstream standard now is to link this package against <application>GTK+
     
    290279        </seg>
    291280        <seg>
    292           libjavascriptcoregtk-1.0.so,
    293           libjavascriptcoregtk-3.0.so,
    294           libwebkit2gtk-3.0.so,
    295           libwebkitgtk-1.0.so, and
    296           libwebkitgtk-3.0.so
     281          libjavascriptcoregtk-{1,3}.0.so,
     282          libwebkit2gtk-3.0.so, and
     283          libwebkitgtk-{1,3}.0.so
    297284        </seg>
    298285        <seg>
Note: See TracChangeset for help on using the changeset viewer.