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:           Fri Oct  1 14:29:05 UTC 2021

Modified Files:
        pkgsrc/graphics/gimp: Makefile PLIST distinfo
        pkgsrc/graphics/gimp/patches: patch-ab

Log Message:
gimp: Update to 2.10.28

Changelog:
Overview of Changes from GIMP 2.10.26 to GIMP 2.10.28
=====================================================

Translations:

  - 10 translations were updated: Catalan, Chinese (China), Finnish,
    Italian, Polish, Russian, Slovenian, Spanish, Swedish and Ukrainian.

Build:

  - Fix uninstalled white-border prelight file.

Overview of Changes from GIMP 2.10.24 to GIMP 2.10.26
=====================================================

Core:

  - Dashboard now has memory support in OpenBSD.
  - Default shortcuts Shift+[ and ] for tool size changed to { and }.
  - Performance improvements for GIMP on macOS Big Sur: these
    improvements were actually already applied in our macOS packages
    since GIMP 2.10.22, but were applied upstream directly only now.

User Interface:

  - Dark theme: improve accessibility of GtkRadioButton by adding a
    white border on mouse-hover.
  - Gray theme: set light background for selected text in Layers and
    Paths dockable dialogs to make text visible.
  - Dark, Gray and Light themes: remove 3D shadow box around eye and
    link toggles in Layers, Channels, and Paths dockable dialog tree
    views.

Plug-ins:

  - Improved DDS support and fix some red/blue bit swap for RGB10A2 DDS.
    The plug-in version is incremented so that it is able to catch and
    correct previously incorrect RGB10A2 images exported by older
    versions of our plug-in.
  - DDS files with "L16" - a 16 bit luminance channel - are now loaded
    in 16-bit.
  - DICOM images:
    * Support for planar configuration.
    * Support for deprecated big endian transfer.
  - TIFF images:
    * Thumbnail storing now done by storing the thumbnail as the second
      page in the file (through Exiv2) and setting metadata
      "Exif.Thumbnail.NewSubfileType" to 1 (reduced resolution image)
      instead of storing the thumbnail as a subifd. This was done
      because of a Windows bug locking TIFF files with thumbnail stored
      as subfid.
    * Symmetrically, loading will ignore pages marked as "reduced
      resolution image" (i.e. it will consider them as thumbnails), as
      well as try to guess if a page (without subfile type) is a
      thumbnail when it meets following criteria: second page with YCbCr
      PhotometricInterpretation, old style jpeg compression while the
      first page has a different PhotometricInterpretation or
      compression.

Script-fu:

  - New (dir-make "/dir/name" mode) function to create a directory.

Translations:

  - New translations for the Windows installer: Vietnamese, Lithuanian.
  - 13 translations were updated: Catalan, Chinese (China), Croatian,
    Dutch, German, Lithuanian, Polish, Russian, Slovenian, Spanish,
    Swedish, Ukrainian and Vietnamese.

Build:

  - On Windows, *.rs file extension is not associated with SUN Raster
    images anymore. The reason is that this file extension is mostly
    used for Rust code files nowadays. If Windows could detect file
    formats with "magic numbers" (i.e. byte identifiers), it would not
    be a problem, but since it relies apparently only the extension,
    it's better to remove this association.
  - Oppositely on Linux and other Unix-like systems using desktop files,
    add the image/x-sun-raster MimeType which was forgotten (there,
    detection should be fine and not depend on file extension).
  - gimp30-tips.mo is not installed anymore (only used during the build
    to generate gimp-tips.xml with multiple language support).
  - --enable-check-update now has an "auto" value, which is the new
    default. It is equivalent to "yes" for Windows and macOS and "no" in
    all other cases.
  - New unit test to check that localizations listed in the installer
    script match available po files in po-windows-installer/.
  - "msys*" host value now detected as Windows builds.
  - Bumping minimum GEGL to version 0.4.32.


