From da006be96e45091db1fe472134df3a7df6e36fb7d2031df20ecb52ed5271f4f1 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 22 Nov 2007 16:55:33 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soundtouch?expand=0&rev=3 --- soundtouch-gcc43-fix.diff | 10 ++++++++++ soundtouch.changes | 5 +++++ soundtouch.spec | 12 ++++++++---- 3 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 soundtouch-gcc43-fix.diff diff --git a/soundtouch-gcc43-fix.diff b/soundtouch-gcc43-fix.diff new file mode 100644 index 0000000..880583f --- /dev/null +++ b/soundtouch-gcc43-fix.diff @@ -0,0 +1,10 @@ +--- source/example/SoundStretch/WavFile.cpp-dist 2007-11-22 13:08:06.000000000 +0100 ++++ source/example/SoundStretch/WavFile.cpp 2007-11-22 13:08:17.000000000 +0100 +@@ -50,6 +50,7 @@ + #include + #include + #include ++#include + + #include "WavFile.h" + diff --git a/soundtouch.changes b/soundtouch.changes index 6e08ab5..abea619 100644 --- a/soundtouch.changes +++ b/soundtouch.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 22 13:10:58 CET 2007 - tiwai@suse.de + +- fix build with gcc 4.3 + ------------------------------------------------------------------- Wed Jul 4 14:33:27 CEST 2007 - tiwai@suse.de diff --git a/soundtouch.spec b/soundtouch.spec index faa2554..ae650a9 100644 --- a/soundtouch.spec +++ b/soundtouch.spec @@ -11,22 +11,23 @@ # norootforbuild Name: soundtouch -License: LGPL v2 or later +License: LGPL v2.1 or later Group: Productivity/Multimedia/Sound/Editors and Convertors -URL: http://www.surina.net/soundtouch +Url: http://www.surina.net/soundtouch Summary: Audio Processing Library Version: 1.3.1 -Release: 3 +Release: 24 BuildRequires: gcc-c++ libstdc++ Source: %{name}-%{version}.tar.bz2 Patch: soundtouch-keep-flags.patch Patch1: soundtouch-no-sse.diff Patch2: soundtouch-sse-automake-add.diff Patch3: soundtouch-autoreconf-fix.diff +Patch4: soundtouch-gcc43-fix.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -SoundTouch is an open-source audio processing library that allows +SoundTouch is an open source audio processing library that allows changing the sound tempo, pitch and playback rate parameters independently from each other. @@ -60,6 +61,7 @@ Authors: %patch2 %endif %patch3 +%patch4 chmod -x README.html for FILE in COPYING.TXT README.html ; do tr -d $'\r\z' <$FILE >$FILE~ @@ -95,6 +97,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %changelog +* Thu Nov 22 2007 - tiwai@suse.de +- fix build with gcc 4.3 * Wed Jul 04 2007 - tiwai@suse.de - fix build with the recent gcc - fix build on architectures without SSE