soundtouch: update to 1.9.0.
This commit is contained in:
parent
387605890f
commit
ada4f97fae
|
@ -1,16 +1,18 @@
|
|||
# Template file for 'soundtouch'
|
||||
pkgname=soundtouch
|
||||
version=1.8.0
|
||||
version=1.9.0
|
||||
revision=1
|
||||
wrksrc=${pkgname}
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-openmp"
|
||||
hostmakedepends="libtool automake pkg-config"
|
||||
makedepends="libgomp-devel"
|
||||
short_desc="SoundTouch Audio Processing Library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.surina.net/soundtouch"
|
||||
license="LGPL-2.1"
|
||||
distfiles="http://www.surina.net/soundtouch/soundtouch-${version}.tar.gz"
|
||||
checksum=3d4161d74ca25c5a98c69dbb8ea10fd2be409ba1a3a0bf81db407c4c261f166b
|
||||
checksum=1fe4fc03cbfe696c1281fd623d089baffe1b70265acc60eac7a6d9b5742971ad
|
||||
|
||||
pre_configure() {
|
||||
sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.ac
|
||||
|
|
Loading…
Reference in New Issue