diff options
author | adam <adam@pkgsrc.org> | 2007-11-21 19:52:15 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-11-21 19:52:15 +0000 |
commit | 1ba6913fe7aaa143698823df4e61f8d16ef6642a (patch) | |
tree | eabcec5e741b491942d9f1b54861738e8d80407a /graphics/gimp | |
parent | 7d6f91557c27487c61f498c4f5942b7b7ba8cefa (diff) | |
download | pkgsrc-1ba6913fe7aaa143698823df4e61f8d16ef6642a.tar.gz |
Changes 2.4.2:
- removed broken and useless HSV Graph script
- update the histogram when a color correction tool is cancelled
- fixed a crash with certain plug-in or script descriptions
- corrected a tooltip
- fixed a crash when GIMP is run without any modules
- fixed error handling in the TIFF plug-in
- fixed a problem with Sample points
- fixed a crash when merging layers in indexed image
- update the histogram when painting
- fixed another problem with merge operations on indexed images
- fixed crash in TIFF plug-in when saving indexed images
- changed defaults so that a system monitor profile is only used when the
user explicitely enabled this feature
- fixed endless loop when running equalize on transparent areas
- fixed heap corruption in GimpColorScale widget that caused a crash in the
Compose plug-in
- fixed use of background color in Particle Trace script
- set the image menu insensitive when there's no image opened
- translation updates (ca, et, it, lt, pt, pt_BR, sr, sv)
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 6 | ||||
-rw-r--r-- | graphics/gimp/PLIST | 3 | ||||
-rw-r--r-- | graphics/gimp/distinfo | 8 |
3 files changed, 8 insertions, 9 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index ca06d6d69b1..a023b5b3cee 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.165 2007/11/01 09:25:07 adam Exp $ +# $NetBSD: Makefile,v 1.166 2007/11/21 19:52:15 adam Exp $ -DISTNAME= gimp-2.4.1 +DISTNAME= gimp-2.4.2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.4/ \ ftp://ftp.cs.umn.edu/pub/gimp/v2.4/ \ @@ -37,7 +37,7 @@ BUILDLINK_API_DEPENDS.lcms+= lcms>=1.12 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-perl CONFIGURE_ARGS+= --disable-python -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --with-gimpprint-prefix=${BUILDLINK_PREFIX.gimp-print-lib} UNLIMIT_RESOURCES+= datasize diff --git a/graphics/gimp/PLIST b/graphics/gimp/PLIST index 96635378521..ffa8478ef94 100644 --- a/graphics/gimp/PLIST +++ b/graphics/gimp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.32 2007/10/28 16:43:00 dogcow Exp $ +@comment $NetBSD: PLIST,v 1.33 2007/11/21 19:52:15 adam Exp $ bin/gimp bin/gimp-2.4 bin/gimp-console @@ -877,7 +877,6 @@ share/gimp/2.0/scripts/guides-from-selection.scm share/gimp/2.0/scripts/guides-new-percent.scm share/gimp/2.0/scripts/guides-new.scm share/gimp/2.0/scripts/guides-remove-all.scm -share/gimp/2.0/scripts/hsv-graph.scm share/gimp/2.0/scripts/i26-gunya2.scm share/gimp/2.0/scripts/images/beavis.jpg share/gimp/2.0/scripts/images/texture.jpg diff --git a/graphics/gimp/distinfo b/graphics/gimp/distinfo index bb350e0a9a2..969ee98b92a 100644 --- a/graphics/gimp/distinfo +++ b/graphics/gimp/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.38 2007/11/01 09:25:07 adam Exp $ +$NetBSD: distinfo,v 1.39 2007/11/21 19:52:15 adam Exp $ -SHA1 (gimp-2.4.1.tar.bz2) = 5d554959e9583845acff713e5f65e02fcf37db0c -RMD160 (gimp-2.4.1.tar.bz2) = 2fd7973e6a836718e952f3b8dfa8d635140020b9 -Size (gimp-2.4.1.tar.bz2) = 17763371 bytes +SHA1 (gimp-2.4.2.tar.bz2) = 4913a411abde3fccae5350e00a9bd20742715367 +RMD160 (gimp-2.4.2.tar.bz2) = f9da1008c29746379eb728f27e9b0d452ba2318f +Size (gimp-2.4.2.tar.bz2) = 17777846 bytes SHA1 (patch-aa) = 5abf13951f748568e67c897210dacce28e51fedc SHA1 (patch-ab) = 7eb39d3c68a2f5437d1bdefbce7f197ed25ef3d1 SHA1 (patch-ae) = 285b7d8f5d67660da62656cae45a97e5801920b2 |