From c30d029f638ced4bd8601fea88a132352a6d23be610ef14424c00bd0ce3f48f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 28 Nov 2023 13:21:04 +0000 Subject: [PATCH] Accepting request 1129484 from GNOME:Next - Adjust path to (openSUSE renamed) gst-plugin-scanner in the code using sed. OBS-URL: https://build.opensuse.org/request/show/1129484 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/webkit2gtk3?expand=0&rev=434 --- webkit2gtk3.changes | 6 ++++++ webkit2gtk3.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/webkit2gtk3.changes b/webkit2gtk3.changes index 8f8816f..e3956b0 100644 --- a/webkit2gtk3.changes +++ b/webkit2gtk3.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 28 09:52:05 UTC 2023 - Dominique Leuenberger + +- Adjust path to (openSUSE renamed) gst-plugin-scanner in the code + using sed. + ------------------------------------------------------------------- Tue Nov 21 12:20:53 UTC 2023 - Dominique Leuenberger diff --git a/webkit2gtk3.spec b/webkit2gtk3.spec index 2390220..7ab7c96 100644 --- a/webkit2gtk3.spec +++ b/webkit2gtk3.spec @@ -429,6 +429,7 @@ A small test browswer from webkit, useful for testing features. # Expand %%lang_package to Obsoletes its older-name counterpart + %package -n WebKitGTK-%{_apiver}-lang Summary: Translations for package %{name} Group: System/Localization @@ -443,6 +444,8 @@ Provides translations for the "%{name}" package. %prep %autosetup -p1 -n webkitgtk-%{version} +# Adjust path to GStreamer's gst-plugin-scanner (we rename it to - gst-plugin-scanner-%%{_target_cpu} +sed -i 's|/gst-plugin-scanner|/gst-plugin-scanner-%{_target_cpu}|' ./Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp %build # Here we must muzzle our dog so it doesn't eat all the memory