rtaudio: update to 5.2.0.

This commit is contained in:
oreo639 2023-02-10 03:04:14 -08:00 committed by classabbyamp
parent fa32e82bd1
commit 29e48cf64b

View file

@ -1,9 +1,9 @@
# Template file for 'rtaudio'
pkgname=rtaudio
version=5.1.0
version=5.2.0
revision=1
build_style=gnu-configure
configure_args="--with-alsa --with-jack --with-pulse"
build_style=meson
configure_args="-Dalsa=enabled -Djack=enabled -Dpulse=enabled"
hostmakedepends="pkg-config"
makedepends="alsa-lib-devel pulseaudio-devel jack-devel"
short_desc="C++ classes for common Linux, MacOS and Windows realtime audio APIs"
@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://www.music.mcgill.ca/~gary/rtaudio/"
distfiles="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-${version}.tar.gz"
checksum=ff138b2b6ed2b700b04b406be718df213052d4c952190280cf4e2fab4b61fe09
checksum=d6089c214e5dbff136ab21f3f5efc284e93475ebd198c54d4b9b6c44419ef4e6
post_install() {
sed -n '/Copyright/,/IN THE SOFTWARE/p' RtAudio.h > LICENSE