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:   wiz
Date:           Sun Mar 15 07:29:21 UTC 2026

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

Log Message:
gimp: update to 3.2.0.

Overview of Changes from GIMP 3.2.0 RC3 to GIMP 3.2.0
=====================================================

Core:

  - Operation "gimp:curves" set to Perceptual "trc" by default. The
    "linear" (unused, and only kept for compatibility) arg has been
    removed since the op could not have been used during 3.0 series.
  - Levels dialog now initializes to Perceptual (even though the
    "gimp:levels" op still defaults to Linear "trc", for
    backward-compatibility reasons).
  - Improve clipboard shutdown on Windows (speeds up shutdown).
  - Dragging a color or pattern on a vector layer in the Layers dock
    will set its fill instead of rasterizing it (a similar flow had been
    implemented in RC3, but it was working when dragging on canvas
    only).

Tools:

  - Text tool: make sure the on-canvas UI is always fully visible on
    canvas.
  - Selection tools: fix ordering of selection modes in tool options.

Graphical User Interface:

  - Further theme fixes (in particular in the Python console).
  - Individual per-project save buttons in the Quit dialog are now sized
    according to the theme.

Plug-Ins:

  - Screenshot: when "Include mouse pointer" is checked on Windows,
    it used to show a generic cursor rather than the actual currently
    used one. We now show the correct cursor.
  - Fixed ZDI-CAN-28813 vulnerability in ANI loading.
  - Fixed ZDI-CAN-28901 vulnerability in XPM loading.
  - Fixed ZDI-CAN-28807 vulnerability in PSD loading.
  - Fixed ZDI-CAN-28874 vulnerability in PSP loading.
  - Fixed ZDI-CAN-28405 vulnerability in IFF loading.
  - Fixed ZDI-CAN-28863 vulnerability in JPEG 2000 loading.
  - Filters Browser: now shows default value for enum and GimpChoice
    arguments of filters.
  - JPEG:
    * the color profile is now always stored in JPEG files exported as
      CMYK.
    * DCT options are shown again as a combo box (instead of a radio
      frame), just like they were during the 2.10 series.
    * fix loading of photoshop path split across multiple segments.
  - TIFF: only show the "Show reduced images" toggle when there are
    actually several images in the file.
  - PSD: various fixes on loading code.

API:

  - libgimp/PDB: gimp_image_convert_color_profile() allows a NULL
    profile, which will convert the image to a built-in profile, as was
    already documented (yet not properly implemented).
  - libgimpwidgets: GimpUnitComboBox better interacting with pointer
    events.

Translations:

  - New Kazakh translation of the Windows installer, as well as for
    Python and Script-Fu plug-ins, tags and tips.

Build:

  - The Snap package will now migrate from ~/snap/ if the 3.0 folder is
    not found in XDG config home, similarly to what we do for Flatpak.
  - Our in-house macOS builds now uses macOS 26 to generate Liquid Glass
    icons.
  - The RC2 splash image was chosen as final GIMP 3.2.0 splash.
  - DMG packages for macOS are now properly built as relocatable.
  - Building GIMP is now fully reproducible.
  - More work done on the in-house macOS pipeline (i.e. in our Gitlab
    instance, triggered by the main repository, not our more ancient
    external pipeline), especially regarding x86_64 DMG support (the
    Silicon builds are already working fine).

Overview of Changes from GIMP 3.2.0 RC2 to GIMP 3.2.0 RC3
=========================================================

Core:

  - In a Flatpak sandbox, GIMP will now show the native config directory
    path in relevant places.
  - XCF files can now only be loaded when all fonts have been loaded.
    Font loading happens as a background task and can continue even
    after the GUI is present and usable (for people with a lot of
    fonts). When they try to load image files in such a case now, the
    loading will be delayed (this also includes files loaded from
    command line, or from a file browser starting GIMP).
  - Default to 'quartz' IM on macOS for emoji keyboard support.
  - When dropping a color or pattern on canvas when a vector layer is
    selected, their "fill" property is updated accordingly.
  - Link layers are now protected against color and pattern drops.
  - macOS logo was updated to cater to new guidelines since macOS 26
    (following previous guidelines, the logo was appearing too small on
    latest macOS).
  - Not all color buttons should be fully image-contextual, in
    particular for indexed images. E.g. filter color buttons should
    usually not be limited to the palette's colors. Nor should the
    out-of-gamut or grid colors, etc.
  - When merging all filters on a drawable, the inactive filters are
    ignored (and therefore are kept as-is, instead of being removed).
  - Sample Points mode is carried over on duplicated images (not only
    their position).
  - Procreate swatches (.swatches) can now be imported as palettes.
  - Flipping link layers don't rasterize them anymore.
  - Code forbidding some operations from being used non-destructively is
    now a bit more robust.
  - Better support for filter's area updates.
  - In the Input Devices window, we now dropped the list of axis.
    Changing an axis use has not really worked for years, and this list
    was mostly confusing. Also it seems like it was not even shown
    anymore on some platforms in the 3.0 series.
    On the other hand, we now always show the Pressure Curve for any
    device of type "Pen". We don't try anymore to be clever and detect
    if the pen really has a pressure axis. As it turns out, such
    heuristic was quite fragile and not working in some cases.
  - Some work started on some file dialogs to use API more compatible
    with native file dialogs, hence preparing the field for this port in
    the next minor series.

Tools:

  - Flip tool: up/down and left/right keys can now be used to flip items
    respectively vertically or horizontally.
  - Crop tool: the tool now adds an alpha channel to a layer under the
    following conditions:
    1) "Selected layers only" is checked
    2) "Allow growing" is checked
    3) "Fill with" is set to transparency
    4) The crop rectangle is larger than the width or height of the layer
    5) The layer does not already have an alpha channel.
  - Shear tool: arrow keys support to adjust the shear: left/right move
    the shear on the X axis, up/down move the shear on the Y axis.
    By default, it moves one pixel at a time. If you hold shift (similar
    to the move tool), it moves based on the slider's page increment
    setting (factoring in the current zoom).

Operations:

  - "gimp:curves" and "gimp:levels" now properly default to Linear.
    Also the "linear" argument for both is now completely ignored in
    favor of "trc". This doesn't break API compatibility because these
    filters were broken enough that they were only run as linear until
    now. As for XCF backward compatibility, the full argument list was
    stored so existing XCF files will still load and render fine.
  - Equalize:
    * The filter now works again in non-linear space, just like it did
      in GIMP 2.10.
    * The "gimp:equalize" operation is now hidden from the API, because
      it is not usable anyway (lack of GimpHistogram support in
      libgimp/PDB) but also because the core implementation needs to be
      changed before being able to behave properly in non-destructive
      usage (the histogram would currently not re-compute itself with
      source changes).

Graphical User Interface:

  - Add conditional mask delete button on Layers dockable, shown when a
    layer mask is selected.
  - Reorder HLS to HSL in Hue Saturation GUI.
  - The Navigation and Selection dockables are now properly colored
    according to the theme (in particular, in dark mode, they won't show
    huge bright areas when no images are opened).
  - No outlines are shown anymore in the "Fx" column of item tree views.
  - The Welcome dialog is not shown on start anymore if GIMP was started
    by loading images.
  - Histogram Editor pixels and count are now displayed in GSize range.
  - New splash image for RC3.
  - Make styling consistent for the NDE popover.
  - Better wrapping and scrolling policy for the comment field of the
    export dialog, preventing issues when other program add extra-long
    comment to images.
  - New style defined for GimpPivotSelector, so that it can be styled
    through CSS.
  - Canvas Size options in Preferences dialog reordered to match the
    respective Canvas Size dialog.
  - Hide move handle in Text Editor window (this is only meant for the
    on-canvas text editor).
  - Do not trigger tree view search unnecessarily in various widgets
    where it is counter-productive.
  - We will not show uninstalled languages anymore in Preferences >
    Interface. This could happen when packagers are splitting language
    modules into separate packages, or when configuring a Windows
    installation not to install all languages.

