From 7f58b0254fb9af4602a2f4b370060d409c6c456e Mon Sep 17 00:00:00 2001 From: Ted Hess Date: Wed, 7 Jan 2015 11:39:10 -0500 Subject: [PATCH] libvorbisidec: Update to lastest tremor version (1.0.3) from xiph.org Signed-off-by: Ted Hess --- libs/libvorbisidec/Makefile | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/libs/libvorbisidec/Makefile b/libs/libvorbisidec/Makefile index cb87ee91a..5a026d701 100644 --- a/libs/libvorbisidec/Makefile +++ b/libs/libvorbisidec/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2014 OpenWrt.org +# Copyright (C) 2006-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libvorbisidec -PKG_VERSION:=1.0.2+svn18153 -PKG_RELEASE:=2 +PKG_REV:=20150104 +PKG_VERSION:=1.0.3-$(PKG_REV) +PKG_RELEASE:=1 + +PKG_SOURCE_PROTO:=git +PKG_SOURCE_URL:=git://git.xiph.org/tremor.git +PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) +PKG_SOURCE_VERSION:=b56ffce0c0773ec5ca04c466bc00b1bbcaf65aef +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz + +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz -PKG_SOURCE_URL:=http://ftp.de.debian.org/debian/pool/main/libv/libvorbisidec/ -PKG_MD5SUM:=4190859414c5d6760e316b5cf00fe7c5 PKG_MAINTAINER:=Ted Hess PKG_LICENSE:=BSD-3-Clause @@ -21,6 +27,7 @@ PKG_LICENSE_FILES:=COPYING PKG_FIXUP:=autoreconf PKG_INSTALL:=1 +PKG_USE_MIPS16:=0 include $(INCLUDE_DIR)/package.mk