lsp-plugins: upgrade 1.1.17 -> 1.1.19

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 <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2020-04-19 12:38:47 +02:00
parent 12322dfdbc
commit 52bfacc9c7

View File

@@ -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"