pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

webkit-gtk: Update to 2.38.4



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Feb 2 14:53:23 2023 +0100
Changeset:	6e6ef44ec2512c5779c9db092cc19522c456c926

Modified Files:
	webkit-gtk/Makefile
	webkit-gtk/PLIST
	webkit-gtk/distinfo

Log Message:
webkit-gtk: Update to 2.38.4

pkgsrc changes:
 - Now it seems that it finally cleanly install! (not actually run tested yet
   though!) Probably, hopefully, likely candidate to update www/webkit-gtk
   without further big changes!

Changes:
2.38.4
------
 - Improve GStreamer multimedia playback across the board with improved
   codec selection logic, better handling of latency, and improving
   frame discard to avoid audio/video desynchronization, among other fixes.
 - Disable HLS media playback by default, which makes web sites use MSE
   instead. If needed WEBKIT_GST_ENABLE_HLS_SUPPORT=1 can be set in the
   environment to enable it back.
 - Disable threaded rendering in GTK4 builds by default, as it was
   causing crashes.
 - Fix MediaSession API not showing artwork images.
 - Fix MediaSession MPRIS usage when running inside a Flatpak sandbox.
 - Fix input element controls to correctly scale when applying a zoom
   factor different than the default.
 - Fix leakage of Web processes in certain situations.
 - Fix the injected bundle not being found when running inside a sandbox.
 - Fix the build with ENABLE_INTROSPECTION when cross-compiling.
 - Fix the build with ENABLE_WEBGL disabled.
 - Fix the build with GStreamer-based WebRTC enabled.
 - Fix the build with USE_GTK4 enabled.
 - Fix several crashes and rendering issues.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6e6ef44ec2512c5779c9db092cc19522c456c926

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 webkit-gtk/Makefile | 2 +-
 webkit-gtk/PLIST    | 4 ++--
 webkit-gtk/distinfo | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/webkit-gtk/Makefile b/webkit-gtk/Makefile
index 7785fa6837..a0bfd33b15 100644
--- a/webkit-gtk/Makefile
+++ b/webkit-gtk/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.240 2022/11/23 16:19:06 adam Exp $
 
-DISTNAME=	webkitgtk-2.38.3
+DISTNAME=	webkitgtk-2.38.4
 PKGNAME=	${DISTNAME:S/webkitgtk/webkit-gtk/}
 CATEGORIES=	www
 MASTER_SITES=	https://www.webkitgtk.org/releases/
diff --git a/webkit-gtk/PLIST b/webkit-gtk/PLIST
index 721ab733b8..e42c4f9cb8 100644
--- a/webkit-gtk/PLIST
+++ b/webkit-gtk/PLIST
@@ -221,10 +221,10 @@ lib/girepository-1.0/WebKit2-4.0.typelib
 lib/girepository-1.0/WebKit2WebExtension-4.0.typelib
 lib/libjavascriptcoregtk-4.0.so
 lib/libjavascriptcoregtk-4.0.so.18
-lib/libjavascriptcoregtk-4.0.so.18.20.12
+lib/libjavascriptcoregtk-4.0.so.18.21.7
 lib/libwebkit2gtk-4.0.so
 lib/libwebkit2gtk-4.0.so.37
-lib/libwebkit2gtk-4.0.so.37.56.12
+lib/libwebkit2gtk-4.0.so.37.57.7
 lib/pkgconfig/javascriptcoregtk-4.0.pc
 lib/pkgconfig/webkit2gtk-4.0.pc
 lib/pkgconfig/webkit2gtk-web-extension-4.0.pc
diff --git a/webkit-gtk/distinfo b/webkit-gtk/distinfo
index 66762204ee..644aeb7929 100644
--- a/webkit-gtk/distinfo
+++ b/webkit-gtk/distinfo
@@ -1,8 +1,8 @@
 $NetBSD: distinfo,v 1.173 2022/10/23 07:33:51 mcf Exp $
 
-BLAKE2s (webkitgtk-2.38.3.tar.xz) = 52f5f55e58f5b2cf5079b1307366c41a3d1c33654ace8b9d9dafd63bc07fda44
-SHA512 (webkitgtk-2.38.3.tar.xz) = 1e5f0d73d6b1d64faf20ab909f1765439fab230dd360dd1906962f03a24725cf9f50a375b1987b615c64fb161ab32d29d6b1d49ea75c7b2b32f495e4ad0f38ce
-Size (webkitgtk-2.38.3.tar.xz) = 33003928 bytes
+BLAKE2s (webkitgtk-2.38.4.tar.xz) = 348f993ab101c9be0de0751ac39cbe5ffa4aa1c7b707d7d49ca37d33f78d4bca
+SHA512 (webkitgtk-2.38.4.tar.xz) = 1d0418d14d3852172cfa7a4c97964b547d17eba17ff5c94b124e21ae85bcebb1dda67338ceb3ba12531a01f8cfe15c21132fd16747bf17df9e726296723b9d82
+Size (webkitgtk-2.38.4.tar.xz) = 32534100 bytes
 SHA1 (patch-Source_JavaScriptCore_Scripts_check-xcfilelists.sh) = f4f117e6c1cd8eb8e4905f74946e0367156ed528
 SHA1 (patch-Source_JavaScriptCore_Scripts_generate-unified-sources.sh) = 532091a5a3d77a2e380041e7538a0920fced027f
 SHA1 (patch-Source_JavaScriptCore_assembler_ARM64Assembler.h) = 79c282ca90d0ba2ef4769da40d4648f5f709951b


Home | Main Index | Thread Index | Old Index