Mon May 7 08:40:08 2012 UTC ()
Changes 2.8.0:
Core:
- Add our own GimpOperationBrightnessContrast because GEGL one is different
Plug-ins:
- Fix some GFig rendering issues
Source and build system:
- Depend on Babl 0.1.10, GEGL 0.2.0 and some other new library versions
General:
- Bug fixes
- Translation updates


(adam)
diff -r1.211 -r1.212 pkgsrc/graphics/gimp/Makefile
diff -r1.48 -r1.49 pkgsrc/graphics/gimp/PLIST
diff -r1.66 -r1.67 pkgsrc/graphics/gimp/distinfo
diff -r1.27 -r1.28 pkgsrc/graphics/gimp/patches/patch-aa
diff -r1.33 -r1.34 pkgsrc/graphics/gimp/patches/patch-ab
diff -r1.18 -r0 pkgsrc/graphics/gimp/patches/patch-ac
diff -r1.11 -r1.12 pkgsrc/graphics/gimp/patches/patch-ad
diff -r1.1 -r1.2 pkgsrc/graphics/gimp/patches/patch-app_Makefile.in
diff -r1.1 -r1.2 pkgsrc/graphics/gimp/patches/patch-app_config_Makefile.in
diff -r1.1 -r1.2 pkgsrc/graphics/gimp/patches/patch-devel-docs_app_Makefile.in
diff -r1.1 -r1.2 pkgsrc/graphics/gimp/patches/patch-plug-ins_script-fu_script-fu-server.c
diff -r0 -r1.1 pkgsrc/graphics/gimp/patches/patch-app_base_base-utils.c

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

--- pkgsrc/graphics/gimp/Makefile 2012/03/03 00:12:14 1.211
+++ pkgsrc/graphics/gimp/Makefile 2012/05/07 08:40:07 1.212
@@ -1,21 +1,20 @@ @@ -1,21 +1,20 @@
1# $NetBSD: Makefile,v 1.211 2012/03/03 00:12:14 wiz Exp $ 1# $NetBSD: Makefile,v 1.212 2012/05/07 08:40:07 adam Exp $
2 2
3DISTNAME= gimp-2.6.12 3DISTNAME= gimp-2.8.0
4PKGREVISION= 2 
5CATEGORIES= graphics 4CATEGORIES= graphics
6MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.6/ \ 5MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/ \
7 ${MASTER_SITE_GNU:=gimp/v2.6/} \ 6 ${MASTER_SITE_GNU:=gimp/v${PKGVERSION_NOREV:R}/} \
8 ftp://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/v2.6/ 7 ftp://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/v${PKGVERSION_NOREV:R}/
9EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
10 9
11MAINTAINER= adam@NetBSD.org 10MAINTAINER= adam@NetBSD.org
12HOMEPAGE= http://www.gimp.org/ 11HOMEPAGE= http://www.gimp.org/
13COMMENT= The GNU image manipulation program 12COMMENT= The GNU image manipulation program
14LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2 13LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2
15 14
16BUILD_DEPENDS+= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser 15BUILD_DEPENDS+= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser
17 16
18PKG_DESTDIR_SUPPORT= user-destdir 17PKG_DESTDIR_SUPPORT= user-destdir
19 18
20CONFLICTS+= gimp<=1.2.3 19CONFLICTS+= gimp<=1.2.3
21 20
@@ -33,27 +32,27 @@ PKGCONFIG_OVERRIDE= gimp.pc.in @@ -33,27 +32,27 @@ PKGCONFIG_OVERRIDE= gimp.pc.in
33 32
34BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.2.0 33BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.2.0
35BUILDLINK_API_DEPENDS.lcms+= lcms>=1.12 34BUILDLINK_API_DEPENDS.lcms+= lcms>=1.12
36 35
37GNU_CONFIGURE= yes 36GNU_CONFIGURE= yes
38CONFIGURE_ARGS+= --disable-perl 37CONFIGURE_ARGS+= --disable-perl
39CONFIGURE_ARGS+= --disable-python 38CONFIGURE_ARGS+= --disable-python
40CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} 39CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
41CONFIGURE_ARGS+= --without-linux-input 40CONFIGURE_ARGS+= --without-linux-input
42 41
43UNLIMIT_RESOURCES+= datasize 42UNLIMIT_RESOURCES+= datasize
44 43
45EGDIR= ${PREFIX}/share/examples/gimp-2.0 44EGDIR= ${PREFIX}/share/examples/gimp-2.0
46.for f in controllerrc gimprc gtkrc menurc ps-menurc sessionrc templaterc unitrc 45.for f in controllerrc gimprc gtkrc menurc sessionrc templaterc unitrc
47CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} 46CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
48.endfor 47.endfor
49 48
50# Ensure we export symbols in the linked shared object. 49# Ensure we export symbols in the linked shared object.
51LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} 50LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
52 51
53PLIST_VARS+= remote twain 52PLIST_VARS+= remote twain
54.if exists(/System/Library/Frameworks/TWAIN.framework) 53.if exists(/System/Library/Frameworks/TWAIN.framework)
55PLIST.twain= yes 54PLIST.twain= yes
56.endif 55.endif
57 56
58.include "options.mk" 57.include "options.mk"
59 58

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

--- pkgsrc/graphics/gimp/PLIST 2012/02/04 21:10:43 1.48
+++ pkgsrc/graphics/gimp/PLIST 2012/05/07 08:40:08 1.49
@@ -1,82 +1,85 @@ @@ -1,82 +1,85 @@
1@comment $NetBSD: PLIST,v 1.48 2012/02/04 21:10:43 adam Exp $ 1@comment $NetBSD: PLIST,v 1.49 2012/05/07 08:40:08 adam Exp $
2bin/gimp 2bin/gimp
3bin/gimp-2.6 3bin/gimp-2.8
4bin/gimp-console 4bin/gimp-console
5bin/gimp-console-2.6 5bin/gimp-console-2.8
6bin/gimptool-2.0 6bin/gimptool-2.0
7include/gimp-2.0/libgimp/gimp.h 7include/gimp-2.0/libgimp/gimp.h
8include/gimp-2.0/libgimp/gimp_pdb.h 8include/gimp-2.0/libgimp/gimp_pdb.h
 9include/gimp-2.0/libgimp/gimp_pdb_headers.h
9include/gimp-2.0/libgimp/gimpaspectpreview.h 10include/gimp-2.0/libgimp/gimpaspectpreview.h
10include/gimp-2.0/libgimp/gimpbrush_pdb.h 11include/gimp-2.0/libgimp/gimpbrush_pdb.h
11include/gimp-2.0/libgimp/gimpbrushes.h 12include/gimp-2.0/libgimp/gimpbrushes.h
12include/gimp-2.0/libgimp/gimpbrushes_pdb.h 13include/gimp-2.0/libgimp/gimpbrushes_pdb.h
13include/gimp-2.0/libgimp/gimpbrushmenu.h 14include/gimp-2.0/libgimp/gimpbrushmenu.h
14include/gimp-2.0/libgimp/gimpbrushselect.h 15include/gimp-2.0/libgimp/gimpbrushselect.h
15include/gimp-2.0/libgimp/gimpbrushselect_pdb.h 16include/gimp-2.0/libgimp/gimpbrushselect_pdb.h
16include/gimp-2.0/libgimp/gimpbrushselectbutton.h 17include/gimp-2.0/libgimp/gimpbrushselectbutton.h
17include/gimp-2.0/libgimp/gimpbuffer_pdb.h 18include/gimp-2.0/libgimp/gimpbuffer_pdb.h
18include/gimp-2.0/libgimp/gimpchannel.h 19include/gimp-2.0/libgimp/gimpchannel.h
19include/gimp-2.0/libgimp/gimpchannel_pdb.h 20include/gimp-2.0/libgimp/gimpchannel_pdb.h
20include/gimp-2.0/libgimp/gimpcolor_pdb.h 21include/gimp-2.0/libgimp/gimpcolor_pdb.h
21include/gimp-2.0/libgimp/gimpcompat.h 22include/gimp-2.0/libgimp/gimpcompat.h
22include/gimp-2.0/libgimp/gimpcontext_pdb.h 23include/gimp-2.0/libgimp/gimpcontext_pdb.h
23include/gimp-2.0/libgimp/gimpconvert_pdb.h 24include/gimp-2.0/libgimp/gimpconvert_pdb.h
24include/gimp-2.0/libgimp/gimpdisplay_pdb.h 25include/gimp-2.0/libgimp/gimpdisplay_pdb.h
25include/gimp-2.0/libgimp/gimpdrawable.h 26include/gimp-2.0/libgimp/gimpdrawable.h
26include/gimp-2.0/libgimp/gimpdrawable_pdb.h 27include/gimp-2.0/libgimp/gimpdrawable_pdb.h
27include/gimp-2.0/libgimp/gimpdrawablepreview.h 28include/gimp-2.0/libgimp/gimpdrawablepreview.h
28include/gimp-2.0/libgimp/gimpdrawabletransform_pdb.h 29include/gimp-2.0/libgimp/gimpdrawabletransform_pdb.h
 30include/gimp-2.0/libgimp/gimpdynamics_pdb.h
29include/gimp-2.0/libgimp/gimpedit_pdb.h 31include/gimp-2.0/libgimp/gimpedit_pdb.h
30include/gimp-2.0/libgimp/gimpenums.h 32include/gimp-2.0/libgimp/gimpenums.h
31include/gimp-2.0/libgimp/gimpexport.h 33include/gimp-2.0/libgimp/gimpexport.h
32include/gimp-2.0/libgimp/gimpfileops_pdb.h 34include/gimp-2.0/libgimp/gimpfileops_pdb.h
33include/gimp-2.0/libgimp/gimpfloatingsel_pdb.h 35include/gimp-2.0/libgimp/gimpfloatingsel_pdb.h
34include/gimp-2.0/libgimp/gimpfontmenu.h 36include/gimp-2.0/libgimp/gimpfontmenu.h
35include/gimp-2.0/libgimp/gimpfonts_pdb.h 37include/gimp-2.0/libgimp/gimpfonts_pdb.h
36include/gimp-2.0/libgimp/gimpfontselect.h 38include/gimp-2.0/libgimp/gimpfontselect.h
37include/gimp-2.0/libgimp/gimpfontselect_pdb.h 39include/gimp-2.0/libgimp/gimpfontselect_pdb.h
38include/gimp-2.0/libgimp/gimpfontselectbutton.h 40include/gimp-2.0/libgimp/gimpfontselectbutton.h
39include/gimp-2.0/libgimp/gimpgimprc.h 41include/gimp-2.0/libgimp/gimpgimprc.h
40include/gimp-2.0/libgimp/gimpgimprc_pdb.h 42include/gimp-2.0/libgimp/gimpgimprc_pdb.h
41include/gimp-2.0/libgimp/gimpgradient_pdb.h 43include/gimp-2.0/libgimp/gimpgradient_pdb.h
42include/gimp-2.0/libgimp/gimpgradientmenu.h 44include/gimp-2.0/libgimp/gimpgradientmenu.h
43include/gimp-2.0/libgimp/gimpgradients.h 45include/gimp-2.0/libgimp/gimpgradients.h
44include/gimp-2.0/libgimp/gimpgradients_pdb.h 46include/gimp-2.0/libgimp/gimpgradients_pdb.h
45include/gimp-2.0/libgimp/gimpgradientselect.h 47include/gimp-2.0/libgimp/gimpgradientselect.h
46include/gimp-2.0/libgimp/gimpgradientselect_pdb.h 48include/gimp-2.0/libgimp/gimpgradientselect_pdb.h
47include/gimp-2.0/libgimp/gimpgradientselectbutton.h 49include/gimp-2.0/libgimp/gimpgradientselectbutton.h
48include/gimp-2.0/libgimp/gimpgrid_pdb.h 50include/gimp-2.0/libgimp/gimpgrid_pdb.h
49include/gimp-2.0/libgimp/gimpguides_pdb.h 51include/gimp-2.0/libgimp/gimpguides_pdb.h
50include/gimp-2.0/libgimp/gimphelp_pdb.h 52include/gimp-2.0/libgimp/gimphelp_pdb.h
51include/gimp-2.0/libgimp/gimpimage.h 53include/gimp-2.0/libgimp/gimpimage.h
52include/gimp-2.0/libgimp/gimpimage_pdb.h 54include/gimp-2.0/libgimp/gimpimage_pdb.h
53include/gimp-2.0/libgimp/gimpimagecombobox.h 55include/gimp-2.0/libgimp/gimpimagecombobox.h
 56include/gimp-2.0/libgimp/gimpimageselect_pdb.h
 57include/gimp-2.0/libgimp/gimpitem_pdb.h
54include/gimp-2.0/libgimp/gimpitemcombobox.h 58include/gimp-2.0/libgimp/gimpitemcombobox.h
 59include/gimp-2.0/libgimp/gimpitemtransform_pdb.h
55include/gimp-2.0/libgimp/gimplayer.h 60include/gimp-2.0/libgimp/gimplayer.h
56include/gimp-2.0/libgimp/gimplayer_pdb.h 61include/gimp-2.0/libgimp/gimplayer_pdb.h
57include/gimp-2.0/libgimp/gimpmenu.h 62include/gimp-2.0/libgimp/gimpmenu.h
58include/gimp-2.0/libgimp/gimpmessage_pdb.h 63include/gimp-2.0/libgimp/gimpmessage_pdb.h
59include/gimp-2.0/libgimp/gimpmisc_pdb.h 
60include/gimp-2.0/libgimp/gimppainttools_pdb.h 64include/gimp-2.0/libgimp/gimppainttools_pdb.h
61include/gimp-2.0/libgimp/gimppalette.h 65include/gimp-2.0/libgimp/gimppalette.h
62include/gimp-2.0/libgimp/gimppalette_pdb.h 66include/gimp-2.0/libgimp/gimppalette_pdb.h
63include/gimp-2.0/libgimp/gimppalettemenu.h 67include/gimp-2.0/libgimp/gimppalettemenu.h
64include/gimp-2.0/libgimp/gimppalettes.h 68include/gimp-2.0/libgimp/gimppalettes.h
65include/gimp-2.0/libgimp/gimppalettes_pdb.h 69include/gimp-2.0/libgimp/gimppalettes_pdb.h
66include/gimp-2.0/libgimp/gimppaletteselect.h 70include/gimp-2.0/libgimp/gimppaletteselect.h
67include/gimp-2.0/libgimp/gimppaletteselect_pdb.h 71include/gimp-2.0/libgimp/gimppaletteselect_pdb.h
68include/gimp-2.0/libgimp/gimppaletteselectbutton.h 72include/gimp-2.0/libgimp/gimppaletteselectbutton.h
69include/gimp-2.0/libgimp/gimpparasite_pdb.h 
70include/gimp-2.0/libgimp/gimppaths_pdb.h 73include/gimp-2.0/libgimp/gimppaths_pdb.h
71include/gimp-2.0/libgimp/gimppattern_pdb.h 74include/gimp-2.0/libgimp/gimppattern_pdb.h
72include/gimp-2.0/libgimp/gimppatternmenu.h 75include/gimp-2.0/libgimp/gimppatternmenu.h
73include/gimp-2.0/libgimp/gimppatterns.h 76include/gimp-2.0/libgimp/gimppatterns.h
74include/gimp-2.0/libgimp/gimppatterns_pdb.h 77include/gimp-2.0/libgimp/gimppatterns_pdb.h
75include/gimp-2.0/libgimp/gimppatternselect.h 78include/gimp-2.0/libgimp/gimppatternselect.h
76include/gimp-2.0/libgimp/gimppatternselect_pdb.h 79include/gimp-2.0/libgimp/gimppatternselect_pdb.h
77include/gimp-2.0/libgimp/gimppatternselectbutton.h 80include/gimp-2.0/libgimp/gimppatternselectbutton.h
78include/gimp-2.0/libgimp/gimppixbuf.h 81include/gimp-2.0/libgimp/gimppixbuf.h
79include/gimp-2.0/libgimp/gimppixelfetcher.h 82include/gimp-2.0/libgimp/gimppixelfetcher.h
80include/gimp-2.0/libgimp/gimppixelrgn.h 83include/gimp-2.0/libgimp/gimppixelrgn.h
81include/gimp-2.0/libgimp/gimpplugin.h 84include/gimp-2.0/libgimp/gimpplugin.h
82include/gimp-2.0/libgimp/gimpplugin_pdb.h 85include/gimp-2.0/libgimp/gimpplugin_pdb.h
@@ -91,47 +94,49 @@ include/gimp-2.0/libgimp/gimpregionitera @@ -91,47 +94,49 @@ include/gimp-2.0/libgimp/gimpregionitera
91include/gimp-2.0/libgimp/gimpselectbutton.h 94include/gimp-2.0/libgimp/gimpselectbutton.h
92include/gimp-2.0/libgimp/gimpselection.h 95include/gimp-2.0/libgimp/gimpselection.h
93include/gimp-2.0/libgimp/gimpselection_pdb.h 96include/gimp-2.0/libgimp/gimpselection_pdb.h
94include/gimp-2.0/libgimp/gimpselectiontools_pdb.h 97include/gimp-2.0/libgimp/gimpselectiontools_pdb.h
95include/gimp-2.0/libgimp/gimptextlayer_pdb.h 98include/gimp-2.0/libgimp/gimptextlayer_pdb.h
96include/gimp-2.0/libgimp/gimptexttool_pdb.h 99include/gimp-2.0/libgimp/gimptexttool_pdb.h
97include/gimp-2.0/libgimp/gimptile.h 100include/gimp-2.0/libgimp/gimptile.h
98include/gimp-2.0/libgimp/gimptransformtools_pdb.h 101include/gimp-2.0/libgimp/gimptransformtools_pdb.h
99include/gimp-2.0/libgimp/gimptypes.h 102include/gimp-2.0/libgimp/gimptypes.h
100include/gimp-2.0/libgimp/gimpui.h 103include/gimp-2.0/libgimp/gimpui.h
101include/gimp-2.0/libgimp/gimpuitypes.h 104include/gimp-2.0/libgimp/gimpuitypes.h
102include/gimp-2.0/libgimp/gimpundo_pdb.h 105include/gimp-2.0/libgimp/gimpundo_pdb.h
103include/gimp-2.0/libgimp/gimpunit_pdb.h 106include/gimp-2.0/libgimp/gimpunit_pdb.h
 107include/gimp-2.0/libgimp/gimpvectors.h
104include/gimp-2.0/libgimp/gimpvectors_pdb.h 108include/gimp-2.0/libgimp/gimpvectors_pdb.h
105include/gimp-2.0/libgimp/gimpzoompreview.h 109include/gimp-2.0/libgimp/gimpzoompreview.h
106include/gimp-2.0/libgimpbase/gimpbase.h 110include/gimp-2.0/libgimpbase/gimpbase.h
107include/gimp-2.0/libgimpbase/gimpbaseenums.h 111include/gimp-2.0/libgimpbase/gimpbaseenums.h
108include/gimp-2.0/libgimpbase/gimpbasetypes.h 112include/gimp-2.0/libgimpbase/gimpbasetypes.h
109include/gimp-2.0/libgimpbase/gimpchecks.h 113include/gimp-2.0/libgimpbase/gimpchecks.h
110include/gimp-2.0/libgimpbase/gimpcpuaccel.h 114include/gimp-2.0/libgimpbase/gimpcpuaccel.h
111include/gimp-2.0/libgimpbase/gimpdatafiles.h 115include/gimp-2.0/libgimpbase/gimpdatafiles.h
112include/gimp-2.0/libgimpbase/gimpenv.h 116include/gimp-2.0/libgimpbase/gimpenv.h
113include/gimp-2.0/libgimpbase/gimplimits.h 117include/gimp-2.0/libgimpbase/gimplimits.h
114include/gimp-2.0/libgimpbase/gimpmemsize.h 118include/gimp-2.0/libgimpbase/gimpmemsize.h
115include/gimp-2.0/libgimpbase/gimpparam.h 119include/gimp-2.0/libgimpbase/gimpparam.h
116include/gimp-2.0/libgimpbase/gimpparasite.h 120include/gimp-2.0/libgimpbase/gimpparasite.h
117include/gimp-2.0/libgimpbase/gimpparasiteio.h 121include/gimp-2.0/libgimpbase/gimpparasiteio.h
118include/gimp-2.0/libgimpbase/gimprectangle.h 122include/gimp-2.0/libgimpbase/gimprectangle.h
119include/gimp-2.0/libgimpbase/gimpsignal.h 123include/gimp-2.0/libgimpbase/gimpsignal.h
120include/gimp-2.0/libgimpbase/gimpunit.h 124include/gimp-2.0/libgimpbase/gimpunit.h
121include/gimp-2.0/libgimpbase/gimputils.h 125include/gimp-2.0/libgimpbase/gimputils.h
122include/gimp-2.0/libgimpbase/gimpversion.h 126include/gimp-2.0/libgimpbase/gimpversion.h
123include/gimp-2.0/libgimpcolor/gimpadaptivesupersample.h 127include/gimp-2.0/libgimpcolor/gimpadaptivesupersample.h
124include/gimp-2.0/libgimpcolor/gimpbilinear.h 128include/gimp-2.0/libgimpcolor/gimpbilinear.h
 129include/gimp-2.0/libgimpcolor/gimpcairocolor.h
125include/gimp-2.0/libgimpcolor/gimpcmyk.h 130include/gimp-2.0/libgimpcolor/gimpcmyk.h
126include/gimp-2.0/libgimpcolor/gimpcolor.h 131include/gimp-2.0/libgimpcolor/gimpcolor.h
127include/gimp-2.0/libgimpcolor/gimpcolormanaged.h 132include/gimp-2.0/libgimpcolor/gimpcolormanaged.h
128include/gimp-2.0/libgimpcolor/gimpcolorspace.h 133include/gimp-2.0/libgimpcolor/gimpcolorspace.h
129include/gimp-2.0/libgimpcolor/gimpcolortypes.h 134include/gimp-2.0/libgimpcolor/gimpcolortypes.h
130include/gimp-2.0/libgimpcolor/gimphsl.h 135include/gimp-2.0/libgimpcolor/gimphsl.h
131include/gimp-2.0/libgimpcolor/gimphsv.h 136include/gimp-2.0/libgimpcolor/gimphsv.h
132include/gimp-2.0/libgimpcolor/gimprgb.h 137include/gimp-2.0/libgimpcolor/gimprgb.h
133include/gimp-2.0/libgimpconfig/gimpcolorconfig-enums.h 138include/gimp-2.0/libgimpconfig/gimpcolorconfig-enums.h
134include/gimp-2.0/libgimpconfig/gimpcolorconfig.h 139include/gimp-2.0/libgimpconfig/gimpcolorconfig.h
135include/gimp-2.0/libgimpconfig/gimpconfig-deserialize.h 140include/gimp-2.0/libgimpconfig/gimpconfig-deserialize.h
136include/gimp-2.0/libgimpconfig/gimpconfig-error.h 141include/gimp-2.0/libgimpconfig/gimpconfig-error.h
137include/gimp-2.0/libgimpconfig/gimpconfig-iface.h 142include/gimp-2.0/libgimpconfig/gimpconfig-iface.h
@@ -147,26 +152,27 @@ include/gimp-2.0/libgimpmath/gimpmath.h @@ -147,26 +152,27 @@ include/gimp-2.0/libgimpmath/gimpmath.h
147include/gimp-2.0/libgimpmath/gimpmathtypes.h 152include/gimp-2.0/libgimpmath/gimpmathtypes.h
148include/gimp-2.0/libgimpmath/gimpmatrix.h 153include/gimp-2.0/libgimpmath/gimpmatrix.h
149include/gimp-2.0/libgimpmath/gimpmd5.h 154include/gimp-2.0/libgimpmath/gimpmd5.h
150include/gimp-2.0/libgimpmath/gimpvector.h 155include/gimp-2.0/libgimpmath/gimpvector.h
151include/gimp-2.0/libgimpmodule/gimpmodule.h 156include/gimp-2.0/libgimpmodule/gimpmodule.h
152include/gimp-2.0/libgimpmodule/gimpmoduledb.h 157include/gimp-2.0/libgimpmodule/gimpmoduledb.h
153include/gimp-2.0/libgimpmodule/gimpmoduletypes.h 158include/gimp-2.0/libgimpmodule/gimpmoduletypes.h
154include/gimp-2.0/libgimpthumb/gimpthumb-enums.h 159include/gimp-2.0/libgimpthumb/gimpthumb-enums.h
155include/gimp-2.0/libgimpthumb/gimpthumb-error.h 160include/gimp-2.0/libgimpthumb/gimpthumb-error.h
156include/gimp-2.0/libgimpthumb/gimpthumb-types.h 161include/gimp-2.0/libgimpthumb/gimpthumb-types.h
157include/gimp-2.0/libgimpthumb/gimpthumb-utils.h 162include/gimp-2.0/libgimpthumb/gimpthumb-utils.h
158include/gimp-2.0/libgimpthumb/gimpthumb.h 163include/gimp-2.0/libgimpthumb/gimpthumb.h
159include/gimp-2.0/libgimpthumb/gimpthumbnail.h 164include/gimp-2.0/libgimpthumb/gimpthumbnail.h
 165include/gimp-2.0/libgimpwidgets/gimp3migration.h
