pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/gimp



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Feb  7 11:51:04 UTC 2017

Modified Files:
        pkgsrc/graphics/gimp: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.264 -r1.265 pkgsrc/graphics/gimp/Makefile
cvs rdiff -u -r1.56 -r1.57 pkgsrc/graphics/gimp/PLIST
cvs rdiff -u -r1.86 -r1.87 pkgsrc/graphics/gimp/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/gimp/Makefile
diff -u pkgsrc/graphics/gimp/Makefile:1.264 pkgsrc/graphics/gimp/Makefile:1.265
--- pkgsrc/graphics/gimp/Makefile:1.264 Mon Feb  6 13:54:44 2017
+++ pkgsrc/graphics/gimp/Makefile       Tue Feb  7 11:51:04 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.264 2017/02/06 13:54:44 wiz Exp $
+# $NetBSD: Makefile,v 1.265 2017/02/07 11:51:04 adam Exp $
 
-DISTNAME=      gimp-2.8.18
-PKGREVISION=   3
+DISTNAME=      gimp-2.8.20
 CATEGORIES=    graphics
 MASTER_SITES=  http://download.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/
 MASTER_SITES+= ${MASTER_SITE_GNU:=gimp/v${PKGVERSION_NOREV:R}/}

Index: pkgsrc/graphics/gimp/PLIST
diff -u pkgsrc/graphics/gimp/PLIST:1.56 pkgsrc/graphics/gimp/PLIST:1.57
--- pkgsrc/graphics/gimp/PLIST:1.56     Sun Aug 21 07:41:25 2016
+++ pkgsrc/graphics/gimp/PLIST  Tue Feb  7 11:51:04 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.56 2016/08/21 07:41:25 wiz Exp $
+@comment $NetBSD: PLIST,v 1.57 2017/02/07 11:51:04 adam Exp $
 bin/gimp
 bin/gimp-2.8
 bin/gimp-console
@@ -1128,6 +1128,7 @@ share/gtk-doc/html/libgimp/libgimp-GimpI
 share/gtk-doc/html/libgimp/libgimp-GimpProcView.html
 share/gtk-doc/html/libgimp/libgimp-data.html
 share/gtk-doc/html/libgimp/libgimp-general.html
+share/gtk-doc/html/libgimp/libgimp-gimp.html
 share/gtk-doc/html/libgimp/libgimp-gimpbrush.html
 share/gtk-doc/html/libgimp/libgimp-gimpbrushes.html
 share/gtk-doc/html/libgimp/libgimp-gimpbrushmenu.html

Index: pkgsrc/graphics/gimp/distinfo
diff -u pkgsrc/graphics/gimp/distinfo:1.86 pkgsrc/graphics/gimp/distinfo:1.87
--- pkgsrc/graphics/gimp/distinfo:1.86  Sun Aug 21 07:41:25 2016
+++ pkgsrc/graphics/gimp/distinfo       Tue Feb  7 11:51:04 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.86 2016/08/21 07:41:25 wiz Exp $
+$NetBSD: distinfo,v 1.87 2017/02/07 11:51:04 adam Exp $
 
-SHA1 (gimp-2.8.18.tar.bz2) = 42434a0782c37803fbd184dbb9b648be887f4f40
-RMD160 (gimp-2.8.18.tar.bz2) = b5ded6e919b0d4c6670fc1ba0642a21d4185edd0
-SHA512 (gimp-2.8.18.tar.bz2) = 64b259aa5aa9d5afbf1da148ec7f162841f62db2f903c480710273362df62f00344e276b705a13619855e54948aabcd1d9a3788993360f2a52a58189b62fec2f
-Size (gimp-2.8.18.tar.bz2) = 20824198 bytes
+SHA1 (gimp-2.8.20.tar.bz2) = acc6f6bae4d4d71fff1be3b8d5979f3e3c4e1992
+RMD160 (gimp-2.8.20.tar.bz2) = 85807206a81bb087b15d13ed698ce0873a033fa5
+SHA512 (gimp-2.8.20.tar.bz2) = 5cd02854e21098c0d9d929e9131ede628ed520b6c76190eb9f6db38f057cff956e35b0a891d04c3a2e9c9e85c77f82d7ff5e63404187a8df921553763f649fd7
+Size (gimp-2.8.20.tar.bz2) = 20853324 bytes
 SHA1 (patch-aa) = bc998a9510458e1f296c44ae26c8ee3900ce49ab
 SHA1 (patch-ab) = 37820b9e03702248294f0030ffbd09e7f14f3dcb
 SHA1 (patch-ad) = 170a32f43a3ac0d055c2339b460af5f86af65310



Home | Main Index | Thread Index | Old Index