projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53245ca
)
add missing gst-plugins-good dependencies (#6322)
author
Florian Fainelli
<florian@openwrt.org>
Wed, 16 Dec 2009 23:25:30 +0000
(23:25 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 16 Dec 2009 23:25:30 +0000
(23:25 +0000)
SVN-Revision: 18800
multimedia/gst-plugins-good/Makefile
patch
|
blob
|
history
diff --git
a/multimedia/gst-plugins-good/Makefile
b/multimedia/gst-plugins-good/Makefile
index 25558b005cfc1d47bd2662d44793b304c4a9028b..86fb2cbd06e042ee164ffe243c60c89bf2e5dd5b 100644
(file)
--- 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