Command Line Interface:

  - Man page improved to up-to-date usage.
  - CLI option --no-interface is now hidden on gimp-console usage.

Plug-Ins:

  - Fixed vulnerability ZDI-CAN-28232 in PSP import.
  - Fixed vulnerability ZDI-CAN-28599 in ICO import.
  - Fixed vulnerability ZDI-CAN-28265 in XWD import.
  - Fixed vulnerability ZDI-CAN-28530 in ICNS import.
  - WebP lossless export made more efficient.
  - JPEG2000 quality setting on export fixed.
  - XMC export updated not to modify the source image.
  - Curve Bend PDB procedure API is not bogus anymore.
  - Gradient Flare files now support also Windows line ending.
  - Background color restored in (script-fu-round-corners).
  - DDS:
    * Initial DDS BC7 export support.
    * Retains original import settings of a DDS texture (such as
      compression, number of mipmaps, and flags) through a parasite.
      On export, we default the compression format to the original to
      reduce the chance of choosing the wrong format for the game
      they're creating the texture for.
      The other data stored is not currently used.
  - Various Python plug-ins were improved to properly work in headless
    environments.
  - Image Map dialog improved so that it doesn't show too wide.
  - Script-Fu: libgimpui enum values are now also introspected, same as
    libgimp enum values are. E.g. GIMP_ASPECT_SQUARE is ASPECT-SQUARE in
    Script-Fu.
  - EXR: Import YUV OpenEXR chroma channels as RGB.

API:

  - libgimp/PDB:
    + The following functions were deprecated, now recommending to
      directly merge or append filters on drawables with the
      GimpDrawableFilter API:
      * gimp_drawable_brightness_contrast() in favor of filter
        "gimp:brightness-contrast".
      * gimp_drawable_color_balance() in favor of filter
        "gimp:color-balance".
      * gimp_drawable_colorize_hsl() in favor of filter
        "gimp:colorize".
      * gimp_drawable_extract_component() in favor of filter
        "gegl:component-extract".
      * gimp_drawable_desaturate() in favor of filter
        "gimp:desaturate".
      * gimp_drawable_hue_saturation() in favor of filter
        "gimp:hue-saturation".
      * gimp_drawable_invert() in favor of filters
        "gegl:invert-linear" and "gegl:invert-gamma".
      * gimp_drawable_levels() in favor of filter
        "gimp:levels".
      * gimp_drawable_shadows_highlights() in favor of filter
        "gegl:shadows-highlights".
      * gimp_drawable_posterize() in favor of filter
        "gimp:posterize".
      * gimp_drawable_threshold() in favor of filter
        "gimp:threshold".
      * gimp_drawable_curves_explicit() in favor of filter
        "gimp:curves".
      * gimp_drawable_curves_spline() in favor of filter
        "gimp:curves".
    + gimp_image_get_thumbnail() implementation updated to always return
      sRGB(A) 8-bit data.
    + New GimpCurve class and various API to create and configure a
      curve.
  - libgimpconfig:
    + GimpConfig objects can now be given a XCF version to force the
      serialization to use older formats. This is used for serializing
      some parasites in XCF and keep them compatible with older GIMP
      versions.
    + New functions:
      * gimp_config_get_xcf_version()
      * gimp_config_set_xcf_version()
  - libgimpwidgets:
    + GIMP_ICON_TEXTURE ("gimp-texture") is not used anymore and is
      planned for deletion in GIMP 4.
    + GimpColorScales and GimpColorSelect made introspectable.
    + gimp_widget_get_monitor() has now a Wayland implementation.

Translations:

  - New Cornish translation of GIMP.
  - Thai now has official support in InnoSetup (Windows installer's
    generic strings).

Build:

  - GIMP docs is now versioned on $DATADIR/doc/gimp-$APIVER (where
    APIVER=3.0 right now).
  - Drop Force32bitInstall option in Windows installer.
  - Work has been started to move the macOS CI to our main Gitlab infra.
    We now have macOS jobs in the CI, and these can be triggered in
    merge requests with "Package:Macos Dmg" label. More work is needed
    before it can become the source for our release packages though.
  - The Flatpak package will now contain gimp-console as well.
  - Add a configure test on macOS to ensure that harfbuzz was built with
    libgraphite2 shaper.
  - New -Ddmg boolean configure option to generate files needed for our
    macOS DMGs.
  - New -Dbash-completion configure option.
  - CI: it is now possible to trigger packages from MR by writing
    package labels in MR descriptions without having special access role
    on Gitlab.
  - Some older unit tests updated to run on real GIMP; other tests were
    disabled because they keep getting bugs (which are not in GIMP and
    are just wasting our time, because they directly hack through core
    GIMP code, yet without being a full-fledged GIMP process).
  - DMG package background now uses the splash image for more consistent
    and fancier designs at each minor or major release.
  - Updated scripts to generate both the DMG background and the Windows
    Installer side images from the splash image, using a metadata file,
    along with instructions towards artists so that they have the
    ability to choose the explicit crop positions and dimensions.
  - Third-party binary plug-ins are now supported in AppImage (if
    compiled against the same Debian binaries used for building the
    AppImage).
  - From GIMP 3.2, the Snap package will be able to migrate config
    folders from non-Snap older GIMP, and will store its own config
    outside the sandbox too, from now on.
  - Add limited global menu support for Flatpak. This requires setting
    GIMP_GTK_MENUBAR environment variable.

Overview of Changes from GIMP 3.2.0 RC1 to GIMP 3.2.0 RC2
=========================================================

Core:

  - Historical restriction preventing saving and exporting when no
    drawables are selected has been removed as moot. Our export API (and
    therefore export plug-ins) does not have such requirements anymore
    (and plug-ins are able to query the selected layers or channels if
    necessary).
  - SVG exporting now uses opaque path IDs for the 'id' attribute, and
    not the GUI-visible path name anymore, to match the SVG specs. The
    path ID has a limited character set and is not meant to be
    human-readable.
  - Clipboard brush and pattern max size limit bumped to 8192 on 64-bit
    (and stays 1024 on 32-bit architecture).
  - Path importing from SVG was updated to a copy of the latest C-based
    librsvg code, making it much more robust.
  - Proper textual warnings are added when trying to merge filters which
    cannot be merged.
  - Initial font loading was greatly sped up (not validating them
    through harfbuzz or freetype anymore, but checking the first bytes
    of every font file; a bit less robust but much faster).
  - A few safety checks were added when creating new link layers and
    when loading XCF files with link layers to prevent infinite loops
    with cycling links.

Tools:

  - MyPaint Brushes: stylus barrel rotation is now supported, when
    relevant to the specific brush selected.
  - Paint Select (Playground):
    * Processing only happens at button release.
    * More events are processed.
    * Do not process the graph when all events are inside selection when
      adding to selection, or outside selection when removing from
      selection.
    * Improved local region computation.
    * Add progression feedback (relies on a patch on libmaxflow, waiting
      for review).
    * Reset the scribbles at every stroke.
    * Use the same mode box widgets as other selection tools.

Graphical User Interface:

  - Define headerbar button colors to ensure they match our theme style.
  - Add more spacing between buttons in default CSS.
  - Keyboard shortcut dialog hint improved (broke string freeze).
  - New splash image.

Plug-Ins:

  - Vulnerabilities fixed: ZDI-CAN-28311, ZDI-CAN-28273, ZDI-CAN-28158.
  - PSD: legacy PSD Outer Glow layer style now imported (it uses
    gegl:dropshadow with certain preset values to replicate the
    Photoshop filter).
  - PS/EPS: default export unit is set to millimiter instead of inch.

API:

  - libgimpbase:
    * gimp_directory() will now return the correct path of the
      virtualized config directory on MSIX.

CLI:

  - Added a Bash completion file our our command line interfaces.
  - CLI option --show-debug-menu is not hidden anymore from the --help
    output. I don't see a good reason to hide this option, except for
    making it hardly discoverable. It is enough for the debug menu to be
    hidden from the GUI by default and good that CLI options show a way
    to bypass this for advanced users and contributors.

