~ubuntu-branches/ubuntu/gutsy/ecasound2.2/gutsy

« back to all changes in this revision

Viewing changes to debian/patches/13_gcc4.3.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2007-04-22 01:25:44 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070422012544-lugfjb034udblalb
Tags: 2.4.5-1
* new upstream release
* build-depend on texlive
* pbuilder-test: error code changed from '-1' to '1', so update test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 13_gcc4.3.dpatch by Martin Michlmayr <tbm@cyrius.com>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: GCC 4.3: missing #includes
 
6
 
 
7
@DPATCH@
 
8
diff -urNad ecasound2.2-2.4.4~/ecasound/eca-curses.cpp ecasound2.2-2.4.4/ecasound/eca-curses.cpp
 
9
--- ecasound2.2-2.4.4~/ecasound/eca-curses.cpp  2005-07-11 01:16:27.000000000 +0900
 
10
+++ ecasound2.2-2.4.4/ecasound/eca-curses.cpp   2007-04-11 08:45:02.848849021 +0900
 
11
@@ -24,6 +24,7 @@
 
12
 #include <config.h>
 
13
 #endif
 
14
 
 
15
+#include <cstdlib>
 
16
 #include <iostream>
 
17
 #include <map>
 
18
 #include <string>
 
19
diff -urNad ecasound2.2-2.4.4~/ecasound/ecasound.cpp ecasound2.2-2.4.4/ecasound/ecasound.cpp
 
20
--- ecasound2.2-2.4.4~/ecasound/ecasound.cpp    2006-01-23 01:11:22.000000000 +0900
 
21
+++ ecasound2.2-2.4.4/ecasound/ecasound.cpp     2007-04-11 08:45:02.848849021 +0900
 
22
@@ -24,6 +24,7 @@
 
23
 #include <config.h>
 
24
 #endif
 
25
 
 
26
+#include <cstdlib>
 
27
 #include <iostream>
 
28
 #include <string>
 
29
 #include <vector>
 
30
diff -urNad ecasound2.2-2.4.4~/ecatools/ecasignalview.cpp ecasound2.2-2.4.4/ecatools/ecasignalview.cpp
 
31
--- ecasound2.2-2.4.4~/ecatools/ecasignalview.cpp       2005-11-12 07:08:18.000000000 +0900
 
32
+++ ecasound2.2-2.4.4/ecatools/ecasignalview.cpp        2007-04-11 08:45:02.848849021 +0900
 
33
@@ -23,6 +23,7 @@
 
34
 #include <config.h>
 
35
 #endif
 
36
 
 
37
+#include <cstdlib>
 
38
 #include <iostream>
 
39
 #include <string>
 
40
 #include <vector>
 
41
diff -urNad ecasound2.2-2.4.4~/ecatools/ecicpp_helpers.cpp ecasound2.2-2.4.4/ecatools/ecicpp_helpers.cpp
 
42
--- ecasound2.2-2.4.4~/ecatools/ecicpp_helpers.cpp      2006-01-23 10:23:48.000000000 +0900
 
43
+++ ecasound2.2-2.4.4/ecatools/ecicpp_helpers.cpp       2007-04-11 08:45:02.848849021 +0900
 
44
@@ -17,6 +17,7 @@
 
45
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 
46
 // ------------------------------------------------------------------------
 
47
 
 
48
+#include <cstdlib>
 
49
 #include <iostream>
 
50
 #include <string>
 
51
 #include <vector>
 
52
diff -urNad ecasound2.2-2.4.4~/libecasound/audioio-db-server.cpp ecasound2.2-2.4.4/libecasound/audioio-db-server.cpp
 
53
--- ecasound2.2-2.4.4~/libecasound/audioio-db-server.cpp        2005-08-21 17:39:12.000000000 +0900
 
54
+++ ecasound2.2-2.4.4/libecasound/audioio-db-server.cpp 2007-04-11 08:45:02.847849174 +0900
 
55
@@ -24,6 +24,7 @@
 
56
 #include <config.h>
 
57
 #endif
 
58
 
 
59
+#include <cstdlib>
 
60
 #include <iostream>
 
61
 #include <string>
 
62
 
 
63
diff -urNad ecasound2.2-2.4.4~/libecasound/audioio-forked-stream.cpp ecasound2.2-2.4.4/libecasound/audioio-forked-stream.cpp
 
64
--- ecasound2.2-2.4.4~/libecasound/audioio-forked-stream.cpp    2005-01-06 17:37:27.000000000 +0900
 
65
+++ ecasound2.2-2.4.4/libecasound/audioio-forked-stream.cpp     2007-04-11 08:45:02.846849326 +0900
 
66
@@ -25,6 +25,7 @@
 
