gst-plugins-base: update to 0.10.36

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34521 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2012-12-05 17:31:27 +00:00
parent 779f493b67
commit b80e36e15a

View File

@ -1,5 +1,5 @@
# #
# Copyright (C) 2008-2011 OpenWrt.org # Copyright (C) 2008-2012 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=gst-plugins-base PKG_NAME:=gst-plugins-base
PKG_VERSION:=0.10.29 PKG_VERSION:=0.10.36
PKG_RELEASE:=2 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-base/ PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-base/
PKG_MD5SUM:=d07e251152cccbaa81807c14cf0fd8c0 PKG_MD5SUM:=776c73883e567f67b9c4a2847d8d041a
PKG_BUILD_DEPENDS:= gstreamer liboil PKG_BUILD_DEPENDS:= gstreamer liboil
PKG_CONFIG_DEPENDS:= \ PKG_CONFIG_DEPENDS:= \
@ -175,7 +175,7 @@ define GstBuildLibrary
endef endef
$(eval $(call GstBuildLibrary,app,app,,)) $(eval $(call GstBuildLibrary,app,app,,))
$(eval $(call GstBuildLibrary,audio,audio,interfaces,)) $(eval $(call GstBuildLibrary,audio,audio,interfaces pbutils,))
$(eval $(call GstBuildLibrary,cdda,CDDA,tag,)) $(eval $(call GstBuildLibrary,cdda,CDDA,tag,))
$(eval $(call GstBuildLibrary,fft,FFT,,)) $(eval $(call GstBuildLibrary,fft,FFT,,))
$(eval $(call GstBuildLibrary,interfaces,interfaces,)) $(eval $(call GstBuildLibrary,interfaces,interfaces,))
@ -234,7 +234,7 @@ $(eval $(call GstBuildPlugin,ogg,Ogg,riff tag,,+libogg))
$(eval $(call GstBuildPlugin,playbin,playback,video interfaces pbutils,,)) $(eval $(call GstBuildPlugin,playbin,playback,video interfaces pbutils,,))
$(eval $(call GstBuildPlugin,tcp,TCP,dataprotocol,,)) $(eval $(call GstBuildPlugin,tcp,TCP,dataprotocol,,))
$(eval $(call GstBuildPlugin,theora,Theora,video tag,ogg,+libtheora)) $(eval $(call GstBuildPlugin,theora,Theora,video tag,ogg,+libtheora))
$(eval $(call GstBuildPlugin,typefindfunctions,'typefind' functions,,,)) $(eval $(call GstBuildPlugin,typefindfunctions,'typefind' functions,pbutils,,))
$(eval $(call GstBuildPlugin,videotestsrc,video test,,,+liboil)) $(eval $(call GstBuildPlugin,videotestsrc,video test,,,+liboil))
$(eval $(call GstBuildPlugin,volume,volume,audio controller,,+liboil)) $(eval $(call GstBuildPlugin,volume,volume,audio controller,,+liboil))
$(eval $(call GstBuildPlugin,vorbis,Vorbis,audio tag,ogg,+libvorbis)) $(eval $(call GstBuildPlugin,vorbis,Vorbis,audio tag,ogg,+libvorbis))