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


(ryoon)
diff -r1.350 -r1.351 pkgsrc/graphics/gimp/Makefile
diff -r1.75 -r1.76 pkgsrc/graphics/gimp/PLIST
diff -r1.104 -r1.105 pkgsrc/graphics/gimp/distinfo
diff -r1.39 -r1.40 pkgsrc/graphics/gimp/patches/patch-ab

cvs diff -r1.350 -r1.351 pkgsrc/graphics/gimp/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gimp/Makefile 2021/09/29 10:10:32 1.350
+++ pkgsrc/graphics/gimp/Makefile 2021/10/01 14:29:05 1.351
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.350 2021/09/29 10:10:32 wiz Exp $ 1# $NetBSD: Makefile,v 1.351 2021/10/01 14:29:05 ryoon Exp $
2 2
3DISTNAME= gimp-2.10.24 3DISTNAME= gimp-2.10.28
4PKGREVISION= 12 
5CATEGORIES= graphics 4CATEGORIES= graphics
6MASTER_SITES= https://download.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/ 5MASTER_SITES= https://download.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= adam@NetBSD.org 8MAINTAINER= adam@NetBSD.org
10HOMEPAGE= https://www.gimp.org/ 9HOMEPAGE= https://www.gimp.org/
11COMMENT= The GNU image manipulation program 10COMMENT= The GNU image manipulation program
12LICENSE= gnu-lgpl-v3 AND gnu-gpl-v3 11LICENSE= gnu-lgpl-v3 AND gnu-gpl-v3
13 12
14BUILD_DEPENDS+= gettext-tools>=0.19:../../devel/gettext-tools 13BUILD_DEPENDS+= gettext-tools>=0.19:../../devel/gettext-tools
15DEPENDS+= glib-networking>=2.36.2:../../net/glib-networking 14DEPENDS+= glib-networking>=2.36.2:../../net/glib-networking
16CONFLICTS+= gimp<=1.2.3 15CONFLICTS+= gimp<=1.2.3
17 16

cvs diff -r1.75 -r1.76 pkgsrc/graphics/gimp/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/gimp/PLIST 2021/05/12 06:30:56 1.75
+++ pkgsrc/graphics/gimp/PLIST 2021/10/01 14:29:05 1.76
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.75 2021/05/12 06:30:56 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.76 2021/10/01 14:29:05 ryoon Exp $
2bin/gimp 2bin/gimp
3bin/gimp-2.10 3bin/gimp-2.10
4bin/gimp-console 4bin/gimp-console
5bin/gimp-console-2.10 5bin/gimp-console-2.10
6bin/gimp-test-clipboard-2.0 6bin/gimp-test-clipboard-2.0
7bin/gimptool-2.0 7bin/gimptool-2.0
8include/gimp-2.0/libgimp/gimp.h 8include/gimp-2.0/libgimp/gimp.h
9include/gimp-2.0/libgimp/gimp_pdb.h 9include/gimp-2.0/libgimp/gimp_pdb.h
10include/gimp-2.0/libgimp/gimp_pdb_headers.h 10include/gimp-2.0/libgimp/gimp_pdb_headers.h
11include/gimp-2.0/libgimp/gimpaspectpreview.h 11include/gimp-2.0/libgimp/gimpaspectpreview.h
12include/gimp-2.0/libgimp/gimpbrush_pdb.h 12include/gimp-2.0/libgimp/gimpbrush_pdb.h
13include/gimp-2.0/libgimp/gimpbrushes.h 13include/gimp-2.0/libgimp/gimpbrushes.h
14include/gimp-2.0/libgimp/gimpbrushes_pdb.h 14include/gimp-2.0/libgimp/gimpbrushes_pdb.h
@@ -370,27 +370,27 @@ lib/gimp/2.0/plug-ins/wavelet-decompose/ @@ -370,27 +370,27 @@ lib/gimp/2.0/plug-ins/wavelet-decompose/
370lib/gimp/2.0/plug-ins/web-browser/web-browser 370lib/gimp/2.0/plug-ins/web-browser/web-browser
371lib/libgimp-2.0.la 371lib/libgimp-2.0.la
372lib/libgimpbase-2.0.la 372lib/libgimpbase-2.0.la
373lib/libgimpcolor-2.0.la 373lib/libgimpcolor-2.0.la
374lib/libgimpconfig-2.0.la 374lib/libgimpconfig-2.0.la
375lib/libgimpmath-2.0.la 375lib/libgimpmath-2.0.la
376lib/libgimpmodule-2.0.la 376lib/libgimpmodule-2.0.la
377lib/libgimpthumb-2.0.la 377lib/libgimpthumb-2.0.la
378lib/libgimpui-2.0.la 378lib/libgimpui-2.0.la
379lib/libgimpwidgets-2.0.la 379lib/libgimpwidgets-2.0.la
380lib/pkgconfig/gimp-2.0.pc 380lib/pkgconfig/gimp-2.0.pc
381lib/pkgconfig/gimpthumb-2.0.pc 381lib/pkgconfig/gimpthumb-2.0.pc
382lib/pkgconfig/gimpui-2.0.pc 382lib/pkgconfig/gimpui-2.0.pc
383${GIMP_DEBUG_TOOL_DIR}/gimp-debug-tool-2.0 383libexec/gimp-debug-tool-2.0
384man/man1/gimp-2.10.1 384man/man1/gimp-2.10.1
385man/man1/gimp-console-2.10.1 385man/man1/gimp-console-2.10.1
386man/man1/gimp-console.1 386man/man1/gimp-console.1
387man/man1/gimp.1 387man/man1/gimp.1
388man/man1/gimptool-2.0.1 388man/man1/gimptool-2.0.1
389man/man5/gimprc-2.10.5 389man/man5/gimprc-2.10.5
390man/man5/gimprc.5 390man/man5/gimprc.5
391share/aclocal/gimp-2.0.m4 391share/aclocal/gimp-2.0.m4
392share/applications/gimp.desktop 392share/applications/gimp.desktop
393share/examples/gimp-2.0/controllerrc 393share/examples/gimp-2.0/controllerrc
394share/examples/gimp-2.0/gimprc 394share/examples/gimp-2.0/gimprc
395share/examples/gimp-2.0/gtkrc 395share/examples/gimp-2.0/gtkrc
396share/examples/gimp-2.0/menurc 396share/examples/gimp-2.0/menurc
@@ -4059,26 +4059,27 @@ share/gimp/2.0/themes/Dark/ui/gap_bottom @@ -4059,26 +4059,27 @@ share/gimp/2.0/themes/Dark/ui/gap_bottom
4059share/gimp/2.0/themes/Dark/ui/gap_left.png 4059share/gimp/2.0/themes/Dark/ui/gap_left.png
4060share/gimp/2.0/themes/Dark/ui/gap_right.png 4060share/gimp/2.0/themes/Dark/ui/gap_right.png
4061share/gimp/2.0/themes/Dark/ui/gap_top.png 4061share/gimp/2.0/themes/Dark/ui/gap_top.png
4062share/gimp/2.0/themes/Dark/ui/gimp-arrow-down-insensitive.png 4062share/gimp/2.0/themes/Dark/ui/gimp-arrow-down-insensitive.png
4063share/gimp/2.0/themes/Dark/ui/gimp-arrow-down-insenstive.png 4063share/gimp/2.0/themes/Dark/ui/gimp-arrow-down-insenstive.png
4064share/gimp/2.0/themes/Dark/ui/gimp-arrow-down.png 4064share/gimp/2.0/themes/Dark/ui/gimp-arrow-down.png
4065share/gimp/2.0/themes/Dark/ui/gimp-arrow-left.png 4065share/gimp/2.0/themes/Dark/ui/gimp-arrow-left.png
4066share/gimp/2.0/themes/Dark/ui/gimp-arrow-right-dark.png 4066share/gimp/2.0/themes/Dark/ui/gimp-arrow-right-dark.png
4067share/gimp/2.0/themes/Dark/ui/gimp-arrow-right.png 4067share/gimp/2.0/themes/Dark/ui/gimp-arrow-right.png
4068share/gimp/2.0/themes/Dark/ui/gimp-arrow-up.png 4068share/gimp/2.0/themes/Dark/ui/gimp-arrow-up.png
4069share/gimp/2.0/themes/Dark/ui/gimp-button-default.png 4069share/gimp/2.0/themes/Dark/ui/gimp-button-default.png
4070share/gimp/2.0/themes/Dark/ui/gimp-button-insensitive.png 4070share/gimp/2.0/themes/Dark/ui/gimp-button-insensitive.png
4071share/gimp/2.0/themes/Dark/ui/gimp-button-normal.png 4071share/gimp/2.0/themes/Dark/ui/gimp-button-normal.png
 4072share/gimp/2.0/themes/Dark/ui/gimp-button-prelight-white-border.png
