[package] disable X support in gst-plugins-base since it included host files and...
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 11 Mar 2009 09:30:09 +0000 (09:30 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 11 Mar 2009 09:30:09 +0000 (09:30 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14846 3c298f89-4303-0410-b956-a3cf2f4a3e73

multimedia/gst-plugins-base/Makefile
multimedia/gst-plugins-base/patches/020-dont_build_docs.patch [new file with mode: 0644]

index 316726c..094c7c4 100644 (file)
@@ -54,6 +54,7 @@ define Build/Configure
                --disable-oggtest \
                --disable-vorbistest \
                --disable-freetypetest \
+               --without-x \
        )
        mkdir -p $(PKG_BUILD_DIR)/bin
        touch $(PKG_BUILD_DIR)/bin/gtkdoc-rebase
diff --git a/multimedia/gst-plugins-base/patches/020-dont_build_docs.patch b/multimedia/gst-plugins-base/patches/020-dont_build_docs.patch
new file mode 100644 (file)
index 0000000..12d004f
--- /dev/null
@@ -0,0 +1,36 @@
+diff -urN gst-plugins-base-0.10.21/Makefile.am gst-plugins-base-0.10.21.new/Makefile.am
+--- gst-plugins-base-0.10.21/Makefile.am       2007-12-18 00:41:14.000000000 +0100
++++ gst-plugins-base-0.10.21.new/Makefile.am   2009-03-11 10:23:14.000000000 +0100
+@@ -11,14 +11,12 @@
+       gst sys $(SUBDIRS_EXT)  \
+       tools                   \
+       tests                   \
+-      docs                    \
+       po                      \
+       common                  \
+       m4                      \
+       pkgconfig
+ DIST_SUBDIRS =                        \
+-      docs                    \
+       gst-libs                \
+       gst sys ext             \
+       tools                   \
+diff -urN gst-plugins-base-0.10.21/Makefile.in gst-plugins-base-0.10.21.new/Makefile.in
+--- gst-plugins-base-0.10.21/Makefile.in       2009-03-11 10:22:56.000000000 +0100
++++ gst-plugins-base-0.10.21.new/Makefile.in   2009-03-11 10:23:08.000000000 +0100
+@@ -359,14 +359,12 @@
+       gst-libs                \
+       gst sys $(SUBDIRS_EXT)  \
+       tools                   \
+-      docs                    \
+       po                      \
+       common                  \
+       m4                      \
+       pkgconfig
+ DIST_SUBDIRS = \
+-      docs                    \
+       gst-libs                \
+       gst sys ext             \
+       tools                   \