diff options
author | ryoon <ryoon@pkgsrc.org> | 2022-01-04 13:07:18 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2022-01-04 13:07:18 +0000 |
commit | 06926078d09bd5f084a451cf56c0cb15ad004d0e (patch) | |
tree | af9344afcceec38b95a6c64940deb28aa84ace55 /graphics | |
parent | 7909e9d8fb5206007386c5468ffece048ddd9027 (diff) | |
download | pkgsrc-06926078d09bd5f084a451cf56c0cb15ad004d0e.tar.gz |
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 (limited to 'graphics')
-rw-r--r-- | graphics/gimp/Makefile | 5 | ||||
-rw-r--r-- | graphics/gimp/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index b9353b99b3a..8ef8c524b8a 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -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 --git a/graphics/gimp/distinfo b/graphics/gimp/distinfo index fd9160936a5..1e3d86d6984 100644 --- a/graphics/gimp/distinfo +++ b/graphics/gimp/distinfo @@ -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 |