pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[.joined/pkgsrc/trunk]: .joined/pkgsrc/graphics/gimp gimp: Update to 2.10.30
details: https://anonhg.NetBSD.org/.joined/pkgsrc/rev/c8a0ed60d841
branches: trunk
changeset: 371055:c8a0ed60d841
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Tue Jan 04 13:07:18 2022 +0000
description:
gimp: Update to 2.10.30
Changelog:
Overview of Changes from GIMP 2.10.28 to GIMP 2.10.30
=====================================================
Core:
- Do not follow subpixel font rendering choice from system settings
for text layer rendering. These systems are useful for GUI
rendering on a screen of a specific type and pixel order. Yet when
rendering an image which can be zoomed in or out, showed on various
screens or even printed, subpixel font rendering doesn't make sense.
- Rewrite the core selection drawing logics so that it works on macOS
Big Sur and over. This is a backport (adapted to GTK+2) of the fix
brought in GIMP 2.99.8 for Wayland and macOS.
- Ignore MakerNote metadata tag at export and only store the tags that
go in it, hence avoiding partial invalid metadata.
- Color picking from Colors dockable can now use the Freedesktop
portal.
- On Windows, move from GetICMProfile() to WcsGetDefaultColorProfile()
because the former is broken in Windows 11.
Plug-ins:
- metadata-viewer: improve how XMP tags with multiple values are
handled and shown (now each value on a separate line for better
readability).
- metadata-editor:
* XMP array tags of type BAG and SEQ are now on separate lines.
* Comparing XMP tags with equivalent IPTC tags with multiple values,
each value is compared individually, instead of comparing the list
as a whole.
- Many robustness improvements and other fixes to the metadata
plug-ins.
- AVIF: prefer AOM encoder for export.
- PSD:
* Skip sanity check for mask of rendered layers as some layer mask
have invalid dimensions in such cases. They will now be loaded
correctly.
* Fixed loading of CMYK PSD files without alpha.
* Fixed loading of CMYK images without layers.
* Fixed loading of merged image of a 16 bit per channel RGBA PSD
file with the alpha channel opaque.
- PBM: large file export now always works and does not depend anymore
on the platform's long int size.
- Screenshot:
* GNOME shell implementation dropped because the D-Bus API has been
restricted to core components for security reasons, thus our
plug-in was failing.
* KDE portal moved as last fallback after the X implementation
(when running on X) and Freedesktop portal, because KDE is also
starting to block API calls for security reasons.
Installer:
- Extension .avif now associated to GIMP.
- Drop codepage conversion, use UTF-8 for language files.
Build:
- macOS support officially bumped to macOS 10.12 (Sierra). We would
usually try to avoid doing this within a stable release but the
conditions (lack of contributors) is such that it is hard to avoid.
diffstat:
graphics/gimp/Makefile | 5 ++---
graphics/gimp/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (29 lines):
diff -r f28781ef161a -r c8a0ed60d841 graphics/gimp/Makefile
--- a/graphics/gimp/Makefile Tue Jan 04 12:59:15 2022 +0000
+++ b/graphics/gimp/Makefile Tue Jan 04 13:07:18 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.354 2021/12/08 16:02:09 adam Exp $
+# $NetBSD: Makefile,v 1.355 2022/01/04 13:07:18 ryoon Exp $
-DISTNAME= gimp-2.10.28
-PKGREVISION= 2
+DISTNAME= gimp-2.10.30
CATEGORIES= graphics
MASTER_SITES= https://download.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/
EXTRACT_SUFX= .tar.bz2
diff -r f28781ef161a -r c8a0ed60d841 graphics/gimp/distinfo
--- a/graphics/gimp/distinfo Tue Jan 04 12:59:15 2022 +0000
+++ b/graphics/gimp/distinfo Tue Jan 04 13:07:18 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.108 2021/11/15 22:13:56 nia Exp $
+$NetBSD: distinfo,v 1.109 2022/01/04 13:07:18 ryoon Exp $
-BLAKE2s (gimp-2.10.28.tar.bz2) = 2577465b816e214b9423d9c06e84f0fbbbd6aed1a6b91d4855fb3beb2fe754d4
-SHA512 (gimp-2.10.28.tar.bz2) = 587f6f46741672f0700fd642a5b779694d2d8bc8ad70e7677ccdbfc2266dc62203ed347d6aaffaa4b8e7d84a84a25f7d5a51507dfd64b21b4c05970856d3ab94
-Size (gimp-2.10.28.tar.bz2) = 31675862 bytes
+BLAKE2s (gimp-2.10.30.tar.bz2) = 352505acd5f454e3d7183357050332cf9239b55009699cdcd8deb4e1d15ca539
+SHA512 (gimp-2.10.30.tar.bz2) = 02ca9e8846dc2ae856f720b92f3c6af69984cf0b3ce85ba5a67479e5c3c813315a0551b7d011dcf7a6c83dc771e550cc31041126bbea0be3fd483176e0eb2851
+Size (gimp-2.10.30.tar.bz2) = 31731327 bytes
SHA1 (patch-aa) = 403c46d7070de208769e99e512922ba3a5b7129b
SHA1 (patch-ab) = 44d37daf37ec604f97bb5b3edf0908ada56ed6d6
SHA1 (patch-app_core_gimpbrush-transform.cc) = 3bd3f69401ee7dabb53f7ebf533870ee9add856c
Home |
Main Index |
Thread Index |
Old Index