160include/gimp-2.0/libgimpwidgets/gimpbrowser.h 166include/gimp-2.0/libgimpwidgets/gimpbrowser.h
161include/gimp-2.0/libgimpwidgets/gimpbutton.h 167include/gimp-2.0/libgimpwidgets/gimpbutton.h
162include/gimp-2.0/libgimpwidgets/gimpcairo-utils.h 168include/gimp-2.0/libgimpwidgets/gimpcairo-utils.h
163include/gimp-2.0/libgimpwidgets/gimpcellrenderercolor.h 169include/gimp-2.0/libgimpwidgets/gimpcellrenderercolor.h
164include/gimp-2.0/libgimpwidgets/gimpcellrenderertoggle.h 170include/gimp-2.0/libgimpwidgets/gimpcellrenderertoggle.h
165include/gimp-2.0/libgimpwidgets/gimpchainbutton.h 171include/gimp-2.0/libgimpwidgets/gimpchainbutton.h
166include/gimp-2.0/libgimpwidgets/gimpcolorarea.h 172include/gimp-2.0/libgimpwidgets/gimpcolorarea.h
167include/gimp-2.0/libgimpwidgets/gimpcolorbutton.h 173include/gimp-2.0/libgimpwidgets/gimpcolorbutton.h
168include/gimp-2.0/libgimpwidgets/gimpcolordisplay.h 174include/gimp-2.0/libgimpwidgets/gimpcolordisplay.h
169include/gimp-2.0/libgimpwidgets/gimpcolordisplaystack.h 175include/gimp-2.0/libgimpwidgets/gimpcolordisplaystack.h
170include/gimp-2.0/libgimpwidgets/gimpcolorhexentry.h 176include/gimp-2.0/libgimpwidgets/gimpcolorhexentry.h
171include/gimp-2.0/libgimpwidgets/gimpcolornotebook.h 177include/gimp-2.0/libgimpwidgets/gimpcolornotebook.h
172include/gimp-2.0/libgimpwidgets/gimpcolorprofilecombobox.h 178include/gimp-2.0/libgimpwidgets/gimpcolorprofilecombobox.h
@@ -196,27 +202,30 @@ include/gimp-2.0/libgimpwidgets/gimppage @@ -196,27 +202,30 @@ include/gimp-2.0/libgimpwidgets/gimppage
196include/gimp-2.0/libgimpwidgets/gimppatheditor.h 202include/gimp-2.0/libgimpwidgets/gimppatheditor.h
197include/gimp-2.0/libgimpwidgets/gimppickbutton.h 203include/gimp-2.0/libgimpwidgets/gimppickbutton.h
198include/gimp-2.0/libgimpwidgets/gimppixmap.h 204include/gimp-2.0/libgimpwidgets/gimppixmap.h
199include/gimp-2.0/libgimpwidgets/gimppreview.h 205include/gimp-2.0/libgimpwidgets/gimppreview.h
200include/gimp-2.0/libgimpwidgets/gimppreviewarea.h 206include/gimp-2.0/libgimpwidgets/gimppreviewarea.h
201include/gimp-2.0/libgimpwidgets/gimppropwidgets.h 207include/gimp-2.0/libgimpwidgets/gimppropwidgets.h
202include/gimp-2.0/libgimpwidgets/gimpquerybox.h 208include/gimp-2.0/libgimpwidgets/gimpquerybox.h
203include/gimp-2.0/libgimpwidgets/gimpruler.h 209include/gimp-2.0/libgimpwidgets/gimpruler.h
204include/gimp-2.0/libgimpwidgets/gimpscaleentry.h 210include/gimp-2.0/libgimpwidgets/gimpscaleentry.h
205include/gimp-2.0/libgimpwidgets/gimpscrolledpreview.h 211include/gimp-2.0/libgimpwidgets/gimpscrolledpreview.h
206include/gimp-2.0/libgimpwidgets/gimpsizeentry.h 212include/gimp-2.0/libgimpwidgets/gimpsizeentry.h
207include/gimp-2.0/libgimpwidgets/gimpstock.h 213include/gimp-2.0/libgimpwidgets/gimpstock.h
208include/gimp-2.0/libgimpwidgets/gimpstringcombobox.h 214include/gimp-2.0/libgimpwidgets/gimpstringcombobox.h
 215include/gimp-2.0/libgimpwidgets/gimpunitcombobox.h
209include/gimp-2.0/libgimpwidgets/gimpunitmenu.h 216include/gimp-2.0/libgimpwidgets/gimpunitmenu.h
 217include/gimp-2.0/libgimpwidgets/gimpunitstore.h
 218include/gimp-2.0/libgimpwidgets/gimpwidgets-error.h
210include/gimp-2.0/libgimpwidgets/gimpwidgets.h 219include/gimp-2.0/libgimpwidgets/gimpwidgets.h
211include/gimp-2.0/libgimpwidgets/gimpwidgetsenums.h 220include/gimp-2.0/libgimpwidgets/gimpwidgetsenums.h
212include/gimp-2.0/libgimpwidgets/gimpwidgetstypes.h 221include/gimp-2.0/libgimpwidgets/gimpwidgetstypes.h
213include/gimp-2.0/libgimpwidgets/gimpzoommodel.h 222include/gimp-2.0/libgimpwidgets/gimpzoommodel.h
214lib/gimp/2.0/environ/default.env 223lib/gimp/2.0/environ/default.env
215lib/gimp/2.0/interpreters/default.interp 224lib/gimp/2.0/interpreters/default.interp
216lib/gimp/2.0/modules/libcolor-selector-cmyk.la 225lib/gimp/2.0/modules/libcolor-selector-cmyk.la
217lib/gimp/2.0/modules/libcolor-selector-water.la 226lib/gimp/2.0/modules/libcolor-selector-water.la
218lib/gimp/2.0/modules/libcolor-selector-wheel.la 227lib/gimp/2.0/modules/libcolor-selector-wheel.la
219lib/gimp/2.0/modules/libcontroller-midi.la 228lib/gimp/2.0/modules/libcontroller-midi.la
220lib/gimp/2.0/modules/libdisplay-filter-color-blind.la 229lib/gimp/2.0/modules/libdisplay-filter-color-blind.la
221lib/gimp/2.0/modules/libdisplay-filter-gamma.la 230lib/gimp/2.0/modules/libdisplay-filter-gamma.la
222lib/gimp/2.0/modules/libdisplay-filter-high-contrast.la 231lib/gimp/2.0/modules/libdisplay-filter-high-contrast.la
@@ -282,53 +291,52 @@ lib/gimp/2.0/plug-ins/file-fits @@ -282,53 +291,52 @@ lib/gimp/2.0/plug-ins/file-fits
282lib/gimp/2.0/plug-ins/file-fli 291lib/gimp/2.0/plug-ins/file-fli
283lib/gimp/2.0/plug-ins/file-gbr 292lib/gimp/2.0/plug-ins/file-gbr
284lib/gimp/2.0/plug-ins/file-gif-load 293lib/gimp/2.0/plug-ins/file-gif-load
285lib/gimp/2.0/plug-ins/file-gif-save 294lib/gimp/2.0/plug-ins/file-gif-save
286lib/gimp/2.0/plug-ins/file-gih 295lib/gimp/2.0/plug-ins/file-gih
287lib/gimp/2.0/plug-ins/file-glob 296lib/gimp/2.0/plug-ins/file-glob
288lib/gimp/2.0/plug-ins/file-header 297lib/gimp/2.0/plug-ins/file-header
289lib/gimp/2.0/plug-ins/file-html-table 298lib/gimp/2.0/plug-ins/file-html-table
290lib/gimp/2.0/plug-ins/file-ico 299lib/gimp/2.0/plug-ins/file-ico
291lib/gimp/2.0/plug-ins/file-jpeg 300lib/gimp/2.0/plug-ins/file-jpeg
292${PLIST.mng}lib/gimp/2.0/plug-ins/file-mng 301${PLIST.mng}lib/gimp/2.0/plug-ins/file-mng
293lib/gimp/2.0/plug-ins/file-pat 302lib/gimp/2.0/plug-ins/file-pat
294lib/gimp/2.0/plug-ins/file-pcx 303lib/gimp/2.0/plug-ins/file-pcx
 304lib/gimp/2.0/plug-ins/file-pdf-save
295lib/gimp/2.0/plug-ins/file-pix 305lib/gimp/2.0/plug-ins/file-pix
296lib/gimp/2.0/plug-ins/file-png 306lib/gimp/2.0/plug-ins/file-png
297lib/gimp/2.0/plug-ins/file-pnm 307lib/gimp/2.0/plug-ins/file-pnm
298lib/gimp/2.0/plug-ins/file-ps 
299lib/gimp/2.0/plug-ins/file-psd-load 308lib/gimp/2.0/plug-ins/file-psd-load
300lib/gimp/2.0/plug-ins/file-psd-save 309lib/gimp/2.0/plug-ins/file-psd-save
301lib/gimp/2.0/plug-ins/file-psp 310lib/gimp/2.0/plug-ins/file-psp
302lib/gimp/2.0/plug-ins/file-raw 311lib/gimp/2.0/plug-ins/file-raw
303lib/gimp/2.0/plug-ins/file-sgi 312lib/gimp/2.0/plug-ins/file-sgi
304lib/gimp/2.0/plug-ins/file-sunras 313lib/gimp/2.0/plug-ins/file-sunras
305${PLIST.svg}lib/gimp/2.0/plug-ins/file-svg 314${PLIST.svg}lib/gimp/2.0/plug-ins/file-svg
306lib/gimp/2.0/plug-ins/file-tga 315lib/gimp/2.0/plug-ins/file-tga
307lib/gimp/2.0/plug-ins/file-tiff-load 316lib/gimp/2.0/plug-ins/file-tiff-load
308lib/gimp/2.0/plug-ins/file-tiff-save 317lib/gimp/2.0/plug-ins/file-tiff-save
309lib/gimp/2.0/plug-ins/file-uri 318lib/gimp/2.0/plug-ins/file-uri
310lib/gimp/2.0/plug-ins/file-wmf 319lib/gimp/2.0/plug-ins/file-wmf
311lib/gimp/2.0/plug-ins/file-xbm 320lib/gimp/2.0/plug-ins/file-xbm
312lib/gimp/2.0/plug-ins/file-xjt 321lib/gimp/2.0/plug-ins/file-xjt
 322${PLIST.remote}lib/gimp/2.0/plug-ins/file-xmc
313${PLIST.remote}lib/gimp/2.0/plug-ins/file-xpm 323${PLIST.remote}lib/gimp/2.0/plug-ins/file-xpm
314lib/gimp/2.0/plug-ins/file-xwd 324lib/gimp/2.0/plug-ins/file-xwd
315lib/gimp/2.0/plug-ins/film 325lib/gimp/2.0/plug-ins/film
316lib/gimp/2.0/plug-ins/filter-pack 326lib/gimp/2.0/plug-ins/filter-pack
317lib/gimp/2.0/plug-ins/flame 327lib/gimp/2.0/plug-ins/flame
318lib/gimp/2.0/plug-ins/fractal-explorer 328lib/gimp/2.0/plug-ins/fractal-explorer
319lib/gimp/2.0/plug-ins/fractal-trace 329lib/gimp/2.0/plug-ins/fractal-trace
320lib/gimp/2.0/plug-ins/gee 
321lib/gimp/2.0/plug-ins/gee-zoom 
322lib/gimp/2.0/plug-ins/gfig 330lib/gimp/2.0/plug-ins/gfig
323lib/gimp/2.0/plug-ins/gimpressionist 331lib/gimp/2.0/plug-ins/gimpressionist
324lib/gimp/2.0/plug-ins/gradient-flare 332lib/gimp/2.0/plug-ins/gradient-flare
325lib/gimp/2.0/plug-ins/gradient-map 333lib/gimp/2.0/plug-ins/gradient-map
326lib/gimp/2.0/plug-ins/grid 334lib/gimp/2.0/plug-ins/grid
327lib/gimp/2.0/plug-ins/guillotine 335lib/gimp/2.0/plug-ins/guillotine
328lib/gimp/2.0/plug-ins/help 336lib/gimp/2.0/plug-ins/help
329lib/gimp/2.0/plug-ins/hot 337lib/gimp/2.0/plug-ins/hot
330lib/gimp/2.0/plug-ins/ifs-compose 338lib/gimp/2.0/plug-ins/ifs-compose
331lib/gimp/2.0/plug-ins/illusion 339lib/gimp/2.0/plug-ins/illusion
332lib/gimp/2.0/plug-ins/imagemap 340lib/gimp/2.0/plug-ins/imagemap
333lib/gimp/2.0/plug-ins/iwarp 341lib/gimp/2.0/plug-ins/iwarp
334lib/gimp/2.0/plug-ins/jigsaw 342lib/gimp/2.0/plug-ins/jigsaw
@@ -372,113 +380,175 @@ lib/gimp/2.0/plug-ins/semi-flatten @@ -372,113 +380,175 @@ lib/gimp/2.0/plug-ins/semi-flatten
372lib/gimp/2.0/plug-ins/sharpen 380lib/gimp/2.0/plug-ins/sharpen
373lib/gimp/2.0/plug-ins/shift 381lib/gimp/2.0/plug-ins/shift
374lib/gimp/2.0/plug-ins/sinus 382lib/gimp/2.0/plug-ins/sinus
375lib/gimp/2.0/plug-ins/smooth-palette 383lib/gimp/2.0/plug-ins/smooth-palette
376lib/gimp/2.0/plug-ins/softglow 384lib/gimp/2.0/plug-ins/softglow
377lib/gimp/2.0/plug-ins/sparkle 385lib/gimp/2.0/plug-ins/sparkle
378lib/gimp/2.0/plug-ins/sphere-designer 386lib/gimp/2.0/plug-ins/sphere-designer
379lib/gimp/2.0/plug-ins/threshold-alpha 387lib/gimp/2.0/plug-ins/threshold-alpha
380lib/gimp/2.0/plug-ins/tile 388lib/gimp/2.0/plug-ins/tile
381lib/gimp/2.0/plug-ins/tile-glass 389lib/gimp/2.0/plug-ins/tile-glass
382lib/gimp/2.0/plug-ins/tile-paper 390lib/gimp/2.0/plug-ins/tile-paper
383lib/gimp/2.0/plug-ins/tile-seamless 391lib/gimp/2.0/plug-ins/tile-seamless
384lib/gimp/2.0/plug-ins/tile-small 392lib/gimp/2.0/plug-ins/tile-small
385${PLIST.twain}lib/gimp/2.0/plug-ins/twain 
386lib/gimp/2.0/plug-ins/unit-editor 393lib/gimp/2.0/plug-ins/unit-editor
387lib/gimp/2.0/plug-ins/unsharp-mask 394lib/gimp/2.0/plug-ins/unsharp-mask
388lib/gimp/2.0/plug-ins/value-invert 395lib/gimp/2.0/plug-ins/value-invert
389lib/gimp/2.0/plug-ins/value-propagate 396lib/gimp/2.0/plug-ins/value-propagate
390lib/gimp/2.0/plug-ins/van-gogh-lic 397lib/gimp/2.0/plug-ins/van-gogh-lic
391lib/gimp/2.0/plug-ins/video 398lib/gimp/2.0/plug-ins/video
392lib/gimp/2.0/plug-ins/warp 399lib/gimp/2.0/plug-ins/warp
393lib/gimp/2.0/plug-ins/waves 400lib/gimp/2.0/plug-ins/waves
394lib/gimp/2.0/plug-ins/web-browser 401lib/gimp/2.0/plug-ins/web-browser
395lib/gimp/2.0/plug-ins/whirl-pinch 402lib/gimp/2.0/plug-ins/whirl-pinch
396lib/gimp/2.0/plug-ins/wind 403lib/gimp/2.0/plug-ins/wind
397lib/libgimp-2.0.la 404lib/libgimp-2.0.la
398lib/libgimpbase-2.0.la 405lib/libgimpbase-2.0.la
399lib/libgimpcolor-2.0.la 406lib/libgimpcolor-2.0.la
400lib/libgimpconfig-2.0.la 407lib/libgimpconfig-2.0.la
401lib/libgimpmath-2.0.la 408lib/libgimpmath-2.0.la
402lib/libgimpmodule-2.0.la 409lib/libgimpmodule-2.0.la
403lib/libgimpthumb-2.0.la 410lib/libgimpthumb-2.0.la
404lib/libgimpui-2.0.la 411lib/libgimpui-2.0.la
405lib/libgimpwidgets-2.0.la 412lib/libgimpwidgets-2.0.la
406lib/pkgconfig/gimp-2.0.pc 413lib/pkgconfig/gimp-2.0.pc
407lib/pkgconfig/gimpthumb-2.0.pc 414lib/pkgconfig/gimpthumb-2.0.pc
408lib/pkgconfig/gimpui-2.0.pc 415lib/pkgconfig/gimpui-2.0.pc
409man/man1/gimp-2.6.1 416man/man1/gimp-2.8.1
410man/man1/gimp-console-2.6.1 417man/man1/gimp-console-2.8.1
411man/man1/gimp-console.1 418man/man1/gimp-console.1
412man/man1/gimp.1 419man/man1/gimp.1
413man/man1/gimptool-2.0.1 420man/man1/gimptool-2.0.1
414man/man5/gimprc-2.6.5 421man/man5/gimprc-2.8.5
415man/man5/gimprc.5 422man/man5/gimprc.5
416share/aclocal/gimp-2.0.m4 423share/aclocal/gimp-2.0.m4
417share/applications/gimp.desktop 424share/applications/gimp.desktop
418share/examples/gimp-2.0/controllerrc 425share/examples/gimp-2.0/controllerrc
419share/examples/gimp-2.0/gimprc 426share/examples/gimp-2.0/gimprc
420share/examples/gimp-2.0/gtkrc 427share/examples/gimp-2.0/gtkrc
421share/examples/gimp-2.0/menurc 428share/examples/gimp-2.0/menurc
422share/examples/gimp-2.0/ps-menurc 
423share/examples/gimp-2.0/sessionrc 429share/examples/gimp-2.0/sessionrc
424share/examples/gimp-2.0/templaterc 430share/examples/gimp-2.0/templaterc
425share/examples/gimp-2.0/unitrc 431share/examples/gimp-2.0/unitrc
426share/gimp/2.0/brushes/10x10square.gbr 432share/gimp/2.0/brushes/Basic/1-pixel.vbr
427share/gimp/2.0/brushes/10x10squareBlur.gbr 433share/gimp/2.0/brushes/Basic/Block-01.vbr
428share/gimp/2.0/brushes/20x20square.gbr 434share/gimp/2.0/brushes/Basic/Block-02.vbr
429share/gimp/2.0/brushes/20x20squareBlur.gbr 435share/gimp/2.0/brushes/Basic/Block-03.vbr
430share/gimp/2.0/brushes/5x5square.gbr 436share/gimp/2.0/brushes/Basic/Hardness-025.vbr
431share/gimp/2.0/brushes/5x5squareBlur.gbr 437share/gimp/2.0/brushes/Basic/Hardness-050.vbr
432share/gimp/2.0/brushes/Calligraphic-Brush-0.vbr 438share/gimp/2.0/brushes/Basic/Hardness-075.vbr
433share/gimp/2.0/brushes/Calligraphic-Brush-1.vbr 439share/gimp/2.0/brushes/Basic/Hardness-100.vbr
434share/gimp/2.0/brushes/Calligraphic-Brush-2.vbr 440share/gimp/2.0/brushes/Basic/Star.vbr
435share/gimp/2.0/brushes/Calligraphic-Brush-3.vbr 441share/gimp/2.0/brushes/Basic/pixel.gbr
436share/gimp/2.0/brushes/Circle-1.vbr 442share/gimp/2.0/brushes/Legacy/confetti.gbr
437share/gimp/2.0/brushes/Circle-11.vbr 443share/gimp/2.0/brushes/Legacy/confetti.gih
438share/gimp/2.0/brushes/Circle-13.vbr 444share/gimp/2.0/brushes/Legacy/dunes.gbr
439share/gimp/2.0/brushes/Circle-15.vbr 445share/gimp/2.0/brushes/Legacy/galaxy-big.gbr
440share/gimp/2.0/brushes/Circle-17.vbr 446share/gimp/2.0/brushes/Legacy/galaxy.gbr
441share/gimp/2.0/brushes/Circle-19.vbr 447share/gimp/2.0/brushes/Legacy/pepper.gbr
442share/gimp/2.0/brushes/Circle-3.vbr 448share/gimp/2.0/brushes/Legacy/vine.gih
443share/gimp/2.0/brushes/Circle-5.vbr 449share/gimp/2.0/brushes/Media/Acrylic-01.gih
444share/gimp/2.0/brushes/Circle-7.vbr 450share/gimp/2.0/brushes/Media/Acrylic-02.gih
445share/gimp/2.0/brushes/Circle-9.vbr 451share/gimp/2.0/brushes/Media/Acrylic-03.gih
446share/gimp/2.0/brushes/Circle-Fuzzy-11.vbr 452share/gimp/2.0/brushes/Media/Acrylic-04.gih
447share/gimp/2.0/brushes/Circle-Fuzzy-13.vbr 453share/gimp/2.0/brushes/Media/Acrylic-05.gih
448share/gimp/2.0/brushes/Circle-Fuzzy-15.vbr 454share/gimp/2.0/brushes/Media/Bristles-01.gbr
449share/gimp/2.0/brushes/Circle-Fuzzy-17.vbr 455share/gimp/2.0/brushes/Media/Bristles-02.gbr
450share/gimp/2.0/brushes/Circle-Fuzzy-19.vbr 456share/gimp/2.0/brushes/Media/Bristles-03.gbr
451share/gimp/2.0/brushes/Circle-Fuzzy-3.vbr 457share/gimp/2.0/brushes/Media/Oils-01.gbr
452share/gimp/2.0/brushes/Circle-Fuzzy-5.vbr 458share/gimp/2.0/brushes/Media/Oils-02.gbr
453share/gimp/2.0/brushes/Circle-Fuzzy-7.vbr 459share/gimp/2.0/brushes/Media/Oils-03.gbr
454share/gimp/2.0/brushes/Circle-Fuzzy-9.vbr 460share/gimp/2.0/brushes/Sketch/Chalk-01.gih
455share/gimp/2.0/brushes/Diagonal-Star-11.vbr 461share/gimp/2.0/brushes/Sketch/Chalk-02.gih
456share/gimp/2.0/brushes/Diagonal-Star-17.vbr 462share/gimp/2.0/brushes/Sketch/Chalk-03.gih
457share/gimp/2.0/brushes/Diagonal-Star-25.vbr 463share/gimp/2.0/brushes/Sketch/Charcoal-01.gbr
458share/gimp/2.0/brushes/SketchBrush-16.gih 464share/gimp/2.0/brushes/Sketch/Charcoal-02.gbr
459share/gimp/2.0/brushes/SketchBrush-32.gih 465share/gimp/2.0/brushes/Sketch/Pencil-01.gih
460share/gimp/2.0/brushes/SketchBrush-64.gih 466share/gimp/2.0/brushes/Sketch/Pencil-02.gih
461share/gimp/2.0/brushes/confetti.gbr 467share/gimp/2.0/brushes/Sketch/Pencil-Scratch.gbr
462share/gimp/2.0/brushes/confetti.gih 468share/gimp/2.0/brushes/Splatters/Sparks-Hose.gih
463share/gimp/2.0/brushes/dunes.gbr 469share/gimp/2.0/brushes/Splatters/Splats-01.gih
464share/gimp/2.0/brushes/feltpen.gih 470share/gimp/2.0/brushes/Splatters/Splats-02.gih
465share/gimp/2.0/brushes/galaxy.gbr 471share/gimp/2.0/brushes/Splatters/Sponge-01.gbr
466share/gimp/2.0/brushes/galaxy_big.gbr 472share/gimp/2.0/brushes/Splatters/Sponge-02.gbr
467share/gimp/2.0/brushes/galaxy_small.gbr 473share/gimp/2.0/brushes/Texture/Cell-01.gbr
468share/gimp/2.0/brushes/hsparks.gih 474share/gimp/2.0/brushes/Texture/Cell-02.gbr
469share/gimp/2.0/brushes/pepper.gbr 475share/gimp/2.0/brushes/Texture/Grass.gih
470share/gimp/2.0/brushes/pixel.gbr 476share/gimp/2.0/brushes/Texture/Smoke.gbr
471share/gimp/2.0/brushes/vine.gih 477share/gimp/2.0/brushes/Texture/Structure.gbr
 478share/gimp/2.0/brushes/Texture/Texture-01.gbr
 479share/gimp/2.0/brushes/Texture/Texture-02.gbr
 480share/gimp/2.0/brushes/Texture/Texture-Hose-01.gih
 481share/gimp/2.0/brushes/Texture/Texture-Hose-02.gih
 482share/gimp/2.0/brushes/Texture/Texture-Hose-03.gih
 483share/gimp/2.0/brushes/Texture/Vegetation-01.gbr
 484share/gimp/2.0/brushes/Texture/Vegetation-02.gih
 485share/gimp/2.0/brushes/gimp-obsolete-files/10x10square.gbr
 486share/gimp/2.0/brushes/gimp-obsolete-files/10x10squareBlur.gbr
 487share/gimp/2.0/brushes/gimp-obsolete-files/20x20square.gbr
 488share/gimp/2.0/brushes/gimp-obsolete-files/20x20squareBlur.gbr
 489share/gimp/2.0/brushes/gimp-obsolete-files/5x5square.gbr
 490share/gimp/2.0/brushes/gimp-obsolete-files/5x5squareBlur.gbr
 491share/gimp/2.0/brushes/gimp-obsolete-files/Calligraphic-Brush-0.vbr
 492share/gimp/2.0/brushes/gimp-obsolete-files/Calligraphic-Brush-1.vbr
 493share/gimp/2.0/brushes/gimp-obsolete-files/Calligraphic-Brush-2.vbr
 494share/gimp/2.0/brushes/gimp-obsolete-files/Calligraphic-Brush-3.vbr
 495share/gimp/2.0/brushes/gimp-obsolete-files/Circle-1.vbr
 496share/gimp/2.0/brushes/gimp-obsolete-files/Circle-11.vbr
 497share/gimp/2.0/brushes/gimp-obsolete-files/Circle-13.vbr
 498share/gimp/2.0/brushes/gimp-obsolete-files/Circle-15.vbr
 499share/gimp/2.0/brushes/gimp-obsolete-files/Circle-17.vbr
 500share/gimp/2.0/brushes/gimp-obsolete-files/Circle-19.vbr
 501share/gimp/2.0/brushes/gimp-obsolete-files/Circle-3.vbr
 502share/gimp/2.0/brushes/gimp-obsolete-files/Circle-5.vbr
 503share/gimp/2.0/brushes/gimp-obsolete-files/Circle-7.vbr
 504share/gimp/2.0/brushes/gimp-obsolete-files/Circle-9.vbr
 505share/gimp/2.0/brushes/gimp-obsolete-files/Circle-Fuzzy-11.vbr
 506share/gimp/2.0/brushes/gimp-obsolete-files/Circle-Fuzzy-13.vbr
 507share/gimp/2.0/brushes/gimp-obsolete-files/Circle-Fuzzy-15.vbr
 508share/gimp/2.0/brushes/gimp-obsolete-files/Circle-Fuzzy-17.vbr
 509share/gimp/2.0/brushes/gimp-obsolete-files/Circle-Fuzzy-19.vbr
 510share/gimp/2.0/brushes/gimp-obsolete-files/Circle-Fuzzy-3.vbr
 511share/gimp/2.0/brushes/gimp-obsolete-files/Circle-Fuzzy-5.vbr
 512share/gimp/2.0/brushes/gimp-obsolete-files/Circle-Fuzzy-7.vbr
 513share/gimp/2.0/brushes/gimp-obsolete-files/Circle-Fuzzy-9.vbr
 514share/gimp/2.0/brushes/gimp-obsolete-files/Diagonal-Star-11.vbr
 515share/gimp/2.0/brushes/gimp-obsolete-files/Diagonal-Star-17.vbr
 516share/gimp/2.0/brushes/gimp-obsolete-files/Diagonal-Star-25.vbr
 517share/gimp/2.0/brushes/gimp-obsolete-files/Grass1.gih
 518share/gimp/2.0/brushes/gimp-obsolete-files/SketchBrush-16.gih
 519share/gimp/2.0/brushes/gimp-obsolete-files/SketchBrush-32.gih
 520share/gimp/2.0/brushes/gimp-obsolete-files/SketchBrush-64.gih
 521share/gimp/2.0/brushes/gimp-obsolete-files/feltpen.gih
 522share/gimp/2.0/brushes/gimp-obsolete-files/galaxy_small.gbr
 523share/gimp/2.0/brushes/gimp-obsolete-files/pepper.gbr
 524share/gimp/2.0/brushes/gimp-obsolete-files/pixel.gbr
 525share/gimp/2.0/dynamics/Basic-Dynamics.gdyn
 526share/gimp/2.0/dynamics/Basic/Basic-Simple.gdyn
 527share/gimp/2.0/dynamics/Basic/Dynamics-Random.gdyn
 528share/gimp/2.0/dynamics/Basic/Negative-Size-Pressure.gdyn
 529share/gimp/2.0/dynamics/Basic/Pen-Generic.gdyn
 530share/gimp/2.0/dynamics/Basic/Pencil-Generic.gdyn
 531share/gimp/2.0/dynamics/Basic/Pencil-Shader.gdyn
 532share/gimp/2.0/dynamics/Basic/Pressure-Opacity.gdyn
 533share/gimp/2.0/dynamics/Dynamics-Off.gdyn
 534share/gimp/2.0/dynamics/FX/Confetti.gdyn
 535share/gimp/2.0/dynamics/FX/Perspective.gdyn
 536share/gimp/2.0/dynamics/FX/Speed_Size_Opacity.gdyn
 537share/gimp/2.0/dynamics/Fade-Tapering.gdyn
 538share/gimp/2.0/dynamics/Random-Color.gdyn
 539share/gimp/2.0/dynamics/Tilt-Angle.gdyn
 540share/gimp/2.0/dynamics/Track-Direction.gdyn
 541share/gimp/2.0/dynamics/Velocity-Tapering.gdyn
