wpewebkit: update to version 2.46.7
authorDaniel Golle <[email protected]>
Sat, 15 Mar 2025 00:28:27 +0000 (00:28 +0000)
committerDaniel Golle <[email protected]>
Fri, 21 Mar 2025 00:20:13 +0000 (00:20 +0000)
Signed-off-by: Daniel Golle <[email protected]>
libs/wpewebkit/Makefile
libs/wpewebkit/patches/100-fix-compile-with-ICU76.patch [deleted file]
libs/wpewebkit/patches/110-fix-gstreamer-id-tracking.patch

index 731c5673b1a08ba48668b0c4c97bdd65cbf734bb..54f80df451036c50c7556159ee190a6dd1cabd50 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=wpewebkit
-PKG_VERSION:=2.46.5
+PKG_VERSION:=2.46.7
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://wpewebkit.org/releases
-PKG_HASH:=2efd4831efcf86e29546c028d6f17a7b775b61b6499ed62399a00da8f06ea456
+PKG_HASH:=cf3e47638595d86de96abdb94db69a836c8aa509fc063be714f52c5a24bb5cd5
 
 PKG_MAINTAINER:=Daniel Golle <[email protected]>
 PKG_LICENSE:=LGPL-2.1-or-later BSD-2-Clause
diff --git a/libs/wpewebkit/patches/100-fix-compile-with-ICU76.patch b/libs/wpewebkit/patches/100-fix-compile-with-ICU76.patch
deleted file mode 100644 (file)
index 0facd94..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/Source/WTF/wtf/Platform.h
-+++ b/Source/WTF/wtf/Platform.h
-@@ -114,7 +114,6 @@
- /* FIXME: This does not belong in Platform.h and should instead be included in another mechanism (compiler option, prefix header, config.h, etc) */
- /* ICU configuration. Some of these match ICU defaults on some platforms, but we would like them consistently set everywhere we build WebKit. */
- #define U_HIDE_DEPRECATED_API 1
--#define U_SHOW_CPLUSPLUS_API 0
- #ifdef __cplusplus
- #define UCHAR_TYPE char16_t
- #endif
index fb4bfe991b62372fdb18ec89ec993a3bc92bd65c..42e05d76981253c577bb060b68adb3e2d6eabbac 100644 (file)
@@ -1,6 +1,6 @@
 --- a/Source/WebCore/platform/graphics/gstreamer/mse/MediaSourcePrivateGStreamer.cpp
 +++ b/Source/WebCore/platform/graphics/gstreamer/mse/MediaSourcePrivateGStreamer.cpp
-@@ -170,6 +170,7 @@ void MediaSourcePrivateGStreamer::startP
+@@ -184,6 +184,7 @@ void MediaSourcePrivateGStreamer::startP
      m_playerPrivate.startSource(tracks);
  }
  
@@ -8,7 +8,7 @@
  TrackID MediaSourcePrivateGStreamer::registerTrackId(TrackID preferredId)
  {
      ASSERT(isMainThread());
-@@ -203,6 +204,7 @@ bool MediaSourcePrivateGStreamer::unregi
+@@ -218,6 +219,7 @@ bool MediaSourcePrivateGStreamer::unregi
  
      return res;
  }