diff --git a/srcpkgs/gst-plugins-base/patches/docs-makefile-fix-for-tab-vs-spaces.diff b/srcpkgs/gst-plugins-base/patches/docs-makefile-fix-for-tab-vs-spaces.diff new file mode 100644 index 0000000000..8dd575423c --- /dev/null +++ b/srcpkgs/gst-plugins-base/patches/docs-makefile-fix-for-tab-vs-spaces.diff @@ -0,0 +1,22 @@ +--- docs/libs/Makefile.in.orig 2010-10-24 18:17:50.476548975 +0200 ++++ docs/libs/Makefile.in 2010-10-24 18:18:01.931680444 +0200 +@@ -955,7 +955,7 @@ dist-hook: dist-check-gtkdoc dist-hook-l + -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ + -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ + cd $(distdir) && rm -f $(DISTCLEANFILES) +- -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html ++ -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html + + .PHONY : dist-hook-local docs + +--- docs/plugins/Makefile.in.orig 2010-10-24 18:20:51.027378905 +0200 ++++ docs/plugins/Makefile.in 2010-10-24 18:21:03.513611634 +0200 +@@ -1101,7 +1101,7 @@ dist-hook: dist-check-gtkdoc dist-hook-l + -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ + -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ + cd $(distdir) && rm -f $(DISTCLEANFILES) +- -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html ++ -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html + + .PHONY : dist-hook-local docs + diff --git a/srcpkgs/gst-plugins-base/template b/srcpkgs/gst-plugins-base/template index fd636ec4a4..e834657780 100644 --- a/srcpkgs/gst-plugins-base/template +++ b/srcpkgs/gst-plugins-base/template @@ -1,12 +1,12 @@ # Template file for 'gst-plugins-base'. pkgname=gst-plugins-base -version=0.10.29 +version=0.10.30 distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.bz2" build_style=gnu_configure configure_args="--enable-experimental --disable-gnome_vfs" short_desc="Core GStreamer libraries and elements" maintainer="pancake " -checksum=ac035cce4d68e2e0b980d3ddb6c74674667cbfde6cddc65e18ea16368d34732c +checksum=63938641380be9935c804ae8d55acdcfd93920ed2deb72dcf70f027a78b085d7 long_desc=" GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything