[packages/wpe-webkit] upstream fix for icu 76
atler
atler at pld-linux.org
Fri Jan 31 03:22:17 CET 2025
commit 48b51a8d48995b4dbfbb9a4678c47e60229a013f
Author: Jan Palus <atler at pld-linux.org>
Date: Fri Jan 31 01:33:05 2025 +0100
upstream fix for icu 76
icu76.patch | 36 ++++++++++++++++++++++++++++++++++++
wpe-webkit.spec | 8 +++++---
2 files changed, 41 insertions(+), 3 deletions(-)
---
diff --git a/wpe-webkit.spec b/wpe-webkit.spec
index 3218f01..a277bfd 100644
--- a/wpe-webkit.spec
+++ b/wpe-webkit.spec
@@ -28,6 +28,7 @@ Source0: https://wpewebkit.org/releases/wpewebkit-%{version}.tar.lz
Patch0: %{name}-x32.patch
Patch2: %{name}-driver-version-suffix.patch
Patch3: parallel-gir.patch
+Patch4: icu76.patch
URL: https://wpewebkit.org/
BuildRequires: /usr/bin/ld.gold
BuildRequires: EGL-devel
@@ -157,9 +158,10 @@ Dokumentacja API portu WebKitu do WPE.
%prep
%setup -q -n wpewebkit-%{version}
-%patch0 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
%build
%if %{with lowmem}
diff --git a/icu76.patch b/icu76.patch
new file mode 100644
index 0000000..a3d4310
--- /dev/null
+++ b/icu76.patch
@@ -0,0 +1,36 @@
+From aa29001ade54425699e1345ce41bbd227dba805c Mon Sep 17 00:00:00 2001
+From: Don Olmstead <don.olmstead at sony.com>
+Date: Sat, 26 Oct 2024 08:27:01 -0700
+Subject: [PATCH] Cherry-pick 285727 at main (63f7badbada0).
+ https://bugs.webkit.org/show_bug.cgi?id=282120
+
+ Support ICU 76.1 build
+ https://bugs.webkit.org/show_bug.cgi?id=282120
+
+ Reviewed by Yusuke Suzuki.
+
+ In ICU 76.1 an additional macro `U_SHOW_CPLUSPLUS_HEADER_API` was added to
+ control visibility of the C++ API within ICU. Set this value to `0` since WebKit
+ wants to only use the C API.
+
+ * Source/WTF/wtf/Platform.h:
+
+ Canonical link: https://commits.webkit.org/285727@main
+
+Canonical link: https://commits.webkit.org/282416.378@webkitglib/2.46
+---
+ Source/WTF/wtf/Platform.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h
+index 23070df2937ba..51a8dce97755e 100644
+--- a/Source/WTF/wtf/Platform.h
++++ b/Source/WTF/wtf/Platform.h
+@@ -115,6 +115,7 @@
+ /* 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
++#define U_SHOW_CPLUSPLUS_HEADER_API 0
+ #ifdef __cplusplus
+ #define UCHAR_TYPE char16_t
+ #endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/wpe-webkit.git/commitdiff/d4cb695ec4aad5bef560138a984a28034d10ca56
More information about the pld-cvs-commit
mailing list