]> git.pld-linux.org Git - packages/cinepaint.git/blob - cinepaint-extern.patch
Release 12 (by relup.sh)
[packages/cinepaint.git] / cinepaint-extern.patch
1 --- cinepaint/plug-ins/bracketing_to_hdr/br_core/path_utils.cpp.orig    2007-01-20 04:55:15.000000000 +0100
2 +++ cinepaint/plug-ins/bracketing_to_hdr/br_core/path_utils.cpp 2023-08-30 19:29:33.460385486 +0200
3 @@ -30,10 +30,8 @@
4  #include "br_macros.hpp"        // BR_WARNING()
5  
6  #ifndef NO_CINEPAINT
7 -extern "C" {
8  #  include "lib/plugin_main.h"  // plugin's argv
9  #  include <glib.h>             // G_DIR_SEPARATOR
10 -}
11  #else
12     char*  argv[] = {""};        // Notbehelf
13  #  define G_DIR_SEPARATOR   '/'
14 --- cinepaint/plug-ins/bracketing_to_hdr/br_core/i18n.hpp.orig  2006-12-19 23:12:24.000000000 +0100
15 +++ cinepaint/plug-ins/bracketing_to_hdr/br_core/i18n.hpp       2023-08-30 19:50:14.360329620 +0200
16 @@ -49,9 +49,7 @@
17  #else
18  
19  //  I am not shure whether the `extern "C"' is needed here for C++ progs
20 -extern "C" {
21  #  include "../../../libgimp/stdplugins-intl.h"
22 -}
23  
24  #endif  // NO_CINEPAINT
25  
26 --- cinepaint/plug-ins/collect/collect.cpp.orig 2023-08-30 19:56:03.005107516 +0200
27 +++ cinepaint/plug-ins/collect/collect.cpp      2023-08-30 20:08:58.767571517 +0200
28 @@ -41,12 +41,10 @@
29  #define PLUG_IN_AUTHOR        "Kai-Uwe Behrmann <ku.b@gmx.de>"
30  #define PLUG_IN_COPYRIGHT     "Copyright 2004-2006 Kai-Uwe Behrmann"
31  
32 -extern "C" {
33  #include "lib/plugin_main.h"
34  #include "lib/wire/libtile.h"
35  #include "plugin_pdb.h"
36  #include "libgimp/stdplugins-intl.h"
37 -}
38  
39  // Declare some local functions:
40  
This page took 0.039319 seconds and 3 git commands to generate.