wok view cinepaint/stuff/cinepaint-0.22.1-gcc43.patch @ rev 11339

libpng: Make sure $PATCH is in $SOURCES_REPOSITORY.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Nov 26 03:56:37 2011 +0000 (2011-11-26)
parents
children
line source
1 Index: cinepaint-0.22-1/plug-ins/bracketing_to_hdr/br_core/ResponseSolver.hpp
2 ===================================================================
3 --- cinepaint-0.22-1.orig/plug-ins/bracketing_to_hdr/br_core/ResponseSolver.hpp
4 +++ cinepaint-0.22-1/plug-ins/bracketing_to_hdr/br_core/ResponseSolver.hpp
5 @@ -34,6 +34,7 @@
8 #include <fstream>
9 +#include <cstring>
10 #include "TNT/tnt_misc.hpp" // proof_least_square_fit()
11 #include "TNT/tnt_stopwatch.hpp"
12 #include "TNT/jama_qr.hpp" // JAMA::QR
13 Index: cinepaint-0.22-1/plug-ins/bracketing_to_hdr/br_core/br_Image.cpp
14 ===================================================================
15 --- cinepaint-0.22-1.orig/plug-ins/bracketing_to_hdr/br_core/br_Image.cpp
16 +++ cinepaint-0.22-1/plug-ins/bracketing_to_hdr/br_core/br_Image.cpp
17 @@ -26,6 +26,7 @@
18 */
19 #include <iostream>
20 #include <cmath> // pow()
21 +#include <cstring>
23 #include "br_types.hpp" // ImageID
24 #include "br_enums.hpp" // DataType, ReportWhat
25 Index: cinepaint-0.22-1/plug-ins/icc_examin/icc_examin/icc_oyranos_extern.cpp
26 ===================================================================
27 --- cinepaint-0.22-1.orig/plug-ins/icc_examin/icc_examin/icc_oyranos_extern.cpp
28 +++ cinepaint-0.22-1/plug-ins/icc_examin/icc_examin/icc_oyranos_extern.cpp
29 @@ -29,6 +29,7 @@
31 #include "icc_utils.h"
32 #include "icc_fenster.h"
33 +#include <cstdlib>
35 using namespace icc_examin_ns;
37 Index: cinepaint-0.22-1/plug-ins/icc_examin/icc_examin/icc_speicher.h
38 ===================================================================
39 --- cinepaint-0.22-1.orig/plug-ins/icc_examin/icc_examin/icc_speicher.h
40 +++ cinepaint-0.22-1/plug-ins/icc_examin/icc_examin/icc_speicher.h
41 @@ -33,6 +33,8 @@
43 #include "icc_utils.h"
44 #include <string>
45 +#include <cstdlib>
46 +#include <cstring>
48 #define DBG_SPEICHER_START if(icc_debug >= 3) DBG_PROG_START
49 #define DBG_SPEICHER_ENDE if(icc_debug >= 3) DBG_PROG_ENDE
50 Index: cinepaint-0.22-1/plug-ins/icc_examin/icc_examin/threads.cpp
51 ===================================================================
52 --- cinepaint-0.22-1.orig/plug-ins/icc_examin/icc_examin/threads.cpp
53 +++ cinepaint-0.22-1/plug-ins/icc_examin/icc_examin/threads.cpp
54 @@ -42,6 +42,7 @@
55 #include <iostream>
56 # if HAVE_PTHREAD_H
57 // Use POSIX threading...
58 +#include <climits>
60 int fl_create_thread(Fl_Thread& t, void *(*f) (void *), void* p)
61 {
62 Index: cinepaint-0.22-1/plug-ins/pdf/pdf.cpp
63 ===================================================================
64 --- cinepaint-0.22-1.orig/plug-ins/pdf/pdf.cpp
65 +++ cinepaint-0.22-1/plug-ins/pdf/pdf.cpp
66 @@ -39,6 +39,7 @@
68 #include "pdf.h"
69 #include "pdf_dialog.h"
70 +#include <cstring>
72 extern "C" {
73 #include <gtk/gtk.h>