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
This commit is contained in:
Dominique Leuenberger 2021-09-27 06:26:50 +00:00 committed by Git OBS Bridge
parent 588cc850ae
commit 8df4718864
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Sep 23 09:58:14 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <sbrabec@suse.com>

View File

@ -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.