Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-bad for 
openSUSE:Factory checked in at 2015-05-20 23:53:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-bad (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-bad.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-0_10-plugins-bad"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-bad/gstreamer-0_10-plugins-bad.changes
    2015-04-27 12:58:18.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-bad.new/gstreamer-0_10-plugins-bad.changes
       2015-05-20 23:53:45.000000000 +0200
@@ -1,0 +2,7 @@
+Tue May 12 14:06:13 UTC 2015 - joerg.loren...@ki.tng.de
+
+- Added patch gstreamer-0_10-plugins-bad-libvpx.patch to enable
+  build against libvpx >= 1.4, new VPX_ prefixed namespaces are
+  available since libvpx = 0.9.1.
+
+-------------------------------------------------------------------

New:
----
  gstreamer-0_10-plugins-bad-libvpx.patch

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

Other differences:
------------------
++++++ gstreamer-0_10-plugins-bad.spec ++++++
--- /var/tmp/diff_new_pack.pzbGkK/_old  2015-05-20 23:53:46.000000000 +0200
+++ /var/tmp/diff_new_pack.pzbGkK/_new  2015-05-20 23:53:46.000000000 +0200
@@ -60,6 +60,8 @@
 Patch9:         gstreamer-0_10-plugins-neon-0_30.patch
 # PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-bad-mp4-overflow.patch bnc#927559 
mgo...@suse.com -- Fix buffer overflow in mp4 parsing.
 Patch10:        gstreamer-0_10-plugins-bad-mp4-overflow.patch
+# PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-bad-libvpx.patch 
joerg.loren...@ki.tng.de -- Enable build against libvpx >= 1.4.
+Patch11:        gstreamer-0_10-plugins-bad-libvpx.patch
 # Please remove me when slv2 and lv2core are in factory.
 %if %{with LV2}
 BuildRequires:  slv2-devel
@@ -334,6 +336,7 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p0
 
 %build
 autoconf

++++++ gstreamer-0_10-plugins-bad-libvpx.patch ++++++
--- ext/vp8/gstvp8utils.h.orig  2011-12-11 19:49:11.000000000 +0100
+++ ext/vp8/gstvp8utils.h       2015-05-12 14:25:51.584089100 +0200
@@ -25,23 +25,6 @@
 
 G_BEGIN_DECLS
 
-/* Some compatibility defines for older libvpx versions */
-#ifndef VPX_IMG_FMT_I420
-#define VPX_IMG_FMT_I420 IMG_FMT_I420
-#endif
-
-#ifndef VPX_PLANE_Y
-#define VPX_PLANE_Y PLANE_Y
-#endif
-
-#ifndef VPX_PLANE_U
-#define VPX_PLANE_U PLANE_U
-#endif
-
-#ifndef VPX_PLANE_V
-#define VPX_PLANE_V PLANE_V
-#endif
-
 const char * gst_vpx_error_name (vpx_codec_err_t status);
 
 G_END_DECLS

Reply via email to