package/jack1: bump to version 0.126

- Switch site to get latest release
- libsndfile and readline are not a dependency since removal of
  example-clients and tools with
  ca3af4b0d8
- Update indentation in hash file (two spaces)

https://jackaudio.org/news/2022/01/15/jack1-v01260-and-jack2-v1920-releases.html

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Fabrice Fontaine 2022-03-27 21:26:13 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 97abb7a8d5
commit a5eefab2d4
2 changed files with 7 additions and 15 deletions

View File

@ -1,5 +1,5 @@
# Locally computed
sha256 3517b5bff82139a76b2b66fe2fd9a3b34b6e594c184f95a988524c575b11d444 jack-audio-connection-kit-0.125.0.tar.gz
sha256 661fe53a7e3fce790b185e35c60b7ed80d7efdf25fd7df5af6814a9a215a538f COPYING
sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670 COPYING.GPL
sha256 ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140 COPYING.LGPL
sha256 7b290e9dc7b9262ac328d41eef80c1053c97013efacbefa30477cb9b2a5445ea jack1-0.126.0.tar.gz
sha256 661fe53a7e3fce790b185e35c60b7ed80d7efdf25fd7df5af6814a9a215a538f COPYING
sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670 COPYING.GPL
sha256 ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140 COPYING.LGPL

View File

@ -4,9 +4,9 @@
#
################################################################################
JACK1_VERSION = 0.125.0
JACK1_SOURCE = jack-audio-connection-kit-$(JACK1_VERSION).tar.gz
JACK1_SITE = http://jackaudio.org/downloads
JACK1_VERSION = 0.126.0
JACK1_SITE = \
https://github.com/jackaudio/jack1/releases/download/$(JACK1_VERSION)
JACK1_LICENSE = GPL-2.0+ (jack server), LGPL-2.1+ (jack library)
JACK1_LICENSE_FILES = COPYING COPYING.GPL COPYING.LGPL
JACK1_INSTALL_STAGING = YES
@ -17,14 +17,6 @@ ifeq ($(BR2_PACKAGE_LIBSAMPLERATE),y)
JACK1_DEPENDENCIES += libsamplerate
endif
ifeq ($(BR2_PACKAGE_LIBSNDFILE),y)
JACK1_DEPENDENCIES += libsndfile
endif
ifeq ($(BR2_PACKAGE_READLINE),y)
JACK1_DEPENDENCIES += readline
endif
JACK1_CONF_OPTS = --without-html-dir --disable-oss
$(eval $(autotools-package))