updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / f4l / f4l.patch
blob98488b41f5fc0ea9991eccd91f481d212685230f
1 diff -Naur f4l-0.2.1-orig/src/f4lmdoc.cpp f4l-0.2.1/src/f4lmdoc.cpp
2 --- f4l-0.2.1-orig/src/f4lmdoc.cpp 2005-12-21 02:11:31.000000000 +0100
3 +++ f4l-0.2.1/src/f4lmdoc.cpp 2008-06-25 18:12:01.000000000 +0200
4 @@ -21,7 +21,7 @@
5 #include <qwidget.h>
6 #include <qmessagebox.h>
7 #include <qfiledialog.h>
8 -#include <iostream.h>
9 +#include <iostream>
10 #include <qfiledialog.h>
11 #include <qprocess.h> // reading ttf files
12 #include <qimage.h>
13 diff -Naur f4l-0.2.1-orig/src/flagStonePort/transform-cxx-bsd/transform/FSDefineSound.h f4l-0.2.1/src/flagStonePort/transform-cxx-bsd/transform/FSDefineSound.h
14 --- f4l-0.2.1-orig/src/flagStonePort/transform-cxx-bsd/transform/FSDefineSound.h 2005-07-03 21:26:32.000000000 +0200
15 +++ f4l-0.2.1/src/flagStonePort/transform-cxx-bsd/transform/FSDefineSound.h 2008-06-25 18:11:50.000000000 +0200
16 @@ -137,7 +137,7 @@
17 @param bytes the sound data.
18 @param length the number of bytes in the sound data.
20 - FSDefineSound::FSDefineSound(int anIdentifier, int encoding, int rate, int channels, int sampleSize, int count, byte* bytes, size_t length);
21 + FSDefineSound(int anIdentifier, int encoding, int rate, int channels, int sampleSize, int count, byte* bytes, size_t length);
23 FSDefineSound(const FSDefineSound& rhs);
25 diff -Naur f4l-0.2.1-orig/src/flagStonePort/transform-cxx-bsd/transform/FSVector.h f4l-0.2.1/src/flagStonePort/transform-cxx-bsd/transform/FSVector.h
26 --- f4l-0.2.1-orig/src/flagStonePort/transform-cxx-bsd/transform/FSVector.h 2004-11-13 15:55:40.000000000 +0100
27 +++ f4l-0.2.1/src/flagStonePort/transform-cxx-bsd/transform/FSVector.h 2008-06-25 18:11:57.000000000 +0200
28 @@ -32,7 +32,7 @@
29 #define __FSVECTOR_H__ 1
31 #include "FSException.h"
32 -#include <new.h>
33 +#include <new>
35 namespace transform