summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-08-28 02:56:51 +0200
committerManuel Rüger <mrueg@gentoo.org>2015-08-28 02:56:51 +0200
commitbab476943fa6331d335022fc20da707721b4600f (patch)
tree38fa1e545b946a4693f48268a9137ddef6e5f185 /media-sound/sndpeek/files
parentmedia-sound/timidity++: Remove old (diff)
downloadgentoo-bab476943fa6331d335022fc20da707721b4600f.tar.gz
gentoo-bab476943fa6331d335022fc20da707721b4600f.tar.bz2
gentoo-bab476943fa6331d335022fc20da707721b4600f.zip
media-sound/sndpeek: Remove old
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'media-sound/sndpeek/files')
-rw-r--r--media-sound/sndpeek/files/sndpeek-1.3-gcc-4.3.patch26
-rw-r--r--media-sound/sndpeek/files/sndpeek-1.3-gcc-4.4.patch11
2 files changed, 0 insertions, 37 deletions
diff --git a/media-sound/sndpeek/files/sndpeek-1.3-gcc-4.3.patch b/media-sound/sndpeek/files/sndpeek-1.3-gcc-4.3.patch
deleted file mode 100644
index dcaa930440d4..000000000000
--- a/media-sound/sndpeek/files/sndpeek-1.3-gcc-4.3.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff -ru sndpeek-1.3~/src/marsyas/LPC.h sndpeek-1.3/src/marsyas/LPC.h
---- sndpeek-1.3~/src/marsyas/LPC.h 2008-06-28 12:37:05.000000000 +0200
-+++ sndpeek-1.3/src/marsyas/LPC.h 2008-06-28 12:37:15.000000000 +0200
-@@ -35,7 +35,7 @@
- #include "MagFFT.h"
- #include "fvec.h"
- #include "fmatrix.h"
--#include <math.h>
-+#include <cstdlib>
- #include "AutoCorrelation.h"
- #include "MarSignal.h"
-
-diff -ru sndpeek-1.3~/src/sndpeek/RtAudio.h sndpeek-1.3/src/sndpeek/RtAudio.h
---- sndpeek-1.3~/src/sndpeek/RtAudio.h 2008-06-28 12:37:05.000000000 +0200
-+++ sndpeek-1.3/src/sndpeek/RtAudio.h 2008-06-28 12:37:15.000000000 +0200
-@@ -43,8 +43,9 @@
- #define __RTAUDIO_H
-
- #include "RtError.h"
--#include <string>
-+#include <cstring>
- #include <vector>
-+#include <cstdlib>
- using namespace std;
-
- // Operating system dependent thread functionality.
diff --git a/media-sound/sndpeek/files/sndpeek-1.3-gcc-4.4.patch b/media-sound/sndpeek/files/sndpeek-1.3-gcc-4.4.patch
deleted file mode 100644
index d92bcdddf3b2..000000000000
--- a/media-sound/sndpeek/files/sndpeek-1.3-gcc-4.4.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ur sndpeek-1.3.orig/src/sndpeek/RtAudio.cpp sndpeek-1.3/src/sndpeek/RtAudio.cpp
---- sndpeek-1.3.orig/src/sndpeek/RtAudio.cpp 2006-01-14 01:38:54.000000000 +0200
-+++ sndpeek-1.3/src/sndpeek/RtAudio.cpp 2009-06-06 10:58:48.000000000 +0300
-@@ -40,6 +40,7 @@
- // RtAudio: Version 3.0.1, 22 March 2004
-
- #include "RtAudio.h"
-+#include <cstdio>
- #include <iostream>
-
- // Static variable definitions.