From 285df97227b3b5784fac15ec3b0e573cc11719bb Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Mon, 25 Feb 2013 21:04:05 +0000 Subject: [PATCH] libvorbis: version bump to 1.3.3 Update libvorbis to 1.3.3 and switch to the .tar.xz packaging. Drop 001-automake-compat.patch as it's no longer necessary. Signed-off-by: Ian Leonard Signed-off-by: Gabor Juhos SVN-Revision: 35792 --- libs/libvorbis/Makefile | 8 ++++---- libs/libvorbis/patches/001-automake-compat.patch | 10 ---------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/libs/libvorbis/Makefile b/libs/libvorbis/Makefile index ebc6b2c5b1..961c86e309 100644 --- a/libs/libvorbis/Makefile +++ b/libs/libvorbis/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2009 OpenWrt.org +# Copyright (C) 2008-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libvorbis -PKG_VERSION:=1.2.3 +PKG_VERSION:=1.3.3 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://downloads.xiph.org/releases/vorbis/ -PKG_MD5SUM:=5aa77f55c0e0aab8eb8ed982335daac8 +PKG_MD5SUM:=71b649d3e08e63ece16649df906ce8b9 PKG_LICENSE:=BSD-3c PKG_LICENSE_FILES:=COPYING diff --git a/libs/libvorbis/patches/001-automake-compat.patch b/libs/libvorbis/patches/001-automake-compat.patch index 29d85c163f..e69de29bb2 100644 --- a/libs/libvorbis/patches/001-automake-compat.patch +++ b/libs/libvorbis/patches/001-automake-compat.patch @@ -1,10 +0,0 @@ ---- a/Makefile.am -+++ b/Makefile.am -@@ -1,6 +1,7 @@ - ## Process this file with automake to produce Makefile.in - - AUTOMAKE_OPTIONS = 1.6 foreign dist-zip dist-bzip2 -+ACLOCAL_AMFLAGS = -I m4 - - SUBDIRS = m4 include vq lib examples test doc - -- 2.30.2