diff --git a/package/wpewebkit/0001-WPE-Fix-the-build-with-USE_SKIA_OPENTYPE_SVG-ON-and-.patch b/package/wpewebkit/0001-WPE-Fix-the-build-with-USE_SKIA_OPENTYPE_SVG-ON-and-.patch deleted file mode 100644 index 8432543e07..0000000000 --- a/package/wpewebkit/0001-WPE-Fix-the-build-with-USE_SKIA_OPENTYPE_SVG-ON-and-.patch +++ /dev/null @@ -1,44 +0,0 @@ -From 94acd1ce0ff2860b19f22ab2d386d7711c9699b7 Mon Sep 17 00:00:00 2001 -From: Adrian Perez de Castro -Date: Tue, 8 Jul 2025 21:46:44 +0300 -Subject: [PATCH] [WPE] Fix the build with USE_SKIA_OPENTYPE_SVG=ON and - USE_SYSPROF_CAPTURE=OFF - -Unreviewed build fix. - -When backporting 287859@main the #include for the needed Skia header -slipped inside an USE(SYSPROF_CAPTURE) guard. This moves the guards -and #include statements to their correct places. - -* Source/WebKit/WebProcess/wpe/WebProcessMainWPE.cpp: - -Canonical link: https://commits.webkit.org/290945.273@webkitglib/2.48 - -Signed-off-by: Adrian Perez de Castro -Upstream: https://github.com/WebKit/WebKit/commit/943d05f0c9b03c053a456c90c2a8817c1f679711 ---- - Source/WebKit/WebProcess/wpe/WebProcessMainWPE.cpp | 5 +++-- - 1 file changed, 3 insertions(+), 2 deletions(-) - -diff --git a/Source/WebKit/WebProcess/wpe/WebProcessMainWPE.cpp b/Source/WebKit/WebProcess/wpe/WebProcessMainWPE.cpp -index a06e33fd04f8..5fb245ce0b66 100644 ---- a/Source/WebKit/WebProcess/wpe/WebProcessMainWPE.cpp -+++ b/Source/WebKit/WebProcess/wpe/WebProcessMainWPE.cpp -@@ -43,11 +43,12 @@ - #include - #endif - --#if USE(SYSPROF_CAPTURE) --#include - #if USE(SKIA_OPENTYPE_SVG) - #include - #endif -+ -+#if USE(SYSPROF_CAPTURE) -+#include - #endif - - namespace WebKit { --- -2.50.1 - diff --git a/package/wpewebkit/wpewebkit.hash b/package/wpewebkit/wpewebkit.hash index 332fd9deaa..60a51c3e49 100644 --- a/package/wpewebkit/wpewebkit.hash +++ b/package/wpewebkit/wpewebkit.hash @@ -1,7 +1,7 @@ -# From https://wpewebkit.org/releases/wpewebkit-2.48.3.tar.xz.sums -md5 2d3b7fa3c62886546f918fcc289cabbe wpewebkit-2.48.3.tar.xz -sha1 8a90b9ff8809c99c306defc1a08e50a31a09c590 wpewebkit-2.48.3.tar.xz -sha256 807571f07e87823b8fb79564692c9b1ef81ee62edbf51345a15bd0e7e1f2e07b wpewebkit-2.48.3.tar.xz +# From https://wpewebkit.org/releases/wpewebkit-2.50.5.tar.xz.sums +md5 1d81485379005cca0236a278706f194f wpewebkit-2.50.5.tar.xz +sha1 dd56b76eff8ba157a0291c0b61220666eed59313 wpewebkit-2.50.5.tar.xz +sha256 de4bfd20bfc921cdfc77e839ee4da84e2674bcb58b2f916172978d62fa115fc2 wpewebkit-2.50.5.tar.xz # Hashes for license files: sha256 0b5d3a7cc325942567373b0ecd757d07c132e0ebd7c97bfc63f7e1a76094edb4 Source/WebCore/LICENSE-APPLE diff --git a/package/wpewebkit/wpewebkit.mk b/package/wpewebkit/wpewebkit.mk index 31aba2a0b9..03deb6e991 100644 --- a/package/wpewebkit/wpewebkit.mk +++ b/package/wpewebkit/wpewebkit.mk @@ -5,7 +5,7 @@ ################################################################################ # The middle number is even for stable releases, odd for development ones. -WPEWEBKIT_VERSION = 2.48.3 +WPEWEBKIT_VERSION = 2.50.5 WPEWEBKIT_SITE = https://wpewebkit.org/releases WPEWEBKIT_SOURCE = wpewebkit-$(WPEWEBKIT_VERSION).tar.xz WPEWEBKIT_INSTALL_STAGING = YES