Changeset 57aae596


Ignore:
Timestamp:
09/10/2010 12:09:38 AM (14 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f0a37d5
Parents:
c0199301
Message:

Update webkit(gtk) to 1.2.4 and promote gobject-introspection to recommended.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc0199301 r57aae596  
    539539<!-- The xulrunner version also appears in the firefox mozconfig as a literal -->
    540540<!ENTITY xulrunner-version            "1.9.2.8">
    541 <!ENTITY webkitgtk-version            "1.2.3">
     541<!ENTITY webkitgtk-version            "1.2.4">
    542542<!ENTITY libsexy-version              "0.1.11">
    543543<!ENTITY libnotify-version            "0.4.5">
  • introduction/welcome/changelog.xml

    rc0199301 r57aae596  
    4747          <para>[dj] - Updated to icedtea6-1.9-2-i586-bin.tar.bz2.</para>
    4848        </listitem>
     49        <listitem>
     50          <para>[ken] - Updated to Webkitgtk-1.2.4. Fixes ticket
     51          <ulink url="&blfs-ticket-root;3147">#3147</ulink>.</para>
     52        </listitem>
    4953      </itemizedlist>
    5054    </listitem>
  • x/lib/webkitgtk.xml

    rc0199301 r57aae596  
    77  <!ENTITY webkitgtk-download-http "http://webkitgtk.org/webkit-&webkitgtk-version;.tar.gz">
    88  <!ENTITY webkitgtk-download-ftp  " ">
    9   <!ENTITY webkitgtk-md5sum        "0ab5c478a6f5b74a1ae96bf13a456662">
    10   <!ENTITY webkitgtk-size          "6.5 MB">
    11   <!ENTITY webkitgtk-buildsize     "302 MB">
     9  <!ENTITY webkitgtk-md5sum        "dc3a92dd0e8c2e70263fbfdf809b51a5">
     10  <!ENTITY webkitgtk-size          "6.4 MB">
     11  <!ENTITY webkitgtk-buildsize     "300 MB">
    1212  <!ENTITY webkitgtk-time          "19 SBU">
    1313]>
     
    3434    <application>GTK+</application> platform.</para>
    3535
    36     <para>&lfssvn_checked;20100803&lfssvn_checked2;</para>
     36    <para>&lfssvn_checked;20100817&lfssvn_checked2;</para>
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6060    <bridgehead renderas="sect3">WebKitGTK+ Dependencies</bridgehead>
    6161
    62     <!-- FIXME gobject-introspection should be at least recommended for
    63     gnome-2.30 (and needs \-\-enable-introspection : for epiphany-2.30) -->
    64 
    6562    <bridgehead renderas="sect4">Required</bridgehead>
    6663    <para role="required"><xref linkend="enchant"/>,
     
    7673    <xref linkend="which"/></para>
    7774
     75    <bridgehead renderas="sect4">Recommended</bridgehead>
     76    <para role="recommended"><xref linkend="gobject-introspection"/> (Required
     77    if building <application>epiphany</application>)</para>
     78
     79
     80
    7881    <bridgehead renderas="sect4">Optional</bridgehead>
    7982    <para role="optional"><xref linkend="curl"/>,
    8083    <ulink url="http://www.freedesktop.org/wiki/Software/GeoClue">GeoClue</ulink>,
    81     <xref linkend="gobject-introspection"/>,
    8284    <ulink url="http://xsltml.sourceforge.net/">MathML</ulink>, and
    8385    <xref linkend="gtk-doc"/></para>
     
    9496    commands:</para>
    9597
    96 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     98<screen><userinput>./configure --prefix=/usr --enable-introspection &amp;&amp;
    9799make</userinput></screen>
    98100
     
    108110    <title>Command Explanations</title>
    109111
     112    <para><option>--enable-introspection</option>: This option enables support
     113    for gobject-introspection.</para>
     114
    110115    <para><option>--enable-3D-transforms</option>: This option enables support
    111116    for 3D transforms.</para>
     
    113118    <para><option>--enable-geolocation</option>: This option enables support for
    114119    geolocation.</para>
    115 
    116     <para><option>--enable-introspection</option>: This option enables support
    117     for gobject-introspection.</para>
    118120
    119121    <para><option>--enable-mathml</option>: This option enables support for
Note: See TracChangeset for help on using the changeset viewer.