Add gst-plugin-base dependency to gst-plugins-good.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@13305 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
ryd 2008-11-21 00:02:51 +00:00
parent 7fec657b5c
commit 279798337a

View File

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=gst-plugins-good
PKG_VERSION:=0.10.10
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-good/
@ -41,7 +41,7 @@ define Package/gst-plugins-good
CATEGORY:=Multimedia
TITLE:=gst-plugins-good
URL:=http://gstreamer.freedesktop.org/
DEPENDS:=+gstreamer +liboil +pango +cairo +libpng +taglib +libspeex +libjpeg +zlib
DEPENDS:=+gstreamer +liboil +pango +cairo +libpng +taglib +libspeex +libjpeg +zlib +gst-plugins-base
endef
define Package/gst-plugins-good/description