Build:

  - Package maintainership instructions were moved to the developer
    website.
  - Various fixes regarding versioning and RC status on several
    packages, to handle name clashes and inconsistencies.
  - Add the ability to localize strings at build time as a build
    requirement. Technically it implies for us that the build system is
    set to a locale other than C or POSIX, or that the en_US.UTF-8 is
    installed on the system. This was causing our list of language not
    to be properly self-localized in Preferences.
  - Current scheduled MSVC jobs will build GEGL without ctx until proper
    fixes are made to make it buildable for this platform.
  - Our C++ standard is now ISO C++ 14 (instead of GNU C++ 14) to make
    GIMP compile with clang-cl (wrapper to MSVC) on Windows.
  - Add support to MSVC's resource compiler: this allows us to support
    both rc.exe (MSVC) and windres.exe (GNU).
  - GIMP was made to be compilable on both GNU compilers and MSVC.
  - Automate verification of Windows signature certificate and MSIX
    secret.
  - Minimum requirement updates: babl 0.1.118 and GEGL 0.4.66.
  - AppImage is now using fully relocatable babl and GEGL.
  - AppImages and Windows official builds will now always ship the debug
    binaries for the hidden debug menu (which can be un-hidden with
    --show-debug-menu CLI option).

Overview of Changes from GIMP 3.1.4 to GIMP 3.2.0 RC1
=====================================================

Core:

  - macOS: "Quit" from the dock's right-click menu will now follow our
    standard Quit procedure, by intercepting the
    applicationShouldTerminate signal, instead of forcing the
    application to close (hence losing unsaved changes).
  - "Add Layer Mask" will now have an "Edit mask immediately" checkbox
    allowing to decide whether to go into Edit Mask state or not. This
    setting is saved across repetitive actions, as all other settings in
    this dialog.
  - Filters on pass-through group layers will no longer be limited to
    its children layers' bounding box, but to the actual bounding box,
    which includes all lower layers. This also implies that empty
    pass-through group layers can have an effect which will work like
    "adjustment layers" in other software. Masks bounding box on empty
    pass-through groups should also be the size of the group's render.
  - New actions "layers-rasterize" and "layers-revert-rasterize" to
    respectively rasterize and un-rasterize text, link or vector layers
    (rasterizing these layers is now always revertable, though any
    painting edit done after the rasterization is obviously lost).
  - Actions "layers-link-discard", "layers-vector-discard" and
    "layers-text-discard" have been removed. Only the latter existed in
    previous stable versions so any custom shortcut associated to
    "layers-text-discard" will be migrated as shortcut of
    "layers-rasterize".
  - When the GUI binary is run with --no-interface (-i) CLI option, we
    branch on the same codebase as gimp-console. Therefore even though
    this GUI binary still links with GTK, it won't run any GTK code and
    can therefore be run on headless servers.
  - Action "layers-vector-fill-stroke" removed (only available since
    3.1.4, not in any stable release).
  - Non-destructive filters on quick mask are merged (onto the selection
    channel) when exiting the quick mask mode.
  - Vector layers are now properly auto-renamed when changing their
    associated path (unless the layer was explicitely named).
  - It is not possible to "Merge Down" onto a pass-through layer group
    anymore.
  - "Merge Layer Groups" cannot be applied to pass-through groups
    anymore.
  - Multi-selection implemented in Document history in order to load or
    remove multiple images at once.
  - New "tools-swap" action (default shortcut: Shift-X) to activate the
    previously used tool.
  - When committing or canceling filters, GIMP will automatically swap
    back to the previously used tool.
  - Windows: standard output and error output are now properly
    redirected to the parent console in native shells, just like on
    Linux or macOS. As a consequence build option -Dwin32-debug-console
    has been removed. Ctrl-C is properly handled too, and output
    contains colors.
  - Paths attached to a vector layer cannot be deleted or merged anymore.
  - Text layer rendering has been made much more robust, even when with
    very big dimensions.
  - GIMP on Windows is now able to detect if it is being run from either
    console or shortcut, and use the python.exe interpreter in the
    former case, or pythonw.exe in latter case (silent output).
  - Fixed vulnerability: ZDI-CAN-28376 (XCF loading).

Tools:

  - All tools drawing directly on layers are now blocked when a text,
    link or vector layer is selected. An error message will suggest you
    rasterize these layers explicitly first, in order to be able to do
    any "destructive" action.
  - Text tool:
    * Dialog when trying to edit a rasterized layer text has been reworded.
    * Support pasting unformatted text with action text-tool-paste-unformatted
      (shortcut Ctrl|Primary-Shift-v by default).
    * On-Canvas style editor now has a move area allowing to move the
      GUI on a different position on canvas. This position is remembered
      per-text layer. When the position has been manually set, a reset
      button will also appear in the on-canvas editor (allowing to get
      back to default positionning).
  - Path tool:
    * Selecting a vector layer when the Path tool is active will pop a
      dialog up, similar to the one which we have in Text tool when a
      text layer is picked.
    * Improved logic for the creation and selection of vector layers and
      paths when the tool is active.
    * Double clicking a vector layer would activate the Path tool on it.
      The setting to change the path is moved to the layer options
      dialog.
  - Transform tools are not initialized anymore when they are selected
    after an automatic tool swap (when a filter tool is committed or
    canceled; cf. Core section).

Graphical User Interface:

  - "Rasterize" and "Revert Rasterize" menu items added to Layer menu
    when the selected layer is a text, link or vector layer.
  - The GimpColorHexEntry will now update the chosen color as you type.
  - Use a standard, yet extended, AppMenu on macOS.
  - Advertize the menu path to "Rasterize" items in error messages when
    trying to edit a rasterizable drawable.
  - Dragging a file to the image tab bar opens the file as a new image.
  - Additionally to status error messages, the layer blocking a "Merge
    Down" is now blinked on the Layers dialog to draw attention.
  - GimpViewableDialog header icon and view will now scale based on user
    custom icon size.
  - Color history colors can now be dragged and dropped, to fill or set
    colors as expected, as any other color area widgets.
  - It is now possible to select different objects with the same name
    when listed in a GimpContainerEntry (typically, 2 fonts named the
    same, when you are trying to select one of them in the font entry of
    Text tool options or of the on-canvas GUI; this was already working
    in the Fonts dockable, but not in the container entries).
  - We can now properly blink paths in the Paths dockable too (it used
    to only work for layers and channels). This will be used for
    actions, to raise awareness to reasons why an action cannot be
    executed.

Plug-Ins:

  - file-compressor: add zip decompression support. This allows support
    for loading .hgt.zip files, as well as other formats compressed with
    zip.
  - SVG: initial export support, including support for vector, text and
    link layers natively. Raster layers and masks are optionally
    embedded as either PNG or JPEG base64-encoded data.
  - Gimpressionist: edit button labels to more appropriate wording.
  - PDF:
    * supporting for exporting vector layers as paths.
    * background fill is set on all pages for multi-page PDFs.
  - PVR textures: new import support.
  - Replacing scale entries by spin scale widgets in various plug-ins.
  - Animation Playback and ImageMap plug-ins can now be closed with
    Escape like other plug-ins.
  - Fixed vulnerability: ZDI-CAN-28248 (JP2 image loading).

