From: florian Date: Wed, 11 Mar 2009 09:28:41 +0000 (+0000) Subject: [package] don't build gstreamer docs X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=5582cb6183aada0222ac6b3b8754318ee8152e9f;p=packages.git [package] don't build gstreamer docs git-svn-id: svn://svn.openwrt.org/openwrt/packages@14845 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/multimedia/gstreamer/patches/001-no_docs.patch b/multimedia/gstreamer/patches/001-no_docs.patch new file mode 100644 index 000000000..34ca955f8 --- /dev/null +++ b/multimedia/gstreamer/patches/001-no_docs.patch @@ -0,0 +1,37 @@ +diff -urN gstreamer-0.10.21/Makefile.am gstreamer-0.10.21.new/Makefile.am +--- gstreamer-0.10.21/Makefile.am 2008-01-09 14:48:03.000000000 +0100 ++++ gstreamer-0.10.21.new/Makefile.am 2009-03-10 20:07:11.000000000 +0100 +@@ -12,14 +12,12 @@ + + SUBDIRS = \ + gst libs plugins tools tests \ +- docs \ + pkgconfig po \ + common + + # These are all the possible subdirs + DIST_SUBDIRS = \ + gst libs plugins tools tests \ +- docs \ + pkgconfig po \ + common + +diff -urN gstreamer-0.10.21/Makefile.in gstreamer-0.10.21.new/Makefile.in +--- gstreamer-0.10.21/Makefile.in 2008-10-02 23:54:23.000000000 +0200 ++++ gstreamer-0.10.21.new/Makefile.in 2009-03-10 20:07:27.000000000 +0100 +@@ -359,7 +359,6 @@ + aclocal_DATA = gst-element-check-@GST_MAJORMINOR@.m4 + SUBDIRS = \ + gst libs plugins tools tests \ +- docs \ + pkgconfig po \ + common + +@@ -367,7 +366,6 @@ + # These are all the possible subdirs + DIST_SUBDIRS = \ + gst libs plugins tools tests \ +- docs \ + pkgconfig po \ + common +