All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/jack1: bump to version 0.126
@ 2022-03-28 18:54 Arnout Vandecappelle
  0 siblings, 0 replies; only message in thread
From: Arnout Vandecappelle @ 2022-03-28 18:54 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=a5eefab2d4e211adb51d261700b4022e76c60c20
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

- Switch site to get latest release
- libsndfile and readline are not a dependency since removal of
  example-clients and tools with
  https://github.com/jackaudio/jack1/commit/ca3af4b0d8a8a8fd6c4ae72c24e4df6e18f83af9
- 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>
---
 package/jack1/jack1.hash |  8 ++++----
 package/jack1/jack1.mk   | 14 +++-----------
 2 files changed, 7 insertions(+), 15 deletions(-)

diff --git a/package/jack1/jack1.hash b/package/jack1/jack1.hash
index d7787ac2ad..d82b9daffd 100644
--- a/package/jack1/jack1.hash
+++ b/package/jack1/jack1.hash
@@ -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
diff --git a/package/jack1/jack1.mk b/package/jack1/jack1.mk
index 6dca56001f..4e16d7e96e 100644
--- a/package/jack1/jack1.mk
+++ b/package/jack1/jack1.mk
@@ -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))
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-28 20:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-28 18:54 [Buildroot] [git commit] package/jack1: bump to version 0.126 Arnout Vandecappelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.