[package] add missing gst-plugins-good dependencies (#6322)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 16 Dec 2009 23:25:30 +0000 (23:25 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 16 Dec 2009 23:25:30 +0000 (23:25 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18800 3c298f89-4303-0410-b956-a3cf2f4a3e73

multimedia/gst-plugins-good/Makefile

index 25558b0..86fb2cb 100644 (file)
@@ -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