automatic version update by autodist [release 1.9.1-1mamba;Mon Mar 22 2021]

This commit is contained in:
Automatic Build System 2024-01-05 17:32:26 +01:00
parent 4acd7f33e1
commit 3c425efa5b

View File

@ -1,5 +1,5 @@
Name: rubberband
Version: 1.9.0
Version: 1.9.1
Release: 1mamba
Summary: An audio time-stretching and pitch-shifting library and utility program.
Group: Applications/Multimedia
@ -19,7 +19,6 @@ BuildRequires: libstdc++6-devel
BuildRequires: libvamp-plugin-sdk-devel
## AUTOBUILDREQ-END
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
An audio time-stretching and pitch-shifting library and utility program.
@ -46,17 +45,21 @@ This package contains libraries and header files for developing applications tha
%setup -q
%build
%configure
%make
%make jni
%meson
%meson_build
#% make jni
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall \
INSTALL_LIBDIR=%{_libdir} \
INSTALL_VAMPDIR=%{_libdir}/vamp \
INSTALL_LADSPADIR=%{_libdir}/ladspa \
INSTALL_PKGDIR=%{_libdir}/pkgconfig
%meson_install
#% makeinstall \
# INSTALL_LIBDIR=%{_libdir} \
# INSTALL_VAMPDIR=%{_libdir}/vamp \
# INSTALL_LADSPADIR=%{_libdir}/ladspa \
# INSTALL_PKGDIR=%{_libdir}/pkgconfig
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -71,7 +74,7 @@ This package contains libraries and header files for developing applications tha
%files -n lib%{name}
%defattr(-,root,root)
%{_libdir}/librubberband.so.*
%{_libdir}/librubberband-jni.so
#%{_libdir}/librubberband-jni.so
%{_libdir}/ladspa/ladspa-rubberband.cat
%{_libdir}/ladspa/ladspa-rubberband.so
%{_libdir}/vamp/vamp-rubberband.cat
@ -89,6 +92,9 @@ This package contains libraries and header files for developing applications tha
#%doc README.txt
%changelog
* Mon Mar 22 2021 Automatic Build System <autodist@mambasoft.it> 1.9.1-1mamba
- automatic version update by autodist
* Mon Feb 22 2021 Automatic Build System <autodist@mambasoft.it> 1.9.0-1mamba
- automatic version update by autodist