package/jack2: bump to version 1.9.14
Amongst other things, the jack2 waf script has been made compatible with Python3 in this latest release, which makes it possible to be built on py3 See also upstream release notes: - https://github.com/jackaudio/jack2/releases/tag/v1.9.13 - https://github.com/jackaudio/jack2/releases/tag/v1.9.14 Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
2d66602638
commit
f22eaec0c0
package/jack2
@ -1,2 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 deefe2f936dc32f59ad3cef7e37276c2035ef8a024ca92118f35c9a292272e33 jack2-1.9.12.tar.gz
|
||||
sha256 a20a32366780c0061fd58fbb5f09e514ea9b7ce6e53b080a44b11a558a83217c jack2-1.9.14.tar.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
JACK2_VERSION = 1.9.12
|
||||
JACK2_VERSION = 1.9.14
|
||||
JACK2_SITE = $(call github,jackaudio,jack2,v$(JACK2_VERSION))
|
||||
JACK2_LICENSE = GPL-2.0+ (jack server), LGPL-2.1+ (jack library)
|
||||
JACK2_DEPENDENCIES = libsamplerate libsndfile alsa-lib host-python
|
||||
|
Loading…
Reference in New Issue
Block a user