472share/gimp/2.0/fractalexplorer/Asteroid_Field 542share/gimp/2.0/fractalexplorer/Asteroid_Field
473share/gimp/2.0/fractalexplorer/Bar_Code_Label 543share/gimp/2.0/fractalexplorer/Bar_Code_Label
474share/gimp/2.0/fractalexplorer/Beauty_of_Nature 544share/gimp/2.0/fractalexplorer/Beauty_of_Nature
475share/gimp/2.0/fractalexplorer/Blue_Curtain 545share/gimp/2.0/fractalexplorer/Blue_Curtain
476share/gimp/2.0/fractalexplorer/Car_Track 546share/gimp/2.0/fractalexplorer/Car_Track
477share/gimp/2.0/fractalexplorer/Energetic_Diamond 547share/gimp/2.0/fractalexplorer/Energetic_Diamond
478share/gimp/2.0/fractalexplorer/Explosive 548share/gimp/2.0/fractalexplorer/Explosive
479share/gimp/2.0/fractalexplorer/Flower 549share/gimp/2.0/fractalexplorer/Flower
480share/gimp/2.0/fractalexplorer/Fragments 550share/gimp/2.0/fractalexplorer/Fragments
481share/gimp/2.0/fractalexplorer/Hemp 551share/gimp/2.0/fractalexplorer/Hemp
482share/gimp/2.0/fractalexplorer/High_Voltage 552share/gimp/2.0/fractalexplorer/High_Voltage
483share/gimp/2.0/fractalexplorer/Hoops 553share/gimp/2.0/fractalexplorer/Hoops
484share/gimp/2.0/fractalexplorer/Ice_Crystal 554share/gimp/2.0/fractalexplorer/Ice_Crystal
@@ -636,99 +706,103 @@ share/gimp/2.0/gradients/Default.ggr @@ -636,99 +706,103 @@ share/gimp/2.0/gradients/Default.ggr
636share/gimp/2.0/gradients/Flare_Glow_Angular_1.ggr 706share/gimp/2.0/gradients/Flare_Glow_Angular_1.ggr
637share/gimp/2.0/gradients/Flare_Glow_Radial_1.ggr 707share/gimp/2.0/gradients/Flare_Glow_Radial_1.ggr
638share/gimp/2.0/gradients/Flare_Glow_Radial_2.ggr 708share/gimp/2.0/gradients/Flare_Glow_Radial_2.ggr
639share/gimp/2.0/gradients/Flare_Glow_Radial_3.ggr 709share/gimp/2.0/gradients/Flare_Glow_Radial_3.ggr
640share/gimp/2.0/gradients/Flare_Glow_Radial_4.ggr 710share/gimp/2.0/gradients/Flare_Glow_Radial_4.ggr
641share/gimp/2.0/gradients/Flare_Radial_101.ggr 711share/gimp/2.0/gradients/Flare_Radial_101.ggr
642share/gimp/2.0/gradients/Flare_Radial_102.ggr 712share/gimp/2.0/gradients/Flare_Radial_102.ggr
643share/gimp/2.0/gradients/Flare_Radial_103.ggr 713share/gimp/2.0/gradients/Flare_Radial_103.ggr
644share/gimp/2.0/gradients/Flare_Rays_Radial_1.ggr 714share/gimp/2.0/gradients/Flare_Rays_Radial_1.ggr
645share/gimp/2.0/gradients/Flare_Rays_Radial_2.ggr 715share/gimp/2.0/gradients/Flare_Rays_Radial_2.ggr
646share/gimp/2.0/gradients/Flare_Rays_Size_1.ggr 716share/gimp/2.0/gradients/Flare_Rays_Size_1.ggr
647share/gimp/2.0/gradients/Flare_Sizefac_101.ggr 717share/gimp/2.0/gradients/Flare_Sizefac_101.ggr
648share/gimp/2.0/gradients/Four_bars.ggr 718share/gimp/2.0/gradients/Four_bars.ggr
649share/gimp/2.0/gradients/French_flag.ggr 
650share/gimp/2.0/gradients/French_flag_smooth.ggr 
651share/gimp/2.0/gradients/Full_saturation_spectrum_CCW.ggr 719share/gimp/2.0/gradients/Full_saturation_spectrum_CCW.ggr
652share/gimp/2.0/gradients/Full_saturation_spectrum_CW.ggr 720share/gimp/2.0/gradients/Full_saturation_spectrum_CW.ggr
653share/gimp/2.0/gradients/German_flag.ggr 
654share/gimp/2.0/gradients/German_flag_smooth.ggr 
655share/gimp/2.0/gradients/Golden.ggr 721share/gimp/2.0/gradients/Golden.ggr
656share/gimp/2.0/gradients/Greens.ggr 722share/gimp/2.0/gradients/Greens.ggr
657share/gimp/2.0/gradients/Horizon_1.ggr 723share/gimp/2.0/gradients/Horizon_1.ggr
658share/gimp/2.0/gradients/Horizon_2.ggr 724share/gimp/2.0/gradients/Horizon_2.ggr
659share/gimp/2.0/gradients/Incandescent.ggr 725share/gimp/2.0/gradients/Incandescent.ggr
660share/gimp/2.0/gradients/Land_1.ggr 726share/gimp/2.0/gradients/Land_1.ggr
661share/gimp/2.0/gradients/Land_and_Sea.ggr 727share/gimp/2.0/gradients/Land_and_Sea.ggr
662share/gimp/2.0/gradients/Metallic_Something.ggr 728share/gimp/2.0/gradients/Metallic_Something.ggr
663share/gimp/2.0/gradients/Mexican_flag.ggr 
664share/gimp/2.0/gradients/Mexican_flag_smooth.ggr 
665share/gimp/2.0/gradients/Nauseating_Headache.ggr 729share/gimp/2.0/gradients/Nauseating_Headache.ggr
666share/gimp/2.0/gradients/Neon_Cyan.ggr 730share/gimp/2.0/gradients/Neon_Cyan.ggr
667share/gimp/2.0/gradients/Neon_Green.ggr 731share/gimp/2.0/gradients/Neon_Green.ggr
668share/gimp/2.0/gradients/Neon_Yellow.ggr 732share/gimp/2.0/gradients/Neon_Yellow.ggr
669share/gimp/2.0/gradients/Pastel_Rainbow.ggr 733share/gimp/2.0/gradients/Pastel_Rainbow.ggr
670share/gimp/2.0/gradients/Pastels.ggr 734share/gimp/2.0/gradients/Pastels.ggr
671share/gimp/2.0/gradients/Purples.ggr 735share/gimp/2.0/gradients/Purples.ggr
672share/gimp/2.0/gradients/Radial_Eyeball_Blue.ggr 736share/gimp/2.0/gradients/Radial_Eyeball_Blue.ggr
673share/gimp/2.0/gradients/Radial_Eyeball_Brown.ggr 737share/gimp/2.0/gradients/Radial_Eyeball_Brown.ggr
674share/gimp/2.0/gradients/Radial_Eyeball_Green.ggr 738share/gimp/2.0/gradients/Radial_Eyeball_Green.ggr
675share/gimp/2.0/gradients/Radial_Glow_1.ggr 739share/gimp/2.0/gradients/Radial_Glow_1.ggr
676share/gimp/2.0/gradients/Radial_Rainbow_Hoop.ggr 740share/gimp/2.0/gradients/Radial_Rainbow_Hoop.ggr
677share/gimp/2.0/gradients/Romanian_flag.ggr 
678share/gimp/2.0/gradients/Romanian_flag_smooth.ggr 
679share/gimp/2.0/gradients/Rounded_edge.ggr 741share/gimp/2.0/gradients/Rounded_edge.ggr
680share/gimp/2.0/gradients/Shadows_1.ggr 742share/gimp/2.0/gradients/Shadows_1.ggr
681share/gimp/2.0/gradients/Shadows_2.ggr 743share/gimp/2.0/gradients/Shadows_2.ggr
682share/gimp/2.0/gradients/Shadows_3.ggr 744share/gimp/2.0/gradients/Shadows_3.ggr
683share/gimp/2.0/gradients/Skyline.ggr 745share/gimp/2.0/gradients/Skyline.ggr
684share/gimp/2.0/gradients/Skyline_polluted.ggr 746share/gimp/2.0/gradients/Skyline_polluted.ggr
685share/gimp/2.0/gradients/Square_Wood_Frame.ggr 747share/gimp/2.0/gradients/Square_Wood_Frame.ggr
686share/gimp/2.0/gradients/Sunrise.ggr 748share/gimp/2.0/gradients/Sunrise.ggr
687share/gimp/2.0/gradients/Three_bars_sin.ggr 749share/gimp/2.0/gradients/Three_bars_sin.ggr
688share/gimp/2.0/gradients/Tropical_Colors.ggr 750share/gimp/2.0/gradients/Tropical_Colors.ggr
689share/gimp/2.0/gradients/Tube_Red.ggr 751share/gimp/2.0/gradients/Tube_Red.ggr
690share/gimp/2.0/gradients/Wood_1.ggr 752share/gimp/2.0/gradients/Wood_1.ggr
691share/gimp/2.0/gradients/Wood_2.ggr 753share/gimp/2.0/gradients/Wood_2.ggr
692share/gimp/2.0/gradients/Yellow_Contrast.ggr 754share/gimp/2.0/gradients/Yellow_Contrast.ggr
693share/gimp/2.0/gradients/Yellow_Orange.ggr 755share/gimp/2.0/gradients/Yellow_Orange.ggr
 756share/gimp/2.0/gradients/gimp-obsolete-files/French_flag.ggr
 757share/gimp/2.0/gradients/gimp-obsolete-files/French_flag_smooth.ggr
 758share/gimp/2.0/gradients/gimp-obsolete-files/German_flag.ggr
 759share/gimp/2.0/gradients/gimp-obsolete-files/German_flag_smooth.ggr
 760share/gimp/2.0/gradients/gimp-obsolete-files/Mexican_flag.ggr
 761share/gimp/2.0/gradients/gimp-obsolete-files/Mexican_flag_smooth.ggr
 762share/gimp/2.0/gradients/gimp-obsolete-files/Romanian_flag.ggr
 763share/gimp/2.0/gradients/gimp-obsolete-files/Romanian_flag_smooth.ggr
694share/gimp/2.0/images/gimp-logo.png 764share/gimp/2.0/images/gimp-logo.png
695share/gimp/2.0/images/gimp-splash.png 765share/gimp/2.0/images/gimp-splash.png
696share/gimp/2.0/images/wilber.png 766share/gimp/2.0/images/wilber.png
697share/gimp/2.0/menus/brush-editor-menu.xml 767share/gimp/2.0/menus/brush-editor-menu.xml
698share/gimp/2.0/menus/brushes-menu.xml 768share/gimp/2.0/menus/brushes-menu.xml
699share/gimp/2.0/menus/buffers-menu.xml 769share/gimp/2.0/menus/buffers-menu.xml
700share/gimp/2.0/menus/channels-menu.xml 770share/gimp/2.0/menus/channels-menu.xml
701share/gimp/2.0/menus/colormap-menu.xml 771share/gimp/2.0/menus/colormap-menu.xml
702share/gimp/2.0/menus/cursor-info-menu.xml 772share/gimp/2.0/menus/cursor-info-menu.xml
703share/gimp/2.0/menus/dockable-menu.xml 773share/gimp/2.0/menus/dockable-menu.xml
704share/gimp/2.0/menus/documents-menu.xml 774share/gimp/2.0/menus/documents-menu.xml
 775share/gimp/2.0/menus/dynamics-editor-menu.xml
 776share/gimp/2.0/menus/dynamics-menu.xml
705share/gimp/2.0/menus/error-console-menu.xml 777share/gimp/2.0/menus/error-console-menu.xml
706share/gimp/2.0/menus/fonts-menu.xml 778share/gimp/2.0/menus/fonts-menu.xml
707share/gimp/2.0/menus/gradient-editor-menu.xml 779share/gimp/2.0/menus/gradient-editor-menu.xml
708share/gimp/2.0/menus/gradients-menu.xml 780share/gimp/2.0/menus/gradients-menu.xml
709share/gimp/2.0/menus/image-menu.xml 781share/gimp/2.0/menus/image-menu.xml
710share/gimp/2.0/menus/images-menu.xml 782share/gimp/2.0/menus/images-menu.xml
711share/gimp/2.0/menus/layers-menu.xml 783share/gimp/2.0/menus/layers-menu.xml
712share/gimp/2.0/menus/palette-editor-menu.xml 784share/gimp/2.0/menus/palette-editor-menu.xml
713share/gimp/2.0/menus/palettes-menu.xml 785share/gimp/2.0/menus/palettes-menu.xml
714share/gimp/2.0/menus/patterns-menu.xml 786share/gimp/2.0/menus/patterns-menu.xml
715share/gimp/2.0/menus/quick-mask-menu.xml 787share/gimp/2.0/menus/quick-mask-menu.xml
716share/gimp/2.0/menus/sample-points-menu.xml 788share/gimp/2.0/menus/sample-points-menu.xml
717share/gimp/2.0/menus/selection-menu.xml 789share/gimp/2.0/menus/selection-menu.xml
718share/gimp/2.0/menus/templates-menu.xml 790share/gimp/2.0/menus/templates-menu.xml
719share/gimp/2.0/menus/text-editor-toolbar.xml 791share/gimp/2.0/menus/text-editor-toolbar.xml
 792share/gimp/2.0/menus/text-tool-menu.xml
720share/gimp/2.0/menus/tool-options-menu.xml 793share/gimp/2.0/menus/tool-options-menu.xml
721share/gimp/2.0/menus/tools-menu.xml 794share/gimp/2.0/menus/tool-preset-editor-menu.xml
 795share/gimp/2.0/menus/tool-presets-menu.xml
722share/gimp/2.0/menus/undo-menu.xml 796share/gimp/2.0/menus/undo-menu.xml
723share/gimp/2.0/menus/vectors-menu.xml 797share/gimp/2.0/menus/vectors-menu.xml
724share/gimp/2.0/palettes/Bears.gpl 798share/gimp/2.0/palettes/Bears.gpl
725share/gimp/2.0/palettes/Bgold.gpl 799share/gimp/2.0/palettes/Bgold.gpl
726share/gimp/2.0/palettes/Blues.gpl 800share/gimp/2.0/palettes/Blues.gpl
727share/gimp/2.0/palettes/Borders.gpl 801share/gimp/2.0/palettes/Borders.gpl
728share/gimp/2.0/palettes/Browns_And_Yellows.gpl 802share/gimp/2.0/palettes/Browns_And_Yellows.gpl
729share/gimp/2.0/palettes/Caramel.gpl 803share/gimp/2.0/palettes/Caramel.gpl
730share/gimp/2.0/palettes/Cascade.gpl 804share/gimp/2.0/palettes/Cascade.gpl
731share/gimp/2.0/palettes/China.gpl 805share/gimp/2.0/palettes/China.gpl
732share/gimp/2.0/palettes/Coldfire.gpl 806share/gimp/2.0/palettes/Coldfire.gpl
733share/gimp/2.0/palettes/Cool_Colors.gpl 807share/gimp/2.0/palettes/Cool_Colors.gpl
734share/gimp/2.0/palettes/Cranes.gpl 808share/gimp/2.0/palettes/Cranes.gpl
@@ -853,50 +927,50 @@ share/gimp/2.0/scripts/clothify.scm @@ -853,50 +927,50 @@ share/gimp/2.0/scripts/clothify.scm
853share/gimp/2.0/scripts/coffee.scm 927share/gimp/2.0/scripts/coffee.scm
854share/gimp/2.0/scripts/comic-logo.scm 928share/gimp/2.0/scripts/comic-logo.scm
855share/gimp/2.0/scripts/coolmetal-logo.scm 929share/gimp/2.0/scripts/coolmetal-logo.scm
856share/gimp/2.0/scripts/copy-visible.scm 930share/gimp/2.0/scripts/copy-visible.scm
857share/gimp/2.0/scripts/crystal-logo.scm 931share/gimp/2.0/scripts/crystal-logo.scm
858share/gimp/2.0/scripts/difference-clouds.scm 932share/gimp/2.0/scripts/difference-clouds.scm
859share/gimp/2.0/scripts/distress-selection.scm 933share/gimp/2.0/scripts/distress-selection.scm
860share/gimp/2.0/scripts/drop-shadow.scm 934share/gimp/2.0/scripts/drop-shadow.scm
861share/gimp/2.0/scripts/erase-rows.scm 935share/gimp/2.0/scripts/erase-rows.scm
862share/gimp/2.0/scripts/flatland.scm 936share/gimp/2.0/scripts/flatland.scm
863share/gimp/2.0/scripts/font-map.scm 937share/gimp/2.0/scripts/font-map.scm
864share/gimp/2.0/scripts/frosty-logo.scm 938share/gimp/2.0/scripts/frosty-logo.scm
865share/gimp/2.0/scripts/fuzzyborder.scm 939share/gimp/2.0/scripts/fuzzyborder.scm
866share/gimp/2.0/scripts/gimp-headers.scm 940share/gimp/2.0/scripts/gimp-online.scm
867share/gimp/2.0/scripts/gimp-labels.scm 
868share/gimp/2.0/scripts/glossy.scm 941share/gimp/2.0/scripts/glossy.scm
869share/gimp/2.0/scripts/glowing-logo.scm 942share/gimp/2.0/scripts/glowing-logo.scm
870share/gimp/2.0/scripts/gradient-bevel-logo.scm 943share/gimp/2.0/scripts/gradient-bevel-logo.scm
871share/gimp/2.0/scripts/gradient-example.scm 944share/gimp/2.0/scripts/gradient-example.scm
872share/gimp/2.0/scripts/grid-system.scm 945share/gimp/2.0/scripts/grid-system.scm
873share/gimp/2.0/scripts/guides-from-selection.scm 946share/gimp/2.0/scripts/guides-from-selection.scm
874share/gimp/2.0/scripts/guides-new-percent.scm 947share/gimp/2.0/scripts/guides-new-percent.scm
875share/gimp/2.0/scripts/guides-new.scm 948share/gimp/2.0/scripts/guides-new.scm
876share/gimp/2.0/scripts/guides-remove-all.scm 949share/gimp/2.0/scripts/guides-remove-all.scm
877share/gimp/2.0/scripts/i26-gunya2.scm 950share/gimp/2.0/scripts/i26-gunya2.scm
878share/gimp/2.0/scripts/images/beavis.jpg 951share/gimp/2.0/scripts/images/beavis.jpg
879share/gimp/2.0/scripts/images/texture.jpg 952share/gimp/2.0/scripts/images/texture.jpg
880share/gimp/2.0/scripts/images/texture1.jpg 953share/gimp/2.0/scripts/images/texture1.jpg
881share/gimp/2.0/scripts/images/texture2.jpg 954share/gimp/2.0/scripts/images/texture2.jpg
882share/gimp/2.0/scripts/images/texture3.jpg 955share/gimp/2.0/scripts/images/texture3.jpg
883share/gimp/2.0/scripts/land.scm 956share/gimp/2.0/scripts/land.scm
884share/gimp/2.0/scripts/lava.scm 957share/gimp/2.0/scripts/lava.scm
885share/gimp/2.0/scripts/line-nova.scm 958share/gimp/2.0/scripts/line-nova.scm
886share/gimp/2.0/scripts/mkbrush.scm 959share/gimp/2.0/scripts/mkbrush.scm
887share/gimp/2.0/scripts/neon-logo.scm 960share/gimp/2.0/scripts/neon-logo.scm
888share/gimp/2.0/scripts/news-text.scm 961share/gimp/2.0/scripts/news-text.scm
889share/gimp/2.0/scripts/old-photo.scm 962share/gimp/2.0/scripts/old-photo.scm
 963share/gimp/2.0/scripts/palette-export.scm
890share/gimp/2.0/scripts/paste-as-brush.scm 964share/gimp/2.0/scripts/paste-as-brush.scm
891share/gimp/2.0/scripts/paste-as-pattern.scm 965share/gimp/2.0/scripts/paste-as-pattern.scm
892share/gimp/2.0/scripts/perspective-shadow.scm 966share/gimp/2.0/scripts/perspective-shadow.scm
893share/gimp/2.0/scripts/plug-in-compat.init 967share/gimp/2.0/scripts/plug-in-compat.init
894share/gimp/2.0/scripts/predator.scm 968share/gimp/2.0/scripts/predator.scm
895share/gimp/2.0/scripts/pupi-button.scm 969share/gimp/2.0/scripts/pupi-button.scm
896share/gimp/2.0/scripts/rendermap.scm 970share/gimp/2.0/scripts/rendermap.scm
897share/gimp/2.0/scripts/reverse-layers.scm 971share/gimp/2.0/scripts/reverse-layers.scm
898share/gimp/2.0/scripts/ripply-anim.scm 972share/gimp/2.0/scripts/ripply-anim.scm
899share/gimp/2.0/scripts/round-corners.scm 973share/gimp/2.0/scripts/round-corners.scm
900share/gimp/2.0/scripts/script-fu-compat.init 974share/gimp/2.0/scripts/script-fu-compat.init
901share/gimp/2.0/scripts/script-fu-set-cmap.scm 975share/gimp/2.0/scripts/script-fu-set-cmap.scm
902share/gimp/2.0/scripts/script-fu-util.scm 976share/gimp/2.0/scripts/script-fu-util.scm
@@ -912,65 +986,69 @@ share/gimp/2.0/scripts/spinning-globe.sc @@ -912,65 +986,69 @@ share/gimp/2.0/scripts/spinning-globe.sc
912share/gimp/2.0/scripts/spyrogimp.scm 986share/gimp/2.0/scripts/spyrogimp.scm
913share/gimp/2.0/scripts/starscape-logo.scm 987share/gimp/2.0/scripts/starscape-logo.scm
914share/gimp/2.0/scripts/swirltile.scm 988share/gimp/2.0/scripts/swirltile.scm
915share/gimp/2.0/scripts/swirly-pattern.scm 989share/gimp/2.0/scripts/swirly-pattern.scm
916share/gimp/2.0/scripts/t-o-p-logo.scm 990share/gimp/2.0/scripts/t-o-p-logo.scm
917share/gimp/2.0/scripts/text-circle.scm 991share/gimp/2.0/scripts/text-circle.scm
918share/gimp/2.0/scripts/textured-logo.scm 992share/gimp/2.0/scripts/textured-logo.scm
919share/gimp/2.0/scripts/tileblur.scm 993share/gimp/2.0/scripts/tileblur.scm
920share/gimp/2.0/scripts/title-header.scm 994share/gimp/2.0/scripts/title-header.scm
921share/gimp/2.0/scripts/truchet.scm 995share/gimp/2.0/scripts/truchet.scm
922share/gimp/2.0/scripts/unsharp-mask.scm 996share/gimp/2.0/scripts/unsharp-mask.scm
923share/gimp/2.0/scripts/waves-anim.scm 997share/gimp/2.0/scripts/waves-anim.scm
924share/gimp/2.0/scripts/weave.scm 998share/gimp/2.0/scripts/weave.scm
925share/gimp/2.0/scripts/web-browser.scm 
926share/gimp/2.0/scripts/xach-effect.scm 999share/gimp/2.0/scripts/xach-effect.scm
 1000share/gimp/2.0/tags/gimp-tags-default.xml