To generate a diff of this commit:
cvs rdiff -u -r1.350 -r1.351 pkgsrc/graphics/gimp/Makefile
cvs rdiff -u -r1.75 -r1.76 pkgsrc/graphics/gimp/PLIST
cvs rdiff -u -r1.104 -r1.105 pkgsrc/graphics/gimp/distinfo
cvs rdiff -u -r1.39 -r1.40 pkgsrc/graphics/gimp/patches/patch-ab

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.350 pkgsrc/graphics/gimp/Makefile:1.351
--- pkgsrc/graphics/gimp/Makefile:1.350 Wed Sep 29 10:10:32 2021
+++ pkgsrc/graphics/gimp/Makefile       Fri Oct  1 14:29:05 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.350 2021/09/29 10:10:32 wiz Exp $
+# $NetBSD: Makefile,v 1.351 2021/10/01 14:29:05 ryoon Exp $
 
-DISTNAME=      gimp-2.10.24
-PKGREVISION=   12
+DISTNAME=      gimp-2.10.28
 CATEGORIES=    graphics
 MASTER_SITES=  https://download.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/graphics/gimp/PLIST
diff -u pkgsrc/graphics/gimp/PLIST:1.75 pkgsrc/graphics/gimp/PLIST:1.76
--- pkgsrc/graphics/gimp/PLIST:1.75     Wed May 12 06:30:56 2021
+++ pkgsrc/graphics/gimp/PLIST  Fri Oct  1 14:29:05 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.75 2021/05/12 06:30:56 wiz Exp $
+@comment $NetBSD: PLIST,v 1.76 2021/10/01 14:29:05 ryoon Exp $
 bin/gimp
 bin/gimp-2.10
 bin/gimp-console
@@ -380,7 +380,7 @@ lib/libgimpwidgets-2.0.la
 lib/pkgconfig/gimp-2.0.pc
 lib/pkgconfig/gimpthumb-2.0.pc
 lib/pkgconfig/gimpui-2.0.pc
-${GIMP_DEBUG_TOOL_DIR}/gimp-debug-tool-2.0
+libexec/gimp-debug-tool-2.0
 man/man1/gimp-2.10.1
 man/man1/gimp-console-2.10.1
 man/man1/gimp-console.1
@@ -4069,6 +4069,7 @@ share/gimp/2.0/themes/Dark/ui/gimp-arrow
 share/gimp/2.0/themes/Dark/ui/gimp-button-default.png
 share/gimp/2.0/themes/Dark/ui/gimp-button-insensitive.png
 share/gimp/2.0/themes/Dark/ui/gimp-button-normal.png
+share/gimp/2.0/themes/Dark/ui/gimp-button-prelight-white-border.png
 share/gimp/2.0/themes/Dark/ui/gimp-button-prelight.png
 share/gimp/2.0/themes/Dark/ui/gimp-button-pressed.png
 share/gimp/2.0/themes/Dark/ui/gimp-handle-h.png
@@ -5031,7 +5032,6 @@ share/locale/ar/LC_MESSAGES/gimp20-libgi
 share/locale/ar/LC_MESSAGES/gimp20-python.mo
 share/locale/ar/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/ar/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/ar/LC_MESSAGES/gimp20-tips.mo
 share/locale/ar/LC_MESSAGES/gimp20.mo
 share/locale/ast/LC_MESSAGES/gimp20.mo
 share/locale/az/LC_MESSAGES/gimp20-libgimp.mo
