soundtouch: update to 2.1.0.
This commit is contained in:
parent
3dea6fd5bb
commit
ce6d128e84
|
@ -1,18 +1,17 @@
|
|||
# Template file for 'soundtouch'
|
||||
pkgname=soundtouch
|
||||
version=2.0.0
|
||||
version=2.1.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>"
|
||||
license="LGPL-2.1-only"
|
||||
homepage="http://www.surina.net/soundtouch"
|
||||
license="LGPL-2.1"
|
||||
distfiles="http://www.surina.net/soundtouch/soundtouch-${version}.tar.gz"
|
||||
checksum=d224f7d1421b5f8e74a74c85741345bd9802618a40ae30ce5b427a5705c89d25
|
||||
distfiles="https://gitlab.com/${pkgname}/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=454712b08bf758f6a4c0df8821350c323e5b274443a20e21d193d17c5dc3d0d5
|
||||
|
||||
pre_configure() {
|
||||
sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.ac
|
||||
|
|
Loading…
Reference in New Issue