927share/gimp/2.0/themes/Default/gtkrc 1001share/gimp/2.0/themes/Default/gtkrc
928share/gimp/2.0/themes/Default/images/preferences/color-management-22.png 1002share/gimp/2.0/themes/Default/images/preferences/color-management-22.png
929share/gimp/2.0/themes/Default/images/preferences/color-management.png 1003share/gimp/2.0/themes/Default/images/preferences/color-management.png
930share/gimp/2.0/themes/Default/images/preferences/controllers-22.png 1004share/gimp/2.0/themes/Default/images/preferences/controllers-22.png
931share/gimp/2.0/themes/Default/images/preferences/controllers.png 1005share/gimp/2.0/themes/Default/images/preferences/controllers.png
932share/gimp/2.0/themes/Default/images/preferences/default-comment.png 1006share/gimp/2.0/themes/Default/images/preferences/default-comment.png
933share/gimp/2.0/themes/Default/images/preferences/default-grid-22.png 1007share/gimp/2.0/themes/Default/images/preferences/default-grid-22.png
934share/gimp/2.0/themes/Default/images/preferences/default-grid.png 1008share/gimp/2.0/themes/Default/images/preferences/default-grid.png
935share/gimp/2.0/themes/Default/images/preferences/display-22.png 1009share/gimp/2.0/themes/Default/images/preferences/display-22.png
936share/gimp/2.0/themes/Default/images/preferences/display.png 1010share/gimp/2.0/themes/Default/images/preferences/display.png
937share/gimp/2.0/themes/Default/images/preferences/environment-22.png 1011share/gimp/2.0/themes/Default/images/preferences/environment-22.png
938share/gimp/2.0/themes/Default/images/preferences/environment.png 1012share/gimp/2.0/themes/Default/images/preferences/environment.png
939share/gimp/2.0/themes/Default/images/preferences/folders-22.png 1013share/gimp/2.0/themes/Default/images/preferences/folders-22.png
940share/gimp/2.0/themes/Default/images/preferences/folders-brushes-22.png 1014share/gimp/2.0/themes/Default/images/preferences/folders-brushes-22.png
941share/gimp/2.0/themes/Default/images/preferences/folders-brushes.png 1015share/gimp/2.0/themes/Default/images/preferences/folders-brushes.png
 1016share/gimp/2.0/themes/Default/images/preferences/folders-dynamics-22.png
 1017share/gimp/2.0/themes/Default/images/preferences/folders-dynamics.png
942share/gimp/2.0/themes/Default/images/preferences/folders-environ-22.png 1018share/gimp/2.0/themes/Default/images/preferences/folders-environ-22.png
943share/gimp/2.0/themes/Default/images/preferences/folders-environ.png 1019share/gimp/2.0/themes/Default/images/preferences/folders-environ.png
944share/gimp/2.0/themes/Default/images/preferences/folders-fonts-22.png 1020share/gimp/2.0/themes/Default/images/preferences/folders-fonts-22.png
945share/gimp/2.0/themes/Default/images/preferences/folders-fonts.png 1021share/gimp/2.0/themes/Default/images/preferences/folders-fonts.png
946share/gimp/2.0/themes/Default/images/preferences/folders-gradients-22.png 1022share/gimp/2.0/themes/Default/images/preferences/folders-gradients-22.png
947share/gimp/2.0/themes/Default/images/preferences/folders-gradients.png 1023share/gimp/2.0/themes/Default/images/preferences/folders-gradients.png
948share/gimp/2.0/themes/Default/images/preferences/folders-interp-22.png 1024share/gimp/2.0/themes/Default/images/preferences/folders-interp-22.png
949share/gimp/2.0/themes/Default/images/preferences/folders-interp.png 1025share/gimp/2.0/themes/Default/images/preferences/folders-interp.png
950share/gimp/2.0/themes/Default/images/preferences/folders-modules-22.png 1026share/gimp/2.0/themes/Default/images/preferences/folders-modules-22.png
951share/gimp/2.0/themes/Default/images/preferences/folders-modules.png 1027share/gimp/2.0/themes/Default/images/preferences/folders-modules.png
952share/gimp/2.0/themes/Default/images/preferences/folders-palettes-22.png 1028share/gimp/2.0/themes/Default/images/preferences/folders-palettes-22.png
953share/gimp/2.0/themes/Default/images/preferences/folders-palettes.png 1029share/gimp/2.0/themes/Default/images/preferences/folders-palettes.png
954share/gimp/2.0/themes/Default/images/preferences/folders-patterns-22.png 1030share/gimp/2.0/themes/Default/images/preferences/folders-patterns-22.png
955share/gimp/2.0/themes/Default/images/preferences/folders-patterns.png 1031share/gimp/2.0/themes/Default/images/preferences/folders-patterns.png
956share/gimp/2.0/themes/Default/images/preferences/folders-plug-ins-22.png 1032share/gimp/2.0/themes/Default/images/preferences/folders-plug-ins-22.png
957share/gimp/2.0/themes/Default/images/preferences/folders-plug-ins.png 1033share/gimp/2.0/themes/Default/images/preferences/folders-plug-ins.png
958share/gimp/2.0/themes/Default/images/preferences/folders-scripts-22.png 1034share/gimp/2.0/themes/Default/images/preferences/folders-scripts-22.png
959share/gimp/2.0/themes/Default/images/preferences/folders-scripts.png 1035share/gimp/2.0/themes/Default/images/preferences/folders-scripts.png
960share/gimp/2.0/themes/Default/images/preferences/folders-themes-22.png 1036share/gimp/2.0/themes/Default/images/preferences/folders-themes-22.png
961share/gimp/2.0/themes/Default/images/preferences/folders-themes.png 1037share/gimp/2.0/themes/Default/images/preferences/folders-themes.png
962share/gimp/2.0/themes/Default/images/preferences/folders-tool-plug-ins-22.png 1038share/gimp/2.0/themes/Default/images/preferences/folders-tool-plug-ins-22.png
963share/gimp/2.0/themes/Default/images/preferences/folders-tool-plug-ins.png 1039share/gimp/2.0/themes/Default/images/preferences/folders-tool-plug-ins.png
 1040share/gimp/2.0/themes/Default/images/preferences/folders-tool-presets-22.png
 1041share/gimp/2.0/themes/Default/images/preferences/folders-tool-presets.png
964share/gimp/2.0/themes/Default/images/preferences/folders-tools-22.png 1042share/gimp/2.0/themes/Default/images/preferences/folders-tools-22.png
965share/gimp/2.0/themes/Default/images/preferences/folders.png 1043share/gimp/2.0/themes/Default/images/preferences/folders.png
966share/gimp/2.0/themes/Default/images/preferences/help-system-22.png 1044share/gimp/2.0/themes/Default/images/preferences/help-system-22.png
967share/gimp/2.0/themes/Default/images/preferences/help-system.png 1045share/gimp/2.0/themes/Default/images/preferences/help-system.png
968share/gimp/2.0/themes/Default/images/preferences/image-title-22.png 1046share/gimp/2.0/themes/Default/images/preferences/image-title-22.png
969share/gimp/2.0/themes/Default/images/preferences/image-title.png 1047share/gimp/2.0/themes/Default/images/preferences/image-title.png
970share/gimp/2.0/themes/Default/images/preferences/image-windows-22.png 1048share/gimp/2.0/themes/Default/images/preferences/image-windows-22.png
971share/gimp/2.0/themes/Default/images/preferences/image-windows.png 1049share/gimp/2.0/themes/Default/images/preferences/image-windows.png
972share/gimp/2.0/themes/Default/images/preferences/input-devices-22.png 1050share/gimp/2.0/themes/Default/images/preferences/input-devices-22.png
973share/gimp/2.0/themes/Default/images/preferences/input-devices.png 1051share/gimp/2.0/themes/Default/images/preferences/input-devices.png
974share/gimp/2.0/themes/Default/images/preferences/interface-22.png 1052share/gimp/2.0/themes/Default/images/preferences/interface-22.png
975share/gimp/2.0/themes/Default/images/preferences/interface.png 1053share/gimp/2.0/themes/Default/images/preferences/interface.png
976share/gimp/2.0/themes/Default/images/preferences/new-image-22.png 1054share/gimp/2.0/themes/Default/images/preferences/new-image-22.png
@@ -981,109 +1059,146 @@ share/gimp/2.0/themes/Default/images/pre @@ -981,109 +1059,146 @@ share/gimp/2.0/themes/Default/images/pre
981share/gimp/2.0/themes/Default/images/preferences/theme.png 1059share/gimp/2.0/themes/Default/images/preferences/theme.png
982share/gimp/2.0/themes/Default/images/preferences/tool-options-22.png 1060share/gimp/2.0/themes/Default/images/preferences/tool-options-22.png
983share/gimp/2.0/themes/Default/images/preferences/tool-options.png 1061share/gimp/2.0/themes/Default/images/preferences/tool-options.png
984share/gimp/2.0/themes/Default/images/preferences/toolbox-22.png 1062share/gimp/2.0/themes/Default/images/preferences/toolbox-22.png
985share/gimp/2.0/themes/Default/images/preferences/toolbox.png 1063share/gimp/2.0/themes/Default/images/preferences/toolbox.png
986share/gimp/2.0/themes/Default/images/preferences/window-management-22.png 1064share/gimp/2.0/themes/Default/images/preferences/window-management-22.png
987share/gimp/2.0/themes/Default/images/preferences/window-management.png 1065share/gimp/2.0/themes/Default/images/preferences/window-management.png
988share/gimp/2.0/themes/Default/images/stock-error-64.png 1066share/gimp/2.0/themes/Default/images/stock-error-64.png
989share/gimp/2.0/themes/Default/images/stock-info-64.png 1067share/gimp/2.0/themes/Default/images/stock-info-64.png
990share/gimp/2.0/themes/Default/images/stock-question-64.png 1068share/gimp/2.0/themes/Default/images/stock-question-64.png
991share/gimp/2.0/themes/Default/images/stock-warning-64.png 1069share/gimp/2.0/themes/Default/images/stock-warning-64.png
992share/gimp/2.0/themes/Small/gtkrc 1070share/gimp/2.0/themes/Small/gtkrc
993share/gimp/2.0/tips/gimp-tips.xml 1071share/gimp/2.0/tips/gimp-tips.xml
994${PLIST.twain}share/gimp/2.0/twain/gimp-twain.png 1072share/gimp/2.0/tool-presets/FX/Crop-16-9.gtp
 1073share/gimp/2.0/tool-presets/FX/Crop-Composition.gtp
 1074share/gimp/2.0/tool-presets/FX/FX-Confetti.gtp
 1075share/gimp/2.0/tool-presets/FX/FX-Radial-Softlight.gtp
 1076share/gimp/2.0/tool-presets/FX/Fill-Paper.gtp
 1077share/gimp/2.0/tool-presets/FX/Glow-Lights.gtp
 1078share/gimp/2.0/tool-presets/FX/Smooth-Clone.gtp
 1079share/gimp/2.0/tool-presets/FX/Vignette.gtp
 1080share/gimp/2.0/tool-presets/Paint/Airbrush.gtp
 1081share/gimp/2.0/tool-presets/Paint/Basic-Knife.gtp
 1082share/gimp/2.0/tool-presets/Paint/Basic-Round-Detail.gtp
 1083share/gimp/2.0/tool-presets/Paint/Basic-Round.gtp
 1084share/gimp/2.0/tool-presets/Paint/Bristles.gtp
 1085share/gimp/2.0/tool-presets/Paint/Eraser-Hard.gtp
 1086share/gimp/2.0/tool-presets/Paint/Noise.gtp
 1087share/gimp/2.0/tool-presets/Paint/Smudge-Rough.gtp
 1088share/gimp/2.0/tool-presets/Paint/Smudge-Soft.gtp
 1089share/gimp/2.0/tool-presets/Paint/Soft-Oil.gtp
 1090share/gimp/2.0/tool-presets/Paint/Splatters.gtp
 1091share/gimp/2.0/tool-presets/Paint/Structure.gtp
 1092share/gimp/2.0/tool-presets/Paint/Vegetal.gtp
 1093share/gimp/2.0/tool-presets/Selection/Circle-200px.gtp
 1094share/gimp/2.0/tool-presets/Selection/Feathered-Selection.gtp
 1095share/gimp/2.0/tool-presets/Sketch/Blue-Pen.gtp
 1096share/gimp/2.0/tool-presets/Sketch/Eraser-Soft.gtp
 1097share/gimp/2.0/tool-presets/Sketch/Ink-Smooth.gtp
 1098share/gimp/2.0/tool-presets/Sketch/Ink-Thin.gtp
 1099share/gimp/2.0/tool-presets/Sketch/Pencil-Soft.gtp
 1100share/gimp/2.0/tool-presets/Sketch/Pencil.gtp
 1101share/gimp/2.0/ui/plug-ins/plug-in-file-gif.ui
 1102share/gimp/2.0/ui/plug-ins/plug-in-file-png.ui
995share/gtk-doc/html/libgimp/GimpAspectPreview.html 1103share/gtk-doc/html/libgimp/GimpAspectPreview.html
996share/gtk-doc/html/libgimp/GimpBrushSelectButton.html 1104share/gtk-doc/html/libgimp/GimpBrushSelectButton.html
997share/gtk-doc/html/libgimp/GimpDrawablePreview.html 1105share/gtk-doc/html/libgimp/GimpDrawablePreview.html
998share/gtk-doc/html/libgimp/GimpFontSelectButton.html 1106share/gtk-doc/html/libgimp/GimpFontSelectButton.html
999share/gtk-doc/html/libgimp/GimpGradientSelectButton.html 1107share/gtk-doc/html/libgimp/GimpGradientSelectButton.html
1000share/gtk-doc/html/libgimp/GimpImageComboBox.html 1108share/gtk-doc/html/libgimp/GimpImageComboBox.html
1001share/gtk-doc/html/libgimp/GimpPaletteSelectButton.html 1109share/gtk-doc/html/libgimp/GimpPaletteSelectButton.html
1002share/gtk-doc/html/libgimp/GimpPatternSelectButton.html 1110share/gtk-doc/html/libgimp/GimpPatternSelectButton.html
1003share/gtk-doc/html/libgimp/GimpProcBrowserDialog.html 1111share/gtk-doc/html/libgimp/GimpProcBrowserDialog.html
1004share/gtk-doc/html/libgimp/GimpProgressBar.html 1112share/gtk-doc/html/libgimp/GimpProgressBar.html
1005share/gtk-doc/html/libgimp/GimpSelectButton.html 1113share/gtk-doc/html/libgimp/GimpSelectButton.html
1006share/gtk-doc/html/libgimp/GimpZoomPreview.html 1114share/gtk-doc/html/libgimp/GimpZoomPreview.html
1007share/gtk-doc/html/libgimp/home.png 1115share/gtk-doc/html/libgimp/home.png
1008share/gtk-doc/html/libgimp/index.html 1116share/gtk-doc/html/libgimp/index.html
1009share/gtk-doc/html/libgimp/index.sgml 1117share/gtk-doc/html/libgimp/index.sgml
1010share/gtk-doc/html/libgimp/left.png 1118share/gtk-doc/html/libgimp/left.png
 1119share/gtk-doc/html/libgimp/libgimp-Gimp.html
1011share/gtk-doc/html/libgimp/libgimp-GimpItemComboBox.html 1120share/gtk-doc/html/libgimp/libgimp-GimpItemComboBox.html
 1121share/gtk-doc/html/libgimp/libgimp-GimpProcView.html
1012share/gtk-doc/html/libgimp/libgimp-data.html 1122share/gtk-doc/html/libgimp/libgimp-data.html
1013share/gtk-doc/html/libgimp/libgimp-general.html 1123share/gtk-doc/html/libgimp/libgimp-general.html
1014share/gtk-doc/html/libgimp/libgimp-gimp.html 
1015share/gtk-doc/html/libgimp/libgimp-gimpbrush.html 1124share/gtk-doc/html/libgimp/libgimp-gimpbrush.html
1016share/gtk-doc/html/libgimp/libgimp-gimpbrushes.html 1125share/gtk-doc/html/libgimp/libgimp-gimpbrushes.html
1017share/gtk-doc/html/libgimp/libgimp-gimpbrushmenu.html 1126share/gtk-doc/html/libgimp/libgimp-gimpbrushmenu.html
1018share/gtk-doc/html/libgimp/libgimp-gimpbrushselect.html 1127share/gtk-doc/html/libgimp/libgimp-gimpbrushselect.html
1019share/gtk-doc/html/libgimp/libgimp-gimpbuffer.html 1128share/gtk-doc/html/libgimp/libgimp-gimpbuffer.html
1020share/gtk-doc/html/libgimp/libgimp-gimpchannel.html 1129share/gtk-doc/html/libgimp/libgimp-gimpchannel.html
1021share/gtk-doc/html/libgimp/libgimp-gimpcolor.html 1130share/gtk-doc/html/libgimp/libgimp-gimpcolor.html
1022share/gtk-doc/html/libgimp/libgimp-gimpcontext.html 1131share/gtk-doc/html/libgimp/libgimp-gimpcontext.html
1023share/gtk-doc/html/libgimp/libgimp-gimpconvert.html 1132share/gtk-doc/html/libgimp/libgimp-gimpconvert.html
1024share/gtk-doc/html/libgimp/libgimp-gimpdisplay.html 1133share/gtk-doc/html/libgimp/libgimp-gimpdisplay.html
1025share/gtk-doc/html/libgimp/libgimp-gimpdrawable.html 1134share/gtk-doc/html/libgimp/libgimp-gimpdrawable.html
1026share/gtk-doc/html/libgimp/libgimp-gimpdrawabletransform.html 1135share/gtk-doc/html/libgimp/libgimp-gimpdrawabletransform.html
 1136share/gtk-doc/html/libgimp/libgimp-gimpdynamics.html
1027share/gtk-doc/html/libgimp/libgimp-gimpedit.html 1137share/gtk-doc/html/libgimp/libgimp-gimpedit.html
1028share/gtk-doc/html/libgimp/libgimp-gimpenums.html 1138share/gtk-doc/html/libgimp/libgimp-gimpenums.html
1029share/gtk-doc/html/libgimp/libgimp-gimpexport.html 1139share/gtk-doc/html/libgimp/libgimp-gimpexport.html
1030share/gtk-doc/html/libgimp/libgimp-gimpfileops.html 1140share/gtk-doc/html/libgimp/libgimp-gimpfileops.html
1031share/gtk-doc/html/libgimp/libgimp-gimpfloatingsel.html 1141share/gtk-doc/html/libgimp/libgimp-gimpfloatingsel.html
1032share/gtk-doc/html/libgimp/libgimp-gimpfontmenu.html 1142share/gtk-doc/html/libgimp/libgimp-gimpfontmenu.html
1033share/gtk-doc/html/libgimp/libgimp-gimpfonts.html 1143share/gtk-doc/html/libgimp/libgimp-gimpfonts.html
1034share/gtk-doc/html/libgimp/libgimp-gimpfontselect.html 1144share/gtk-doc/html/libgimp/libgimp-gimpfontselect.html
1035share/gtk-doc/html/libgimp/libgimp-gimpgimprc.html 1145share/gtk-doc/html/libgimp/libgimp-gimpgimprc.html
1036share/gtk-doc/html/libgimp/libgimp-gimpgradient.html 1146share/gtk-doc/html/libgimp/libgimp-gimpgradient.html
1037share/gtk-doc/html/libgimp/libgimp-gimpgradientmenu.html 1147share/gtk-doc/html/libgimp/libgimp-gimpgradientmenu.html
1038share/gtk-doc/html/libgimp/libgimp-gimpgradients.html 1148share/gtk-doc/html/libgimp/libgimp-gimpgradients.html
1039share/gtk-doc/html/libgimp/libgimp-gimpgradientselect.html 1149share/gtk-doc/html/libgimp/libgimp-gimpgradientselect.html
1040share/gtk-doc/html/libgimp/libgimp-gimpgrid.html 1150share/gtk-doc/html/libgimp/libgimp-gimpgrid.html
1041share/gtk-doc/html/libgimp/libgimp-gimpguides.html 1151share/gtk-doc/html/libgimp/libgimp-gimpguides.html
1042share/gtk-doc/html/libgimp/libgimp-gimphelp.html 1152share/gtk-doc/html/libgimp/libgimp-gimphelp.html
1043share/gtk-doc/html/libgimp/libgimp-gimpimage.html 1153share/gtk-doc/html/libgimp/libgimp-gimpimage.html
 1154share/gtk-doc/html/libgimp/libgimp-gimpimageselect.html
 1155share/gtk-doc/html/libgimp/libgimp-gimpitem.html
 1156share/gtk-doc/html/libgimp/libgimp-gimpitemtransform.html
1044share/gtk-doc/html/libgimp/libgimp-gimplayer.html 1157share/gtk-doc/html/libgimp/libgimp-gimplayer.html
1045share/gtk-doc/html/libgimp/libgimp-gimpmenu.html 1158share/gtk-doc/html/libgimp/libgimp-gimpmenu.html
1046share/gtk-doc/html/libgimp/libgimp-gimpmessage.html 1159share/gtk-doc/html/libgimp/libgimp-gimpmessage.html
 1160share/gtk-doc/html/libgimp/libgimp-gimppainttools.html
1047share/gtk-doc/html/libgimp/libgimp-gimppalette.html 1161share/gtk-doc/html/libgimp/libgimp-gimppalette.html
1048share/gtk-doc/html/libgimp/libgimp-gimppalettemenu.html 1162share/gtk-doc/html/libgimp/libgimp-gimppalettemenu.html
1049share/gtk-doc/html/libgimp/libgimp-gimppalettes.html 1163share/gtk-doc/html/libgimp/libgimp-gimppalettes.html
1050share/gtk-doc/html/libgimp/libgimp-gimppaletteselect.html 1164share/gtk-doc/html/libgimp/libgimp-gimppaletteselect.html
1051share/gtk-doc/html/libgimp/libgimp-gimppaths.html 1165share/gtk-doc/html/libgimp/libgimp-gimppaths.html
1052share/gtk-doc/html/libgimp/libgimp-gimppattern.html 1166share/gtk-doc/html/libgimp/libgimp-gimppattern.html
1053share/gtk-doc/html/libgimp/libgimp-gimppatternmenu.html 1167share/gtk-doc/html/libgimp/libgimp-gimppatternmenu.html
1054share/gtk-doc/html/libgimp/libgimp-gimppatterns.html 1168share/gtk-doc/html/libgimp/libgimp-gimppatterns.html
1055share/gtk-doc/html/libgimp/libgimp-gimppatternselect.html 1169share/gtk-doc/html/libgimp/libgimp-gimppatternselect.html
1056share/gtk-doc/html/libgimp/libgimp-gimppixbuf.html 1170share/gtk-doc/html/libgimp/libgimp-gimppixbuf.html
1057share/gtk-doc/html/libgimp/libgimp-gimppixelfetcher.html 1171share/gtk-doc/html/libgimp/libgimp-gimppixelfetcher.html
1058share/gtk-doc/html/libgimp/libgimp-gimppixelrgn.html 1172share/gtk-doc/html/libgimp/libgimp-gimppixelrgn.html
1059share/gtk-doc/html/libgimp/libgimp-gimpplugin.html 1173share/gtk-doc/html/libgimp/libgimp-gimpplugin.html
1060share/gtk-doc/html/libgimp/libgimp-gimpproceduraldb.html 1174share/gtk-doc/html/libgimp/libgimp-gimpproceduraldb.html
1061share/gtk-doc/html/libgimp/libgimp-gimpprocview.html 
1062share/gtk-doc/html/libgimp/libgimp-gimpprogress.html 1175share/gtk-doc/html/libgimp/libgimp-gimpprogress.html
1063share/gtk-doc/html/libgimp/libgimp-gimpregioniterator.html 1176share/gtk-doc/html/libgimp/libgimp-gimpregioniterator.html
1064share/gtk-doc/html/libgimp/libgimp-gimpselection.html 1177share/gtk-doc/html/libgimp/libgimp-gimpselection.html
 1178share/gtk-doc/html/libgimp/libgimp-gimpselectiontools.html
1065share/gtk-doc/html/libgimp/libgimp-gimptextlayer.html 1179share/gtk-doc/html/libgimp/libgimp-gimptextlayer.html
1066share/gtk-doc/html/libgimp/libgimp-gimptexttool.html 1180share/gtk-doc/html/libgimp/libgimp-gimptexttool.html
1067share/gtk-doc/html/libgimp/libgimp-gimptile.html 1181share/gtk-doc/html/libgimp/libgimp-gimptile.html
1068share/gtk-doc/html/libgimp/libgimp-gimptools.html 1182share/gtk-doc/html/libgimp/libgimp-gimptransformtools.html
1069share/gtk-doc/html/libgimp/libgimp-gimpui.html 1183share/gtk-doc/html/libgimp/libgimp-gimpui.html
1070share/gtk-doc/html/libgimp/libgimp-gimpundo.html 1184share/gtk-doc/html/libgimp/libgimp-gimpundo.html
1071share/gtk-doc/html/libgimp/libgimp-gimpvectors.html 1185share/gtk-doc/html/libgimp/libgimp-gimpvectors.html
1072share/gtk-doc/html/libgimp/libgimp-image.html 1186share/gtk-doc/html/libgimp/libgimp-image.html
1073share/gtk-doc/html/libgimp/libgimp-index-deprecated.html 1187share/gtk-doc/html/libgimp/libgimp-index-deprecated.html
1074share/gtk-doc/html/libgimp/libgimp-index-new-in-2-2.html 1188share/gtk-doc/html/libgimp/libgimp-index-new-in-2-2.html
1075share/gtk-doc/html/libgimp/libgimp-index-new-in-2-4.html 1189share/gtk-doc/html/libgimp/libgimp-index-new-in-2-4.html
1076share/gtk-doc/html/libgimp/libgimp-index-new-in-2-6.html 1190share/gtk-doc/html/libgimp/libgimp-index-new-in-2-6.html
 1191share/gtk-doc/html/libgimp/libgimp-index-new-in-2-8.html