@@ -5042,122 +5042,102 @@ share/locale/be/LC_MESSAGES/gimp20-libgi
 share/locale/be/LC_MESSAGES/gimp20-python.mo
 share/locale/be/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/be/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/be/LC_MESSAGES/gimp20-tips.mo
 share/locale/be/LC_MESSAGES/gimp20.mo
 share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/bg/LC_MESSAGES/gimp20-python.mo
 share/locale/bg/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/bg/LC_MESSAGES/gimp20-tips.mo
 share/locale/bg/LC_MESSAGES/gimp20.mo
 share/locale/br/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/br/LC_MESSAGES/gimp20-python.mo
 share/locale/br/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/br/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/br/LC_MESSAGES/gimp20-tips.mo
 share/locale/br/LC_MESSAGES/gimp20.mo
 share/locale/bs/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/bs/LC_MESSAGES/gimp20-python.mo
 share/locale/bs/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/bs/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/bs/LC_MESSAGES/gimp20-tips.mo
 share/locale/bs/LC_MESSAGES/gimp20.mo
 share/locale/ca/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/ca/LC_MESSAGES/gimp20-python.mo
 share/locale/ca/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/ca/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/ca/LC_MESSAGES/gimp20-tips.mo
 share/locale/ca/LC_MESSAGES/gimp20.mo
 share/locale/ca@valencia/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/ca@valencia/LC_MESSAGES/gimp20-python.mo
 share/locale/ca@valencia/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/ca@valencia/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/ca@valencia/LC_MESSAGES/gimp20-tips.mo
 share/locale/ca@valencia/LC_MESSAGES/gimp20.mo
 share/locale/cs/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/cs/LC_MESSAGES/gimp20-python.mo
 share/locale/cs/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/cs/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/cs/LC_MESSAGES/gimp20-tips.mo
 share/locale/cs/LC_MESSAGES/gimp20.mo
 share/locale/csb/LC_MESSAGES/gimp20.mo
 share/locale/da/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/da/LC_MESSAGES/gimp20-python.mo
 share/locale/da/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/da/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/da/LC_MESSAGES/gimp20-tips.mo
 share/locale/da/LC_MESSAGES/gimp20.mo
 share/locale/de/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/de/LC_MESSAGES/gimp20-python.mo
 share/locale/de/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/de/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/de/LC_MESSAGES/gimp20-tips.mo
 share/locale/de/LC_MESSAGES/gimp20.mo
 share/locale/dz/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/dz/LC_MESSAGES/gimp20-python.mo
 share/locale/dz/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/dz/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/dz/LC_MESSAGES/gimp20-tips.mo
 share/locale/dz/LC_MESSAGES/gimp20.mo
 share/locale/el/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/el/LC_MESSAGES/gimp20-python.mo
 share/locale/el/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/el/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/el/LC_MESSAGES/gimp20-tips.mo
 share/locale/el/LC_MESSAGES/gimp20.mo
 share/locale/en_CA/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/en_CA/LC_MESSAGES/gimp20-python.mo
 share/locale/en_CA/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/en_CA/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/en_CA/LC_MESSAGES/gimp20-tips.mo
 share/locale/en_CA/LC_MESSAGES/gimp20.mo
 share/locale/en_GB/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/en_GB/LC_MESSAGES/gimp20-python.mo
 share/locale/en_GB/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/en_GB/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/en_GB/LC_MESSAGES/gimp20-tips.mo
 share/locale/en_GB/LC_MESSAGES/gimp20.mo
 share/locale/eo/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/eo/LC_MESSAGES/gimp20-python.mo
 share/locale/eo/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/eo/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/eo/LC_MESSAGES/gimp20-tips.mo
 share/locale/eo/LC_MESSAGES/gimp20.mo
 share/locale/es/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/es/LC_MESSAGES/gimp20-python.mo
 share/locale/es/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/es/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/es/LC_MESSAGES/gimp20-tips.mo
 share/locale/es/LC_MESSAGES/gimp20.mo
 share/locale/et/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/et/LC_MESSAGES/gimp20-python.mo
 share/locale/et/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/et/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/et/LC_MESSAGES/gimp20-tips.mo
 share/locale/et/LC_MESSAGES/gimp20.mo
 share/locale/eu/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/eu/LC_MESSAGES/gimp20-python.mo
 share/locale/eu/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/eu/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/eu/LC_MESSAGES/gimp20-tips.mo
 share/locale/eu/LC_MESSAGES/gimp20.mo
 share/locale/fa/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/fa/LC_MESSAGES/gimp20-python.mo
 share/locale/fa/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/fa/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/fa/LC_MESSAGES/gimp20-tips.mo
 share/locale/fa/LC_MESSAGES/gimp20.mo
 share/locale/fi/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/fi/LC_MESSAGES/gimp20-python.mo
 share/locale/fi/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/fi/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/fi/LC_MESSAGES/gimp20-tips.mo
 share/locale/fi/LC_MESSAGES/gimp20.mo
 share/locale/fr/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/fr/LC_MESSAGES/gimp20-python.mo
 share/locale/fr/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/fr/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/fr/LC_MESSAGES/gimp20-tips.mo
 share/locale/fr/LC_MESSAGES/gimp20.mo
 share/locale/ga/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/ga/LC_MESSAGES/gimp20-python.mo
