import soundtouch-2.0.0-3.el8
This commit is contained in:
parent
e887bb334e
commit
eb5a45af34
@ -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
|
|
@ -1,12 +1,11 @@
|
|||||||
Name: soundtouch
|
Name: soundtouch
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?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
|
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: http://www.surina.net/soundtouch/%{name}-%{version}.tar.gz
|
||||||
Patch0: soundtouch-1.4.0-x86_64-asm-broken.patch
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: autoconf automake libtool
|
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/SoundTouch/Makefile.*
|
||||||
sed -i 's|-O3||' source/SoundStretch/Makefile.*
|
sed -i 's|-O3||' source/SoundStretch/Makefile.*
|
||||||
autoreconf -iv
|
autoreconf -iv
|
||||||
#why not in x86_64 !?
|
|
||||||
#patch0 -p1
|
|
||||||
|
|
||||||
# set correct version for .so build
|
# set correct version for .so build
|
||||||
%define ltversion %(echo %{version} | tr '.' ':')
|
%define ltversion %(echo %{version} | tr '.' ':')
|
||||||
@ -95,6 +92,11 @@ 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
|
||||||
|
- 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
|
* 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