Skip to content

Commit

Permalink
libwebkit-gtk6: Update to 2.44.1
Browse files Browse the repository at this point in the history
**Changelog**

  - Fix handling of lifetime of web view child dialogs in GTK4.
  - Do not schedule layer flushes when drawing area size is empty.
  - Fix videos with alpha when using the DMA-BUF sink.
  - Fix the build with USE_GBM=OFF.
  - Fix the build in 32bit platforms
  - Fix several crashes and rendering issues.

Signed-off-by: Zach Bacon <zachbacon@vba-m.com>
  • Loading branch information
ZachBacon committed Apr 9, 2024
1 parent 57ef429 commit 41072d8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
3 changes: 2 additions & 1 deletion packages/l/libwebkit-gtk6/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ libc.so.6:ferror
libc.so.6:fflush
libc.so.6:fgetc
libc.so.6:fgets
libc.so.6:fileno
libc.so.6:flock
libc.so.6:fnmatch
libc.so.6:fopen
Expand Down Expand Up @@ -3284,8 +3285,8 @@ libwayland-client.so.0:wl_proxy_marshal_flags
libwayland-client.so.0:wl_region_interface
libwayland-client.so.0:wl_registry_interface
libwayland-client.so.0:wl_surface_interface
libwayland-server.so.0:wl_pointer_interface
libwayland-server.so.0:wl_region_interface
libwayland-server.so.0:wl_registry_interface
libwayland-server.so.0:wl_surface_interface
libwebp.so.7:WebPIDecGetRGB
libwebp.so.7:WebPIDelete
Expand Down
6 changes: 3 additions & 3 deletions packages/l/libwebkit-gtk6/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : libwebkit-gtk6
version : 2.44.0
release : 3
version : 2.44.1
release : 4
source :
- https://webkitgtk.org/releases/webkitgtk-2.44.0.tar.xz : c66530e41ba59b1edba4ee89ef20b2188e273bed0497e95084729e3cfbe30c87
- https://webkitgtk.org/releases/webkitgtk-2.44.1.tar.xz : 425b1459b0f04d0600c78d1abb5e7edfa3c060a420f8b231e9a6a2d5d29c5561
homepage : https://webkitgtk.org
license : LGPL-2.1-only
component : desktop.web
Expand Down
20 changes: 10 additions & 10 deletions packages/l/libwebkit-gtk6/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>libwebkit-gtk6</Name>
<Homepage>https://webkitgtk.org</Homepage>
<Packager>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
<Name>Zach Bacon</Name>
<Email>zachbacon@vba-m.com</Email>
</Packager>
<License>LGPL-2.1-only</License>
<PartOf>desktop.web</PartOf>
Expand All @@ -25,9 +25,9 @@
<Path fileType="library">/usr/lib64/girepository-1.0/WebKit-6.0.typelib</Path>
<Path fileType="library">/usr/lib64/girepository-1.0/WebKitWebProcessExtension-6.0.typelib</Path>
<Path fileType="library">/usr/lib64/libjavascriptcoregtk-6.0.so.1</Path>
<Path fileType="library">/usr/lib64/libjavascriptcoregtk-6.0.so.1.2.4</Path>
<Path fileType="library">/usr/lib64/libjavascriptcoregtk-6.0.so.1.2.5</Path>
<Path fileType="library">/usr/lib64/libwebkitgtk-6.0.so.4</Path>
<Path fileType="library">/usr/lib64/libwebkitgtk-6.0.so.4.5.4</Path>
<Path fileType="library">/usr/lib64/libwebkitgtk-6.0.so.4.5.5</Path>
<Path fileType="library">/usr/lib64/webkitgtk-6.0/injected-bundle/libwebkitgtkinjectedbundle.so</Path>
<Path fileType="executable">/usr/libexec/webkitgtk-6.0/MiniBrowser</Path>
<Path fileType="executable">/usr/libexec/webkitgtk-6.0/WebKitNetworkProcess</Path>
Expand Down Expand Up @@ -99,7 +99,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="3">libwebkit-gtk6</Dependency>
<Dependency release="4">libwebkit-gtk6</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/webkitgtk-6.0/jsc/JSCClass.h</Path>
Expand Down Expand Up @@ -205,12 +205,12 @@
</Replaces>
</Package>
<History>
<Update release="3">
<Date>2024-03-21</Date>
<Version>2.44.0</Version>
<Update release="4">
<Date>2024-04-09</Date>
<Version>2.44.1</Version>
<Comment>Packaging update</Comment>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
<Name>Zach Bacon</Name>
<Email>zachbacon@vba-m.com</Email>
</Update>
</History>
</PISI>

0 comments on commit 41072d8

Please sign in to comment.