From 8df4718864e9c42277c01ff85942b21e9eb5acc3d324de69f8a76e9812f089f7 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 27 Sep 2021 06:26:50 +0000 Subject: [PATCH 1/2] Accepting request 921163 from GNOME:Next - Add explicit pkgconfig(gstreamer-gl-1.0) BuildRequires: not new, but tested by meson, so let's be explicit about the dependency. - BuildIgnore libnice10: break up a cycle between gssdp/gstreamer and gtk4. OBS-URL: https://build.opensuse.org/request/show/921163 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=74 --- gtk4.changes | 8 ++++++++ gtk4.spec | 3 +++ 2 files changed, 11 insertions(+) diff --git a/gtk4.changes b/gtk4.changes index a86923f..ff17f5d 100644 --- a/gtk4.changes +++ b/gtk4.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Sep 23 09:58:14 UTC 2021 - Dominique Leuenberger + +- Add explicit pkgconfig(gstreamer-gl-1.0) BuildRequires: not new, + but tested by meson, so let's be explicit about the dependency. +- BuildIgnore libnice10: break up a cycle between gssdp/gstreamer + and gtk4. + ------------------------------------------------------------------- Mon Sep 20 20:15:03 UTC 2021 - Stanislav Brabec diff --git a/gtk4.spec b/gtk4.spec index ced9a9a..1015460 100644 --- a/gtk4.spec +++ b/gtk4.spec @@ -67,6 +67,7 @@ BuildRequires: pkgconfig(gobject-2.0) >= 2.53.7 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.39.0 BuildRequires: pkgconfig(graphene-1.0) >= 1.9.1 BuildRequires: pkgconfig(graphene-gobject-1.0) >= 1.9.1 +BuildRequires: pkgconfig(gstreamer-gl-1.0) BuildRequires: pkgconfig(gstreamer-player-1.0) BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(libavfilter) @@ -88,6 +89,8 @@ BuildRequires: pkgconfig(xi) BuildRequires: pkgconfig(xinerama) BuildRequires: pkgconfig(xkbcommon) BuildRequires: pkgconfig(xrandr) >= 1.2.99 +# Break up a cycle - we don't need UPnP support at the build time +#!Buildignore: libnice10 %description GTK+ is a multi-platform toolkit for creating graphical user interfaces. From afa581f8916b25f89e54f6e8dd9fa9b7424ebb569f4166e5c24a52a5a8a667ed Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 27 Sep 2021 18:02:55 +0000 Subject: [PATCH 2/2] Accepting request 921876 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/921876 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=75 --- gtk4.changes | 2 -- gtk4.spec | 2 -- 2 files changed, 4 deletions(-) diff --git a/gtk4.changes b/gtk4.changes index ff17f5d..2427fc1 100644 --- a/gtk4.changes +++ b/gtk4.changes @@ -3,8 +3,6 @@ Thu Sep 23 09:58:14 UTC 2021 - Dominique Leuenberger - Add explicit pkgconfig(gstreamer-gl-1.0) BuildRequires: not new, but tested by meson, so let's be explicit about the dependency. -- BuildIgnore libnice10: break up a cycle between gssdp/gstreamer - and gtk4. ------------------------------------------------------------------- Mon Sep 20 20:15:03 UTC 2021 - Stanislav Brabec diff --git a/gtk4.spec b/gtk4.spec index 1015460..b146f70 100644 --- a/gtk4.spec +++ b/gtk4.spec @@ -89,8 +89,6 @@ BuildRequires: pkgconfig(xi) BuildRequires: pkgconfig(xinerama) BuildRequires: pkgconfig(xkbcommon) BuildRequires: pkgconfig(xrandr) >= 1.2.99 -# Break up a cycle - we don't need UPnP support at the build time -#!Buildignore: libnice10 %description GTK+ is a multi-platform toolkit for creating graphical user interfaces.