summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins/files
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gstreamer-plugins/files')
-rw-r--r--multimedia/gstreamer-plugins/files/patch-Makefile.in12
-rw-r--r--multimedia/gstreamer-plugins/files/patch-gst-libs_gst_audio_Makefile.in11
2 files changed, 17 insertions, 6 deletions
diff --git a/multimedia/gstreamer-plugins/files/patch-Makefile.in b/multimedia/gstreamer-plugins/files/patch-Makefile.in
index 7ed1748b3b1e..e20f7d21852b 100644
--- a/multimedia/gstreamer-plugins/files/patch-Makefile.in
+++ b/multimedia/gstreamer-plugins/files/patch-Makefile.in
@@ -1,6 +1,6 @@
---- Makefile.in.orig 2008-10-02 22:46:23.000000000 +0000
-+++ Makefile.in 2008-10-12 17:59:39.000000000 +0000
-@@ -359,19 +359,15 @@
+--- Makefile.in.orig 2009-11-09 10:37:05.000000000 +0100
++++ Makefile.in 2009-11-09 10:37:34.000000000 +0100
+@@ -397,19 +397,15 @@
gst-libs \
gst sys $(SUBDIRS_EXT) \
tools \
@@ -8,10 +8,10 @@
- docs \
po \
common \
- m4 \
- pkgconfig
+ m4
DIST_SUBDIRS = \
+ pkgconfig \
- docs \
gst-libs \
gst sys ext \
@@ -19,4 +19,4 @@
- tests \
po \
common \
- m4 \
+ m4
diff --git a/multimedia/gstreamer-plugins/files/patch-gst-libs_gst_audio_Makefile.in b/multimedia/gstreamer-plugins/files/patch-gst-libs_gst_audio_Makefile.in
new file mode 100644
index 000000000000..ccbc28e5d4aa
--- /dev/null
+++ b/multimedia/gstreamer-plugins/files/patch-gst-libs_gst_audio_Makefile.in
@@ -0,0 +1,11 @@
+--- gst-libs/gst/audio/Makefile.in.orig 2009-08-05 14:51:57.000000000 +0200
++++ gst-libs/gst/audio/Makefile.in 2009-08-05 14:52:32.000000000 +0200
+@@ -932,7 +932,7 @@ uninstall-am: uninstall-libLTLIBRARIES \
+ $^ > $@
+
+ %-enumtypes.c: $(glib_enum_headers)
+- @if test "x$(glib_enum_headers)" == "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
++ @if test "x$(glib_enum_headers)" = "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
+ glib-mkenums \
+ --fhead "#include \"$*-enumtypes.h\"\n$(enum_headers)" \
+ --fprod "\n/* enumerations from \"@filename@\" */" \