portaudio: update to 190600.20161030.

This commit is contained in:
Christopher Brannon 2016-11-09 11:41:26 -08:00
parent 3b709f4f3d
commit 518c1aa69e
2 changed files with 11 additions and 4 deletions

View file

@ -1,18 +1,18 @@
# Template file for 'portaudio'
pkgname=portaudio
version=19.20140130
revision=10
version=190600.20161030
revision=1
wrksrc=portaudio
build_style=gnu-configure
configure_args="--enable-cxx --with-jack"
hostmakedepends="automake libtool pkg-config"
makedepends="alsa-lib-devel jack-devel"
homepage="http://www.portaudio.com"
license="PA, GPL"
license="MIT"
short_desc="Portable cross-platform audio I/O library"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="http://www.${pkgname}.com/archives/pa_stable_v${version%.*}_${version#*.}.tgz"
checksum=8fe024a5f0681e112c6979808f684c3516061cc51d3acc0b726af98fc96c8d57
checksum=f5a21d7dcd6ee84397446fa1fa1a0675bb2e8a4a6dceb4305a8404698d8d1513
disable_parallel_build=yes
@ -28,6 +28,10 @@ pre_configure() {
mv depcomp{~,}
}
post_install() {
vlicense LICENSE.txt
}
portaudio-devel_package() {
depends="portaudio>=${version}_${revision}"
short_desc+=" - development files"

3
srcpkgs/portaudio/update Normal file
View file

@ -0,0 +1,3 @@
version="${version/./_}"
site='http://www.portaudio.com/download.html'
pattern='archives/pa_stable_v\K[0-9_]+(?=\.tgz)'