@@ -5169,55 +5149,46 @@ share/locale/gl/LC_MESSAGES/gimp20-libgi
 share/locale/gl/LC_MESSAGES/gimp20-python.mo
 share/locale/gl/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/gl/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/gl/LC_MESSAGES/gimp20-tips.mo
 share/locale/gl/LC_MESSAGES/gimp20.mo
 share/locale/gu/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/gu/LC_MESSAGES/gimp20-python.mo
 share/locale/gu/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/gu/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/gu/LC_MESSAGES/gimp20-tips.mo
 share/locale/gu/LC_MESSAGES/gimp20.mo
 share/locale/he/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/he/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/he/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/he/LC_MESSAGES/gimp20-tips.mo
 share/locale/he/LC_MESSAGES/gimp20.mo
 share/locale/hi/LC_MESSAGES/gimp20.mo
 share/locale/hr/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/hr/LC_MESSAGES/gimp20-python.mo
 share/locale/hr/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/hr/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/hr/LC_MESSAGES/gimp20-tips.mo
 share/locale/hr/LC_MESSAGES/gimp20.mo
 share/locale/hu/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/hu/LC_MESSAGES/gimp20-python.mo
 share/locale/hu/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/hu/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/hu/LC_MESSAGES/gimp20-tips.mo
 share/locale/hu/LC_MESSAGES/gimp20.mo
 share/locale/id/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/id/LC_MESSAGES/gimp20-python.mo
 share/locale/id/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/id/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/id/LC_MESSAGES/gimp20-tips.mo
 share/locale/id/LC_MESSAGES/gimp20.mo
 share/locale/is/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/is/LC_MESSAGES/gimp20-python.mo
 share/locale/is/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/is/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/is/LC_MESSAGES/gimp20-tips.mo
 share/locale/is/LC_MESSAGES/gimp20.mo
 share/locale/it/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/it/LC_MESSAGES/gimp20-python.mo
 share/locale/it/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/it/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/it/LC_MESSAGES/gimp20-tips.mo
 share/locale/it/LC_MESSAGES/gimp20.mo
 share/locale/ja/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/ja/LC_MESSAGES/gimp20-python.mo
 share/locale/ja/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/ja/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/ja/LC_MESSAGES/gimp20-tips.mo
 share/locale/ja/LC_MESSAGES/gimp20.mo
 share/locale/ka/LC_MESSAGES/gimp20.mo
 share/locale/kab/LC_MESSAGES/gimp20-python.mo
@@ -5228,7 +5199,6 @@ share/locale/km/LC_MESSAGES/gimp20-libgi
 share/locale/km/LC_MESSAGES/gimp20-python.mo
 share/locale/km/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/km/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/km/LC_MESSAGES/gimp20-tips.mo
 share/locale/km/LC_MESSAGES/gimp20.mo
 share/locale/kn/LC_MESSAGES/gimp20-std-plug-ins.mo
 share/locale/kn/LC_MESSAGES/gimp20.mo