API:

  - libgimpbase:
    + New enum types:
      * GimpTextOutline
      * GimpTextOutlineDirection
    + Deprecated functions:
      * gimp_pixpipe_params_init
      * gimp_pixpipe_params_parse
      * gimp_pixpipe_params_build
      * gimp_pixpipe_params_free
  - libgimpcolor:
    + New functions:
      * gimp_cairo_surface_get_buffer
    + Deprecated functions:
      * gimp_cairo_surface_create_buffer
  - libgimpwidgets:
    + New macros:
      * GIMP_ICON_LAYER_LINK_LAYER
      * GIMP_ICON_LAYER_VECTOR_LAYER
    + GimpBrowser search entry ported to GtkSearchEntry.
    + GimpLabelEntry accepts a NULL value and will convert it to empty
      string.
    + gimp_widget_free_native_handle() implementation improved and docs
      updated with important information on how to use it (disregarding
      the new information, crashes on Wayland may happen).
  - libgimp:
    + New functions:
      * gimp_vector_layer_get_enable_fill
      * gimp_vector_layer_get_enable_stroke
      * gimp_vector_layer_get_fill_color
      * gimp_vector_layer_get_fill_pattern
      * gimp_vector_layer_get_path
      * gimp_vector_layer_get_stroke_cap_style
      * gimp_vector_layer_get_stroke_color
      * gimp_vector_layer_get_stroke_pattern
      * gimp_vector_layer_get_stroke_dash_offset
      * gimp_vector_layer_get_stroke_dash_pattern
      * gimp_vector_layer_get_stroke_join_style
      * gimp_vector_layer_get_stroke_miter_limit
      * gimp_vector_layer_get_stroke_width
      * gimp_vector_layer_get_stroke_width_unit
      * gimp_vector_layer_set_enable_fill
      * gimp_vector_layer_set_enable_stroke
      * gimp_vector_layer_set_fill_color
      * gimp_vector_layer_set_stroke_cap_style
      * gimp_vector_layer_set_stroke_color
      * gimp_vector_layer_set_stroke_dash_offset
      * gimp_vector_layer_set_stroke_dash_pattern
      * gimp_vector_layer_set_stroke_join_style
      * gimp_vector_layer_set_stroke_miter_limit
      * gimp_vector_layer_set_stroke_width
      * gimp_vector_layer_set_stroke_width_unit
      * gimp_item_is_vector_layer
      * gimp_item_id_is_link_layer
      * gimp_item_is_link_layer
      * gimp_link_layer_get_by_id
      * gimp_link_layer_get_file
      * gimp_link_layer_get_type
      * gimp_link_layer_new
      * gimp_link_layer_set_file
      * gimp_param_link_layer_get_type
      * gimp_param_spec_link_layer
      * gimp_procedure_add_link_layer_argument
      * gimp_procedure_add_link_layer_aux_argument
      * gimp_procedure_add_link_layer_return_value
      * gimp_link_layer_get_mime_type
      * gimp_text_layer_get_outline
      * gimp_text_layer_get_outline_antialias
      * gimp_text_layer_get_outline_cap_style
      * gimp_text_layer_get_outline_color
      * gimp_text_layer_get_outline_dash_offset
      * gimp_text_layer_get_outline_direction
      * gimp_text_layer_get_outline_join_style
      * gimp_text_layer_get_outline_miter_limit
      * gimp_text_layer_get_outline_width
      * gimp_text_layer_set_outline
      * gimp_text_layer_set_outline_antialias
      * gimp_text_layer_set_outline_cap_style
      * gimp_text_layer_set_outline_color
      * gimp_text_layer_set_outline_dash_offset
      * gimp_text_layer_set_outline_direction
      * gimp_text_layer_set_outline_join_style
      * gimp_text_layer_set_outline_miter_limit
      * gimp_text_layer_set_outline_width
      * gimp_param_rasterizable_get_type
      * gimp_param_spec_rasterizable
      * gimp_rasterizable_get_type
      * gimp_rasterizable_is_rasterized
      * gimp_rasterizable_rasterize
      * gimp_rasterizable_restore
      * gimp_file_procedure_get_meta
      * gimp_file_procedure_set_meta
      * gimp_images_close_popup
      * gimp_images_popup
      * gimp_images_set_popup
      * gimp_items_close_popup
      * gimp_items_popup
      * gimp_items_set_popup
    + Deprecated functions:
      * gimp_drawables_close_popup
      * gimp_drawables_popup
      * gimp_drawables_set_popup
    + Removed functions:
      * gimp_vector_layer_discard (since 3.1.4, but never in a stable
        release).
    + New classes:
      * GimpLinkLayer
    + New interfaces:
      * GimpRasterizable: GimpLinkLayer, GimpTextLayer and
        GimpVectorLayer now implement this interface.
    + gimp_item_is_is_text_layer() will now always return TRUE for a
      layer which is a text layer in backend, even if it has been
      rasterized. It used not to, probably because the "Discard Text
      Information" was not reversible (except by undoing), whereas now
      we can "Revert Rasterize". Instead you should use
      gimp_rasterizable_is_rasterized() to determine whether to consider
      a GimpTextLayer as a raster layer or as a text layer.
    + gimp_file_load() as well as the image returned by a
      GimpLoadProcedure are now always returned as "clean" and with
      empty undo stack.
    + gimp_drawable_get_thumbnail_data() and
      gimp_drawable_get_sub_thumbnail_data() implementations updated to
      always return sRGB(A) 8-bit.
  - libgimpui:
    + New functions:
      * gimp_image_chooser_get_image
      * gimp_image_chooser_get_label
      * gimp_image_chooser_get_type
      * gimp_image_chooser_new
      * gimp_image_chooser_set_image
      * gimp_prop_image_chooser_new
      * gimp_item_chooser_get_item
      * gimp_item_chooser_get_label
      * gimp_item_chooser_get_type
      * gimp_item_chooser_new
      * gimp_item_chooser_set_item
      * gimp_prop_item_chooser_new
    + New classes:
      * GimpImageChooser
      * GimpItemChooser
    + Deprecated Classes:
      * GimpDrawableChooser

Metadata:

  - Making GIMP's project vision clearer in metadata description.

Build:

  - Depends on babl 0.1.116 and GEGL 0.4.64.
  - The stable Snap package (on Snap Store) has been officially passed
    over to the GIMP team.
  - Cleanup done in devel-docs/ with more developer documentation moved
    over to the developer website.
  - Build option -Dwin32-debug-console removed (cf. Core section).
  - Windows builds: GEGL is not built anymore with Matting Levin because
    it is highly unstable (crashes) on this OS.
  - Flatpak nightly builds will now show the correct version on `flatpak
    list`.
  - Our .exe installer will now have a dark mode (with Inno Setup 6.6.0).

Overview of Changes from GIMP 3.1.2 to GIMP 3.1.4
=================================================

Core:

  - About dialog now shows "Up to date as of <date>" text for more
    clarity.
  - Fixed config migration when updating to GIMP 3.1/2.
  - Reorganizing layer search code into generic item tree view search
    code for further reusing into other use cases.
  - Internal classes, config items and actions renamed from "vectors" to
    "path".
  - Some cleanup of outdated disabled unit tests and other warnings.
  - Restructuration of internal GimpControllerManager and
    GimpContainerView API.
  - GimpContainerListView now uses a GtkListBox. A Playground switch was
    added to use the new widgets in all views that can be switched
    between list and grid view (brushes, patterns etc.). This won't
    likely get out of Playground before GIMP 4 because it is far too
    slow right now (and apparently we'll need GTK4 for making it fast as
    our current lists).
  - Various code have been moving away from GtkTreeView and some new
    internal classes were added as a preparation for GTK4 port.
  - GEX format updated to use standard <custom/> instead of <metadata/>
    per update in the AppStream specs in the last few years. This
    doesn't make any compatibility issue since this format is purely
    internal only for now, not public.
  - New setting "Update metadata automatically" in Preferences > Image
    Import & Export > Export Policies. When enabled, add and update
    metadata automatically. When disabled, only the minimum necessary
    metadata changes are made, without changing modification date,
    synchronizing tags, or updating the software and change history
    metadata. This new setting is enabled by default.
  - Fix palette import to properly import colors with alpha values from
    palettes.
  - New layer types:
    * vector layers
    * link layers
  - Fill/Stroke editor are now live-previewing color changes for vector
    layer fill/stroke and text layer outlines.

Tools:

  - MyPaint brush tool was ported to the newer MyPaintSurface2 API. A
    consequence is that we now depend on mypaint-brushes-2.0 instead of
    mypaint-brushes-1.0.
  - Seamless Clone (Playground): made to work again, but is still too
    slow to move out of Playground.
  - The Paths tool has updated UI to create vector layers.
  - Text tool: bold, italic and underline can now be applied with
    commonly used shortcuts (Ctrl+b, i and u respectively).
  - Vector and Link layers cannot be painted on, and filters cannot be
    merged on them. They now need to be explicitly downgraded to raster
    layers.

