Hello community,

here is the log from the commit of package zita-convolver for openSUSE:Factory 
checked in at 2018-05-29 10:33:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zita-convolver (Old)
 and      /work/SRC/openSUSE:Factory/.zita-convolver.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zita-convolver"

Tue May 29 10:33:21 2018 rev:1 rq:610665 version:3.1.0

Changes:
--------
New Changes file:

--- /dev/null   2018-05-24 09:31:19.417470950 +0200
+++ /work/SRC/openSUSE:Factory/.zita-convolver.new/zita-convolver.changes       
2018-05-29 10:33:31.981714684 +0200
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Fri Feb 23 00:56:31 UTC 2018 - 9+suse@cirno.systems
+
+- init, 3.1.0

New:
----
  zita-convolver-3.1.0.tar.bz2
  zita-convolver.changes
  zita-convolver.spec

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

Other differences:
------------------
++++++ zita-convolver.spec ++++++
#
# spec file for package zita-convolver
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define soname 3
Name:           zita-convolver
Version:        3.1.0
Release:        0
Summary:        A fast, partitioned convolution engine library
License:        GPL-3.0+
Group:          Development/Libraries/C and C++
URL:            https://kokkinizita.linuxaudio.org/linuxaudio/
Source:         
https://kokkinizita.linuxaudio.org/linuxaudio/downloads/%{name}-%{version}.tar.bz2
BuildRequires:  gcc-c++
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(fftw3f)

%description
Convolution engine based on FFT convolution and using non-uniform partition
sizes: small ones at the start of the IR and building up to the most efficient
size further on. It can perform zero-delay processing with moderate CPU load.

Main features:
  * Any matrix of convolutions between up to up 64 inputs and 64 outputs, as
    long as your CPU(s) can handle it.
  * Allows trading off CPU load to processing delay, and remains efficient even
    when configured for zero delay.
  * Sparse and diagonal matrices are handled as efficiently as dense ones.
    No CPU cycles or memory resources are wasted on empty cells in the matrix,
    nor on empty partitions if IRs are of different length.

%package -n lib%{name}%{soname}
Summary:        A fast, partitioned convolution engine library

%description -n lib%{name}%{soname}
Convolution engine based on FFT convolution and using non-uniform partition
sizes: small ones at the start of the IR and building up to the most efficient
size further on. It can perform zero-delay processing with moderate CPU load.

Main features:
  * Any matrix of convolutions between up to up 64 inputs and 64 outputs, as
    long as your CPU(s) can handle it.
  * Allows trading off CPU load to processing delay, and remains efficient even
    when configured for zero delay.
  * Sparse and diagonal matrices are handled as efficiently as dense ones.
    No CPU cycles or memory resources are wasted on empty cells in the matrix,
    nor on empty partitions if IRs are of different length.

%package -n %{name}-devel
Summary:        Development files for zita-convolver
Requires:       lib%{name}%{soname} = %{version}
Requires:       pkgconfig(fftw3f)

%description -n %{name}-devel
Development package for zita-convolver, a fast, partitioned convolution engine
library.

%prep
%setup -q
sed -i 's,ldconfig,,' libs/Makefile

%build
make -C libs %{?_smp_mflags} CXXFLAGS="%{optflags} -fPIC"

%install
%make_install -C libs PREFIX=%{_prefix} LIBDIR=%{_lib}

%post -n lib%{name}%{soname} -p /sbin/ldconfig
%postun -n lib%{name}%{soname} -p /sbin/ldconfig

%files -n lib%{name}%{soname}
%license COPYING
%{_libdir}/lib%{name}.so.*

%files -n %{name}-devel
%doc README
%{_includedir}/%{name}.h
%{_libdir}/lib%{name}.so

%changelog

Reply via email to