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 <[email protected]> --- Index: packages/libs/libvorbis/Makefile =================================================================== --- packages/libs/libvorbis/Makefile (revision 35725) +++ packages/libs/libvorbis/Makefile (working copy) @@ -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 Index: packages/libs/libvorbis/patches/001-automake-compat.patch =================================================================== --- packages/libs/libvorbis/patches/001-automake-compat.patch (revision 35725) +++ packages/libs/libvorbis/patches/001-automake-compat.patch (working copy) @@ -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 - _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
