Changeset d0c049f


Ignore:
Timestamp:
04/12/2024 05:34:53 PM (2 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
trunk
Children:
6182ed9b
Parents:
497d485
git-author:
Douglas R. Reno <renodr@…> (04/12/2024 05:00:16 PM)
git-committer:
Douglas R. Reno <renodr@…> (04/12/2024 05:34:53 PM)
Message:

Update to WebKitGTK-2.44.1

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r497d485 rd0c049f  
    4040    -->
    4141    <listitem>
    42       <para>April 11th, 2024</para>
    43       <itemizedlist>
     42      <para>April 12th, 2024</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[renodr] - Update to WebKitGTK-2.44.1. Fixes
     46          <ulink url="&blfs-ticket-root;19622">#19622</ulink>.</para>
     47        </listitem>
    4448        <listitem>
    4549          <para>[bdubbs] - Update to docutils-0.21.1 (Python module). Fixes
  • packages.ent

    r497d485 rd0c049f  
    886886<!ENTITY vulkan-headers-version       "1.3.281">
    887887<!ENTITY vulkan-loader-version        "1.3.281">
    888 <!ENTITY webkitgtk-version            "2.44.0">    <!-- Even minors only -->
     888<!ENTITY webkitgtk-version            "2.44.1">    <!-- Even minors only -->
    889889<!ENTITY xdg-desktop-portal-version   "1.18.2">
    890890<!ENTITY xdg-desktop-portal-gtk-version "1.15.1">
  • x/lib/webkitgtk.xml

    r497d485 rd0c049f  
    77  <!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
    88  <!ENTITY webkitgtk-download-ftp  " ">
    9   <!ENTITY webkitgtk-md5sum        "20fef6a9122fc46f66f2f8550d5f08c6">
    10   <!ENTITY webkitgtk-size          "36 MB">
    11   <!ENTITY webkitgtk-buildsize     "1.2 GB (195 MB installed, add 148 MB for GTK-4)">
    12   <!ENTITY webkitgtk-time          "23 SBU (for GTK-3, using parallelism=8, add 22 SBU for GTK-4)">
     9  <!ENTITY webkitgtk-md5sum        "b3a4504892162b30a774d3afde4707f7">
     10  <!ENTITY webkitgtk-size          "35 MB">
     11  <!ENTITY webkitgtk-buildsize     "1.2 GB (156 MB installed, add 151 MB for GTK-4)">
     12  <!ENTITY webkitgtk-time          "25 SBU (for GTK-3, using parallelism=8, add 25 SBU for GTK-4)">
    1313
    1414  <!ENTITY libbacktrace
     
    117117      <xref linkend="hicolor-icon-theme"/>,
    118118      <xref linkend="libavif"/>,
     119      <xref linkend="libjxl"/>,
    119120      <xref linkend="libseccomp"/>, and
    120121      <xref linkend="xdg-dbus-proxy"/>
     
    129130      <ulink url="https://ccache.dev/">ccache</ulink>,
    130131      <ulink url="https://sourceforge.net/projects/hunspell/files/Hyphen/">Hyphen</ulink>,
    131       &libbacktrace;,
    132       <ulink url="https://github.com/libjxl/libjxl">libjxl</ulink>, and
     132      &libbacktrace;, and
     133      <!--<ulink url="https://github.com/libjxl/libjxl">libjxl</ulink>, and-->
    133134      <ulink url="https://gnome.pages.gitlab.gnome.org/libmanette/">libmanette</ulink>
    134135    </para>
     
    174175      -DUSE_WOFF2=OFF             \
    175176      -DUSE_GTK4=OFF              \
    176       -DUSE_JPEGXL=OFF            \
    177177      -DENABLE_BUBBLEWRAP_SANDBOX=ON \
    178178      -Wno-dev -G Ninja ..        &amp;&amp;
     
    194194      -DUSE_WOFF2=OFF             \
    195195      -DUSE_GTK4=OFF              \
    196       -DUSE_JPEGXL=OFF            \
    197196      -DENABLE_JOURNALD_LOG=OFF   \
    198197      -DENABLE_BUBBLEWRAP_SANDBOX=ON \
     
    232231      -DUSE_WOFF2=OFF             \
    233232      -DUSE_GTK4=ON               \
    234       -DUSE_JPEGXL=OFF            \
    235233      -DENABLE_BUBBLEWRAP_SANDBOX=ON \
    236234      -Wno-dev -G Ninja ..        &amp;&amp;
     
    251249      -DUSE_WOFF2=OFF             \
    252250      -DUSE_GTK4=ON               \
    253       -DUSE_JPEGXL=OFF            \
    254251      -DENABLE_JOURNALD_LOG=OFF   \
    255252      -DENABLE_BUBBLEWRAP_SANDBOX=ON \
     
    320317    </para>
    321318
     319<!--
    322320    <para>
    323321      <parameter>-DUSE_JPEGXL=OFF</parameter>: This switch turns off support
     
    325323      <ulink url="https://github.com/libjxl/libjxl">libjxl</ulink> installed.
    326324    </para>
    327 
     325-->
    328326    <para>
    329327      <parameter>-DENABLE_BUBBLEWRAP_SANDBOX=ON</parameter>: This switch
     
    363361      package <xref linkend="woff2"/> is installed. This adds additional
    364362      support for fonts.
     363    </para>
     364
     365    <para>
     366      <option>-DUSE_JPEGXL=OFF</option>: Use this switch if the recommended
     367      package <xref linkend="libjxl"/> is not installed. Note that you will not
     368      have support for JPEG XL images if this option is passed.
    365369    </para>
    366370
Note: See TracChangeset for help on using the changeset viewer.