Tue Feb 7 11:51:04 2017 UTC ()
GIMP 2.8.20

Core:
 - Avoid D-Bus error message when built without D-Bus support
 - fix OS X min required conditional in gimpimagewindow.c
 - Saving to existing .xcf.bz and .xcf.gz files didn't truncate them
   and could lead to unnecessarily large files
 - Text layer created by gimp-text-fontname doesn't respect border
   when resized
 - avoid seeking when saving XCF files to prevent corruption with
   file network shares (fixed since 2014, but not mentioned in NEWS yet)

GUI:
 - Flow on Paint Dynamics editor dialog: the 'y' axis is indicating
   'Rate' instead 'Flow'
 - Vertical ruler shows artifacts if the status bar isn't showing
 - Tablet stylus misbehaves when crossing the edge of a dock in
   multi-window-mode
 - Disable the new "automatic window tabbing" feature introduced on macOS
   Sierra
 - Improve the visiblity of slider handles with dark themes
 - Make it harder to switch to renaming if selecting already selected
   items in resource lists

Tools:
 - make toggling to color picker mode of paint tools more robust

Libgimp:
 - call gimp_file_entry_set_filename() with filename encoding

Windows Installer:
 - Reduce the memory requirement when running the installer (has
   already been shipped in a 2.8.18 installer-only update)
 - Ship an updated libcairo to fix GTK+ UI rendering problems, like
   missing palette border/bevel and shadowa under tab labels

macOS DMG:
 - Ship the Tango icon theme with the DMG for a complete set of icons
 - fix the way mime data is copied into the bundle
 - no longer copy Pango modules into the bundle
 - prevent a crash caused by drag&drop on OSX by patching the included
   GTK+
 - ship a patch for gettext to make sure the preferred UI language
   will be used

Plug-ins:
 - Prevent the Python console from closing by the Escape key
 - Help browser does not launch on OS X
 - Filter 'Edge Detect/Difference of Gaussians' returns empty image
 - only use -xobjective-c for compile commands
 - mkgen.pl: fix calls to write_file() routine to write to current
   directory
 - When printing, the images are composed onto a white background to
   prevent printing a black box instead of a transaprent image
 - Fix color visison deficiency display filters to apply gamma
   correction directly


(adam)
diff -r1.264 -r1.265 pkgsrc/graphics/gimp/Makefile
diff -r1.56 -r1.57 pkgsrc/graphics/gimp/PLIST
diff -r1.86 -r1.87 pkgsrc/graphics/gimp/distinfo

cvs diff -r1.264 -r1.265 pkgsrc/graphics/gimp/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gimp/Makefile 2017/02/06 13:54:44 1.264
+++ pkgsrc/graphics/gimp/Makefile 2017/02/07 11:51:04 1.265
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.264 2017/02/06 13:54:44 wiz Exp $ 1# $NetBSD: Makefile,v 1.265 2017/02/07 11:51:04 adam Exp $
2 2
3DISTNAME= gimp-2.8.18 3DISTNAME= gimp-2.8.20
4PKGREVISION= 3 
5CATEGORIES= graphics 4CATEGORIES= graphics
6MASTER_SITES= http://download.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/ 5MASTER_SITES= http://download.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/
7MASTER_SITES+= ${MASTER_SITE_GNU:=gimp/v${PKGVERSION_NOREV:R}/} 6MASTER_SITES+= ${MASTER_SITE_GNU:=gimp/v${PKGVERSION_NOREV:R}/}
8MASTER_SITES+= ftp://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/v${PKGVERSION_NOREV:R}/ 7MASTER_SITES+= ftp://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/v${PKGVERSION_NOREV:R}/
9EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
10 9
11MAINTAINER= adam@NetBSD.org 10MAINTAINER= adam@NetBSD.org
12HOMEPAGE= http://www.gimp.org/ 11HOMEPAGE= http://www.gimp.org/
13COMMENT= The GNU image manipulation program 12COMMENT= The GNU image manipulation program
14LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2 13LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2
15 14
16BUILD_DEPENDS+= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser 15BUILD_DEPENDS+= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser
17CONFLICTS+= gimp<=1.2.3 16CONFLICTS+= gimp<=1.2.3

