libvorbis: update to 1.3.4.

This commit is contained in:
Juan RP 2014-01-27 10:29:59 +01:00
parent 224171905e
commit 4145e50375
1 changed files with 5 additions and 5 deletions

View File

@ -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 <xtraeme@gmail.com>"
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() {