summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2018-08-28 13:51:08 +0000
committerryoon <ryoon@pkgsrc.org>2018-08-28 13:51:08 +0000
commitea3225ead238e225eff3a463d9d6ff644504bf80 (patch)
tree2553d1ed8db373dfdec31b11d5d03ceb26e9d94c
parentc02a1608a276f997fbd5b274c3629b1172dc88ad (diff)
downloadpkgsrc-ea3225ead238e225eff3a463d9d6ff644504bf80.tar.gz
Update to 2.10.6
Changelog: Overview of Changes from GIMP 2.10.4 to GIMP 2.10.6 =================================================== Core: - Render drawable previews asynchronously. - Merge the file view filter and file format lists in GimpFileDialog. The presence of 2 lists was very confusing. - DLL search priority is now updated before running a plug-in on Windows, depending on the executable bitness. This gets rid of one of the last remnant of DLL hell in GIMP, which was when running 32-bit plug-ins from a 64-bit build of GIMP. Filters: - New "Little Planet" (gegl:stereographic-projection) filter. - New "Long Shadow" (gegl:long-shadow) filter. Tools: - Halt the Measure tool after straightening. - Add an "orientation" option to the measure tool, corresponding to the "orientation" property of GimpToolCompass (i.e., it controls the orientation against which the angle is measured, when not in 3- point mode.) The orientation is "auto" by default, so that the angle is always <= 45 deg. Note that the "orientation" option affects the tool's "straighten" function, so that the layer is rotated toward the current orientation. - Text layers can now represent vertical texts, with 4 variants: left-to-right and right-to-left lines, and forcing all characters to be upright or following Unicode's vertical orientation property. See also: * https://www.unicode.org/reports/tr50/ * http://www.unicode.org/Public/UCD/latest/ucd/VerticalOrientation.txt User Interface: - The Dashboard dockable dialog now has an "async" field to the dashboard's "misc" group, showing the number of async operations currently in the "running" state. - New Preferences option to enable/disable layer-group previews, since these can get quite time-expensive. Translations: - New language: Marathi - 12 translations were updated: Brazilian Portuguese, Dutch, French, German, Greek, Italian, Latvian, Polish, Romanian, Slovenian, Spanish, Swedish. Build: - Add --with-win32-32bit-dll-folder configuration option to override the folder where 32-bit versions of DLL will be installed (default: 32/bin/). - Install all plug-ins in their own directories. Unlike on master, this is not mandatory to do so, but it would protect our core plug-ins against any DLL installed directly under plug-ins/ by third-party plug-ins (cf. Windows DLL hell).
-rw-r--r--graphics/gimp/Makefile5
-rw-r--r--graphics/gimp/PLIST281
-rw-r--r--graphics/gimp/distinfo10
3 files changed, 164 insertions, 132 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index 53b52b6a08e..34102baaf8f 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.292 2018/08/22 09:45:12 wiz Exp $
+# $NetBSD: Makefile,v 1.293 2018/08/28 13:51:08 ryoon Exp $
-DISTNAME= gimp-2.10.4
-PKGREVISION= 2
+DISTNAME= gimp-2.10.6
CATEGORIES= graphics
MASTER_SITES= http://download.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/
EXTRACT_SUFX= .tar.bz2
diff --git a/graphics/gimp/PLIST b/graphics/gimp/PLIST
index a18d6b003df..fdef2f40f81 100644
--- a/graphics/gimp/PLIST
+++ b/graphics/gimp/PLIST
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.61 2018/07/16 01:15:56 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.62 2018/08/28 13:51:08 ryoon Exp $
bin/gimp
bin/gimp-2.10
bin/gimp-console
bin/gimp-console-2.10
-bin/gimptool-2.0
bin/gimp-test-clipboard-2.0
+bin/gimptool-2.0
include/gimp-2.0/libgimp/gimp.h
include/gimp-2.0/libgimp/gimp_pdb.h
include/gimp-2.0/libgimp/gimp_pdb_headers.h
@@ -248,126 +248,125 @@ lib/gimp/2.0/modules/libdisplay-filter-clip-warning.la
lib/gimp/2.0/modules/libdisplay-filter-color-blind.la
lib/gimp/2.0/modules/libdisplay-filter-gamma.la
lib/gimp/2.0/modules/libdisplay-filter-high-contrast.la
-lib/gimp/2.0/plug-ins/align-layers
-lib/gimp/2.0/plug-ins/animation-optimize
-lib/gimp/2.0/plug-ins/animation-play
-lib/gimp/2.0/plug-ins/blinds
-lib/gimp/2.0/plug-ins/blur
-lib/gimp/2.0/plug-ins/border-average
-lib/gimp/2.0/plug-ins/busy-dialog
-lib/gimp/2.0/plug-ins/cartoon
-lib/gimp/2.0/plug-ins/checkerboard
-lib/gimp/2.0/plug-ins/cml-explorer
-lib/gimp/2.0/plug-ins/color-cube-analyze
-lib/gimp/2.0/plug-ins/color-enhance
-lib/gimp/2.0/plug-ins/colorify
-lib/gimp/2.0/plug-ins/colormap-remap
-lib/gimp/2.0/plug-ins/compose
-lib/gimp/2.0/plug-ins/contrast-normalize
-lib/gimp/2.0/plug-ins/contrast-retinex
-lib/gimp/2.0/plug-ins/crop-zealous
-lib/gimp/2.0/plug-ins/curve-bend
-lib/gimp/2.0/plug-ins/decompose
-lib/gimp/2.0/plug-ins/depth-merge
-lib/gimp/2.0/plug-ins/despeckle
-lib/gimp/2.0/plug-ins/destripe
-lib/gimp/2.0/plug-ins/edge-dog
-lib/gimp/2.0/plug-ins/edge-neon
-lib/gimp/2.0/plug-ins/emboss
+lib/gimp/2.0/plug-ins/align-layers/align-layers
+lib/gimp/2.0/plug-ins/animation-optimize/animation-optimize
+lib/gimp/2.0/plug-ins/animation-play/animation-play
+lib/gimp/2.0/plug-ins/blinds/blinds
+lib/gimp/2.0/plug-ins/blur/blur
+lib/gimp/2.0/plug-ins/border-average/border-average
+lib/gimp/2.0/plug-ins/busy-dialog/busy-dialog
+lib/gimp/2.0/plug-ins/cartoon/cartoon
+lib/gimp/2.0/plug-ins/checkerboard/checkerboard
+lib/gimp/2.0/plug-ins/cml-explorer/cml-explorer
+lib/gimp/2.0/plug-ins/color-cube-analyze/color-cube-analyze
+lib/gimp/2.0/plug-ins/color-enhance/color-enhance
+lib/gimp/2.0/plug-ins/colorify/colorify
+lib/gimp/2.0/plug-ins/colormap-remap/colormap-remap
+lib/gimp/2.0/plug-ins/compose/compose
+lib/gimp/2.0/plug-ins/contrast-normalize/contrast-normalize
+lib/gimp/2.0/plug-ins/contrast-retinex/contrast-retinex
+lib/gimp/2.0/plug-ins/crop-zealous/crop-zealous
+lib/gimp/2.0/plug-ins/curve-bend/curve-bend
+lib/gimp/2.0/plug-ins/decompose/decompose
+lib/gimp/2.0/plug-ins/depth-merge/depth-merge
+lib/gimp/2.0/plug-ins/despeckle/despeckle
+lib/gimp/2.0/plug-ins/destripe/destripe
+lib/gimp/2.0/plug-ins/edge-dog/edge-dog
+lib/gimp/2.0/plug-ins/edge-neon/edge-neon
+lib/gimp/2.0/plug-ins/emboss/emboss
${PLIST.aalib}lib/gimp/2.0/plug-ins/file-aa
-lib/gimp/2.0/plug-ins/file-bmp
-lib/gimp/2.0/plug-ins/file-cel
-lib/gimp/2.0/plug-ins/file-compressor
-lib/gimp/2.0/plug-ins/file-csource
-lib/gimp/2.0/plug-ins/file-darktable
-lib/gimp/2.0/plug-ins/file-desktop-link
-lib/gimp/2.0/plug-ins/file-dicom
-lib/gimp/2.0/plug-ins/file-faxg3
-lib/gimp/2.0/plug-ins/file-fits
-lib/gimp/2.0/plug-ins/file-fli
-lib/gimp/2.0/plug-ins/file-gbr
-lib/gimp/2.0/plug-ins/file-gegl
-lib/gimp/2.0/plug-ins/file-gif-load
-lib/gimp/2.0/plug-ins/file-gif-save
-lib/gimp/2.0/plug-ins/file-gih
-lib/gimp/2.0/plug-ins/file-glob
-lib/gimp/2.0/plug-ins/file-header
-lib/gimp/2.0/plug-ins/file-html-table
-lib/gimp/2.0/plug-ins/file-ico
-lib/gimp/2.0/plug-ins/file-jp2-load
-lib/gimp/2.0/plug-ins/file-jpeg
-${PLIST.mng}lib/gimp/2.0/plug-ins/file-mng
-lib/gimp/2.0/plug-ins/file-pat
-lib/gimp/2.0/plug-ins/file-pcx
-lib/gimp/2.0/plug-ins/file-pdf-load
-lib/gimp/2.0/plug-ins/file-pdf-save
-lib/gimp/2.0/plug-ins/file-pix
-lib/gimp/2.0/plug-ins/file-png
-lib/gimp/2.0/plug-ins/file-pnm
-lib/gimp/2.0/plug-ins/file-psd
-lib/gimp/2.0/plug-ins/file-psp
-lib/gimp/2.0/plug-ins/file-raw-data
-lib/gimp/2.0/plug-ins/file-raw-placeholder
-lib/gimp/2.0/plug-ins/file-rawtherapee
-lib/gimp/2.0/plug-ins/file-sgi
-lib/gimp/2.0/plug-ins/file-sunras
-${PLIST.svg}lib/gimp/2.0/plug-ins/file-svg
-lib/gimp/2.0/plug-ins/file-tga
-lib/gimp/2.0/plug-ins/file-tiff
-lib/gimp/2.0/plug-ins/file-wmf
-lib/gimp/2.0/plug-ins/file-xbm
-${PLIST.remote}lib/gimp/2.0/plug-ins/file-xmc
-${PLIST.remote}lib/gimp/2.0/plug-ins/file-xpm
-lib/gimp/2.0/plug-ins/file-xwd
-lib/gimp/2.0/plug-ins/film
-lib/gimp/2.0/plug-ins/filter-pack
-lib/gimp/2.0/plug-ins/flame
-lib/gimp/2.0/plug-ins/fractal-explorer
-lib/gimp/2.0/plug-ins/fractal-trace
-lib/gimp/2.0/plug-ins/gfig
-lib/gimp/2.0/plug-ins/gimpressionist
-lib/gimp/2.0/plug-ins/goat-exercise
-lib/gimp/2.0/plug-ins/gradient-flare
-lib/gimp/2.0/plug-ins/gradient-map
-lib/gimp/2.0/plug-ins/grid
-lib/gimp/2.0/plug-ins/guillotine
-lib/gimp/2.0/plug-ins/help
-lib/gimp/2.0/plug-ins/hot
-lib/gimp/2.0/plug-ins/ifs-compose
-lib/gimp/2.0/plug-ins/imagemap
-lib/gimp/2.0/plug-ins/jigsaw
-lib/gimp/2.0/plug-ins/lighting
-lib/gimp/2.0/plug-ins/mail
-lib/gimp/2.0/plug-ins/map-object
-lib/gimp/2.0/plug-ins/max-rgb
-lib/gimp/2.0/plug-ins/metadata-editor
-lib/gimp/2.0/plug-ins/metadata-viewer
-lib/gimp/2.0/plug-ins/newsprint
-lib/gimp/2.0/plug-ins/nl-filter
-lib/gimp/2.0/plug-ins/oilify
-lib/gimp/2.0/plug-ins/pagecurl
-lib/gimp/2.0/plug-ins/photocopy
-lib/gimp/2.0/plug-ins/plugin-browser
-lib/gimp/2.0/plug-ins/print
-lib/gimp/2.0/plug-ins/procedure-browser
-lib/gimp/2.0/plug-ins/qbist
-lib/gimp/2.0/plug-ins/sample-colorize
-lib/gimp/2.0/plug-ins/screenshot
-lib/gimp/2.0/plug-ins/script-fu
-lib/gimp/2.0/plug-ins/selection-to-path
-lib/gimp/2.0/plug-ins/sharpen
-lib/gimp/2.0/plug-ins/smooth-palette
-lib/gimp/2.0/plug-ins/softglow
-lib/gimp/2.0/plug-ins/sparkle
-lib/gimp/2.0/plug-ins/sphere-designer
-lib/gimp/2.0/plug-ins/tile
-lib/gimp/2.0/plug-ins/tile-small
-lib/gimp/2.0/plug-ins/unit-editor
-lib/gimp/2.0/plug-ins/unsharp-mask
-lib/gimp/2.0/plug-ins/van-gogh-lic
-lib/gimp/2.0/plug-ins/warp
-lib/gimp/2.0/plug-ins/wavelet-decompose
-lib/gimp/2.0/plug-ins/web-browser
+lib/gimp/2.0/plug-ins/file-bmp/file-bmp
+lib/gimp/2.0/plug-ins/file-cel/file-cel
+lib/gimp/2.0/plug-ins/file-compressor/file-compressor
+lib/gimp/2.0/plug-ins/file-csource/file-csource
+lib/gimp/2.0/plug-ins/file-darktable/file-darktable
+lib/gimp/2.0/plug-ins/file-desktop-link/file-desktop-link
+lib/gimp/2.0/plug-ins/file-dicom/file-dicom
+lib/gimp/2.0/plug-ins/file-faxg3/file-faxg3
+lib/gimp/2.0/plug-ins/file-fits/file-fits
+lib/gimp/2.0/plug-ins/file-fli/file-fli
+lib/gimp/2.0/plug-ins/file-gbr/file-gbr
+lib/gimp/2.0/plug-ins/file-gegl/file-gegl
+lib/gimp/2.0/plug-ins/file-gif-load/file-gif-load
+lib/gimp/2.0/plug-ins/file-gif-save/file-gif-save
+lib/gimp/2.0/plug-ins/file-gih/file-gih
+lib/gimp/2.0/plug-ins/file-glob/file-glob
+lib/gimp/2.0/plug-ins/file-header/file-header
+lib/gimp/2.0/plug-ins/file-html-table/file-html-table
+lib/gimp/2.0/plug-ins/file-ico/file-ico
+lib/gimp/2.0/plug-ins/file-jp2-load/file-jp2-load
+lib/gimp/2.0/plug-ins/file-jpeg/file-jpeg
+${PLIST.mng}lib/gimp/2.0/plug-ins/file-mng/file-mng
+lib/gimp/2.0/plug-ins/file-pat/file-pat
+lib/gimp/2.0/plug-ins/file-pcx/file-pcx
+lib/gimp/2.0/plug-ins/file-pdf-load/file-pdf-load
+lib/gimp/2.0/plug-ins/file-pdf-save/file-pdf-save
+lib/gimp/2.0/plug-ins/file-pix/file-pix
+lib/gimp/2.0/plug-ins/file-png/file-png
+lib/gimp/2.0/plug-ins/file-pnm/file-pnm
+lib/gimp/2.0/plug-ins/file-psd/file-psd
+lib/gimp/2.0/plug-ins/file-psp/file-psp
+lib/gimp/2.0/plug-ins/file-raw-data/file-raw-data
+lib/gimp/2.0/plug-ins/file-raw-placeholder/file-raw-placeholder
+lib/gimp/2.0/plug-ins/file-rawtherapee/file-rawtherapee
+lib/gimp/2.0/plug-ins/file-sgi/file-sgi
+lib/gimp/2.0/plug-ins/file-sunras/file-sunras
+${PLIST.svg}lib/gimp/2.0/plug-ins/file-svg/file-svg
+lib/gimp/2.0/plug-ins/file-tga/file-tga
+lib/gimp/2.0/plug-ins/file-tiff/file-tiff
+lib/gimp/2.0/plug-ins/file-wmf/file-wmf
+lib/gimp/2.0/plug-ins/file-xbm/file-xbm
+${PLIST.remote}lib/gimp/2.0/plug-ins/file-xmc/file-xmc
+${PLIST.remote}lib/gimp/2.0/plug-ins/file-xpm/file-xpm
+lib/gimp/2.0/plug-ins/file-xwd/file-xwd
+lib/gimp/2.0/plug-ins/film/film
+lib/gimp/2.0/plug-ins/filter-pack/filter-pack
+lib/gimp/2.0/plug-ins/flame/flame
+lib/gimp/2.0/plug-ins/fractal-explorer/fractal-explorer
+lib/gimp/2.0/plug-ins/fractal-trace/fractal-trace
+lib/gimp/2.0/plug-ins/gfig/gfig
+lib/gimp/2.0/plug-ins/gimpressionist/gimpressionist
+lib/gimp/2.0/plug-ins/goat-exercise/goat-exercise
+lib/gimp/2.0/plug-ins/gradient-flare/gradient-flare
+lib/gimp/2.0/plug-ins/gradient-map/gradient-map
+lib/gimp/2.0/plug-ins/grid/grid
+lib/gimp/2.0/plug-ins/guillotine/guillotine
+lib/gimp/2.0/plug-ins/help/help
+lib/gimp/2.0/plug-ins/hot/hot
+lib/gimp/2.0/plug-ins/ifs-compose/ifs-compose
+lib/gimp/2.0/plug-ins/imagemap/imagemap
+lib/gimp/2.0/plug-ins/jigsaw/jigsaw
+lib/gimp/2.0/plug-ins/lighting/lighting
+lib/gimp/2.0/plug-ins/mail/mail
+lib/gimp/2.0/plug-ins/map-object/map-object
+lib/gimp/2.0/plug-ins/max-rgb/max-rgb
+lib/gimp/2.0/plug-ins/metadata-editor/metadata-editor
+lib/gimp/2.0/plug-ins/metadata-viewer/metadata-viewer
+lib/gimp/2.0/plug-ins/newsprint/newsprint
+lib/gimp/2.0/plug-ins/nl-filter/nl-filter
+lib/gimp/2.0/plug-ins/oilify/oilify
+lib/gimp/2.0/plug-ins/pagecurl/pagecurl
+lib/gimp/2.0/plug-ins/photocopy/photocopy
+lib/gimp/2.0/plug-ins/plugin-browser/plugin-browser
+lib/gimp/2.0/plug-ins/print/print
+lib/gimp/2.0/plug-ins/procedure-browser/procedure-browser
+lib/gimp/2.0/plug-ins/qbist/qbist
+lib/gimp/2.0/plug-ins/sample-colorize/sample-colorize
+lib/gimp/2.0/plug-ins/screenshot/screenshot
+lib/gimp/2.0/plug-ins/script-fu/script-fu
+lib/gimp/2.0/plug-ins/selection-to-path/selection-to-path
+lib/gimp/2.0/plug-ins/sharpen/sharpen
+lib/gimp/2.0/plug-ins/smooth-palette/smooth-palette
+lib/gimp/2.0/plug-ins/softglow/softglow
+lib/gimp/2.0/plug-ins/sparkle/sparkle
+lib/gimp/2.0/plug-ins/sphere-designer/sphere-designer
+lib/gimp/2.0/plug-ins/tile-small/tile-small
+lib/gimp/2.0/plug-ins/tile/tile
+lib/gimp/2.0/plug-ins/unit-editor/unit-editor
+lib/gimp/2.0/plug-ins/van-gogh-lic/van-gogh-lic
+lib/gimp/2.0/plug-ins/warp/warp
+lib/gimp/2.0/plug-ins/wavelet-decompose/wavelet-decompose
+lib/gimp/2.0/plug-ins/web-browser/web-browser
lib/libgimp-2.0.la
lib/libgimpbase-2.0.la
lib/libgimpcolor-2.0.la
@@ -380,7 +379,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
@@ -753,6 +752,7 @@ share/gimp/2.0/icons/Color/24x24/apps/gimp-channel.svg
share/gimp/2.0/icons/Color/24x24/apps/gimp-channels.svg
share/gimp/2.0/icons/Color/24x24/apps/gimp-char-picker.svg
share/gimp/2.0/icons/Color/24x24/apps/gimp-color-space-linear.svg
+share/gimp/2.0/icons/Color/24x24/apps/gimp-color-space-non-linear.svg
share/gimp/2.0/icons/Color/24x24/apps/gimp-color-space-perceptual.svg
share/gimp/2.0/icons/Color/24x24/apps/gimp-colormap.svg
share/gimp/2.0/icons/Color/24x24/apps/gimp-controller-keyboard.svg
@@ -956,6 +956,7 @@ share/gimp/2.0/icons/Color/scalable/apps/gimp-color-picker-black.svg
share/gimp/2.0/icons/Color/scalable/apps/gimp-color-picker-gray.svg
share/gimp/2.0/icons/Color/scalable/apps/gimp-color-picker-white.svg
share/gimp/2.0/icons/Color/scalable/apps/gimp-color-space-linear.svg
+share/gimp/2.0/icons/Color/scalable/apps/gimp-color-space-non-linear.svg
share/gimp/2.0/icons/Color/scalable/apps/gimp-color-space-perceptual.svg
share/gimp/2.0/icons/Color/scalable/apps/gimp-color-triangle.svg
share/gimp/2.0/icons/Color/scalable/apps/gimp-color-water.svg
@@ -1125,6 +1126,10 @@ share/gimp/2.0/icons/Color/scalable/apps/gimp-symmetry.svg
share/gimp/2.0/icons/Color/scalable/apps/gimp-template.svg
share/gimp/2.0/icons/Color/scalable/apps/gimp-text-dir-ltr.svg
share/gimp/2.0/icons/Color/scalable/apps/gimp-text-dir-rtl.svg
+share/gimp/2.0/icons/Color/scalable/apps/gimp-text-dir-ttb-ltr-upright.svg
+share/gimp/2.0/icons/Color/scalable/apps/gimp-text-dir-ttb-ltr.svg
+share/gimp/2.0/icons/Color/scalable/apps/gimp-text-dir-ttb-rtl-upright.svg
+share/gimp/2.0/icons/Color/scalable/apps/gimp-text-dir-ttb-rtl.svg
share/gimp/2.0/icons/Color/scalable/apps/gimp-text-layer.svg
share/gimp/2.0/icons/Color/scalable/apps/gimp-toilet-paper.svg
share/gimp/2.0/icons/Color/scalable/apps/gimp-tool-airbrush.svg
@@ -1585,6 +1590,10 @@ share/gimp/2.0/icons/Legacy/24x24/apps/gimp-sample-point.png
share/gimp/2.0/icons/Legacy/24x24/apps/gimp-template.png
share/gimp/2.0/icons/Legacy/24x24/apps/gimp-text-dir-ltr.png
share/gimp/2.0/icons/Legacy/24x24/apps/gimp-text-dir-rtl.png
+share/gimp/2.0/icons/Legacy/24x24/apps/gimp-text-dir-ttb-ltr-upright.png
+share/gimp/2.0/icons/Legacy/24x24/apps/gimp-text-dir-ttb-ltr.png
+share/gimp/2.0/icons/Legacy/24x24/apps/gimp-text-dir-ttb-rtl-upright.png
+share/gimp/2.0/icons/Legacy/24x24/apps/gimp-text-dir-ttb-rtl.png
share/gimp/2.0/icons/Legacy/24x24/apps/gimp-text-layer.png
share/gimp/2.0/icons/Legacy/24x24/apps/gimp-toilet-paper.png
share/gimp/2.0/icons/Legacy/24x24/apps/gimp-tool-options.png
@@ -1691,6 +1700,7 @@ share/gimp/2.0/icons/Symbolic-Inverted/24x24/apps/gimp-channel.svg
share/gimp/2.0/icons/Symbolic-Inverted/24x24/apps/gimp-channels.svg
share/gimp/2.0/icons/Symbolic-Inverted/24x24/apps/gimp-char-picker.svg
share/gimp/2.0/icons/Symbolic-Inverted/24x24/apps/gimp-color-space-linear.svg
+share/gimp/2.0/icons/Symbolic-Inverted/24x24/apps/gimp-color-space-non-linear.svg
share/gimp/2.0/icons/Symbolic-Inverted/24x24/apps/gimp-color-space-perceptual.svg
share/gimp/2.0/icons/Symbolic-Inverted/24x24/apps/gimp-colormap.svg
share/gimp/2.0/icons/Symbolic-Inverted/24x24/apps/gimp-controller-keyboard.svg
@@ -1894,6 +1904,7 @@ share/gimp/2.0/icons/Symbolic-Inverted/scalable/apps/gimp-color-picker-black.svg
share/gimp/2.0/icons/Symbolic-Inverted/scalable/apps/gimp-color-picker-gray.svg
share/gimp/2.0/icons/Symbolic-Inverted/scalable/apps/gimp-color-picker-white.svg
share/gimp/2.0/icons/Symbolic-Inverted/scalable/apps/gimp-color-space-linear.svg
+share/gimp/2.0/icons/Symbolic-Inverted/scalable/apps/gimp-color-space-non-linear.svg
share/gimp/2.0/icons/Symbolic-Inverted/scalable/apps/gimp-color-space-perceptual.svg
share/gimp/2.0/icons/Symbolic-Inverted/scalable/apps/gimp-color-triangle.svg
share/gimp/2.0/icons/Symbolic-Inverted/scalable/apps/gimp-color-water.svg
@@ -2063,6 +2074,10 @@ share/gimp/2.0/icons/Symbolic-Inverted/scalable/apps/gimp-symmetry.svg
share/gimp/2.0/icons/Symbolic-Inverted/scalable/apps/gimp-template.svg
share/gimp/2.0/icons/Symbolic-Inverted/scalable/apps/gimp-text-dir-ltr.svg
share/gimp/2.0/icons/Symbolic-Inverted/scalable/apps/gimp-text-dir-rtl.svg
+share/gimp/2.0/icons/Symbolic-Inverted/scalable/apps/gimp-text-dir-ttb-ltr-upright.svg
+share/gimp/2.0/icons/Symbolic-Inverted/scalable/apps/gimp-text-dir-ttb-ltr.svg
+share/gimp/2.0/icons/Symbolic-Inverted/scalable/apps/gimp-text-dir-ttb-rtl-upright.svg
+share/gimp/2.0/icons/Symbolic-Inverted/scalable/apps/gimp-text-dir-ttb-rtl.svg
share/gimp/2.0/icons/Symbolic-Inverted/scalable/apps/gimp-text-layer.svg
share/gimp/2.0/icons/Symbolic-Inverted/scalable/apps/gimp-toilet-paper.svg
share/gimp/2.0/icons/Symbolic-Inverted/scalable/apps/gimp-tool-airbrush.svg
@@ -2186,6 +2201,7 @@ share/gimp/2.0/icons/Symbolic/24x24/apps/gimp-channel.svg
share/gimp/2.0/icons/Symbolic/24x24/apps/gimp-channels.svg
share/gimp/2.0/icons/Symbolic/24x24/apps/gimp-char-picker.svg
share/gimp/2.0/icons/Symbolic/24x24/apps/gimp-color-space-linear.svg
+share/gimp/2.0/icons/Symbolic/24x24/apps/gimp-color-space-non-linear.svg
share/gimp/2.0/icons/Symbolic/24x24/apps/gimp-color-space-perceptual.svg
share/gimp/2.0/icons/Symbolic/24x24/apps/gimp-colormap.svg
share/gimp/2.0/icons/Symbolic/24x24/apps/gimp-controller-keyboard.svg
@@ -2389,6 +2405,7 @@ share/gimp/2.0/icons/Symbolic/scalable/apps/gimp-color-picker-black.svg
share/gimp/2.0/icons/Symbolic/scalable/apps/gimp-color-picker-gray.svg
share/gimp/2.0/icons/Symbolic/scalable/apps/gimp-color-picker-white.svg
share/gimp/2.0/icons/Symbolic/scalable/apps/gimp-color-space-linear.svg
+share/gimp/2.0/icons/Symbolic/scalable/apps/gimp-color-space-non-linear.svg
share/gimp/2.0/icons/Symbolic/scalable/apps/gimp-color-space-perceptual.svg
share/gimp/2.0/icons/Symbolic/scalable/apps/gimp-color-triangle.svg
share/gimp/2.0/icons/Symbolic/scalable/apps/gimp-color-water.svg
@@ -2558,6 +2575,10 @@ share/gimp/2.0/icons/Symbolic/scalable/apps/gimp-symmetry.svg
share/gimp/2.0/icons/Symbolic/scalable/apps/gimp-template.svg
share/gimp/2.0/icons/Symbolic/scalable/apps/gimp-text-dir-ltr.svg
share/gimp/2.0/icons/Symbolic/scalable/apps/gimp-text-dir-rtl.svg
+share/gimp/2.0/icons/Symbolic/scalable/apps/gimp-text-dir-ttb-ltr-upright.svg
+share/gimp/2.0/icons/Symbolic/scalable/apps/gimp-text-dir-ttb-ltr.svg
+share/gimp/2.0/icons/Symbolic/scalable/apps/gimp-text-dir-ttb-rtl-upright.svg
+share/gimp/2.0/icons/Symbolic/scalable/apps/gimp-text-dir-ttb-rtl.svg
share/gimp/2.0/icons/Symbolic/scalable/apps/gimp-text-layer.svg
share/gimp/2.0/icons/Symbolic/scalable/apps/gimp-toilet-paper.svg
share/gimp/2.0/icons/Symbolic/scalable/apps/gimp-tool-airbrush.svg
@@ -3290,9 +3311,10 @@ share/gtk-doc/html/libgimp/GimpProcBrowserDialog.html
share/gtk-doc/html/libgimp/GimpProgressBar.html
share/gtk-doc/html/libgimp/GimpSelectButton.html
share/gtk-doc/html/libgimp/GimpZoomPreview.html
-share/gtk-doc/html/libgimp/api-index-2-10.html
share/gtk-doc/html/libgimp/api-index-2-10-2.html
share/gtk-doc/html/libgimp/api-index-2-10-4.html
+share/gtk-doc/html/libgimp/api-index-2-10-6.html
+share/gtk-doc/html/libgimp/api-index-2-10.html
share/gtk-doc/html/libgimp/api-index-2-2.html
share/gtk-doc/html/libgimp/api-index-2-4.html
share/gtk-doc/html/libgimp/api-index-2-6.html
@@ -3582,8 +3604,8 @@ share/gtk-doc/html/libgimpwidgets/GimpUnitComboBox.html
share/gtk-doc/html/libgimpwidgets/GimpUnitMenu.html
share/gtk-doc/html/libgimpwidgets/GimpUnitStore.html
share/gtk-doc/html/libgimpwidgets/GimpZoomModel.html
-share/gtk-doc/html/libgimpwidgets/api-index-2-10.html
share/gtk-doc/html/libgimpwidgets/api-index-2-10-4.html
+share/gtk-doc/html/libgimpwidgets/api-index-2-10.html
share/gtk-doc/html/libgimpwidgets/api-index-2-2.html
share/gtk-doc/html/libgimpwidgets/api-index-2-4.html
share/gtk-doc/html/libgimpwidgets/api-index-2-6.html
@@ -3615,6 +3637,7 @@ share/gtk-doc/html/libgimpwidgets/gimp-color-picker-black.png
share/gtk-doc/html/libgimpwidgets/gimp-color-picker-gray.png
share/gtk-doc/html/libgimpwidgets/gimp-color-picker-white.png
share/gtk-doc/html/libgimpwidgets/gimp-color-space-linear.png
+share/gtk-doc/html/libgimpwidgets/gimp-color-space-non-linear.png
share/gtk-doc/html/libgimpwidgets/gimp-color-space-perceptual.png
share/gtk-doc/html/libgimpwidgets/gimp-color-triangle.png
share/gtk-doc/html/libgimpwidgets/gimp-color-water.png
@@ -3785,6 +3808,10 @@ share/gtk-doc/html/libgimpwidgets/gimp-symmetry.png
share/gtk-doc/html/libgimpwidgets/gimp-template.png
share/gtk-doc/html/libgimpwidgets/gimp-text-dir-ltr.png
share/gtk-doc/html/libgimpwidgets/gimp-text-dir-rtl.png
+share/gtk-doc/html/libgimpwidgets/gimp-text-dir-ttb-ltr-upright.png
+share/gtk-doc/html/libgimpwidgets/gimp-text-dir-ttb-ltr.png
+share/gtk-doc/html/libgimpwidgets/gimp-text-dir-ttb-rtl-upright.png
+share/gtk-doc/html/libgimpwidgets/gimp-text-dir-ttb-rtl.png
share/gtk-doc/html/libgimpwidgets/gimp-text-layer.png
share/gtk-doc/html/libgimpwidgets/gimp-texture.png
share/gtk-doc/html/libgimpwidgets/gimp-toilet-paper.png
@@ -4148,6 +4175,12 @@ 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
diff --git a/graphics/gimp/distinfo b/graphics/gimp/distinfo
index c7b907f5fc1..4a200afc6ef 100644
--- a/graphics/gimp/distinfo
+++ b/graphics/gimp/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.94 2018/07/16 01:15:56 ryoon Exp $
+$NetBSD: distinfo,v 1.95 2018/08/28 13:51:08 ryoon Exp $
-SHA1 (gimp-2.10.4.tar.bz2) = 8ab998e11bb0b9eaafa0c92a35f29af30e63e86e
-RMD160 (gimp-2.10.4.tar.bz2) = 40120b1488579dc1fc54402ac4947c9ec2ace70b
-SHA512 (gimp-2.10.4.tar.bz2) = 9d0cc8d97b82423687b579907edaab6044f19a8207426edf4f7428de23fa82481112bb0a53b06bb7037b68d92336517b1eddef4600519707e7feedb64e5414f7
-Size (gimp-2.10.4.tar.bz2) = 31064613 bytes
+SHA1 (gimp-2.10.6.tar.bz2) = 63bd5cb2a36940d45a94c24d393cc999be1ec5b5
+RMD160 (gimp-2.10.6.tar.bz2) = ad8f381e837ad305a7d52a2da0d8a8c422e7d98b
+SHA512 (gimp-2.10.6.tar.bz2) = 1330ec756ec5f57243435e66aeb5f6214a9783e26763be6679714010a631e47dbb8b5f610195587af29261d2183332a4a4c6202acafc3f2837ae7a6b7f9a30c2
+Size (gimp-2.10.6.tar.bz2) = 31447973 bytes
SHA1 (patch-aa) = 403c46d7070de208769e99e512922ba3a5b7129b
SHA1 (patch-ab) = 37820b9e03702248294f0030ffbd09e7f14f3dcb
SHA1 (patch-app_core_gimpbrush-transform.cc) = 2524948ed5b04ab2b50f169f5dfd5eba4aac4395