mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
rtaudio: update to 5.2.0.
This commit is contained in:
parent
fa32e82bd1
commit
29e48cf64b
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'rtaudio'
|
# Template file for 'rtaudio'
|
||||||
pkgname=rtaudio
|
pkgname=rtaudio
|
||||||
version=5.1.0
|
version=5.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=meson
|
||||||
configure_args="--with-alsa --with-jack --with-pulse"
|
configure_args="-Dalsa=enabled -Djack=enabled -Dpulse=enabled"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="alsa-lib-devel pulseaudio-devel jack-devel"
|
makedepends="alsa-lib-devel pulseaudio-devel jack-devel"
|
||||||
short_desc="C++ classes for common Linux, MacOS and Windows realtime audio APIs"
|
short_desc="C++ classes for common Linux, MacOS and Windows realtime audio APIs"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.music.mcgill.ca/~gary/rtaudio/"
|
homepage="http://www.music.mcgill.ca/~gary/rtaudio/"
|
||||||
distfiles="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-${version}.tar.gz"
|
distfiles="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-${version}.tar.gz"
|
||||||
checksum=ff138b2b6ed2b700b04b406be718df213052d4c952190280cf4e2fab4b61fe09
|
checksum=d6089c214e5dbff136ab21f3f5efc284e93475ebd198c54d4b9b6c44419ef4e6
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
sed -n '/Copyright/,/IN THE SOFTWARE/p' RtAudio.h > LICENSE
|
sed -n '/Copyright/,/IN THE SOFTWARE/p' RtAudio.h > LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue