aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gst1-plugins-base
diff options
context:
space:
mode:
authorTed Hess <thess@kitschensync.net>2014-08-05 16:13:49 -0400
committerTed Hess <thess@kitschensync.net>2014-08-05 16:33:20 -0400
commit26ef97123cca2441eb7f483a746b5ada226ac630 (patch)
tree2201a2b92a3be3c586d470194321e47320866b00 /multimedia/gst1-plugins-base
parent195bc823e444f23c6dc280593e824fda1e459331 (diff)
gstreamer1 build work in progress
Diffstat (limited to 'multimedia/gst1-plugins-base')
-rw-r--r--multimedia/gst1-plugins-base/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/multimedia/gst1-plugins-base/Makefile b/multimedia/gst1-plugins-base/Makefile
index 2b51b106c..2ec63c9b7 100644
--- a/multimedia/gst1-plugins-base/Makefile
+++ b/multimedia/gst1-plugins-base/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2008-2011 OpenWrt.org
+# Copyright (C) 2008-2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -10,7 +10,9 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=gst1-plugins-base
PKG_VERSION:=1.2.3
PKG_RELEASE:=1
+
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
+
PKG_LICENSE:=LGPLv2 GPLv2
PKG_LICENSE_FILE:=COPYING.LIB COPYING
@@ -41,14 +43,12 @@ PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
-# -liconv crept in from pkg-config, to be revisited later
-include $(INCLUDE_DIR)/nls.mk
-
define Package/gstreamer1/Default
CATEGORY:=Multimedia
SECTION:=multimedia
TITLE:=GStreamer
URL:=http://gstreamer.freedesktop.org/
+ DEPENDS:= $(ICONV_DEPENDS)
endef
define Package/gstreamer1/description/Default
@@ -116,6 +116,7 @@ CONFIGURE_ARGS += \
EXTRA_LDFLAGS+= \
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib \
+ $(if $(ICONV_FULL),-liconv) \
define Build/InstallDev