update to 2.3.2 [release 2.3.2-1mamba;Fri Dec 30 2022]
This commit is contained in:
parent
06c7ae6d0d
commit
a29aab258c
@ -1,5 +1,5 @@
|
|||||||
Name: libsoundtouch
|
Name: libsoundtouch
|
||||||
Version: 2.3.1
|
Version: 2.3.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files
|
Summary: An audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,8 +7,8 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.surina.net/soundtouch/index.html
|
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
|
Patch0: libsoundtouch-1.7.1-autoconf.patch
|
||||||
Patch1: libsoundtouch-1.7.1-arm-float_samples.patch
|
Patch1: libsoundtouch-1.7.1-arm-float_samples.patch
|
||||||
License: LGPL
|
License: LGPL
|
||||||
@ -27,7 +27,7 @@ SoundTouch is an open-source audio processing library for changing the Tempo, Pi
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Devel package for libsoundtouch
|
Summary: Devel package for libsoundtouch
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} == %{version}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files:
|
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.
|
* 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.
|
* 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
|
%prep
|
||||||
%setup -q -n soundtouch-%{version}
|
%setup -q -n soundtouch
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
#%patch1 -p1
|
#%patch1 -p1
|
||||||
#% ifnarch %ix86 x86_64
|
#% ifnarch %ix86 x86_64
|
||||||
# cc1plus: error: unrecognized command line option "-msse2"
|
# cc1plus: error: unrecognized command line option "-msse2"
|
||||||
#sed -i "s|-msse2||" source/SoundTouch/Makefile.am source/SoundTouch/Makefile.in
|
#sed -i "s|-msse2||" source/SoundTouch/Makefile.am source/SoundTouch/Makefile.in
|
||||||
#% endif
|
#% endif
|
||||||
|
./bootstrap
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./bootstrap
|
|
||||||
#touch NEWS README AUTHORS ChangeLog
|
#touch NEWS README AUTHORS ChangeLog
|
||||||
#automake --add-missing || true
|
#automake --add-missing || true
|
||||||
%configure \
|
%configure \
|
||||||
@ -70,22 +72,26 @@ This package contains the header files and the static library for development.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libSoundTouch.so.*
|
%{_libdir}/libSoundTouch.so.*
|
||||||
%doc README.html
|
%{_libdir}/libSoundTouchDll.so.*
|
||||||
|
%doc COPYING.TXT
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/soundstretch
|
%{_bindir}/soundstretch
|
||||||
#%{_libdir}/libSoundTouch.a
|
|
||||||
%{_libdir}/libSoundTouch.la
|
|
||||||
%{_libdir}/libSoundTouch.so
|
|
||||||
%dir %{_includedir}/soundtouch/
|
%dir %{_includedir}/soundtouch/
|
||||||
%{_includedir}/soundtouch/*.h
|
%{_includedir}/soundtouch/*.h
|
||||||
|
%{_includedir}/SoundTouchDLL.h
|
||||||
|
%{_libdir}/libSoundTouch.so
|
||||||
|
%{_libdir}/libSoundTouchDll.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_datadir}/aclocal/soundtouch.m4
|
%{_datadir}/aclocal/soundtouch.m4
|
||||||
%dir %{_docdir}/soundtouch
|
%dir %{_docdir}/soundtouch
|
||||||
%{_docdir}/soundtouch/*
|
%{_docdir}/soundtouch/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.2-1mamba
|
||||||
|
- update to 2.3.2
|
||||||
|
|
||||||
* Tue Sep 07 2021 Automatic Build System <autodist@mambasoft.it> 2.3.1-1mamba
|
* Tue Sep 07 2021 Automatic Build System <autodist@mambasoft.it> 2.3.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user