From: Florian Fainelli Date: Wed, 16 Dec 2009 23:25:30 +0000 (+0000) Subject: add missing gst-plugins-good dependencies (#6322) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=081af8fefb30616a2fe4c7bfadc16db754b46415;p=openwrt%2Fsvn-archive%2Fpackages.git add missing gst-plugins-good dependencies (#6322) SVN-Revision: 18800 --- diff --git a/multimedia/gst-plugins-good/Makefile b/multimedia/gst-plugins-good/Makefile index 25558b005..86fb2cbd0 100644 --- a/multimedia/gst-plugins-good/Makefile +++ b/multimedia/gst-plugins-good/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gst-plugins-good PKG_VERSION:=0.10.17 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-good/ @@ -36,7 +36,7 @@ EXTRA_LDFLAGS+= \ define Package/gst-plugins-good/Default SECTION:=multimedia CATEGORY:=Multimedia - DEPENDS:=+gstreamer +gst-plugins-base + DEPENDS:=+gstreamer +gst-plugins-base-libgsttag +gst-plugins-base-libgstpbutils TITLE:=gst-plugins-good URL:=http://gstreamer.freedesktop.org/ endef