Skip to content

Commit b4e6911

Browse files
committed
gimp: update to 3.2.2.
Overview of Changes from GIMP 3.2.0 to GIMP 3.2.2 ================================================= Core: - We removed support for a separate folder for loading 32-bit binaries on 64-bit Windows. This was being used for core plug-ins for the TWAIN plug-in only. - Various fixes related to the new non-destructive layer types, or to non-destructive layer effects. - More robust handling of Procreate and SwatchBooker palettes. - Fix scaling paths when importing SVG as paths. - We now support reading the documentation being installed in the user config directory in the `help/` subdirectory. - Histogram dialog: the unique color count feature now takes into account any selection. Graphical User Interface: - Theme fixes. - Various text fixed for better localization. - Display the "Tab" shortcut for the "Hide Docks" action, even though it is not a real global shortcut (it only works on the canvas). - Metadata Rotation import dialog: you can now click the preview for Original and Rotated images in the Metadata Rotation Import Dialog, and have it open the image rotated as shown in the preview. Plug-Ins: - Tile: carry over the source image's profile to the newly created image. - Improve support of: FITS, TIM, PAA, ICNS, PVR, SFW, JIF, PSP, PSD Translations: - Serbian Cyrillic now has upstream support in InnoSetup (in their "Unofficial" list still, which means it is less verified). Our installer now has Serbian Cyrillic localization too. Build: - NM environment variable is now used in priority for the `nm` tool used for the build. This check is stored from configure-time environment. - Windows x86 32-bit pipeline has now been decommissioned from our CI. This implies that 32-bit builds won't be available anymore in our Windows installer, just as was already the case on the Windows Store. - Meson build: * New boolean option -Dtwain-unmaintained: this puts our TWAIN plug-in behind a disabled-by-default flag, because this plug-in only made sense in 32-bit. The next step will be to replace it by a WIA plug-in. * Option -Dwin32-32bits-dll-folder removed. - GIMP can now be built fully without patches on macOS. The in-house macOS build is slowly moving to become our main CI for this OS and for making the release DMGs. - Snap: enable MIDI (Alsa) support. - AppImage: enable "Send by email".
1 parent 33d72ca commit b4e6911

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

graphics/gimp/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.430 2026/03/15 07:29:21 wiz Exp $
1+
# $NetBSD: Makefile,v 1.431 2026/03/29 16:59:39 wiz Exp $
22

3-
DISTNAME= gimp-3.2.0
3+
DISTNAME= gimp-3.2.2
44
CATEGORIES= graphics
55
MASTER_SITES= https://download.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/
66
EXTRACT_SUFX= .tar.xz

graphics/gimp/PLIST

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.87 2026/03/15 07:29:21 wiz Exp $
1+
@comment $NetBSD: PLIST,v 1.88 2026/03/29 16:59:39 wiz Exp $
22
bin/gimp
33
bin/gimp-3
44
bin/gimp-3.2
@@ -482,34 +482,34 @@ lib/girepository-1.0/Gimp-3.0.typelib
482482
lib/girepository-1.0/GimpUi-3.0.typelib
483483
lib/libgimp-3.0.so
484484
lib/libgimp-3.0.so.0
485-
lib/libgimp-3.0.so.0.200.0
485+
lib/libgimp-3.0.so.0.200.2
486486
lib/libgimp-scriptfu-3.0.so
487487
lib/libgimp-scriptfu-3.0.so.0
488-
lib/libgimp-scriptfu-3.0.so.0.200.0
488+
lib/libgimp-scriptfu-3.0.so.0.200.2
489489
lib/libgimpbase-3.0.so
490490
lib/libgimpbase-3.0.so.0
491-
lib/libgimpbase-3.0.so.0.200.0
491+
lib/libgimpbase-3.0.so.0.200.2
492492
lib/libgimpcolor-3.0.so
493493
lib/libgimpcolor-3.0.so.0
494-
lib/libgimpcolor-3.0.so.0.200.0
494+
lib/libgimpcolor-3.0.so.0.200.2
495495
lib/libgimpconfig-3.0.so
496496
lib/libgimpconfig-3.0.so.0
497-
lib/libgimpconfig-3.0.so.0.200.0
497+
lib/libgimpconfig-3.0.so.0.200.2
498498
lib/libgimpmath-3.0.so
499499
lib/libgimpmath-3.0.so.0
500-
lib/libgimpmath-3.0.so.0.200.0
500+
lib/libgimpmath-3.0.so.0.200.2
501501
lib/libgimpmodule-3.0.so
502502
lib/libgimpmodule-3.0.so.0
503-
lib/libgimpmodule-3.0.so.0.200.0
503+
lib/libgimpmodule-3.0.so.0.200.2
504504
lib/libgimpthumb-3.0.so
505505
lib/libgimpthumb-3.0.so.0
506-
lib/libgimpthumb-3.0.so.0.200.0
506+
lib/libgimpthumb-3.0.so.0.200.2
507507
lib/libgimpui-3.0.so
508508
lib/libgimpui-3.0.so.0
509-
lib/libgimpui-3.0.so.0.200.0
509+
lib/libgimpui-3.0.so.0.200.2
510510
lib/libgimpwidgets-3.0.so
511511
lib/libgimpwidgets-3.0.so.0
512-
lib/libgimpwidgets-3.0.so.0.200.0
512+
lib/libgimpwidgets-3.0.so.0.200.2
513513
lib/pkgconfig/gimp-3.0.pc
514514
lib/pkgconfig/gimpthumb-3.0.pc
515515
lib/pkgconfig/gimpui-3.0.pc

graphics/gimp/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.123 2026/03/15 07:29:21 wiz Exp $
1+
$NetBSD: distinfo,v 1.124 2026/03/29 16:59:39 wiz Exp $
22

3-
BLAKE2s (gimp-3.2.0.tar.xz) = 10fb7779578774c8f8d537bba896dd024e9f2483475e726f7995606455e63a98
4-
SHA512 (gimp-3.2.0.tar.xz) = fee7042464dbe6f5562df4337ca8b9a8958f904e4a0d2c2ec8770fb1e4c24787a53fdb98d749688f8708111b3fc35243fa669111dd251eb519c3e48bc94a366f
5-
Size (gimp-3.2.0.tar.xz) = 34899036 bytes
3+
BLAKE2s (gimp-3.2.2.tar.xz) = 26c2d84faf45b944938a2b3f6ddf081861a075d2eed7474b28f97cb6480d76c2
4+
SHA512 (gimp-3.2.2.tar.xz) = e6dd01be88c0aa0577a60c8193f8230947578c0d883c9c382733bcda11c95fe15145d524363126a38dfe1ea7688a70ee4e3acd64d1656881628da304657a5fa0
5+
Size (gimp-3.2.2.tar.xz) = 34921928 bytes
66
SHA1 (patch-app-tools_meson.build) = 490d76d6c9f51c1fffbb0710683e35ac9cf5a267

0 commit comments

Comments
 (0)