summaryrefslogtreecommitdiff
path: root/extra/cinepaint
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-07 12:04:09 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-07 12:04:09 -0300
commitbae3e33d2e446a83c2a1ec40e017a9378fe10ef0 (patch)
tree7ca1b9e71febdb445097556529442c74e59b3746 /extra/cinepaint
parent5a9eef758e9537d6f9913ed487686e8021a77808 (diff)
parent8736f458a17a03cf79a763a0c8122f93162fed71 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/dev86/PKGBUILD community/diacanvas/PKGBUILD community/gnunet-setup/PKGBUILD community/hula/PKGBUILD extra/libgnomecups/PKGBUILD extra/libgnomeprint/PKGBUILD extra/libgnomeprintui/PKGBUILD extra/libmcs/PKGBUILD extra/lv2core/PKGBUILD extra/opencdk/PKGBUILD
Diffstat (limited to 'extra/cinepaint')
-rw-r--r--extra/cinepaint/cinepaint-0.22-gcc44.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/cinepaint/cinepaint-0.22-gcc44.patch b/extra/cinepaint/cinepaint-0.22-gcc44.patch
deleted file mode 100644
index 340057834..000000000
--- a/extra/cinepaint/cinepaint-0.22-gcc44.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -Nru cinepaint-0.22-1.orig/plug-ins/collect/collect.cpp cinepaint-0.22-1/plug-ins/collect/collect.cpp
---- cinepaint-0.22-1.orig/plug-ins/collect/collect.cpp 2007-03-30 11:11:33.000000000 +0200
-+++ cinepaint-0.22-1/plug-ins/collect/collect.cpp 2009-05-21 14:54:45.000000000 +0200
-@@ -301,7 +301,7 @@
- return -1;
-
- // renaming the layer to the original filename
-- gimp_layer_set_name (layers[0], strrchr(fc->value(1),'/')+1);
-+ gimp_layer_set_name (layers[0], strrchr((char *)fc->value(1),'/')+1);
- GPrecisionType image_base_prec = gimp_drawable_precision (layers[0]);
- int base_gray = gimp_drawable_gray (layers[0]);
-
-@@ -341,7 +341,7 @@
- #endif
- gimp_image_add_layer (image_ID, layers[0], 0); DBG
- // set layer name to filename
-- gimp_layer_set_name(layers[0], strrchr(fc->value(i),'/')+1);
-+ gimp_layer_set_name(layers[0], strrchr((char *)fc->value(i),'/')+1);
-
- // searching max dimensions
- if (gimp_image_width(load_image_ID) > max_w)
-