diff options
author | Ted Hess <thess@kitschensync.net> | 2014-08-05 16:13:49 -0400 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2014-08-05 16:33:20 -0400 |
commit | 26ef97123cca2441eb7f483a746b5ada226ac630 (patch) | |
tree | 2201a2b92a3be3c586d470194321e47320866b00 /multimedia/gst1-plugins-ugly/Makefile | |
parent | 195bc823e444f23c6dc280593e824fda1e459331 (diff) |
gstreamer1 build work in progress
Diffstat (limited to 'multimedia/gst1-plugins-ugly/Makefile')
-rw-r--r-- | multimedia/gst1-plugins-ugly/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/gst1-plugins-ugly/Makefile b/multimedia/gst1-plugins-ugly/Makefile index 837ffa1f4..27929d026 100644 --- a/multimedia/gst1-plugins-ugly/Makefile +++ b/multimedia/gst1-plugins-ugly/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2011 OpenWrt.org +# Copyright (C) 2009-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-ugly PKG_VERSION:=1.2.3 PKG_RELEASE:=1 + PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> + PKG_LICENSE:=LGPLv2 PKG_LICENSE_FILE:=COPYING @@ -37,6 +39,7 @@ define Package/gstreamer1/Default SECTION:=multimedia TITLE:=GStreamer URL:=http://gstreamer.freedesktop.org/ + DEPENDS:= $(ICONV_DEPENDS) endef define Package/gstreamer1/description/Default @@ -91,6 +94,7 @@ CONFIGURE_ARGS += \ EXTRA_LDFLAGS+= \ -Wl,-rpath-link=$(STAGING_DIR)/usr/lib \ + $(if $(ICONV_FULL),-liconv) \ define Package/gst1-plugins-ugly/install |