cvs diff -r1.56 -r1.57 pkgsrc/graphics/gimp/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/gimp/PLIST 2016/08/21 07:41:25 1.56
+++ pkgsrc/graphics/gimp/PLIST 2017/02/07 11:51:04 1.57
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.56 2016/08/21 07:41:25 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.57 2017/02/07 11:51:04 adam Exp $
2bin/gimp 2bin/gimp
3bin/gimp-2.8 3bin/gimp-2.8
4bin/gimp-console 4bin/gimp-console
5bin/gimp-console-2.8 5bin/gimp-console-2.8
6bin/gimptool-2.0 6bin/gimptool-2.0
7include/gimp-2.0/libgimp/gimp.h 7include/gimp-2.0/libgimp/gimp.h
8include/gimp-2.0/libgimp/gimp_pdb.h 8include/gimp-2.0/libgimp/gimp_pdb.h
9include/gimp-2.0/libgimp/gimp_pdb_headers.h 9include/gimp-2.0/libgimp/gimp_pdb_headers.h
10include/gimp-2.0/libgimp/gimpaspectpreview.h 10include/gimp-2.0/libgimp/gimpaspectpreview.h
11include/gimp-2.0/libgimp/gimpbrush_pdb.h 11include/gimp-2.0/libgimp/gimpbrush_pdb.h
12include/gimp-2.0/libgimp/gimpbrushes.h 12include/gimp-2.0/libgimp/gimpbrushes.h
13include/gimp-2.0/libgimp/gimpbrushes_pdb.h 13include/gimp-2.0/libgimp/gimpbrushes_pdb.h
14include/gimp-2.0/libgimp/gimpbrushmenu.h 14include/gimp-2.0/libgimp/gimpbrushmenu.h
@@ -1118,26 +1118,27 @@ share/gtk-doc/html/libgimp/GimpPatternSe @@ -1118,26 +1118,27 @@ share/gtk-doc/html/libgimp/GimpPatternSe
1118share/gtk-doc/html/libgimp/GimpProcBrowserDialog.html 1118share/gtk-doc/html/libgimp/GimpProcBrowserDialog.html
1119share/gtk-doc/html/libgimp/GimpProgressBar.html 1119share/gtk-doc/html/libgimp/GimpProgressBar.html
1120share/gtk-doc/html/libgimp/GimpSelectButton.html 1120share/gtk-doc/html/libgimp/GimpSelectButton.html
1121share/gtk-doc/html/libgimp/GimpZoomPreview.html 1121share/gtk-doc/html/libgimp/GimpZoomPreview.html
1122share/gtk-doc/html/libgimp/home.png 1122share/gtk-doc/html/libgimp/home.png
1123share/gtk-doc/html/libgimp/index.html 1123share/gtk-doc/html/libgimp/index.html
1124share/gtk-doc/html/libgimp/left-insensitive.png 1124share/gtk-doc/html/libgimp/left-insensitive.png
1125share/gtk-doc/html/libgimp/left.png 1125share/gtk-doc/html/libgimp/left.png
1126share/gtk-doc/html/libgimp/libgimp-Gimp.html 1126share/gtk-doc/html/libgimp/libgimp-Gimp.html
1127share/gtk-doc/html/libgimp/libgimp-GimpItemComboBox.html 1127share/gtk-doc/html/libgimp/libgimp-GimpItemComboBox.html
1128share/gtk-doc/html/libgimp/libgimp-GimpProcView.html 1128share/gtk-doc/html/libgimp/libgimp-GimpProcView.html
1129share/gtk-doc/html/libgimp/libgimp-data.html 1129share/gtk-doc/html/libgimp/libgimp-data.html
1130share/gtk-doc/html/libgimp/libgimp-general.html 1130share/gtk-doc/html/libgimp/libgimp-general.html
 1131share/gtk-doc/html/libgimp/libgimp-gimp.html
1131share/gtk-doc/html/libgimp/libgimp-gimpbrush.html 1132share/gtk-doc/html/libgimp/libgimp-gimpbrush.html
1132share/gtk-doc/html/libgimp/libgimp-gimpbrushes.html 1133share/gtk-doc/html/libgimp/libgimp-gimpbrushes.html
1133share/gtk-doc/html/libgimp/libgimp-gimpbrushmenu.html 1134share/gtk-doc/html/libgimp/libgimp-gimpbrushmenu.html
1134share/gtk-doc/html/libgimp/libgimp-gimpbrushselect.html 1135share/gtk-doc/html/libgimp/libgimp-gimpbrushselect.html
1135share/gtk-doc/html/libgimp/libgimp-gimpbuffer.html 1136share/gtk-doc/html/libgimp/libgimp-gimpbuffer.html
1136share/gtk-doc/html/libgimp/libgimp-gimpchannel.html 1137share/gtk-doc/html/libgimp/libgimp-gimpchannel.html
1137share/gtk-doc/html/libgimp/libgimp-gimpcolor.html 1138share/gtk-doc/html/libgimp/libgimp-gimpcolor.html
1138share/gtk-doc/html/libgimp/libgimp-gimpcontext.html 1139share/gtk-doc/html/libgimp/libgimp-gimpcontext.html
1139share/gtk-doc/html/libgimp/libgimp-gimpconvert.html 1140share/gtk-doc/html/libgimp/libgimp-gimpconvert.html
1140share/gtk-doc/html/libgimp/libgimp-gimpdisplay.html 1141share/gtk-doc/html/libgimp/libgimp-gimpdisplay.html
1141share/gtk-doc/html/libgimp/libgimp-gimpdrawable.html 1142share/gtk-doc/html/libgimp/libgimp-gimpdrawable.html
1142share/gtk-doc/html/libgimp/libgimp-gimpdrawabletransform.html 1143share/gtk-doc/html/libgimp/libgimp-gimpdrawabletransform.html
1143share/gtk-doc/html/libgimp/libgimp-gimpdynamics.html 1144share/gtk-doc/html/libgimp/libgimp-gimpdynamics.html