67
 #include <config.h>
 
68
 #endif
 
69
 
 
70
+#include <cstdlib>
 
71
 #include <vector>
 
72
 #include <string>
 
73
 #include <cstring>
 
74
diff -urNad ecasound2.2-2.4.4~/libecasound/audioio-loop.cpp ecasound2.2-2.4.4/libecasound/audioio-loop.cpp
 
75
--- ecasound2.2-2.4.4~/libecasound/audioio-loop.cpp     2004-12-16 08:27:04.000000000 +0900
 
76
+++ ecasound2.2-2.4.4/libecasound/audioio-loop.cpp      2007-04-11 08:45:02.846849326 +0900
 
77
@@ -20,6 +20,7 @@
 
78
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 
79
 // ------------------------------------------------------------------------
 
80
 
 
81
+#include <cstdlib>
 
82
 #include <string>
 
83
 
 
84
 #include <kvu_dbc.h>
 
85
diff -urNad ecasound2.2-2.4.4~/libecasound/eca-audio-time.cpp ecasound2.2-2.4.4/libecasound/eca-audio-time.cpp
 
86
--- ecasound2.2-2.4.4~/libecasound/eca-audio-time.cpp   2004-11-03 08:34:59.000000000 +0900
 
87
+++ ecasound2.2-2.4.4/libecasound/eca-audio-time.cpp    2007-04-11 08:45:02.847849174 +0900
 
88
@@ -18,6 +18,7 @@
 
89
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 
90
 // ------------------------------------------------------------------------
 
91
 
 
92
+#include <cstdlib>
 
93
 #include <cstdio>
 
94
 #include <cmath>
 
95
 
 
96
diff -urNad ecasound2.2-2.4.4~/libecasound/eca-chainsetup-bufparams.cpp ecasound2.2-2.4.4/libecasound/eca-chainsetup-bufparams.cpp
 
97
--- ecasound2.2-2.4.4~/libecasound/eca-chainsetup-bufparams.cpp 2004-11-03 08:34:58.000000000 +0900
 
98
+++ ecasound2.2-2.4.4/libecasound/eca-chainsetup-bufparams.cpp  2007-04-11 08:45:02.847849174 +0900
 
99
@@ -20,6 +20,8 @@
 
100
 #include <kvu_utils.h> /* kvu_get_argument_number */
 
101
 #include <kvu_numtostr.h>
 
102
 
 
103
+#include <cstdlib>
 
104
+
 
105
 #include "eca-chainsetup-bufparams.h"
 
106
 
 
107
 ECA_CHAINSETUP_BUFPARAMS::ECA_CHAINSETUP_BUFPARAMS(void) {
 
108
diff -urNad ecasound2.2-2.4.4~/libecasound/midi-server.cpp ecasound2.2-2.4.4/libecasound/midi-server.cpp
 
109
--- ecasound2.2-2.4.4~/libecasound/midi-server.cpp      2005-09-02 02:47:07.000000000 +0900
 
110
+++ ecasound2.2-2.4.4/libecasound/midi-server.cpp       2007-04-11 08:45:02.847849174 +0900
 
111
@@ -24,6 +24,7 @@
 
112
 #include <config.h>
 
113
 #endif
 
114
 
 
115
+#include <cstdlib>
 
116
 #include <iostream>
 
117
 
 
118
 #include <unistd.h>
 
119
diff -urNad ecasound2.2-2.4.4~/libecasound/osc-gen-file.cpp ecasound2.2-2.4.4/libecasound/osc-gen-file.cpp
 
120
--- ecasound2.2-2.4.4~/libecasound/osc-gen-file.cpp     2004-12-16 08:35:09.000000000 +0900
 
121
+++ ecasound2.2-2.4.4/libecasound/osc-gen-file.cpp      2007-04-11 08:45:02.847849174 +0900
 
122
@@ -20,6 +20,7 @@
 
123
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 
124
 // ------------------------------------------------------------------------
 
125
 
 
126
+#include <cstdlib>
 
127
 #include <vector>
 
128
 #include <string>
 
129
 
 
130
diff -urNad ecasound2.2-2.4.4~/libecasound/preset.cpp ecasound2.2-2.4.4/libecasound/preset.cpp
 
131
--- ecasound2.2-2.4.4~/libecasound/preset.cpp   2006-01-23 04:06:25.000000000 +0900
 
132
+++ ecasound2.2-2.4.4/libecasound/preset.cpp    2007-04-11 08:45:02.847849174 +0900
 
133
@@ -21,6 +21,7 @@
 
134
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 
135
 // ------------------------------------------------------------------------
 
136
 
 
137
+#include <cstdlib>
 
138
 #include <iostream>
 
139
 #include <vector>
 
140
 #include <string>