From 29e48cf64b6a527ff11225a97a3607bab72b7a1c Mon Sep 17 00:00:00 2001 From: oreo639 Date: Fri, 10 Feb 2023 03:04:14 -0800 Subject: [PATCH] rtaudio: update to 5.2.0. --- srcpkgs/rtaudio/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/rtaudio/template b/srcpkgs/rtaudio/template index 359e0ebb3f5..480fd71330f 100644 --- a/srcpkgs/rtaudio/template +++ b/srcpkgs/rtaudio/template @@ -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 " 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