Changeset 40454cd2 for x


Ignore:
Timestamp:
04/01/2021 04:55:54 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
3d6f4123
Parents:
292ff45
Message:

Update to WebKitGTK+-2.32.0
Update to gimp-2.10.24
popt: Add optional dependency on doxygen

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/webkitgtk.xml

    r292ff45 r40454cd2  
    77  <!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
    88  <!ENTITY webkitgtk-download-ftp  " ">
    9   <!ENTITY webkitgtk-md5sum        "11148c4ed400c58fe330ac94208cbc4d">
    10   <!ENTITY webkitgtk-size          "21 MB">
    11   <!ENTITY webkitgtk-buildsize     "829 MB (121 MB installed)">
    12   <!ENTITY webkitgtk-time          "24 SBU (using parallelism=4, estimated 80 SBU using one core)">
     9  <!ENTITY webkitgtk-md5sum        "a24a9441ad01617be9ac95097cd31e08">
     10  <!ENTITY webkitgtk-size          "22 MB">
     11  <!ENTITY webkitgtk-buildsize     "899 MB (127 MB installed)">
     12  <!ENTITY webkitgtk-time          "29 SBU (using parallelism=4, estimated 96 SBU using one core)">
    1313]>
    1414
     
    8686      <xref linkend="libsecret"/>,
    8787      <xref linkend="libsoup"/>,
     88      <xref linkend="libtasn1"/>,
    8889      <xref linkend="libwebp"/>,
    8990      <xref linkend="mesa"/>,
     
    111112      <xref linkend="woff2"/>,
    112113      <ulink url="https://ccache.dev/">ccache</ulink>,
     114      <ulink url="https://blogs.gtk.org/2020/12/16/gtk-4-0/">gtk+-4</ulink>,
    113115      <ulink url="http://sourceforge.net/projects/hunspell/files/Hyphen/">Hyphen</ulink>,
    114116      <ulink url="http://xsltml.sourceforge.net/">MathML</ulink>,
     117      <ulink url="https://gnome.pages.gitlab.gnome.org/libmanette/">libmanette</ulink>,
    115118      <ulink url="https://github.com/WebPlatformForEmbedded/libwpe">libwpe</ulink>,
    116119      <ulink url="https://github.com/Igalia/WPEBackend-fdo">WPEBackend-fdo</ulink>, and
     
    149152      -DLIB_INSTALL_DIR=/usr/lib  \
    150153      -DUSE_LIBHYPHEN=OFF         \
     154      -DENABLE_GAMEPAD=OFF        \
    151155      -DENABLE_MINIBROWSER=ON     \
    152156      -DUSE_WOFF2=OFF             \
     
    216220      if you wish to enable it (replacing OFF with ON or just removing
    217221      the switch).
     222    </para>
     223
     224    <para>
     225      <parameter>-DENABLE_GAMEPAD=OFF</parameter>: This switch disables
     226      gamepad support. Remove this switch if you have
     227      <ulink url="https://gnome.pages.gitlab.gnome.org/libmanette/">libmanette</ulink>
     228      installed and wish to enable it.
    218229    </para>
    219230
Note: See TracChangeset for help on using the changeset viewer.