Hello community,
here is the log from the commit of package gstreamer-plugins-bad for
openSUSE:Factory checked in at 2015-04-22 01:13:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2015-01-20 19:11:27.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new/gstreamer-plugins-bad.changes
2015-04-22 01:13:31.000000000 +0200
@@ -1,0 +2,8 @@
+Thu Mar 26 17:01:38 UTC 2015 - [email protected]
+
+- Change from simple %defines to %bcond_with/without, as this
+ allows to be set in prjconf without the need to patch the .spec
+ files.
+- Create new subpackage libgstwayland-1_0-0.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-bad.spec ++++++
--- /var/tmp/diff_new_pack.eZUArO/_old 2015-04-22 01:13:32.000000000 +0200
+++ /var/tmp/diff_new_pack.eZUArO/_new 2015-04-22 01:13:32.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package gstreamer-plugins-bad
#
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,8 +20,8 @@
%bcond_with LV2
# Disabled for now in upstream tarball, not ported
-%define build_gstvdp 0
-%define build_wayland 0
+%bcond_with gstvdp
+%bcond_without wayland
Name: gstreamer-plugins-bad
# Patched code is built by default.
@@ -137,7 +137,7 @@
# Not yet in openSUSE
#BuildRequires: pkgconfig(tiger) >= 0.3.2
BuildRequires: pkgconfig(vdpau)
-%if %{build_wayland}
+%if %{with wayland}
BuildRequires: pkgconfig(wayland-client) >= 1.0.0
%endif
BuildRequires: pkgconfig(x11)
@@ -151,7 +151,6 @@
# FIXME: mythtvsrc: Requires gmyth.
# FIXME: nassink: Not in openSUSE
# FIXME: rtmp: Not in openSUSE
-# FIXME: wayland: Requires wayland-client, not yet in openSUSE.
# FIXME: wildmidi: Requires WildMIDI Open Source Midi Synthesizer
# FIXME: zbar: Requires zbar.
# NOTE: acm: Windows ACM library
@@ -283,6 +282,17 @@
videos. Its plug-in-based architecture means that new data types or
processing capabilities can be added simply by installing new plug-ins.
+%package -n libgstwayland-1_0-0
+Summary: GStreamer Streaming-Media Framework Plug-Ins - Wayland backend
+Group: System/Libraries
+
+%description -n libgstwayland-1_0-0
+GStreamer is a streaming media framework based on graphs of filters
+that operate on media data. Applications using this library can do
+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.
+
%package -n libgstcodecparsers-1_0-0
Summary: GStreamer Streaming-Media Framework Plug-Ins
Group: System/Libraries
@@ -351,7 +361,7 @@
Requires: libgstmpegts-1_0-0 = %{version}
Requires: libgstphotography-1_0-0 = %{version}
Requires: libgsturidownloader-1_0-0 = %{version}
-%if %{build_gstvdp}
+%if %{with gstvdp}
Requires: libgstvdp-1_0-0 = %{version}
%endif
@@ -390,7 +400,7 @@
--enable-experimental\
--enable-gtk-doc \
--with-gtk=3.0 \
-%if %{build_wayland}
+%if %{with wayland}
--enable-wayland
%else
--disable-wayland
@@ -599,7 +609,7 @@
%{_libdir}/gstreamer-%{gst_branch}/libgstvideoparsersbad.so
%{_libdir}/gstreamer-%{gst_branch}/libgstvideosignal.so
%{_libdir}/gstreamer-%{gst_branch}/libgstvmnc.so
-%if %{build_wayland}
+%if %{with wayland}
%{_libdir}/gstreamer-%{gst_branch}/libgstwaylandsink.so
%endif
%{_libdir}/gstreamer-%{gst_branch}/libgsty4mdec.so
@@ -670,12 +680,18 @@
%defattr(-, root, root)
%{_libdir}/libgsturidownloader-%{gst_branch}.so.0*
-%if %{build_gstvdp}
+%if %{with gstvdp}
%files -n libgstvdp-1_0-0
%defattr(-, root, root)
%{_libdir}/libgstvdp-%{gst_branch}.so.0*
%endif
+%if %{with wayland}
+%files -n libgstwayland-1_0-0
+%defattr(-,root,root)
+%{_libdir}/libgstwayland-1.0.so.*
+%endif
+
%files devel
%defattr(-, root, root)
%{_includedir}/gstreamer-%{gst_branch}
++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.eZUArO/_old 2015-04-22 01:13:32.000000000 +0200
+++ /var/tmp/diff_new_pack.eZUArO/_new 2015-04-22 01:13:32.000000000 +0200
@@ -10,3 +10,4 @@
libgstphotography-1_0-0
libgsturidownloader-1_0-0
libgstvdp-1_0-0
+libgstwayland-1_0-0