Graphical User Interface:

  - More consistent capitalization across text in UI.
  - Use system colors on Windows title bar when System colors theme is
    set.
  - Make the comment text area sensitive in Export procedure dialogs
    depending on whether "Save Comment" checkbox is checked or not.
  - In various GUI using a GtkStack (Input Controller dialogue,
    Preferences dialogue, and Welcome dialogue), we now turn off
    animations when it is set OFF system-wide.
  - "System" color scheme now also works on macOS.
  - GimpSpinScale cursors now changed to "pointer" when hovering the
    slider area and "col-resize" when actually grabbing the cursor.
  - The Welcome dialog will now recognize your standard shortcuts to
    create a new file, open a file or open one of the 10 most recent
    files.

Plug-Ins:

  - TIFF - Add support for the following features, based on unofficial
    documentation and user-provided sample files:
    * Sets the selected layer based on the image-level metadata.
    * Sets the visibility of the background layer based on the image
      level metadata.
    * Sets the blend mode and color tag of each layer, based on extended
      layer-level metadata. Legacy blend modes are used, based on
      user feedback and comparison with Sketchbook.
    * Creates group layers and stores layers in them. Layers are read from
      top to bottom, and layer groups are added and filled based on layer
      level metadata.
  - Animation Playback was redesigned to more closely resemble standard
    playback UIs. The redesign also changes the progress bar to a
    GtkScale, so users can more easily move to different frames on the
    timeline.
  - New GEGL Filter Browser plug-in to list and inspect all available
    filters for development purpose.
  - New import support:
    * PAA textures: initial import support (includes RGBA 4444, 5551,
      8888, and Grayscale with Alpha channel. It does not yet cover DXT1
      - 5 texture import support).
    * Seattle Filmworks photos (earliest format SFW93A, and the most
      common format SFW94A). Both formats are essentially mangled JPEGs,
      though mangled in different ways.
    * HRZ Slow Scan Television Images (restored, as it used to be
      implemented and removed in 2004).
  - Raw Image data plug-in dialog redesigned to be on a two-column
    layout to avoid over-high dialog.
  - Print: in sandboxed environments (Flatpak, Snap), the print Settings
    are now displayed as a second dialog after the portal print dialog.
    This 2-step workflow is a work-around to the inability to tweak the
    print dialog when the print portal is in use.

API:

  - GimpTRCType enum type made available in libgimp and PDB.
  - gimp-file-save properly sets associated save or exported files.
  - New PDB/libgimp functions:
    * gimp_drawable_filter_operation_get_available()
    * gimp_drawable_filter_operation_get_details()
    * gimp_drawable_filter_operation_get_pspecs()
    * gimp_context_get_paint_fade_length()
    * gimp_context_get_paint_fade_repeat()
    * gimp_context_set_paint_fade_length()
    * gimp_context_set_paint_fade_repeat()
    * gimp_item_id_is_vector_layer()
    * gimp_param_spec_vector_layer()
    * gimp_procedure_add_vector_layer_argument()
    * gimp_procedure_add_vector_layer_aux_argument()
    * gimp_procedure_add_vector_layer_return_value()
    * gimp_vector_layer_discard()
    * gimp_vector_layer_get_by_id()
    * gimp_vector_layer_new()
    * gimp_vector_layer_refresh()
  - GimpSizeEntry (libgimpwidget) can now parse mathematical expressions
    in their reference value spin buttons too.
  - GimpColorScales (libgimpwidget) will now set its decimals to 0 when
    creating u8 RGB color selectors. This change will help further
    distinguish between the 0...00 and 0..255 views in the Color
    Selectors. It will also better convey to users that u8 is an integer
    value rather than a floating point.
  - Favor existing image comment instead of always loading comment from
    metadata.
  - Improve handling of comment metadata with
    "charset=[ascii|InvalidCharsetId]" prefixes.
  - New GIMP_METADATA_SAVE_UPDATE value in enum type
    GimpMetadataSaveFlags (libgimpbase).
  - Modernize setting "Exif.Image.DateTime" metadata by setting the
    timezone additionally.

Build:

  - Add nightly Snap package.
  - Add nightly Aarch64 flatpak.
  - appstream-glib dependency replaced with libappstream
  - Installer uses latest InnoSetup now.
  - New configure option -Dwin-debugging allowing to choose DWARF debug
    symbols on Windows instead of the native (CodeView) symbols. This
    will be useful for people wishing to debug with GDB in particular.

Overview of Changes from GIMP 3.0.4 to GIMP 3.1.2
=================================================

Core:

  - Layer mask created from layer's alpha when there is no alpha
    channel is now a fully opaque mask.
  - Major non-destructive filter code refactoring.
  - Lock Content now generates undo steps.
  - NDE filters are now allowed on channels.
  - Merging filter will now add an alpha channel to a layer if required.
  - Refactoring Photoshop stream loading functions.
  - Loading Photoshop RGB and grayscale patterns (.pat, unfortunately
    the same extension as our own pattern format) now supported.
  - The histogram editor now shows a "Compute unique colors:" checkbox
    which will display the unique color count in the image.
  - Deleting current palette entry now selects the next entry in the
    palette.
  - New paint mode: Overwrite. Note that this mode is only available for
    paint tools right now (in particular not for layers, neither in
    filters).

Graphical User Interface:

  - Brushes and Fonts dockables: new "Use theme colors for preview"
    toggle button.
  - The Palettes and Palette Editor dockables, and the Palette tab in
    FB/BG Color dockable, also follow theme colors for grid display.
  - New "System" color scheme which will follow the system's color
    scheme setting (on Unix-like systems when XDG Settings portal is
    installed and on Windows).

Tools:

  - Curves tool: Photoshop curves file format (.acv) can now be loaded.
  - Levels tool: Photoshop levels file format (.alv) can now be loaded.
  - Text tool: new "Outline Direction" settings.

Plug-Ins:

  - Jigsaw: the plug-in now draws on transparent layers too.
  - Playstation TIM images now supported (import/export).
  - Palettes can now be exported as Krita .kpl palette.
  - Over The Air Bitmap (Nokia mobile image format) now supported for
    import.
  - PSD:
    * legacy Drop Shadow layer style is now imported on loading.
    * legacy Inner Shadow layer style is now imported on loading.
  - file-raw: new support for ART (Another RawTherapee, fork of the
    latter) as a RAW loader.
  - OpenEXR: support for importing multi-layer OpenEXR images.
  - JPEG 2000: export support added.
  - APNG: initial import support.
  - JIF: new import support for Jeff's Image Format.
  - ORA: support the extensions storing layer's "pixel locked" and
    "selected" status on import and export.
  - Script-Fu: new function (script-fu-register-i18n) for setting up
    localization of Script-Fu plug-ins.
  - HEIF:
    * new AVCI import support (requires libheif 1.19.6 with OpenH264
      decoder enabled);
    * new HEJ2 export support (requires libheif 1.19.8 with OpenJPEG
      support).
  - New export support for PSB.

Modules:

  - CMYK selector: Total Ink Coverage (total percentage of ink that
    would be needed to print a particular color) information is now
    shown.

API:

  - Changes in libgimpwidgets:
    * New functions:
      + gimp_prop_toggle_new()
  - Changes in libgimpui:
    * New functions:
      + gimp_procedure_dialog_get_coordinates()
    * gimp_procedure_dialog_get_widget() will now generate a radio frame
      widget for GimpChoice arguments of 2 choices only (and will still
      default to a combo box for larger choices list).

PDB:

  - none_ok tag now allowed on sample_point and guide PDB types.

Build:

  - File format associations list now generated by the build system for
    Windows and OSes using the Desktop file.
  - Flatpak: verify nightly flatpak dependencies with the
    flatpak-external-data-checker (like we do for stable and beta
    flatpaks).
  - Various non-portable scripts were ported to be properly
    POSIX-compliant and to allow native builds on all OS (e.g. Windows).
  - Some soft checks were also added to the build system to prevent
    re-introduction of non-portable code.


