Hello community,

here is the log from the commit of package gstreamer-plugins-bad for 
openSUSE:Factory checked in at 2013-03-30 14:57:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-bad (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-plugins-bad", Maintainer is ""

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes  
    2013-03-25 20:29:07.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new/gstreamer-plugins-bad.changes
 2013-03-30 14:57:09.000000000 +0100
@@ -1,0 +2,9 @@
+Wed Mar 27 20:39:38 UTC 2013 - dims...@opensuse.org
+
+- Introduce build_wayland defines (currently set to 0) and
+  conditionally:
+  + Add pkgconfig(wayland-client) BuildRequires.
+  + Pass --enable-wayland (resp. disable-wayland) to configure.
+  + Adjust the files section accordingly.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gstreamer-plugins-bad.spec ++++++
--- /var/tmp/diff_new_pack.bdCXCK/_old  2013-03-30 14:57:11.000000000 +0100
+++ /var/tmp/diff_new_pack.bdCXCK/_new  2013-03-30 14:57:11.000000000 +0100
@@ -21,6 +21,7 @@
 
 # Disabled for now in upstream tarball, not ported
 %define build_gstvdp 0
+%define build_wayland 0
 
 Name:           gstreamer-plugins-bad
 # Patched code is built by default.
@@ -121,6 +122,9 @@
 # Not yet in openSUSE
 #BuildRequires:  pkgconfig(tiger) >= 0.3.2
 BuildRequires:  pkgconfig(vdpau)
+%if %{build_wayland}
+BuildRequires:  pkgconfig(wayland-client) >= 1.0.0
+%endif
 # Not yet in openSUSE
 #BuildRequires:  pkgconfig(wayland-client) >= 0.1
 BuildRequires:  pkgconfig(x11)
@@ -324,7 +328,12 @@
     --disable-examples\
     --enable-experimental\
     --enable-gtk-doc \
-    --with-gtk=3.0
+    --with-gtk=3.0 \
+%if %{build_wayland}
+    --enable-wayland
+%else
+    --disable-wayland
+%endif
 %__make %{?_smp_mflags} V=1
 
 %install
@@ -495,6 +504,9 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstvideoparsersbad.so
 #%{_libdir}/gstreamer-%{gst_branch}/libgstvideosignal.so
 #%{_libdir}/gstreamer-%{gst_branch}/libgstvmnc.so
+%if %{build_wayland}
+%{_libdir}/gstreamer-%{gst_branch}/libgstwaylandsink.so
+%endif
 %{_libdir}/gstreamer-%{gst_branch}/libgsty4mdec.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstresindvd.so
 %if 0%{?BUILD_ORIG}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to