Received: by mail.netbsd.org (Postfix, from userid 605) id 5893B84FDB; Mon, 16 Jul 2018 01:15:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D6A9A84FD5 for ; Mon, 16 Jul 2018 01:15:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id pxiTHB0680kK for ; Mon, 16 Jul 2018 01:15:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 96CDB84C71 for ; Mon, 16 Jul 2018 01:15:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9091AFBEC; Mon, 16 Jul 2018 01:15:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153170375671520" MIME-Version: 1.0 Date: Mon, 16 Jul 2018 01:15:56 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/graphics/gimp To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20180716011556.9091AFBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_153170375671520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: ryoon Date: Mon Jul 16 01:15:56 UTC 2018 Modified Files: pkgsrc/graphics/gimp: Makefile PLIST distinfo Log Message: Update to 2.10.4 Changelog: Overview of Changes from GIMP 2.10.2 to GIMP 2.10.4 =================================================== Core: - Remove gimp_display_shell_draw_background() and all clipping hacks for drawing the canvas background. This optimizes away one entire step of drawing of image size, for each expose. - Font loading does not block startup anymore. Only consequence is that the Text tool may not be usable immediately if fonts are not fully loaded yet (and will output an appropriate error if you do so). All non-text related activities can be performed right away. - Change of the URL from bugzilla to gitlab where appropriate. - New tool option manager to better keep track of user context and paint options in a consistent manner. User Interface: - The Dashboard dockable dialog now has a 'Memory' group that shows memory-usage information: the currently used memory size, the available physical memory size, and the total physical memory size. It can also show the tile-cache size, for comparison against the other memory stats. Note that the upper-bound of the meter is the physical memory size, so the memory usage may be over 100% when GIMP uses the swap. - The Dashboard dockable dialog now has "read" and "written" fields in the dashboard swap group, which report the total amount of data read-from/written-to the tile swap, respetively. Additionally, the swap busy indicator (used as the meter's LED) has been improved, so that it's active whenever data has been read-from/written-to the swap during the last sampling interval, rather than at the point of sampling. - Fonts can now be tagged. The user interface is the same as for brushes, patterns etc. - Some icons fixed: larger spacing between broken chains and gimp-tool-ellipse-select made symmetrical. Usability: - When a plug-in cannot be applied to an image because of mismatch in image types (e.g. layer has no alpha or image is greyscale), GIMP now displays a message listing supported image types for this plug-in. Tools: - The Measurement tool now has an "Auto straighten" option allowing to rotate the active drawable (layer, channel…) so that the measurement line is used as horizon. As other transform tools, the feature will work on linked drawables as well. - The Smudge tool now paints correctly on images with a color profile other than the GIMP's built-in one. Build: - Installer: set compatibility options to run Python plugins in HiDPI-aware mode. - Put back compatibility DLLs for really old plugins. - Install binary tool `gimp-test-clipboard` on the system to allow people to help us debug clipboard bugs. - --enable-bundled-mypaint-brushes renamed --enable-relocatable-bundle and also make WMF fonts looked up on the runtime prefix of GIMP (instead of the build-time path) when this build option was set. Plug-ins: - gimptool-2.0 binary now accepts source files with non-standard extensions if it can try to guess appropriate language from the compiler being used. It will also properly quote arguments for shell usage. - Run explicitly Python 2 as Python plug-in interpreter to prevent breakage on systems where Python 3 is the default. - raw_input()'s argument in Python console is now optional, and input() support has been added. File Formats: - The PSD loader now provides an option to load "merged", pre-composited version of the images that becomes available when a PSD file was saved with "Maximize Compatibility" option enabled in Photoshop. This is useful when loading PSD files that use features that GIMP doesn't currently support, and therefore can't render correctly, such as adjustment layers. When loading the merged image version, we avoid loading certain additional data from the file, such as channels, paths, and guides, while still loading metadata. This option is currently exposed as an additional file type ("Photoshop image (merged)"), which has to be explicitly selected from the file-type list when opening the image. - Embedding GIMP's built-in sRGB color profile to exported files is now optional. The default choice can be set in the Preferences dialog. Translations: - Updated translations: Catalan, Czech, Danish, Dutch, Finnish, Greek, Hungarian, Italian, Latvian, Polish, Romanian, Russian, Spanish, Swedish, Ukrainian. To generate a diff of this commit: cvs rdiff -u -r1.289 -r1.290 pkgsrc/graphics/gimp/Makefile cvs rdiff -u -r1.60 -r1.61 pkgsrc/graphics/gimp/PLIST cvs rdiff -u -r1.93 -r1.94 pkgsrc/graphics/gimp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153170375671520 Content-Disposition: inline Content-Length: 4050 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/gimp/Makefile diff -u pkgsrc/graphics/gimp/Makefile:1.289 pkgsrc/graphics/gimp/Makefile:1.290 --- pkgsrc/graphics/gimp/Makefile:1.289 Sun Jun 24 11:16:11 2018 +++ pkgsrc/graphics/gimp/Makefile Mon Jul 16 01:15:56 2018 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.289 2018/06/24 11:16:11 wiz Exp $ +# $NetBSD: Makefile,v 1.290 2018/07/16 01:15:56 ryoon Exp $ -DISTNAME= gimp-2.10.2 -PKGREVISION= 2 +DISTNAME= gimp-2.10.4 CATEGORIES= graphics MASTER_SITES= http://download.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/graphics/gimp/PLIST diff -u pkgsrc/graphics/gimp/PLIST:1.60 pkgsrc/graphics/gimp/PLIST:1.61 --- pkgsrc/graphics/gimp/PLIST:1.60 Mon Jun 4 05:32:13 2018 +++ pkgsrc/graphics/gimp/PLIST Mon Jul 16 01:15:56 2018 @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.60 2018/06/04 05:32:13 dbj Exp $ +@comment $NetBSD: PLIST,v 1.61 2018/07/16 01:15:56 ryoon Exp $ bin/gimp bin/gimp-2.10 bin/gimp-console bin/gimp-console-2.10 bin/gimptool-2.0 +bin/gimp-test-clipboard-2.0 include/gimp-2.0/libgimp/gimp.h include/gimp-2.0/libgimp/gimp_pdb.h include/gimp-2.0/libgimp/gimp_pdb_headers.h @@ -177,6 +178,7 @@ include/gimp-2.0/libgimpthumb/gimpthumb. include/gimp-2.0/libgimpthumb/gimpthumbnail.h include/gimp-2.0/libgimpwidgets/gimp3migration.h include/gimp-2.0/libgimpwidgets/gimpbrowser.h +include/gimp-2.0/libgimpwidgets/gimpbusybox.h include/gimp-2.0/libgimpwidgets/gimpbutton.h include/gimp-2.0/libgimpwidgets/gimpcairo-utils.h include/gimp-2.0/libgimpwidgets/gimpcellrenderercolor.h @@ -252,6 +254,7 @@ lib/gimp/2.0/plug-ins/animation-play lib/gimp/2.0/plug-ins/blinds lib/gimp/2.0/plug-ins/blur lib/gimp/2.0/plug-ins/border-average +lib/gimp/2.0/plug-ins/busy-dialog lib/gimp/2.0/plug-ins/cartoon lib/gimp/2.0/plug-ins/checkerboard lib/gimp/2.0/plug-ins/cml-explorer @@ -3288,6 +3291,8 @@ share/gtk-doc/html/libgimp/GimpProgressB share/gtk-doc/html/libgimp/GimpSelectButton.html share/gtk-doc/html/libgimp/GimpZoomPreview.html share/gtk-doc/html/libgimp/api-index-2-10.html +share/gtk-doc/html/libgimp/api-index-2-10-2.html +share/gtk-doc/html/libgimp/api-index-2-10-4.html share/gtk-doc/html/libgimp/api-index-2-2.html share/gtk-doc/html/libgimp/api-index-2-4.html share/gtk-doc/html/libgimp/api-index-2-6.html @@ -3578,6 +3583,7 @@ share/gtk-doc/html/libgimpwidgets/GimpUn share/gtk-doc/html/libgimpwidgets/GimpUnitStore.html share/gtk-doc/html/libgimpwidgets/GimpZoomModel.html share/gtk-doc/html/libgimpwidgets/api-index-2-10.html +share/gtk-doc/html/libgimpwidgets/api-index-2-10-4.html share/gtk-doc/html/libgimpwidgets/api-index-2-2.html share/gtk-doc/html/libgimpwidgets/api-index-2-4.html share/gtk-doc/html/libgimpwidgets/api-index-2-6.html Index: pkgsrc/graphics/gimp/distinfo diff -u pkgsrc/graphics/gimp/distinfo:1.93 pkgsrc/graphics/gimp/distinfo:1.94 --- pkgsrc/graphics/gimp/distinfo:1.93 Thu Jun 14 17:41:58 2018 +++ pkgsrc/graphics/gimp/distinfo Mon Jul 16 01:15:56 2018 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.93 2018/06/14 17:41:58 jperkin Exp $ +$NetBSD: distinfo,v 1.94 2018/07/16 01:15:56 ryoon Exp $ -SHA1 (gimp-2.10.2.tar.bz2) = 97aae35f11675af7a055c8cb2073db72d88b7b88 -RMD160 (gimp-2.10.2.tar.bz2) = b095eedc575120714aeb28f5453b75cdacb6cd77 -SHA512 (gimp-2.10.2.tar.bz2) = 6e351294e018a9f879993700355bdf5f10bccc6862604ae1950c4d235d32cdfcd6a0195b37377819adeef53ab3d24f32ed1de60cba6bafe58608ed0906a6fbcf -Size (gimp-2.10.2.tar.bz2) = 30863771 bytes +SHA1 (gimp-2.10.4.tar.bz2) = 8ab998e11bb0b9eaafa0c92a35f29af30e63e86e +RMD160 (gimp-2.10.4.tar.bz2) = 40120b1488579dc1fc54402ac4947c9ec2ace70b +SHA512 (gimp-2.10.4.tar.bz2) = 9d0cc8d97b82423687b579907edaab6044f19a8207426edf4f7428de23fa82481112bb0a53b06bb7037b68d92336517b1eddef4600519707e7feedb64e5414f7 +Size (gimp-2.10.4.tar.bz2) = 31064613 bytes SHA1 (patch-aa) = 403c46d7070de208769e99e512922ba3a5b7129b SHA1 (patch-ab) = 37820b9e03702248294f0030ffbd09e7f14f3dcb SHA1 (patch-app_core_gimpbrush-transform.cc) = 2524948ed5b04ab2b50f169f5dfd5eba4aac4395 --_----------=_153170375671520--