From 52bfacc9c7691ae0762da1b618f371512beb4ad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 19 Apr 2020 12:38:47 +0200 Subject: [PATCH] lsp-plugins: upgrade 1.1.17 -> 1.1.19 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From [1] * Updated XDG desktop application integration. * Refactoring of sse::fft functions for better portability between different compilation options. * Fixed bug in asimd::hdotp functions for AArch64 that caused invalid result output. * LV2 UI and standalone JACK plugins are now resizable. * Fixed plugin sizing issues on certain new Linux distributions. * Refactoring and several fixes of decoding and encoding of MIDI protocol messages. * Fixed silent MIDI output for JACK plugins. * Profile binaries are now excluded from release build. [1] https://github.com/sadko4u/lsp-plugins/releases Signed-off-by: Andreas Müller --- recipes-musicians/lsp-plugins/lsp-plugins.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-musicians/lsp-plugins/lsp-plugins.inc b/recipes-musicians/lsp-plugins/lsp-plugins.inc index 2b7e2d3..661b6d7 100644 --- a/recipes-musicians/lsp-plugins/lsp-plugins.inc +++ b/recipes-musicians/lsp-plugins/lsp-plugins.inc @@ -7,8 +7,8 @@ SRC_URI = " \ gitsm://github.com/sadko4u/lsp-plugins.git \ file://0001-Add-missing-dsp-in-SUBDIRS.patch \ " -SRCREV = "6321c2beaacdaf87c944a8a4dd3faf9e6d038d78" +SRCREV = "e2950779c07e35a4f671832fa71642e8e1e0e14e" S = "${WORKDIR}/git" -PV = "1.1.17" +PV = "1.1.19" do_configure[noexec] = "1"