From a29aab258c3d381e238c47aed37f2c7f756823f7 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 05:49:06 +0100 Subject: [PATCH] update to 2.3.2 [release 2.3.2-1mamba;Fri Dec 30 2022] --- libsoundtouch.spec | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/libsoundtouch.spec b/libsoundtouch.spec index 32debc1..40858d5 100644 --- a/libsoundtouch.spec +++ b/libsoundtouch.spec @@ -1,5 +1,5 @@ Name: libsoundtouch -Version: 2.3.1 +Version: 2.3.2 Release: 1mamba Summary: An audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files Group: System/Libraries @@ -7,8 +7,8 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.surina.net/soundtouch/index.html -Source: https://gitlab.com/soundtouch/soundtouch.git/%{version}/soundtouch-%{version}.tar.bz2 -#Source: http://www.surina.net/soundtouch/soundtouch-%{version}.tar.gz +Source: http://www.surina.net/soundtouch/soundtouch-%{version}.tar.gz +#Source: https://gitlab.com/soundtouch/soundtouch.git/%{version}/soundtouch-%{version}.tar.bz2 Patch0: libsoundtouch-1.7.1-autoconf.patch Patch1: libsoundtouch-1.7.1-arm-float_samples.patch License: LGPL @@ -27,7 +27,7 @@ SoundTouch is an open-source audio processing library for changing the Tempo, Pi %package devel Summary: Devel package for libsoundtouch Group: Development/Libraries -Requires: %{name} == %{version} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files: @@ -35,19 +35,21 @@ SoundTouch is an open-source audio processing library for changing the Tempo, Pi * Pitch (key) : Changes the sound pitch or key, without affecting the sound tempo or speed. * Playback Rate : Changes both the sound tempo and pitch, as if an LP disc was played at wrong RPM rate. -This package contains the header files and the static library for development. +This package contains the header files and the static library needed for development. + +%debug_package %prep -%setup -q -n soundtouch-%{version} +%setup -q -n soundtouch #%patch0 -p1 #%patch1 -p1 #% ifnarch %ix86 x86_64 # cc1plus: error: unrecognized command line option "-msse2" #sed -i "s|-msse2||" source/SoundTouch/Makefile.am source/SoundTouch/Makefile.in #% endif +./bootstrap %build -./bootstrap #touch NEWS README AUTHORS ChangeLog #automake --add-missing || true %configure \ @@ -70,22 +72,26 @@ This package contains the header files and the static library for development. %files %defattr(-,root,root) %{_libdir}/libSoundTouch.so.* -%doc README.html +%{_libdir}/libSoundTouchDll.so.* +%doc COPYING.TXT %files devel %defattr(-,root,root) %{_bindir}/soundstretch -#%{_libdir}/libSoundTouch.a -%{_libdir}/libSoundTouch.la -%{_libdir}/libSoundTouch.so %dir %{_includedir}/soundtouch/ %{_includedir}/soundtouch/*.h +%{_includedir}/SoundTouchDLL.h +%{_libdir}/libSoundTouch.so +%{_libdir}/libSoundTouchDll.so %{_libdir}/pkgconfig/*.pc %{_datadir}/aclocal/soundtouch.m4 %dir %{_docdir}/soundtouch %{_docdir}/soundtouch/* %changelog +* Fri Dec 30 2022 Silvan Calarco 2.3.2-1mamba +- update to 2.3.2 + * Tue Sep 07 2021 Automatic Build System 2.3.1-1mamba - automatic version update by autodist