speexdsp: update to 1.2.0.

This commit is contained in:
Juan RP 2019-07-21 10:16:14 +02:00
parent b9f58f1bb4
commit 9baf4fe352
No known key found for this signature in database
GPG key ID: AF19F6CB482F9368

View file

@ -1,7 +1,7 @@
# Template file for 'speexdsp' # Template file for 'speexdsp'
pkgname=speexdsp pkgname=speexdsp
version=1.2rc3 version=1.2.0
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
short_desc="A free codec for free speech - DSP" short_desc="A free codec for free speech - DSP"
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="http://www.speex.org" homepage="http://www.speex.org"
distfiles="http://downloads.xiph.org/releases/speex/speexdsp-${version}.tar.gz" distfiles="http://downloads.xiph.org/releases/speex/speexdsp-${version}.tar.gz"
checksum=4ae688600039f5d224bdf2e222d2fbde65608447e4c2f681585e4dca6df692f1 checksum=682042fc6f9bee6294ec453f470dadc26c6ff29b9c9e9ad2ffc1f4312fd64771
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
aarch64*) configure_args+=" --disable-neon";; aarch64*) configure_args+=" --disable-neon";;