To generate a diff of this commit:
cvs rdiff -u -r1.429 -r1.430 pkgsrc/graphics/gimp/Makefile
cvs rdiff -u -r1.86 -r1.87 pkgsrc/graphics/gimp/PLIST
cvs rdiff -u -r1.122 -r1.123 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.429 pkgsrc/graphics/gimp/Makefile:1.430
--- pkgsrc/graphics/gimp/Makefile:1.429 Fri Feb  6 10:04:59 2026
+++ pkgsrc/graphics/gimp/Makefile       Sun Mar 15 07:29:21 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.429 2026/02/06 10:04:59 wiz Exp $
+# $NetBSD: Makefile,v 1.430 2026/03/15 07:29:21 wiz Exp $
 
-DISTNAME=      gimp-3.0.8
-PKGREVISION=   2
+DISTNAME=      gimp-3.2.0
 CATEGORIES=    graphics
 MASTER_SITES=  https://download.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.xz
@@ -95,9 +94,9 @@ PLIST_VARS+=  xmc
 .include "../../devel/gettext-lib/buildlink3.mk"
 BUILDLINK_API_DEPENDS.fontconfig+=     fontconfig>=2.12.4
 .include "../../fonts/fontconfig/buildlink3.mk"
-BUILDLINK_API_DEPENDS.babl+=           babl>=0.1.114
+BUILDLINK_API_DEPENDS.babl+=           babl>=0.1.118
 .include "../../graphics/babl/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gegl+=           gegl>=0.4.62
+BUILDLINK_API_DEPENDS.gegl+=           gegl>=0.4.66
 .include "../../graphics/gegl/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
@@ -111,7 +110,7 @@ BUILDLINK_API_DEPENDS.gexiv2+=              gexiv2>=
 .include "../../graphics/libjxl/buildlink3.mk"
 .include "../../graphics/libmypaint/buildlink3.mk"
 .include "../../graphics/libwebp/buildlink3.mk"
-.include "../../graphics/mypaint-brushes1/buildlink3.mk"
+.include "../../graphics/mypaint-brushes/buildlink3.mk"
 .include "../../graphics/openexr/buildlink3.mk"
 .include "../../graphics/openjpeg/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"

Index: pkgsrc/graphics/gimp/PLIST
diff -u pkgsrc/graphics/gimp/PLIST:1.86 pkgsrc/graphics/gimp/PLIST:1.87
--- pkgsrc/graphics/gimp/PLIST:1.86     Mon Jan 26 00:09:32 2026
+++ pkgsrc/graphics/gimp/PLIST  Sun Mar 15 07:29:21 2026
@@ -1,21 +1,20 @@
-@comment $NetBSD: PLIST,v 1.86 2026/01/26 00:09:32 wiz Exp $
+@comment $NetBSD: PLIST,v 1.87 2026/03/15 07:29:21 wiz Exp $
 bin/gimp
 bin/gimp-3
-bin/gimp-3.0
+bin/gimp-3.2
 bin/gimp-console
 bin/gimp-console-3
-bin/gimp-console-3.0
+bin/gimp-console-3.2
 bin/gimp-debug-tool
 bin/gimp-debug-tool-3
-bin/gimp-debug-tool-3.0
+bin/gimp-debug-tool-3.2
 bin/gimp-script-fu-interpreter-3.0
 bin/gimp-test-clipboard
 bin/gimp-test-clipboard-3
-bin/gimp-test-clipboard-3.0
+bin/gimp-test-clipboard-3.2
 bin/gimptool
 bin/gimptool-3
-bin/gimptool-3.0
-@pkgdir etc/gimp
+bin/gimptool-3.2
 include/gimp-3.0/libgimp/gimp.h
 include/gimp-3.0/libgimp/gimp_pdb.h
 include/gimp-3.0/libgimp/gimp_pdb_headers.h
@@ -30,6 +29,7 @@ include/gimp-3.0/libgimp/gimpbuffer_pdb.
 include/gimp-3.0/libgimp/gimpchannel.h
 include/gimp-3.0/libgimp/gimpchannel_pdb.h
 include/gimp-3.0/libgimp/gimpcontext_pdb.h
+include/gimp-3.0/libgimp/gimpcurve.h
 include/gimp-3.0/libgimp/gimpdebug_pdb.h
 include/gimp-3.0/libgimp/gimpdisplay.h
 include/gimp-3.0/libgimp/gimpdisplay_pdb.h
@@ -70,6 +70,7 @@ include/gimp-3.0/libgimp/gimphelp_pdb.h
 include/gimp-3.0/libgimp/gimpimage.h
 include/gimp-3.0/libgimp/gimpimage_pdb.h
 include/gimp-3.0/libgimp/gimpimageautocrop_pdb.h
+include/gimp-3.0/libgimp/gimpimagechooser.h
 include/gimp-3.0/libgimp/gimpimagecolorprofile.h
 include/gimp-3.0/libgimp/gimpimagecolorprofile_pdb.h
 include/gimp-3.0/libgimp/gimpimagecombobox.h
@@ -84,11 +85,14 @@ include/gimp-3.0/libgimp/gimpimagetransf
 include/gimp-3.0/libgimp/gimpimageundo_pdb.h
 include/gimp-3.0/libgimp/gimpitem.h
 include/gimp-3.0/libgimp/gimpitem_pdb.h
+include/gimp-3.0/libgimp/gimpitemchooser.h
 include/gimp-3.0/libgimp/gimpitemcombobox.h
 include/gimp-3.0/libgimp/gimpitemtransform_pdb.h
 include/gimp-3.0/libgimp/gimplayer.h
 include/gimp-3.0/libgimp/gimplayer_pdb.h
 include/gimp-3.0/libgimp/gimplayermask.h
+include/gimp-3.0/libgimp/gimplinklayer.h
+include/gimp-3.0/libgimp/gimplinklayer_pdb.h
 include/gimp-3.0/libgimp/gimploadprocedure.h
 include/gimp-3.0/libgimp/gimpmessage_pdb.h
 include/gimp-3.0/libgimp/gimppainttools_pdb.h
@@ -117,6 +121,8 @@ include/gimp-3.0/libgimp/gimpprogress.h
 include/gimp-3.0/libgimp/gimpprogress_pdb.h
 include/gimp-3.0/libgimp/gimpprogressbar.h
 include/gimp-3.0/libgimp/gimppropwidgets.h
+include/gimp-3.0/libgimp/gimprasterizable.h
+include/gimp-3.0/libgimp/gimprasterizable_pdb.h
 include/gimp-3.0/libgimp/gimpresource.h
 include/gimp-3.0/libgimp/gimpresource_pdb.h
 include/gimp-3.0/libgimp/gimpresourcechooser.h
@@ -130,6 +136,8 @@ include/gimp-3.0/libgimp/gimptypes.h
 include/gimp-3.0/libgimp/gimpui.h
 include/gimp-3.0/libgimp/gimpuitypes.h
 include/gimp-3.0/libgimp/gimpunit_pdb.h
+include/gimp-3.0/libgimp/gimpvectorlayer.h
+include/gimp-3.0/libgimp/gimpvectorlayer_pdb.h
 include/gimp-3.0/libgimp/gimpvectorloadprocedure.h
 include/gimp-3.0/libgimp/gimpvectorloadproceduredialog.h
 include/gimp-3.0/libgimp/gimpzoompreview.h
@@ -295,6 +303,7 @@ lib/gimp/3.0/extensions/org.gimp.extensi
 lib/gimp/3.0/extensions/org.gimp.extension.goat-exercises/locale/it/LC_MESSAGES/org.gimp.extension.goat-exercises.mo
 lib/gimp/3.0/extensions/org.gimp.extension.goat-exercises/locale/ja/LC_MESSAGES/org.gimp.extension.goat-exercises.mo
 lib/gimp/3.0/extensions/org.gimp.extension.goat-exercises/locale/ka/LC_MESSAGES/org.gimp.extension.goat-exercises.mo
