summaryrefslogtreecommitdiff
path: root/graphics/gimp/patches/patch-af
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-07-10 22:06:32 +0000
committeradam <adam@pkgsrc.org>2006-07-10 22:06:32 +0000
commit84c6d9c0af711bf1d3421545cd2d349d4d0e6d37 (patch)
treee17f61f54e66a4b0ed0194acafd470020bfdea0d /graphics/gimp/patches/patch-af
parent769f28f09f987f37588de26086db66a5a22709ac (diff)
downloadpkgsrc-84c6d9c0af711bf1d3421545cd2d349d4d0e6d37.tar.gz
Changes 2.2.12:
- fixed display problem in the Animation Playback plug-in - fixed misbehaviour of the user installation dialog - make sure that session-managed windows are mapped completely inside a monitor - don't use long deprecated libpng API - fixed possible segfault when closing image while saving it - halt tools when the image mode changes - fixed problem in Scale and Resize widgets - fixed wrong offset in transform PDB functions - fixed bugs in the Dicom load plug-in - make sure text widgets get all key events first - fixed problems with default values in the PNG save plug-in - fixed Save As dialog not displaying the filename - fixed compilation problem with gcc 4.1 - plugged a possible buffer overrun in the XCF parser - don't save image parasites twice in XCF files
Diffstat (limited to 'graphics/gimp/patches/patch-af')
-rw-r--r--graphics/gimp/patches/patch-af22
1 files changed, 0 insertions, 22 deletions
diff --git a/graphics/gimp/patches/patch-af b/graphics/gimp/patches/patch-af
deleted file mode 100644
index f174fa00974..00000000000
--- a/graphics/gimp/patches/patch-af
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-af,v 1.3 2006/06/26 21:12:53 wiz Exp $
-
---- app/composite/gimp-composite-sse.c.orig 2005-08-15 10:07:03.000000000 +0000
-+++ app/composite/gimp-composite-sse.c
-@@ -113,7 +113,7 @@ gimp_composite_addition_rgba8_rgba8_rgba
- asm("emms");
- }
-
--
-+#if 0
- void
- gimp_composite_burn_rgba8_rgba8_rgba8_sse (GimpCompositeContext *_op)
- {
-@@ -229,7 +229,7 @@ gimp_composite_burn_rgba8_rgba8_rgba8_ss
-
- asm("emms");
- }
--
-+#endif
-
- void
- gimp_composite_darken_rgba8_rgba8_rgba8_sse (GimpCompositeContext *_op)