summaryrefslogtreecommitdiffstats
path: root/redhat/applications/amarok/amarok-1.4.8-gcc43.patch
diff options
context:
space:
mode:
authorFrançois Andriot <[email protected]>2019-11-03 10:14:46 +0100
committerFrançois Andriot <[email protected]>2019-11-03 11:16:29 +0100
commitc3350bda33cd4e47c3d13eb7c9dcea757b2a5ec0 (patch)
tree05b16c4c316aad9b0572275b8c32868b2aef7965 /redhat/applications/amarok/amarok-1.4.8-gcc43.patch
parentc9bb196e3bc20aef636c7478727f24aa7656b3cf (diff)
downloadtde-packaging-c3350bda33cd4e47c3d13eb7c9dcea757b2a5ec0.tar.gz
tde-packaging-c3350bda33cd4e47c3d13eb7c9dcea757b2a5ec0.zip
RPM: remove lots of obsolete 3.5.13.x files
Diffstat (limited to 'redhat/applications/amarok/amarok-1.4.8-gcc43.patch')
-rw-r--r--redhat/applications/amarok/amarok-1.4.8-gcc43.patch79
1 files changed, 0 insertions, 79 deletions
diff --git a/redhat/applications/amarok/amarok-1.4.8-gcc43.patch b/redhat/applications/amarok/amarok-1.4.8-gcc43.patch
deleted file mode 100644
index 8b0c78133..000000000
--- a/redhat/applications/amarok/amarok-1.4.8-gcc43.patch
+++ /dev/null
@@ -1,79 +0,0 @@
-diff -up amarok-1.4.8/amarok/src/metadata/mp4/mp4file.cpp.gcc43 amarok-1.4.8/amarok/src/metadata/mp4/mp4file.cpp
---- amarok-1.4.8/amarok/src/metadata/mp4/mp4file.cpp.gcc43 2007-12-17 09:53:19.000000000 -0600
-+++ amarok-1.4.8/amarok/src/metadata/mp4/mp4file.cpp 2008-02-21 21:05:18.000000000 -0600
-@@ -30,6 +30,7 @@ email : [email protected]
- #include <audioproperties.h>
-
- #include <stdint.h>
-+#include <cstdlib>
-
- #define MP4V2_HAS_WRITE_BUG 1
-
-diff -up amarok-1.4.8/amarok/src/metadata/mp4/taglib_mp4filetyperesolver.cpp.gcc43 amarok-1.4.8/amarok/src/metadata/mp4/taglib_mp4filetyperesolver.cpp
---- amarok-1.4.8/amarok/src/metadata/mp4/taglib_mp4filetyperesolver.cpp.gcc43 2007-12-17 09:53:19.000000000 -0600
-+++ amarok-1.4.8/amarok/src/metadata/mp4/taglib_mp4filetyperesolver.cpp 2008-02-21 21:05:18.000000000 -0600
-@@ -24,6 +24,7 @@
-
- #include "taglib_mp4filetyperesolver.h"
- #include "mp4file.h"
-+#include <cstring>
-
- TagLib::File *MP4FileTypeResolver::createFile(const char *fileName,
- bool readProperties,
-diff -up amarok-1.4.8/amarok/src/metadata/mp4/mp4tag.cpp.gcc43 amarok-1.4.8/amarok/src/metadata/mp4/mp4tag.cpp
---- amarok-1.4.8/amarok/src/metadata/mp4/mp4tag.cpp.gcc43 2007-12-17 09:53:19.000000000 -0600
-+++ amarok-1.4.8/amarok/src/metadata/mp4/mp4tag.cpp 2008-02-21 21:05:18.000000000 -0600
-@@ -24,6 +24,8 @@ email : andrew.leadbetter
-
- #include <tag.h>
- #include <stdint.h>
-+#include <cstdlib>
-+#include <cstring>
-
- using namespace TagLib;
-
-diff -up amarok-1.4.8/amarok/src/metadata/mp4/mp4properties.cpp.gcc43 amarok-1.4.8/amarok/src/metadata/mp4/mp4properties.cpp
---- amarok-1.4.8/amarok/src/metadata/mp4/mp4properties.cpp.gcc43 2007-12-17 09:53:19.000000000 -0600
-+++ amarok-1.4.8/amarok/src/metadata/mp4/mp4properties.cpp 2008-02-21 21:05:18.000000000 -0600
-@@ -30,6 +30,7 @@ email : andrew.leadbetter
- #endif
-
- #include <stdint.h>
-+#include <cstring>
-
- #ifndef UINT64_TO_DOUBLE
- #define UINT64_TO_DOUBLE(a) ((double)((int64_t)(a)))
-diff -up amarok-1.4.8/amarok/src/engine/helix/hxplayercontrol.cpp.gcc43 amarok-1.4.8/amarok/src/engine/helix/hxplayercontrol.cpp
---- amarok-1.4.8/amarok/src/engine/helix/hxplayercontrol.cpp.gcc43 2007-12-17 09:53:18.000000000 -0600
-+++ amarok-1.4.8/amarok/src/engine/helix/hxplayercontrol.cpp 2008-02-21 21:07:10.000000000 -0600
-@@ -15,6 +15,8 @@
- the alsa guys
- ***************************************************************************/
-
-+#include <cstdlib>
-+#include <cstring>
- #include <sys/time.h>
- #include <sys/types.h>
- #include <sys/wait.h>
-diff -up amarok-1.4.8/amarok/src/engine/helix/helix-sp/helix-sp.h.gcc43 amarok-1.4.8/amarok/src/engine/helix/helix-sp/helix-sp.h
---- amarok-1.4.8/amarok/src/engine/helix/helix-sp/helix-sp.h.gcc43 2007-12-17 09:53:18.000000000 -0600
-+++ amarok-1.4.8/amarok/src/engine/helix/helix-sp/helix-sp.h 2008-02-21 21:07:54.000000000 -0600
-@@ -23,6 +23,7 @@ class HelixSimplePlayerAudioStreamInfoRe
- #include <limits.h>
- #include <sys/param.h>
- #include <pthread.h>
-+#include <cstring>
- #include <vector>
- #include <config.h>
- #include <iostream>
-diff -up amarok-1.4.8/amarok/src/engine/helix/helix-engine.cpp.gcc43 amarok-1.4.8/amarok/src/engine/helix/helix-engine.cpp
---- amarok-1.4.8/amarok/src/engine/helix/helix-engine.cpp.gcc43 2007-12-17 09:53:18.000000000 -0600
-+++ amarok-1.4.8/amarok/src/engine/helix/helix-engine.cpp 2008-02-21 21:09:38.000000000 -0600
-@@ -15,6 +15,7 @@
- #include <climits>
- #include <cmath>
- #include <stdarg.h>
-+#include <cstring>
-
- #include <config.h>
-