Compare commits
No commits in common. "c8" and "c9-beta" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/soundtouch-2.0.0.tar.gz
|
SOURCES/soundtouch-2.1.1.tar.gz
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
a6829c6b00b8ea684a4998929b1ad05adac449f7 SOURCES/soundtouch-2.0.0.tar.gz
|
a4fdc81f381e91b1c53270f066efa4c68a2c70b6 SOURCES/soundtouch-2.1.1.tar.gz
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
Name: soundtouch
|
Name: soundtouch
|
||||||
Version: 2.0.0
|
Version: 2.1.1
|
||||||
Release: 3%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: Audio Processing library for changing Tempo, Pitch and Playback Rates
|
Summary: Audio Processing library for changing Tempo, Pitch and Playback Rates
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
|
||||||
URL: http://www.surina.net/soundtouch/
|
URL: http://www.surina.net/soundtouch/
|
||||||
Source0: http://www.surina.net/soundtouch/%{name}-%{version}.tar.gz
|
Source0: https://gitlab.com/soundtouch/soundtouch/-/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
|
|
||||||
@ -23,7 +23,6 @@ command-line interface.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Libraries, includes, etc to develop soundtouch applications
|
Summary: Libraries, includes, etc to develop soundtouch applications
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: soundtouch = %{version}-%{release}
|
Requires: soundtouch = %{version}-%{release}
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
|
|
||||||
@ -32,12 +31,11 @@ Libraries, include files, etc you can use to develop soundtouch applications.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}
|
%autosetup -p1
|
||||||
# Remove -O3 because we have our default optimizations.
|
# Remove -O3 because we have our default optimizations.
|
||||||
sed -i 's|-O3||' source/SoundTouch/Makefile.*
|
sed -i 's|-O3||' source/SoundTouch/Makefile.*
|
||||||
sed -i 's|-O3||' source/SoundStretch/Makefile.*
|
sed -i 's|-O3||' source/SoundStretch/Makefile.*
|
||||||
autoreconf -iv
|
autoreconf -iv
|
||||||
|
|
||||||
# set correct version for .so build
|
# set correct version for .so build
|
||||||
%define ltversion %(echo %{version} | tr '.' ':')
|
%define ltversion %(echo %{version} | tr '.' ':')
|
||||||
sed -i 's/-rpath $(libdir)/-rpath $(libdir) -version-number %{ltversion}/' \
|
sed -i 's/-rpath $(libdir)/-rpath $(libdir) -version-number %{ltversion}/' \
|
||||||
@ -55,7 +53,7 @@ make V=1 %{?_smp_mflags}
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
%make_install
|
||||||
rm %{buildroot}%{_libdir}/*.la
|
rm %{buildroot}%{_libdir}/*.la
|
||||||
|
|
||||||
# remove redundant installed docs
|
# remove redundant installed docs
|
||||||
@ -73,9 +71,8 @@ ln -s soundtouch.pc %{buildroot}%{_libdir}/pkgconfig/soundtouch-1.0.pc
|
|||||||
#echo '#define FLOAT_SAMPLES 1' \
|
#echo '#define FLOAT_SAMPLES 1' \
|
||||||
# > %{buildroot}%{_includedir}/soundtouch/soundtouch_config.h
|
# > %{buildroot}%{_includedir}/soundtouch/soundtouch_config.h
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -92,10 +89,49 @@ ln -s soundtouch.pc %{buildroot}%{_libdir}/pkgconfig/soundtouch-1.0.pc
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Oct 15 2020 Tomas Popela <tpopela@redhat.com> - 2.0.0-3
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.1.1-8
|
||||||
- Rebuild for the annobin fixes
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
- Remove an unused patch
|
Related: rhbz#1991688
|
||||||
- Resolves: rhbz#1704123
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* 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)
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-2
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user