mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
rtmidi: update to 6.0.0
This commit is contained in:
parent
93e38950ce
commit
c72d6d9c6f
2 changed files with 5 additions and 5 deletions
|
@ -2977,7 +2977,7 @@ libPocoCrypto.so.94 poco-1.12.4_1
|
||||||
libPtex.so ptex-2.3.2_1
|
libPtex.so ptex-2.3.2_1
|
||||||
libopenblas.so.0 openblas-0.2.19_1
|
libopenblas.so.0 openblas-0.2.19_1
|
||||||
librtaudio.so.6 rtaudio-5.1.0_1
|
librtaudio.so.6 rtaudio-5.1.0_1
|
||||||
librtmidi.so.5 rtmidi-4.0.0_1
|
librtmidi.so.7 rtmidi-6.0.0_1
|
||||||
libbiblesync.so.2.1.0 biblesync-2.1.0_1
|
libbiblesync.so.2.1.0 biblesync-2.1.0_1
|
||||||
libbac-9.4.2.so bacula-common-9.4.2_4
|
libbac-9.4.2.so bacula-common-9.4.2_4
|
||||||
libbaccfg-9.4.2.so bacula-common-9.4.2_4
|
libbaccfg-9.4.2.so bacula-common-9.4.2_4
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'rtmidi'
|
# Template file for 'rtmidi'
|
||||||
pkgname=rtmidi
|
pkgname=rtmidi
|
||||||
version=4.0.0
|
version=6.0.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-alsa --with-jack"
|
configure_args="--with-alsa --with-jack"
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
makedepends="alsa-lib-devel jack-devel"
|
makedepends="alsa-lib-devel jack-devel"
|
||||||
short_desc="C++ classes for realtime MIDI input/output"
|
short_desc="C++ classes for realtime MIDI input/output"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="MIT"
|
license="custom:RtMidi"
|
||||||
homepage="http://www.music.mcgill.ca/~gary/rtmidi/"
|
homepage="http://www.music.mcgill.ca/~gary/rtmidi/"
|
||||||
distfiles="https://github.com/thestk/rtmidi/archive/${version}.tar.gz"
|
distfiles="https://github.com/thestk/rtmidi/archive/${version}.tar.gz"
|
||||||
checksum=d32de9ceebf6d969537e9a9720925a1ac7f6a8bc4ac4ce7c58c01434f4e54f44
|
checksum=ef7bcda27fee6936b651c29ebe9544c74959d0b1583b716ce80a1c6fea7617f0
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -n '/Copyright (c)/,$ p' < README.md > LICENSE
|
sed -n '/Copyright (c)/,$ p' < README.md > LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue