From 17306916ff9b21394bab6a5dacee3aa0af99945c Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sat, 12 May 2012 23:34:29 +0200 Subject: [PATCH] cinepaint: Updated (0.22-1 -> 1.3) --- .../cinepaint/cinepaint-0.22-1-gcc43.patch | 46 ------------------- .../cinepaint/cinepaint-0.22-1-gcc44.patch | 38 --------------- graphic/cinepaint/cinepaint.desc | 6 +-- 3 files changed, 3 insertions(+), 87 deletions(-) delete mode 100644 graphic/cinepaint/cinepaint-0.22-1-gcc43.patch delete mode 100644 graphic/cinepaint/cinepaint-0.22-1-gcc44.patch diff --git a/graphic/cinepaint/cinepaint-0.22-1-gcc43.patch b/graphic/cinepaint/cinepaint-0.22-1-gcc43.patch deleted file mode 100644 index 3fc447fc1..000000000 --- a/graphic/cinepaint/cinepaint-0.22-1-gcc43.patch +++ /dev/null @@ -1,46 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../cinepaint/cinepaint-0.22-1-gcc43.patch -# Copyright (C) 2011 The OpenSDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- - ---- cinepaint-0.22-1/plug-ins/bracketing_to_hdr/br_core/br_Image.cpp.orig 2011-04-14 12:26:35.804077826 +0200 -+++ cinepaint-0.22-1/plug-ins/bracketing_to_hdr/br_core/br_Image.cpp 2011-04-14 12:27:39.216077825 +0200 -@@ -26,6 +26,7 @@ - */ - #include - #include // pow() -+#include // strlen, strcpy - - #include "br_types.hpp" // ImageID - #include "br_enums.hpp" // DataType, ReportWhat ---- cinepaint-0.22-1/plug-ins/bracketing_to_hdr/br_core/ResponseSolver.hpp.orig 2011-04-14 12:28:48.544077820 +0200 -+++ cinepaint-0.22-1/plug-ins/bracketing_to_hdr/br_core/ResponseSolver.hpp 2011-04-14 12:29:25.904077820 +0200 -@@ -34,6 +34,7 @@ - - - #include -+#include // strlen - #include "TNT/tnt_misc.hpp" // proof_least_square_fit() - #include "TNT/tnt_stopwatch.hpp" - #include "TNT/jama_qr.hpp" // JAMA::QR ---- cinepaint-0.22-1/plug-ins/pdf/pdf.cpp.orig 2011-04-16 00:29:21.884077833 +0200 -+++ cinepaint-0.22-1/plug-ins/pdf/pdf.cpp 2011-04-16 00:30:52.296077813 +0200 -@@ -37,6 +37,7 @@ - #define PLUG_IN_COPYRIGHT "Copyright 2005-2006 Kai-Uwe Behrmann" - - -+#include // strlen, strcmp, strrchr - #include "pdf.h" - #include "pdf_dialog.h" - diff --git a/graphic/cinepaint/cinepaint-0.22-1-gcc44.patch b/graphic/cinepaint/cinepaint-0.22-1-gcc44.patch deleted file mode 100644 index 5f0e56af1..000000000 --- a/graphic/cinepaint/cinepaint-0.22-1-gcc44.patch +++ /dev/null @@ -1,38 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../cinepaint/cinepaint-0.22-1-gcc44.patch -# Copyright (C) 2011 The OpenSDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- - ---- cinepaint-0.22-1/lib/player.c.orig 2011-04-15 23:54:26.236079242 +0200 -+++ cinepaint-0.22-1/lib/player.c 2011-04-15 23:55:44.784077828 +0200 -@@ -474,7 +474,7 @@ - - void - gimp_layer_set_name (gint32 layer_ID, -- char *name) -+ const char *name) - { - GParam *return_vals; - int nreturn_vals; ---- cinepaint-0.22-1/lib/plugin_main.h.orig 2011-04-15 23:57:27.892077072 +0200 -+++ cinepaint-0.22-1/lib/plugin_main.h 2011-04-15 23:57:38.668077820 +0200 -@@ -404,7 +404,7 @@ - DLL_API void gimp_layer_set_mode (gint32 layer_ID, - GLayerMode mode); - DLL_API void gimp_layer_set_name (gint32 layer_ID, -- char *name); -+ const char *name); - DLL_API void gimp_layer_set_offsets (gint32 layer_ID, - gint offset_x, - gint offset_y); diff --git a/graphic/cinepaint/cinepaint.desc b/graphic/cinepaint/cinepaint.desc index 4c5a32176..3d39f071e 100644 --- a/graphic/cinepaint/cinepaint.desc +++ b/graphic/cinepaint/cinepaint.desc @@ -3,7 +3,7 @@ [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] Filename: package/.../cinepaint/cinepaint.desc -[COPY] Copyright (C) 2006 - 2011 The OpenSDE Project +[COPY] Copyright (C) 2006 - 2012 The OpenSDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 Clifford Wolf [COPY] @@ -51,8 +51,8 @@ [L] GPL [S] Beta -[V] 0.22-1 +[V] 1.3 [P] X -----5---9 800.000 -[D] 344964229 cinepaint-0.22-1.tar.gz http://dl.sourceforge.net/sourceforge/cinepaint/ +[D] 3731575698 cinepaint-1.3.tgz http://dl.sourceforge.net/sourceforge/cinepaint/