+lib/gimp/3.0/extensions/org.gimp.extension.goat-exercises/locale/kk/LC_MESSAGES/org.gimp.extension.goat-exercises.mo
 lib/gimp/3.0/extensions/org.gimp.extension.goat-exercises/locale/km/LC_MESSAGES/org.gimp.extension.goat-exercises.mo
 lib/gimp/3.0/extensions/org.gimp.extension.goat-exercises/locale/kn/LC_MESSAGES/org.gimp.extension.goat-exercises.mo
 lib/gimp/3.0/extensions/org.gimp.extension.goat-exercises/locale/ko/LC_MESSAGES/org.gimp.extension.goat-exercises.mo
@@ -359,6 +368,7 @@ lib/gimp/3.0/plug-ins/depth-merge/depth-
 lib/gimp/3.0/plug-ins/despeckle/despeckle
 lib/gimp/3.0/plug-ins/destripe/destripe
 ${PLIST.aalib}lib/gimp/3.0/plug-ins/file-aa/file-aa
+lib/gimp/3.0/plug-ins/file-another-rawtherapee/file-another-rawtherapee
 lib/gimp/3.0/plug-ins/file-bmp/file-bmp
 lib/gimp/3.0/plug-ins/file-cel/file-cel
 lib/gimp/3.0/plug-ins/file-compressor/file-compressor
@@ -381,11 +391,12 @@ lib/gimp/3.0/plug-ins/file-heif/file-hei
 lib/gimp/3.0/plug-ins/file-html-table/file-html-table
 lib/gimp/3.0/plug-ins/file-icns/file-icns
 lib/gimp/3.0/plug-ins/file-ico/file-ico
-lib/gimp/3.0/plug-ins/file-jp2-load/file-jp2-load
+lib/gimp/3.0/plug-ins/file-jp2/file-jp2
 lib/gimp/3.0/plug-ins/file-jpeg/file-jpeg
 lib/gimp/3.0/plug-ins/file-jpegxl/file-jpegxl
 ${PLIST.mng}lib/gimp/3.0/plug-ins/file-mng/file-mng
 lib/gimp/3.0/plug-ins/file-openraster/file-openraster.py
+lib/gimp/3.0/plug-ins/file-paa/file-paa
 lib/gimp/3.0/plug-ins/file-pat/file-pat
 lib/gimp/3.0/plug-ins/file-pcx/file-pcx
 lib/gimp/3.0/plug-ins/file-pdf-export/file-pdf-export
@@ -396,14 +407,17 @@ lib/gimp/3.0/plug-ins/file-pnm/file-pnm
 ${PLIST.ghostscript}lib/gimp/3.0/plug-ins/file-ps/file-ps
 lib/gimp/3.0/plug-ins/file-psd/file-psd
 lib/gimp/3.0/plug-ins/file-psp/file-psp
+lib/gimp/3.0/plug-ins/file-pvr/file-pvr
 lib/gimp/3.0/plug-ins/file-raw-data/file-raw-data
 lib/gimp/3.0/plug-ins/file-raw-placeholder/file-raw-placeholder
 lib/gimp/3.0/plug-ins/file-rawtherapee/file-rawtherapee
+lib/gimp/3.0/plug-ins/file-seattle-filmworks/file-seattle-filmworks
 lib/gimp/3.0/plug-ins/file-sgi/file-sgi
 lib/gimp/3.0/plug-ins/file-sunras/file-sunras
 lib/gimp/3.0/plug-ins/file-svg/file-svg
 lib/gimp/3.0/plug-ins/file-tga/file-tga
 lib/gimp/3.0/plug-ins/file-tiff/file-tiff
+lib/gimp/3.0/plug-ins/file-tim/file-tim
 lib/gimp/3.0/plug-ins/file-wbmp/file-wbmp
 lib/gimp/3.0/plug-ins/file-webp/file-webp
 lib/gimp/3.0/plug-ins/file-wmf/file-wmf
@@ -412,6 +426,7 @@ ${PLIST.xmc}lib/gimp/3.0/plug-ins/file-x
 ${PLIST.xpm}lib/gimp/3.0/plug-ins/file-xpm/file-xpm
 lib/gimp/3.0/plug-ins/file-xwd/file-xwd
 lib/gimp/3.0/plug-ins/film/film
+lib/gimp/3.0/plug-ins/filter-browser/filter-browser
 lib/gimp/3.0/plug-ins/flame/flame
 lib/gimp/3.0/plug-ins/foggify/foggify.py
 lib/gimp/3.0/plug-ins/fractal-explorer/fractal-explorer
@@ -435,6 +450,7 @@ lib/gimp/3.0/plug-ins/metadata-editor/me
 lib/gimp/3.0/plug-ins/metadata-viewer/metadata-viewer
 lib/gimp/3.0/plug-ins/nl-filter/nl-filter
 lib/gimp/3.0/plug-ins/pagecurl/pagecurl
+lib/gimp/3.0/plug-ins/palette-export-as-kpl/palette-export-as-kpl.py
 lib/gimp/3.0/plug-ins/palette-offset/palette-offset.py
 lib/gimp/3.0/plug-ins/palette-sort/palette-sort.py
 lib/gimp/3.0/plug-ins/palette-to-gradient/palette-to-gradient.py
@@ -466,47 +482,47 @@ 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.8.0
+lib/libgimp-3.0.so.0.200.0
 lib/libgimp-scriptfu-3.0.so
 lib/libgimp-scriptfu-3.0.so.0
-lib/libgimp-scriptfu-3.0.so.0.8.0
+lib/libgimp-scriptfu-3.0.so.0.200.0
 lib/libgimpbase-3.0.so
 lib/libgimpbase-3.0.so.0
-lib/libgimpbase-3.0.so.0.8.0
+lib/libgimpbase-3.0.so.0.200.0
 lib/libgimpcolor-3.0.so
 lib/libgimpcolor-3.0.so.0
-lib/libgimpcolor-3.0.so.0.8.0
+lib/libgimpcolor-3.0.so.0.200.0
 lib/libgimpconfig-3.0.so
 lib/libgimpconfig-3.0.so.0
-lib/libgimpconfig-3.0.so.0.8.0
+lib/libgimpconfig-3.0.so.0.200.0
 lib/libgimpmath-3.0.so
 lib/libgimpmath-3.0.so.0
-lib/libgimpmath-3.0.so.0.8.0
+lib/libgimpmath-3.0.so.0.200.0
 lib/libgimpmodule-3.0.so
 lib/libgimpmodule-3.0.so.0
-lib/libgimpmodule-3.0.so.0.8.0
+lib/libgimpmodule-3.0.so.0.200.0
 lib/libgimpthumb-3.0.so
 lib/libgimpthumb-3.0.so.0
-lib/libgimpthumb-3.0.so.0.8.0
+lib/libgimpthumb-3.0.so.0.200.0
 lib/libgimpui-3.0.so
 lib/libgimpui-3.0.so.0
-lib/libgimpui-3.0.so.0.8.0
+lib/libgimpui-3.0.so.0.200.0
 lib/libgimpwidgets-3.0.so
 lib/libgimpwidgets-3.0.so.0
-lib/libgimpwidgets-3.0.so.0.8.0
+lib/libgimpwidgets-3.0.so.0.200.0
 lib/pkgconfig/gimp-3.0.pc
 lib/pkgconfig/gimpthumb-3.0.pc
 lib/pkgconfig/gimpui-3.0.pc
-man/man1/gimp-3.0.1
 man/man1/gimp-3.1
-man/man1/gimp-console-3.0.1
+man/man1/gimp-3.2.1
 man/man1/gimp-console-3.1
+man/man1/gimp-console-3.2.1
 man/man1/gimp-console.1
 man/man1/gimp.1
-man/man1/gimptool-3.0.1
 man/man1/gimptool-3.1
+man/man1/gimptool-3.2.1
 man/man1/gimptool.1
