]> git.pld-linux.org Git - packages/gstreamer0.10-plugins-bad.git/commitdiff
fix build with new make
authorJan Palus <atler@pld-linux.org>
Mon, 18 May 2020 09:23:08 +0000 (11:23 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 18 May 2020 09:23:08 +0000 (11:23 +0200)
gstreamer0.10-plugins-bad.spec
make43.patch [new file with mode: 0644]

index cc5927623bf7ebee19bcd36bfae07730d0f2d897..8cedb5122b2408332be4ef5b4c994f1b07b7ac89 100644 (file)
@@ -52,6 +52,7 @@ Patch11:      gstreamer-common-gtkdoc.patch
 Patch12:       gstreamer-plugins-bad-orc.patch
 Patch13:       openssl.patch
 Patch14:       doc.patch
+Patch15:       make43.patch
 URL:           http://gstreamer.freedesktop.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake >= 1:1.10
@@ -898,6 +899,7 @@ cd common
 cd ..
 %patch13 -p1
 %patch14 -p1
+%patch15 -p1
 
 %build
 %{__libtoolize}
diff --git a/make43.patch b/make43.patch
new file mode 100644 (file)
index 0000000..6f5e3b1
--- /dev/null
@@ -0,0 +1,26 @@
+diff -urN gst-plugins-bad-0.10.23.orig/common/glib-gen.mak gst-plugins-bad-0.10.23/common/glib-gen.mak
+--- gst-plugins-bad-0.10.23.orig/common/glib-gen.mak   2011-12-11 20:19:22.000000000 +0100
++++ gst-plugins-bad-0.10.23/common/glib-gen.mak        2020-05-18 11:18:40.781868402 +0200
+@@ -5,7 +5,8 @@
+ #glib_enum_define=GST_COLOR_BALANCE
+ #glib_enum_prefix=gst_color_balance
+-enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
++H := \#
++enum_headers=$(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
+ # these are all the rules generating the relevant files
+ %-marshal.h: %-marshal.list
+diff -urN gst-plugins-bad-0.10.23.orig/common/gst-glib-gen.mak gst-plugins-bad-0.10.23/common/gst-glib-gen.mak
+--- gst-plugins-bad-0.10.23.orig/common/gst-glib-gen.mak       2011-12-11 20:19:22.000000000 +0100
++++ gst-plugins-bad-0.10.23/common/gst-glib-gen.mak    2020-05-18 11:18:54.668481255 +0200
+@@ -6,7 +6,8 @@
+ #glib_gen_prefix=gst_color_balance
+ #glib_gen_basename=colorbalance
+-enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
++H := \#
++enum_headers=$(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
+ # these are all the rules generating the relevant files
+ $(glib_gen_basename)-marshal.h: $(glib_gen_basename)-marshal.list
This page took 0.134721 seconds and 4 git commands to generate.