cvs diff -r1.86 -r1.87 pkgsrc/graphics/gimp/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/gimp/distinfo 2016/08/21 07:41:25 1.86
+++ pkgsrc/graphics/gimp/distinfo 2017/02/07 11:51:04 1.87
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: distinfo,v 1.86 2016/08/21 07:41:25 wiz Exp $ 1$NetBSD: distinfo,v 1.87 2017/02/07 11:51:04 adam Exp $
2 2
3SHA1 (gimp-2.8.18.tar.bz2) = 42434a0782c37803fbd184dbb9b648be887f4f40 3SHA1 (gimp-2.8.20.tar.bz2) = acc6f6bae4d4d71fff1be3b8d5979f3e3c4e1992
4RMD160 (gimp-2.8.18.tar.bz2) = b5ded6e919b0d4c6670fc1ba0642a21d4185edd0 4RMD160 (gimp-2.8.20.tar.bz2) = 85807206a81bb087b15d13ed698ce0873a033fa5
5SHA512 (gimp-2.8.18.tar.bz2) = 64b259aa5aa9d5afbf1da148ec7f162841f62db2f903c480710273362df62f00344e276b705a13619855e54948aabcd1d9a3788993360f2a52a58189b62fec2f 5SHA512 (gimp-2.8.20.tar.bz2) = 5cd02854e21098c0d9d929e9131ede628ed520b6c76190eb9f6db38f057cff956e35b0a891d04c3a2e9c9e85c77f82d7ff5e63404187a8df921553763f649fd7
6Size (gimp-2.8.18.tar.bz2) = 20824198 bytes 6Size (gimp-2.8.20.tar.bz2) = 20853324 bytes
7SHA1 (patch-aa) = bc998a9510458e1f296c44ae26c8ee3900ce49ab 7SHA1 (patch-aa) = bc998a9510458e1f296c44ae26c8ee3900ce49ab
8SHA1 (patch-ab) = 37820b9e03702248294f0030ffbd09e7f14f3dcb 8SHA1 (patch-ab) = 37820b9e03702248294f0030ffbd09e7f14f3dcb
9SHA1 (patch-ad) = 170a32f43a3ac0d055c2339b460af5f86af65310 9SHA1 (patch-ad) = 170a32f43a3ac0d055c2339b460af5f86af65310
10SHA1 (patch-app_Makefile.in) = 1677fa436f76d0b83bf048447fc025584a255e68 10SHA1 (patch-app_Makefile.in) = 1677fa436f76d0b83bf048447fc025584a255e68
11SHA1 (patch-app_config_Makefile.in) = c5376f98649255b163cf9af448b5931d7675526c 11SHA1 (patch-app_config_Makefile.in) = c5376f98649255b163cf9af448b5931d7675526c
12SHA1 (patch-devel-docs_app_Makefile.in) = 68e930afad3131108f7e6ca13826071e1daf62c5 12SHA1 (patch-devel-docs_app_Makefile.in) = 68e930afad3131108f7e6ca13826071e1daf62c5
13SHA1 (patch-plug-ins_common_file-mng.c) = 8ed244997cdef7125e1aa5da4d0fac5068ad5159 13SHA1 (patch-plug-ins_common_file-mng.c) = 8ed244997cdef7125e1aa5da4d0fac5068ad5159
14SHA1 (patch-plug-ins_script-fu_script-fu-server.c) = c424b1a8e345ec3d0763ac2cf1f8535da9e10797 14SHA1 (patch-plug-ins_script-fu_script-fu-server.c) = c424b1a8e345ec3d0763ac2cf1f8535da9e10797