gstreamer1: Fix build dependencies - create meta packages as needed
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
parent
258f914c4a
commit
68e213a4e2
3 changed files with 9 additions and 5 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=gst1-libav
|
||||
PKG_VERSION:=1.2.3
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||
|
||||
|
@ -109,7 +109,7 @@ PKG_CONFIG_DEPENDS:= \
|
|||
$(patsubst %,CONFIG_GST1_LIBAV_PARSER_%,$(LIBAV_PARSERS)) \
|
||||
$(patsubst %,CONFIG_GST1_LIBAV_PROTOCOL_%,$(LIBAV_PROTOCOLS))
|
||||
|
||||
PKG_BUILD_DEPENDS:= libstreamer1 gstreamer1-plugins-base
|
||||
PKG_BUILD_DEPENDS:= libgstreamer1 gstreamer1-plugins-base
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/nls.mk
|
||||
|
|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=gst1-plugins-base
|
||||
PKG_VERSION:=1.2.3
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||
|
||||
|
@ -183,9 +183,12 @@ endef
|
|||
|
||||
|
||||
define Package/gst1-plugins-base/install
|
||||
/bin/true
|
||||
true
|
||||
endef
|
||||
|
||||
define Package/gstreamer1-plugins-base/install
|
||||
true
|
||||
endef
|
||||
|
||||
# 1: short name
|
||||
# 2: description
|
||||
|
|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=gstreamer1
|
||||
PKG_VERSION:=1.2.3
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||
|
||||
|
@ -161,6 +161,7 @@ define Package/gstreamer1/install
|
|||
endef
|
||||
|
||||
define Package/gstreamer1-libs/install
|
||||
true
|
||||
endef
|
||||
|
||||
define Package/gstreamer1-utils/install
|
||||
|
|
Loading…
Reference in a new issue