From 462c9510539564f9d2bb26e5865cec052b34e5b6 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sat, 15 Mar 2025 00:28:27 +0000 Subject: [PATCH] wpewebkit: update to version 2.46.7 Signed-off-by: Daniel Golle --- libs/wpewebkit/Makefile | 4 ++-- .../wpewebkit/patches/100-fix-compile-with-ICU76.patch | 10 ---------- .../patches/110-fix-gstreamer-id-tracking.patch | 4 ++-- 3 files changed, 4 insertions(+), 14 deletions(-) delete mode 100644 libs/wpewebkit/patches/100-fix-compile-with-ICU76.patch diff --git a/libs/wpewebkit/Makefile b/libs/wpewebkit/Makefile index 731c567..54f80df 100644 --- a/libs/wpewebkit/Makefile +++ b/libs/wpewebkit/Makefile @@ -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 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 index 0facd94..0000000 --- a/libs/wpewebkit/patches/100-fix-compile-with-ICU76.patch +++ /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 diff --git a/libs/wpewebkit/patches/110-fix-gstreamer-id-tracking.patch b/libs/wpewebkit/patches/110-fix-gstreamer-id-tracking.patch index fb4bfe9..42e05d7 100644 --- a/libs/wpewebkit/patches/110-fix-gstreamer-id-tracking.patch +++ b/libs/wpewebkit/patches/110-fix-gstreamer-id-tracking.patch @@ -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; } -- 2.30.2