-man/man5/gimprc-3.0.5
+man/man5/gimprc-3.2.5
 man/man5/gimprc-3.5
 man/man5/gimprc.5
 share/applications/gimp.desktop
@@ -593,7 +609,6 @@ share/gimp/3.0/dynamics/Track-Direction.
 share/gimp/3.0/dynamics/Velocity-Tapering.gdyn
 share/gimp/3.0/file-raw/file-darktable-export-on-exit.lua
 share/gimp/3.0/file-raw/file-darktable-get-size.lua
-@pkgdir share/gimp/3.0/fonts
 share/gimp/3.0/fractalexplorer/Asteroid_Field
 share/gimp/3.0/fractalexplorer/Bar_Code_Label
 share/gimp/3.0/fractalexplorer/Beauty_of_Nature
@@ -1788,6 +1803,10 @@ share/gimp/3.0/icons/Legacy/24x24/apps/g
 share/gimp/3.0/icons/Legacy/24x24/apps/gimp-print-resolution.png
 share/gimp/3.0/icons/Legacy/24x24/apps/gimp-sample-point.png
 share/gimp/3.0/icons/Legacy/24x24/apps/gimp-template.png
+share/gimp/3.0/icons/Legacy/24x24/apps/gimp-text-dir-ttb-ltr-upright.png
+share/gimp/3.0/icons/Legacy/24x24/apps/gimp-text-dir-ttb-ltr.png
+share/gimp/3.0/icons/Legacy/24x24/apps/gimp-text-dir-ttb-rtl-upright.png
+share/gimp/3.0/icons/Legacy/24x24/apps/gimp-text-dir-ttb-rtl.png
 share/gimp/3.0/icons/Legacy/24x24/apps/gimp-text-layer.png
 share/gimp/3.0/icons/Legacy/24x24/apps/gimp-toilet-paper.png
 share/gimp/3.0/icons/Legacy/24x24/apps/gimp-tool-options.png
@@ -1882,6 +1901,8 @@ share/gimp/3.0/icons/Legacy/scalable/app
 share/gimp/3.0/icons/Legacy/scalable/apps/gimp-color-space-non-linear.svg
 share/gimp/3.0/icons/Legacy/scalable/apps/gimp-color-space-perceptual.svg
 share/gimp/3.0/icons/Legacy/scalable/apps/gimp-color-water.svg
+share/gimp/3.0/icons/Legacy/scalable/apps/gimp-curve-point-corner.svg
+share/gimp/3.0/icons/Legacy/scalable/apps/gimp-curve-point-smooth.svg
 share/gimp/3.0/icons/Legacy/scalable/apps/gimp-dashboard.svg
 share/gimp/3.0/icons/Legacy/scalable/apps/gimp-detach.svg
 share/gimp/3.0/icons/Legacy/scalable/apps/gimp-display.svg
@@ -1993,6 +2014,7 @@ share/gimp/3.0/icons/Legacy/scalable/app
 share/gimp/3.0/icons/Legacy/scalable/apps/gtk-ok.svg
 share/gimp/3.0/icons/Legacy/scalable/apps/gtk-select-color.svg
 share/gimp/3.0/icons/Legacy/scalable/apps/gtk-select-font.svg
+share/gimp/3.0/icons/Legacy/scalable/apps/gtk-yes.svg
 share/gimp/3.0/icons/Legacy/scalable/apps/view-shrink-wrap-symbolic.svg
 share/gimp/3.0/icons/Legacy/scalable/apps/view-shrink-wrap.svg
 share/gimp/3.0/icons/Legacy/scalable/apps/view-zoom-fill-symbolic.svg
@@ -2007,6 +2029,7 @@ share/gimp/3.0/icons/hicolor/scalable/ac
 share/gimp/3.0/icons/hicolor/scalable/status/software-update-available-symbolic.svg
 share/gimp/3.0/images/gimp-logo.png
 share/gimp/3.0/images/gimp-splash.png
+share/gimp/3.0/images/sidrat.data
 share/gimp/3.0/menus/app-menu.ui
 share/gimp/3.0/menus/brush-editor-menu.ui
 share/gimp/3.0/menus/brushes-menu.ui
@@ -2038,10 +2061,10 @@ share/gimp/3.0/menus/templates-menu.ui
 share/gimp/3.0/menus/text-editor-toolbar.ui
 share/gimp/3.0/menus/text-tool-menu.ui
 share/gimp/3.0/menus/tool-options-menu.ui
+share/gimp/3.0/menus/tool-path-menu.ui
 share/gimp/3.0/menus/tool-preset-editor-menu.ui
 share/gimp/3.0/menus/tool-presets-menu.ui
 share/gimp/3.0/menus/undo-menu.ui
-share/gimp/3.0/menus/vector-toolpath-menu.ui
 share/gimp/3.0/palettes/Bears.gpl
 share/gimp/3.0/palettes/Bgold.gpl
 share/gimp/3.0/palettes/Blues.gpl
@@ -2436,6 +2459,9 @@ share/locale/kab/LC_MESSAGES/gimp30-libg
 share/locale/kab/LC_MESSAGES/gimp30-python.mo
 share/locale/kab/LC_MESSAGES/gimp30.mo
 share/locale/kk/LC_MESSAGES/gimp30-libgimp.mo
+share/locale/kk/LC_MESSAGES/gimp30-python.mo
+share/locale/kk/LC_MESSAGES/gimp30-script-fu.mo
+share/locale/kk/LC_MESSAGES/gimp30-std-plug-ins.mo
 share/locale/kk/LC_MESSAGES/gimp30.mo
 share/locale/km/LC_MESSAGES/gimp30-libgimp.mo
 share/locale/km/LC_MESSAGES/gimp30-python.mo
@@ -2449,6 +2475,7 @@ share/locale/ko/LC_MESSAGES/gimp30-pytho
 share/locale/ko/LC_MESSAGES/gimp30-script-fu.mo
 share/locale/ko/LC_MESSAGES/gimp30-std-plug-ins.mo
 share/locale/ko/LC_MESSAGES/gimp30.mo
+share/locale/kw/LC_MESSAGES/gimp30.mo
 share/locale/ky/LC_MESSAGES/gimp30.mo
 share/locale/lt/LC_MESSAGES/gimp30-libgimp.mo
 share/locale/lt/LC_MESSAGES/gimp30-python.mo

Index: pkgsrc/graphics/gimp/distinfo
diff -u pkgsrc/graphics/gimp/distinfo:1.122 pkgsrc/graphics/gimp/distinfo:1.123
--- pkgsrc/graphics/gimp/distinfo:1.122 Mon Jan 26 00:09:32 2026
+++ pkgsrc/graphics/gimp/distinfo       Sun Mar 15 07:29:21 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.122 2026/01/26 00:09:32 wiz Exp $
+$NetBSD: distinfo,v 1.123 2026/03/15 07:29:21 wiz Exp $
 
-BLAKE2s (gimp-3.0.8.tar.xz) = 855e4b1da185cff5a15c5146554bcfd08541056f0daa5e7e1fa556acc44c88fe
-SHA512 (gimp-3.0.8.tar.xz) = 0d4f05bd155249982e190768b29393f50d51015bc1c20c0bf9959d42907dc7d2076479aff0d8892038c54b4eb7036d07323d5f5ab64cdc4bf092215a0e9e4be5
-Size (gimp-3.0.8.tar.xz) = 27277560 bytes
+BLAKE2s (gimp-3.2.0.tar.xz) = 10fb7779578774c8f8d537bba896dd024e9f2483475e726f7995606455e63a98
+SHA512 (gimp-3.2.0.tar.xz) = fee7042464dbe6f5562df4337ca8b9a8958f904e4a0d2c2ec8770fb1e4c24787a53fdb98d749688f8708111b3fc35243fa669111dd251eb519c3e48bc94a366f
+Size (gimp-3.2.0.tar.xz) = 34899036 bytes
 SHA1 (patch-app-tools_meson.build) = 490d76d6c9f51c1fffbb0710683e35ac9cf5a267



Home | Main Index | Thread Index | Old Index