1077share/gtk-doc/html/libgimp/libgimp-index.html 1192share/gtk-doc/html/libgimp/libgimp-index.html
1078share/gtk-doc/html/libgimp/libgimp-selectors.html 1193share/gtk-doc/html/libgimp/libgimp-selectors.html
1079share/gtk-doc/html/libgimp/libgimp.devhelp2 1194share/gtk-doc/html/libgimp/libgimp.devhelp2
1080share/gtk-doc/html/libgimp/libgimp.html 1195share/gtk-doc/html/libgimp/libgimp.html
1081share/gtk-doc/html/libgimp/libgimpui-hierarchy.html 1196share/gtk-doc/html/libgimp/libgimpui-hierarchy.html
1082share/gtk-doc/html/libgimp/libgimpui.html 1197share/gtk-doc/html/libgimp/libgimpui.html
1083share/gtk-doc/html/libgimp/right.png 1198share/gtk-doc/html/libgimp/right.png
1084share/gtk-doc/html/libgimp/style.css 1199share/gtk-doc/html/libgimp/style.css
1085share/gtk-doc/html/libgimp/up.png 1200share/gtk-doc/html/libgimp/up.png
1086share/gtk-doc/html/libgimpbase/home.png 1201share/gtk-doc/html/libgimpbase/home.png
1087share/gtk-doc/html/libgimpbase/index.html 1202share/gtk-doc/html/libgimpbase/index.html
1088share/gtk-doc/html/libgimpbase/index.sgml 1203share/gtk-doc/html/libgimpbase/index.sgml
1089share/gtk-doc/html/libgimpbase/left.png 1204share/gtk-doc/html/libgimpbase/left.png
@@ -1097,119 +1212,124 @@ share/gtk-doc/html/libgimpbase/libgimpba @@ -1097,119 +1212,124 @@ share/gtk-doc/html/libgimpbase/libgimpba
1097share/gtk-doc/html/libgimpbase/libgimpbase-gimpmemsize.html 1212share/gtk-doc/html/libgimpbase/libgimpbase-gimpmemsize.html
1098share/gtk-doc/html/libgimpbase/libgimpbase-gimpparam.html 1213share/gtk-doc/html/libgimpbase/libgimpbase-gimpparam.html
1099share/gtk-doc/html/libgimpbase/libgimpbase-gimpparasite.html 1214share/gtk-doc/html/libgimpbase/libgimpbase-gimpparasite.html
1100share/gtk-doc/html/libgimpbase/libgimpbase-gimpparasiteio.html 1215share/gtk-doc/html/libgimpbase/libgimpbase-gimpparasiteio.html
1101share/gtk-doc/html/libgimpbase/libgimpbase-gimprectangle.html 1216share/gtk-doc/html/libgimpbase/libgimpbase-gimprectangle.html
1102share/gtk-doc/html/libgimpbase/libgimpbase-gimpsignal.html 1217share/gtk-doc/html/libgimpbase/libgimpbase-gimpsignal.html
1103share/gtk-doc/html/libgimpbase/libgimpbase-gimpunit.html 1218share/gtk-doc/html/libgimpbase/libgimpbase-gimpunit.html
1104share/gtk-doc/html/libgimpbase/libgimpbase-gimputils.html 1219share/gtk-doc/html/libgimpbase/libgimpbase-gimputils.html
1105share/gtk-doc/html/libgimpbase/libgimpbase-gimpversion.html 1220share/gtk-doc/html/libgimpbase/libgimpbase-gimpversion.html
1106share/gtk-doc/html/libgimpbase/libgimpbase-index-deprecated.html 1221share/gtk-doc/html/libgimpbase/libgimpbase-index-deprecated.html
1107share/gtk-doc/html/libgimpbase/libgimpbase-index-new-in-2-2.html 1222share/gtk-doc/html/libgimpbase/libgimpbase-index-new-in-2-2.html
1108share/gtk-doc/html/libgimpbase/libgimpbase-index-new-in-2-4.html 1223share/gtk-doc/html/libgimpbase/libgimpbase-index-new-in-2-4.html
1109share/gtk-doc/html/libgimpbase/libgimpbase-index-new-in-2-6.html 1224share/gtk-doc/html/libgimpbase/libgimpbase-index-new-in-2-6.html
 1225share/gtk-doc/html/libgimpbase/libgimpbase-index-new-in-2-8.html
1110share/gtk-doc/html/libgimpbase/libgimpbase-index.html 1226share/gtk-doc/html/libgimpbase/libgimpbase-index.html
1111share/gtk-doc/html/libgimpbase/libgimpbase.devhelp2 1227share/gtk-doc/html/libgimpbase/libgimpbase.devhelp2
1112share/gtk-doc/html/libgimpbase/libgimpbase.html 1228share/gtk-doc/html/libgimpbase/libgimpbase.html
1113share/gtk-doc/html/libgimpbase/right.png 1229share/gtk-doc/html/libgimpbase/right.png
1114share/gtk-doc/html/libgimpbase/style.css 1230share/gtk-doc/html/libgimpbase/style.css
1115share/gtk-doc/html/libgimpbase/up.png 1231share/gtk-doc/html/libgimpbase/up.png
1116share/gtk-doc/html/libgimpcolor/home.png 1232share/gtk-doc/html/libgimpcolor/home.png
1117share/gtk-doc/html/libgimpcolor/index.html 1233share/gtk-doc/html/libgimpcolor/index.html
1118share/gtk-doc/html/libgimpcolor/index.sgml 1234share/gtk-doc/html/libgimpcolor/index.sgml
1119share/gtk-doc/html/libgimpcolor/left.png 1235share/gtk-doc/html/libgimpcolor/left.png
1120share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpAdaptiveSupersample.html 1236share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpAdaptiveSupersample.html
1121share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpBilinear.html 1237share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpBilinear.html
1122share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpCMYK.html 1238share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpCMYK.html
 1239share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpCairoColor.html
1123share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpColorManaged.html 1240share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpColorManaged.html
1124share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpColorSpace.html 1241share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpColorSpace.html
1125share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpHSV.html 1242share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpHSV.html
1126share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html 1243share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html
1127share/gtk-doc/html/libgimpcolor/libgimpcolor-index-deprecated.html 1244share/gtk-doc/html/libgimpcolor/libgimpcolor-index-deprecated.html
1128share/gtk-doc/html/libgimpcolor/libgimpcolor-index-new-in-2-2.html 1245share/gtk-doc/html/libgimpcolor/libgimpcolor-index-new-in-2-2.html
1129share/gtk-doc/html/libgimpcolor/libgimpcolor-index-new-in-2-4.html 1246share/gtk-doc/html/libgimpcolor/libgimpcolor-index-new-in-2-4.html
1130share/gtk-doc/html/libgimpcolor/libgimpcolor-index-new-in-2-6.html 1247share/gtk-doc/html/libgimpcolor/libgimpcolor-index-new-in-2-6.html
 1248share/gtk-doc/html/libgimpcolor/libgimpcolor-index-new-in-2-8.html
1131share/gtk-doc/html/libgimpcolor/libgimpcolor-index.html 1249share/gtk-doc/html/libgimpcolor/libgimpcolor-index.html
1132share/gtk-doc/html/libgimpcolor/libgimpcolor.devhelp2 1250share/gtk-doc/html/libgimpcolor/libgimpcolor.devhelp2
1133share/gtk-doc/html/libgimpcolor/libgimpcolor.html 1251share/gtk-doc/html/libgimpcolor/libgimpcolor.html
1134share/gtk-doc/html/libgimpcolor/right.png 1252share/gtk-doc/html/libgimpcolor/right.png
1135share/gtk-doc/html/libgimpcolor/style.css 1253share/gtk-doc/html/libgimpcolor/style.css
1136share/gtk-doc/html/libgimpcolor/up.png 1254share/gtk-doc/html/libgimpcolor/up.png
1137share/gtk-doc/html/libgimpconfig/GimpColorConfig.html 1255share/gtk-doc/html/libgimpconfig/GimpColorConfig.html
1138share/gtk-doc/html/libgimpconfig/home.png 1256share/gtk-doc/html/libgimpconfig/home.png
1139share/gtk-doc/html/libgimpconfig/index.html 1257share/gtk-doc/html/libgimpconfig/index.html
1140share/gtk-doc/html/libgimpconfig/index.sgml 1258share/gtk-doc/html/libgimpconfig/index.sgml
1141share/gtk-doc/html/libgimpconfig/left.png 1259share/gtk-doc/html/libgimpconfig/left.png
 1260share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpConfig-deserialize.html
 1261share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpConfig-params.html
 1262share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpConfig-path.html
 1263share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpConfig-serialize.html
 1264share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpConfig-utils.html
1142share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpConfig.html 1265share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpConfig.html
1143share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpConfigError.html 1266share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpConfigError.html
1144share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpConfigWriter.html 1267share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpConfigWriter.html
1145share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpScanner.html 1268share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpScanner.html
1146share/gtk-doc/html/libgimpconfig/libgimpconfig-gimpconfig-deserialize.html 
1147share/gtk-doc/html/libgimpconfig/libgimpconfig-gimpconfig-params.html 
1148share/gtk-doc/html/libgimpconfig/libgimpconfig-gimpconfig-path.html 
1149share/gtk-doc/html/libgimpconfig/libgimpconfig-gimpconfig-serialize.html 
1150share/gtk-doc/html/libgimpconfig/libgimpconfig-gimpconfig-utils.html 
1151share/gtk-doc/html/libgimpconfig/libgimpconfig-hierarchy.html 1269share/gtk-doc/html/libgimpconfig/libgimpconfig-hierarchy.html
1152share/gtk-doc/html/libgimpconfig/libgimpconfig-index-deprecated.html 1270share/gtk-doc/html/libgimpconfig/libgimpconfig-index-deprecated.html
1153share/gtk-doc/html/libgimpconfig/libgimpconfig-index-new-in-2-4.html 1271share/gtk-doc/html/libgimpconfig/libgimpconfig-index-new-in-2-4.html
1154share/gtk-doc/html/libgimpconfig/libgimpconfig-index-new-in-2-6.html 1272share/gtk-doc/html/libgimpconfig/libgimpconfig-index-new-in-2-6.html
 1273share/gtk-doc/html/libgimpconfig/libgimpconfig-index-new-in-2-8.html
1155share/gtk-doc/html/libgimpconfig/libgimpconfig-index.html 1274share/gtk-doc/html/libgimpconfig/libgimpconfig-index.html
1156share/gtk-doc/html/libgimpconfig/libgimpconfig.devhelp2 1275share/gtk-doc/html/libgimpconfig/libgimpconfig.devhelp2
1157share/gtk-doc/html/libgimpconfig/libgimpconfig.html 1276share/gtk-doc/html/libgimpconfig/libgimpconfig.html
1158share/gtk-doc/html/libgimpconfig/right.png 1277share/gtk-doc/html/libgimpconfig/right.png
1159share/gtk-doc/html/libgimpconfig/style.css 1278share/gtk-doc/html/libgimpconfig/style.css
1160share/gtk-doc/html/libgimpconfig/up.png 1279share/gtk-doc/html/libgimpconfig/up.png
1161share/gtk-doc/html/libgimpmath/home.png 1280share/gtk-doc/html/libgimpmath/home.png
1162share/gtk-doc/html/libgimpmath/index.html 1281share/gtk-doc/html/libgimpmath/index.html
1163share/gtk-doc/html/libgimpmath/index.sgml 1282share/gtk-doc/html/libgimpmath/index.sgml
1164share/gtk-doc/html/libgimpmath/left.png 1283share/gtk-doc/html/libgimpmath/left.png
1165share/gtk-doc/html/libgimpmath/libgimpmath-GimpMD5.html 1284share/gtk-doc/html/libgimpmath/libgimpmath-GimpMD5.html
1166share/gtk-doc/html/libgimpmath/libgimpmath-GimpMath.html 1285share/gtk-doc/html/libgimpmath/libgimpmath-GimpMath.html
1167share/gtk-doc/html/libgimpmath/libgimpmath-GimpMatrix.html 1286share/gtk-doc/html/libgimpmath/libgimpmath-GimpMatrix.html
1168share/gtk-doc/html/libgimpmath/libgimpmath-GimpVector.html 1287share/gtk-doc/html/libgimpmath/libgimpmath-GimpVector.html
1169share/gtk-doc/html/libgimpmath/libgimpmath-index-deprecated.html 1288share/gtk-doc/html/libgimpmath/libgimpmath-index-deprecated.html
1170share/gtk-doc/html/libgimpmath/libgimpmath-index-new-in-2-2.html 1289share/gtk-doc/html/libgimpmath/libgimpmath-index-new-in-2-2.html
1171share/gtk-doc/html/libgimpmath/libgimpmath-index-new-in-2-4.html 1290share/gtk-doc/html/libgimpmath/libgimpmath-index-new-in-2-4.html
1172share/gtk-doc/html/libgimpmath/libgimpmath-index-new-in-2-6.html 1291share/gtk-doc/html/libgimpmath/libgimpmath-index-new-in-2-6.html
1173share/gtk-doc/html/libgimpmath/libgimpmath-index.html 1292share/gtk-doc/html/libgimpmath/libgimpmath-index.html
1174share/gtk-doc/html/libgimpmath/libgimpmath.devhelp2 1293share/gtk-doc/html/libgimpmath/libgimpmath.devhelp2
1175share/gtk-doc/html/libgimpmath/libgimpmath.html 1294share/gtk-doc/html/libgimpmath/libgimpmath.html
1176share/gtk-doc/html/libgimpmath/right.png 1295share/gtk-doc/html/libgimpmath/right.png
1177share/gtk-doc/html/libgimpmath/style.css 1296share/gtk-doc/html/libgimpmath/style.css
1178share/gtk-doc/html/libgimpmath/up.png 1297share/gtk-doc/html/libgimpmath/up.png
 1298share/gtk-doc/html/libgimpmodule/GimpModule.html
 1299share/gtk-doc/html/libgimpmodule/GimpModuleDB.html
1179share/gtk-doc/html/libgimpmodule/home.png 1300share/gtk-doc/html/libgimpmodule/home.png
1180share/gtk-doc/html/libgimpmodule/index.html 1301share/gtk-doc/html/libgimpmodule/index.html
1181share/gtk-doc/html/libgimpmodule/index.sgml 1302share/gtk-doc/html/libgimpmodule/index.sgml
1182share/gtk-doc/html/libgimpmodule/left.png 1303share/gtk-doc/html/libgimpmodule/left.png
1183share/gtk-doc/html/libgimpmodule/libgimpmodule-gimpmodule.html 
1184share/gtk-doc/html/libgimpmodule/libgimpmodule-gimpmoduledb.html 
1185share/gtk-doc/html/libgimpmodule/libgimpmodule-index-deprecated.html 1304share/gtk-doc/html/libgimpmodule/libgimpmodule-index-deprecated.html
1186share/gtk-doc/html/libgimpmodule/libgimpmodule-index-new-in-2-2.html 1305share/gtk-doc/html/libgimpmodule/libgimpmodule-index-new-in-2-2.html
1187share/gtk-doc/html/libgimpmodule/libgimpmodule-index-new-in-2-4.html 1306share/gtk-doc/html/libgimpmodule/libgimpmodule-index-new-in-2-4.html
1188share/gtk-doc/html/libgimpmodule/libgimpmodule-index-new-in-2-6.html 1307share/gtk-doc/html/libgimpmodule/libgimpmodule-index-new-in-2-6.html
 1308share/gtk-doc/html/libgimpmodule/libgimpmodule-index-new-in-2-8.html
1189share/gtk-doc/html/libgimpmodule/libgimpmodule-index.html 1309share/gtk-doc/html/libgimpmodule/libgimpmodule-index.html
1190share/gtk-doc/html/libgimpmodule/libgimpmodule.devhelp2 1310share/gtk-doc/html/libgimpmodule/libgimpmodule.devhelp2
1191share/gtk-doc/html/libgimpmodule/libgimpmodule.html 1311share/gtk-doc/html/libgimpmodule/libgimpmodule.html
1192share/gtk-doc/html/libgimpmodule/right.png 1312share/gtk-doc/html/libgimpmodule/right.png
1193share/gtk-doc/html/libgimpmodule/style.css 1313share/gtk-doc/html/libgimpmodule/style.css
1194share/gtk-doc/html/libgimpmodule/up.png 1314share/gtk-doc/html/libgimpmodule/up.png
1195share/gtk-doc/html/libgimpthumb/GimpThumbnail.html 1315share/gtk-doc/html/libgimpthumb/GimpThumbnail.html
1196share/gtk-doc/html/libgimpthumb/home.png 1316share/gtk-doc/html/libgimpthumb/home.png
1197share/gtk-doc/html/libgimpthumb/index.html 1317share/gtk-doc/html/libgimpthumb/index.html
1198share/gtk-doc/html/libgimpthumb/index.sgml 1318share/gtk-doc/html/libgimpthumb/index.sgml
1199share/gtk-doc/html/libgimpthumb/left.png 1319share/gtk-doc/html/libgimpthumb/left.png
1200share/gtk-doc/html/libgimpthumb/libgimpthumb-gimpthumb-enums.html 1320share/gtk-doc/html/libgimpthumb/libgimpthumb-GimpThumb-enums.html
1201share/gtk-doc/html/libgimpthumb/libgimpthumb-gimpthumb-error.html 1321share/gtk-doc/html/libgimpthumb/libgimpthumb-GimpThumb-error.html
1202share/gtk-doc/html/libgimpthumb/libgimpthumb-gimpthumb-utils.html 1322share/gtk-doc/html/libgimpthumb/libgimpthumb-GimpThumb-utils.html
1203share/gtk-doc/html/libgimpthumb/libgimpthumb-index-deprecated.html 1323share/gtk-doc/html/libgimpthumb/libgimpthumb-index-deprecated.html
1204share/gtk-doc/html/libgimpthumb/libgimpthumb-index-new-in-2-2.html 1324share/gtk-doc/html/libgimpthumb/libgimpthumb-index-new-in-2-2.html
1205share/gtk-doc/html/libgimpthumb/libgimpthumb-index-new-in-2-4.html 1325share/gtk-doc/html/libgimpthumb/libgimpthumb-index-new-in-2-4.html
1206share/gtk-doc/html/libgimpthumb/libgimpthumb-index-new-in-2-6.html 1326share/gtk-doc/html/libgimpthumb/libgimpthumb-index-new-in-2-6.html
1207share/gtk-doc/html/libgimpthumb/libgimpthumb-index.html 1327share/gtk-doc/html/libgimpthumb/libgimpthumb-index.html
1208share/gtk-doc/html/libgimpthumb/libgimpthumb.devhelp2 1328share/gtk-doc/html/libgimpthumb/libgimpthumb.devhelp2
1209share/gtk-doc/html/libgimpthumb/libgimpthumb.html 1329share/gtk-doc/html/libgimpthumb/libgimpthumb.html
1210share/gtk-doc/html/libgimpthumb/right.png 1330share/gtk-doc/html/libgimpthumb/right.png
1211share/gtk-doc/html/libgimpthumb/style.css 1331share/gtk-doc/html/libgimpthumb/style.css
1212share/gtk-doc/html/libgimpthumb/up.png 1332share/gtk-doc/html/libgimpthumb/up.png
1213share/gtk-doc/html/libgimpwidgets/GimpBrowser.html 1333share/gtk-doc/html/libgimpwidgets/GimpBrowser.html
1214share/gtk-doc/html/libgimpwidgets/GimpButton.html 1334share/gtk-doc/html/libgimpwidgets/GimpButton.html
1215share/gtk-doc/html/libgimpwidgets/GimpCellRendererColor.html 1335share/gtk-doc/html/libgimpwidgets/GimpCellRendererColor.html
@@ -1240,27 +1360,29 @@ share/gtk-doc/html/libgimpwidgets/GimpIn @@ -1240,27 +1360,29 @@ share/gtk-doc/html/libgimpwidgets/GimpIn
1240share/gtk-doc/html/libgimpwidgets/GimpMemsizeEntry.html 1360share/gtk-doc/html/libgimpwidgets/GimpMemsizeEntry.html
1241share/gtk-doc/html/libgimpwidgets/GimpNumberPairEntry.html 1361share/gtk-doc/html/libgimpwidgets/GimpNumberPairEntry.html
1242share/gtk-doc/html/libgimpwidgets/GimpOffsetArea.html 1362share/gtk-doc/html/libgimpwidgets/GimpOffsetArea.html
1243share/gtk-doc/html/libgimpwidgets/GimpPageSelector.html 1363share/gtk-doc/html/libgimpwidgets/GimpPageSelector.html
1244share/gtk-doc/html/libgimpwidgets/GimpPathEditor.html 1364share/gtk-doc/html/libgimpwidgets/GimpPathEditor.html
1245share/gtk-doc/html/libgimpwidgets/GimpPickButton.html 1365share/gtk-doc/html/libgimpwidgets/GimpPickButton.html
1246share/gtk-doc/html/libgimpwidgets/GimpPixmap.html 1366share/gtk-doc/html/libgimpwidgets/GimpPixmap.html
1247share/gtk-doc/html/libgimpwidgets/GimpPreview.html 1367share/gtk-doc/html/libgimpwidgets/GimpPreview.html
1248share/gtk-doc/html/libgimpwidgets/GimpPreviewArea.html 1368share/gtk-doc/html/libgimpwidgets/GimpPreviewArea.html
1249share/gtk-doc/html/libgimpwidgets/GimpRuler.html 1369share/gtk-doc/html/libgimpwidgets/GimpRuler.html
1250share/gtk-doc/html/libgimpwidgets/GimpScrolledPreview.html 1370share/gtk-doc/html/libgimpwidgets/GimpScrolledPreview.html
1251share/gtk-doc/html/libgimpwidgets/GimpSizeEntry.html 1371share/gtk-doc/html/libgimpwidgets/GimpSizeEntry.html
1252share/gtk-doc/html/libgimpwidgets/GimpStringComboBox.html 1372share/gtk-doc/html/libgimpwidgets/GimpStringComboBox.html
 1373share/gtk-doc/html/libgimpwidgets/GimpUnitComboBox.html
1253share/gtk-doc/html/libgimpwidgets/GimpUnitMenu.html 1374share/gtk-doc/html/libgimpwidgets/GimpUnitMenu.html
 1375share/gtk-doc/html/libgimpwidgets/GimpUnitStore.html
1254share/gtk-doc/html/libgimpwidgets/GimpZoomModel.html 1376share/gtk-doc/html/libgimpwidgets/GimpZoomModel.html
1255share/gtk-doc/html/libgimpwidgets/gimp-browser.png 1377share/gtk-doc/html/libgimpwidgets/gimp-browser.png
1256share/gtk-doc/html/libgimpwidgets/gimp-button.png 1378share/gtk-doc/html/libgimpwidgets/gimp-button.png
1257share/gtk-doc/html/libgimpwidgets/gimp-chain-button.png 1379share/gtk-doc/html/libgimpwidgets/gimp-chain-button.png
1258share/gtk-doc/html/libgimpwidgets/gimp-color-area.png 1380share/gtk-doc/html/libgimpwidgets/gimp-color-area.png
1259share/gtk-doc/html/libgimpwidgets/gimp-color-button.png 1381share/gtk-doc/html/libgimpwidgets/gimp-color-button.png
1260share/gtk-doc/html/libgimpwidgets/gimp-color-hex-entry.png 1382share/gtk-doc/html/libgimpwidgets/gimp-color-hex-entry.png
1261share/gtk-doc/html/libgimpwidgets/gimp-color-profile-combo-box.png 1383share/gtk-doc/html/libgimpwidgets/gimp-color-profile-combo-box.png
1262share/gtk-doc/html/libgimpwidgets/gimp-color-scale.png 1384share/gtk-doc/html/libgimpwidgets/gimp-color-scale.png
1263share/gtk-doc/html/libgimpwidgets/gimp-color-selection.png 1385share/gtk-doc/html/libgimpwidgets/gimp-color-selection.png
1264share/gtk-doc/html/libgimpwidgets/gimp-dialog.png 1386share/gtk-doc/html/libgimpwidgets/gimp-dialog.png
1265share/gtk-doc/html/libgimpwidgets/gimp-enum-combo-box.png 1387share/gtk-doc/html/libgimpwidgets/gimp-enum-combo-box.png
1266share/gtk-doc/html/libgimpwidgets/gimp-enum-label.png 1388share/gtk-doc/html/libgimpwidgets/gimp-enum-label.png
@@ -1275,42 +1397,43 @@ share/gtk-doc/html/libgimpwidgets/gimp-p @@ -1275,42 +1397,43 @@ share/gtk-doc/html/libgimpwidgets/gimp-p
1275share/gtk-doc/html/libgimpwidgets/gimp-path-editor.png 1397share/gtk-doc/html/libgimpwidgets/gimp-path-editor.png
1276share/gtk-doc/html/libgimpwidgets/gimp-pick-button.png 1398share/gtk-doc/html/libgimpwidgets/gimp-pick-button.png
1277share/gtk-doc/html/libgimpwidgets/gimp-preview-area.png 1399share/gtk-doc/html/libgimpwidgets/gimp-preview-area.png
1278share/gtk-doc/html/libgimpwidgets/gimp-string-combo-box.png 1400share/gtk-doc/html/libgimpwidgets/gimp-string-combo-box.png
1279share/gtk-doc/html/libgimpwidgets/gimp-unit-menu.png 1401share/gtk-doc/html/libgimpwidgets/gimp-unit-menu.png
1280share/gtk-doc/html/libgimpwidgets/home.png 1402share/gtk-doc/html/libgimpwidgets/home.png
1281share/gtk-doc/html/libgimpwidgets/index.html 1403share/gtk-doc/html/libgimpwidgets/index.html
1282share/gtk-doc/html/libgimpwidgets/index.sgml 1404share/gtk-doc/html/libgimpwidgets/index.sgml
1283share/gtk-doc/html/libgimpwidgets/left.png 1405share/gtk-doc/html/libgimpwidgets/left.png
1284share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpCairoUtils.html 1406share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpCairoUtils.html
1285share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpEnumWidgets.html 1407share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpEnumWidgets.html
1286share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpHelpUI.html 1408share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpHelpUI.html
1287share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpHintBox.html 1409share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpHintBox.html
 1410share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpOldWidgets.html
