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 Nov  4 16:39:18 UTC 2025

Modified Files:
        pkgsrc/graphics/gimp: Makefile PLIST distinfo

Log Message:
graphics/gimp: Update to 3.0.6

Changelog:
Overview of Changes from GIMP 3.0.4 to GIMP 3.0.6
=================================================

This is a mostly bug-fix release.

Core:

  - Many false-positive build warnings have been cleaned out (and proper
    issues fixed).
  - Various crashes fixed.
  - When creating a layer mask from the layer's alpha, but the layer has
    no alpha, simply fill the mask with complete opacity instead of
    a completely transparent layer.
  - Various core infrastructure code reviewed, cleaned up, refactored
    and improved, in drawable, layer and filter handling code, tree view
    code, and more.
  - GIMP_ICONS_LIKE_A_BOSS environment variable is not working anymore
    (because "gtk-menu-images" and "gtk-button-images" have been
    deprecated in GTK3 and removed in GTK4) and was therefore removed.
  - Lock Content now shows as an undo step.
  - Add alpha channel for certain transforms.
  - Add alpha channel on filter merge, when necessary.
  - Filters can now be applied non-destructively on channels.
  - Improved Photoshop brush support.
  - After deleting a palette entry, the next entry is automatically
    selected. This allows easily deleting several entries in a row,
    among other usage.
  - Resize image to layers irrespective to selections.
  - Improved in-GUI release notes' demo script language:
    * We can now set a button value to click it:
      "toolbox:text,
      tool-options:outline=1,
      tool-options:outline-direction"
    * Color selector's module names can be used as identifiers:
      "color-editor,color-editor:CMYK=1,color-editor:total-ink-coverage"
  - Fixed Alpha to Selection on single layers with no transparency.
  - Various code is slowly ported to newer code, preparing for GTK4 port
    (in an unplanned future step):
    * Using g_set_str() (optionally redefining it in our core code to
      avoid bumping the GLib minimum requirement).
    * Start using GListModel in various pieces of code, in particular
      getting rid of more and more usage of GtkTreeView when possible
      (as it will be deprecated with GTK4).
    * New GimpRow class for all future row widgets.
    * Use more of G_DECLARE_DERIVABLE_TYPE and G_DECLARE_FINAL_TYPE
      where relevant.
    * New GimpContainerListView using a GtkListBox.
    * New GimpRowSeparator, GimpRowSettings, GimpRowFilter and
      GimpRowDrawableFilter widgets.
  - (Experimental) GEX Format was updated.
  - Palette import:
    * Set alpha value for image palette imports.
    * Fix Lab & CMYK ACB palette import.
    * Add palette format filters to import dialog, making it more
      apparent what palette formats are supported, and giving the
      ability to hide irrelevant files.
  - Improved filter actions' sensitivity to make sure they are set
    insensitive when relevant. In particular filters which cannot be run
    non-destructively (e.g. filters with aux inputs, non-interactive
    filters and GEGL Graph) must be insensitive when trying to run them
    on group layers.
  - Fix bad axis centering on zoom out.
  - Export better SVG when exporting paths.

Tools:

  - Text tool: make sure the default color is only changed when the user
    confirms the color change.
  - Foreground Selection tool: do not create a selection when no strokes
    has been made. In particular this removes the unnecessary delay
    which happened when switching to another tool without actually
    stroking anything.
  - All Transform tools: transform boundaries for preview is now
    multi-layers aware.
  - (Experimental) Seamless Clone tool: made to work again, though it is
    still too slow to get out of Playground.