@@ -5236,154 +5206,129 @@ share/locale/ko/LC_MESSAGES/gimp20-libgi
 share/locale/ko/LC_MESSAGES/gimp20-python.mo
 share/locale/ko/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/ko/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/ko/LC_MESSAGES/gimp20-tips.mo
 share/locale/ko/LC_MESSAGES/gimp20.mo
 share/locale/ky/LC_MESSAGES/gimp20.mo
 share/locale/lt/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/lt/LC_MESSAGES/gimp20-python.mo
 share/locale/lt/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/lt/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/lt/LC_MESSAGES/gimp20-tips.mo
 share/locale/lt/LC_MESSAGES/gimp20.mo
 share/locale/lv/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/lv/LC_MESSAGES/gimp20-python.mo
 share/locale/lv/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/lv/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/lv/LC_MESSAGES/gimp20-tips.mo
 share/locale/lv/LC_MESSAGES/gimp20.mo
 share/locale/mk/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/mk/LC_MESSAGES/gimp20-python.mo
 share/locale/mk/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/mk/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/mk/LC_MESSAGES/gimp20-tips.mo
 share/locale/mk/LC_MESSAGES/gimp20.mo
 share/locale/ml/LC_MESSAGES/gimp20.mo
 share/locale/mr/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/mr/LC_MESSAGES/gimp20-python.mo
 share/locale/mr/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/mr/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/mr/LC_MESSAGES/gimp20-tips.mo
 share/locale/mr/LC_MESSAGES/gimp20.mo
 share/locale/ms/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/ms/LC_MESSAGES/gimp20-python.mo
 share/locale/ms/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/ms/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/ms/LC_MESSAGES/gimp20-tips.mo
 share/locale/ms/LC_MESSAGES/gimp20.mo
 share/locale/my/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/my/LC_MESSAGES/gimp20-python.mo
 share/locale/my/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/my/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/my/LC_MESSAGES/gimp20-tips.mo
 share/locale/my/LC_MESSAGES/gimp20.mo
 share/locale/nb/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/nb/LC_MESSAGES/gimp20-python.mo
 share/locale/nb/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/nb/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/nb/LC_MESSAGES/gimp20-tips.mo
 share/locale/nb/LC_MESSAGES/gimp20.mo
 share/locale/nds/LC_MESSAGES/gimp20.mo
 share/locale/ne/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/ne/LC_MESSAGES/gimp20-python.mo
 share/locale/ne/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/ne/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/ne/LC_MESSAGES/gimp20-tips.mo
 share/locale/ne/LC_MESSAGES/gimp20.mo
 share/locale/nl/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/nl/LC_MESSAGES/gimp20-python.mo
 share/locale/nl/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/nl/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/nl/LC_MESSAGES/gimp20-tips.mo
 share/locale/nl/LC_MESSAGES/gimp20.mo
 share/locale/nn/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/nn/LC_MESSAGES/gimp20-python.mo
 share/locale/nn/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/nn/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/nn/LC_MESSAGES/gimp20-tips.mo
 share/locale/nn/LC_MESSAGES/gimp20.mo
 share/locale/oc/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/oc/LC_MESSAGES/gimp20-python.mo
 share/locale/oc/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/oc/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/oc/LC_MESSAGES/gimp20-tips.mo
 share/locale/oc/LC_MESSAGES/gimp20.mo
 share/locale/pa/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/pa/LC_MESSAGES/gimp20-python.mo
 share/locale/pa/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/pa/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/pa/LC_MESSAGES/gimp20-tips.mo
 share/locale/pa/LC_MESSAGES/gimp20.mo
 share/locale/pl/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/pl/LC_MESSAGES/gimp20-python.mo
 share/locale/pl/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/pl/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/pl/LC_MESSAGES/gimp20-tips.mo
 share/locale/pl/LC_MESSAGES/gimp20.mo
 share/locale/pt/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/pt/LC_MESSAGES/gimp20-python.mo
 share/locale/pt/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/pt/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/pt/LC_MESSAGES/gimp20-tips.mo
 share/locale/pt/LC_MESSAGES/gimp20.mo
 share/locale/pt_BR/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/pt_BR/LC_MESSAGES/gimp20-python.mo
 share/locale/pt_BR/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/pt_BR/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/pt_BR/LC_MESSAGES/gimp20-tips.mo
 share/locale/pt_BR/LC_MESSAGES/gimp20.mo
 share/locale/ro/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/ro/LC_MESSAGES/gimp20-python.mo
 share/locale/ro/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/ro/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/ro/LC_MESSAGES/gimp20-tips.mo
 share/locale/ro/LC_MESSAGES/gimp20.mo
 share/locale/ru/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/ru/LC_MESSAGES/gimp20-python.mo
 share/locale/ru/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/ru/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/ru/LC_MESSAGES/gimp20-tips.mo
 share/locale/ru/LC_MESSAGES/gimp20.mo
 share/locale/rw/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/rw/LC_MESSAGES/gimp20-python.mo
 share/locale/rw/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/rw/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/rw/LC_MESSAGES/gimp20-tips.mo
 share/locale/rw/LC_MESSAGES/gimp20.mo
 share/locale/si/LC_MESSAGES/gimp20.mo
 share/locale/sk/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/sk/LC_MESSAGES/gimp20-python.mo
 share/locale/sk/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/sk/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/sk/LC_MESSAGES/gimp20-tips.mo
 share/locale/sk/LC_MESSAGES/gimp20.mo
 share/locale/sl/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/sl/LC_MESSAGES/gimp20-python.mo
 share/locale/sl/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/sl/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/sl/LC_MESSAGES/gimp20-tips.mo
 share/locale/sl/LC_MESSAGES/gimp20.mo
 share/locale/sr/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/sr/LC_MESSAGES/gimp20-python.mo
 share/locale/sr/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/sr/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/sr/LC_MESSAGES/gimp20-tips.mo
 share/locale/sr/LC_MESSAGES/gimp20.mo
 share/locale/sr@latin/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/sr@latin/LC_MESSAGES/gimp20-python.mo
 share/locale/sr@latin/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/sr@latin/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/sr@latin/LC_MESSAGES/gimp20-tips.mo
 share/locale/sr@latin/LC_MESSAGES/gimp20.mo
 share/locale/sv/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/sv/LC_MESSAGES/gimp20-python.mo
 share/locale/sv/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/sv/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/sv/LC_MESSAGES/gimp20-tips.mo
 share/locale/sv/LC_MESSAGES/gimp20.mo
 share/locale/ta/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/ta/LC_MESSAGES/gimp20-python.mo
 share/locale/ta/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/ta/LC_MESSAGES/gimp20-tips.mo
 share/locale/ta/LC_MESSAGES/gimp20.mo
 share/locale/te/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/te/LC_MESSAGES/gimp20-python.mo