1288share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpPropWidgets.html 1411share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpPropWidgets.html
1289share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpQueryBox.html 1412share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpQueryBox.html
1290share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpStock.html 1413share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpStock.html
1291share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpWidgets.html 1414share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpWidgets.html
1292share/gtk-doc/html/libgimpwidgets/libgimpwidgets-cell-renderers.html 1415share/gtk-doc/html/libgimpwidgets/libgimpwidgets-cell-renderers.html
1293share/gtk-doc/html/libgimpwidgets/libgimpwidgets-colordisplay.html 1416share/gtk-doc/html/libgimpwidgets/libgimpwidgets-colordisplay.html
1294share/gtk-doc/html/libgimpwidgets/libgimpwidgets-colorselector.html 1417share/gtk-doc/html/libgimpwidgets/libgimpwidgets-colorselector.html
1295share/gtk-doc/html/libgimpwidgets/libgimpwidgets-controller.html 1418share/gtk-doc/html/libgimpwidgets/libgimpwidgets-controller.html
1296share/gtk-doc/html/libgimpwidgets/libgimpwidgets-deprecated.html 1419share/gtk-doc/html/libgimpwidgets/libgimpwidgets-deprecated.html
1297share/gtk-doc/html/libgimpwidgets/libgimpwidgets-gallery.html 1420share/gtk-doc/html/libgimpwidgets/libgimpwidgets-gallery.html
1298share/gtk-doc/html/libgimpwidgets/libgimpwidgets-gimpoldwidgets.html 
1299share/gtk-doc/html/libgimpwidgets/libgimpwidgets-hierarchy.html 1421share/gtk-doc/html/libgimpwidgets/libgimpwidgets-hierarchy.html
1300share/gtk-doc/html/libgimpwidgets/libgimpwidgets-index-deprecated.html 1422share/gtk-doc/html/libgimpwidgets/libgimpwidgets-index-deprecated.html
1301share/gtk-doc/html/libgimpwidgets/libgimpwidgets-index-new-in-2-2.html 1423share/gtk-doc/html/libgimpwidgets/libgimpwidgets-index-new-in-2-2.html
1302share/gtk-doc/html/libgimpwidgets/libgimpwidgets-index-new-in-2-4.html 1424share/gtk-doc/html/libgimpwidgets/libgimpwidgets-index-new-in-2-4.html
1303share/gtk-doc/html/libgimpwidgets/libgimpwidgets-index-new-in-2-6.html 1425share/gtk-doc/html/libgimpwidgets/libgimpwidgets-index-new-in-2-6.html
 1426share/gtk-doc/html/libgimpwidgets/libgimpwidgets-index-new-in-2-8.html
1304share/gtk-doc/html/libgimpwidgets/libgimpwidgets-index.html 1427share/gtk-doc/html/libgimpwidgets/libgimpwidgets-index.html
1305share/gtk-doc/html/libgimpwidgets/libgimpwidgets-utils.html 1428share/gtk-doc/html/libgimpwidgets/libgimpwidgets-utils.html
1306share/gtk-doc/html/libgimpwidgets/libgimpwidgets-widgets.html 1429share/gtk-doc/html/libgimpwidgets/libgimpwidgets-widgets.html
1307share/gtk-doc/html/libgimpwidgets/libgimpwidgets.devhelp2 1430share/gtk-doc/html/libgimpwidgets/libgimpwidgets.devhelp2
1308share/gtk-doc/html/libgimpwidgets/right.png 1431share/gtk-doc/html/libgimpwidgets/right.png
1309share/gtk-doc/html/libgimpwidgets/stock-anchor-16.png 1432share/gtk-doc/html/libgimpwidgets/stock-anchor-16.png
1310share/gtk-doc/html/libgimpwidgets/stock-cap-butt-16.png 1433share/gtk-doc/html/libgimpwidgets/stock-cap-butt-16.png
1311share/gtk-doc/html/libgimpwidgets/stock-cap-round-16.png 1434share/gtk-doc/html/libgimpwidgets/stock-cap-round-16.png
1312share/gtk-doc/html/libgimpwidgets/stock-cap-square-16.png 1435share/gtk-doc/html/libgimpwidgets/stock-cap-square-16.png
1313share/gtk-doc/html/libgimpwidgets/stock-center-16.png 1436share/gtk-doc/html/libgimpwidgets/stock-center-16.png
1314share/gtk-doc/html/libgimpwidgets/stock-center-24.png 1437share/gtk-doc/html/libgimpwidgets/stock-center-24.png
1315share/gtk-doc/html/libgimpwidgets/stock-channel-16.png 1438share/gtk-doc/html/libgimpwidgets/stock-channel-16.png
1316share/gtk-doc/html/libgimpwidgets/stock-channel-24.png 1439share/gtk-doc/html/libgimpwidgets/stock-channel-24.png
@@ -1374,26 +1497,28 @@ share/gtk-doc/html/libgimpwidgets/stock- @@ -1374,26 +1497,28 @@ share/gtk-doc/html/libgimpwidgets/stock-
1374share/gtk-doc/html/libgimpwidgets/stock-display-filter-16.png 1497share/gtk-doc/html/libgimpwidgets/stock-display-filter-16.png
1375share/gtk-doc/html/libgimpwidgets/stock-display-filter-24.png 1498share/gtk-doc/html/libgimpwidgets/stock-display-filter-24.png
1376share/gtk-doc/html/libgimpwidgets/stock-display-filter-colorblind-16.png 1499share/gtk-doc/html/libgimpwidgets/stock-display-filter-colorblind-16.png
1377share/gtk-doc/html/libgimpwidgets/stock-display-filter-colorblind-24.png 1500share/gtk-doc/html/libgimpwidgets/stock-display-filter-colorblind-24.png
1378share/gtk-doc/html/libgimpwidgets/stock-display-filter-contrast-16.png 1501share/gtk-doc/html/libgimpwidgets/stock-display-filter-contrast-16.png
1379share/gtk-doc/html/libgimpwidgets/stock-display-filter-contrast-24.png 1502share/gtk-doc/html/libgimpwidgets/stock-display-filter-contrast-24.png
1380share/gtk-doc/html/libgimpwidgets/stock-display-filter-gamma-16.png 1503share/gtk-doc/html/libgimpwidgets/stock-display-filter-gamma-16.png
1381share/gtk-doc/html/libgimpwidgets/stock-display-filter-gamma-24.png 1504share/gtk-doc/html/libgimpwidgets/stock-display-filter-gamma-24.png
1382share/gtk-doc/html/libgimpwidgets/stock-display-filter-lcms-16.png 1505share/gtk-doc/html/libgimpwidgets/stock-display-filter-lcms-16.png
1383share/gtk-doc/html/libgimpwidgets/stock-display-filter-lcms-24.png 1506share/gtk-doc/html/libgimpwidgets/stock-display-filter-lcms-24.png
1384share/gtk-doc/html/libgimpwidgets/stock-display-filter-proof-16.png 1507share/gtk-doc/html/libgimpwidgets/stock-display-filter-proof-16.png
1385share/gtk-doc/html/libgimpwidgets/stock-display-filter-proof-24.png 1508share/gtk-doc/html/libgimpwidgets/stock-display-filter-proof-24.png
1386share/gtk-doc/html/libgimpwidgets/stock-duplicate-16.png 1509share/gtk-doc/html/libgimpwidgets/stock-duplicate-16.png
 1510share/gtk-doc/html/libgimpwidgets/stock-dynamics-16.png
 1511share/gtk-doc/html/libgimpwidgets/stock-dynamics-22.png
1387share/gtk-doc/html/libgimpwidgets/stock-edit-16.png 1512share/gtk-doc/html/libgimpwidgets/stock-edit-16.png
1388share/gtk-doc/html/libgimpwidgets/stock-error-64.png 1513share/gtk-doc/html/libgimpwidgets/stock-error-64.png
1389share/gtk-doc/html/libgimpwidgets/stock-eye-12.png 1514share/gtk-doc/html/libgimpwidgets/stock-eye-12.png
1390share/gtk-doc/html/libgimpwidgets/stock-eye-20.png 1515share/gtk-doc/html/libgimpwidgets/stock-eye-20.png
1391share/gtk-doc/html/libgimpwidgets/stock-flip-horizontal-16.png 1516share/gtk-doc/html/libgimpwidgets/stock-flip-horizontal-16.png
1392share/gtk-doc/html/libgimpwidgets/stock-flip-vertical-16.png 1517share/gtk-doc/html/libgimpwidgets/stock-flip-vertical-16.png
1393share/gtk-doc/html/libgimpwidgets/stock-floating-selection-16.png 1518share/gtk-doc/html/libgimpwidgets/stock-floating-selection-16.png
1394share/gtk-doc/html/libgimpwidgets/stock-floating-selection-24.png 1519share/gtk-doc/html/libgimpwidgets/stock-floating-selection-24.png
1395share/gtk-doc/html/libgimpwidgets/stock-floating-selection-32.png 1520share/gtk-doc/html/libgimpwidgets/stock-floating-selection-32.png
1396share/gtk-doc/html/libgimpwidgets/stock-floating-selection-48.png 1521share/gtk-doc/html/libgimpwidgets/stock-floating-selection-48.png
1397share/gtk-doc/html/libgimpwidgets/stock-frame-64.png 1522share/gtk-doc/html/libgimpwidgets/stock-frame-64.png
1398share/gtk-doc/html/libgimpwidgets/stock-gegl-16.png 1523share/gtk-doc/html/libgimpwidgets/stock-gegl-16.png
1399share/gtk-doc/html/libgimpwidgets/stock-gegl-22.png 1524share/gtk-doc/html/libgimpwidgets/stock-gegl-22.png
@@ -1423,26 +1548,28 @@ share/gtk-doc/html/libgimpwidgets/stock- @@ -1423,26 +1548,28 @@ share/gtk-doc/html/libgimpwidgets/stock-
1423share/gtk-doc/html/libgimpwidgets/stock-histogram-16.png 1548share/gtk-doc/html/libgimpwidgets/stock-histogram-16.png
1424share/gtk-doc/html/libgimpwidgets/stock-histogram-22.png 1549share/gtk-doc/html/libgimpwidgets/stock-histogram-22.png
1425share/gtk-doc/html/libgimpwidgets/stock-histogram-linear-16.png 1550share/gtk-doc/html/libgimpwidgets/stock-histogram-linear-16.png
1426share/gtk-doc/html/libgimpwidgets/stock-histogram-logarithmic-16.png 1551share/gtk-doc/html/libgimpwidgets/stock-histogram-logarithmic-16.png
1427share/gtk-doc/html/libgimpwidgets/stock-image-16.png 1552share/gtk-doc/html/libgimpwidgets/stock-image-16.png
1428share/gtk-doc/html/libgimpwidgets/stock-image-24.png 1553share/gtk-doc/html/libgimpwidgets/stock-image-24.png
1429share/gtk-doc/html/libgimpwidgets/stock-image-32.png 1554share/gtk-doc/html/libgimpwidgets/stock-image-32.png
1430share/gtk-doc/html/libgimpwidgets/stock-image-48.png 1555share/gtk-doc/html/libgimpwidgets/stock-image-48.png
1431share/gtk-doc/html/libgimpwidgets/stock-images-16.png 1556share/gtk-doc/html/libgimpwidgets/stock-images-16.png
1432share/gtk-doc/html/libgimpwidgets/stock-images-24.png 1557share/gtk-doc/html/libgimpwidgets/stock-images-24.png
1433share/gtk-doc/html/libgimpwidgets/stock-info-16.png 1558share/gtk-doc/html/libgimpwidgets/stock-info-16.png
1434share/gtk-doc/html/libgimpwidgets/stock-info-24.png 1559share/gtk-doc/html/libgimpwidgets/stock-info-24.png
1435share/gtk-doc/html/libgimpwidgets/stock-info-64.png 1560share/gtk-doc/html/libgimpwidgets/stock-info-64.png
 1561share/gtk-doc/html/libgimpwidgets/stock-input-device-16.png
 1562share/gtk-doc/html/libgimpwidgets/stock-input-device-22.png
1436share/gtk-doc/html/libgimpwidgets/stock-invert-16.png 1563share/gtk-doc/html/libgimpwidgets/stock-invert-16.png
1437share/gtk-doc/html/libgimpwidgets/stock-join-bevel-16.png 1564share/gtk-doc/html/libgimpwidgets/stock-join-bevel-16.png
1438share/gtk-doc/html/libgimpwidgets/stock-join-miter-16.png 1565share/gtk-doc/html/libgimpwidgets/stock-join-miter-16.png
1439share/gtk-doc/html/libgimpwidgets/stock-join-round-16.png 1566share/gtk-doc/html/libgimpwidgets/stock-join-round-16.png
1440share/gtk-doc/html/libgimpwidgets/stock-landscape-16.png 1567share/gtk-doc/html/libgimpwidgets/stock-landscape-16.png
1441share/gtk-doc/html/libgimpwidgets/stock-landscape-22.png 1568share/gtk-doc/html/libgimpwidgets/stock-landscape-22.png
1442share/gtk-doc/html/libgimpwidgets/stock-layer-16.png 1569share/gtk-doc/html/libgimpwidgets/stock-layer-16.png
1443share/gtk-doc/html/libgimpwidgets/stock-layer-24.png 1570share/gtk-doc/html/libgimpwidgets/stock-layer-24.png
1444share/gtk-doc/html/libgimpwidgets/stock-layer-32.png 1571share/gtk-doc/html/libgimpwidgets/stock-layer-32.png
1445share/gtk-doc/html/libgimpwidgets/stock-layer-48.png 1572share/gtk-doc/html/libgimpwidgets/stock-layer-48.png
1446share/gtk-doc/html/libgimpwidgets/stock-layer-mask-16.png 1573share/gtk-doc/html/libgimpwidgets/stock-layer-mask-16.png
1447share/gtk-doc/html/libgimpwidgets/stock-layer-mask-24.png 1574share/gtk-doc/html/libgimpwidgets/stock-layer-mask-24.png
1448share/gtk-doc/html/libgimpwidgets/stock-layer-mask-32.png 1575share/gtk-doc/html/libgimpwidgets/stock-layer-mask-32.png
@@ -1517,38 +1644,42 @@ share/gtk-doc/html/libgimpwidgets/stock- @@ -1517,38 +1644,42 @@ share/gtk-doc/html/libgimpwidgets/stock-
1517share/gtk-doc/html/libgimpwidgets/stock-tool-airbrush-22.png 1644share/gtk-doc/html/libgimpwidgets/stock-tool-airbrush-22.png
1518share/gtk-doc/html/libgimpwidgets/stock-tool-align-16.png 1645share/gtk-doc/html/libgimpwidgets/stock-tool-align-16.png
1519share/gtk-doc/html/libgimpwidgets/stock-tool-align-22.png 1646share/gtk-doc/html/libgimpwidgets/stock-tool-align-22.png
1520share/gtk-doc/html/libgimpwidgets/stock-tool-blend-16.png 1647share/gtk-doc/html/libgimpwidgets/stock-tool-blend-16.png
1521share/gtk-doc/html/libgimpwidgets/stock-tool-blend-22.png 1648share/gtk-doc/html/libgimpwidgets/stock-tool-blend-22.png
1522share/gtk-doc/html/libgimpwidgets/stock-tool-blur-16.png 1649share/gtk-doc/html/libgimpwidgets/stock-tool-blur-16.png
1523share/gtk-doc/html/libgimpwidgets/stock-tool-blur-22.png 1650share/gtk-doc/html/libgimpwidgets/stock-tool-blur-22.png
1524share/gtk-doc/html/libgimpwidgets/stock-tool-brightness-contrast-16.png 1651share/gtk-doc/html/libgimpwidgets/stock-tool-brightness-contrast-16.png
1525share/gtk-doc/html/libgimpwidgets/stock-tool-brightness-contrast-22.png 1652share/gtk-doc/html/libgimpwidgets/stock-tool-brightness-contrast-22.png
1526share/gtk-doc/html/libgimpwidgets/stock-tool-bucket-fill-16.png 1653share/gtk-doc/html/libgimpwidgets/stock-tool-bucket-fill-16.png
1527share/gtk-doc/html/libgimpwidgets/stock-tool-bucket-fill-22.png 1654share/gtk-doc/html/libgimpwidgets/stock-tool-bucket-fill-22.png
1528share/gtk-doc/html/libgimpwidgets/stock-tool-by-color-select-16.png 1655share/gtk-doc/html/libgimpwidgets/stock-tool-by-color-select-16.png
1529share/gtk-doc/html/libgimpwidgets/stock-tool-by-color-select-22.png 1656share/gtk-doc/html/libgimpwidgets/stock-tool-by-color-select-22.png
 1657share/gtk-doc/html/libgimpwidgets/stock-tool-cage-16.png
 1658share/gtk-doc/html/libgimpwidgets/stock-tool-cage-22.png
1530share/gtk-doc/html/libgimpwidgets/stock-tool-clone-16.png 1659share/gtk-doc/html/libgimpwidgets/stock-tool-clone-16.png
1531share/gtk-doc/html/libgimpwidgets/stock-tool-clone-22.png 1660share/gtk-doc/html/libgimpwidgets/stock-tool-clone-22.png
1532share/gtk-doc/html/libgimpwidgets/stock-tool-color-balance-16.png 1661share/gtk-doc/html/libgimpwidgets/stock-tool-color-balance-16.png
1533share/gtk-doc/html/libgimpwidgets/stock-tool-color-balance-22.png 1662share/gtk-doc/html/libgimpwidgets/stock-tool-color-balance-22.png
1534share/gtk-doc/html/libgimpwidgets/stock-tool-color-picker-16.png 1663share/gtk-doc/html/libgimpwidgets/stock-tool-color-picker-16.png
1535share/gtk-doc/html/libgimpwidgets/stock-tool-color-picker-22.png 1664share/gtk-doc/html/libgimpwidgets/stock-tool-color-picker-22.png
1536share/gtk-doc/html/libgimpwidgets/stock-tool-colorize-16.png 1665share/gtk-doc/html/libgimpwidgets/stock-tool-colorize-16.png
1537share/gtk-doc/html/libgimpwidgets/stock-tool-colorize-22.png 1666share/gtk-doc/html/libgimpwidgets/stock-tool-colorize-22.png
1538share/gtk-doc/html/libgimpwidgets/stock-tool-crop-16.png 1667share/gtk-doc/html/libgimpwidgets/stock-tool-crop-16.png
1539share/gtk-doc/html/libgimpwidgets/stock-tool-crop-22.png 1668share/gtk-doc/html/libgimpwidgets/stock-tool-crop-22.png
1540share/gtk-doc/html/libgimpwidgets/stock-tool-curves-16.png 1669share/gtk-doc/html/libgimpwidgets/stock-tool-curves-16.png
1541share/gtk-doc/html/libgimpwidgets/stock-tool-curves-22.png 1670share/gtk-doc/html/libgimpwidgets/stock-tool-curves-22.png
 1671share/gtk-doc/html/libgimpwidgets/stock-tool-desaturate-16.png
 1672share/gtk-doc/html/libgimpwidgets/stock-tool-desaturate-22.png
1542share/gtk-doc/html/libgimpwidgets/stock-tool-dodge-16.png 1673share/gtk-doc/html/libgimpwidgets/stock-tool-dodge-16.png
1543share/gtk-doc/html/libgimpwidgets/stock-tool-dodge-22.png 1674share/gtk-doc/html/libgimpwidgets/stock-tool-dodge-22.png
1544share/gtk-doc/html/libgimpwidgets/stock-tool-ellipse-select-16.png 1675share/gtk-doc/html/libgimpwidgets/stock-tool-ellipse-select-16.png
1545share/gtk-doc/html/libgimpwidgets/stock-tool-ellipse-select-22.png 1676share/gtk-doc/html/libgimpwidgets/stock-tool-ellipse-select-22.png
1546share/gtk-doc/html/libgimpwidgets/stock-tool-eraser-16.png 1677share/gtk-doc/html/libgimpwidgets/stock-tool-eraser-16.png
1547share/gtk-doc/html/libgimpwidgets/stock-tool-eraser-22.png 1678share/gtk-doc/html/libgimpwidgets/stock-tool-eraser-22.png
1548share/gtk-doc/html/libgimpwidgets/stock-tool-flip-16.png 1679share/gtk-doc/html/libgimpwidgets/stock-tool-flip-16.png
1549share/gtk-doc/html/libgimpwidgets/stock-tool-flip-22.png 1680share/gtk-doc/html/libgimpwidgets/stock-tool-flip-22.png
1550share/gtk-doc/html/libgimpwidgets/stock-tool-foreground-select-16.png 1681share/gtk-doc/html/libgimpwidgets/stock-tool-foreground-select-16.png
1551share/gtk-doc/html/libgimpwidgets/stock-tool-foreground-select-22.png 1682share/gtk-doc/html/libgimpwidgets/stock-tool-foreground-select-22.png
1552share/gtk-doc/html/libgimpwidgets/stock-tool-free-select-16.png 1683share/gtk-doc/html/libgimpwidgets/stock-tool-free-select-16.png
1553share/gtk-doc/html/libgimpwidgets/stock-tool-free-select-22.png 1684share/gtk-doc/html/libgimpwidgets/stock-tool-free-select-22.png
1554share/gtk-doc/html/libgimpwidgets/stock-tool-fuzzy-select-16.png 1685share/gtk-doc/html/libgimpwidgets/stock-tool-fuzzy-select-16.png
@@ -1571,26 +1702,28 @@ share/gtk-doc/html/libgimpwidgets/stock- @@ -1571,26 +1702,28 @@ share/gtk-doc/html/libgimpwidgets/stock-
1571share/gtk-doc/html/libgimpwidgets/stock-tool-options-24.png 1702share/gtk-doc/html/libgimpwidgets/stock-tool-options-24.png
1572share/gtk-doc/html/libgimpwidgets/stock-tool-paintbrush-16.png 1703share/gtk-doc/html/libgimpwidgets/stock-tool-paintbrush-16.png
1573share/gtk-doc/html/libgimpwidgets/stock-tool-paintbrush-22.png 1704share/gtk-doc/html/libgimpwidgets/stock-tool-paintbrush-22.png
1574share/gtk-doc/html/libgimpwidgets/stock-tool-path-16.png 1705share/gtk-doc/html/libgimpwidgets/stock-tool-path-16.png
1575share/gtk-doc/html/libgimpwidgets/stock-tool-path-22.png 1706share/gtk-doc/html/libgimpwidgets/stock-tool-path-22.png
1576share/gtk-doc/html/libgimpwidgets/stock-tool-pencil-16.png 1707share/gtk-doc/html/libgimpwidgets/stock-tool-pencil-16.png
1577share/gtk-doc/html/libgimpwidgets/stock-tool-pencil-22.png 1708share/gtk-doc/html/libgimpwidgets/stock-tool-pencil-22.png
1578share/gtk-doc/html/libgimpwidgets/stock-tool-perspective-16.png 1709share/gtk-doc/html/libgimpwidgets/stock-tool-perspective-16.png
1579share/gtk-doc/html/libgimpwidgets/stock-tool-perspective-22.png 1710share/gtk-doc/html/libgimpwidgets/stock-tool-perspective-22.png
1580share/gtk-doc/html/libgimpwidgets/stock-tool-perspective-clone-16.png 1711share/gtk-doc/html/libgimpwidgets/stock-tool-perspective-clone-16.png
1581share/gtk-doc/html/libgimpwidgets/stock-tool-perspective-clone-22.png 1712share/gtk-doc/html/libgimpwidgets/stock-tool-perspective-clone-22.png
1582share/gtk-doc/html/libgimpwidgets/stock-tool-posterize-16.png 1713share/gtk-doc/html/libgimpwidgets/stock-tool-posterize-16.png
1583share/gtk-doc/html/libgimpwidgets/stock-tool-posterize-22.png 1714share/gtk-doc/html/libgimpwidgets/stock-tool-posterize-22.png
 1715share/gtk-doc/html/libgimpwidgets/stock-tool-preset-16.png
 1716share/gtk-doc/html/libgimpwidgets/stock-tool-preset-22.png
1584share/gtk-doc/html/libgimpwidgets/stock-tool-rect-select-16.png 1717share/gtk-doc/html/libgimpwidgets/stock-tool-rect-select-16.png
1585share/gtk-doc/html/libgimpwidgets/stock-tool-rect-select-22.png 1718share/gtk-doc/html/libgimpwidgets/stock-tool-rect-select-22.png
1586share/gtk-doc/html/libgimpwidgets/stock-tool-rotate-16.png 1719share/gtk-doc/html/libgimpwidgets/stock-tool-rotate-16.png
1587share/gtk-doc/html/libgimpwidgets/stock-tool-rotate-22.png 1720share/gtk-doc/html/libgimpwidgets/stock-tool-rotate-22.png
1588share/gtk-doc/html/libgimpwidgets/stock-tool-scale-16.png 1721share/gtk-doc/html/libgimpwidgets/stock-tool-scale-16.png
1589share/gtk-doc/html/libgimpwidgets/stock-tool-scale-22.png 1722share/gtk-doc/html/libgimpwidgets/stock-tool-scale-22.png
1590share/gtk-doc/html/libgimpwidgets/stock-tool-shear-16.png 1723share/gtk-doc/html/libgimpwidgets/stock-tool-shear-16.png
1591share/gtk-doc/html/libgimpwidgets/stock-tool-shear-22.png 1724share/gtk-doc/html/libgimpwidgets/stock-tool-shear-22.png
1592share/gtk-doc/html/libgimpwidgets/stock-tool-smudge-16.png 1725share/gtk-doc/html/libgimpwidgets/stock-tool-smudge-16.png
1593share/gtk-doc/html/libgimpwidgets/stock-tool-smudge-22.png 1726share/gtk-doc/html/libgimpwidgets/stock-tool-smudge-22.png
1594share/gtk-doc/html/libgimpwidgets/stock-tool-text-16.png 1727share/gtk-doc/html/libgimpwidgets/stock-tool-text-16.png
1595share/gtk-doc/html/libgimpwidgets/stock-tool-text-22.png 1728share/gtk-doc/html/libgimpwidgets/stock-tool-text-22.png
1596share/gtk-doc/html/libgimpwidgets/stock-tool-threshold-16.png 1729share/gtk-doc/html/libgimpwidgets/stock-tool-threshold-16.png
@@ -1617,75 +1750,78 @@ share/gtk-doc/html/libgimpwidgets/stock- @@ -1617,75 +1750,78 @@ share/gtk-doc/html/libgimpwidgets/stock-
1617share/gtk-doc/html/libgimpwidgets/stock-warning-64.png 1750share/gtk-doc/html/libgimpwidgets/stock-warning-64.png
1618share/gtk-doc/html/libgimpwidgets/stock-web-16.png 1751share/gtk-doc/html/libgimpwidgets/stock-web-16.png
1619share/gtk-doc/html/libgimpwidgets/stock-web-24.png 1752share/gtk-doc/html/libgimpwidgets/stock-web-24.png
1620share/gtk-doc/html/libgimpwidgets/stock-wilber-16.png 1753share/gtk-doc/html/libgimpwidgets/stock-wilber-16.png
1621share/gtk-doc/html/libgimpwidgets/stock-wilber-22.png 1754share/gtk-doc/html/libgimpwidgets/stock-wilber-22.png
1622share/gtk-doc/html/libgimpwidgets/stock-wilber-64.png 1755share/gtk-doc/html/libgimpwidgets/stock-wilber-64.png
1623share/gtk-doc/html/libgimpwidgets/stock-wilber-eek-64.png 1756share/gtk-doc/html/libgimpwidgets/stock-wilber-eek-64.png
1624share/gtk-doc/html/libgimpwidgets/stock-zoom-follow-window-12.png 1757share/gtk-doc/html/libgimpwidgets/stock-zoom-follow-window-12.png
1625share/gtk-doc/html/libgimpwidgets/style.css 1758share/gtk-doc/html/libgimpwidgets/style.css
1626share/gtk-doc/html/libgimpwidgets/up.png 1759share/gtk-doc/html/libgimpwidgets/up.png
1627share/icons/hicolor/16x16/apps/gimp.png 1760share/icons/hicolor/16x16/apps/gimp.png
1628share/icons/hicolor/22x22/apps/gimp.png 1761share/icons/hicolor/22x22/apps/gimp.png
1629share/icons/hicolor/24x24/apps/gimp.png 1762share/icons/hicolor/24x24/apps/gimp.png
 1763share/icons/hicolor/256x256/apps/gimp.png
