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:
parent
588cc850ae
commit
8df4718864
@ -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>
|
Mon Sep 20 20:15:03 UTC 2021 - Stanislav Brabec <sbrabec@suse.com>
|
||||||
|
|
||||||
|
@ -67,6 +67,7 @@ BuildRequires: pkgconfig(gobject-2.0) >= 2.53.7
|
|||||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.39.0
|
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.39.0
|
||||||
BuildRequires: pkgconfig(graphene-1.0) >= 1.9.1
|
BuildRequires: pkgconfig(graphene-1.0) >= 1.9.1
|
||||||
BuildRequires: pkgconfig(graphene-gobject-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(gstreamer-player-1.0)
|
||||||
BuildRequires: pkgconfig(json-glib-1.0)
|
BuildRequires: pkgconfig(json-glib-1.0)
|
||||||
BuildRequires: pkgconfig(libavfilter)
|
BuildRequires: pkgconfig(libavfilter)
|
||||||
@ -88,6 +89,8 @@ BuildRequires: pkgconfig(xi)
|
|||||||
BuildRequires: pkgconfig(xinerama)
|
BuildRequires: pkgconfig(xinerama)
|
||||||
BuildRequires: pkgconfig(xkbcommon)
|
BuildRequires: pkgconfig(xkbcommon)
|
||||||
BuildRequires: pkgconfig(xrandr) >= 1.2.99
|
BuildRequires: pkgconfig(xrandr) >= 1.2.99
|
||||||
|
# Break up a cycle - we don't need UPnP support at the build time
|
||||||
|
#!Buildignore: libnice10
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GTK+ is a multi-platform toolkit for creating graphical user interfaces.
|
GTK+ is a multi-platform toolkit for creating graphical user interfaces.
|
||||||
|
Loading…
Reference in New Issue
Block a user