Hello community,
here is the log from the commit of package gstreamer-plugins-base for
openSUSE:Factory checked in at 2019-08-27 15:25:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-base (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-base"
Tue Aug 27 15:25:23 2019 rev:63 rq:725940 version:1.16.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-base/gstreamer-plugins-base.changes
2019-07-31 14:13:18.926912014 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new.7948/gstreamer-plugins-base.changes
2019-08-27 15:25:26.648718327 +0200
@@ -1,0 +2,14 @@
+Mon Aug 19 20:47:06 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Drop pkgconfig(gdk-pixbuf-2.0), pkgconfig(gtk+-3.0) and
+ pkgconfig(gtk+-x11-3.0) BuildRequires and pass --disable-examples
+ to configure (we already do in meson conditional): Only needed to
+ build the examples.
+- Add explicit pkgconfig(wayland-protocols) BuildRequires:
+ Previously pulled in by gtk3 dependency.
+- Add explicit conditional pkgconfig(cairo) BuildRequires for
+ openSUSE versions older than current Tumbleweed, workaround bug
+ in pangocairo dependencies in those releases. Also previously
+ pulled in by gtk3 dependency.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-base.spec ++++++
--- /var/tmp/diff_new_pack.QuRR8j/_old 2019-08-27 15:25:28.160717566 +0200
+++ /var/tmp/diff_new_pack.QuRR8j/_new 2019-08-27 15:25:28.164717564 +0200
@@ -58,10 +58,12 @@
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(alsa) >= 0.9.1
+%if 0%{?suse_version} < 1550
+BuildRequires: pkgconfig(cairo)
+%endif
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(freetype2) >= 2.0.9
BuildRequires: pkgconfig(gbm)
-BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.40
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glesv1_cm)
@@ -69,8 +71,6 @@
BuildRequires: pkgconfig(glib-2.0) >= 2.40
BuildRequires: pkgconfig(gmodule-no-export-2.0)
BuildRequires: pkgconfig(gstreamer-1.0) >= %{version}
-BuildRequires: pkgconfig(gtk+-3.0) >= 3.10
-BuildRequires: pkgconfig(gtk+-x11-3.0) >= 3.0.0
BuildRequires: pkgconfig(gudev-1.0)
BuildRequires: pkgconfig(iso-codes)
BuildRequires: pkgconfig(libdrm) >= 2.4.55
@@ -86,6 +86,7 @@
BuildRequires: pkgconfig(vorbisenc) >= 1.0
BuildRequires: pkgconfig(wayland-client) >= 1.0
BuildRequires: pkgconfig(wayland-cursor) >= 1.0
+BuildRequires: pkgconfig(wayland-protocols)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(x11-xcb)
BuildRequires: pkgconfig(xext)
@@ -488,13 +489,14 @@
%{meson_build}
%else
%configure\
- --with-package-name='openSUSE GStreamer-plugins-base package'\
- --with-package-origin='http://download.opensuse.org'\
- --disable-static\
- --enable-gtk-doc\
- --enable-introspection\
+ --with-package-name='openSUSE GStreamer-plugins-base package' \
+ --with-package-origin='http://download.opensuse.org' \
+ --disable-static \
+ --enable-gtk-doc \
+ --enable-introspection \
+ --disable-examples \
%if 0%{?is_opensuse}
- --enable-orc\
+ --enable-orc \
%endif
%{nil}
%make_build