Ignore:
Timestamp:
06/15/2023 05:32:25 PM (11 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
3586f4f3
Parents:
ae69b0e
Message:

Update to WebKitGTK+-2.41.5 to fix problems with Intel GPUs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/webkitgtk.xml

    rae69b0e rf6e07a25  
    77  <!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
    88  <!ENTITY webkitgtk-download-ftp  " ">
    9   <!ENTITY webkitgtk-md5sum        "9fb1e6d919f29662ee3e741421fd0b71">
    10   <!ENTITY webkitgtk-size          "38 MB">
    11   <!ENTITY webkitgtk-buildsize     "998 MB (174 MB installed)">
    12   <!ENTITY webkitgtk-time          "28 SBU (for GTK-3, using parallelism=4, add 29 SBU for GTK-4)">
     9  <!ENTITY webkitgtk-md5sum        "99105a984c4e7e4d7ba8aac7b644d8f0">
     10  <!ENTITY webkitgtk-size          "39 MB">
     11  <!ENTITY webkitgtk-buildsize     "1.1 GB (200 MB installed)">
     12  <!ENTITY webkitgtk-time          "36 SBU (for GTK-3, using parallelism=4, add 36 SBU for GTK-4)">
    1313]>
    1414
     
    126126      <ulink url="https://sourceforge.net/projects/hunspell/files/Hyphen/">Hyphen</ulink>,
    127127      <!--<ulink url="https://github.com/AOMediaCodec/libavif">libavif</ulink>,-->
     128      <ulink url="https://github.com/libjxl/libjxl">libjxl</ulink>,
    128129      <ulink url="https://gnome.pages.gitlab.gnome.org/libmanette/">libmanette</ulink>, and
    129130      <ulink url="https://github.com/flatpak/xdg-dbus-proxy">xdg-dbus-proxy</ulink>
     
    179180      -DUSE_GTK4=OFF              \
    180181      -DUSE_WPE_RENDERER=ON       \
     182      -DUSE_JPEGXL=OFF            \
    181183      -DENABLE_BUBBLEWRAP_SANDBOX=OFF \
    182184      -Wno-dev -G Ninja ..        &amp;&amp;
     
    197199      -DUSE_WOFF2=OFF             \
    198200      -DUSE_GTK4=OFF              \
     201      -DUSE_JPEGXL=OFF            \
    199202      -DUSE_WPE_RENDERER=ON       \
    200203      -DENABLE_JOURNALD_LOG=OFF   \
     
    260263      -DUSE_WOFF2=OFF             \
    261264      -DUSE_GTK4=ON               \
     265      -DUSE_JPEGXL=OFF            \
    262266      -DUSE_WPE_RENDERER=ON       \
    263267      -DENABLE_BUBBLEWRAP_SANDBOX=OFF \
     
    278282      -DUSE_WOFF2=OFF             \
    279283      -DUSE_GTK4=ON               \
     284      -DUSE_JPEGXL=OFF            \
    280285      -DUSE_WPE_RENDERER=ON       \
    281286      -DENABLE_JOURNALD_LOG=OFF   \
     
    331336      <parameter>-DUSE_WPE_RENDERER=ON</parameter>: This switch uses the WPE
    332337      renderer, which is recommended by upstream.
     338    </para>
     339
     340    <para>
     341      <parameter>-DUSE_JPEGXL=OFF</parameter>: This switch turns off support
     342      for JPEG-XL images. Remove it if you have the optional package
     343      <ulink url="https://github.com/libjxl/libjxl">libjxl</ulink> installed.
    333344    </para>
    334345
     
    474485            contains core JavaScript API functions used by
    475486            <command>jsc</command> and
    476             <filename class="libraryfile">libwebkitgtk-6.0.so</filename>
     487            <filename class="libraryfile">libwebkitgtk-6.0</filename>
    477488          </para>
    478489          <indexterm zone="webkitgtk libjavascriptcoregtk-6.0">
Note: See TracChangeset for help on using the changeset viewer.