libvorbis: update to 1.3.4.
This commit is contained in:
parent
224171905e
commit
4145e50375
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'libvorbis'.
|
# Template file for 'libvorbis'.
|
||||||
pkgname=libvorbis
|
pkgname=libvorbis
|
||||||
version=1.3.3
|
version=1.3.4
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="ac_cv_func_memcmp_working=yes"
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="libogg-devel"
|
makedepends="libogg-devel"
|
||||||
short_desc="The Vorbis General Audio Compression Codec"
|
short_desc="The Vorbis General Audio Compression Codec"
|
||||||
|
@ -10,11 +11,10 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://www.xiph.org/vorbis/"
|
homepage="http://www.xiph.org/vorbis/"
|
||||||
distfiles="http://downloads.xiph.org/releases/vorbis/${pkgname}-${version}.tar.gz"
|
distfiles="http://downloads.xiph.org/releases/vorbis/${pkgname}-${version}.tar.gz"
|
||||||
checksum=6d747efe7ac4ad249bf711527882cef79fb61d9194c45b5ca5498aa60f290762
|
checksum=eee09a0a13ec38662ff949168fe897a25d2526529bc7e805305f381c219a1ecb
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.ac
|
autoreconf -fi -I m4
|
||||||
./autogen.sh
|
|
||||||
}
|
}
|
||||||
|
|
||||||
libvorbis-devel_package() {
|
libvorbis-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue