Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lsp-plugins for openSUSE:Factory 
checked in at 2026-06-13 18:48:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lsp-plugins (Old)
 and      /work/SRC/openSUSE:Factory/.lsp-plugins.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lsp-plugins"

Sat Jun 13 18:48:11 2026 rev:49 rq:1359078 version:1.2.31

Changes:
--------
--- /work/SRC/openSUSE:Factory/lsp-plugins/lsp-plugins.changes  2026-04-04 
19:09:56.831348323 +0200
+++ /work/SRC/openSUSE:Factory/.lsp-plugins.new.1981/lsp-plugins.changes        
2026-06-13 18:50:17.828807012 +0200
@@ -1,0 +2,63 @@
+Sat Jun 13 06:47:10 UTC 2026 - Konstantin Voinov <[email protected]>
+
+- update to 1.2.31
+  * In this release we introduce support of PipeWire without and
+    intermediate JACK layer.
+
+  * The overall change list is the following:
+
+  * Added new 'standalone' build feature which now replaces the 'jack'
+    build feature for launching standalone plugins.
+  * The feature 'jack' is now responsible for building JACK audio
+    backend for standalone plugins.
+  * Moved all JACK-related code into a separate lsp-audio-jack module.
+  * Added support of PipeWire audio backend using lsp-audio-pipewire
+  module, new build feature 'pipewire'.
+  * Updated build system: ASAN, CROSS_COMPILE, DEBUG, DEVEL, PROFILE,
+    STRICT, TEST, TRACE makefile flags replaced with 'asan', 'crosscompile',
+    'debug', 'devel', 'profile', 'strict', 'test' and 'trace' FEATURE flags.
+  * Updated makefiles to not to clash with launcher tool on MacOS.
+  * Some fixes arount CLAP plugin format for better support of MacOS
+    (contributed by Benjamin Zeiss @ GitHub).
+  * Added previous and next preset selection in the preset window.
+  * Added possibility to reveal played sample on 'Listen' button press
+    for Sampler, Multisampler and Trigger plugin series.
+  * Updated behaviour of the AudioSample controller when displaying load status
+    to prevent the UI blinking when switching between samples in the file 
navigator.
+  * Extended dynamics range for Gate and Multiband Gate plugin series.
+  * Improved text rendering in hosts that provide their own implementation
+    of FreeType library (like Ardour) by loading the system version of FreeType
+    library if it is available and has greater version number.
+  * Some costmetic changes in text lables of the UI for several plugins.
+  * Re-numbered plugins' parameter labels to start counting parameters with
+    1 for the following plugins:
+    * Artistic Delay;
+    * Crossover;
+    * Dynamics Processor;
+    * Impulse Responses;
+    * Impulse Reverb;
+    * Multiband Compressor;
+    * Multiband Dynamics Processor;
+    * Multiband Expander;
+    * Multiband Gate;
+    * Multiband RingMod Sidechain;
+    * Room Builder;
+    * Slap-Back Delay;
+    * Spectrum Analyzer.
+  * The auto-play and auto-load features in file navigator have been
+    moved into separate 'UI Behavior' options for Impulse Responses
+    and Impulse Reverb Plugin series.
+  * The ComboBox and ComboGroup widgets now properly react on the 'ESC'
+    key pressure and hide the dropdown list when it is open.
+  * Fixed Drag & Drop issue under X11 (contributed by Justin Frankel).
+  * Fixed endless vertical flip of the image on MacOS (contributed by Hoshino 
Lina).
+  * Fixed some bugs in the AudioEnvelope controller that did not allow
+    to fully reset the envelope to defaults.
+  * Fixed out-of-sync event handling for CLAP and VST2 extra UI run loop
+    under Linux when hiding and showing plugin window.
+  * Fixed generic UI failure for CLAP: removed normalization for discrete 
parameters.
+  * Fixed improper handling of plugin factory initialization/finalization
+    for CLAP plugin format (added support of series of initializations and
+    finalizations as it is allowed by CLAP standard).
+
+-------------------------------------------------------------------

Old:
----
  lsp-plugins-src-1.2.29.tar.gz

New:
----
  lsp-plugins-src-1.2.31.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lsp-plugins.spec ++++++
--- /var/tmp/diff_new_pack.VUq1uA/_old  2026-06-13 18:50:18.796847229 +0200
+++ /var/tmp/diff_new_pack.VUq1uA/_new  2026-06-13 18:50:18.800847395 +0200
@@ -22,7 +22,7 @@
 %global _lto_cflags %{?_lto_cflags} -ffat-lto-objects
 
 Name:           lsp-plugins
-Version:        1.2.29
+Version:        1.2.31
 Release:        0
 Summary:        Linux Studio Plugins Project (Stand-alone)
 License:        LGPL-3.0-or-later
@@ -166,7 +166,7 @@
 
 %build
 export CFLAGS="%{optflags}" CXXFLAGS="%{optflags}"
-make config PREFIX="%{_prefix}" LIBDIR="%{_libdir}" SHAREDDIR=%{_datadir} 
FEATURES='vst3 lv2 vst2 clap doc jack ladspa xdg gst ui launcher'
+make config PREFIX="%{_prefix}" LIBDIR="%{_libdir}" SHAREDDIR=%{_datadir} 
FEATURES='vst3 lv2 vst2 clap doc jack standalone ladspa xdg gst ui launcher'
 %make_build
 
 %install
@@ -184,7 +184,8 @@
 %{_bindir}/%{name}
 %{_bindir}/%{name}-*
 %dir %{_libdir}/%{name}
-%{_libdir}/%{name}/liblsp-plugins-jack*.so
+%{_libdir}/%{name}/liblsp-plugins-standalone-%{version}.so
+%{_libdir}/liblsp-audio-jack-lib*.so
 %dir %{_sysconfdir}/xdg
 %dir %{_sysconfdir}/xdg/menus
 %dir %{_sysconfdir}/xdg/menus/applications-merged

++++++ lsp-plugins-src-1.2.29.tar.gz -> lsp-plugins-src-1.2.31.tar.gz ++++++
/work/SRC/openSUSE:Factory/lsp-plugins/lsp-plugins-src-1.2.29.tar.gz 
/work/SRC/openSUSE:Factory/.lsp-plugins.new.1981/lsp-plugins-src-1.2.31.tar.gz 
differ: char 13, line 1

Reply via email to