From 9c7650658605bee8933ca194fe7a297f1799b4f3 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 16 Dec 2009 23:25:30 +0000 Subject: [PATCH] [package] add missing gst-plugins-good dependencies (#6322) SVN-Revision: 18800 --- multimedia/gst-plugins-good/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/gst-plugins-good/Makefile b/multimedia/gst-plugins-good/Makefile index 25558b005c..86fb2cbd06 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 -- 2.30.2