summaryrefslogtreecommitdiff
path: root/extra/cinepaint
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-07-11 18:35:04 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-07-11 18:35:04 +0000
commit1a1b748f1738b1989a834d75b1623be21bf9bab5 (patch)
treed99e645120dc197bc3bcbcd96b1bb89e4e68bf4f /extra/cinepaint
parent139460a7a8b085588b699c488fd19b166db18a74 (diff)
Mon Jul 11 18:34:51 UTC 2011
Diffstat (limited to 'extra/cinepaint')
-rw-r--r--extra/cinepaint/cinepaint-0.22.1-ambiguousawake.patch11
-rw-r--r--extra/cinepaint/cinepaint-0.22.1-gcc43.patch73
-rw-r--r--extra/cinepaint/cinepaint-0.22.1-multiple_parameters_named.patch42
3 files changed, 0 insertions, 126 deletions
diff --git a/extra/cinepaint/cinepaint-0.22.1-ambiguousawake.patch b/extra/cinepaint/cinepaint-0.22.1-ambiguousawake.patch
deleted file mode 100644
index f1d09fa27..000000000
--- a/extra/cinepaint/cinepaint-0.22.1-ambiguousawake.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- plug-ins/icc_examin/icc_examin/icc_helfer_fltk.cpp.orig 2008-09-03 02:07:08.000000000 +0200
-+++ plug-ins/icc_examin/icc_examin/icc_helfer_fltk.cpp 2008-09-03 02:08:02.000000000 +0200
-@@ -226,7 +226,7 @@
-
- int awake(void)
- {
-- Fl::awake(0);
-+ Fl::awake((void *)0);
- return 0;
- }
- int leerWait(void) { return 0; }
diff --git a/extra/cinepaint/cinepaint-0.22.1-gcc43.patch b/extra/cinepaint/cinepaint-0.22.1-gcc43.patch
deleted file mode 100644
index 64ba76099..000000000
--- a/extra/cinepaint/cinepaint-0.22.1-gcc43.patch
+++ /dev/null
@@ -1,73 +0,0 @@
-Index: cinepaint-0.22-1/plug-ins/bracketing_to_hdr/br_core/ResponseSolver.hpp
-===================================================================
---- cinepaint-0.22-1.orig/plug-ins/bracketing_to_hdr/br_core/ResponseSolver.hpp
-+++ cinepaint-0.22-1/plug-ins/bracketing_to_hdr/br_core/ResponseSolver.hpp
-@@ -34,6 +34,7 @@
-
-
- #include <fstream>
-+#include <cstring>
- #include "TNT/tnt_misc.hpp" // proof_least_square_fit()
- #include "TNT/tnt_stopwatch.hpp"
- #include "TNT/jama_qr.hpp" // JAMA::QR
-Index: cinepaint-0.22-1/plug-ins/bracketing_to_hdr/br_core/br_Image.cpp
-===================================================================
---- cinepaint-0.22-1.orig/plug-ins/bracketing_to_hdr/br_core/br_Image.cpp
-+++ cinepaint-0.22-1/plug-ins/bracketing_to_hdr/br_core/br_Image.cpp
-@@ -26,6 +26,7 @@
- */
- #include <iostream>
- #include <cmath> // pow()
-+#include <cstring>
-
- #include "br_types.hpp" // ImageID
- #include "br_enums.hpp" // DataType, ReportWhat
-Index: cinepaint-0.22-1/plug-ins/icc_examin/icc_examin/icc_oyranos_extern.cpp
-===================================================================
---- cinepaint-0.22-1.orig/plug-ins/icc_examin/icc_examin/icc_oyranos_extern.cpp
-+++ cinepaint-0.22-1/plug-ins/icc_examin/icc_examin/icc_oyranos_extern.cpp
-@@ -29,6 +29,7 @@
-
- #include "icc_utils.h"
- #include "icc_fenster.h"
-+#include <cstdlib>
-
- using namespace icc_examin_ns;
-
-Index: cinepaint-0.22-1/plug-ins/icc_examin/icc_examin/icc_speicher.h
-===================================================================
---- cinepaint-0.22-1.orig/plug-ins/icc_examin/icc_examin/icc_speicher.h
-+++ cinepaint-0.22-1/plug-ins/icc_examin/icc_examin/icc_speicher.h
-@@ -33,6 +33,8 @@
-
- #include "icc_utils.h"
- #include <string>
-+#include <cstdlib>
-+#include <cstring>
-
- #define DBG_SPEICHER_START if(icc_debug >= 3) DBG_PROG_START
- #define DBG_SPEICHER_ENDE if(icc_debug >= 3) DBG_PROG_ENDE
-Index: cinepaint-0.22-1/plug-ins/icc_examin/icc_examin/threads.cpp
-===================================================================
---- cinepaint-0.22-1.orig/plug-ins/icc_examin/icc_examin/threads.cpp
-+++ cinepaint-0.22-1/plug-ins/icc_examin/icc_examin/threads.cpp
-@@ -42,6 +42,7 @@
- #include <iostream>
- # if HAVE_PTHREAD_H
- // Use POSIX threading...
-+#include <climits>
-
- int fl_create_thread(Fl_Thread& t, void *(*f) (void *), void* p)
- {
-Index: cinepaint-0.22-1/plug-ins/pdf/pdf.cpp
-===================================================================
---- cinepaint-0.22-1.orig/plug-ins/pdf/pdf.cpp
-+++ cinepaint-0.22-1/plug-ins/pdf/pdf.cpp
-@@ -39,6 +39,7 @@
-
- #include "pdf.h"
- #include "pdf_dialog.h"
-+#include <cstring>
-
- extern "C" {
- #include <gtk/gtk.h>
diff --git a/extra/cinepaint/cinepaint-0.22.1-multiple_parameters_named.patch b/extra/cinepaint/cinepaint-0.22.1-multiple_parameters_named.patch
deleted file mode 100644
index e030593c2..000000000
--- a/extra/cinepaint/cinepaint-0.22.1-multiple_parameters_named.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- ./plug-ins/icc_examin/icc_examin/icc_oyranos.h.orig 2008-06-27 19:28:52.000000000 +0200
-+++ ./plug-ins/icc_examin/icc_examin/icc_oyranos.h 2008-06-27 19:31:34.000000000 +0200
-@@ -142,9 +142,6 @@
-
- // colour transformations
- ColourTransformKey erzeugeTrafo (
-- const char* eingangs_profil__geraet,
-- int byte,
-- int kanaele,
- const char* ausgangs_profil__geraet,
- int byte,
- int kanaele,
-@@ -152,9 +149,6 @@
- const char* cmm, // 4 bytes 'lcms' 'APPL'
- int cmm_optionen); // BPC, precission
- ColourTransformKey erzeugeTrafo (
-- const char* eingangs_profil__geraet,
-- int byte,
-- int kanaele,
- const char* ausgangs_profil__geraet,
- int byte,
- int kanaele,
-@@ -163,9 +157,6 @@
- int cmm_optionen,
- std::list<const char*> &profile );
- ColourTransformKey erzeugeTrafo (
-- const char* eingangs_profil__geraet,
-- int byte,
-- int kanaele,
- const char* ausgangs_profil__geraet,
- int byte,
- int kanaele,
-@@ -181,9 +172,6 @@
- std::string cmm;
- private:
- ColourTransformKey erzeugeSchluessel_ (
-- const char* eingangs_profil__geraet,
-- int byte,
-- int kanaele,
- const char* ausgangs_profil__geraet,
- int byte,
- int kanaele,