From 3d198001a222d85cd3a5b8c9f7081887ae7279fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 20 Jul 2021 08:14:04 +0200 Subject: [PATCH] jack: upgrade 1.19.18 -> 1.19.19 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes: * Add jack_position_t::tick_double, and flags around it * Add zalsa "-w" argument to wait for soundcard to be available * Bump internal protocol version to 9 (due to struct alignment) * Fix alignment of fields for atomic accesses * Fix build for platforms needing __STDC_FORMAT_MACROS * Fix compilation of documentation Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../jack/{jack_1.19.18.bb => jack_1.19.19.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-multimedia/jack/{jack_1.19.18.bb => jack_1.19.19.bb} (97%) diff --git a/meta-oe/recipes-multimedia/jack/jack_1.19.18.bb b/meta-oe/recipes-multimedia/jack/jack_1.19.19.bb similarity index 97% rename from meta-oe/recipes-multimedia/jack/jack_1.19.18.bb rename to meta-oe/recipes-multimedia/jack/jack_1.19.19.bb index 038e9ce114..934e994e54 100644 --- a/meta-oe/recipes-multimedia/jack/jack_1.19.18.bb +++ b/meta-oe/recipes-multimedia/jack/jack_1.19.19.bb @@ -17,7 +17,7 @@ DEPENDS = "libsamplerate0 libsndfile1 readline" SRC_URI = "git://github.com/jackaudio/jack2.git \ file://0001-example-clients-Use-c-compiler-for-jack_simdtests.patch \ " -SRCREV = "5041ab0fe7fb719efa5122386d355397289a91f0" +SRCREV = "3e6ca6b734b69e2f5dfb85935068e15006fb5acf" S = "${WORKDIR}/git"