Graphical User Interface:

  - Various improvements to window management:
    * Keep-Above windows are set with the Utility hint.
    * Utility windows are not made transient to a parent.
    * Transient factory dialogs follow the active display, ensuring that
      new image windows would not hide your toolbox and dock windows.
  - Various CSS improvements for styling of the interface. Some theme
    leaks were also fixed.
  - New toggle button in Brushes and Fonts dockable, allowing brush and
    font previews to optionally follow the color theme. For instance,
    when using a dark theme, the brush and font previews could be drawn
    on the theme background, using the theme foreground colors. By
    default, these data previews are still drawn as black on white.
  - Palette grid is now drawn with the theme's background color.
  - Consistent naming patterns on human-facing options (first word only
    capitalized).
  - About dialog:
    * We will now display the date and time of the last
      check in a "Up to date as of <date> at <time>" string, differing
      from the "Last checked on <date> at <time>" string. The former
      will be used to indicate that GIMP is indeed up-to-date whereas
      the latter when a new version was released and that you should
      update.
    * We now respect the system time/date format on macOS and Windows.
  - The search popup won't pop up without an image.
  - Better zoom step algorithm for data previews in container popup
    (e.g. the brush popup in paint Tool Options).
  - Disable animation in the Input Controller, Preferences and Welcome
    dialogs for stack transition when animation are disabled in system
    settings.
  - Fixed crosshair hotspot on Windows (crosshair cursor for brushes was
    offset with a non-100% display scale factor).
  - Debug/CRITICAL dialog:
    * Make sure it is non-modal.
    * Follow the theme mode under Windows.
  - While loading images, all widgets in the file dialog are made
    insensitive, except for the Cancel button and the progress bar.
  - Both grid and list views can now zoom via scroll and zoom gestures
    (it used to only work in list views).
  - Pop an error message up on startup when GIO modules to read HTTPS
    links are not found and that we therefore fail to load the remote
    gimp_versions.json file. With the AppImage package in particular, we
    depend on an environment daemon which cannot be shipped in the
    package. So the next best thing is to warn people and tell them what
    they should install to get version checks.
  - Welcome dialog:
    * The "Community Tutorials" link is now shown after the
      "Documentation" link.
    * The "Learn more" link in Release Notes tab leads to the actual
      release news for this version.

Plug-ins:

  - PDF export: do not draw disabled layer masks.
  - Jigsaw: the plug-in can now draw on transparent layers.
  - Various file format fixes and improvements: JPEG 2000 import, TIFF
    import, DDS import, SVG import, PSP import, FITS export, ICNS
    import, Dicom import, WBMP import, Farbfeld import, XWD import, ILBM
    import.
  - Sphere Designer: use spin scale instead of spin entries (the latter
    is unusable with little horizontal space).
  - Animation Play: frames are shown again in the playback progress bar.
  - Vala Goat Exercise: ignoring C warning in this Vala plug-in as it is
    generated code and we cannot control it.
  - file-gih: brush pipe selection modes now have nice, translatable
    names.
  - Metadata viewer: port from GtkTreeView to GtkListBox.
  - File Raw Data: reduce Raw Data load dialogue height by moving to a
    2-column layout.
  - SVG import: it is now possible to break aspect ratio with specific
    width/height arguments, when calling the PDB procedure
    non-interactively (from other plug-ins).
  - Print: when run through a portal print dialog, the "Image Settings"
    will be exposed as a secondary dialog, outputted after the portal
    dialog, instead of a tab on the main print dialog (because it is not
    possible to tweak the print dialog when it is created by a portal).
    This will bring back usable workflow of printing with GIMP when run
    in a sandbox (e.g. Flatpak or Snap).
  - Recompose: fixed for YCbCr decomposed images.
  - Fixed vulnerabilities: ZDI-CAN-27684, ZDI-CAN-27863, ZDI-CAN-27878,
    ZDI-CAN-27836, ZDI-CAN-27823, ZDI-CAN-27793.
  - C Source and HTML export can now be run non-interactively too (e.g.
    from other plug-ins).
  - Map Object: fix missing spin boxes.
  - Small Tiles: fix display lag.

