Hello community,
here is the log from the commit of package gstreamer-plugins-vaapi for
openSUSE:Factory checked in at 2018-07-06 10:46:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-vaapi"
Fri Jul 6 10:46:34 2018 rev:30 rq:621082 version:1.14.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi/gstreamer-plugins-vaapi.changes
2018-05-30 12:28:39.519417067 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new/gstreamer-plugins-vaapi.changes
2018-07-06 10:47:58.874827083 +0200
@@ -1,0 +2,6 @@
+Sat Jun 23 22:05:56 UTC 2018 - [email protected]
+
+- Conditionalize wayland support for openSUSE Leap 15 and newer,
+ fix build for SLE 12.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-vaapi.spec ++++++
--- /var/tmp/diff_new_pack.xU6wLH/_old 2018-07-06 10:48:00.082825643 +0200
+++ /var/tmp/diff_new_pack.xU6wLH/_new 2018-07-06 10:48:00.082825643 +0200
@@ -30,7 +30,6 @@
BuildRequires: Mesa-libGLESv3-devel
BuildRequires: gtk-doc
BuildRequires: pkgconfig
-BuildRequires: vaapi-wayland-tools
BuildRequires: yasm
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(gl)
@@ -42,18 +41,21 @@
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(libva) >= 0.30.4
BuildRequires: pkgconfig(libva-drm) >= 0.33.0
-BuildRequires: pkgconfig(libva-glx)
-BuildRequires: pkgconfig(libva-wayland)
BuildRequires: pkgconfig(libva-x11)
BuildRequires: pkgconfig(vpx)
+BuildRequires: pkgconfig(xrandr)
+BuildRequires: pkgconfig(xrender)
+ExclusiveArch: %{ix86} x86_64
+%if 0%{?suse_version} >= 1500
+BuildRequires: vaapi-wayland-tools
+BuildRequires: pkgconfig(libva-glx)
+BuildRequires: pkgconfig(libva-wayland)
BuildRequires: pkgconfig(wayland-client) >= 1.0.2
BuildRequires: pkgconfig(wayland-cursor)
BuildRequires: pkgconfig(wayland-egl)
BuildRequires: pkgconfig(wayland-scanner)
BuildRequires: pkgconfig(wayland-server)
-BuildRequires: pkgconfig(xrandr)
-BuildRequires: pkgconfig(xrender)
-ExclusiveArch: %{ix86} x86_64
+%endif
%description
gstreamer-vaapi is a collection of GStreamer plugins and helper libraries that
allow hardware accelerated video decoding through VA-API.
@@ -76,7 +78,9 @@
--enable-encoders \
--enable-drm \
--enable-glx \
+%if 0%{?suse_version} >= 1500
--enable-wayland \
+%endif
--enable-x11 \
%{nil}
make %{?_smp_mflags}