All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/jack1: bump to version 0.126
@ 2022-03-27 19:26 Fabrice Fontaine
  2022-03-28 19:57 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-03-27 19:26 UTC (permalink / raw)
  To: buildroot; +Cc: Adam Heinrich, Fabrice Fontaine

- 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>
---
 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))
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/jack1: bump to version 0.126
  2022-03-27 19:26 [Buildroot] [PATCH 1/1] package/jack1: bump to version 0.126 Fabrice Fontaine
@ 2022-03-28 19:57 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2022-03-28 19:57 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot; +Cc: Adam Heinrich



On 27/03/2022 21:26, Fabrice Fontaine wrote:
> - 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>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   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	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-28 19:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-27 19:26 [Buildroot] [PATCH 1/1] package/jack1: bump to version 0.126 Fabrice Fontaine
2022-03-28 19:57 ` 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.