API:

  - libgimpui:
    * new function: gimp_prop_toggle_new()
    * updated widget default for GimpChoice in GimpProcedureDialog: when
      the number of choices is below 3, a radio frame is used, and a
      combo box otherwise (it used to always be a combo box).
    * GimpExportProcedureDialog: comment text area will be made
      (in)sensitive depending on the checked state of "Save Comment"
      option.
    * Use arrows for GimpSpinScale cursors.
    * GimpColorScales: no decimal for u8 RGB color selector. This change
      will help further distinguish between the 0...100 and 0..255 views
      in the Color Selectors.
    * Internal color drags now use a "application/x-geglcolor" target
      since "application/x-color" is standard and should not be used for
      our more powerful color formats.
  - libgimp:
    * new enum type: GimpTRCType
    * gimp_file_save() sets the XCF or exported files accordingly.
    * Metadata:
      + Favor existing image comment instead of always loading comment
        from metadata.
      + Fix handling of "charset=" in comments.
      + Better heuristic to choose the comment to export, especially
        when it has been edited in the export dialog comment field.
      + XMP modification date format fix and Exif.Image.DateTime
        metadata has been modernized, also adding the timezone.
  - PDB/libgimp:
    * Allow nullable sample points and guide types for some
      functions.
    * GeglParamFilePath can now be passed across the wire.
  - macOS: improve dock icon flashing issue.

Build:

  - CI scripts synced to latest `master` state.
  - Windows file format association list is now generated at build time,
    avoiding discrepancies.
  - Build scripts are made POSIX-compliant for better portability across
    platforms.
  - New nightly Snap package.
  - New nightly Aarch64 flatpak.
  - Core code ported from appstream-glib to libappstream.
  - Windows installer now uses the latest InnoSetup again.
  - New option -Dwin-debugging=dwarf to generate DWARF symbols on
    Windows (defaults to CodeView symbols).
  - Compilation should work again fine with older librsvg (before the
    Rust port).
  - release-stats.sh script updated to generate text directly pastable
    into our release news.
  - CI:
    * Linux builds ported from unmaintained Kaniko to Buildah.
    * Colored output and .pdb support for builds of dependency using
      CMake.
    * Ability to apply remote patches on dependency builds.
    * New job "branches-check" to warn about dead branches.
    * Our Debian jobs are now built with GCC again (the CLang builds are
      switched to weekly scheduled jobs).
  - Clean out deprecation warnings on GLib and GTK/GDK based on our
    minimum requirement of these dependencies thanks to
    GLIB_VERSION_MIN_REQUIRED() and GLIB_VERSION_MAX_ALLOWED() macros
    (and equivalent GDK macros).
  - We now build Exiv2 ourselves on Windows as a temporary workaround to
    issue #12626.
  - Improved packages binary caching with ORAS for Flatpak.
  - AppImage: we now depend on Debian Trixie.


To generate a diff of this commit:
cvs rdiff -u -r1.423 -r1.424 pkgsrc/graphics/gimp/Makefile
cvs rdiff -u -r1.84 -r1.85 pkgsrc/graphics/gimp/PLIST
cvs rdiff -u -r1.120 -r1.121 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.423 pkgsrc/graphics/gimp/Makefile:1.424
--- pkgsrc/graphics/gimp/Makefile:1.423 Thu Oct 23 20:37:29 2025
+++ pkgsrc/graphics/gimp/Makefile       Tue Nov  4 16:39:17 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.423 2025/10/23 20:37:29 wiz Exp $
+# $NetBSD: Makefile,v 1.424 2025/11/04 16:39:17 ryoon Exp $
 
-DISTNAME=      gimp-3.0.4
-PKGREVISION=   9
+DISTNAME=      gimp-3.0.6
 CATEGORIES=    graphics
 MASTER_SITES=  https://download.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.xz
@@ -89,7 +88,7 @@ PLIST_VARS+=  xmc
 .include "../../archivers/libarchive/buildlink3.mk"
 .include "../../archivers/xz/buildlink3.mk"
 .include "../../databases/shared-mime-info/mimedb.mk"
-.include "../../devel/appstream-glib/buildlink3.mk"
+.include "../../devel/appstream/buildlink3.mk"
 .include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"

