[Buildroot] [PATCH 1/1] package/jack2: bump to version 1.9.14

Peter Korsgaard peter at korsgaard.com
Mon Feb 3 18:44:09 UTC 2020


>>>>> "Titouan" == Titouan Christophe <titouan.christophe at railnova.eu> writes:

 > Hello Peter and all,
 > On 2/3/20 6:21 PM, Peter Korsgaard wrote:
 >>>>>>> "titouan" == titouan christophe <titouan.christophe at railnova.eu> writes:
 >> 
 >> > From: Titouan Christophe <titouan.christophe at railnova.eu>
 >> > 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
 >> 
 >> This presumably doesn't help much as long as it has host-python in its
 >> _DEPENDENCIES and our pkg-waf.mk hard codes python2?

 > I actually came up with this version bump while testing to switch the
 > waf-package infrastructure to python3 [1], and in this context jack2
 > 1.9.12 raised some errors from the waf script.

 > I'll look if it's possible to remove that host-python dependency as
 > well later tonight or tomorrow.

Great, thanks ;)

 >> 
 >> Still, bumping the version is fine - So committed, thanks.
 >> 
 >> > -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
 >> 
 >> So if it can

 > Yes we can :-)

Heh - I was going to write something about this host-python
dependency. I guess it comes from the use of waf, but it seems redundant
as pkg-waf.mk already pulls in host-python (or perhaps host-python3 in
the future).

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list