From 86d4a52d2b24f9380395ed554dd65a967393e499 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 11 Mar 2009 09:28:41 +0000 Subject: [PATCH] [package] don't build gstreamer docs SVN-Revision: 14845 --- .../gstreamer/patches/001-no_docs.patch | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 multimedia/gstreamer/patches/001-no_docs.patch diff --git a/multimedia/gstreamer/patches/001-no_docs.patch b/multimedia/gstreamer/patches/001-no_docs.patch new file mode 100644 index 0000000000..34ca955f85 --- /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 + -- 2.30.2