import soundtouch-2.0.0-3.el8

This commit is contained in:
CentOS Sources 2021-05-18 02:39:36 -04:00 committed by Andrew Lukoshko
parent fe7bca072c
commit 47c33cccfa
2 changed files with 6 additions and 16 deletions

View File

@ -1,12 +0,0 @@
diff -up soundtouch/include/STTypes.h~ soundtouch/include/STTypes.h
--- soundtouch/include/STTypes.h~ 2009-01-25 17:32:53.000000000 +0100
+++ soundtouch/include/STTypes.h 2009-02-14 22:22:37.000000000 +0100
@@ -87,7 +87,7 @@ namespace soundtouch
#endif
- #if (WIN32 || __i386__ || __x86_64__)
+ #if (WIN32 || __i386__)
/// Define this to allow X86-specific assembler/intrinsic optimizations.
/// Notice that library contains also usual C++ versions of each of these
/// these routines, so if you're having difficulties getting the optimized

View File

@ -1,12 +1,11 @@
Name: soundtouch
Version: 2.0.0
Release: 2%{?dist}
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: http://www.surina.net/soundtouch/%{name}-%{version}.tar.gz
Patch0: soundtouch-1.4.0-x86_64-asm-broken.patch
BuildRequires: gcc-c++
BuildRequires: autoconf automake libtool
@ -38,8 +37,6 @@ Libraries, include files, etc you can use to develop soundtouch applications.
sed -i 's|-O3||' source/SoundTouch/Makefile.*
sed -i 's|-O3||' source/SoundStretch/Makefile.*
autoreconf -iv
#why not in x86_64 !?
#patch0 -p1
# set correct version for .so build
%define ltversion %(echo %{version} | tr '.' ':')
@ -95,6 +92,11 @@ ln -s soundtouch.pc %{buildroot}%{_libdir}/pkgconfig/soundtouch-1.0.pc
%changelog
* 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