Index: pkgsrc/graphics/gimp/PLIST
diff -u pkgsrc/graphics/gimp/PLIST:1.84 pkgsrc/graphics/gimp/PLIST:1.85
--- pkgsrc/graphics/gimp/PLIST:1.84     Fri Jun 13 06:46:19 2025
+++ pkgsrc/graphics/gimp/PLIST  Tue Nov  4 16:39:18 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.84 2025/06/13 06:46:19 wiz Exp $
+@comment $NetBSD: PLIST,v 1.85 2025/11/04 16:39:18 ryoon Exp $
 bin/gimp
 bin/gimp-3
 bin/gimp-3.0
@@ -257,7 +257,6 @@ include/gimp-3.0/libgimpwidgets/gimpwidg
 include/gimp-3.0/libgimpwidgets/gimpwidgetsutils.h
 include/gimp-3.0/libgimpwidgets/gimpzoommodel.h
 lib/gimp/3.0/environ/default.env
-lib/gimp/3.0/environ/python.env
 lib/gimp/3.0/extensions/org.gimp.extension.goat-exercises/goat-exercise-c
 lib/gimp/3.0/extensions/org.gimp.extension.goat-exercises/goat-exercise-c.c
 lib/gimp/3.0/extensions/org.gimp.extension.goat-exercises/goat-exercise-py3.py
@@ -366,7 +365,6 @@ lib/gimp/3.0/plug-ins/file-compressor/fi
 lib/gimp/3.0/plug-ins/file-csource/file-csource
 lib/gimp/3.0/plug-ins/file-darktable/file-darktable
 lib/gimp/3.0/plug-ins/file-dds/file-dds
-lib/gimp/3.0/plug-ins/file-desktop-link/file-desktop-link
 lib/gimp/3.0/plug-ins/file-dicom/file-dicom
 lib/gimp/3.0/plug-ins/file-exr/file-exr
 lib/gimp/3.0/plug-ins/file-farbfeld/file-farbfeld
@@ -468,34 +466,34 @@ lib/girepository-1.0/Gimp-3.0.typelib
 lib/girepository-1.0/GimpUi-3.0.typelib
 lib/libgimp-3.0.so
 lib/libgimp-3.0.so.0
-lib/libgimp-3.0.so.0.0.4
+lib/libgimp-3.0.so.0.6.0
 lib/libgimp-scriptfu-3.0.so
 lib/libgimp-scriptfu-3.0.so.0
-lib/libgimp-scriptfu-3.0.so.0.0.4
+lib/libgimp-scriptfu-3.0.so.0.6.0
 lib/libgimpbase-3.0.so
 lib/libgimpbase-3.0.so.0
-lib/libgimpbase-3.0.so.0.0.4
+lib/libgimpbase-3.0.so.0.6.0
 lib/libgimpcolor-3.0.so
 lib/libgimpcolor-3.0.so.0
-lib/libgimpcolor-3.0.so.0.0.4
+lib/libgimpcolor-3.0.so.0.6.0
 lib/libgimpconfig-3.0.so
 lib/libgimpconfig-3.0.so.0
-lib/libgimpconfig-3.0.so.0.0.4
+lib/libgimpconfig-3.0.so.0.6.0
 lib/libgimpmath-3.0.so
 lib/libgimpmath-3.0.so.0
-lib/libgimpmath-3.0.so.0.0.4
+lib/libgimpmath-3.0.so.0.6.0
 lib/libgimpmodule-3.0.so
 lib/libgimpmodule-3.0.so.0
-lib/libgimpmodule-3.0.so.0.0.4
+lib/libgimpmodule-3.0.so.0.6.0
 lib/libgimpthumb-3.0.so
 lib/libgimpthumb-3.0.so.0
-lib/libgimpthumb-3.0.so.0.0.4
+lib/libgimpthumb-3.0.so.0.6.0
 lib/libgimpui-3.0.so
 lib/libgimpui-3.0.so.0