1630share/icons/hicolor/32x32/apps/gimp.png 1764share/icons/hicolor/32x32/apps/gimp.png
1631share/icons/hicolor/48x48/apps/gimp.png 1765share/icons/hicolor/48x48/apps/gimp.png
1632share/icons/hicolor/64x64/apps/gimp.png 
1633share/icons/hicolor/scalable/apps/gimp.svg 
1634share/locale/am/LC_MESSAGES/gimp20.mo 1766share/locale/am/LC_MESSAGES/gimp20.mo
1635share/locale/ar/LC_MESSAGES/gimp20-libgimp.mo 1767share/locale/ar/LC_MESSAGES/gimp20-libgimp.mo
1636share/locale/ar/LC_MESSAGES/gimp20-python.mo 1768share/locale/ar/LC_MESSAGES/gimp20-python.mo
1637share/locale/ar/LC_MESSAGES/gimp20-script-fu.mo 1769share/locale/ar/LC_MESSAGES/gimp20-script-fu.mo
1638share/locale/ar/LC_MESSAGES/gimp20-std-plug-ins.mo 1770share/locale/ar/LC_MESSAGES/gimp20-std-plug-ins.mo
1639share/locale/ar/LC_MESSAGES/gimp20-tips.mo 1771share/locale/ar/LC_MESSAGES/gimp20-tips.mo
1640share/locale/ar/LC_MESSAGES/gimp20.mo 1772share/locale/ar/LC_MESSAGES/gimp20.mo
1641share/locale/ast/LC_MESSAGES/gimp20-libgimp.mo 
1642share/locale/ast/LC_MESSAGES/gimp20-script-fu.mo 
1643share/locale/ast/LC_MESSAGES/gimp20-std-plug-ins.mo 
1644share/locale/ast/LC_MESSAGES/gimp20.mo 1773share/locale/ast/LC_MESSAGES/gimp20.mo
1645share/locale/az/LC_MESSAGES/gimp20-libgimp.mo 1774share/locale/az/LC_MESSAGES/gimp20-libgimp.mo
1646share/locale/az/LC_MESSAGES/gimp20-python.mo 1775share/locale/az/LC_MESSAGES/gimp20-python.mo
1647share/locale/az/LC_MESSAGES/gimp20-script-fu.mo 1776share/locale/az/LC_MESSAGES/gimp20-script-fu.mo
1648share/locale/az/LC_MESSAGES/gimp20.mo 1777share/locale/az/LC_MESSAGES/gimp20.mo
1649share/locale/be/LC_MESSAGES/gimp20-libgimp.mo 1778share/locale/be/LC_MESSAGES/gimp20-libgimp.mo
1650share/locale/be/LC_MESSAGES/gimp20-python.mo 1779share/locale/be/LC_MESSAGES/gimp20-python.mo
1651share/locale/be/LC_MESSAGES/gimp20-script-fu.mo 1780share/locale/be/LC_MESSAGES/gimp20-script-fu.mo
1652share/locale/be/LC_MESSAGES/gimp20-std-plug-ins.mo 1781share/locale/be/LC_MESSAGES/gimp20-std-plug-ins.mo
1653share/locale/be/LC_MESSAGES/gimp20-tips.mo 1782share/locale/be/LC_MESSAGES/gimp20-tips.mo
1654share/locale/be/LC_MESSAGES/gimp20.mo 1783share/locale/be/LC_MESSAGES/gimp20.mo
1655share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo 1784share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo
1656share/locale/bg/LC_MESSAGES/gimp20-python.mo 1785share/locale/bg/LC_MESSAGES/gimp20-python.mo
1657share/locale/bg/LC_MESSAGES/gimp20-script-fu.mo 1786share/locale/bg/LC_MESSAGES/gimp20-script-fu.mo
1658share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo 1787share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo
1659share/locale/bg/LC_MESSAGES/gimp20-tips.mo 1788share/locale/bg/LC_MESSAGES/gimp20-tips.mo
1660share/locale/bg/LC_MESSAGES/gimp20.mo 1789share/locale/bg/LC_MESSAGES/gimp20.mo
 1790share/locale/br/LC_MESSAGES/gimp20-libgimp.mo
 1791share/locale/br/LC_MESSAGES/gimp20-python.mo
 1792share/locale/br/LC_MESSAGES/gimp20-script-fu.mo
 1793share/locale/br/LC_MESSAGES/gimp20-std-plug-ins.mo
 1794share/locale/br/LC_MESSAGES/gimp20-tips.mo
 1795share/locale/br/LC_MESSAGES/gimp20.mo
1661share/locale/ca/LC_MESSAGES/gimp20-libgimp.mo 1796share/locale/ca/LC_MESSAGES/gimp20-libgimp.mo
1662share/locale/ca/LC_MESSAGES/gimp20-python.mo 1797share/locale/ca/LC_MESSAGES/gimp20-python.mo
1663share/locale/ca/LC_MESSAGES/gimp20-script-fu.mo 1798share/locale/ca/LC_MESSAGES/gimp20-script-fu.mo
1664share/locale/ca/LC_MESSAGES/gimp20-std-plug-ins.mo 1799share/locale/ca/LC_MESSAGES/gimp20-std-plug-ins.mo
1665share/locale/ca/LC_MESSAGES/gimp20-tips.mo 1800share/locale/ca/LC_MESSAGES/gimp20-tips.mo
1666share/locale/ca/LC_MESSAGES/gimp20.mo 1801share/locale/ca/LC_MESSAGES/gimp20.mo
1667share/locale/ca@valencia/LC_MESSAGES/gimp20-libgimp.mo 1802share/locale/ca@valencia/LC_MESSAGES/gimp20-libgimp.mo
1668share/locale/ca@valencia/LC_MESSAGES/gimp20-python.mo 1803share/locale/ca@valencia/LC_MESSAGES/gimp20-python.mo
1669share/locale/ca@valencia/LC_MESSAGES/gimp20-script-fu.mo 1804share/locale/ca@valencia/LC_MESSAGES/gimp20-script-fu.mo
1670share/locale/ca@valencia/LC_MESSAGES/gimp20-std-plug-ins.mo 1805share/locale/ca@valencia/LC_MESSAGES/gimp20-std-plug-ins.mo
1671share/locale/ca@valencia/LC_MESSAGES/gimp20-tips.mo 1806share/locale/ca@valencia/LC_MESSAGES/gimp20-tips.mo
1672share/locale/ca@valencia/LC_MESSAGES/gimp20.mo 1807share/locale/ca@valencia/LC_MESSAGES/gimp20.mo
1673share/locale/cs/LC_MESSAGES/gimp20-libgimp.mo 1808share/locale/cs/LC_MESSAGES/gimp20-libgimp.mo
1674share/locale/cs/LC_MESSAGES/gimp20-python.mo 1809share/locale/cs/LC_MESSAGES/gimp20-python.mo
1675share/locale/cs/LC_MESSAGES/gimp20-script-fu.mo 1810share/locale/cs/LC_MESSAGES/gimp20-script-fu.mo
1676share/locale/cs/LC_MESSAGES/gimp20-std-plug-ins.mo 1811share/locale/cs/LC_MESSAGES/gimp20-std-plug-ins.mo
1677share/locale/cs/LC_MESSAGES/gimp20-tips.mo 1812share/locale/cs/LC_MESSAGES/gimp20-tips.mo
1678share/locale/cs/LC_MESSAGES/gimp20.mo 1813share/locale/cs/LC_MESSAGES/gimp20.mo
 1814share/locale/csb/LC_MESSAGES/gimp20.mo
1679share/locale/da/LC_MESSAGES/gimp20-libgimp.mo 1815share/locale/da/LC_MESSAGES/gimp20-libgimp.mo
1680share/locale/da/LC_MESSAGES/gimp20-python.mo 1816share/locale/da/LC_MESSAGES/gimp20-python.mo
1681share/locale/da/LC_MESSAGES/gimp20-script-fu.mo 1817share/locale/da/LC_MESSAGES/gimp20-script-fu.mo
1682share/locale/da/LC_MESSAGES/gimp20-std-plug-ins.mo 1818share/locale/da/LC_MESSAGES/gimp20-std-plug-ins.mo
1683share/locale/da/LC_MESSAGES/gimp20-tips.mo 1819share/locale/da/LC_MESSAGES/gimp20-tips.mo
1684share/locale/da/LC_MESSAGES/gimp20.mo 1820share/locale/da/LC_MESSAGES/gimp20.mo
1685share/locale/de/LC_MESSAGES/gimp20-libgimp.mo 1821share/locale/de/LC_MESSAGES/gimp20-libgimp.mo
1686share/locale/de/LC_MESSAGES/gimp20-python.mo 1822share/locale/de/LC_MESSAGES/gimp20-python.mo
1687share/locale/de/LC_MESSAGES/gimp20-script-fu.mo 1823share/locale/de/LC_MESSAGES/gimp20-script-fu.mo
1688share/locale/de/LC_MESSAGES/gimp20-std-plug-ins.mo 1824share/locale/de/LC_MESSAGES/gimp20-std-plug-ins.mo
1689share/locale/de/LC_MESSAGES/gimp20-tips.mo 1825share/locale/de/LC_MESSAGES/gimp20-tips.mo
1690share/locale/de/LC_MESSAGES/gimp20.mo 1826share/locale/de/LC_MESSAGES/gimp20.mo
1691share/locale/dz/LC_MESSAGES/gimp20-libgimp.mo 1827share/locale/dz/LC_MESSAGES/gimp20-libgimp.mo
@@ -1780,28 +1916,30 @@ share/locale/hi/LC_MESSAGES/gimp20.mo @@ -1780,28 +1916,30 @@ share/locale/hi/LC_MESSAGES/gimp20.mo
1780share/locale/hr/LC_MESSAGES/gimp20-libgimp.mo 1916share/locale/hr/LC_MESSAGES/gimp20-libgimp.mo
1781share/locale/hr/LC_MESSAGES/gimp20-python.mo 1917share/locale/hr/LC_MESSAGES/gimp20-python.mo
1782share/locale/hr/LC_MESSAGES/gimp20-script-fu.mo 1918share/locale/hr/LC_MESSAGES/gimp20-script-fu.mo
1783share/locale/hr/LC_MESSAGES/gimp20-std-plug-ins.mo 1919share/locale/hr/LC_MESSAGES/gimp20-std-plug-ins.mo
1784share/locale/hr/LC_MESSAGES/gimp20-tips.mo 1920share/locale/hr/LC_MESSAGES/gimp20-tips.mo
1785share/locale/hr/LC_MESSAGES/gimp20.mo 1921share/locale/hr/LC_MESSAGES/gimp20.mo
1786share/locale/hu/LC_MESSAGES/gimp20-libgimp.mo 1922share/locale/hu/LC_MESSAGES/gimp20-libgimp.mo
1787share/locale/hu/LC_MESSAGES/gimp20-python.mo 1923share/locale/hu/LC_MESSAGES/gimp20-python.mo
1788share/locale/hu/LC_MESSAGES/gimp20-script-fu.mo 1924share/locale/hu/LC_MESSAGES/gimp20-script-fu.mo
1789share/locale/hu/LC_MESSAGES/gimp20-std-plug-ins.mo 1925share/locale/hu/LC_MESSAGES/gimp20-std-plug-ins.mo
1790share/locale/hu/LC_MESSAGES/gimp20-tips.mo 1926share/locale/hu/LC_MESSAGES/gimp20-tips.mo
1791share/locale/hu/LC_MESSAGES/gimp20.mo 1927share/locale/hu/LC_MESSAGES/gimp20.mo
1792share/locale/id/LC_MESSAGES/gimp20-libgimp.mo 1928share/locale/id/LC_MESSAGES/gimp20-libgimp.mo
 1929share/locale/id/LC_MESSAGES/gimp20-python.mo
1793share/locale/id/LC_MESSAGES/gimp20-script-fu.mo 1930share/locale/id/LC_MESSAGES/gimp20-script-fu.mo
1794share/locale/id/LC_MESSAGES/gimp20-std-plug-ins.mo 1931share/locale/id/LC_MESSAGES/gimp20-std-plug-ins.mo
 1932share/locale/id/LC_MESSAGES/gimp20-tips.mo
1795share/locale/id/LC_MESSAGES/gimp20.mo 1933share/locale/id/LC_MESSAGES/gimp20.mo
1796share/locale/is/LC_MESSAGES/gimp20-libgimp.mo 1934share/locale/is/LC_MESSAGES/gimp20-libgimp.mo
1797share/locale/is/LC_MESSAGES/gimp20-python.mo 1935share/locale/is/LC_MESSAGES/gimp20-python.mo
1798share/locale/is/LC_MESSAGES/gimp20-script-fu.mo 1936share/locale/is/LC_MESSAGES/gimp20-script-fu.mo
1799share/locale/is/LC_MESSAGES/gimp20-std-plug-ins.mo 1937share/locale/is/LC_MESSAGES/gimp20-std-plug-ins.mo
1800share/locale/is/LC_MESSAGES/gimp20-tips.mo 1938share/locale/is/LC_MESSAGES/gimp20-tips.mo
1801share/locale/is/LC_MESSAGES/gimp20.mo 1939share/locale/is/LC_MESSAGES/gimp20.mo
1802share/locale/it/LC_MESSAGES/gimp20-libgimp.mo 1940share/locale/it/LC_MESSAGES/gimp20-libgimp.mo
1803share/locale/it/LC_MESSAGES/gimp20-python.mo 1941share/locale/it/LC_MESSAGES/gimp20-python.mo
1804share/locale/it/LC_MESSAGES/gimp20-script-fu.mo 1942share/locale/it/LC_MESSAGES/gimp20-script-fu.mo
1805share/locale/it/LC_MESSAGES/gimp20-std-plug-ins.mo 1943share/locale/it/LC_MESSAGES/gimp20-std-plug-ins.mo
1806share/locale/it/LC_MESSAGES/gimp20-tips.mo 1944share/locale/it/LC_MESSAGES/gimp20-tips.mo
1807share/locale/it/LC_MESSAGES/gimp20.mo 1945share/locale/it/LC_MESSAGES/gimp20.mo
@@ -1837,32 +1975,26 @@ share/locale/lt/LC_MESSAGES/gimp20.mo @@ -1837,32 +1975,26 @@ share/locale/lt/LC_MESSAGES/gimp20.mo
1837share/locale/lv/LC_MESSAGES/gimp20-libgimp.mo 1975share/locale/lv/LC_MESSAGES/gimp20-libgimp.mo
1838share/locale/lv/LC_MESSAGES/gimp20-python.mo 1976share/locale/lv/LC_MESSAGES/gimp20-python.mo
1839share/locale/lv/LC_MESSAGES/gimp20-script-fu.mo 1977share/locale/lv/LC_MESSAGES/gimp20-script-fu.mo
1840share/locale/lv/LC_MESSAGES/gimp20-std-plug-ins.mo 1978share/locale/lv/LC_MESSAGES/gimp20-std-plug-ins.mo
1841share/locale/lv/LC_MESSAGES/gimp20-tips.mo 1979share/locale/lv/LC_MESSAGES/gimp20-tips.mo
1842share/locale/lv/LC_MESSAGES/gimp20.mo 1980share/locale/lv/LC_MESSAGES/gimp20.mo
1843share/locale/mk/LC_MESSAGES/gimp20-libgimp.mo 1981share/locale/mk/LC_MESSAGES/gimp20-libgimp.mo
1844share/locale/mk/LC_MESSAGES/gimp20-python.mo 1982share/locale/mk/LC_MESSAGES/gimp20-python.mo
1845share/locale/mk/LC_MESSAGES/gimp20-script-fu.mo 1983share/locale/mk/LC_MESSAGES/gimp20-script-fu.mo
1846share/locale/mk/LC_MESSAGES/gimp20-std-plug-ins.mo 1984share/locale/mk/LC_MESSAGES/gimp20-std-plug-ins.mo
1847share/locale/mk/LC_MESSAGES/gimp20-tips.mo 1985share/locale/mk/LC_MESSAGES/gimp20-tips.mo
1848share/locale/mk/LC_MESSAGES/gimp20.mo 1986share/locale/mk/LC_MESSAGES/gimp20.mo
1849share/locale/ml/LC_MESSAGES/gimp20.mo 1987share/locale/ml/LC_MESSAGES/gimp20.mo
1850share/locale/mr/LC_MESSAGES/gimp20-libgimp.mo 
1851share/locale/mr/LC_MESSAGES/gimp20-python.mo 
1852share/locale/mr/LC_MESSAGES/gimp20-script-fu.mo 
1853share/locale/mr/LC_MESSAGES/gimp20-std-plug-ins.mo 
1854share/locale/mr/LC_MESSAGES/gimp20-tips.mo 
1855share/locale/mr/LC_MESSAGES/gimp20.mo 
1856share/locale/ms/LC_MESSAGES/gimp20-libgimp.mo 1988share/locale/ms/LC_MESSAGES/gimp20-libgimp.mo
1857share/locale/ms/LC_MESSAGES/gimp20-python.mo 1989share/locale/ms/LC_MESSAGES/gimp20-python.mo
1858share/locale/ms/LC_MESSAGES/gimp20-script-fu.mo 1990share/locale/ms/LC_MESSAGES/gimp20-script-fu.mo
1859share/locale/ms/LC_MESSAGES/gimp20-std-plug-ins.mo 1991share/locale/ms/LC_MESSAGES/gimp20-std-plug-ins.mo
1860share/locale/ms/LC_MESSAGES/gimp20-tips.mo 1992share/locale/ms/LC_MESSAGES/gimp20-tips.mo
1861share/locale/ms/LC_MESSAGES/gimp20.mo 1993share/locale/ms/LC_MESSAGES/gimp20.mo
1862share/locale/my/LC_MESSAGES/gimp20-libgimp.mo 1994share/locale/my/LC_MESSAGES/gimp20-libgimp.mo
1863share/locale/my/LC_MESSAGES/gimp20-python.mo 1995share/locale/my/LC_MESSAGES/gimp20-python.mo
1864share/locale/my/LC_MESSAGES/gimp20-script-fu.mo 1996share/locale/my/LC_MESSAGES/gimp20-script-fu.mo
1865share/locale/my/LC_MESSAGES/gimp20-std-plug-ins.mo 1997share/locale/my/LC_MESSAGES/gimp20-std-plug-ins.mo
1866share/locale/my/LC_MESSAGES/gimp20-tips.mo 1998share/locale/my/LC_MESSAGES/gimp20-tips.mo
1867share/locale/my/LC_MESSAGES/gimp20.mo 1999share/locale/my/LC_MESSAGES/gimp20.mo
1868share/locale/nb/LC_MESSAGES/gimp20-libgimp.mo 2000share/locale/nb/LC_MESSAGES/gimp20-libgimp.mo
@@ -1885,29 +2017,26 @@ share/locale/nl/LC_MESSAGES/gimp20-std-p @@ -1885,29 +2017,26 @@ share/locale/nl/LC_MESSAGES/gimp20-std-p
1885share/locale/nl/LC_MESSAGES/gimp20-tips.mo 2017share/locale/nl/LC_MESSAGES/gimp20-tips.mo
1886share/locale/nl/LC_MESSAGES/gimp20.mo 2018share/locale/nl/LC_MESSAGES/gimp20.mo
1887share/locale/nn/LC_MESSAGES/gimp20-libgimp.mo 2019share/locale/nn/LC_MESSAGES/gimp20-libgimp.mo
1888share/locale/nn/LC_MESSAGES/gimp20-python.mo 2020share/locale/nn/LC_MESSAGES/gimp20-python.mo
1889share/locale/nn/LC_MESSAGES/gimp20-script-fu.mo 2021share/locale/nn/LC_MESSAGES/gimp20-script-fu.mo
1890share/locale/nn/LC_MESSAGES/gimp20-std-plug-ins.mo 2022share/locale/nn/LC_MESSAGES/gimp20-std-plug-ins.mo
1891share/locale/nn/LC_MESSAGES/gimp20-tips.mo 2023share/locale/nn/LC_MESSAGES/gimp20-tips.mo
1892share/locale/nn/LC_MESSAGES/gimp20.mo 2024share/locale/nn/LC_MESSAGES/gimp20.mo
1893share/locale/oc/LC_MESSAGES/gimp20-libgimp.mo 2025share/locale/oc/LC_MESSAGES/gimp20-libgimp.mo
1894share/locale/oc/LC_MESSAGES/gimp20-python.mo 2026share/locale/oc/LC_MESSAGES/gimp20-python.mo
1895share/locale/oc/LC_MESSAGES/gimp20-script-fu.mo 2027share/locale/oc/LC_MESSAGES/gimp20-script-fu.mo
1896share/locale/oc/LC_MESSAGES/gimp20-std-plug-ins.mo 2028share/locale/oc/LC_MESSAGES/gimp20-std-plug-ins.mo
1897share/locale/oc/LC_MESSAGES/gimp20.mo 2029share/locale/oc/LC_MESSAGES/gimp20.mo
1898share/locale/or/LC_MESSAGES/gimp20-python.mo 
1899share/locale/or/LC_MESSAGES/gimp20-std-plug-ins.mo 
1900share/locale/or/LC_MESSAGES/gimp20.mo 
1901share/locale/pa/LC_MESSAGES/gimp20-libgimp.mo 2030share/locale/pa/LC_MESSAGES/gimp20-libgimp.mo
1902share/locale/pa/LC_MESSAGES/gimp20-python.mo 2031share/locale/pa/LC_MESSAGES/gimp20-python.mo
1903share/locale/pa/LC_MESSAGES/gimp20-script-fu.mo 2032share/locale/pa/LC_MESSAGES/gimp20-script-fu.mo
1904share/locale/pa/LC_MESSAGES/gimp20-std-plug-ins.mo 2033share/locale/pa/LC_MESSAGES/gimp20-std-plug-ins.mo
1905share/locale/pa/LC_MESSAGES/gimp20-tips.mo 2034share/locale/pa/LC_MESSAGES/gimp20-tips.mo
1906share/locale/pa/LC_MESSAGES/gimp20.mo 2035share/locale/pa/LC_MESSAGES/gimp20.mo
1907share/locale/pl/LC_MESSAGES/gimp20-libgimp.mo 2036share/locale/pl/LC_MESSAGES/gimp20-libgimp.mo
1908share/locale/pl/LC_MESSAGES/gimp20-python.mo 2037share/locale/pl/LC_MESSAGES/gimp20-python.mo
1909share/locale/pl/LC_MESSAGES/gimp20-script-fu.mo 2038share/locale/pl/LC_MESSAGES/gimp20-script-fu.mo
1910share/locale/pl/LC_MESSAGES/gimp20-std-plug-ins.mo 2039share/locale/pl/LC_MESSAGES/gimp20-std-plug-ins.mo
1911share/locale/pl/LC_MESSAGES/gimp20-tips.mo 2040share/locale/pl/LC_MESSAGES/gimp20-tips.mo
1912share/locale/pl/LC_MESSAGES/gimp20.mo 2041share/locale/pl/LC_MESSAGES/gimp20.mo
1913share/locale/pt/LC_MESSAGES/gimp20-libgimp.mo 2042share/locale/pt/LC_MESSAGES/gimp20-libgimp.mo
@@ -1961,27 +2090,35 @@ share/locale/sr/LC_MESSAGES/gimp20-tips. @@ -1961,27 +2090,35 @@ share/locale/sr/LC_MESSAGES/gimp20-tips.
1961share/locale/sr/LC_MESSAGES/gimp20.mo 2090share/locale/sr/LC_MESSAGES/gimp20.mo
1962share/locale/sr@latin/LC_MESSAGES/gimp20-libgimp.mo 2091share/locale/sr@latin/LC_MESSAGES/gimp20-libgimp.mo
1963share/locale/sr@latin/LC_MESSAGES/gimp20-python.mo 2092share/locale/sr@latin/LC_MESSAGES/gimp20-python.mo
1964share/locale/sr@latin/LC_MESSAGES/gimp20-script-fu.mo 2093share/locale/sr@latin/LC_MESSAGES/gimp20-script-fu.mo
1965share/locale/sr@latin/LC_MESSAGES/gimp20-std-plug-ins.mo 2094share/locale/sr@latin/LC_MESSAGES/gimp20-std-plug-ins.mo
1966share/locale/sr@latin/LC_MESSAGES/gimp20-tips.mo 2095share/locale/sr@latin/LC_MESSAGES/gimp20-tips.mo
1967share/locale/sr@latin/LC_MESSAGES/gimp20.mo 2096share/locale/sr@latin/LC_MESSAGES/gimp20.mo
1968share/locale/sv/LC_MESSAGES/gimp20-libgimp.mo 2097share/locale/sv/LC_MESSAGES/gimp20-libgimp.mo
1969share/locale/sv/LC_MESSAGES/gimp20-python.mo 2098share/locale/sv/LC_MESSAGES/gimp20-python.mo
1970share/locale/sv/LC_MESSAGES/gimp20-script-fu.mo 2099share/locale/sv/LC_MESSAGES/gimp20-script-fu.mo
1971share/locale/sv/LC_MESSAGES/gimp20-std-plug-ins.mo 2100share/locale/sv/LC_MESSAGES/gimp20-std-plug-ins.mo
1972share/locale/sv/LC_MESSAGES/gimp20-tips.mo 2101share/locale/sv/LC_MESSAGES/gimp20-tips.mo
1973share/locale/sv/LC_MESSAGES/gimp20.mo 2102share/locale/sv/LC_MESSAGES/gimp20.mo
 2103share/locale/ta/LC_MESSAGES/gimp20-libgimp.mo
 2104share/locale/ta/LC_MESSAGES/gimp20-python.mo
 2105share/locale/ta/LC_MESSAGES/gimp20-script-fu.mo
 2106share/locale/ta/LC_MESSAGES/gimp20-tips.mo
