pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/gimp gimp: Update to 2.10.28
details: https://anonhg.NetBSD.org/pkgsrc/rev/f9fefa8a5398
branches: trunk
changeset: 459209:f9fefa8a5398
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Fri Oct 01 14:29:05 2021 +0000
description:
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.
diffstat:
graphics/gimp/Makefile | 5 +-
graphics/gimp/PLIST | 67 +----------------------------------------
graphics/gimp/distinfo | 12 +++---
graphics/gimp/patches/patch-ab | 37 +----------------------
4 files changed, 12 insertions(+), 109 deletions(-)
diffs (truncated from 498 to 300 lines):
diff -r 20a27cab65e1 -r f9fefa8a5398 graphics/gimp/Makefile
--- a/graphics/gimp/Makefile Fri Oct 01 14:28:29 2021 +0000
+++ b/graphics/gimp/Makefile Fri Oct 01 14:29:05 2021 +0000
@@ -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
diff -r 20a27cab65e1 -r f9fefa8a5398 graphics/gimp/PLIST
--- a/graphics/gimp/PLIST Fri Oct 01 14:28:29 2021 +0000
+++ b/graphics/gimp/PLIST Fri Oct 01 14:29:05 2021 +0000
@@ -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/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-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-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-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-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-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-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
Home |
Main Index |
Thread Index |
Old Index