]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/commitdiff
- added glib2_32.patch
authorSzymon Siwek <sls@pld-linux.org>
Tue, 1 May 2012 11:37:19 +0000 (11:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glib2_32.patch -> 1.1
    gstreamer-plugins-bad.spec -> 1.107

glib2_32.patch [new file with mode: 0644]
gstreamer-plugins-bad.spec

diff --git a/glib2_32.patch b/glib2_32.patch
new file mode 100644 (file)
index 0000000..6ef626c
--- /dev/null
@@ -0,0 +1,24 @@
+--- gst-plugins-bad-0.10.23/ext/spc/tag.c.orig 2012-05-01 11:03:52.249682126 +0200
++++ gst-plugins-bad-0.10.23/ext/spc/tag.c      2012-05-01 11:04:32.379676085 +0200
+@@ -16,10 +16,7 @@
+  * Boston, MA 02111-1307, USA.
+  */
+-#include <glib/gstring.h>
+-#include <glib/gtypes.h>
+-#include <glib/gmem.h>
+-#include <glib/gprintf.h>
++#include <glib.h>
+ #include <tag.h>
+ #include <string.h>
+--- gst-plugins-bad-0.10.23/ext/spc/tag.h.orig 2012-05-01 11:03:56.579680685 +0200
++++ gst-plugins-bad-0.10.23/ext/spc/tag.h      2012-05-01 11:04:14.333847263 +0200
+@@ -16,7 +16,6 @@
+  * Boston, MA 02111-1307, USA.
+  */
+-#include <glib/gtypes.h>
+ #include <glib.h>
+ typedef struct
index 43428a3ec71c54fc4194e9a975732b6c30ce3c7f..443ac57f817b3ae1a05c2da440897da45b1c9d48 100644 (file)
@@ -40,6 +40,7 @@ Patch0:               %{name}-libdts.patch
 Patch1:                %{name}-divx4linux.patch
 Patch2:                %{name}-timidity.patch
 Patch3:                %{name}-nas.patch
+Patch4:                glib2_32.patch
 URL:           http://gstreamer.freedesktop.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake >= 1:1.10
@@ -813,6 +814,7 @@ Wtyczka do GStreamera skanujÄ…ca kody kreskowe.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %{__libtoolize}
This page took 0.58822 seconds and 4 git commands to generate.