4072share/gimp/2.0/themes/Dark/ui/gimp-button-prelight.png 4073share/gimp/2.0/themes/Dark/ui/gimp-button-prelight.png
4073share/gimp/2.0/themes/Dark/ui/gimp-button-pressed.png 4074share/gimp/2.0/themes/Dark/ui/gimp-button-pressed.png
4074share/gimp/2.0/themes/Dark/ui/gimp-handle-h.png 4075share/gimp/2.0/themes/Dark/ui/gimp-handle-h.png
4075share/gimp/2.0/themes/Dark/ui/gimp-handle-v.png 4076share/gimp/2.0/themes/Dark/ui/gimp-handle-v.png
4076share/gimp/2.0/themes/Dark/ui/gimp-line-h.png 4077share/gimp/2.0/themes/Dark/ui/gimp-line-h.png
4077share/gimp/2.0/themes/Dark/ui/gimp-line-v.png 4078share/gimp/2.0/themes/Dark/ui/gimp-line-v.png
4078share/gimp/2.0/themes/Dark/ui/gimp-menu-line-h.png 4079share/gimp/2.0/themes/Dark/ui/gimp-menu-line-h.png
4079share/gimp/2.0/themes/Dark/ui/gimp-tooltip-bg.png 4080share/gimp/2.0/themes/Dark/ui/gimp-tooltip-bg.png
4080share/gimp/2.0/themes/Dark/ui/list_header-pressed.png 4081share/gimp/2.0/themes/Dark/ui/list_header-pressed.png
4081share/gimp/2.0/themes/Dark/ui/list_header.png 4082share/gimp/2.0/themes/Dark/ui/list_header.png
4082share/gimp/2.0/themes/Dark/ui/menu-arrow-prelight.png 4083share/gimp/2.0/themes/Dark/ui/menu-arrow-prelight.png
4083share/gimp/2.0/themes/Dark/ui/menu-arrow.png 4084share/gimp/2.0/themes/Dark/ui/menu-arrow.png
4084share/gimp/2.0/themes/Dark/ui/menu.png 4085share/gimp/2.0/themes/Dark/ui/menu.png
@@ -5021,420 +5022,358 @@ share/gtk-doc/html/libgimpwidgets/style. @@ -5021,420 +5022,358 @@ share/gtk-doc/html/libgimpwidgets/style.
5021share/gtk-doc/html/libgimpwidgets/up-insensitive.png 5022share/gtk-doc/html/libgimpwidgets/up-insensitive.png
5022share/gtk-doc/html/libgimpwidgets/up.png 5023share/gtk-doc/html/libgimpwidgets/up.png
5023share/icons/hicolor/16x16/apps/gimp.png 5024share/icons/hicolor/16x16/apps/gimp.png
5024share/icons/hicolor/22x22/apps/gimp.png 5025share/icons/hicolor/22x22/apps/gimp.png
5025share/icons/hicolor/24x24/apps/gimp.png 5026share/icons/hicolor/24x24/apps/gimp.png
5026share/icons/hicolor/256x256/apps/gimp.png 5027share/icons/hicolor/256x256/apps/gimp.png
5027share/icons/hicolor/32x32/apps/gimp.png 5028share/icons/hicolor/32x32/apps/gimp.png
5028share/icons/hicolor/48x48/apps/gimp.png 5029share/icons/hicolor/48x48/apps/gimp.png
5029share/locale/am/LC_MESSAGES/gimp20.mo 5030share/locale/am/LC_MESSAGES/gimp20.mo
5030share/locale/ar/LC_MESSAGES/gimp20-libgimp.mo 5031share/locale/ar/LC_MESSAGES/gimp20-libgimp.mo
5031share/locale/ar/LC_MESSAGES/gimp20-python.mo 5032share/locale/ar/LC_MESSAGES/gimp20-python.mo
5032share/locale/ar/LC_MESSAGES/gimp20-script-fu.mo 5033share/locale/ar/LC_MESSAGES/gimp20-script-fu.mo
5033share/locale/ar/LC_MESSAGES/gimp20-std-plug-ins.mo 5034share/locale/ar/LC_MESSAGES/gimp20-std-plug-ins.mo
5034share/locale/ar/LC_MESSAGES/gimp20-tips.mo 
5035share/locale/ar/LC_MESSAGES/gimp20.mo 5035share/locale/ar/LC_MESSAGES/gimp20.mo
5036share/locale/ast/LC_MESSAGES/gimp20.mo 5036share/locale/ast/LC_MESSAGES/gimp20.mo
5037share/locale/az/LC_MESSAGES/gimp20-libgimp.mo 5037share/locale/az/LC_MESSAGES/gimp20-libgimp.mo
5038share/locale/az/LC_MESSAGES/gimp20-python.mo 5038share/locale/az/LC_MESSAGES/gimp20-python.mo
5039share/locale/az/LC_MESSAGES/gimp20-script-fu.mo 5039share/locale/az/LC_MESSAGES/gimp20-script-fu.mo
5040share/locale/az/LC_MESSAGES/gimp20.mo 5040share/locale/az/LC_MESSAGES/gimp20.mo
5041share/locale/be/LC_MESSAGES/gimp20-libgimp.mo 5041share/locale/be/LC_MESSAGES/gimp20-libgimp.mo
5042share/locale/be/LC_MESSAGES/gimp20-python.mo 5042share/locale/be/LC_MESSAGES/gimp20-python.mo
5043share/locale/be/LC_MESSAGES/gimp20-script-fu.mo 5043share/locale/be/LC_MESSAGES/gimp20-script-fu.mo
5044share/locale/be/LC_MESSAGES/gimp20-std-plug-ins.mo 5044share/locale/be/LC_MESSAGES/gimp20-std-plug-ins.mo
5045share/locale/be/LC_MESSAGES/gimp20-tips.mo 
5046share/locale/be/LC_MESSAGES/gimp20.mo 5045share/locale/be/LC_MESSAGES/gimp20.mo
5047share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo 5046share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo
5048share/locale/bg/LC_MESSAGES/gimp20-python.mo 5047share/locale/bg/LC_MESSAGES/gimp20-python.mo
5049share/locale/bg/LC_MESSAGES/gimp20-script-fu.mo 5048share/locale/bg/LC_MESSAGES/gimp20-script-fu.mo
5050share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo 5049share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo
5051share/locale/bg/LC_MESSAGES/gimp20-tips.mo 
5052share/locale/bg/LC_MESSAGES/gimp20.mo 5050share/locale/bg/LC_MESSAGES/gimp20.mo
5053share/locale/br/LC_MESSAGES/gimp20-libgimp.mo 5051share/locale/br/LC_MESSAGES/gimp20-libgimp.mo
5054share/locale/br/LC_MESSAGES/gimp20-python.mo 5052share/locale/br/LC_MESSAGES/gimp20-python.mo
5055share/locale/br/LC_MESSAGES/gimp20-script-fu.mo 5053share/locale/br/LC_MESSAGES/gimp20-script-fu.mo
5056share/locale/br/LC_MESSAGES/gimp20-std-plug-ins.mo 5054share/locale/br/LC_MESSAGES/gimp20-std-plug-ins.mo
5057share/locale/br/LC_MESSAGES/gimp20-tips.mo 
5058share/locale/br/LC_MESSAGES/gimp20.mo 5055share/locale/br/LC_MESSAGES/gimp20.mo
5059share/locale/bs/LC_MESSAGES/gimp20-libgimp.mo 5056share/locale/bs/LC_MESSAGES/gimp20-libgimp.mo
5060share/locale/bs/LC_MESSAGES/gimp20-python.mo 5057share/locale/bs/LC_MESSAGES/gimp20-python.mo
5061share/locale/bs/LC_MESSAGES/gimp20-script-fu.mo 5058share/locale/bs/LC_MESSAGES/gimp20-script-fu.mo
5062share/locale/bs/LC_MESSAGES/gimp20-std-plug-ins.mo 5059share/locale/bs/LC_MESSAGES/gimp20-std-plug-ins.mo
5063share/locale/bs/LC_MESSAGES/gimp20-tips.mo 
5064share/locale/bs/LC_MESSAGES/gimp20.mo 5060share/locale/bs/LC_MESSAGES/gimp20.mo
5065share/locale/ca/LC_MESSAGES/gimp20-libgimp.mo 5061share/locale/ca/LC_MESSAGES/gimp20-libgimp.mo
5066share/locale/ca/LC_MESSAGES/gimp20-python.mo 5062share/locale/ca/LC_MESSAGES/gimp20-python.mo
5067share/locale/ca/LC_MESSAGES/gimp20-script-fu.mo 5063share/locale/ca/LC_MESSAGES/gimp20-script-fu.mo
5068share/locale/ca/LC_MESSAGES/gimp20-std-plug-ins.mo 5064share/locale/ca/LC_MESSAGES/gimp20-std-plug-ins.mo
5069share/locale/ca/LC_MESSAGES/gimp20-tips.mo 
5070share/locale/ca/LC_MESSAGES/gimp20.mo 5065share/locale/ca/LC_MESSAGES/gimp20.mo
5071share/locale/ca@valencia/LC_MESSAGES/gimp20-libgimp.mo 5066share/locale/ca@valencia/LC_MESSAGES/gimp20-libgimp.mo
5072share/locale/ca@valencia/LC_MESSAGES/gimp20-python.mo 5067share/locale/ca@valencia/LC_MESSAGES/gimp20-python.mo
5073share/locale/ca@valencia/LC_MESSAGES/gimp20-script-fu.mo 5068share/locale/ca@valencia/LC_MESSAGES/gimp20-script-fu.mo
5074share/locale/ca@valencia/LC_MESSAGES/gimp20-std-plug-ins.mo 5069share/locale/ca@valencia/LC_MESSAGES/gimp20-std-plug-ins.mo
5075share/locale/ca@valencia/LC_MESSAGES/gimp20-tips.mo 
5076share/locale/ca@valencia/LC_MESSAGES/gimp20.mo 5070share/locale/ca@valencia/LC_MESSAGES/gimp20.mo
5077share/locale/cs/LC_MESSAGES/gimp20-libgimp.mo 5071share/locale/cs/LC_MESSAGES/gimp20-libgimp.mo
5078share/locale/cs/LC_MESSAGES/gimp20-python.mo 5072share/locale/cs/LC_MESSAGES/gimp20-python.mo
5079share/locale/cs/LC_MESSAGES/gimp20-script-fu.mo 5073share/locale/cs/LC_MESSAGES/gimp20-script-fu.mo
5080share/locale/cs/LC_MESSAGES/gimp20-std-plug-ins.mo 5074share/locale/cs/LC_MESSAGES/gimp20-std-plug-ins.mo
5081share/locale/cs/LC_MESSAGES/gimp20-tips.mo 
5082share/locale/cs/LC_MESSAGES/gimp20.mo 5075share/locale/cs/LC_MESSAGES/gimp20.mo
5083share/locale/csb/LC_MESSAGES/gimp20.mo 5076share/locale/csb/LC_MESSAGES/gimp20.mo
5084share/locale/da/LC_MESSAGES/gimp20-libgimp.mo 5077share/locale/da/LC_MESSAGES/gimp20-libgimp.mo
5085share/locale/da/LC_MESSAGES/gimp20-python.mo 5078share/locale/da/LC_MESSAGES/gimp20-python.mo
5086share/locale/da/LC_MESSAGES/gimp20-script-fu.mo 5079share/locale/da/LC_MESSAGES/gimp20-script-fu.mo
5087share/locale/da/LC_MESSAGES/gimp20-std-plug-ins.mo 5080share/locale/da/LC_MESSAGES/gimp20-std-plug-ins.mo
5088share/locale/da/LC_MESSAGES/gimp20-tips.mo 
5089share/locale/da/LC_MESSAGES/gimp20.mo 5081share/locale/da/LC_MESSAGES/gimp20.mo
5090share/locale/de/LC_MESSAGES/gimp20-libgimp.mo 5082share/locale/de/LC_MESSAGES/gimp20-libgimp.mo
5091share/locale/de/LC_MESSAGES/gimp20-python.mo 5083share/locale/de/LC_MESSAGES/gimp20-python.mo
5092share/locale/de/LC_MESSAGES/gimp20-script-fu.mo 5084share/locale/de/LC_MESSAGES/gimp20-script-fu.mo
5093share/locale/de/LC_MESSAGES/gimp20-std-plug-ins.mo 5085share/locale/de/LC_MESSAGES/gimp20-std-plug-ins.mo
5094share/locale/de/LC_MESSAGES/gimp20-tips.mo 
5095share/locale/de/LC_MESSAGES/gimp20.mo 5086share/locale/de/LC_MESSAGES/gimp20.mo
5096share/locale/dz/LC_MESSAGES/gimp20-libgimp.mo 5087share/locale/dz/LC_MESSAGES/gimp20-libgimp.mo
5097share/locale/dz/LC_MESSAGES/gimp20-python.mo 5088share/locale/dz/LC_MESSAGES/gimp20-python.mo
5098share/locale/dz/LC_MESSAGES/gimp20-script-fu.mo 5089share/locale/dz/LC_MESSAGES/gimp20-script-fu.mo
5099share/locale/dz/LC_MESSAGES/gimp20-std-plug-ins.mo 5090share/locale/dz/LC_MESSAGES/gimp20-std-plug-ins.mo
5100share/locale/dz/LC_MESSAGES/gimp20-tips.mo 
5101share/locale/dz/LC_MESSAGES/gimp20.mo 5091share/locale/dz/LC_MESSAGES/gimp20.mo
5102share/locale/el/LC_MESSAGES/gimp20-libgimp.mo 5092share/locale/el/LC_MESSAGES/gimp20-libgimp.mo
5103share/locale/el/LC_MESSAGES/gimp20-python.mo 5093share/locale/el/LC_MESSAGES/gimp20-python.mo
5104share/locale/el/LC_MESSAGES/gimp20-script-fu.mo 5094share/locale/el/LC_MESSAGES/gimp20-script-fu.mo
5105share/locale/el/LC_MESSAGES/gimp20-std-plug-ins.mo 5095share/locale/el/LC_MESSAGES/gimp20-std-plug-ins.mo
5106share/locale/el/LC_MESSAGES/gimp20-tips.mo 
5107share/locale/el/LC_MESSAGES/gimp20.mo 5096share/locale/el/LC_MESSAGES/gimp20.mo
5108share/locale/en_CA/LC_MESSAGES/gimp20-libgimp.mo 5097share/locale/en_CA/LC_MESSAGES/gimp20-libgimp.mo
5109share/locale/en_CA/LC_MESSAGES/gimp20-python.mo 5098share/locale/en_CA/LC_MESSAGES/gimp20-python.mo
5110share/locale/en_CA/LC_MESSAGES/gimp20-script-fu.mo 5099share/locale/en_CA/LC_MESSAGES/gimp20-script-fu.mo
5111share/locale/en_CA/LC_MESSAGES/gimp20-std-plug-ins.mo 5100share/locale/en_CA/LC_MESSAGES/gimp20-std-plug-ins.mo
5112share/locale/en_CA/LC_MESSAGES/gimp20-tips.mo 
5113share/locale/en_CA/LC_MESSAGES/gimp20.mo 5101share/locale/en_CA/LC_MESSAGES/gimp20.mo
5114share/locale/en_GB/LC_MESSAGES/gimp20-libgimp.mo 5102share/locale/en_GB/LC_MESSAGES/gimp20-libgimp.mo
5115share/locale/en_GB/LC_MESSAGES/gimp20-python.mo 5103share/locale/en_GB/LC_MESSAGES/gimp20-python.mo
5116share/locale/en_GB/LC_MESSAGES/gimp20-script-fu.mo 5104share/locale/en_GB/LC_MESSAGES/gimp20-script-fu.mo
5117share/locale/en_GB/LC_MESSAGES/gimp20-std-plug-ins.mo 5105share/locale/en_GB/LC_MESSAGES/gimp20-std-plug-ins.mo
5118share/locale/en_GB/LC_MESSAGES/gimp20-tips.mo 
5119share/locale/en_GB/LC_MESSAGES/gimp20.mo 5106share/locale/en_GB/LC_MESSAGES/gimp20.mo
5120share/locale/eo/LC_MESSAGES/gimp20-libgimp.mo 5107share/locale/eo/LC_MESSAGES/gimp20-libgimp.mo
5121share/locale/eo/LC_MESSAGES/gimp20-python.mo 5108share/locale/eo/LC_MESSAGES/gimp20-python.mo
5122share/locale/eo/LC_MESSAGES/gimp20-script-fu.mo 5109share/locale/eo/LC_MESSAGES/gimp20-script-fu.mo
5123share/locale/eo/LC_MESSAGES/gimp20-std-plug-ins.mo 5110share/locale/eo/LC_MESSAGES/gimp20-std-plug-ins.mo
5124share/locale/eo/LC_MESSAGES/gimp20-tips.mo 
5125share/locale/eo/LC_MESSAGES/gimp20.mo 5111share/locale/eo/LC_MESSAGES/gimp20.mo
5126share/locale/es/LC_MESSAGES/gimp20-libgimp.mo 5112share/locale/es/LC_MESSAGES/gimp20-libgimp.mo
5127share/locale/es/LC_MESSAGES/gimp20-python.mo 5113share/locale/es/LC_MESSAGES/gimp20-python.mo
5128share/locale/es/LC_MESSAGES/gimp20-script-fu.mo 5114share/locale/es/LC_MESSAGES/gimp20-script-fu.mo
5129share/locale/es/LC_MESSAGES/gimp20-std-plug-ins.mo 5115share/locale/es/LC_MESSAGES/gimp20-std-plug-ins.mo
5130share/locale/es/LC_MESSAGES/gimp20-tips.mo 
5131share/locale/es/LC_MESSAGES/gimp20.mo 5116share/locale/es/LC_MESSAGES/gimp20.mo
5132share/locale/et/LC_MESSAGES/gimp20-libgimp.mo 5117share/locale/et/LC_MESSAGES/gimp20-libgimp.mo
5133share/locale/et/LC_MESSAGES/gimp20-python.mo 5118share/locale/et/LC_MESSAGES/gimp20-python.mo
5134share/locale/et/LC_MESSAGES/gimp20-script-fu.mo 5119share/locale/et/LC_MESSAGES/gimp20-script-fu.mo
5135share/locale/et/LC_MESSAGES/gimp20-std-plug-ins.mo 5120share/locale/et/LC_MESSAGES/gimp20-std-plug-ins.mo
5136share/locale/et/LC_MESSAGES/gimp20-tips.mo 
5137share/locale/et/LC_MESSAGES/gimp20.mo 5121share/locale/et/LC_MESSAGES/gimp20.mo
5138share/locale/eu/LC_MESSAGES/gimp20-libgimp.mo 5122share/locale/eu/LC_MESSAGES/gimp20-libgimp.mo
5139share/locale/eu/LC_MESSAGES/gimp20-python.mo 5123share/locale/eu/LC_MESSAGES/gimp20-python.mo
5140share/locale/eu/LC_MESSAGES/gimp20-script-fu.mo 5124share/locale/eu/LC_MESSAGES/gimp20-script-fu.mo
5141share/locale/eu/LC_MESSAGES/gimp20-std-plug-ins.mo 5125share/locale/eu/LC_MESSAGES/gimp20-std-plug-ins.mo
5142share/locale/eu/LC_MESSAGES/gimp20-tips.mo 
5143share/locale/eu/LC_MESSAGES/gimp20.mo 5126share/locale/eu/LC_MESSAGES/gimp20.mo
5144share/locale/fa/LC_MESSAGES/gimp20-libgimp.mo 5127share/locale/fa/LC_MESSAGES/gimp20-libgimp.mo
5145share/locale/fa/LC_MESSAGES/gimp20-python.mo 5128share/locale/fa/LC_MESSAGES/gimp20-python.mo
5146share/locale/fa/LC_MESSAGES/gimp20-script-fu.mo 5129share/locale/fa/LC_MESSAGES/gimp20-script-fu.mo
5147share/locale/fa/LC_MESSAGES/gimp20-std-plug-ins.mo 5130share/locale/fa/LC_MESSAGES/gimp20-std-plug-ins.mo
5148share/locale/fa/LC_MESSAGES/gimp20-tips.mo 
5149share/locale/fa/LC_MESSAGES/gimp20.mo 5131share/locale/fa/LC_MESSAGES/gimp20.mo
5150share/locale/fi/LC_MESSAGES/gimp20-libgimp.mo 5132share/locale/fi/LC_MESSAGES/gimp20-libgimp.mo
5151share/locale/fi/LC_MESSAGES/gimp20-python.mo 5133share/locale/fi/LC_MESSAGES/gimp20-python.mo
5152share/locale/fi/LC_MESSAGES/gimp20-script-fu.mo 5134share/locale/fi/LC_MESSAGES/gimp20-script-fu.mo
5153share/locale/fi/LC_MESSAGES/gimp20-std-plug-ins.mo 5135share/locale/fi/LC_MESSAGES/gimp20-std-plug-ins.mo
5154share/locale/fi/LC_MESSAGES/gimp20-tips.mo 
5155share/locale/fi/LC_MESSAGES/gimp20.mo 5136share/locale/fi/LC_MESSAGES/gimp20.mo
5156share/locale/fr/LC_MESSAGES/gimp20-libgimp.mo 5137share/locale/fr/LC_MESSAGES/gimp20-libgimp.mo
5157share/locale/fr/LC_MESSAGES/gimp20-python.mo 5138share/locale/fr/LC_MESSAGES/gimp20-python.mo
5158share/locale/fr/LC_MESSAGES/gimp20-script-fu.mo 5139share/locale/fr/LC_MESSAGES/gimp20-script-fu.mo
5159share/locale/fr/LC_MESSAGES/gimp20-std-plug-ins.mo 5140share/locale/fr/LC_MESSAGES/gimp20-std-plug-ins.mo
5160share/locale/fr/LC_MESSAGES/gimp20-tips.mo 
5161share/locale/fr/LC_MESSAGES/gimp20.mo 5141share/locale/fr/LC_MESSAGES/gimp20.mo
5162share/locale/ga/LC_MESSAGES/gimp20-libgimp.mo 5142share/locale/ga/LC_MESSAGES/gimp20-libgimp.mo
5163share/locale/ga/LC_MESSAGES/gimp20-python.mo 5143share/locale/ga/LC_MESSAGES/gimp20-python.mo
5164share/locale/ga/LC_MESSAGES/gimp20-script-fu.mo 5144share/locale/ga/LC_MESSAGES/gimp20-script-fu.mo
5165share/locale/ga/LC_MESSAGES/gimp20-std-plug-ins.mo 5145share/locale/ga/LC_MESSAGES/gimp20-std-plug-ins.mo
5166share/locale/ga/LC_MESSAGES/gimp20.mo 5146share/locale/ga/LC_MESSAGES/gimp20.mo
5167share/locale/gd/LC_MESSAGES/gimp20.mo 5147share/locale/gd/LC_MESSAGES/gimp20.mo
5168share/locale/gl/LC_MESSAGES/gimp20-libgimp.mo 5148share/locale/gl/LC_MESSAGES/gimp20-libgimp.mo
5169share/locale/gl/LC_MESSAGES/gimp20-python.mo 5149share/locale/gl/LC_MESSAGES/gimp20-python.mo
5170share/locale/gl/LC_MESSAGES/gimp20-script-fu.mo 5150share/locale/gl/LC_MESSAGES/gimp20-script-fu.mo
5171share/locale/gl/LC_MESSAGES/gimp20-std-plug-ins.mo 5151share/locale/gl/LC_MESSAGES/gimp20-std-plug-ins.mo
5172share/locale/gl/LC_MESSAGES/gimp20-tips.mo 
5173share/locale/gl/LC_MESSAGES/gimp20.mo 5152share/locale/gl/LC_MESSAGES/gimp20.mo
5174share/locale/gu/LC_MESSAGES/gimp20-libgimp.mo 5153share/locale/gu/LC_MESSAGES/gimp20-libgimp.mo
5175share/locale/gu/LC_MESSAGES/gimp20-python.mo 5154share/locale/gu/LC_MESSAGES/gimp20-python.mo
5176share/locale/gu/LC_MESSAGES/gimp20-script-fu.mo 5155share/locale/gu/LC_MESSAGES/gimp20-script-fu.mo
5177share/locale/gu/LC_MESSAGES/gimp20-std-plug-ins.mo 5156share/locale/gu/LC_MESSAGES/gimp20-std-plug-ins.mo
5178share/locale/gu/LC_MESSAGES/gimp20-tips.mo 
5179share/locale/gu/LC_MESSAGES/gimp20.mo 5157share/locale/gu/LC_MESSAGES/gimp20.mo
5180share/locale/he/LC_MESSAGES/gimp20-libgimp.mo 5158share/locale/he/LC_MESSAGES/gimp20-libgimp.mo
5181share/locale/he/LC_MESSAGES/gimp20-script-fu.mo 5159share/locale/he/LC_MESSAGES/gimp20-script-fu.mo
5182share/locale/he/LC_MESSAGES/gimp20-std-plug-ins.mo 5160share/locale/he/LC_MESSAGES/gimp20-std-plug-ins.mo
5183share/locale/he/LC_MESSAGES/gimp20-tips.mo 
5184share/locale/he/LC_MESSAGES/gimp20.mo 5161share/locale/he/LC_MESSAGES/gimp20.mo
5185share/locale/hi/LC_MESSAGES/gimp20.mo 5162share/locale/hi/LC_MESSAGES/gimp20.mo
5186share/locale/hr/LC_MESSAGES/gimp20-libgimp.mo 5163share/locale/hr/LC_MESSAGES/gimp20-libgimp.mo
5187share/locale/hr/LC_MESSAGES/gimp20-python.mo 5164share/locale/hr/LC_MESSAGES/gimp20-python.mo
5188share/locale/hr/LC_MESSAGES/gimp20-script-fu.mo 5165share/locale/hr/LC_MESSAGES/gimp20-script-fu.mo
5189share/locale/hr/LC_MESSAGES/gimp20-std-plug-ins.mo 5166share/locale/hr/LC_MESSAGES/gimp20-std-plug-ins.mo
5190share/locale/hr/LC_MESSAGES/gimp20-tips.mo 
5191share/locale/hr/LC_MESSAGES/gimp20.mo 5167share/locale/hr/LC_MESSAGES/gimp20.mo
5192share/locale/hu/LC_MESSAGES/gimp20-libgimp.mo 5168share/locale/hu/LC_MESSAGES/gimp20-libgimp.mo
5193share/locale/hu/LC_MESSAGES/gimp20-python.mo 5169share/locale/hu/LC_MESSAGES/gimp20-python.mo
5194share/locale/hu/LC_MESSAGES/gimp20-script-fu.mo 5170share/locale/hu/LC_MESSAGES/gimp20-script-fu.mo
5195share/locale/hu/LC_MESSAGES/gimp20-std-plug-ins.mo 5171share/locale/hu/LC_MESSAGES/gimp20-std-plug-ins.mo
5196share/locale/hu/LC_MESSAGES/gimp20-tips.mo 
5197share/locale/hu/LC_MESSAGES/gimp20.mo 5172share/locale/hu/LC_MESSAGES/gimp20.mo
5198share/locale/id/LC_MESSAGES/gimp20-libgimp.mo 5173share/locale/id/LC_MESSAGES/gimp20-libgimp.mo
5199share/locale/id/LC_MESSAGES/gimp20-python.mo 5174share/locale/id/LC_MESSAGES/gimp20-python.mo
5200share/locale/id/LC_MESSAGES/gimp20-script-fu.mo 5175share/locale/id/LC_MESSAGES/gimp20-script-fu.mo
5201share/locale/id/LC_MESSAGES/gimp20-std-plug-ins.mo 5176share/locale/id/LC_MESSAGES/gimp20-std-plug-ins.mo
5202share/locale/id/LC_MESSAGES/gimp20-tips.mo 
5203share/locale/id/LC_MESSAGES/gimp20.mo 5177share/locale/id/LC_MESSAGES/gimp20.mo
5204share/locale/is/LC_MESSAGES/gimp20-libgimp.mo 5178share/locale/is/LC_MESSAGES/gimp20-libgimp.mo
5205share/locale/is/LC_MESSAGES/gimp20-python.mo 5179share/locale/is/LC_MESSAGES/gimp20-python.mo
5206share/locale/is/LC_MESSAGES/gimp20-script-fu.mo 5180share/locale/is/LC_MESSAGES/gimp20-script-fu.mo
5207share/locale/is/LC_MESSAGES/gimp20-std-plug-ins.mo 5181share/locale/is/LC_MESSAGES/gimp20-std-plug-ins.mo
5208share/locale/is/LC_MESSAGES/gimp20-tips.mo 
5209share/locale/is/LC_MESSAGES/gimp20.mo 5182share/locale/is/LC_MESSAGES/gimp20.mo
5210share/locale/it/LC_MESSAGES/gimp20-libgimp.mo 5183share/locale/it/LC_MESSAGES/gimp20-libgimp.mo
5211share/locale/it/LC_MESSAGES/gimp20-python.mo 5184share/locale/it/LC_MESSAGES/gimp20-python.mo
5212share/locale/it/LC_MESSAGES/gimp20-script-fu.mo 5185share/locale/it/LC_MESSAGES/gimp20-script-fu.mo
5213share/locale/it/LC_MESSAGES/gimp20-std-plug-ins.mo 5186share/locale/it/LC_MESSAGES/gimp20-std-plug-ins.mo
5214share/locale/it/LC_MESSAGES/gimp20-tips.mo 
5215share/locale/it/LC_MESSAGES/gimp20.mo 5187share/locale/it/LC_MESSAGES/gimp20.mo
5216share/locale/ja/LC_MESSAGES/gimp20-libgimp.mo 5188share/locale/ja/LC_MESSAGES/gimp20-libgimp.mo
5217share/locale/ja/LC_MESSAGES/gimp20-python.mo 5189share/locale/ja/LC_MESSAGES/gimp20-python.mo
5218share/locale/ja/LC_MESSAGES/gimp20-script-fu.mo 5190share/locale/ja/LC_MESSAGES/gimp20-script-fu.mo
5219share/locale/ja/LC_MESSAGES/gimp20-std-plug-ins.mo 5191share/locale/ja/LC_MESSAGES/gimp20-std-plug-ins.mo
5220share/locale/ja/LC_MESSAGES/gimp20-tips.mo 
5221share/locale/ja/LC_MESSAGES/gimp20.mo 5192share/locale/ja/LC_MESSAGES/gimp20.mo
5222share/locale/ka/LC_MESSAGES/gimp20.mo 5193share/locale/ka/LC_MESSAGES/gimp20.mo
5223share/locale/kab/LC_MESSAGES/gimp20-python.mo 5194share/locale/kab/LC_MESSAGES/gimp20-python.mo
5224share/locale/kab/LC_MESSAGES/gimp20-std-plug-ins.mo 5195share/locale/kab/LC_MESSAGES/gimp20-std-plug-ins.mo
5225share/locale/kk/LC_MESSAGES/gimp20-libgimp.mo 5196share/locale/kk/LC_MESSAGES/gimp20-libgimp.mo
5226share/locale/kk/LC_MESSAGES/gimp20.mo 5197share/locale/kk/LC_MESSAGES/gimp20.mo
5227share/locale/km/LC_MESSAGES/gimp20-libgimp.mo 5198share/locale/km/LC_MESSAGES/gimp20-libgimp.mo
5228share/locale/km/LC_MESSAGES/gimp20-python.mo 5199share/locale/km/LC_MESSAGES/gimp20-python.mo
5229share/locale/km/LC_MESSAGES/gimp20-script-fu.mo 5200share/locale/km/LC_MESSAGES/gimp20-script-fu.mo
5230share/locale/km/LC_MESSAGES/gimp20-std-plug-ins.mo 5201share/locale/km/LC_MESSAGES/gimp20-std-plug-ins.mo
5231share/locale/km/LC_MESSAGES/gimp20-tips.mo 
5232share/locale/km/LC_MESSAGES/gimp20.mo 5202share/locale/km/LC_MESSAGES/gimp20.mo
5233share/locale/kn/LC_MESSAGES/gimp20-std-plug-ins.mo 5203share/locale/kn/LC_MESSAGES/gimp20-std-plug-ins.mo
5234share/locale/kn/LC_MESSAGES/gimp20.mo 5204share/locale/kn/LC_MESSAGES/gimp20.mo
5235share/locale/ko/LC_MESSAGES/gimp20-libgimp.mo 5205share/locale/ko/LC_MESSAGES/gimp20-libgimp.mo
5236share/locale/ko/LC_MESSAGES/gimp20-python.mo 5206share/locale/ko/LC_MESSAGES/gimp20-python.mo
5237share/locale/ko/LC_MESSAGES/gimp20-script-fu.mo 5207share/locale/ko/LC_MESSAGES/gimp20-script-fu.mo
5238share/locale/ko/LC_MESSAGES/gimp20-std-plug-ins.mo 5208share/locale/ko/LC_MESSAGES/gimp20-std-plug-ins.mo
5239share/locale/ko/LC_MESSAGES/gimp20-tips.mo 
5240share/locale/ko/LC_MESSAGES/gimp20.mo 5209share/locale/ko/LC_MESSAGES/gimp20.mo
5241share/locale/ky/LC_MESSAGES/gimp20.mo 5210share/locale/ky/LC_MESSAGES/gimp20.mo
5242share/locale/lt/LC_MESSAGES/gimp20-libgimp.mo 5211share/locale/lt/LC_MESSAGES/gimp20-libgimp.mo
5243share/locale/lt/LC_MESSAGES/gimp20-python.mo 5212share/locale/lt/LC_MESSAGES/gimp20-python.mo
5244share/locale/lt/LC_MESSAGES/gimp20-script-fu.mo 5213share/locale/lt/LC_MESSAGES/gimp20-script-fu.mo
5245share/locale/lt/LC_MESSAGES/gimp20-std-plug-ins.mo 5214share/locale/lt/LC_MESSAGES/gimp20-std-plug-ins.mo
5246share/locale/lt/LC_MESSAGES/gimp20-tips.mo 
5247share/locale/lt/LC_MESSAGES/gimp20.mo 5215share/locale/lt/LC_MESSAGES/gimp20.mo
5248share/locale/lv/LC_MESSAGES/gimp20-libgimp.mo 5216share/locale/lv/LC_MESSAGES/gimp20-libgimp.mo
5249share/locale/lv/LC_MESSAGES/gimp20-python.mo 5217share/locale/lv/LC_MESSAGES/gimp20-python.mo
5250share/locale/lv/LC_MESSAGES/gimp20-script-fu.mo 5218share/locale/lv/LC_MESSAGES/gimp20-script-fu.mo
5251share/locale/lv/LC_MESSAGES/gimp20-std-plug-ins.mo 5219share/locale/lv/LC_MESSAGES/gimp20-std-plug-ins.mo
5252share/locale/lv/LC_MESSAGES/gimp20-tips.mo 
5253share/locale/lv/LC_MESSAGES/gimp20.mo 5220share/locale/lv/LC_MESSAGES/gimp20.mo
5254share/locale/mk/LC_MESSAGES/gimp20-libgimp.mo 5221share/locale/mk/LC_MESSAGES/gimp20-libgimp.mo
5255share/locale/mk/LC_MESSAGES/gimp20-python.mo 5222share/locale/mk/LC_MESSAGES/gimp20-python.mo
5256share/locale/mk/LC_MESSAGES/gimp20-script-fu.mo 5223share/locale/mk/LC_MESSAGES/gimp20-script-fu.mo
5257share/locale/mk/LC_MESSAGES/gimp20-std-plug-ins.mo 5224share/locale/mk/LC_MESSAGES/gimp20-std-plug-ins.mo
5258share/locale/mk/LC_MESSAGES/gimp20-tips.mo 
5259share/locale/mk/LC_MESSAGES/gimp20.mo 5225share/locale/mk/LC_MESSAGES/gimp20.mo
5260share/locale/ml/LC_MESSAGES/gimp20.mo 5226share/locale/ml/LC_MESSAGES/gimp20.mo
5261share/locale/mr/LC_MESSAGES/gimp20-libgimp.mo 5227share/locale/mr/LC_MESSAGES/gimp20-libgimp.mo
5262share/locale/mr/LC_MESSAGES/gimp20-python.mo 5228share/locale/mr/LC_MESSAGES/gimp20-python.mo
5263share/locale/mr/LC_MESSAGES/gimp20-script-fu.mo 5229share/locale/mr/LC_MESSAGES/gimp20-script-fu.mo
5264share/locale/mr/LC_MESSAGES/gimp20-std-plug-ins.mo 5230share/locale/mr/LC_MESSAGES/gimp20-std-plug-ins.mo
5265share/locale/mr/LC_MESSAGES/gimp20-tips.mo 
5266share/locale/mr/LC_MESSAGES/gimp20.mo 5231share/locale/mr/LC_MESSAGES/gimp20.mo
5267share/locale/ms/LC_MESSAGES/gimp20-libgimp.mo 5232share/locale/ms/LC_MESSAGES/gimp20-libgimp.mo
5268share/locale/ms/LC_MESSAGES/gimp20-python.mo 5233share/locale/ms/LC_MESSAGES/gimp20-python.mo
5269share/locale/ms/LC_MESSAGES/gimp20-script-fu.mo 5234share/locale/ms/LC_MESSAGES/gimp20-script-fu.mo
5270share/locale/ms/LC_MESSAGES/gimp20-std-plug-ins.mo 5235share/locale/ms/LC_MESSAGES/gimp20-std-plug-ins.mo
5271share/locale/ms/LC_MESSAGES/gimp20-tips.mo 
5272share/locale/ms/LC_MESSAGES/gimp20.mo 5236share/locale/ms/LC_MESSAGES/gimp20.mo
5273share/locale/my/LC_MESSAGES/gimp20-libgimp.mo 5237share/locale/my/LC_MESSAGES/gimp20-libgimp.mo
5274share/locale/my/LC_MESSAGES/gimp20-python.mo 5238share/locale/my/LC_MESSAGES/gimp20-python.mo
5275share/locale/my/LC_MESSAGES/gimp20-script-fu.mo 5239share/locale/my/LC_MESSAGES/gimp20-script-fu.mo
5276share/locale/my/LC_MESSAGES/gimp20-std-plug-ins.mo 5240share/locale/my/LC_MESSAGES/gimp20-std-plug-ins.mo
5277share/locale/my/LC_MESSAGES/gimp20-tips.mo 
5278share/locale/my/LC_MESSAGES/gimp20.mo 5241share/locale/my/LC_MESSAGES/gimp20.mo
5279share/locale/nb/LC_MESSAGES/gimp20-libgimp.mo 5242share/locale/nb/LC_MESSAGES/gimp20-libgimp.mo
5280share/locale/nb/LC_MESSAGES/gimp20-python.mo 5243share/locale/nb/LC_MESSAGES/gimp20-python.mo
5281share/locale/nb/LC_MESSAGES/gimp20-script-fu.mo 5244share/locale/nb/LC_MESSAGES/gimp20-script-fu.mo
5282share/locale/nb/LC_MESSAGES/gimp20-std-plug-ins.mo 5245share/locale/nb/LC_MESSAGES/gimp20-std-plug-ins.mo
5283share/locale/nb/LC_MESSAGES/gimp20-tips.mo 
5284share/locale/nb/LC_MESSAGES/gimp20.mo 5246share/locale/nb/LC_MESSAGES/gimp20.mo
5285share/locale/nds/LC_MESSAGES/gimp20.mo 5247share/locale/nds/LC_MESSAGES/gimp20.mo
5286share/locale/ne/LC_MESSAGES/gimp20-libgimp.mo 5248share/locale/ne/LC_MESSAGES/gimp20-libgimp.mo
5287share/locale/ne/LC_MESSAGES/gimp20-python.mo 5249share/locale/ne/LC_MESSAGES/gimp20-python.mo
5288share/locale/ne/LC_MESSAGES/gimp20-script-fu.mo 5250share/locale/ne/LC_MESSAGES/gimp20-script-fu.mo
5289share/locale/ne/LC_MESSAGES/gimp20-std-plug-ins.mo 5251share/locale/ne/LC_MESSAGES/gimp20-std-plug-ins.mo
5290share/locale/ne/LC_MESSAGES/gimp20-tips.mo 
5291share/locale/ne/LC_MESSAGES/gimp20.mo 5252share/locale/ne/LC_MESSAGES/gimp20.mo
5292share/locale/nl/LC_MESSAGES/gimp20-libgimp.mo 5253share/locale/nl/LC_MESSAGES/gimp20-libgimp.mo
5293share/locale/nl/LC_MESSAGES/gimp20-python.mo 5254share/locale/nl/LC_MESSAGES/gimp20-python.mo
5294share/locale/nl/LC_MESSAGES/gimp20-script-fu.mo 5255share/locale/nl/LC_MESSAGES/gimp20-script-fu.mo
5295share/locale/nl/LC_MESSAGES/gimp20-std-plug-ins.mo 5256share/locale/nl/LC_MESSAGES/gimp20-std-plug-ins.mo
5296share/locale/nl/LC_MESSAGES/gimp20-tips.mo 
5297share/locale/nl/LC_MESSAGES/gimp20.mo 5257share/locale/nl/LC_MESSAGES/gimp20.mo
5298share/locale/nn/LC_MESSAGES/gimp20-libgimp.mo 5258share/locale/nn/LC_MESSAGES/gimp20-libgimp.mo
5299share/locale/nn/LC_MESSAGES/gimp20-python.mo 5259share/locale/nn/LC_MESSAGES/gimp20-python.mo
5300share/locale/nn/LC_MESSAGES/gimp20-script-fu.mo 5260share/locale/nn/LC_MESSAGES/gimp20-script-fu.mo
5301share/locale/nn/LC_MESSAGES/gimp20-std-plug-ins.mo 5261share/locale/nn/LC_MESSAGES/gimp20-std-plug-ins.mo
5302share/locale/nn/LC_MESSAGES/gimp20-tips.mo 
5303share/locale/nn/LC_MESSAGES/gimp20.mo 5262share/locale/nn/LC_MESSAGES/gimp20.mo
5304share/locale/oc/LC_MESSAGES/gimp20-libgimp.mo 5263share/locale/oc/LC_MESSAGES/gimp20-libgimp.mo
5305share/locale/oc/LC_MESSAGES/gimp20-python.mo 5264share/locale/oc/LC_MESSAGES/gimp20-python.mo
5306share/locale/oc/LC_MESSAGES/gimp20-script-fu.mo 5265share/locale/oc/LC_MESSAGES/gimp20-script-fu.mo
5307share/locale/oc/LC_MESSAGES/gimp20-std-plug-ins.mo 5266share/locale/oc/LC_MESSAGES/gimp20-std-plug-ins.mo
5308share/locale/oc/LC_MESSAGES/gimp20-tips.mo 
5309share/locale/oc/LC_MESSAGES/gimp20.mo 5267share/locale/oc/LC_MESSAGES/gimp20.mo
5310share/locale/pa/LC_MESSAGES/gimp20-libgimp.mo 5268share/locale/pa/LC_MESSAGES/gimp20-libgimp.mo
5311share/locale/pa/LC_MESSAGES/gimp20-python.mo 5269share/locale/pa/LC_MESSAGES/gimp20-python.mo
5312share/locale/pa/LC_MESSAGES/gimp20-script-fu.mo 5270share/locale/pa/LC_MESSAGES/gimp20-script-fu.mo
5313share/locale/pa/LC_MESSAGES/gimp20-std-plug-ins.mo 5271share/locale/pa/LC_MESSAGES/gimp20-std-plug-ins.mo
5314share/locale/pa/LC_MESSAGES/gimp20-tips.mo 
5315share/locale/pa/LC_MESSAGES/gimp20.mo 5272share/locale/pa/LC_MESSAGES/gimp20.mo
5316share/locale/pl/LC_MESSAGES/gimp20-libgimp.mo 5273share/locale/pl/LC_MESSAGES/gimp20-libgimp.mo
5317share/locale/pl/LC_MESSAGES/gimp20-python.mo 5274share/locale/pl/LC_MESSAGES/gimp20-python.mo
5318share/locale/pl/LC_MESSAGES/gimp20-script-fu.mo 5275share/locale/pl/LC_MESSAGES/gimp20-script-fu.mo
5319share/locale/pl/LC_MESSAGES/gimp20-std-plug-ins.mo 5276share/locale/pl/LC_MESSAGES/gimp20-std-plug-ins.mo
5320share/locale/pl/LC_MESSAGES/gimp20-tips.mo 
5321share/locale/pl/LC_MESSAGES/gimp20.mo 5277share/locale/pl/LC_MESSAGES/gimp20.mo
5322share/locale/pt/LC_MESSAGES/gimp20-libgimp.mo 5278share/locale/pt/LC_MESSAGES/gimp20-libgimp.mo
5323share/locale/pt/LC_MESSAGES/gimp20-python.mo 5279share/locale/pt/LC_MESSAGES/gimp20-python.mo
5324share/locale/pt/LC_MESSAGES/gimp20-script-fu.mo 5280share/locale/pt/LC_MESSAGES/gimp20-script-fu.mo
5325share/locale/pt/LC_MESSAGES/gimp20-std-plug-ins.mo 5281share/locale/pt/LC_MESSAGES/gimp20-std-plug-ins.mo
5326share/locale/pt/LC_MESSAGES/gimp20-tips.mo 
5327share/locale/pt/LC_MESSAGES/gimp20.mo 5282share/locale/pt/LC_MESSAGES/gimp20.mo
5328share/locale/pt_BR/LC_MESSAGES/gimp20-libgimp.mo 5283share/locale/pt_BR/LC_MESSAGES/gimp20-libgimp.mo
5329share/locale/pt_BR/LC_MESSAGES/gimp20-python.mo 5284share/locale/pt_BR/LC_MESSAGES/gimp20-python.mo
5330share/locale/pt_BR/LC_MESSAGES/gimp20-script-fu.mo 5285share/locale/pt_BR/LC_MESSAGES/gimp20-script-fu.mo
5331share/locale/pt_BR/LC_MESSAGES/gimp20-std-plug-ins.mo 5286share/locale/pt_BR/LC_MESSAGES/gimp20-std-plug-ins.mo
5332share/locale/pt_BR/LC_MESSAGES/gimp20-tips.mo 
5333share/locale/pt_BR/LC_MESSAGES/gimp20.mo 5287share/locale/pt_BR/LC_MESSAGES/gimp20.mo
5334share/locale/ro/LC_MESSAGES/gimp20-libgimp.mo 5288share/locale/ro/LC_MESSAGES/gimp20-libgimp.mo
5335share/locale/ro/LC_MESSAGES/gimp20-python.mo 5289share/locale/ro/LC_MESSAGES/gimp20-python.mo
5336share/locale/ro/LC_MESSAGES/gimp20-script-fu.mo 5290share/locale/ro/LC_MESSAGES/gimp20-script-fu.mo
5337share/locale/ro/LC_MESSAGES/gimp20-std-plug-ins.mo 5291share/locale/ro/LC_MESSAGES/gimp20-std-plug-ins.mo
5338share/locale/ro/LC_MESSAGES/gimp20-tips.mo 
5339share/locale/ro/LC_MESSAGES/gimp20.mo 5292share/locale/ro/LC_MESSAGES/gimp20.mo
5340share/locale/ru/LC_MESSAGES/gimp20-libgimp.mo 5293share/locale/ru/LC_MESSAGES/gimp20-libgimp.mo
5341share/locale/ru/LC_MESSAGES/gimp20-python.mo 5294share/locale/ru/LC_MESSAGES/gimp20-python.mo
5342share/locale/ru/LC_MESSAGES/gimp20-script-fu.mo 5295share/locale/ru/LC_MESSAGES/gimp20-script-fu.mo
5343share/locale/ru/LC_MESSAGES/gimp20-std-plug-ins.mo 5296share/locale/ru/LC_MESSAGES/gimp20-std-plug-ins.mo
5344share/locale/ru/LC_MESSAGES/gimp20-tips.mo 
5345share/locale/ru/LC_MESSAGES/gimp20.mo 5297share/locale/ru/LC_MESSAGES/gimp20.mo
5346share/locale/rw/LC_MESSAGES/gimp20-libgimp.mo 5298share/locale/rw/LC_MESSAGES/gimp20-libgimp.mo
5347share/locale/rw/LC_MESSAGES/gimp20-python.mo 5299share/locale/rw/LC_MESSAGES/gimp20-python.mo
5348share/locale/rw/LC_MESSAGES/gimp20-script-fu.mo 5300share/locale/rw/LC_MESSAGES/gimp20-script-fu.mo
5349share/locale/rw/LC_MESSAGES/gimp20-std-plug-ins.mo 5301share/locale/rw/LC_MESSAGES/gimp20-std-plug-ins.mo
5350share/locale/rw/LC_MESSAGES/gimp20-tips.mo 
5351share/locale/rw/LC_MESSAGES/gimp20.mo 5302share/locale/rw/LC_MESSAGES/gimp20.mo
5352share/locale/si/LC_MESSAGES/gimp20.mo 5303share/locale/si/LC_MESSAGES/gimp20.mo
5353share/locale/sk/LC_MESSAGES/gimp20-libgimp.mo 5304share/locale/sk/LC_MESSAGES/gimp20-libgimp.mo
5354share/locale/sk/LC_MESSAGES/gimp20-python.mo 5305share/locale/sk/LC_MESSAGES/gimp20-python.mo
5355share/locale/sk/LC_MESSAGES/gimp20-script-fu.mo 5306share/locale/sk/LC_MESSAGES/gimp20-script-fu.mo
5356share/locale/sk/LC_MESSAGES/gimp20-std-plug-ins.mo 5307share/locale/sk/LC_MESSAGES/gimp20-std-plug-ins.mo
5357share/locale/sk/LC_MESSAGES/gimp20-tips.mo 
5358share/locale/sk/LC_MESSAGES/gimp20.mo 5308share/locale/sk/LC_MESSAGES/gimp20.mo
5359share/locale/sl/LC_MESSAGES/gimp20-libgimp.mo 5309share/locale/sl/LC_MESSAGES/gimp20-libgimp.mo
5360share/locale/sl/LC_MESSAGES/gimp20-python.mo 5310share/locale/sl/LC_MESSAGES/gimp20-python.mo
5361share/locale/sl/LC_MESSAGES/gimp20-script-fu.mo 5311share/locale/sl/LC_MESSAGES/gimp20-script-fu.mo
5362share/locale/sl/LC_MESSAGES/gimp20-std-plug-ins.mo 5312share/locale/sl/LC_MESSAGES/gimp20-std-plug-ins.mo
5363share/locale/sl/LC_MESSAGES/gimp20-tips.mo 
5364share/locale/sl/LC_MESSAGES/gimp20.mo 5313share/locale/sl/LC_MESSAGES/gimp20.mo
5365share/locale/sr/LC_MESSAGES/gimp20-libgimp.mo 5314share/locale/sr/LC_MESSAGES/gimp20-libgimp.mo
5366share/locale/sr/LC_MESSAGES/gimp20-python.mo 5315share/locale/sr/LC_MESSAGES/gimp20-python.mo
5367share/locale/sr/LC_MESSAGES/gimp20-script-fu.mo 5316share/locale/sr/LC_MESSAGES/gimp20-script-fu.mo
5368share/locale/sr/LC_MESSAGES/gimp20-std-plug-ins.mo 5317share/locale/sr/LC_MESSAGES/gimp20-std-plug-ins.mo
5369share/locale/sr/LC_MESSAGES/gimp20-tips.mo 
5370share/locale/sr/LC_MESSAGES/gimp20.mo 5318share/locale/sr/LC_MESSAGES/gimp20.mo
5371share/locale/sr@latin/LC_MESSAGES/gimp20-libgimp.mo 5319share/locale/sr@latin/LC_MESSAGES/gimp20-libgimp.mo
5372share/locale/sr@latin/LC_MESSAGES/gimp20-python.mo 5320share/locale/sr@latin/LC_MESSAGES/gimp20-python.mo
5373share/locale/sr@latin/LC_MESSAGES/gimp20-script-fu.mo 5321share/locale/sr@latin/LC_MESSAGES/gimp20-script-fu.mo
5374share/locale/sr@latin/LC_MESSAGES/gimp20-std-plug-ins.mo 5322share/locale/sr@latin/LC_MESSAGES/gimp20-std-plug-ins.mo
5375share/locale/sr@latin/LC_MESSAGES/gimp20-tips.mo 
5376share/locale/sr@latin/LC_MESSAGES/gimp20.mo 5323share/locale/sr@latin/LC_MESSAGES/gimp20.mo
5377share/locale/sv/LC_MESSAGES/gimp20-libgimp.mo 5324share/locale/sv/LC_MESSAGES/gimp20-libgimp.mo
5378share/locale/sv/LC_MESSAGES/gimp20-python.mo 5325share/locale/sv/LC_MESSAGES/gimp20-python.mo
5379share/locale/sv/LC_MESSAGES/gimp20-script-fu.mo 5326share/locale/sv/LC_MESSAGES/gimp20-script-fu.mo
5380share/locale/sv/LC_MESSAGES/gimp20-std-plug-ins.mo 5327share/locale/sv/LC_MESSAGES/gimp20-std-plug-ins.mo
5381share/locale/sv/LC_MESSAGES/gimp20-tips.mo 
5382share/locale/sv/LC_MESSAGES/gimp20.mo 5328share/locale/sv/LC_MESSAGES/gimp20.mo
5383share/locale/ta/LC_MESSAGES/gimp20-libgimp.mo 5329share/locale/ta/LC_MESSAGES/gimp20-libgimp.mo
5384share/locale/ta/LC_MESSAGES/gimp20-python.mo 5330share/locale/ta/LC_MESSAGES/gimp20-python.mo
5385share/locale/ta/LC_MESSAGES/gimp20-script-fu.mo 5331share/locale/ta/LC_MESSAGES/gimp20-script-fu.mo
5386share/locale/ta/LC_MESSAGES/gimp20-tips.mo 
5387share/locale/ta/LC_MESSAGES/gimp20.mo 5332share/locale/ta/LC_MESSAGES/gimp20.mo
5388share/locale/te/LC_MESSAGES/gimp20-libgimp.mo 5333share/locale/te/LC_MESSAGES/gimp20-libgimp.mo
5389share/locale/te/LC_MESSAGES/gimp20-python.mo 5334share/locale/te/LC_MESSAGES/gimp20-python.mo
5390share/locale/te/LC_MESSAGES/gimp20-script-fu.mo 5335share/locale/te/LC_MESSAGES/gimp20-script-fu.mo
5391share/locale/te/LC_MESSAGES/gimp20.mo 5336share/locale/te/LC_MESSAGES/gimp20.mo
5392share/locale/th/LC_MESSAGES/gimp20.mo 5337share/locale/th/LC_MESSAGES/gimp20.mo
5393share/locale/tr/LC_MESSAGES/gimp20-libgimp.mo 5338share/locale/tr/LC_MESSAGES/gimp20-libgimp.mo
5394share/locale/tr/LC_MESSAGES/gimp20-python.mo 5339share/locale/tr/LC_MESSAGES/gimp20-python.mo
5395share/locale/tr/LC_MESSAGES/gimp20-script-fu.mo 5340share/locale/tr/LC_MESSAGES/gimp20-script-fu.mo
5396share/locale/tr/LC_MESSAGES/gimp20-std-plug-ins.mo 5341share/locale/tr/LC_MESSAGES/gimp20-std-plug-ins.mo
5397share/locale/tr/LC_MESSAGES/gimp20-tips.mo 
5398share/locale/tr/LC_MESSAGES/gimp20.mo 5342share/locale/tr/LC_MESSAGES/gimp20.mo
5399share/locale/tt/LC_MESSAGES/gimp20.mo 5343share/locale/tt/LC_MESSAGES/gimp20.mo
5400share/locale/uk/LC_MESSAGES/gimp20-libgimp.mo 5344share/locale/uk/LC_MESSAGES/gimp20-libgimp.mo
5401share/locale/uk/LC_MESSAGES/gimp20-python.mo 5345share/locale/uk/LC_MESSAGES/gimp20-python.mo
5402share/locale/uk/LC_MESSAGES/gimp20-script-fu.mo 5346share/locale/uk/LC_MESSAGES/gimp20-script-fu.mo
5403share/locale/uk/LC_MESSAGES/gimp20-std-plug-ins.mo 5347share/locale/uk/LC_MESSAGES/gimp20-std-plug-ins.mo
5404share/locale/uk/LC_MESSAGES/gimp20-tips.mo 
5405share/locale/uk/LC_MESSAGES/gimp20.mo 5348share/locale/uk/LC_MESSAGES/gimp20.mo
5406share/locale/vi/LC_MESSAGES/gimp20-libgimp.mo 5349share/locale/vi/LC_MESSAGES/gimp20-libgimp.mo
5407share/locale/vi/LC_MESSAGES/gimp20-python.mo 5350share/locale/vi/LC_MESSAGES/gimp20-python.mo
5408share/locale/vi/LC_MESSAGES/gimp20-script-fu.mo 5351share/locale/vi/LC_MESSAGES/gimp20-script-fu.mo
5409share/locale/vi/LC_MESSAGES/gimp20-std-plug-ins.mo 5352share/locale/vi/LC_MESSAGES/gimp20-std-plug-ins.mo
5410share/locale/vi/LC_MESSAGES/gimp20-tips.mo 
5411share/locale/vi/LC_MESSAGES/gimp20.mo 5353share/locale/vi/LC_MESSAGES/gimp20.mo
5412share/locale/xh/LC_MESSAGES/gimp20-libgimp.mo 5354share/locale/xh/LC_MESSAGES/gimp20-libgimp.mo
5413share/locale/xh/LC_MESSAGES/gimp20-python.mo 5355share/locale/xh/LC_MESSAGES/gimp20-python.mo
5414share/locale/xh/LC_MESSAGES/gimp20-script-fu.mo 5356share/locale/xh/LC_MESSAGES/gimp20-script-fu.mo
5415share/locale/xh/LC_MESSAGES/gimp20-std-plug-ins.mo 5357share/locale/xh/LC_MESSAGES/gimp20-std-plug-ins.mo
5416share/locale/xh/LC_MESSAGES/gimp20.mo 5358share/locale/xh/LC_MESSAGES/gimp20.mo
5417share/locale/yi/LC_MESSAGES/gimp20-libgimp.mo 5359share/locale/yi/LC_MESSAGES/gimp20-libgimp.mo
5418share/locale/yi/LC_MESSAGES/gimp20-script-fu.mo 5360share/locale/yi/LC_MESSAGES/gimp20-script-fu.mo
5419share/locale/yi/LC_MESSAGES/gimp20-std-plug-ins.mo 5361share/locale/yi/LC_MESSAGES/gimp20-std-plug-ins.mo
5420share/locale/yi/LC_MESSAGES/gimp20.mo 5362share/locale/yi/LC_MESSAGES/gimp20.mo
5421share/locale/zh_CN/LC_MESSAGES/gimp20-libgimp.mo 5363share/locale/zh_CN/LC_MESSAGES/gimp20-libgimp.mo
5422share/locale/zh_CN/LC_MESSAGES/gimp20-python.mo 5364share/locale/zh_CN/LC_MESSAGES/gimp20-python.mo
5423share/locale/zh_CN/LC_MESSAGES/gimp20-script-fu.mo 5365share/locale/zh_CN/LC_MESSAGES/gimp20-script-fu.mo
5424share/locale/zh_CN/LC_MESSAGES/gimp20-std-plug-ins.mo 5366share/locale/zh_CN/LC_MESSAGES/gimp20-std-plug-ins.mo
5425share/locale/zh_CN/LC_MESSAGES/gimp20-tips.mo 
5426share/locale/zh_CN/LC_MESSAGES/gimp20.mo 5367share/locale/zh_CN/LC_MESSAGES/gimp20.mo
5427share/locale/zh_HK/LC_MESSAGES/gimp20-libgimp.mo 5368share/locale/zh_HK/LC_MESSAGES/gimp20-libgimp.mo
5428share/locale/zh_HK/LC_MESSAGES/gimp20-python.mo 5369share/locale/zh_HK/LC_MESSAGES/gimp20-python.mo
5429share/locale/zh_HK/LC_MESSAGES/gimp20-script-fu.mo 5370share/locale/zh_HK/LC_MESSAGES/gimp20-script-fu.mo
5430share/locale/zh_HK/LC_MESSAGES/gimp20-std-plug-ins.mo 5371share/locale/zh_HK/LC_MESSAGES/gimp20-std-plug-ins.mo
5431share/locale/zh_HK/LC_MESSAGES/gimp20-tips.mo 
5432share/locale/zh_HK/LC_MESSAGES/gimp20.mo 5372share/locale/zh_HK/LC_MESSAGES/gimp20.mo
5433share/locale/zh_TW/LC_MESSAGES/gimp20-libgimp.mo 5373share/locale/zh_TW/LC_MESSAGES/gimp20-libgimp.mo
5434share/locale/zh_TW/LC_MESSAGES/gimp20-python.mo 5374share/locale/zh_TW/LC_MESSAGES/gimp20-python.mo
5435share/locale/zh_TW/LC_MESSAGES/gimp20-script-fu.mo 5375share/locale/zh_TW/LC_MESSAGES/gimp20-script-fu.mo
5436share/locale/zh_TW/LC_MESSAGES/gimp20-std-plug-ins.mo 5376share/locale/zh_TW/LC_MESSAGES/gimp20-std-plug-ins.mo
5437share/locale/zh_TW/LC_MESSAGES/gimp20-tips.mo 
5438share/locale/zh_TW/LC_MESSAGES/gimp20.mo 5377share/locale/zh_TW/LC_MESSAGES/gimp20.mo
5439share/metainfo/gimp-data-extras.metainfo.xml 5378share/metainfo/gimp-data-extras.metainfo.xml
5440share/metainfo/org.gimp.GIMP.appdata.xml 5379share/metainfo/org.gimp.GIMP.appdata.xml