1974share/locale/ta/LC_MESSAGES/gimp20.mo 2107share/locale/ta/LC_MESSAGES/gimp20.mo
 2108share/locale/te/LC_MESSAGES/gimp20-libgimp.mo
 2109share/locale/te/LC_MESSAGES/gimp20-python.mo
 2110share/locale/te/LC_MESSAGES/gimp20-script-fu.mo
 2111share/locale/te/LC_MESSAGES/gimp20.mo
1975share/locale/th/LC_MESSAGES/gimp20.mo 2112share/locale/th/LC_MESSAGES/gimp20.mo
1976share/locale/tr/LC_MESSAGES/gimp20-libgimp.mo 2113share/locale/tr/LC_MESSAGES/gimp20-libgimp.mo
1977share/locale/tr/LC_MESSAGES/gimp20-python.mo 2114share/locale/tr/LC_MESSAGES/gimp20-python.mo
1978share/locale/tr/LC_MESSAGES/gimp20-script-fu.mo 2115share/locale/tr/LC_MESSAGES/gimp20-script-fu.mo
1979share/locale/tr/LC_MESSAGES/gimp20-std-plug-ins.mo 2116share/locale/tr/LC_MESSAGES/gimp20-std-plug-ins.mo
1980share/locale/tr/LC_MESSAGES/gimp20-tips.mo 2117share/locale/tr/LC_MESSAGES/gimp20-tips.mo
1981share/locale/tr/LC_MESSAGES/gimp20.mo 2118share/locale/tr/LC_MESSAGES/gimp20.mo
1982share/locale/tt/LC_MESSAGES/gimp20.mo 2119share/locale/tt/LC_MESSAGES/gimp20.mo
1983share/locale/uk/LC_MESSAGES/gimp20-libgimp.mo 2120share/locale/uk/LC_MESSAGES/gimp20-libgimp.mo
1984share/locale/uk/LC_MESSAGES/gimp20-python.mo 2121share/locale/uk/LC_MESSAGES/gimp20-python.mo
1985share/locale/uk/LC_MESSAGES/gimp20-script-fu.mo 2122share/locale/uk/LC_MESSAGES/gimp20-script-fu.mo
1986share/locale/uk/LC_MESSAGES/gimp20-std-plug-ins.mo 2123share/locale/uk/LC_MESSAGES/gimp20-std-plug-ins.mo
1987share/locale/uk/LC_MESSAGES/gimp20-tips.mo 2124share/locale/uk/LC_MESSAGES/gimp20-tips.mo

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

--- pkgsrc/graphics/gimp/distinfo 2012/05/04 16:17:38 1.66
+++ pkgsrc/graphics/gimp/distinfo 2012/05/07 08:40:08 1.67
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: distinfo,v 1.66 2012/05/04 16:17:38 joerg Exp $ 1$NetBSD: distinfo,v 1.67 2012/05/07 08:40:08 adam Exp $
2 2
3SHA1 (gimp-2.6.12.tar.bz2) = 82964e3d4eb003239f3443a1bccac53f5d780e15 3SHA1 (gimp-2.8.0.tar.bz2) = 3b20d3dd10d971acbbc9345eb5cb93378c398ebc
4RMD160 (gimp-2.6.12.tar.bz2) = 3c7ae863474dea670eaeb914e333ba6bf50c7fcc 4RMD160 (gimp-2.8.0.tar.bz2) = aeff9275461d0171e22b2281aae28ca4fb4bc63f
5Size (gimp-2.6.12.tar.bz2) = 16745411 bytes 5Size (gimp-2.8.0.tar.bz2) = 20142440 bytes
6SHA1 (patch-aa) = 91b8f1aa493ab9991ec619268143db748bb6bb9d 6SHA1 (patch-aa) = 8107200cc3007e6ae4b9064ee05e5c9a00cca2ef
7SHA1 (patch-ab) = 99a09ad2b0513d28d321b6a698bba3dc6614f2bc 7SHA1 (patch-ab) = 56affce3f484df5e57a646eb5c18d273d1298e7c
8SHA1 (patch-ac) = 42f44b45640bdde305c1e52b95ee633360ebccb8 8SHA1 (patch-ad) = 7863678d59ccf54e2ce61a4ac4b883fb9eb5fb82
9SHA1 (patch-ad) = 4e2ce2f7d8729fb760eac1bad89cfe09fef499b0 9SHA1 (patch-app_Makefile.in) = efbd9e592cdbc154e5a6402279c7d54f3946c65c
10SHA1 (patch-app_Makefile.in) = 356d97e414d1a8b6c0e23b03cc1338d4c0bae028 10SHA1 (patch-app_base_base-utils.c) = 18dfa09c1d63530ff79cd4c3515d9f1077182d64
11SHA1 (patch-app_config_Makefile.in) = 5b7d56eb83aa0e88ccac712256028cd1b7f878e4 11SHA1 (patch-app_config_Makefile.in) = a2fcebd994831fbe0f911efb84c1fecdf2e59198
12SHA1 (patch-devel-docs_app_Makefile.in) = 931ccc245b7d70962d4fa43f30cbd5ddd8773d3b 12SHA1 (patch-devel-docs_app_Makefile.in) = 1eb97f779d5151b9e89b4ae47afb44d1bb3b6a48
13SHA1 (patch-plug-ins_script-fu_script-fu-server.c) = 88c99c5dc97a8a5a8708eed8cbb1d4bb6be1abe0 13SHA1 (patch-plug-ins_script-fu_script-fu-server.c) = 4932d82711c8010cf7b1ff5bfb12031946273c2b

cvs diff -r1.27 -r1.28 pkgsrc/graphics/gimp/patches/patch-aa (expand / switch to unified diff)

--- pkgsrc/graphics/gimp/patches/patch-aa 2012/02/04 21:10:44 1.27
+++ pkgsrc/graphics/gimp/patches/patch-aa 2012/05/07 08:40:08 1.28
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: patch-aa,v 1.27 2012/02/04 21:10:44 adam Exp $ 1$NetBSD: patch-aa,v 1.28 2012/05/07 08:40:08 adam Exp $
2 2
3--- etc/Makefile.in.orig 2010-06-21 20:00:58.000000000 +0000 3--- etc/Makefile.in.orig 2010-06-21 20:00:58.000000000 +0000
4+++ etc/Makefile.in 4+++ etc/Makefile.in
5@@ -344,7 +344,7 @@ gimpdatadir = @gimpdatadir@ 5@@ -398,7 +398,7 @@ gimpdatadir = @gimpdatadir@
6 gimpdir = @gimpdir@ 6 gimpdir = @gimpdir@
7 gimplocaledir = @gimplocaledir@ 7 gimplocaledir = @gimplocaledir@
8 gimpplugindir = @gimpplugindir@ 8 gimpplugindir = @gimpplugindir@
9-gimpsysconfdir = @gimpsysconfdir@ 9-gimpsysconfdir = @gimpsysconfdir@
10+gimpsysconfdir = $(prefix)/share/examples/gimp-2.0 10+gimpsysconfdir = $(prefix)/share/examples/gimp-2.0
11 host = @host@ 11 host = @host@
12 host_alias = @host_alias@ 12 host_alias = @host_alias@
13 host_cpu = @host_cpu@ 13 host_cpu = @host_cpu@

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

--- pkgsrc/graphics/gimp/patches/patch-ab 2012/02/04 21:10:44 1.33
+++ pkgsrc/graphics/gimp/patches/patch-ab 2012/05/07 08:40:08 1.34
@@ -1,28 +1,37 @@ @@ -1,28 +1,37 @@
1$NetBSD: patch-ab,v 1.33 2012/02/04 21:10:44 adam Exp $ 1$NetBSD: patch-ab,v 1.34 2012/05/07 08:40:08 adam Exp $
2 2
3--- configure.orig 2012-01-31 14:25:33.000000000 +0000 3--- configure.orig 2012-05-02 08:56:45.000000000 +0000
4+++ configure 4+++ configure
5@@ -18549,13 +18549,13 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>& 5@@ -19094,13 +19094,13 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&
6 gimp_ok=yes 6 gimp_ok=yes
7 fi 7 fi
8 rm -f conftest* 8 rm -f conftest*
9+ fi 9+ fi
10  10
11 if test "x$gimp_ok" = xyes; then 11 if test "x$gimp_ok" = xyes; then
12  12
13 $as_echo "#define HAVE_SYS_SELECT_H 1" >>confdefs.h 13 $as_echo "#define HAVE_SYS_SELECT_H 1" >>confdefs.h
14  14
15 fi 15 fi
16- fi 16- fi
17 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gimp_ok" >&5 17 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gimp_ok" >&5
18 $as_echo "$gimp_ok" >&6; } 18 $as_echo "$gimp_ok" >&6; }
19 if test "x$gimp_ok" = xno; then 19 if test "x$gimp_ok" = xno; then
20@@ -22231,7 +22231,7 @@ fi 20@@ -22871,7 +22871,7 @@ fi
 21 have_xvfb_run="no (not found)"
 22 fi
 23 fi
 24- if test "x$have_xvfb_run" == "xyes"; then
 25+ if test "x$have_xvfb_run" = "xyes"; then
 26 HAVE_XVFB_RUN_TRUE=
 27 HAVE_XVFB_RUN_FALSE='#'
 28 else
 29@@ -23294,7 +23294,7 @@ fi
21  30
22 gimpdatadir="$datadir/$PACKAGE/2.0" 31 gimpdatadir="$datadir/$PACKAGE/2.0"
23 gimpplugindir="$libdir/$PACKAGE/2.0" 32 gimpplugindir="$libdir/$PACKAGE/2.0"
24-gimpsysconfdir="$sysconfdir/$PACKAGE/2.0" 33-gimpsysconfdir="$sysconfdir/$PACKAGE/2.0"
25+gimpsysconfdir="$sysconfdir" 34+gimpsysconfdir="$sysconfdir"
26  35
27  36
28  37

File Deleted: pkgsrc/graphics/gimp/patches/Attic/patch-ac

cvs diff -r1.11 -r1.12 pkgsrc/graphics/gimp/patches/Attic/patch-ad (expand / switch to unified diff)

--- pkgsrc/graphics/gimp/patches/Attic/patch-ad 2010/10/25 19:06:11 1.11
+++ pkgsrc/graphics/gimp/patches/Attic/patch-ad 2012/05/07 08:40:08 1.12
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1$NetBSD: patch-ad,v 1.11 2010/10/25 19:06:11 adam Exp $ 1$NetBSD: patch-ad,v 1.12 2012/05/07 08:40:08 adam Exp $
2 2
3Disable API deprecated in Mac OS X v10.5 or not available for 64-bit. 3Disable API deprecated in Mac OS X v10.5 or not available for 64-bit.
4 4
5--- plug-ins/twain/tw_mac.c.orig 2010-10-25 18:48:00.000000000 +0000 5--- plug-ins/twain/tw_mac.c.orig 2010-10-25 18:48:00.000000000 +0000
6+++ plug-ins/twain/tw_mac.c 6+++ plug-ins/twain/tw_mac.c
7@@ -193,10 +193,12 @@ static void twainSetupMacUI() 7@@ -192,10 +192,12 @@ static void twainSetupMacUI()
8  8
9 /* Voodoo magic fix inspired by java_swt launcher */ 9 /* Voodoo magic fix inspired by java_swt launcher */
10 /* Without this the icon setting doesn't work about half the time. */ 10 /* Without this the icon setting doesn't work about half the time. */
11+ /* 11+ /*
12 CGrafPtr p = BeginQDContextForApplicationDockTile(); 12 CGrafPtr p = BeginQDContextForApplicationDockTile();
13 EndQDContextForApplicationDockTile(p); 13 EndQDContextForApplicationDockTile(p);
14  14
15 SetApplicationDockTileImage (icon); 15 SetApplicationDockTileImage (icon);
16+ */ 16+ */
17 } 17 }
18  18
19 int 19 int

cvs diff -r1.1 -r1.2 pkgsrc/graphics/gimp/patches/Attic/patch-app_Makefile.in (expand / switch to unified diff)

--- pkgsrc/graphics/gimp/patches/Attic/patch-app_Makefile.in 2012/05/04 16:17:39 1.1
+++ pkgsrc/graphics/gimp/patches/Attic/patch-app_Makefile.in 2012/05/07 08:40:08 1.2
@@ -1,23 +1,48 @@ @@ -1,23 +1,48 @@
1$NetBSD: patch-app_Makefile.in,v 1.1 2012/05/04 16:17:39 joerg Exp $ 1$NetBSD: patch-app_Makefile.in,v 1.2 2012/05/07 08:40:08 adam Exp $
2 2
3--- app/Makefile.in.orig 2012-04-27 17:59:44.000000000 +0000 3--- app/Makefile.in.orig 2012-05-02 08:56:34.000000000 +0000
4+++ app/Makefile.in 4+++ app/Makefile.in
5@@ -556,12 +556,12 @@ INCLUDES = \ 5@@ -638,33 +638,33 @@ INCLUDES = \
6 AM_LDFLAGS = \ 6
7 $(munix) \ 7 # FIXME: core should not depend on xcf
8 $(CARBON_LDFLAGS) \ 8 workaround_that_core_depends_on_xcf = \
9- -u $(SYMPREFIX)xcf_init \ 9- -u $(SYMPREFIX)xcf_init
 10+ -Wl,-u,$(SYMPREFIX)xcf_init
 11
 12
 13 # FIXME: core should not depend on pdb
 14 workaround_that_core_depends_on_pdb = \
10- -u $(SYMPREFIX)internal_procs_init \ 15- -u $(SYMPREFIX)internal_procs_init \
11- -u $(SYMPREFIX)gimp_coords_mix \ 
12- -u $(SYMPREFIX)gimp_curve_map_pixels \ 
13- -u $(SYMPREFIX)gimp_image_map_config_get_type \ 
14- -u $(SYMPREFIX)gimp_plug_in_manager_restore 16- -u $(SYMPREFIX)gimp_plug_in_manager_restore
15+ -Wl,-u,$(SYMPREFIX)xcf_init \ 
16+ -Wl,-u,$(SYMPREFIX)internal_procs_init \ 17+ -Wl,-u,$(SYMPREFIX)internal_procs_init \
17+ -Wl,-u,$(SYMPREFIX)gimp_coords_mix \ 
18+ -Wl,-u,$(SYMPREFIX)gimp_curve_map_pixels \ 
19+ -Wl,-u,$(SYMPREFIX)gimp_image_map_config_get_type \ 
20+ -Wl,-u,$(SYMPREFIX)gimp_plug_in_manager_restore 18+ -Wl,-u,$(SYMPREFIX)gimp_plug_in_manager_restore
21  19
22 gimp_2_6_LDFLAGS = $(AM_LDFLAGS) $(win32_ldflags)  20
23 gimp_2_6_LDADD = \ 21 # FIXME: plug-in should not depend on pdb
 22 workaround_that_plug_in_depends_on_pdb = \
 23- -u $(SYMPREFIX)gimp_pdb_compat_param_spec
 24+ -Wl,-u,$(SYMPREFIX)gimp_pdb_compat_param_spec
 25
 26
 27 # FIXME: file should not depend on plug-in
 28 workaround_that_file_depends_on_plug_in = \
 29- -u $(SYMPREFIX)plug_in_icc_profile_apply_rgb \
 30- -u $(SYMPREFIX)gimp_image_map_config_get_type
 31+ -Wl,-u,$(SYMPREFIX)plug_in_icc_profile_apply_rgb \
 32+ -Wl,-u,$(SYMPREFIX)gimp_image_map_config_get_type
 33
 34
 35 # core, vectors and gegl are on the same architectural layer, prevent
 36 # the linker from panicing
 37 calm_down_linker = \
 38- -u $(SYMPREFIX)gimp_vectors_undo_get_type \
 39- -u $(SYMPREFIX)gimp_vectors_mod_undo_get_type \
 40- -u $(SYMPREFIX)gimp_vectors_prop_undo_get_type \
 41- -u $(SYMPREFIX)gimp_curve_map_pixels
 42+ -Wl,-u,$(SYMPREFIX)gimp_vectors_undo_get_type \
 43+ -Wl,-u,$(SYMPREFIX)gimp_vectors_mod_undo_get_type \
 44+ -Wl,-u,$(SYMPREFIX)gimp_vectors_prop_undo_get_type \
 45+ -Wl,-u,$(SYMPREFIX)gimp_curve_map_pixels
 46
 47 AM_LDFLAGS = \
 48 $(munix) \

cvs diff -r1.1 -r1.2 pkgsrc/graphics/gimp/patches/Attic/patch-app_config_Makefile.in (expand / switch to unified diff)

--- pkgsrc/graphics/gimp/patches/Attic/patch-app_config_Makefile.in 2012/05/04 16:17:39 1.1
+++ pkgsrc/graphics/gimp/patches/Attic/patch-app_config_Makefile.in 2012/05/07 08:40:08 1.2
@@ -1,21 +1,29 @@ @@ -1,21 +1,29 @@
1$NetBSD: patch-app_config_Makefile.in,v 1.1 2012/05/04 16:17:39 joerg Exp $ 1$NetBSD: patch-app_config_Makefile.in,v 1.2 2012/05/07 08:40:08 adam Exp $
2 2
3--- app/config/Makefile.in.orig 2012-04-27 17:59:47.000000000 +0000 3--- app/config/Makefile.in.orig 2012-05-02 08:56:34.000000000 +0000
4+++ app/config/Makefile.in 4+++ app/config/Makefile.in
5@@ -444,11 +444,11 @@ libappconfig_a_SOURCES = \ 5@@ -522,15 +522,15 @@ test_config_DEPENDENCIES = $(gimpconfig_
6 EXTRA_DIST = makefile.msc 6 # We need this due to circular dependencies, see more detailed
7 test_config_DEPENDENCIES = $(gimpconfig_libs) 7 # comments about it in app/Makefile.am
8 test_config_LDFLAGS = \ 8 test_config_LDFLAGS = \
9- -u $(SYMPREFIX)xcf_init \ 9- -u $(SYMPREFIX)xcf_init \
 10- -u $(SYMPREFIX)gimp_pdb_new \
10- -u $(SYMPREFIX)internal_procs_init \ 11- -u $(SYMPREFIX)internal_procs_init \
11- -u $(SYMPREFIX)gimp_coords_mix \ 
12- -u $(SYMPREFIX)gimp_plug_in_manager_restore \ 12- -u $(SYMPREFIX)gimp_plug_in_manager_restore \
 13- -u $(SYMPREFIX)plug_in_icc_profile_apply_rgb \
 14- -u $(SYMPREFIX)gimp_vectors_undo_get_type \
 15- -u $(SYMPREFIX)gimp_vectors_mod_undo_get_type \
 16- -u $(SYMPREFIX)gimp_vectors_prop_undo_get_type \
13- -u $(SYMPREFIX)gimp_image_map_config_get_type 17- -u $(SYMPREFIX)gimp_image_map_config_get_type
14+ -Wl,-u,$(SYMPREFIX)xcf_init \ 18+ -Wl,-u,$(SYMPREFIX)xcf_init \
 19+ -Wl,-u,$(SYMPREFIX)gimp_pdb_new \
15+ -Wl,-u,$(SYMPREFIX)internal_procs_init \ 20+ -Wl,-u,$(SYMPREFIX)internal_procs_init \
16+ -Wl,-u,$(SYMPREFIX)gimp_coords_mix \ 
17+ -Wl,-u,$(SYMPREFIX)gimp_plug_in_manager_restore \ 21+ -Wl,-u,$(SYMPREFIX)gimp_plug_in_manager_restore \
 22+ -Wl,-u,$(SYMPREFIX)plug_in_icc_profile_apply_rgb \
 23+ -Wl,-u,$(SYMPREFIX)gimp_vectors_undo_get_type \
 24+ -Wl,-u,$(SYMPREFIX)gimp_vectors_mod_undo_get_type \
 25+ -Wl,-u,$(SYMPREFIX)gimp_vectors_prop_undo_get_type \
18+ -Wl,-u,$(SYMPREFIX)gimp_image_map_config_get_type 26+ -Wl,-u,$(SYMPREFIX)gimp_image_map_config_get_type
19  27
20 test_config_LDADD = \ 28 test_config_LDADD = \
21 ../widgets/widgets-enums.o \ 29 ../xcf/libappxcf.a \

cvs diff -r1.1 -r1.2 pkgsrc/graphics/gimp/patches/Attic/patch-devel-docs_app_Makefile.in (expand / switch to unified diff)

--- pkgsrc/graphics/gimp/patches/Attic/patch-devel-docs_app_Makefile.in 2012/05/04 16:17:39 1.1
+++ pkgsrc/graphics/gimp/patches/Attic/patch-devel-docs_app_Makefile.in 2012/05/07 08:40:08 1.2
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1$NetBSD: patch-devel-docs_app_Makefile.in,v 1.1 2012/05/04 16:17:39 joerg Exp $ 1$NetBSD: patch-devel-docs_app_Makefile.in,v 1.2 2012/05/07 08:40:08 adam Exp $
2 2
3--- devel-docs/app/Makefile.in.orig 2012-04-27 17:59:56.000000000 +0000 3--- devel-docs/app/Makefile.in.orig 2012-04-27 17:59:56.000000000 +0000
4+++ devel-docs/app/Makefile.in 4+++ devel-docs/app/Makefile.in
5@@ -423,10 +423,10 @@ GTKDOC_CFLAGS = \ 5@@ -473,10 +473,10 @@ GTKDOC_CFLAGS = \
6 -UGTK_DISABLE_SINGLE_INCLUDES 6 -UGTK_DISABLE_SINGLE_INCLUDES
7  7
8 GTKDOC_LIBS = \ 8 GTKDOC_LIBS = \
9- -u $(SYMPREFIX)xcf_init \ 9- -u $(SYMPREFIX)xcf_init \
10- -u $(SYMPREFIX)internal_procs_init \ 10- -u $(SYMPREFIX)internal_procs_init \
11- -u $(SYMPREFIX)gimp_coords_mix \ 11- -u $(SYMPREFIX)gimp_coords_mix \
12- -u $(SYMPREFIX)gimp_plug_in_manager_restore \ 12- -u $(SYMPREFIX)gimp_plug_in_manager_restore \
13+ -Wl,-u,$(SYMPREFIX)xcf_init \ 13+ -Wl,-u,$(SYMPREFIX)xcf_init \
14+ -Wl,-u,$(SYMPREFIX)internal_procs_init \ 14+ -Wl,-u,$(SYMPREFIX)internal_procs_init \
15+ -Wl,-u,$(SYMPREFIX)gimp_coords_mix \ 15+ -Wl,-u,$(SYMPREFIX)gimp_coords_mix \
16+ -Wl,-u,$(SYMPREFIX)gimp_plug_in_manager_restore \ 16+ -Wl,-u,$(SYMPREFIX)gimp_plug_in_manager_restore \
17 $(top_builddir)/app/app.o \ 17 $(top_builddir)/app/app.o \
18 $(top_builddir)/app/batch.o \ 18 $(top_builddir)/app/batch.o \

cvs diff -r1.1 -r1.2 pkgsrc/graphics/gimp/patches/patch-plug-ins_script-fu_script-fu-server.c (expand / switch to unified diff)

--- pkgsrc/graphics/gimp/patches/patch-plug-ins_script-fu_script-fu-server.c 2012/02/04 21:10:45 1.1
+++ pkgsrc/graphics/gimp/patches/patch-plug-ins_script-fu_script-fu-server.c 2012/05/07 08:40:08 1.2
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1$NetBSD: patch-plug-ins_script-fu_script-fu-server.c,v 1.1 2012/02/04 21:10:45 adam Exp $ 1$NetBSD: patch-plug-ins_script-fu_script-fu-server.c,v 1.2 2012/05/07 08:40:08 adam Exp $
2 2
3AI_ADDRCONFIG is not defined on some platforms. 3AI_ADDRCONFIG is not defined on some platforms.
4 4
5--- plug-ins/script-fu/script-fu-server.c.orig 2012-02-04 18:42:45.000000000 +0000 5--- plug-ins/script-fu/script-fu-server.c.orig 2012-02-04 18:42:45.000000000 +0000
6+++ plug-ins/script-fu/script-fu-server.c 6+++ plug-ins/script-fu/script-fu-server.c
7@@ -446,7 +446,11 @@ server_start (gint port, 7@@ -456,7 +456,11 @@ server_start (gint port,
8 const gchar *progress; 8 const gchar *progress;
9  9
10 memset (&hints, 0, sizeof (hints)); 10 memset (&hints, 0, sizeof (hints));
11+#ifdef AI_ADDRCONFIG 11+#ifdef AI_ADDRCONFIG
12 hints.ai_flags = AI_PASSIVE | AI_ADDRCONFIG; 12 hints.ai_flags = AI_PASSIVE | AI_ADDRCONFIG;
13+#else 13+#else
14+ hints.ai_flags = AI_PASSIVE; 14+ hints.ai_flags = AI_PASSIVE;
15+#endif 15+#endif
16 hints.ai_socktype = SOCK_STREAM; 16 hints.ai_socktype = SOCK_STREAM;
17  17
18 port_s = g_strdup_printf ("%d", port); 18 port_s = g_strdup_printf ("%d", port);

File Added: pkgsrc/graphics/gimp/patches/Attic/patch-app_base_base-utils.c
$NetBSD: patch-app_base_base-utils.c,v 1.1 2012/05/07 08:40:08 adam Exp $

--- app/base/base-utils.c.orig	2012-05-07 07:50:39.000000000 +0000
+++ app/base/base-utils.c
@@ -33,8 +33,10 @@
 /* For get_backtrace() */
 #include <stdlib.h>
 #include <string.h>
+#ifdef __linux__
 #include <execinfo.h>
 #endif
+#endif
 
 #include "base-utils.h"
 
@@ -112,7 +114,7 @@ get_physical_memory_size (void)
 char *
 get_backtrace (void)
 {
-#ifdef G_OS_UNIX
+#ifdef __linux__
   void     *functions[MAX_FUNC];
   char    **function_names;
   int       n_functions;