Hello community,

here is the log from the commit of package lsp-plugins for openSUSE:Factory 
checked in at 2019-08-27 10:21:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lsp-plugins (Old)
 and      /work/SRC/openSUSE:Factory/.lsp-plugins.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lsp-plugins"

Tue Aug 27 10:21:15 2019 rev:2 rq:725953 version:1.1.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/lsp-plugins/lsp-plugins.changes  2019-07-11 
13:13:12.746878149 +0200
+++ /work/SRC/openSUSE:Factory/.lsp-plugins.new.7948/lsp-plugins.changes        
2019-08-27 10:22:09.143936505 +0200
@@ -1,0 +2,54 @@
+Sun Aug 25 12:14:33 UTC 2019 - Luigi Baldoni <[email protected]>
+
+- Update to version 1.1.10
+  * Implemented 3D reverb simulator plugin series - Room Builder
+    Mono and Room Builder Stereo.
+  * Fixed improper InlineDisplay feature support in LV2 TTL
+    files.
+  * Plugin names now have 'LSP' prefix for the LV2 format.
+  * Each plugin can now provide it's custom UI class which is
+    derived from common plugin's UI class.
+  * Code now compiles for the PPC64 architecture.
+  * Code now compiles for the IBM s390x architecture.
+  * Added command-line option to pass configuration file name
+    for standalone JACK plugins.
+  * The settings stored in configuration file will be
+    automatically loaded at startup.
+  * Updated function signatures for libraries which now support
+    '-fvisibility=hidden' compilation flag.
+  * Added support of nested menus in the UI toolkit.
+  * Added 3D scene rendering support in the UI by using
+    different rendering backends.
+  * Implemented GLX backend based on openGL 2.x for rendering 3D
+    scenes.
+  * Implemented key-value tree storage (KVTStorage) for storing
+    and managing dynamic parameters.
+  * Implemented key-value tree storage (KVTStorage) UI<->DSP
+    synchronization mechanisms.
+  * Implemented key-value tree storage (KVTStorage)
+    serialization/deserialization in parameters.
+  * Implemented key-value tree storage (KVTStorage)
+    serialization/deserialization for the plugin state.
+  * Implemented mechanism for UI<->DSP OSC message interchange.
+  * Added support of OSC protocol messages serialization,
+    deserialization and pattern matching.
+  * Optimized complex number functions for AArch64 architecture.
+  * Changed installation path for jack core library from to
+    /lsp-plugins.
+  * Added more careful file type analysis for non-EXT file
+    systems.
+  * Added support of Hygon Dhyana x86 family CPU optimizations
+    and detection of some other CPU vendors.
+  * Now both release and test binaries are available to build
+    into separate subdirectories independently.
+  * Improved built-in resource generation tool.
+  * Embedded resources are now alphabetically sorted to make the
+    build more deterministic.
+  * Added support of built-in presets for plugin's UI.
+
+- Dropped lsp-plugins-verbose.patch (using a different method to
+  have verbose build)
+
+- Enabled ppc64 build
+
+-------------------------------------------------------------------

Old:
----
  lsp-plugins-1.1.9.tar.gz
  lsp-plugins-verbose.patch

New:
----
  lsp-plugins-1.1.10.tar.gz

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

Other differences:
------------------
++++++ lsp-plugins.spec ++++++
--- /var/tmp/diff_new_pack.WhlZrX/_old  2019-08-27 10:22:10.067936443 +0200
+++ /var/tmp/diff_new_pack.WhlZrX/_new  2019-08-27 10:22:10.067936443 +0200
@@ -17,15 +17,14 @@
 
 
 Name:           lsp-plugins
-Version:        1.1.9
+Version:        1.1.10
 Release:        0
 Summary:        Linux Studio Plugins Project
 License:        LGPL-3.0-only AND Zlib
 Group:          Productivity/Multimedia/Sound/Utilities
 URL:            http://lsp-plug.in/
 Source:         
https://github.com/sadko4u/lsp-plugins/archive/lsp-plugins-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE lsp-plugins-verbose.patch [email protected] -- print 
compiation flags
-Patch0:         lsp-plugins-verbose.patch
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  ladspa
 BuildRequires:  ladspa-devel
@@ -37,7 +36,6 @@
 BuildRequires:  pkgconfig(lv2)
 BuildRequires:  pkgconfig(sndfile)
 BuildRequires:  pkgconfig(x11)
-ExcludeArch:    ppc64 ppc64le
 
 %description
 LSP (Linux Studio Plugins) is a collection of open-source plugins
@@ -55,25 +53,25 @@
 
 %prep
 %setup -q -n %{name}-%{name}-%{version}
-%patch0 -p1
 
 %build
 export PREFIX="%{_prefix}" DOC_PATH="%{_docdir}" LIB_PATH="%{_libdir}"
 export CFLAGS="%{optflags}" CXXFLAGS="%{optflags}"
-make %{?_smp_mflags}
+make %{?_smp_mflags} SHELL="$(which bash) -x"
 
 %install
 export PREFIX="%{_prefix}" DOC_PATH="%{_docdir}" LIB_PATH="%{_libdir}"
 %make_install
-
+%fdupes -s %{buildroot}%{_libdir}
 
 %files
 %license LICENSE.txt
 %{_bindir}/%{name}-*
-%{_libdir}/%{name}-jack-core-%{version}.so
 %{_libdir}/ladspa/%{name}-ladspa.so
+%dir %{_libdir}/%{name}
+%{_libdir}/%{name}/%{name}-jack-core-%{version}.so
+%{_libdir}/%{name}/%{name}-r3d-glx.so
 %{_libdir}/lv2/%{name}.lv2
-# doesn't anything own this?
 %dir %{_libdir}/vst
 %{_libdir}/vst/%{name}-lxvst-%{version}
 

++++++ lsp-plugins-1.1.9.tar.gz -> lsp-plugins-1.1.10.tar.gz ++++++
/work/SRC/openSUSE:Factory/lsp-plugins/lsp-plugins-1.1.9.tar.gz 
/work/SRC/openSUSE:Factory/.lsp-plugins.new.7948/lsp-plugins-1.1.10.tar.gz 
differ: char 15, line 1


Reply via email to