gst-plugins-base: bump version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2012-03-14 18:25:47 +01:00
parent 664260a38f
commit 841a6dc0a9
3 changed files with 7 additions and 27 deletions

View File

@ -1,26 +0,0 @@
[PATCH] disable testchannels example
The testchannels example doesn't build because it forgets to link with
libgstinterfaces. Unfortunately testchannels gets built even though
--disable-examples is used, so instead disable it in Makefile.in
(package doesn't autoreconf cleanly, so don't edit Makefile.am)
Problem is fixed upstream in 0.11 branch (940291dd38be66fa).
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
gst-libs/gst/audio/Makefile.in | 1 -
1 file changed, 1 deletion(-)
Index: gst-plugins-base-0.10.35/gst-libs/gst/audio/Makefile.in
===================================================================
--- gst-plugins-base-0.10.35.orig/gst-libs/gst/audio/Makefile.in
+++ gst-plugins-base-0.10.35/gst-libs/gst/audio/Makefile.in
@@ -45,7 +45,6 @@
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-noinst_PROGRAMS = testchannels$(EXEEXT)
DIST_COMMON = $(libgstaudio_@GST_MAJORMINOR@include_HEADERS) \
$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
$(top_srcdir)/common/gst-glib-gen.mak TODO

View File

@ -3,7 +3,7 @@
# gst-plugins-base
#
#############################################################
GST_PLUGINS_BASE_VERSION = 0.10.35
GST_PLUGINS_BASE_VERSION = 0.10.36
GST_PLUGINS_BASE_SOURCE = gst-plugins-base-$(GST_PLUGINS_BASE_VERSION).tar.bz2
GST_PLUGINS_BASE_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-base
GST_PLUGINS_BASE_INSTALL_STAGING = YES
@ -174,4 +174,10 @@ else
GST_PLUGINS_BASE_CONF_OPT += --disable-vorbis
endif
ifeq ($(BR2_PACKAGE_ZLIB),y)
GST_PLUGINS_BASE_DEPENDENCIES += zlib
else
GST_PLUGINS_BASE_CONF_OPT += --disable-zlib
endif
$(eval $(call AUTOTARGETS))