From 4145e50375d6bfc0017432b96c463a38c2e9a200 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 27 Jan 2014 10:29:59 +0100 Subject: [PATCH] libvorbis: update to 1.3.4. --- srcpkgs/libvorbis/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/libvorbis/template b/srcpkgs/libvorbis/template index 85bb641e14..76db8fecca 100644 --- a/srcpkgs/libvorbis/template +++ b/srcpkgs/libvorbis/template @@ -1,8 +1,9 @@ # Template file for 'libvorbis'. pkgname=libvorbis -version=1.3.3 -revision=3 +version=1.3.4 +revision=1 build_style=gnu-configure +configure_args="ac_cv_func_memcmp_working=yes" hostmakedepends="automake libtool pkg-config" makedepends="libogg-devel" short_desc="The Vorbis General Audio Compression Codec" @@ -10,11 +11,10 @@ maintainer="Juan RP " license="BSD" homepage="http://www.xiph.org/vorbis/" distfiles="http://downloads.xiph.org/releases/vorbis/${pkgname}-${version}.tar.gz" -checksum=6d747efe7ac4ad249bf711527882cef79fb61d9194c45b5ca5498aa60f290762 +checksum=eee09a0a13ec38662ff949168fe897a25d2526529bc7e805305f381c219a1ecb pre_configure() { - sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.ac - ./autogen.sh + autoreconf -fi -I m4 } libvorbis-devel_package() {