|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
Name: soundtouch
|
|
|
|
|
Version: 2.1.1
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Version: 2.0.0
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Audio Processing library for changing Tempo, Pitch and Playback Rates
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
URL: http://www.surina.net/soundtouch/
|
|
|
|
|
Source0: https://gitlab.com/soundtouch/soundtouch/-/archive/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
Source0: http://www.surina.net/soundtouch/%{name}-%{version}.tar.gz
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
BuildRequires: autoconf automake libtool
|
|
|
|
|
|
|
|
|
@ -23,6 +23,7 @@ command-line interface.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Libraries, includes, etc to develop soundtouch applications
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: soundtouch = %{version}-%{release}
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
@ -31,11 +32,12 @@ Libraries, include files, etc you can use to develop soundtouch applications.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
%setup -q -n %{name}
|
|
|
|
|
# Remove -O3 because we have our default optimizations.
|
|
|
|
|
sed -i 's|-O3||' source/SoundTouch/Makefile.*
|
|
|
|
|
sed -i 's|-O3||' source/SoundStretch/Makefile.*
|
|
|
|
|
autoreconf -iv
|
|
|
|
|
|
|
|
|
|
# set correct version for .so build
|
|
|
|
|
%define ltversion %(echo %{version} | tr '.' ':')
|
|
|
|
|
sed -i 's/-rpath $(libdir)/-rpath $(libdir) -version-number %{ltversion}/' \
|
|
|
|
@ -53,7 +55,7 @@ make V=1 %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
|
rm %{buildroot}%{_libdir}/*.la
|
|
|
|
|
|
|
|
|
|
# remove redundant installed docs
|
|
|
|
@ -71,8 +73,9 @@ ln -s soundtouch.pc %{buildroot}%{_libdir}/pkgconfig/soundtouch-1.0.pc
|
|
|
|
|
#echo '#define FLOAT_SAMPLES 1' \
|
|
|
|
|
# > %{buildroot}%{_includedir}/soundtouch/soundtouch_config.h
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
@ -89,49 +92,13 @@ ln -s soundtouch.pc %{buildroot}%{_libdir}/pkgconfig/soundtouch-1.0.pc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.1.1-8
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.1.1-7
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Nov 14 2018 Sérgio Basto <sergio@serjux.com> - 2.1.1-1
|
|
|
|
|
- Update to 2.1.1
|
|
|
|
|
Bugfixes: Fixed potential buffer overwrite bugs in WavFile routines. Replaced asserts with runtime exceptions.
|
|
|
|
|
Android: Migrated the SoundTouch Android example to new Android Studio
|
|
|
|
|
Automake: unset ACLOCAL in bootstrap script to avoid error in case earlier build script has set it
|
|
|
|
|
|
|
|
|
|
* Sat Oct 06 2018 Sérgio Basto <sergio@serjux.com> - 2.1.0-1
|
|
|
|
|
- Update to 2.1.0
|
|
|
|
|
|
|
|
|
|
* Tue Aug 14 2018 Hans de Goede <hdegoede@redhat.com> - 2.0.0-6
|
|
|
|
|
- The last round of security fixes also fixes CVE-2018-14044, CVE-2018-14045
|
|
|
|
|
(rhbz#1601618, rhbz#1601620, rhbz#1601624, rhbz#1601625)
|
|
|
|
|
|
|
|
|
|
* Tue Aug 14 2018 Hans de Goede <hdegoede@redhat.com> - 2.0.0-5
|
|
|
|
|
- Security fix for CVE-2018-1000223 (rhbz#1609193, rhbz#1609194)
|
|
|
|
|
|
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 2.0.0-3
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Thu Jul 05 2018 Hans de Goede <hdegoede@redhat.com> 2.0.0-3
|
|
|
|
|
- Security fix for CVE-2017-9258, CVE-2017-9259, CVE-2017-9260 (rhbz#1475759)
|
|
|
|
|
* Thu Oct 15 2020 Tomas Popela <tpopela@redhat.com> - 2.0.0-3
|
|
|
|
|
- Rebuild for the annobin fixes
|
|
|
|
|
- Remove an unused patch
|
|
|
|
|
- Resolves: rhbz#1704123
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|