mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
gstreamer1 build work in progress
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user