@@ -5394,20 +5339,17 @@ share/locale/tr/LC_MESSAGES/gimp20-libgi
 share/locale/tr/LC_MESSAGES/gimp20-python.mo
 share/locale/tr/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/tr/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/tr/LC_MESSAGES/gimp20-tips.mo
 share/locale/tr/LC_MESSAGES/gimp20.mo
 share/locale/tt/LC_MESSAGES/gimp20.mo
 share/locale/uk/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/uk/LC_MESSAGES/gimp20-python.mo
 share/locale/uk/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/uk/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/uk/LC_MESSAGES/gimp20-tips.mo
 share/locale/uk/LC_MESSAGES/gimp20.mo
 share/locale/vi/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/vi/LC_MESSAGES/gimp20-python.mo
 share/locale/vi/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/vi/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/vi/LC_MESSAGES/gimp20-tips.mo
 share/locale/vi/LC_MESSAGES/gimp20.mo
 share/locale/xh/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/xh/LC_MESSAGES/gimp20-python.mo
@@ -5422,19 +5364,16 @@ share/locale/zh_CN/LC_MESSAGES/gimp20-li
 share/locale/zh_CN/LC_MESSAGES/gimp20-python.mo
 share/locale/zh_CN/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/zh_CN/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/zh_CN/LC_MESSAGES/gimp20-tips.mo
 share/locale/zh_CN/LC_MESSAGES/gimp20.mo
 share/locale/zh_HK/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/zh_HK/LC_MESSAGES/gimp20-python.mo
 share/locale/zh_HK/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/zh_HK/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/zh_HK/LC_MESSAGES/gimp20-tips.mo
 share/locale/zh_HK/LC_MESSAGES/gimp20.mo
 share/locale/zh_TW/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/zh_TW/LC_MESSAGES/gimp20-python.mo
 share/locale/zh_TW/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/zh_TW/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/zh_TW/LC_MESSAGES/gimp20-tips.mo
 share/locale/zh_TW/LC_MESSAGES/gimp20.mo
 share/metainfo/gimp-data-extras.metainfo.xml
 share/metainfo/org.gimp.GIMP.appdata.xml

Index: pkgsrc/graphics/gimp/distinfo
diff -u pkgsrc/graphics/gimp/distinfo:1.104 pkgsrc/graphics/gimp/distinfo:1.105
--- pkgsrc/graphics/gimp/distinfo:1.104 Sat Apr  3 05:32:52 2021
+++ pkgsrc/graphics/gimp/distinfo       Fri Oct  1 14:29:05 2021
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.104 2021/04/03 05:32:52 ryoon Exp $
+$NetBSD: distinfo,v 1.105 2021/10/01 14:29:05 ryoon Exp $
 
