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:   ryoon
Date:           Tue Jan  4 13:07:18 UTC 2022

Modified Files:
        pkgsrc/graphics/gimp: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.354 -r1.355 pkgsrc/graphics/gimp/Makefile
cvs rdiff -u -r1.108 -r1.109 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.354 pkgsrc/graphics/gimp/Makefile:1.355
--- pkgsrc/graphics/gimp/Makefile:1.354 Wed Dec  8 16:02:09 2021
+++ pkgsrc/graphics/gimp/Makefile       Tue Jan  4 13:07:18 2022
@@ -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

Index: pkgsrc/graphics/gimp/distinfo
diff -u pkgsrc/graphics/gimp/distinfo:1.108 pkgsrc/graphics/gimp/distinfo:1.109
--- pkgsrc/graphics/gimp/distinfo:1.108 Mon Nov 15 22:13:56 2021
+++ pkgsrc/graphics/gimp/distinfo       Tue Jan  4 13:07:18 2022
@@ -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