-lib/libgimpui-3.0.so.0.0.4
+lib/libgimpui-3.0.so.0.6.0
 lib/libgimpwidgets-3.0.so
 lib/libgimpwidgets-3.0.so.0
-lib/libgimpwidgets-3.0.so.0.0.4
+lib/libgimpwidgets-3.0.so.0.6.0
 lib/pkgconfig/gimp-3.0.pc
 lib/pkgconfig/gimpthumb-3.0.pc
 lib/pkgconfig/gimpui-3.0.pc
@@ -1893,6 +1891,7 @@ share/gimp/3.0/icons/Legacy/scalable/app
 share/gimp/3.0/icons/Legacy/scalable/apps/gimp-even-vertical-gap.svg
 share/gimp/3.0/icons/Legacy/scalable/apps/gimp-file-manager.svg
 share/gimp/3.0/icons/Legacy/scalable/apps/gimp-gegl.svg
+share/gimp/3.0/icons/Legacy/scalable/apps/gimp-group-layer.svg
 share/gimp/3.0/icons/Legacy/scalable/apps/gimp-lock-alpha-symbolic.svg
 share/gimp/3.0/icons/Legacy/scalable/apps/gimp-lock-alpha.svg
 share/gimp/3.0/icons/Legacy/scalable/apps/gimp-lock-content-symbolic.svg
@@ -1989,6 +1988,7 @@ share/gimp/3.0/icons/Legacy/scalable/app
 share/gimp/3.0/icons/Legacy/scalable/apps/gimp-transform-3d-camera.svg
 share/gimp/3.0/icons/Legacy/scalable/apps/gimp-transform-3d-move.svg
 share/gimp/3.0/icons/Legacy/scalable/apps/gimp-transform-3d-rotate.svg
+share/gimp/3.0/icons/Legacy/scalable/apps/gtk-cancel.svg
 share/gimp/3.0/icons/Legacy/scalable/apps/gtk-no.svg
 share/gimp/3.0/icons/Legacy/scalable/apps/gtk-ok.svg
 share/gimp/3.0/icons/Legacy/scalable/apps/gtk-select-color.svg

Index: pkgsrc/graphics/gimp/distinfo
diff -u pkgsrc/graphics/gimp/distinfo:1.120 pkgsrc/graphics/gimp/distinfo:1.121
--- pkgsrc/graphics/gimp/distinfo:1.120 Mon May 19 11:20:01 2025
+++ pkgsrc/graphics/gimp/distinfo       Tue Nov  4 16:39:18 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.120 2025/05/19 11:20:01 wiz Exp $
+$NetBSD: distinfo,v 1.121 2025/11/04 16:39:18 ryoon Exp $
 
-BLAKE2s (gimp-3.0.4.tar.xz) = 288bc3e66c79c9a4adf81fc7074c557069d1ff59c2221d72fd66de72f8044174
-SHA512 (gimp-3.0.4.tar.xz) = 7a83768caae458b75883522c87d5297e9642b64b0516c482804034b8b9acc6af6afc89d1b4a549fd26de3e33816136c31d440f554f66669c8ccd43536260916a
-Size (gimp-3.0.4.tar.xz) = 27060240 bytes
+BLAKE2s (gimp-3.0.6.tar.xz) = 8e59ee6770510c2795a1fa9191f47682b92ed8b4e029f5cf2edeb494db4f5416
+SHA512 (gimp-3.0.6.tar.xz) = 513fe11083b6560ce7bbe1b56ccbc0d83a4edb33e110508543fc8c8fdf6c60d91f9af60cb4d83926eec490baceb6c9cc5aae43a4d0ae7a04099f4036e50d179c
+Size (gimp-3.0.6.tar.xz) = 27197880 bytes
 SHA1 (patch-app-tools_meson.build) = 490d76d6c9f51c1fffbb0710683e35ac9cf5a267



Home | Main Index | Thread Index | Old Index