-SHA1 (gimp-2.10.24.tar.bz2) = 89aba13967e4eb1a101af6229da15c1d976f9576
-RMD160 (gimp-2.10.24.tar.bz2) = a5efb856aef91c060c52f32d10857c110d821a66
-SHA512 (gimp-2.10.24.tar.bz2) = 828350ad5c53b8409463c24693821d78a1940f18c221249ae7b864ad9db5cf01ab41d6ec5bbefd96115f0e91809ecdc61451d71881b56b07920c442f4a514936
-Size (gimp-2.10.24.tar.bz2) = 31546295 bytes
+SHA1 (gimp-2.10.28.tar.bz2) = 630daf77d4509c9e43b95ded7cef7b8eb98cab84
+RMD160 (gimp-2.10.28.tar.bz2) = cabc4e89118bad5753f5380b0b60b18000343da0
+SHA512 (gimp-2.10.28.tar.bz2) = 587f6f46741672f0700fd642a5b779694d2d8bc8ad70e7677ccdbfc2266dc62203ed347d6aaffaa4b8e7d84a84a25f7d5a51507dfd64b21b4c05970856d3ab94
+Size (gimp-2.10.28.tar.bz2) = 31675862 bytes
 SHA1 (patch-aa) = 403c46d7070de208769e99e512922ba3a5b7129b
-SHA1 (patch-ab) = 37820b9e03702248294f0030ffbd09e7f14f3dcb
+SHA1 (patch-ab) = ee2fef07a87c407ff016d13aa93c51678d6dfa70
 SHA1 (patch-app_core_gimpbrush-transform.cc) = 3bd3f69401ee7dabb53f7ebf533870ee9add856c
 SHA1 (patch-plug-ins_common_file-mng.c) = 8ed244997cdef7125e1aa5da4d0fac5068ad5159
 SHA1 (patch-plug-ins_pygimp_py-compile) = 59dcdd00073b737f8f52e6a56832722033ee5703

Index: pkgsrc/graphics/gimp/patches/patch-ab
diff -u pkgsrc/graphics/gimp/patches/patch-ab:1.39 pkgsrc/graphics/gimp/patches/patch-ab:1.40
--- pkgsrc/graphics/gimp/patches/patch-ab:1.39  Sun Nov 10 20:12:32 2013
+++ pkgsrc/graphics/gimp/patches/patch-ab       Fri Oct  1 14:29:05 2021
@@ -1,42 +1,7 @@
-$NetBSD: patch-ab,v 1.39 2013/11/10 20:12:32 dholland Exp $
-
-- add -lexecinfo if libexecinfo exists (hack for NetBSD-current)
-- ...?
-
-A more proper fix for the first hunk has been reported upstream here:
-https://bugzilla.gnome.org/show_bug.cgi?id=711795
-so once that gets rolled in the first hunk can be removed.
+$NetBSD: patch-ab,v 1.40 2021/10/01 14:29:05 ryoon Exp $
 
 --- configure.orig     2013-11-03 17:00:19.000000000 +0000
 +++ configure
-@@ -14135,7 +14135,11 @@ if eval test \"x\$"$as_ac_Header"\" = x"
-   cat >>confdefs.h <<_ACEOF
- #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
- _ACEOF
--
-+if [ $ac_header = execinfo.h ]; then
-+    if [ -e /usr/lib/libexecinfo.a -o -e /usr/lib/libexecinfo.so ]; then
-+      LIBS="$LIBS -lexecinfo"
-+    fi
-+fi
- fi
- 
- done
-@@ -19153,13 +19157,13 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&
-   gimp_ok=yes
- fi
- rm -f conftest*
-+  fi
- 
-       if test "x$gimp_ok" = xyes; then
- 
- $as_echo "#define HAVE_SYS_SELECT_H 1" >>confdefs.h
- 
-       fi
--  fi
-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gimp_ok" >&5
- $as_echo "$gimp_ok" >&6; }
-   if test "x$gimp_ok" = xno; then
 @@ -23499,7 +23503,7 @@ fi
  
  gimpdatadir="$datadir/$PACKAGE/2.0"



Home | Main Index | Thread Index | Old Index