Hello community,

here is the log from the commit of package gstreamer-plugins-bad for 
openSUSE:Factory checked in at 2016-07-18 21:19:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-bad (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-plugins-bad"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes  
    2016-07-01 09:56:47.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new/gstreamer-plugins-bad.changes
 2016-07-18 21:19:42.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jul 11 14:33:12 UTC 2016 - [email protected]
+
+- Really disable wayland support on SLE12.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gstreamer-plugins-bad.spec ++++++
--- /var/tmp/diff_new_pack.xstNgX/_old  2016-07-18 21:19:43.000000000 +0200
+++ /var/tmp/diff_new_pack.xstNgX/_new  2016-07-18 21:19:43.000000000 +0200
@@ -134,12 +134,14 @@
 # Not yet in openSUSE
 #BuildRequires:  pkgconfig(tiger) >= 0.3.2
 BuildRequires:  pkgconfig(vdpau)
+%if 0%{?is_opensuse}
 BuildRequires:  pkgconfig(wayland-client) >= 1.0.0
 BuildRequires:  pkgconfig(wayland-cursor) >= 1.0
-%if 0%{?suse_version} >= 1320 || 0%{?is_opensuse}
+%if 0%{?suse_version} >= 1320
 BuildRequires:  pkgconfig(wayland-egl) >= 9.0
 BuildRequires:  pkgconfig(wayland-scanner) >= 1.4.0
 %endif
+%endif
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xcb) >= 1.10
 # Not available in SLE
@@ -322,6 +324,7 @@
 videos. Its plug-in-based architecture means that new data types or
 processing capabilities can be added simply by installing new plug-ins.
 
+%if 0%{?is_opensuse}
 %package -n libgstwayland-1_0-0
 Summary:        GStreamer Streaming-Media Framework Plug-Ins - Wayland backend
 Group:          System/Libraries
@@ -332,6 +335,7 @@
 anything media-related,from real-time sound processing to playing
 videos. Its plug-in-based architecture means that new data types or
 processing capabilities can be added simply by installing new plug-ins.
+%endif
 
 %package -n libgstcodecparsers-1_0-0
 Summary:        GStreamer Streaming-Media Framework Plug-Ins
@@ -450,7 +454,11 @@
     --disable-examples\
     --enable-gtk-doc \
     --with-gtk=3.0 \
+%if 0%{?is_opensuse}
     --enable-wayland
+%else
+    --disable-wayland
+%endif
 %__make %{?_smp_mflags}
 
 %install
@@ -498,7 +506,9 @@
 
 %post -n libgstvdp-1_0-0 -p /sbin/ldconfig
 
+%if 0%{?is_opensuse}
 %post -n libgstwayland-1_0-0 -p /sbin/ldconfig
+%endif
 
 %postun -n libgstadaptivedemux-1_0-0 -p /sbin/ldconfig
 
@@ -526,7 +536,9 @@
 
 %postun -n libgstvdp-1_0-0 -p /sbin/ldconfig
 
+%if 0%{?is_opensuse}
 %postun -n libgstwayland-1_0-0 -p /sbin/ldconfig
+%endif
 
 %files
 #    File not found: /usr/lib64/gstreamer-0.10/libgstmetadata.so



Reply via email to