cvs diff -r1.104 -r1.105 pkgsrc/graphics/gimp/distinfo (expand / switch to unified diff)

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

cvs diff -r1.39 -r1.40 pkgsrc/graphics/gimp/patches/patch-ab (expand / switch to unified diff)

--- pkgsrc/graphics/gimp/patches/patch-ab 2013/11/10 20:12:32 1.39
+++ pkgsrc/graphics/gimp/patches/patch-ab 2021/10/01 14:29:05 1.40
@@ -1,48 +1,13 @@ @@ -1,48 +1,13 @@
1$NetBSD: patch-ab,v 1.39 2013/11/10 20:12:32 dholland Exp $ 1$NetBSD: patch-ab,v 1.40 2021/10/01 14:29:05 ryoon Exp $
2 
3- add -lexecinfo if libexecinfo exists (hack for NetBSD-current) 
4- ...? 
5 
6A more proper fix for the first hunk has been reported upstream here: 
7https://bugzilla.gnome.org/show_bug.cgi?id=711795 
8so once that gets rolled in the first hunk can be removed. 
9 2
10--- configure.orig 2013-11-03 17:00:19.000000000 +0000 3--- configure.orig 2013-11-03 17:00:19.000000000 +0000
11+++ configure 4+++ configure
12@@ -14135,7 +14135,11 @@ if eval test \"x\$"$as_ac_Header"\" = x" 
13 cat >>confdefs.h <<_ACEOF 
14 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 
15 _ACEOF 
16- 
17+if [ $ac_header = execinfo.h ]; then 
18+ if [ -e /usr/lib/libexecinfo.a -o -e /usr/lib/libexecinfo.so ]; then 
19+ LIBS="$LIBS -lexecinfo" 
20+ fi 
21+fi 
22 fi 
23  
24 done 
25@@ -19153,13 +19157,13 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>& 
26 gimp_ok=yes 
27 fi 
28 rm -f conftest* 
29+ fi 
30  
31 if test "x$gimp_ok" = xyes; then 
32  
33 $as_echo "#define HAVE_SYS_SELECT_H 1" >>confdefs.h 
34  
35 fi 
36- fi 
37 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gimp_ok" >&5 
38 $as_echo "$gimp_ok" >&6; } 
39 if test "x$gimp_ok" = xno; then 
40@@ -23499,7 +23503,7 @@ fi 5@@ -23499,7 +23503,7 @@ fi
41  6
42 gimpdatadir="$datadir/$PACKAGE/2.0" 7 gimpdatadir="$datadir/$PACKAGE/2.0"
43 gimpplugindir="$libdir/$PACKAGE/2.0" 8 gimpplugindir="$libdir/$PACKAGE/2.0"
44-gimpsysconfdir="$sysconfdir/$PACKAGE/2.0" 9-gimpsysconfdir="$sysconfdir/$PACKAGE/2.0"
45+gimpsysconfdir="$sysconfdir" 10+gimpsysconfdir="$sysconfdir"
46  11
47  12
48  13