mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
libmms: Upgrade to 0.6.4, remove uneeded patch, fix build dependencies, add myself as pkg maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2010-2011 OpenWrt.org
|
||||
# Copyright (C) 2010-2014 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
@@ -8,12 +8,13 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libmms
|
||||
PKG_VERSION:=0.6
|
||||
PKG_RELEASE:=1
|
||||
PKG_VERSION:=0.6.4
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@SF/libmms
|
||||
PKG_MD5SUM:=650ad04a4c8bd79246390b81b29680b6
|
||||
PKG_MD5SUM:=d6b665b335a6360e000976e770da7691
|
||||
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
|
||||
|
||||
PKG_LICENSE:=LGPLv2.1
|
||||
PKG_LICENSE_FILES:=COPYING.LIB
|
||||
@@ -30,6 +31,7 @@ define Package/libmms
|
||||
DEPENDS:=+glib2
|
||||
TITLE:=MMS stream protocol library
|
||||
URL:=http://libmms.sourceforge.net
|
||||
DEPENDS:=$(ICONV_DEPENDS)
|
||||
endef
|
||||
|
||||
define Package/libmms/description
|
||||
@@ -40,6 +42,7 @@ define Package/libmms/description
|
||||
endef
|
||||
|
||||
TARGET_CFLAGS += $(FPIC)
|
||||
TARGET_LDFLAGS += $(if $(ICONV_FULL),-liconv)
|
||||
|
||||
define Build/Configure
|
||||
(cd $(PKG_BUILD_DIR); ./autogen.sh );
|
||||
|
||||
Reference in New Issue
Block a user