diff --git a/graphics/gimp/stable/Makefile b/graphics/gimp/stable/Makefile index b15f329db67..61839d5773b 100644 --- a/graphics/gimp/stable/Makefile +++ b/graphics/gimp/stable/Makefile @@ -1,46 +1,66 @@ -# $OpenBSD: Makefile,v 1.5 2004/12/14 11:09:54 espie Exp $ +# $OpenBSD: Makefile,v 1.6 2005/07/08 07:50:55 fgsch Exp $ COMMENT= "GNU Image Manipulation Program" -VERSION= 1.2.5 -DISTNAME= gimp-${VERSION} +DISTNAME= gimp-2.2.8 CATEGORIES= graphics -DIR= gimp/v1.2/v${VERSION} +DIR= gimp/v2.2 MASTER_SITES= ftp://ftp.gimp.org/pub/${DIR}/ \ ftp://ftp.sunet.se/pub/gnu/${DIR}/ \ ftp://ftp.cs.umn.edu/pub/${DIR}/ \ - ftp://ftp.funet.fi/pub/mirrors/ftp.gimp.org/${DIR}/ + ftp://ftp.funet.fi/pub/sci/graphics/packages/gimp/${DIR}/ HOMEPAGE= http://www.gimp.org/ -LIB_DEPENDS+= gtk.1.2,gdk.1.2::x11/gtk+ \ +BUILD_DEPENDS= :pkgconfig->=0.12.0p1:devel/pkgconfig \ + :p5-XML-Parser-*:textproc/p5-XML-Parser +RUN_DEPENDS= :wget-*:net/wget +LIB_DEPENDS= gdk-x11-2.0.0.0,gdk_pixbuf-2.0.0.0,gtk-x11-2.0.0.0::x11/gtk+2 \ aa.1.3::graphics/aalib \ - mpeg.13::graphics/mpeg-lib \ - png.2::graphics/png \ - tiff.35::graphics/tiff -BUILD_DEPENDS= :wget-*:net/wget -RUN_DEPENDS= :wget-*:net/wget - -MAINTAINER= Brad Smith + art_lgpl_2.5::graphics/libart \ + exif::graphics/libexif \ + mng::graphics/libmng \ + tiff.35::graphics/tiff \ + wmf.6,wmflite.6::graphics/libwmf # GPL PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB= ICE SM X11 Xext Xi Xmu Xpm Xt c \ - glib gmodule iconv intl jpeg m z -CONFDIR= ${SYSCONFDIR}/gimp/1.2 -SUBST_VARS= CONFDIR +WANTLIB= ICE SM X11 Xft Xmu Xpm Xrender Xt atk-1.0.0.0 c fontconfig \ + freetype glib-2.0.0.0 gmodule-2.0.0.0 gobject-2.0.0.0 \ + jpeg.62 lcms.1 m pango-1.0.0.0 pangoft2-1.0.0.0 \ + pangox-1.0.0.0 pangoxft-1.0.0.0 png.4 xml2 z + +MODULES= devel/gettext USE_X11= Yes -CONFIGURE_STYLE= gnu -CONFIGURE_ARGS+= ${CONFIGURE_SHARED} -CONFIGURE_ARGS+= --disable-perl --disable-print --disable-gtkdoc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - GNOME_CONFIG=/dev/null \ - EMACS=/dev/null +USE_GMAKE= Yes +USE_LIBTOOL= Yes + +AUTOCONF_VERSION= 2.59 + +CONFIGURE_STYLE= autoconf +CONFIGURE_ARGS= ${CONFIGURE_SHARED} +CONFIGURE_ARGS+= --disable-print --disable-gtkhtml --disable-svg \ + --disable-sse +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +FLAVORS= altivec +FLAVOR?= + +.if ${FLAVOR:L} == "altivec" +ONLY_FOR_ARCHS= powerpc +CONFIGURE_ARGS+= --enable-altivec +.else +CONFIGURE_ARGS+= --disable-altivec +.endif + +.if ${MACHINE_ARCH} == "i386" || ${MACHINE} == "amd64" +CONFIGURE_ARGS+= --enable-mmx +.endif .include diff --git a/graphics/gimp/stable/distinfo b/graphics/gimp/stable/distinfo index 6973ad9008f..933cd119a9d 100644 --- a/graphics/gimp/stable/distinfo +++ b/graphics/gimp/stable/distinfo @@ -1,4 +1,4 @@ -MD5 (gimp-1.2.5.tar.gz) = 77a1aa0ed6c98e130432d412fd4a53a5 -RMD160 (gimp-1.2.5.tar.gz) = f3328fa43fb823ed986552c80a1b328d46391963 -SHA1 (gimp-1.2.5.tar.gz) = 5768d9b4d4ee59be38ca8fd384b60ca128aa194e -SIZE (gimp-1.2.5.tar.gz) = 15033710 +MD5 (gimp-2.2.8.tar.gz) = 4147deec71221b3110f259901bbd2f27 +RMD160 (gimp-2.2.8.tar.gz) = a22527536fb492ca630f7d8721f22884716deb27 +SHA1 (gimp-2.2.8.tar.gz) = 1f6c9be3cc5feedf9b8526fee2ede4e2ac9de31e +SIZE (gimp-2.2.8.tar.gz) = 20186953 diff --git a/graphics/gimp/stable/patches/patch-Makefile_in b/graphics/gimp/stable/patches/patch-Makefile_in deleted file mode 100644 index 4c703552f7e..00000000000 --- a/graphics/gimp/stable/patches/patch-Makefile_in +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-Makefile_in,v 1.1 2003/12/27 00:26:17 brad Exp $ ---- Makefile.in.orig Mon May 19 19:07:20 2003 -+++ Makefile.in Thu May 22 00:27:32 2003 -@@ -172,7 +172,7 @@ brushdata = @brushdata@ - gimpdatadir = @gimpdatadir@ - gimpdir = @gimpdir@ - gimpplugindir = @gimpplugindir@ --gimpsysconfdir = @gimpsysconfdir@ -+gimpsysconfdir = $(datadir)/examples/gimp/1.2 - gradientdata = @gradientdata@ - localedir = @localedir@ - ms_librarian = @ms_librarian@ diff --git a/graphics/gimp/stable/patches/patch-app_blob_c b/graphics/gimp/stable/patches/patch-app_blob_c deleted file mode 100644 index 7f85edfd55f..00000000000 --- a/graphics/gimp/stable/patches/patch-app_blob_c +++ /dev/null @@ -1,21 +0,0 @@ -$OpenBSD: patch-app_blob_c,v 1.1 2004/08/04 03:58:13 david Exp $ ---- app/blob.c.orig Sat Dec 16 15:36:51 2000 -+++ app/blob.c Wed Jul 28 12:08:51 2004 -@@ -239,7 +239,7 @@ blob_make_convex (Blob *b, EdgeType *pre - { - present[i2] &= ~EDGE_LEFT; - i2 = i1; -- while (!(present[--i1] & EDGE_LEFT) && i1>=start); -+ while ((--i1) >= start && (! (present[i1] & EDGE_LEFT))); - - if (i1=start); -+ while ((--i1) >= start && (! (present[i1] & EDGE_RIGHT))); - - if (i1= gtkhtml2_required_version, +- have_gtkhtml2=yes, +- AC_MSG_WARN([*** Help browser plug-in will not be built (GtkHtml2 not found) ***])) +-AC_SUBST(GTKHTML2_CFLAGS) +-AC_SUBST(GTKHTML2_LIBS) ++AC_ARG_ENABLE(gtkhtml, [ --disable-gtkhtml do not build the Help Browser plug-in]) ++ ++have_gtkhtml2=no ++if test "x$enable_gtkhtml" != "xno"; then ++ have_gtkhtml2=yes ++ PKG_CHECK_MODULES(GTKHTML2, libgtkhtml-2.0 >= gtkhtml2_required_version, ++ have_gtkhtml2=yes, ++ AC_MSG_WARN([*** Help browser plug-in will not be built (GtkHtml2 not found) ***])) ++ AC_SUBST(GTKHTML2_CFLAGS) ++ AC_SUBST(GTKHTML2_LIBS) ++fi + AM_CONDITIONAL(BUILD_HELPBROWSER, test x$have_gtkhtml2 = xyes) + + +@@ -1108,14 +1114,17 @@ AM_CONDITIONAL(BUILD_HELPBROWSER, test x + # Check for librsvg + ################### + +-PKG_CHECK_MODULES(SVG, librsvg-2.0 >= rsvg_required_version, +- SVG='svg$(EXEEXT)' +- LIBSVG=$SVG_LIBS, +- AC_MSG_WARN([*** SVG import plug-in will not be built (librsvg not found) ***])) +-AC_SUBST(SVG) +-AC_SUBST(SVG_CFLAGS) +-AC_SUBST(LIBSVG) ++AC_ARG_ENABLE(svg, [ --enable-svg do not build the SVG import plug-in]) + ++if test "x$enable_svg" != "xno"; then ++ PKG_CHECK_MODULES(SVG, librsvg-2.0 >= rsvg_required_version, ++ SVG='svg$(EXEEXT)' ++ LIBSVG=$SVG_LIBS, ++ AC_MSG_WARN([*** SVG import plug-in will not be built (librsvg not found) ***])) ++ AC_SUBST(SVG) ++ AC_SUBST(SVG_CFLAGS) ++ AC_SUBST(LIBSVG) ++fi + + ###################### + # Check for gimp-print +@@ -1193,10 +1202,10 @@ AC_CHECK_LIB(lcms, cmsCreate_sRGBProfile + AC_DEFINE(HAVE_LCMS_LCMS_H, 1, + [Define to 1 if the lcms header must be included as lcms/lcms.h])) + ]) +-]) ++], , -lm) + + if test $have_lcms = yes; then +- LCMS_LIBS="-llcms" ++ LCMS_LIBS="-llcms -lm" + else + AC_MSG_WARN([*** color proof module will not be built (lcms not found or unuseable) ***]) + fi diff --git a/graphics/gimp/stable/patches/patch-etc_Makefile_in b/graphics/gimp/stable/patches/patch-etc_Makefile_in new file mode 100644 index 00000000000..433e3956b50 --- /dev/null +++ b/graphics/gimp/stable/patches/patch-etc_Makefile_in @@ -0,0 +1,12 @@ +$OpenBSD: patch-etc_Makefile_in,v 1.1 2005/07/08 07:50:56 fgsch Exp $ +--- etc/Makefile.in.orig Tue Jun 28 02:55:14 2005 ++++ etc/Makefile.in Tue Jun 28 02:55:38 2005 +@@ -341,7 +341,7 @@ exec_prefix = @exec_prefix@ + gimpdatadir = @gimpdatadir@ + gimpdir = @gimpdir@ + gimpplugindir = @gimpplugindir@ +-gimpsysconfdir = @gimpsysconfdir@ ++gimpsysconfdir = ${datadir}/examples/gimp/@GIMP_SYSCONF_VERSION@ + host = @host@ + host_alias = @host_alias@ + host_cpu = @host_cpu@ diff --git a/graphics/gimp/stable/patches/patch-gimptool-1_2_in b/graphics/gimp/stable/patches/patch-gimptool-1_2_in deleted file mode 100644 index 379cd41ffaa..00000000000 --- a/graphics/gimp/stable/patches/patch-gimptool-1_2_in +++ /dev/null @@ -1,27 +0,0 @@ -$OpenBSD: patch-gimptool-1_2_in,v 1.2 2003/12/27 00:26:17 brad Exp $ ---- gimptool-1.2.in.orig Tue Oct 29 06:29:28 2002 -+++ gimptool-1.2.in Fri Feb 14 21:29:34 2003 -@@ -227,19 +227,19 @@ while test $# -gt 0; do - | --uninstall-script | --uninstall-admin-script ) - case $1 in - --*install-bin) -- install_cmd="@INSTALL_PROGRAM@" -+ install_cmd="@INSTALL_SCRIPT@" - install_dir="$HOME/@gimpdir@/plug-ins" - ;; - --install-bin-strip) -- install_cmd="@INSTALL_PROGRAM@ -s" -+ install_cmd="@INSTALL_SCRIPT@ -s" - install_dir="$HOME/@gimpdir@/plug-ins" - ;; - --*install-admin-bin) -- install_cmd="@INSTALL_PROGRAM@" -+ install_cmd="@INSTALL_SCRIPT@" - install_dir="$gimpplugindir/plug-ins" - ;; - --install-admin-bin-strip) -- install_cmd="@INSTALL_PROGRAM@ -s" -+ install_cmd="@INSTALL_SCRIPT@ -s" - install_dir="$gimpplugindir/plug-ins" - ;; - --*install-script) diff --git a/graphics/gimp/stable/patches/patch-libgimp_Makefile_in b/graphics/gimp/stable/patches/patch-libgimp_Makefile_in deleted file mode 100644 index ee9d5085cf2..00000000000 --- a/graphics/gimp/stable/patches/patch-libgimp_Makefile_in +++ /dev/null @@ -1,28 +0,0 @@ -$OpenBSD: patch-libgimp_Makefile_in,v 1.1 2003/12/27 00:26:17 brad Exp $ ---- libgimp/Makefile.in.orig Mon May 19 19:07:25 2003 -+++ libgimp/Makefile.in Thu May 22 09:16:49 2003 -@@ -192,7 +192,7 @@ prefix = @prefix@ - - @MS_LIB_AVAILABLE_TRUE@noinst_DATA = gimp.lib gimpui.lib - --gimpincludedir = $(includedir)/libgimp -+gimpincludedir = $(includedir)/gimp-$(LT_RELEASE)/libgimp - - AM_CPPFLAGS = -DPREFIX=\""$(prefix)"\" -DGIMPDIR=\""$(gimpdir)"\" -DDATADIR=\""$(gimpdatadir)"\" -DSYSCONFDIR=\""$(gimpsysconfdir)"\" -DG_LOG_DOMAIN=\"LibGimp\" @GIMP_THREAD_FLAGS@ - -@@ -226,13 +226,13 @@ libgimpui_la_SOURCES = gimpmenu.c gi - gimpinclude_HEADERS = gimp.h ${PDB_WRAPPERS_H} gimpchainbutton.h gimpchannel.h gimpcolorbutton.h gimpcolordisplay.h gimpcolorselector.h gimpcolorspace.h gimpcompat.h gimpdrawable.h gimpdialog.h gimpenums.h gimpenv.h gimpexport.h gimpfeatures.h gimpfileselection.h gimpgradientselect.h gimphelpui.h gimpimage.h gimplayer.h gimplimits.h gimpmath.h gimpmatrix.h gimpmenu.h gimpmodule.h gimpparasite.h gimpparasiteio.h gimppatheditor.h gimppixelrgn.h gimppixmap.h gimpproceduraldb.h gimpquerybox.h gimpselection.h gimpsignal.h gimpsizeentry.h gimptile.h gimptypes.h gimpui.h gimpunit.h gimpunitmenu.h gimputils.h gimpvector.h gimpwidgets.h gimpintl.h - - --libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) $(no_undefined) $(libgimp_export_symbols) -+libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(no_undefined) $(libgimp_export_symbols) - - libgimp_la_LIBADD = $(GLIB_LIBS) $(libmath) - - libgimp_la_DEPENDENCIES = $(gimp_def) - --libgimpui_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) $(no_undefined) $(libgimpui_export_symbols) -+libgimpui_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(no_undefined) $(libgimpui_export_symbols) - - - libgimpui_la_LIBADD = $(GTK_LIBS) $(conditional_libgimp_la) diff --git a/graphics/gimp/stable/patches/patch-ltmain_sh b/graphics/gimp/stable/patches/patch-ltmain_sh deleted file mode 100644 index dca1c089ade..00000000000 --- a/graphics/gimp/stable/patches/patch-ltmain_sh +++ /dev/null @@ -1,74 +0,0 @@ -$OpenBSD: patch-ltmain_sh,v 1.1 2003/12/27 00:26:17 brad Exp $ ---- ltmain.sh.orig Mon May 19 18:45:50 2003 -+++ ltmain.sh Thu May 22 00:27:33 2003 -@@ -1082,6 +1082,17 @@ compiler." - continue - ;; - -+ -pthread) -+ case $host in -+ *-*-openbsd*) -+ deplibs="$deplibs $arg" -+ ;; -+ *) -+ continue -+ ;; -+ esac -+ ;; -+ - -module) - module=yes - continue -@@ -1767,11 +1778,6 @@ compiler." - continue - fi - -- if test "$installed" = no; then -- notinst_deplibs="$notinst_deplibs $lib" -- need_relink=yes -- fi -- - if test -n "$old_archive_from_expsyms_cmds"; then - # figure out the soname - set dummy $library_names -@@ -4569,40 +4575,6 @@ relink_command=\"$relink_command\"" - # Exit here if they wanted silent mode. - test "$show" = ":" && exit 0 - -- echo "----------------------------------------------------------------------" -- echo "Libraries have been installed in:" -- for libdir in $libdirs; do -- echo " $libdir" -- done -- echo -- echo "If you ever happen to want to link against installed libraries" -- echo "in a given directory, LIBDIR, you must either use libtool, and" -- echo "specify the full pathname of the library, or use the \`-LLIBDIR'" -- echo "flag during linking and do at least one of the following:" -- if test -n "$shlibpath_var"; then -- echo " - add LIBDIR to the \`$shlibpath_var' environment variable" -- echo " during execution" -- fi -- if test -n "$runpath_var"; then -- echo " - add LIBDIR to the \`$runpath_var' environment variable" -- echo " during linking" -- fi -- if test -n "$hardcode_libdir_flag_spec"; then -- libdir=LIBDIR -- eval flag=\"$hardcode_libdir_flag_spec\" -- -- echo " - use the \`$flag' linker flag" -- fi -- if test -n "$admincmds"; then -- echo " - have your system administrator run these commands:$admincmds" -- fi -- if test -f /etc/ld.so.conf; then -- echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" -- fi -- echo -- echo "See any operating system documentation about shared libraries for" -- echo "more information, such as the ld(1) and ld.so(8) manual pages." -- echo "----------------------------------------------------------------------" - exit 0 - ;; - diff --git a/graphics/gimp/stable/patches/patch-plug-ins_common_bz2_c b/graphics/gimp/stable/patches/patch-plug-ins_common_bz2_c deleted file mode 100644 index 5b55664b55c..00000000000 --- a/graphics/gimp/stable/patches/patch-plug-ins_common_bz2_c +++ /dev/null @@ -1,21 +0,0 @@ -$OpenBSD: patch-plug-ins_common_bz2_c,v 1.1 2002/12/29 00:10:47 pvalchev Exp $ ---- plug-ins/common/bz2.c.orig Sat Dec 28 14:57:07 2002 -+++ plug-ins/common/bz2.c Sat Dec 28 14:57:21 2002 -@@ -306,7 +306,7 @@ save_image (gchar *filename, - g_message ("bz2: dup2 failed: %s\n", g_strerror (errno)); - - /* and bzip2 into it */ -- execlp ("bzip2", "bzip2", "-cf", tmpname, NULL); -+ execlp ("bzip2", "bzip2", "-cf", tmpname, (void *)NULL); - g_message ("bz2: exec failed: bzip2: %s\n", g_strerror (errno)); - g_free (tmpname); - _exit (127); -@@ -385,7 +385,7 @@ load_image (gchar *filename, - g_message ("bz2: dup2 failed: %s\n", g_strerror (errno)); - - /* and unzip into it */ -- execlp ("bzip2", "bzip2", "-cfd", filename, NULL); -+ execlp ("bzip2", "bzip2", "-cfd", filename, (void *)NULL); - g_message ("bz2: exec failed: bunzip2: %s\n", g_strerror (errno)); - g_free (tmpname); - _exit (127); diff --git a/graphics/gimp/stable/patches/patch-plug-ins_common_compressor_c b/graphics/gimp/stable/patches/patch-plug-ins_common_compressor_c new file mode 100644 index 00000000000..3ba738e59fe --- /dev/null +++ b/graphics/gimp/stable/patches/patch-plug-ins_common_compressor_c @@ -0,0 +1,21 @@ +$OpenBSD: patch-plug-ins_common_compressor_c,v 1.1 2005/07/08 07:50:56 fgsch Exp $ +--- plug-ins/common/compressor.c.orig Fri Jun 24 12:21:14 2005 ++++ plug-ins/common/compressor.c Fri Jun 24 12:21:30 2005 +@@ -414,7 +414,7 @@ save_image (const Compressor *compressor + /* and compress into it */ + execlp (compressor->save_program, + compressor->save_program, +- compressor->save_options, tmpname, NULL); ++ compressor->save_options, tmpname, (char *)NULL); + + g_message ("execlp(\"%s %s\") failed: %s", + compressor->save_program, +@@ -548,7 +548,7 @@ load_image (const Compressor *compresso + /* and uncompress into it */ + execlp (compressor->load_program, + compressor->load_program, +- compressor->load_options, filename, NULL); ++ compressor->load_options, filename, (char *)NULL); + + g_message ("execlp(\"%s %s\") failed: %s", + compressor->load_program, diff --git a/graphics/gimp/stable/patches/patch-plug-ins_common_gz_c b/graphics/gimp/stable/patches/patch-plug-ins_common_gz_c deleted file mode 100644 index 3284fecdd12..00000000000 --- a/graphics/gimp/stable/patches/patch-plug-ins_common_gz_c +++ /dev/null @@ -1,21 +0,0 @@ -$OpenBSD: patch-plug-ins_common_gz_c,v 1.2 2003/12/27 00:26:17 brad Exp $ ---- plug-ins/common/gz.c.orig Tue Sep 10 10:19:52 2002 -+++ plug-ins/common/gz.c Fri Feb 14 21:19:28 2003 -@@ -368,7 +368,7 @@ save_image (gchar *filename, - g_message ("gz: dup2 failed: %s\n", g_strerror (errno)); - - /* and gzip into it */ -- execlp ("gzip", "gzip", "-cf", tmpname, NULL); -+ execlp ("gzip", "gzip", "-cf", tmpname, (void *)NULL); - g_message ("gz: exec failed: gzip: %s\n", g_strerror (errno)); - g_free (tmpname); - _exit(127); -@@ -488,7 +488,7 @@ load_image (gchar *filename, - } - - /* and unzip into it */ -- execlp ("gzip", "gzip", "-cfd", filename, NULL); -+ execlp ("gzip", "gzip", "-cfd", filename, (void *)NULL); - g_message ("gz: exec failed: gunzip: %s\n", g_strerror (errno)); - g_free (tmpname); - _exit(127); diff --git a/graphics/gimp/stable/patches/patch-plug-ins_common_mail_c b/graphics/gimp/stable/patches/patch-plug-ins_common_mail_c index d37e29db696..0a0fa58cc68 100644 --- a/graphics/gimp/stable/patches/patch-plug-ins_common_mail_c +++ b/graphics/gimp/stable/patches/patch-plug-ins_common_mail_c @@ -1,12 +1,12 @@ -$OpenBSD: patch-plug-ins_common_mail_c,v 1.1 2002/12/29 00:10:47 pvalchev Exp $ ---- plug-ins/common/mail.c.orig Sat Dec 28 14:57:55 2002 -+++ plug-ins/common/mail.c Sat Dec 28 14:58:01 2002 -@@ -368,7 +368,7 @@ save_image (gchar *filename, - g_message ("mail: dup2 failed: %s\n", g_strerror (errno)); +$OpenBSD: patch-plug-ins_common_mail_c,v 1.2 2005/07/08 07:50:56 fgsch Exp $ +--- plug-ins/common/mail.c.orig Fri Jun 24 12:21:59 2005 ++++ plug-ins/common/mail.c Fri Jun 24 12:22:09 2005 +@@ -402,7 +402,7 @@ save_image (const gchar *filename, + g_message ("dup2() failed: %s", g_strerror (errno)); } - execlp (UUENCODE, UUENCODE, tmpname, filename, NULL); -+ execlp (UUENCODE, UUENCODE, tmpname, filename, (void *)NULL); ++ execlp (UUENCODE, UUENCODE, tmpname, filename, (char *)NULL); /* What are we doing here? exec must have failed */ - g_message ("mail: exec failed: uuencode: %s\n", g_strerror (errno)); + g_message ("exec failed: uuencode: %s", g_strerror (errno)); diff --git a/graphics/gimp/stable/patches/patch-plug-ins_common_url_c b/graphics/gimp/stable/patches/patch-plug-ins_common_url_c index a5c521571d9..293203a3fae 100644 --- a/graphics/gimp/stable/patches/patch-plug-ins_common_url_c +++ b/graphics/gimp/stable/patches/patch-plug-ins_common_url_c @@ -1,12 +1,12 @@ -$OpenBSD: patch-plug-ins_common_url_c,v 1.1 2002/12/29 00:10:47 pvalchev Exp $ ---- plug-ins/common/url.c.orig Sat Dec 28 14:58:06 2002 -+++ plug-ins/common/url.c Sat Dec 28 14:58:16 2002 -@@ -189,7 +189,7 @@ load_image (gchar *filename, - putenv ("LANG=C"); +$OpenBSD: patch-plug-ins_common_url_c,v 1.2 2005/07/08 07:50:56 fgsch Exp $ +--- plug-ins/common/url.c.orig Fri Jun 24 12:22:21 2005 ++++ plug-ins/common/url.c Fri Jun 24 12:22:28 2005 +@@ -187,7 +187,7 @@ load_image (const gchar *filename, #endif -- execlp ("wget", "wget", "-T", TIMEOUT, filename, "-O", tmpname, NULL); -+ execlp ("wget", "wget", "-T", TIMEOUT, filename, "-O", tmpname, (void *)NULL); - g_message ("url: exec() failed: wget: %s", g_strerror (errno)); + execlp ("wget", "wget", "-e", "server-response=off", "-T", TIMEOUT, +- filename, "-O", tmpname, NULL); ++ filename, "-O", tmpname, (char *)NULL); + g_message ("exec() failed: wget: %s", g_strerror (errno)); g_free (tmpname); _exit (127); diff --git a/graphics/gimp/stable/patches/patch-plug-ins_gflare_gflare_c b/graphics/gimp/stable/patches/patch-plug-ins_gflare_gflare_c new file mode 100644 index 00000000000..5a71d9775c6 --- /dev/null +++ b/graphics/gimp/stable/patches/patch-plug-ins_gflare_gflare_c @@ -0,0 +1,61 @@ +$OpenBSD: patch-plug-ins_gflare_gflare_c,v 1.1 2005/07/08 07:50:56 fgsch Exp $ +--- plug-ins/gflare/gflare.c.orig Tue Jun 28 14:06:04 2005 ++++ plug-ins/gflare/gflare.c Tue Jun 28 14:09:07 2005 +@@ -1347,7 +1347,7 @@ static void + gflare_read_double (gdouble *dblvar, + GFlareFile *gf) + { +- gchar buf[30]; ++ gchar buf[31]; + + if (gf->error) + return; +@@ -1362,14 +1362,14 @@ static void + gflare_read_gradient_name (GradientName name, + GFlareFile *gf) + { +- gchar tmp[1024], dec[1024]; ++ gchar tmp[1025], dec[1025]; + + if (gf->error) + return; + + /* FIXME: this is buggy */ + +- if (fscanf (gf->fp, "%s", tmp) == 1) ++ if (fscanf (gf->fp, "%1024s", tmp) == 1) + { + /* @GRADIENT_NAME */ + gradient_name_decode (dec, tmp); +@@ -1383,13 +1383,13 @@ static void + gflare_read_shape (GFlareShape *shape, + GFlareFile *gf) + { +- gchar tmp[1024]; ++ gchar tmp[1025]; + gint i; + + if (gf->error) + return; + +- if (fscanf (gf->fp, "%s", tmp) == 1) ++ if (fscanf (gf->fp, "%1024s", tmp) == 1) + { + for (i = 0; i < GF_NUM_SHAPES; i++) + if (strcmp (tmp, gflare_shapes[i]) == 0) +@@ -1405,13 +1405,13 @@ static void + gflare_read_mode (GFlareMode *mode, + GFlareFile *gf) + { +- gchar tmp[1024]; ++ gchar tmp[1025]; + gint i; + + if (gf->error) + return; + +- if (fscanf (gf->fp, "%s", tmp) == 1) ++ if (fscanf (gf->fp, "%1024s", tmp) == 1) + { + for (i = 0; i < GF_NUM_MODES; i++) + if (strcmp (tmp, gflare_modes[i]) == 0) diff --git a/graphics/gimp/stable/patches/patch-plug-ins_libgck_gck_Makefile_in b/graphics/gimp/stable/patches/patch-plug-ins_libgck_gck_Makefile_in deleted file mode 100644 index 97936b52ff2..00000000000 --- a/graphics/gimp/stable/patches/patch-plug-ins_libgck_gck_Makefile_in +++ /dev/null @@ -1,21 +0,0 @@ -$OpenBSD: patch-plug-ins_libgck_gck_Makefile_in,v 1.1 2003/12/27 00:26:17 brad Exp $ ---- plug-ins/libgck/gck/Makefile.in.orig Mon May 19 19:07:32 2003 -+++ plug-ins/libgck/gck/Makefile.in Thu May 22 09:17:41 2003 -@@ -182,7 +182,7 @@ prefix = @prefix@ - - @OS_WIN32_TRUE@no_undefined = -no-undefined - --gckincludedir = $(includedir)/gck -+gckincludedir = $(includedir)/gimp-$(LT_RELEASE)/gck - - lib_LTLIBRARIES = libgck.la - -@@ -192,7 +192,7 @@ libgck_la_SOURCES = gckcolor.c - gckinclude_HEADERS = gck.h - - --libgck_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) $(no_undefined) -+libgck_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(no_undefined) - - - INCLUDES = -I.. -I$(srcdir)/.. -I$(top_srcdir) $(GTK_CFLAGS) -I$(includedir) diff --git a/graphics/gimp/stable/patches/patch-plug-ins_print_print_c b/graphics/gimp/stable/patches/patch-plug-ins_print_print_c deleted file mode 100644 index 29f23f8145f..00000000000 --- a/graphics/gimp/stable/patches/patch-plug-ins_print_print_c +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-plug-ins_print_print_c,v 1.2 2003/12/27 00:26:17 brad Exp $ ---- plug-ins/print/print.c.orig Fri Jul 19 20:35:02 2002 -+++ plug-ins/print/print.c Tue May 20 23:56:58 2003 -@@ -451,7 +451,7 @@ run (char *name, /* I - Name of print - dup2 (pipefd[0], 0); - close (pipefd[0]); - close (pipefd[1]); -- execl("/bin/sh", "/bin/sh", "-c", stp_get_output_to(vars), NULL); -+ execl("/bin/sh", "/bin/sh", "-c", stp_get_output_to(vars), (void *)NULL); - /* NOTREACHED */ - exit (1); - } else { diff --git a/graphics/gimp/stable/patches/patch-plug-ins_webbrowser_webbrowser_c b/graphics/gimp/stable/patches/patch-plug-ins_webbrowser_webbrowser_c deleted file mode 100644 index ca786f45de8..00000000000 --- a/graphics/gimp/stable/patches/patch-plug-ins_webbrowser_webbrowser_c +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-plug-ins_webbrowser_webbrowser_c,v 1.1 2002/12/29 00:10:47 pvalchev Exp $ ---- plug-ins/webbrowser/webbrowser.c.orig Sat Dec 28 14:56:48 2002 -+++ plug-ins/webbrowser/webbrowser.c Sat Dec 28 14:56:55 2002 -@@ -229,7 +229,7 @@ start_browser (gchar *prog, - - if ((cpid = fork()) == 0) - { -- execlp (prog, prog, url, NULL); -+ execlp (prog, prog, url, (void *)NULL); - exit (1); - } - diff --git a/graphics/gimp/stable/patches/patch-po-plug-ins_Makefile_in_in b/graphics/gimp/stable/patches/patch-po-plug-ins_Makefile_in_in deleted file mode 100644 index 68c3c48fb2a..00000000000 --- a/graphics/gimp/stable/patches/patch-po-plug-ins_Makefile_in_in +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-po-plug-ins_Makefile_in_in,v 1.1 2003/12/27 00:26:17 brad Exp $ ---- po-plug-ins/Makefile.in.in.orig Thu May 8 18:05:39 2003 -+++ po-plug-ins/Makefile.in.in Thu May 22 00:27:33 2003 -@@ -18,7 +18,7 @@ VPATH = @srcdir@ - - prefix = @prefix@ - exec_prefix = @exec_prefix@ --datadir = $(prefix)/@DATADIRNAME@ -+datadir = $(prefix)/share - localedir = $(datadir)/locale - gnulocaledir = $(prefix)/share/locale - gettextsrcdir = $(prefix)/share/gettext/po diff --git a/graphics/gimp/stable/pkg/DESCR b/graphics/gimp/stable/pkg/DESCR index acadc4615aa..995a089471f 100644 --- a/graphics/gimp/stable/pkg/DESCR +++ b/graphics/gimp/stable/pkg/DESCR @@ -1,24 +1,13 @@ -The GNU Image Manipulation Program (GIMP) is a powerful tool for the -preparation and manipulation of digital images. The GIMP provides the user -with a wide variety of image manipulation, painting, processing, and -rendering tools. The key to the GIMP's power lies in its flexible -core and easily extensible design. The GIMP's open design and -extensible architecture make for a very powerful end product which can -continue to be extended to meet the needs of the photo compositor, -image retoucher, web graphics designer, or digital illustrator for a -very long time. +GIMP is an acronym for GNU Image Manipulation Program. It is a +freely distributed program for such tasks as photo retouching, image +composition and image authoring. -The GIMP's extensible plug-in architecture allows for image -manipulation procedures and other functionality to be easily added -without requiring any change to the application core. A plug-in can -provide functionality as simple as rotating an image, or as -complicated as rendering iterated function system fractals. There are -over 140+ plug-ins available in version 1.1, and more are sure to -follow. +It has many capabilities. It can be used as a simple paint program, +an expert quality photo retouching program, an online batch processing +system, a mass production image renderer, an image format converter, +etc. -The plug-in architecture also allows the GIMP to support a wide -variety of file formats. File operations are implemented by special -file plug-ins, allowing additional file formats to be added -without modification to the core. File formats supported in version -1.1 include the popular GIF and JPEG standards, as well as PNG, TIFF, -XPM, SGI, PCX, and Windows BMP. +GIMP is expandable and extensible. It is designed to be augmented +with plug-ins and extensions to do just about anything. The advanced +scripting interface allows everything from the simplest task to the +most complex image manipulation procedures to be easily scripted. diff --git a/graphics/gimp/stable/pkg/PFRAG.shared b/graphics/gimp/stable/pkg/PFRAG.shared index 4a1395129e7..1e6b7384f9d 100644 --- a/graphics/gimp/stable/pkg/PFRAG.shared +++ b/graphics/gimp/stable/pkg/PFRAG.shared @@ -1,7 +1,17 @@ -@comment $OpenBSD: PFRAG.shared,v 1.3 2004/09/15 00:50:09 espie Exp $ -lib/gimp/1.2/modules/libcolorsel_gtk.so -lib/gimp/1.2/modules/libcolorsel_triangle.so -lib/gimp/1.2/modules/libcolorsel_water.so -@lib lib/libgck.so.0.5 -@lib lib/libgimp.so.0.5 -@lib lib/libgimpui.so.0.5 +@comment $OpenBSD: PFRAG.shared,v 1.4 2005/07/08 07:50:56 fgsch Exp $ +lib/gimp/2.0/modules/libcdisplay_colorblind.so +lib/gimp/2.0/modules/libcdisplay_gamma.so +lib/gimp/2.0/modules/libcdisplay_highcontrast.so +lib/gimp/2.0/modules/libcdisplay_proof.so +lib/gimp/2.0/modules/libcolorsel_cmyk.so +lib/gimp/2.0/modules/libcolorsel_triangle.so +lib/gimp/2.0/modules/libcolorsel_water.so +lib/gimp/2.0/modules/libcontroller_midi.so +@lib lib/libgimp-2.0.so.200.8 +@lib lib/libgimpbase-2.0.so.200.8 +@lib lib/libgimpcolor-2.0.so.200.8 +@lib lib/libgimpmath-2.0.so.200.8 +@lib lib/libgimpmodule-2.0.so.200.8 +@lib lib/libgimpthumb-2.0.so.200.8 +@lib lib/libgimpui-2.0.so.200.8 +@lib lib/libgimpwidgets-2.0.so.200.8 diff --git a/graphics/gimp/stable/pkg/PLIST b/graphics/gimp/stable/pkg/PLIST index 1711599518a..8c7825c45bd 100644 --- a/graphics/gimp/stable/pkg/PLIST +++ b/graphics/gimp/stable/pkg/PLIST @@ -1,1533 +1,1908 @@ -@comment $OpenBSD: PLIST,v 1.5 2004/09/22 21:11:23 espie Exp $ +@comment $OpenBSD: PLIST,v 1.6 2005/07/08 07:50:56 fgsch Exp $ +%%SHARED%% bin/gimp -bin/gimp-1.2 -bin/gimp-config +bin/gimp-2.2 bin/gimp-remote -bin/gimp-remote-1.2 -bin/gimptool -bin/gimptool-1.2 -include/gimp-1.2/ -include/gimp-1.2/gck/ -include/gimp-1.2/gck/gck.h -include/gimp-1.2/libgimp/ -include/gimp-1.2/libgimp/gimp.h -include/gimp-1.2/libgimp/gimp_pdb.h -include/gimp-1.2/libgimp/gimpbrushes_pdb.h -include/gimp-1.2/libgimp/gimpbrushselect_pdb.h -include/gimp-1.2/libgimp/gimpchainbutton.h -include/gimp-1.2/libgimp/gimpchannel.h -include/gimp-1.2/libgimp/gimpchannel_pdb.h -include/gimp-1.2/libgimp/gimpchannelops_pdb.h -include/gimp-1.2/libgimp/gimpcolor_pdb.h -include/gimp-1.2/libgimp/gimpcolorbutton.h -include/gimp-1.2/libgimp/gimpcolordisplay.h -include/gimp-1.2/libgimp/gimpcolorselector.h -include/gimp-1.2/libgimp/gimpcolorspace.h -include/gimp-1.2/libgimp/gimpcompat.h -include/gimp-1.2/libgimp/gimpconvert_pdb.h -include/gimp-1.2/libgimp/gimpdialog.h -include/gimp-1.2/libgimp/gimpdisplay_pdb.h -include/gimp-1.2/libgimp/gimpdrawable.h -include/gimp-1.2/libgimp/gimpdrawable_pdb.h -include/gimp-1.2/libgimp/gimpedit_pdb.h -include/gimp-1.2/libgimp/gimpenums.h -include/gimp-1.2/libgimp/gimpenv.h -include/gimp-1.2/libgimp/gimpexport.h -include/gimp-1.2/libgimp/gimpfeatures.h -include/gimp-1.2/libgimp/gimpfileops_pdb.h -include/gimp-1.2/libgimp/gimpfileselection.h -include/gimp-1.2/libgimp/gimpfloatingsel_pdb.h -include/gimp-1.2/libgimp/gimpgimprc_pdb.h -include/gimp-1.2/libgimp/gimpgradients_pdb.h -include/gimp-1.2/libgimp/gimpgradientselect.h -include/gimp-1.2/libgimp/gimpgradientselect_pdb.h -include/gimp-1.2/libgimp/gimpguides_pdb.h -include/gimp-1.2/libgimp/gimphelp_pdb.h -include/gimp-1.2/libgimp/gimphelpui.h -include/gimp-1.2/libgimp/gimpimage.h -include/gimp-1.2/libgimp/gimpimage_pdb.h -include/gimp-1.2/libgimp/gimpintl.h -include/gimp-1.2/libgimp/gimplayer.h -include/gimp-1.2/libgimp/gimplayer_pdb.h -include/gimp-1.2/libgimp/gimplimits.h -include/gimp-1.2/libgimp/gimpmath.h -include/gimp-1.2/libgimp/gimpmatrix.h -include/gimp-1.2/libgimp/gimpmenu.h -include/gimp-1.2/libgimp/gimpmessage_pdb.h -include/gimp-1.2/libgimp/gimpmisc_pdb.h -include/gimp-1.2/libgimp/gimpmodule.h -include/gimp-1.2/libgimp/gimppalette_pdb.h -include/gimp-1.2/libgimp/gimpparasite.h -include/gimp-1.2/libgimp/gimpparasite_pdb.h -include/gimp-1.2/libgimp/gimpparasiteio.h -include/gimp-1.2/libgimp/gimppatheditor.h -include/gimp-1.2/libgimp/gimppaths_pdb.h -include/gimp-1.2/libgimp/gimppatterns_pdb.h -include/gimp-1.2/libgimp/gimppatternselect_pdb.h -include/gimp-1.2/libgimp/gimppixelrgn.h -include/gimp-1.2/libgimp/gimppixmap.h -include/gimp-1.2/libgimp/gimpplugin_pdb.h -include/gimp-1.2/libgimp/gimpproceduraldb.h -include/gimp-1.2/libgimp/gimpproceduraldb_pdb.h -include/gimp-1.2/libgimp/gimpquerybox.h -include/gimp-1.2/libgimp/gimpselection.h -include/gimp-1.2/libgimp/gimpselection_pdb.h -include/gimp-1.2/libgimp/gimpsignal.h -include/gimp-1.2/libgimp/gimpsizeentry.h -include/gimp-1.2/libgimp/gimptexttool_pdb.h -include/gimp-1.2/libgimp/gimptile.h -include/gimp-1.2/libgimp/gimptools_pdb.h -include/gimp-1.2/libgimp/gimptypes.h -include/gimp-1.2/libgimp/gimpui.h -include/gimp-1.2/libgimp/gimpundo_pdb.h -include/gimp-1.2/libgimp/gimpunit.h -include/gimp-1.2/libgimp/gimpunit_pdb.h -include/gimp-1.2/libgimp/gimpunitmenu.h -include/gimp-1.2/libgimp/gimputils.h -include/gimp-1.2/libgimp/gimpvector.h -include/gimp-1.2/libgimp/gimpwidgets.h +bin/gimp-remote-2.2 +bin/gimptool-2.0 +include/gimp-2.0/ +include/gimp-2.0/libgimp/ +include/gimp-2.0/libgimp/gimp.h +include/gimp-2.0/libgimp/gimp_pdb.h +include/gimp-2.0/libgimp/gimpaspectpreview.h +include/gimp-2.0/libgimp/gimpbrush_pdb.h +include/gimp-2.0/libgimp/gimpbrushes.h +include/gimp-2.0/libgimp/gimpbrushes_pdb.h +include/gimp-2.0/libgimp/gimpbrushmenu.h +include/gimp-2.0/libgimp/gimpbrushselect.h +include/gimp-2.0/libgimp/gimpbrushselect_pdb.h +include/gimp-2.0/libgimp/gimpchannel.h +include/gimp-2.0/libgimp/gimpchannel_pdb.h +include/gimp-2.0/libgimp/gimpcolor_pdb.h +include/gimp-2.0/libgimp/gimpcompat.h +include/gimp-2.0/libgimp/gimpcontext_pdb.h +include/gimp-2.0/libgimp/gimpconvert_pdb.h +include/gimp-2.0/libgimp/gimpdisplay_pdb.h +include/gimp-2.0/libgimp/gimpdrawable.h +include/gimp-2.0/libgimp/gimpdrawable_pdb.h +include/gimp-2.0/libgimp/gimpdrawablecombobox.h +include/gimp-2.0/libgimp/gimpdrawablepreview.h +include/gimp-2.0/libgimp/gimpdrawabletransform_pdb.h +include/gimp-2.0/libgimp/gimpedit_pdb.h +include/gimp-2.0/libgimp/gimpenums.h +include/gimp-2.0/libgimp/gimpexport.h +include/gimp-2.0/libgimp/gimpfileops_pdb.h +include/gimp-2.0/libgimp/gimpfloatingsel_pdb.h +include/gimp-2.0/libgimp/gimpfontmenu.h +include/gimp-2.0/libgimp/gimpfonts_pdb.h +include/gimp-2.0/libgimp/gimpfontselect.h +include/gimp-2.0/libgimp/gimpfontselect_pdb.h +include/gimp-2.0/libgimp/gimpgimprc_pdb.h +include/gimp-2.0/libgimp/gimpgradient_pdb.h +include/gimp-2.0/libgimp/gimpgradientmenu.h +include/gimp-2.0/libgimp/gimpgradients.h +include/gimp-2.0/libgimp/gimpgradients_pdb.h +include/gimp-2.0/libgimp/gimpgradientselect.h +include/gimp-2.0/libgimp/gimpgradientselect_pdb.h +include/gimp-2.0/libgimp/gimpguides_pdb.h +include/gimp-2.0/libgimp/gimphelp_pdb.h +include/gimp-2.0/libgimp/gimpimage.h +include/gimp-2.0/libgimp/gimpimage_pdb.h +include/gimp-2.0/libgimp/gimpimagecombobox.h +include/gimp-2.0/libgimp/gimplayer.h +include/gimp-2.0/libgimp/gimplayer_pdb.h +include/gimp-2.0/libgimp/gimpmenu.h +include/gimp-2.0/libgimp/gimpmessage_pdb.h +include/gimp-2.0/libgimp/gimpmisc_pdb.h +include/gimp-2.0/libgimp/gimppainttools_pdb.h +include/gimp-2.0/libgimp/gimppalette.h +include/gimp-2.0/libgimp/gimppalette_pdb.h +include/gimp-2.0/libgimp/gimppalettemenu.h +include/gimp-2.0/libgimp/gimppalettes.h +include/gimp-2.0/libgimp/gimppalettes_pdb.h +include/gimp-2.0/libgimp/gimppaletteselect.h +include/gimp-2.0/libgimp/gimppaletteselect_pdb.h +include/gimp-2.0/libgimp/gimpparasite_pdb.h +include/gimp-2.0/libgimp/gimppaths_pdb.h +include/gimp-2.0/libgimp/gimppattern_pdb.h +include/gimp-2.0/libgimp/gimppatternmenu.h +include/gimp-2.0/libgimp/gimppatterns.h +include/gimp-2.0/libgimp/gimppatterns_pdb.h +include/gimp-2.0/libgimp/gimppatternselect.h +include/gimp-2.0/libgimp/gimppatternselect_pdb.h +include/gimp-2.0/libgimp/gimppixbuf.h +include/gimp-2.0/libgimp/gimppixelfetcher.h +include/gimp-2.0/libgimp/gimppixelrgn.h +include/gimp-2.0/libgimp/gimpplugin.h +include/gimp-2.0/libgimp/gimpplugin_pdb.h +include/gimp-2.0/libgimp/gimpproceduraldb.h +include/gimp-2.0/libgimp/gimpproceduraldb_pdb.h +include/gimp-2.0/libgimp/gimpprogress.h +include/gimp-2.0/libgimp/gimpprogress_pdb.h +include/gimp-2.0/libgimp/gimpprogressbar.h +include/gimp-2.0/libgimp/gimpregioniterator.h +include/gimp-2.0/libgimp/gimpselection.h +include/gimp-2.0/libgimp/gimpselection_pdb.h +include/gimp-2.0/libgimp/gimpselectiontools_pdb.h +include/gimp-2.0/libgimp/gimptexttool_pdb.h +include/gimp-2.0/libgimp/gimptile.h +include/gimp-2.0/libgimp/gimptransformtools_pdb.h +include/gimp-2.0/libgimp/gimptypes.h +include/gimp-2.0/libgimp/gimpui.h +include/gimp-2.0/libgimp/gimpuitypes.h +include/gimp-2.0/libgimp/gimpundo_pdb.h +include/gimp-2.0/libgimp/gimpunit_pdb.h +include/gimp-2.0/libgimpbase/ +include/gimp-2.0/libgimpbase/gimpbase.h +include/gimp-2.0/libgimpbase/gimpbaseenums.h +include/gimp-2.0/libgimpbase/gimpbasetypes.h +include/gimp-2.0/libgimpbase/gimpchecks.h +include/gimp-2.0/libgimpbase/gimpdatafiles.h +include/gimp-2.0/libgimpbase/gimpenv.h +include/gimp-2.0/libgimpbase/gimplimits.h +include/gimp-2.0/libgimpbase/gimpmemsize.h +include/gimp-2.0/libgimpbase/gimpparasite.h +include/gimp-2.0/libgimpbase/gimpparasiteio.h +include/gimp-2.0/libgimpbase/gimpsignal.h +include/gimp-2.0/libgimpbase/gimpunit.h +include/gimp-2.0/libgimpbase/gimputils.h +include/gimp-2.0/libgimpbase/gimpversion.h +include/gimp-2.0/libgimpcolor/ +include/gimp-2.0/libgimpcolor/gimpadaptivesupersample.h +include/gimp-2.0/libgimpcolor/gimpbilinear.h +include/gimp-2.0/libgimpcolor/gimpcmyk.h +include/gimp-2.0/libgimpcolor/gimpcolor.h +include/gimp-2.0/libgimpcolor/gimpcolorspace.h +include/gimp-2.0/libgimpcolor/gimpcolortypes.h +include/gimp-2.0/libgimpcolor/gimphsv.h +include/gimp-2.0/libgimpcolor/gimprgb.h +include/gimp-2.0/libgimpmath/ +include/gimp-2.0/libgimpmath/gimpmath.h +include/gimp-2.0/libgimpmath/gimpmathtypes.h +include/gimp-2.0/libgimpmath/gimpmatrix.h +include/gimp-2.0/libgimpmath/gimpmd5.h +include/gimp-2.0/libgimpmath/gimpvector.h +include/gimp-2.0/libgimpmodule/ +include/gimp-2.0/libgimpmodule/gimpmodule.h +include/gimp-2.0/libgimpmodule/gimpmoduledb.h +include/gimp-2.0/libgimpmodule/gimpmoduletypes.h +include/gimp-2.0/libgimpthumb/ +include/gimp-2.0/libgimpthumb/gimpthumb-enums.h +include/gimp-2.0/libgimpthumb/gimpthumb-error.h +include/gimp-2.0/libgimpthumb/gimpthumb-types.h +include/gimp-2.0/libgimpthumb/gimpthumb-utils.h +include/gimp-2.0/libgimpthumb/gimpthumb.h +include/gimp-2.0/libgimpthumb/gimpthumbnail.h +include/gimp-2.0/libgimpwidgets/ +include/gimp-2.0/libgimpwidgets/gimpbutton.h +include/gimp-2.0/libgimpwidgets/gimpcellrenderercolor.h +include/gimp-2.0/libgimpwidgets/gimpcellrenderertoggle.h +include/gimp-2.0/libgimpwidgets/gimpchainbutton.h +include/gimp-2.0/libgimpwidgets/gimpcolorarea.h +include/gimp-2.0/libgimpwidgets/gimpcolorbutton.h +include/gimp-2.0/libgimpwidgets/gimpcolordisplay.h +include/gimp-2.0/libgimpwidgets/gimpcolordisplaystack.h +include/gimp-2.0/libgimpwidgets/gimpcolorhexentry.h +include/gimp-2.0/libgimpwidgets/gimpcolornotebook.h +include/gimp-2.0/libgimpwidgets/gimpcolorscale.h +include/gimp-2.0/libgimpwidgets/gimpcolorscales.h +include/gimp-2.0/libgimpwidgets/gimpcolorselect.h +include/gimp-2.0/libgimpwidgets/gimpcolorselection.h +include/gimp-2.0/libgimpwidgets/gimpcolorselector.h +include/gimp-2.0/libgimpwidgets/gimpcontroller.h +include/gimp-2.0/libgimpwidgets/gimpdialog.h +include/gimp-2.0/libgimpwidgets/gimpfileentry.h +include/gimp-2.0/libgimpwidgets/gimpframe.h +include/gimp-2.0/libgimpwidgets/gimphelpui.h +include/gimp-2.0/libgimpwidgets/gimpintcombobox.h +include/gimp-2.0/libgimpwidgets/gimpintstore.h +include/gimp-2.0/libgimpwidgets/gimpmemsizeentry.h +include/gimp-2.0/libgimpwidgets/gimpoffsetarea.h +include/gimp-2.0/libgimpwidgets/gimpoldwidgets.h +include/gimp-2.0/libgimpwidgets/gimppatheditor.h +include/gimp-2.0/libgimpwidgets/gimppickbutton.h +include/gimp-2.0/libgimpwidgets/gimppixmap.h +include/gimp-2.0/libgimpwidgets/gimppreview.h +include/gimp-2.0/libgimpwidgets/gimppreviewarea.h +include/gimp-2.0/libgimpwidgets/gimpquerybox.h +include/gimp-2.0/libgimpwidgets/gimpscrolledpreview.h +include/gimp-2.0/libgimpwidgets/gimpsizeentry.h +include/gimp-2.0/libgimpwidgets/gimpstock.h +include/gimp-2.0/libgimpwidgets/gimpunitmenu.h +include/gimp-2.0/libgimpwidgets/gimpwidgets.h +include/gimp-2.0/libgimpwidgets/gimpwidgetstypes.h lib/gimp/ -lib/gimp/1.2/ -lib/gimp/1.2/modules/ -lib/gimp/1.2/modules/libcolorsel_gtk.a -lib/gimp/1.2/modules/libcolorsel_gtk.la -lib/gimp/1.2/modules/libcolorsel_triangle.a -lib/gimp/1.2/modules/libcolorsel_triangle.la -lib/gimp/1.2/modules/libcolorsel_water.a -lib/gimp/1.2/modules/libcolorsel_water.la -lib/gimp/1.2/plug-ins/ -lib/gimp/1.2/plug-ins/AlienMap -lib/gimp/1.2/plug-ins/AlienMap2 -lib/gimp/1.2/plug-ins/CEL -lib/gimp/1.2/plug-ins/CML_explorer -lib/gimp/1.2/plug-ins/FractalExplorer -lib/gimp/1.2/plug-ins/Lighting -lib/gimp/1.2/plug-ins/MapObject -lib/gimp/1.2/plug-ins/aa -lib/gimp/1.2/plug-ins/align_layers -lib/gimp/1.2/plug-ins/animationplay -lib/gimp/1.2/plug-ins/animoptimize -lib/gimp/1.2/plug-ins/apply_lens -lib/gimp/1.2/plug-ins/autocrop -lib/gimp/1.2/plug-ins/autostretch_hsv -lib/gimp/1.2/plug-ins/blinds -lib/gimp/1.2/plug-ins/blur -lib/gimp/1.2/plug-ins/bmp -lib/gimp/1.2/plug-ins/borderaverage -lib/gimp/1.2/plug-ins/bumpmap -lib/gimp/1.2/plug-ins/bz2 -lib/gimp/1.2/plug-ins/c_astretch -lib/gimp/1.2/plug-ins/checkerboard -lib/gimp/1.2/plug-ins/color_enhance -lib/gimp/1.2/plug-ins/colorify -lib/gimp/1.2/plug-ins/colortoalpha -lib/gimp/1.2/plug-ins/compose -lib/gimp/1.2/plug-ins/convmatrix -lib/gimp/1.2/plug-ins/csource -lib/gimp/1.2/plug-ins/cubism -lib/gimp/1.2/plug-ins/curve_bend -lib/gimp/1.2/plug-ins/dbbrowser -lib/gimp/1.2/plug-ins/decompose -lib/gimp/1.2/plug-ins/deinterlace -lib/gimp/1.2/plug-ins/depthmerge -lib/gimp/1.2/plug-ins/despeckle -lib/gimp/1.2/plug-ins/destripe -lib/gimp/1.2/plug-ins/diffraction -lib/gimp/1.2/plug-ins/displace -lib/gimp/1.2/plug-ins/edge -lib/gimp/1.2/plug-ins/emboss -lib/gimp/1.2/plug-ins/engrave -lib/gimp/1.2/plug-ins/exchange -lib/gimp/1.2/plug-ins/faxg3 -lib/gimp/1.2/plug-ins/film -lib/gimp/1.2/plug-ins/fits -lib/gimp/1.2/plug-ins/flame -lib/gimp/1.2/plug-ins/flarefx -lib/gimp/1.2/plug-ins/fp -lib/gimp/1.2/plug-ins/fractaltrace -lib/gimp/1.2/plug-ins/gap_decode_mpeg -lib/gimp/1.2/plug-ins/gap_filter -lib/gimp/1.2/plug-ins/gap_frontends -lib/gimp/1.2/plug-ins/gap_navigator_dialog -lib/gimp/1.2/plug-ins/gap_plugins -lib/gimp/1.2/plug-ins/gauss_iir -lib/gimp/1.2/plug-ins/gauss_rle -lib/gimp/1.2/plug-ins/gbr -lib/gimp/1.2/plug-ins/gdyntext -lib/gimp/1.2/plug-ins/gee -lib/gimp/1.2/plug-ins/gee_zoom -lib/gimp/1.2/plug-ins/gfig -lib/gimp/1.2/plug-ins/gflare -lib/gimp/1.2/plug-ins/gfli -lib/gimp/1.2/plug-ins/gicon -lib/gimp/1.2/plug-ins/gif -lib/gimp/1.2/plug-ins/gifload -lib/gimp/1.2/plug-ins/gih -lib/gimp/1.2/plug-ins/gimpressionist -lib/gimp/1.2/plug-ins/glasstile -lib/gimp/1.2/plug-ins/gqbist -lib/gimp/1.2/plug-ins/gradmap -lib/gimp/1.2/plug-ins/grid -lib/gimp/1.2/plug-ins/gtm -lib/gimp/1.2/plug-ins/guillotine -lib/gimp/1.2/plug-ins/gz -lib/gimp/1.2/plug-ins/header -lib/gimp/1.2/plug-ins/hot -lib/gimp/1.2/plug-ins/hrz -lib/gimp/1.2/plug-ins/ifscompose -lib/gimp/1.2/plug-ins/illusion -lib/gimp/1.2/plug-ins/imagemap -lib/gimp/1.2/plug-ins/iwarp -lib/gimp/1.2/plug-ins/jigsaw -lib/gimp/1.2/plug-ins/jpeg -lib/gimp/1.2/plug-ins/laplace -lib/gimp/1.2/plug-ins/lic -lib/gimp/1.2/plug-ins/mail -lib/gimp/1.2/plug-ins/mapcolor -lib/gimp/1.2/plug-ins/max_rgb -lib/gimp/1.2/plug-ins/maze -lib/gimp/1.2/plug-ins/mblur -lib/gimp/1.2/plug-ins/mosaic -lib/gimp/1.2/plug-ins/mpeg -lib/gimp/1.2/plug-ins/newsprint -lib/gimp/1.2/plug-ins/nlfilt -lib/gimp/1.2/plug-ins/noisify -lib/gimp/1.2/plug-ins/normalize -lib/gimp/1.2/plug-ins/nova -lib/gimp/1.2/plug-ins/oilify -lib/gimp/1.2/plug-ins/pagecurl -lib/gimp/1.2/plug-ins/papertile -lib/gimp/1.2/plug-ins/pat -lib/gimp/1.2/plug-ins/pcx -lib/gimp/1.2/plug-ins/pix -lib/gimp/1.2/plug-ins/pixelize -lib/gimp/1.2/plug-ins/plasma -lib/gimp/1.2/plug-ins/plugindetails -lib/gimp/1.2/plug-ins/png -lib/gimp/1.2/plug-ins/pnm -lib/gimp/1.2/plug-ins/polar -lib/gimp/1.2/plug-ins/ps -lib/gimp/1.2/plug-ins/psd -lib/gimp/1.2/plug-ins/psp -lib/gimp/1.2/plug-ins/randomize -lib/gimp/1.2/plug-ins/rcm -lib/gimp/1.2/plug-ins/ripple -lib/gimp/1.2/plug-ins/rotate -lib/gimp/1.2/plug-ins/sample_colorize -lib/gimp/1.2/plug-ins/scatter_hsv -lib/gimp/1.2/plug-ins/screenshot -lib/gimp/1.2/plug-ins/script-fu -lib/gimp/1.2/plug-ins/sel2path -lib/gimp/1.2/plug-ins/sel_gauss -lib/gimp/1.2/plug-ins/semiflatten -lib/gimp/1.2/plug-ins/sgi -lib/gimp/1.2/plug-ins/sharpen -lib/gimp/1.2/plug-ins/shift -lib/gimp/1.2/plug-ins/sinus -lib/gimp/1.2/plug-ins/smooth_palette -lib/gimp/1.2/plug-ins/snoise -lib/gimp/1.2/plug-ins/sobel -lib/gimp/1.2/plug-ins/sparkle -lib/gimp/1.2/plug-ins/spread -lib/gimp/1.2/plug-ins/struc -lib/gimp/1.2/plug-ins/sunras -lib/gimp/1.2/plug-ins/tga -lib/gimp/1.2/plug-ins/threshold_alpha -lib/gimp/1.2/plug-ins/tiff -lib/gimp/1.2/plug-ins/tile -lib/gimp/1.2/plug-ins/tileit -lib/gimp/1.2/plug-ins/tiler -lib/gimp/1.2/plug-ins/uniteditor -lib/gimp/1.2/plug-ins/unsharp -lib/gimp/1.2/plug-ins/url -lib/gimp/1.2/plug-ins/video -lib/gimp/1.2/plug-ins/vinvert -lib/gimp/1.2/plug-ins/vpropagate -lib/gimp/1.2/plug-ins/warp -lib/gimp/1.2/plug-ins/waves -lib/gimp/1.2/plug-ins/webbrowser -lib/gimp/1.2/plug-ins/whirlpinch -lib/gimp/1.2/plug-ins/wind -lib/gimp/1.2/plug-ins/wmf -lib/gimp/1.2/plug-ins/xbm -lib/gimp/1.2/plug-ins/xjt -lib/gimp/1.2/plug-ins/xpm -lib/gimp/1.2/plug-ins/xwd -lib/gimp/1.2/plug-ins/zealouscrop -lib/libgck.a -lib/libgck.la -lib/libgimp.a -lib/libgimp.la -lib/libgimpui.a -lib/libgimpui.la -@man man/man1/gimp-1.2.1 -@man man/man1/gimp-remote-1.2.1 +lib/gimp/2.0/ +lib/gimp/2.0/environ/ +lib/gimp/2.0/environ/default.env +lib/gimp/2.0/modules/ +lib/gimp/2.0/modules/libcdisplay_colorblind.a +lib/gimp/2.0/modules/libcdisplay_colorblind.la +lib/gimp/2.0/modules/libcdisplay_gamma.a +lib/gimp/2.0/modules/libcdisplay_gamma.la +lib/gimp/2.0/modules/libcdisplay_highcontrast.a +lib/gimp/2.0/modules/libcdisplay_highcontrast.la +lib/gimp/2.0/modules/libcdisplay_proof.a +lib/gimp/2.0/modules/libcdisplay_proof.la +lib/gimp/2.0/modules/libcolorsel_cmyk.a +lib/gimp/2.0/modules/libcolorsel_cmyk.la +lib/gimp/2.0/modules/libcolorsel_triangle.a +lib/gimp/2.0/modules/libcolorsel_triangle.la +lib/gimp/2.0/modules/libcolorsel_water.a +lib/gimp/2.0/modules/libcolorsel_water.la +lib/gimp/2.0/modules/libcontroller_midi.a +lib/gimp/2.0/modules/libcontroller_midi.la +lib/gimp/2.0/plug-ins/ +lib/gimp/2.0/plug-ins/AlienMap2 +lib/gimp/2.0/plug-ins/CEL +lib/gimp/2.0/plug-ins/CML_explorer +lib/gimp/2.0/plug-ins/FractalExplorer +lib/gimp/2.0/plug-ins/Lighting +lib/gimp/2.0/plug-ins/MapObject +lib/gimp/2.0/plug-ins/aa +lib/gimp/2.0/plug-ins/align_layers +lib/gimp/2.0/plug-ins/animationplay +lib/gimp/2.0/plug-ins/animoptimize +lib/gimp/2.0/plug-ins/apply_lens +lib/gimp/2.0/plug-ins/autocrop +lib/gimp/2.0/plug-ins/autostretch_hsv +lib/gimp/2.0/plug-ins/blinds +lib/gimp/2.0/plug-ins/blur +lib/gimp/2.0/plug-ins/bmp +lib/gimp/2.0/plug-ins/borderaverage +lib/gimp/2.0/plug-ins/bumpmap +lib/gimp/2.0/plug-ins/c_astretch +lib/gimp/2.0/plug-ins/cartoon +lib/gimp/2.0/plug-ins/ccanalyze +lib/gimp/2.0/plug-ins/channel_mixer +lib/gimp/2.0/plug-ins/checkerboard +lib/gimp/2.0/plug-ins/color_enhance +lib/gimp/2.0/plug-ins/colorify +lib/gimp/2.0/plug-ins/colortoalpha +lib/gimp/2.0/plug-ins/compose +lib/gimp/2.0/plug-ins/compressor +lib/gimp/2.0/plug-ins/convmatrix +lib/gimp/2.0/plug-ins/csource +lib/gimp/2.0/plug-ins/cubism +lib/gimp/2.0/plug-ins/curve_bend +lib/gimp/2.0/plug-ins/decompose +lib/gimp/2.0/plug-ins/deinterlace +lib/gimp/2.0/plug-ins/depthmerge +lib/gimp/2.0/plug-ins/despeckle +lib/gimp/2.0/plug-ins/destripe +lib/gimp/2.0/plug-ins/dicom +lib/gimp/2.0/plug-ins/diffraction +lib/gimp/2.0/plug-ins/displace +lib/gimp/2.0/plug-ins/dog +lib/gimp/2.0/plug-ins/edge +lib/gimp/2.0/plug-ins/emboss +lib/gimp/2.0/plug-ins/engrave +lib/gimp/2.0/plug-ins/exchange +lib/gimp/2.0/plug-ins/faxg3 +lib/gimp/2.0/plug-ins/film +lib/gimp/2.0/plug-ins/fits +lib/gimp/2.0/plug-ins/flame +lib/gimp/2.0/plug-ins/flarefx +lib/gimp/2.0/plug-ins/fp +lib/gimp/2.0/plug-ins/fractaltrace +lib/gimp/2.0/plug-ins/gauss +lib/gimp/2.0/plug-ins/gbr +lib/gimp/2.0/plug-ins/gee +lib/gimp/2.0/plug-ins/gee_zoom +lib/gimp/2.0/plug-ins/gfig +lib/gimp/2.0/plug-ins/gflare +lib/gimp/2.0/plug-ins/gfli +lib/gimp/2.0/plug-ins/gif +lib/gimp/2.0/plug-ins/gifload +lib/gimp/2.0/plug-ins/gih +lib/gimp/2.0/plug-ins/gimpressionist +lib/gimp/2.0/plug-ins/glasstile +lib/gimp/2.0/plug-ins/glob +lib/gimp/2.0/plug-ins/gqbist +lib/gimp/2.0/plug-ins/gradmap +lib/gimp/2.0/plug-ins/grid +lib/gimp/2.0/plug-ins/gtm +lib/gimp/2.0/plug-ins/guillotine +lib/gimp/2.0/plug-ins/header +lib/gimp/2.0/plug-ins/help +lib/gimp/2.0/plug-ins/hot +lib/gimp/2.0/plug-ins/ifscompose +lib/gimp/2.0/plug-ins/illusion +lib/gimp/2.0/plug-ins/imagemap +lib/gimp/2.0/plug-ins/iwarp +lib/gimp/2.0/plug-ins/jigsaw +lib/gimp/2.0/plug-ins/jpeg +lib/gimp/2.0/plug-ins/laplace +lib/gimp/2.0/plug-ins/lic +lib/gimp/2.0/plug-ins/mail +lib/gimp/2.0/plug-ins/mapcolor +lib/gimp/2.0/plug-ins/max_rgb +lib/gimp/2.0/plug-ins/maze +lib/gimp/2.0/plug-ins/mblur +lib/gimp/2.0/plug-ins/mng +lib/gimp/2.0/plug-ins/mosaic +lib/gimp/2.0/plug-ins/neon +lib/gimp/2.0/plug-ins/newsprint +lib/gimp/2.0/plug-ins/nlfilt +lib/gimp/2.0/plug-ins/noisify +lib/gimp/2.0/plug-ins/normalize +lib/gimp/2.0/plug-ins/nova +lib/gimp/2.0/plug-ins/oilify +lib/gimp/2.0/plug-ins/pagecurl +lib/gimp/2.0/plug-ins/papertile +lib/gimp/2.0/plug-ins/pat +lib/gimp/2.0/plug-ins/pcx +lib/gimp/2.0/plug-ins/photocopy +lib/gimp/2.0/plug-ins/pix +lib/gimp/2.0/plug-ins/pixelize +lib/gimp/2.0/plug-ins/plasma +lib/gimp/2.0/plug-ins/plugin-browser +lib/gimp/2.0/plug-ins/png +lib/gimp/2.0/plug-ins/pnm +lib/gimp/2.0/plug-ins/polar +lib/gimp/2.0/plug-ins/postscript +lib/gimp/2.0/plug-ins/procedure-browser +lib/gimp/2.0/plug-ins/psd +lib/gimp/2.0/plug-ins/psd_save +lib/gimp/2.0/plug-ins/psp +lib/gimp/2.0/plug-ins/randomize +lib/gimp/2.0/plug-ins/raw +lib/gimp/2.0/plug-ins/rcm +lib/gimp/2.0/plug-ins/retinex +lib/gimp/2.0/plug-ins/ripple +lib/gimp/2.0/plug-ins/rotate +lib/gimp/2.0/plug-ins/sample_colorize +lib/gimp/2.0/plug-ins/scatter_hsv +lib/gimp/2.0/plug-ins/screenshot +lib/gimp/2.0/plug-ins/script-fu +lib/gimp/2.0/plug-ins/sel2path +lib/gimp/2.0/plug-ins/sel_gauss +lib/gimp/2.0/plug-ins/semiflatten +lib/gimp/2.0/plug-ins/sgi +lib/gimp/2.0/plug-ins/sharpen +lib/gimp/2.0/plug-ins/shift +lib/gimp/2.0/plug-ins/sinus +lib/gimp/2.0/plug-ins/smooth_palette +lib/gimp/2.0/plug-ins/snoise +lib/gimp/2.0/plug-ins/sobel +lib/gimp/2.0/plug-ins/softglow +lib/gimp/2.0/plug-ins/sparkle +lib/gimp/2.0/plug-ins/spheredesigner +lib/gimp/2.0/plug-ins/spread +lib/gimp/2.0/plug-ins/struc +lib/gimp/2.0/plug-ins/sunras +lib/gimp/2.0/plug-ins/tga +lib/gimp/2.0/plug-ins/threshold_alpha +lib/gimp/2.0/plug-ins/tiff +lib/gimp/2.0/plug-ins/tile +lib/gimp/2.0/plug-ins/tileit +lib/gimp/2.0/plug-ins/tiler +lib/gimp/2.0/plug-ins/uniteditor +lib/gimp/2.0/plug-ins/unsharp +lib/gimp/2.0/plug-ins/url +lib/gimp/2.0/plug-ins/video +lib/gimp/2.0/plug-ins/vinvert +lib/gimp/2.0/plug-ins/vpropagate +lib/gimp/2.0/plug-ins/warp +lib/gimp/2.0/plug-ins/waves +lib/gimp/2.0/plug-ins/webbrowser +lib/gimp/2.0/plug-ins/whirlpinch +lib/gimp/2.0/plug-ins/wind +lib/gimp/2.0/plug-ins/winicon +lib/gimp/2.0/plug-ins/wmf +lib/gimp/2.0/plug-ins/xbm +lib/gimp/2.0/plug-ins/xjt +lib/gimp/2.0/plug-ins/xpm +lib/gimp/2.0/plug-ins/xwd +lib/gimp/2.0/plug-ins/zealouscrop +lib/libgimp-2.0.a +lib/libgimp-2.0.la +lib/libgimpbase-2.0.a +lib/libgimpbase-2.0.la +lib/libgimpcolor-2.0.a +lib/libgimpcolor-2.0.la +lib/libgimpmath-2.0.a +lib/libgimpmath-2.0.la +lib/libgimpmodule-2.0.a +lib/libgimpmodule-2.0.la +lib/libgimpthumb-2.0.a +lib/libgimpthumb-2.0.la +lib/libgimpui-2.0.a +lib/libgimpui-2.0.la +lib/libgimpwidgets-2.0.a +lib/libgimpwidgets-2.0.la +lib/pkgconfig/ +lib/pkgconfig/gimp-2.0.pc +lib/pkgconfig/gimpthumb-2.0.pc +lib/pkgconfig/gimpui-2.0.pc +@man man/man1/gimp-2.2.1 +@man man/man1/gimp-remote-2.2.1 @man man/man1/gimp-remote.1 @man man/man1/gimp.1 -@man man/man1/gimptool-1.2.1 -@man man/man1/gimptool.1 -@man man/man5/gimprc-1.2.5 +@man man/man1/gimptool-2.0.1 +@man man/man5/gimprc-2.2.5 @man man/man5/gimprc.5 -share/aclocal/gimp.m4 +share/aclocal/gimp-2.0.m4 share/examples/gimp/ -share/examples/gimp/1.2/ -@sample ${CONFDIR}/ -share/examples/gimp/1.2/gimprc -@sample ${CONFDIR}/gimprc -share/examples/gimp/1.2/gimprc_user -@sample ${CONFDIR}/gimprc_user -share/examples/gimp/1.2/gtkrc -@sample ${CONFDIR}/gtkrc -share/examples/gimp/1.2/gtkrc_user -@sample ${CONFDIR}/gtkrc_user -share/examples/gimp/1.2/ps-menurc -@sample ${CONFDIR}/ps-menurc -share/examples/gimp/1.2/unitrc -@sample ${CONFDIR}/unitrc +share/examples/gimp/2.0/ +@sample ${SYSCONFDIR}/gimp/2.0/ +share/examples/gimp/2.0/controllerrc +@sample ${SYSCONFDIR}/gimp/2.0/controllerrc +share/examples/gimp/2.0/gimprc +@sample ${SYSCONFDIR}/gimp/2.0/gimprc +share/examples/gimp/2.0/gtkrc +@sample ${SYSCONFDIR}/gimp/2.0/gtkrc +share/examples/gimp/2.0/ps-menurc +@sample ${SYSCONFDIR}/gimp/2.0/ps-menurc +share/examples/gimp/2.0/sessionrc +@sample ${SYSCONFDIR}/gimp/2.0/sessionrc +share/examples/gimp/2.0/templaterc +@sample ${SYSCONFDIR}/gimp/2.0/templaterc +share/examples/gimp/2.0/unitrc +@sample ${SYSCONFDIR}/gimp/2.0/unitrc share/gimp/ -share/gimp/1.2/ -share/gimp/1.2/brushes/ -share/gimp/1.2/brushes/10x10square.gbr -share/gimp/1.2/brushes/10x10squareBlur.gbr -share/gimp/1.2/brushes/11circle.gbr -share/gimp/1.2/brushes/11fcircle.gbr -share/gimp/1.2/brushes/13circle.gbr -share/gimp/1.2/brushes/13fcircle.gbr -share/gimp/1.2/brushes/15circle.gbr -share/gimp/1.2/brushes/15fcircle.gbr -share/gimp/1.2/brushes/17circle.gbr -share/gimp/1.2/brushes/17fcircle.gbr -share/gimp/1.2/brushes/19circle.gbr -share/gimp/1.2/brushes/19fcircle.gbr -share/gimp/1.2/brushes/1circle.gbr -share/gimp/1.2/brushes/20x20square.gbr -share/gimp/1.2/brushes/20x20squareBlur.gbr -share/gimp/1.2/brushes/3circle.gbr -share/gimp/1.2/brushes/3fcircle.gbr -share/gimp/1.2/brushes/5circle.gbr -share/gimp/1.2/brushes/5fcircle.gbr -share/gimp/1.2/brushes/5x5square.gbr -share/gimp/1.2/brushes/5x5squareBlur.gbr -share/gimp/1.2/brushes/7circle.gbr -share/gimp/1.2/brushes/7fcircle.gbr -share/gimp/1.2/brushes/9circle.gbr -share/gimp/1.2/brushes/9fcircle.gbr -share/gimp/1.2/brushes/DStar11.gbr -share/gimp/1.2/brushes/DStar17.gbr -share/gimp/1.2/brushes/DStar25.gbr -share/gimp/1.2/brushes/SketchBrush-16.gih -share/gimp/1.2/brushes/SketchBrush-32.gih -share/gimp/1.2/brushes/SketchBrush-64.gih -share/gimp/1.2/brushes/callig1.gbr -share/gimp/1.2/brushes/callig2.gbr -share/gimp/1.2/brushes/callig3.gbr -share/gimp/1.2/brushes/callig4.gbr -share/gimp/1.2/brushes/confetti.gbr -share/gimp/1.2/brushes/confetti.gih -share/gimp/1.2/brushes/dunes.gbr -share/gimp/1.2/brushes/feltpen.gih -share/gimp/1.2/brushes/galaxy.gbr -share/gimp/1.2/brushes/galaxy_big.gbr -share/gimp/1.2/brushes/galaxy_small.gbr -share/gimp/1.2/brushes/hsparks.gih -share/gimp/1.2/brushes/pepper.gbr -share/gimp/1.2/brushes/pixel.gbr -share/gimp/1.2/brushes/thegimp.gbr -share/gimp/1.2/brushes/vine.gih -share/gimp/1.2/brushes/xcf.gbr -share/gimp/1.2/devel-docs/ -share/gimp/1.2/devel-docs/html/ -share/gimp/1.2/devel-docs/html/libgimp/ -share/gimp/1.2/devel-docs/html/libgimp/gimpchainbutton.html -share/gimp/1.2/devel-docs/html/libgimp/gimpcolorbutton.html -share/gimp/1.2/devel-docs/html/libgimp/gimpdefinitions.html -share/gimp/1.2/devel-docs/html/libgimp/gimpfileselection.html -share/gimp/1.2/devel-docs/html/libgimp/gimpmodule.html -share/gimp/1.2/devel-docs/html/libgimp/gimppatheditor.html -share/gimp/1.2/devel-docs/html/libgimp/gimppixmap.html -share/gimp/1.2/devel-docs/html/libgimp/gimpsizeentry.html -share/gimp/1.2/devel-docs/html/libgimp/gimpunitmenu.html -share/gimp/1.2/devel-docs/html/libgimp/index.html -share/gimp/1.2/devel-docs/html/libgimp/index.sgml -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimp.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpbrushes.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpchannel.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpchannelops.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpcolor.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpcolordisplay.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpcolorselector.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpcolorspace.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpcompat.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpconvert.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpdialog.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpdisplay.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpdrawable.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpedit.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpenums.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpenv.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpexport.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpfeatures.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpfileops.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpfloatingsel.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpgimprc.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpgradients.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpguides.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimphelp.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimphelpui.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpimage.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimplayer.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimplimits.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpmath.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpmatrix.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpmenu.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpmessage.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpmisc.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpmodule.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimppalette.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpparasite.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpparasiteio.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimppatterns.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimppixelrgn.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpplugin.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpproceduraldb.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpprotocol.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpquerybox.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpselection.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpsignal.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimptexttool.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimptile.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimptools.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpui.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpundo.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpunit.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimputils.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpvector.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpwidgets.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpwire.html -share/gimp/1.2/devel-docs/html/libgimp/libgimp.html -share/gimp/1.2/devel-docs/html/libgimp/libgimpui.html -share/gimp/1.2/fractalexplorer/ -share/gimp/1.2/fractalexplorer/Asteroid_Field -share/gimp/1.2/fractalexplorer/Bar_Code_Label -share/gimp/1.2/fractalexplorer/Beauty_of_Nature -share/gimp/1.2/fractalexplorer/Blue_Curtain -share/gimp/1.2/fractalexplorer/Car_Track -share/gimp/1.2/fractalexplorer/Energetic_Diamond -share/gimp/1.2/fractalexplorer/Explosive -share/gimp/1.2/fractalexplorer/Flower -share/gimp/1.2/fractalexplorer/Fragments -share/gimp/1.2/fractalexplorer/Hemp -share/gimp/1.2/fractalexplorer/High_Voltage -share/gimp/1.2/fractalexplorer/Hoops -share/gimp/1.2/fractalexplorer/Ice_Crystal -share/gimp/1.2/fractalexplorer/Leaves -share/gimp/1.2/fractalexplorer/Lightning -share/gimp/1.2/fractalexplorer/Mandelbrot -share/gimp/1.2/fractalexplorer/Marble -share/gimp/1.2/fractalexplorer/Marble2 -share/gimp/1.2/fractalexplorer/Medusa -share/gimp/1.2/fractalexplorer/Nautilus -share/gimp/1.2/fractalexplorer/Nebula -share/gimp/1.2/fractalexplorer/Plant -share/gimp/1.2/fractalexplorer/Rose -share/gimp/1.2/fractalexplorer/Saturn -share/gimp/1.2/fractalexplorer/Snow_Crystal -share/gimp/1.2/fractalexplorer/Soma -share/gimp/1.2/fractalexplorer/Spark -share/gimp/1.2/fractalexplorer/Suns -share/gimp/1.2/fractalexplorer/Tentacles -share/gimp/1.2/fractalexplorer/The_Green_Place -share/gimp/1.2/fractalexplorer/Wave -share/gimp/1.2/fractalexplorer/Wood -share/gimp/1.2/fractalexplorer/Zooming_Circle -share/gimp/1.2/gfig/ -share/gimp/1.2/gfig/A_star -share/gimp/1.2/gfig/curves -share/gimp/1.2/gfig/polys -share/gimp/1.2/gfig/ring -share/gimp/1.2/gfig/ring+star -share/gimp/1.2/gfig/simily -share/gimp/1.2/gfig/spirals_and_stars -share/gimp/1.2/gfig/sprial -share/gimp/1.2/gfig/star2 -share/gimp/1.2/gfig/stars -share/gimp/1.2/gflare/ -share/gimp/1.2/gflare/Bright_Star -share/gimp/1.2/gflare/Classic -share/gimp/1.2/gflare/Default -share/gimp/1.2/gflare/Distant_Sun -share/gimp/1.2/gflare/GFlare_101 -share/gimp/1.2/gflare/GFlare_102 -share/gimp/1.2/gflare/Hidden_Planet -share/gimp/1.2/gimp_logo.ppm -share/gimp/1.2/gimp_splash.ppm -share/gimp/1.2/gimpressionist/ -share/gimp/1.2/gimpressionist/Brushes/ -share/gimp/1.2/gimpressionist/Brushes/arrow01.pgm -share/gimp/1.2/gimpressionist/Brushes/ball.ppm -share/gimp/1.2/gimpressionist/Brushes/blob.ppm -share/gimp/1.2/gimpressionist/Brushes/box.ppm -share/gimp/1.2/gimpressionist/Brushes/chalk01.pgm -share/gimp/1.2/gimpressionist/Brushes/cone.ppm -share/gimp/1.2/gimpressionist/Brushes/crayon01.pgm -share/gimp/1.2/gimpressionist/Brushes/crayon02.pgm -share/gimp/1.2/gimpressionist/Brushes/crayon03.pgm -share/gimp/1.2/gimpressionist/Brushes/crayon04.pgm -share/gimp/1.2/gimpressionist/Brushes/crayon05.pgm -share/gimp/1.2/gimpressionist/Brushes/crayon06.pgm -share/gimp/1.2/gimpressionist/Brushes/crayon07.pgm -share/gimp/1.2/gimpressionist/Brushes/crayon08.pgm -share/gimp/1.2/gimpressionist/Brushes/defaultbrush.pgm -share/gimp/1.2/gimpressionist/Brushes/dribble.pgm -share/gimp/1.2/gimpressionist/Brushes/fabric.pgm -share/gimp/1.2/gimpressionist/Brushes/fabric01.pgm -share/gimp/1.2/gimpressionist/Brushes/fabric02.pgm -share/gimp/1.2/gimpressionist/Brushes/fabric03.pgm -share/gimp/1.2/gimpressionist/Brushes/flower01.pgm -share/gimp/1.2/gimpressionist/Brushes/flower02.pgm -share/gimp/1.2/gimpressionist/Brushes/flower03.pgm -share/gimp/1.2/gimpressionist/Brushes/flower04.pgm -share/gimp/1.2/gimpressionist/Brushes/grad01.pgm -share/gimp/1.2/gimpressionist/Brushes/grad02.pgm -share/gimp/1.2/gimpressionist/Brushes/grad03.pgm -share/gimp/1.2/gimpressionist/Brushes/heart.ppm -share/gimp/1.2/gimpressionist/Brushes/leaf01.pgm -share/gimp/1.2/gimpressionist/Brushes/paintbrush.pgm -share/gimp/1.2/gimpressionist/Brushes/paintbrush01.pgm -share/gimp/1.2/gimpressionist/Brushes/paintbrush02.pgm -share/gimp/1.2/gimpressionist/Brushes/paintbrush03.pgm -share/gimp/1.2/gimpressionist/Brushes/paintbrush04.pgm -share/gimp/1.2/gimpressionist/Brushes/paper01.pgm -share/gimp/1.2/gimpressionist/Brushes/paper02.pgm -share/gimp/1.2/gimpressionist/Brushes/paper03.pgm -share/gimp/1.2/gimpressionist/Brushes/paper04.pgm -share/gimp/1.2/gimpressionist/Brushes/pentagram.pgm -share/gimp/1.2/gimpressionist/Brushes/scribble.pgm -share/gimp/1.2/gimpressionist/Brushes/shape01.pgm -share/gimp/1.2/gimpressionist/Brushes/shape02.pgm -share/gimp/1.2/gimpressionist/Brushes/shape03.pgm -share/gimp/1.2/gimpressionist/Brushes/shape04.pgm -share/gimp/1.2/gimpressionist/Brushes/snow1.pgm -share/gimp/1.2/gimpressionist/Brushes/sphere.ppm -share/gimp/1.2/gimpressionist/Brushes/splat1.pgm -share/gimp/1.2/gimpressionist/Brushes/splat2.pgm -share/gimp/1.2/gimpressionist/Brushes/splat3.pgm -share/gimp/1.2/gimpressionist/Brushes/spunge01.pgm -share/gimp/1.2/gimpressionist/Brushes/spunge02.pgm -share/gimp/1.2/gimpressionist/Brushes/spunge03.pgm -share/gimp/1.2/gimpressionist/Brushes/spunge04.pgm -share/gimp/1.2/gimpressionist/Brushes/spunge05.pgm -share/gimp/1.2/gimpressionist/Brushes/strange01.pgm -share/gimp/1.2/gimpressionist/Brushes/thegimp.pgm -share/gimp/1.2/gimpressionist/Brushes/torus.ppm -share/gimp/1.2/gimpressionist/Brushes/wavy.pgm -share/gimp/1.2/gimpressionist/Brushes/weave.pgm -share/gimp/1.2/gimpressionist/Brushes/worm.pgm -share/gimp/1.2/gimpressionist/Paper/ -share/gimp/1.2/gimpressionist/Paper/bricks.pgm -share/gimp/1.2/gimpressionist/Paper/bricks2.pgm -share/gimp/1.2/gimpressionist/Paper/burlap.pgm -share/gimp/1.2/gimpressionist/Paper/canvas2.pgm -share/gimp/1.2/gimpressionist/Paper/defaultpaper.pgm -share/gimp/1.2/gimpressionist/Paper/marble.pgm -share/gimp/1.2/gimpressionist/Paper/marble2.pgm -share/gimp/1.2/gimpressionist/Paper/stone.pgm -share/gimp/1.2/gimpressionist/Paper/struc.pgm -share/gimp/1.2/gimpressionist/Presets/ -share/gimp/1.2/gimpressionist/Presets/ApplyCanvas -share/gimp/1.2/gimpressionist/Presets/Ballpark -share/gimp/1.2/gimpressionist/Presets/Canvas -share/gimp/1.2/gimpressionist/Presets/Crosshatch -share/gimp/1.2/gimpressionist/Presets/Cubism -share/gimp/1.2/gimpressionist/Presets/Dotify -share/gimp/1.2/gimpressionist/Presets/Embroidery -share/gimp/1.2/gimpressionist/Presets/Feathers -share/gimp/1.2/gimpressionist/Presets/Felt-marker -share/gimp/1.2/gimpressionist/Presets/Flowerbed -share/gimp/1.2/gimpressionist/Presets/Furry -share/gimp/1.2/gimpressionist/Presets/Line-art -share/gimp/1.2/gimpressionist/Presets/Line-art-2 -share/gimp/1.2/gimpressionist/Presets/Maggot-invasion -share/gimp/1.2/gimpressionist/Presets/MarbleMadness -share/gimp/1.2/gimpressionist/Presets/Mossy -share/gimp/1.2/gimpressionist/Presets/Painted_Rock -share/gimp/1.2/gimpressionist/Presets/Parquette -share/gimp/1.2/gimpressionist/Presets/Patchwork -share/gimp/1.2/gimpressionist/Presets/Ringworks -share/gimp/1.2/gimpressionist/Presets/Sample -share/gimp/1.2/gimpressionist/Presets/Smash -share/gimp/1.2/gimpressionist/Presets/Straws -share/gimp/1.2/gimpressionist/Presets/Weave -share/gimp/1.2/gimpressionist/Presets/Wormcan -share/gimp/1.2/gradients/ -share/gimp/1.2/gradients/Abstract_1 -share/gimp/1.2/gradients/Abstract_2 -share/gimp/1.2/gradients/Abstract_3 -share/gimp/1.2/gradients/Aneurism -share/gimp/1.2/gradients/Blinds -share/gimp/1.2/gradients/Blue_Green -share/gimp/1.2/gradients/Browns -share/gimp/1.2/gradients/Brushed_Aluminium -share/gimp/1.2/gradients/Burning_Paper -share/gimp/1.2/gradients/Burning_Transparency -share/gimp/1.2/gradients/CD -share/gimp/1.2/gradients/CD_Half -share/gimp/1.2/gradients/Caribbean_Blues -share/gimp/1.2/gradients/Coffee -share/gimp/1.2/gradients/Cold_Steel -share/gimp/1.2/gradients/Cold_Steel_2 -share/gimp/1.2/gradients/Crown_molding -share/gimp/1.2/gradients/Danish_flag -share/gimp/1.2/gradients/Dark_1 -share/gimp/1.2/gradients/Deep_Sea -share/gimp/1.2/gradients/Default -share/gimp/1.2/gradients/Flare_Glow_Angular_1 -share/gimp/1.2/gradients/Flare_Glow_Radial_1 -share/gimp/1.2/gradients/Flare_Glow_Radial_2 -share/gimp/1.2/gradients/Flare_Glow_Radial_3 -share/gimp/1.2/gradients/Flare_Glow_Radial_4 -share/gimp/1.2/gradients/Flare_Radial_101 -share/gimp/1.2/gradients/Flare_Radial_102 -share/gimp/1.2/gradients/Flare_Radial_103 -share/gimp/1.2/gradients/Flare_Rays_Radial_1 -share/gimp/1.2/gradients/Flare_Rays_Radial_2 -share/gimp/1.2/gradients/Flare_Rays_Size_1 -share/gimp/1.2/gradients/Flare_Sizefac_101 -share/gimp/1.2/gradients/Four_bars -share/gimp/1.2/gradients/French_flag -share/gimp/1.2/gradients/French_flag_smooth -share/gimp/1.2/gradients/Full_saturation_spectrum_CCW -share/gimp/1.2/gradients/Full_saturation_spectrum_CW -share/gimp/1.2/gradients/German_flag -share/gimp/1.2/gradients/German_flag_smooth -share/gimp/1.2/gradients/Golden -share/gimp/1.2/gradients/Greens -share/gimp/1.2/gradients/Horizon_1 -share/gimp/1.2/gradients/Horizon_2 -share/gimp/1.2/gradients/Incandescent -share/gimp/1.2/gradients/Land_1 -share/gimp/1.2/gradients/Land_and_Sea -share/gimp/1.2/gradients/Metallic_Something -share/gimp/1.2/gradients/Mexican_flag -share/gimp/1.2/gradients/Mexican_flag_smooth -share/gimp/1.2/gradients/Nauseating_Headache -share/gimp/1.2/gradients/Neon_Cyan -share/gimp/1.2/gradients/Neon_Green -share/gimp/1.2/gradients/Neon_Yellow -share/gimp/1.2/gradients/Pastel_Rainbow -share/gimp/1.2/gradients/Pastels -share/gimp/1.2/gradients/Purples -share/gimp/1.2/gradients/Radial_Eyeball_Blue -share/gimp/1.2/gradients/Radial_Eyeball_Brown -share/gimp/1.2/gradients/Radial_Eyeball_Green -share/gimp/1.2/gradients/Radial_Glow_1 -share/gimp/1.2/gradients/Radial_Rainbow_Hoop -share/gimp/1.2/gradients/Romanian_flag -share/gimp/1.2/gradients/Romanian_flag_smooth -share/gimp/1.2/gradients/Rounded_edge -share/gimp/1.2/gradients/Shadows_1 -share/gimp/1.2/gradients/Shadows_2 -share/gimp/1.2/gradients/Shadows_3 -share/gimp/1.2/gradients/Skyline -share/gimp/1.2/gradients/Skyline_polluted -share/gimp/1.2/gradients/Square_Wood_Frame -share/gimp/1.2/gradients/Sunrise -share/gimp/1.2/gradients/Three_bars_sin -share/gimp/1.2/gradients/Tropical_Colors -share/gimp/1.2/gradients/Tube_Red -share/gimp/1.2/gradients/Wood_1 -share/gimp/1.2/gradients/Wood_2 -share/gimp/1.2/gradients/Yellow_Contrast -share/gimp/1.2/gradients/Yellow_Orange -share/gimp/1.2/help/ -share/gimp/1.2/help/C/ -share/gimp/1.2/help/C/bug_submission.html -share/gimp/1.2/help/C/channels/ -share/gimp/1.2/help/C/channels/channel_to_selection.html -share/gimp/1.2/help/C/channels/delete_channel.html -share/gimp/1.2/help/C/channels/dialogs -share/gimp/1.2/help/C/channels/duplicate_channel.html -share/gimp/1.2/help/C/channels/index.html -share/gimp/1.2/help/C/channels/lower_channel.html -share/gimp/1.2/help/C/channels/raise_channel.html -share/gimp/1.2/help/C/command_line.html -share/gimp/1.2/help/C/contents.html -share/gimp/1.2/help/C/dialogs/ -share/gimp/1.2/help/C/dialogs/about.html -share/gimp/1.2/help/C/dialogs/border_selection.html -share/gimp/1.2/help/C/dialogs/brush_editor.html -share/gimp/1.2/help/C/dialogs/brush_selection.html -share/gimp/1.2/help/C/dialogs/channels/ -share/gimp/1.2/help/C/dialogs/channels/channels.html -share/gimp/1.2/help/C/dialogs/channels/edit_channel_attributes.html -share/gimp/1.2/help/C/dialogs/channels/new_channel.html -share/gimp/1.2/help/C/dialogs/color_selectors/ -share/gimp/1.2/help/C/dialogs/color_selectors/built_in.html -share/gimp/1.2/help/C/dialogs/color_selectors/gtk.html -share/gimp/1.2/help/C/dialogs/color_selectors/triangle.html -share/gimp/1.2/help/C/dialogs/color_selectors/watercolor.html -share/gimp/1.2/help/C/dialogs/confirm_save.html -share/gimp/1.2/help/C/dialogs/convert_to_indexed.html -share/gimp/1.2/help/C/dialogs/copy_named.html -share/gimp/1.2/help/C/dialogs/cut_named.html -share/gimp/1.2/help/C/dialogs/device_status.html -share/gimp/1.2/help/C/dialogs/document_index.html -share/gimp/1.2/help/C/dialogs/edit_qmask_attributes.html -share/gimp/1.2/help/C/dialogs/error_console.html -share/gimp/1.2/help/C/dialogs/export_file.html -share/gimp/1.2/help/C/dialogs/feather_selection.html -share/gimp/1.2/help/C/dialogs/file_new.html -share/gimp/1.2/help/C/dialogs/file_open.html -share/gimp/1.2/help/C/dialogs/file_save.html -share/gimp/1.2/help/C/dialogs/gradient_editor/ -share/gimp/1.2/help/C/dialogs/gradient_editor/copy_gradient.html -share/gimp/1.2/help/C/dialogs/gradient_editor/delete_gradient.html -share/gimp/1.2/help/C/dialogs/gradient_editor/gradient_editor.html -share/gimp/1.2/help/C/dialogs/gradient_editor/new_gradient.html -share/gimp/1.2/help/C/dialogs/gradient_editor/rename_gradient.html -share/gimp/1.2/help/C/dialogs/gradient_editor/replicate_segment.html -share/gimp/1.2/help/C/dialogs/gradient_editor/save_as_povray.html -share/gimp/1.2/help/C/dialogs/gradient_editor/split_segments_uniformly.html -share/gimp/1.2/help/C/dialogs/gradient_selection.html -share/gimp/1.2/help/C/dialogs/grow_selection.html -share/gimp/1.2/help/C/dialogs/help.html -share/gimp/1.2/help/C/dialogs/index.html -share/gimp/1.2/help/C/dialogs/indexed_palette.html -share/gimp/1.2/help/C/dialogs/info_window.html -share/gimp/1.2/help/C/dialogs/input_devices.html -share/gimp/1.2/help/C/dialogs/layers/ -share/gimp/1.2/help/C/dialogs/layers/add_layer_mask.html -share/gimp/1.2/help/C/dialogs/layers/edit_layer_attributes.html -share/gimp/1.2/help/C/dialogs/layers/layer_boundary_size.html -share/gimp/1.2/help/C/dialogs/layers/layers.html -share/gimp/1.2/help/C/dialogs/layers/merge_visible_layers.html -share/gimp/1.2/help/C/dialogs/layers/new_layer.html -share/gimp/1.2/help/C/dialogs/layers/scale_layer.html -share/gimp/1.2/help/C/dialogs/layers_and_channels.html -share/gimp/1.2/help/C/dialogs/module_browser.html -share/gimp/1.2/help/C/dialogs/navigation_window.html -share/gimp/1.2/help/C/dialogs/offset.html -share/gimp/1.2/help/C/dialogs/palette_editor/ -share/gimp/1.2/help/C/dialogs/palette_editor/delete_palette.html -share/gimp/1.2/help/C/dialogs/palette_editor/import_palette.html -share/gimp/1.2/help/C/dialogs/palette_editor/merge_palette.html -share/gimp/1.2/help/C/dialogs/palette_editor/new_palette.html -share/gimp/1.2/help/C/dialogs/palette_editor/palette_editor.html -share/gimp/1.2/help/C/dialogs/palette_selection.html -share/gimp/1.2/help/C/dialogs/paste_named.html -share/gimp/1.2/help/C/dialogs/paths/ -share/gimp/1.2/help/C/dialogs/paths/edit_path_attributes.html -share/gimp/1.2/help/C/dialogs/paths/export_path.html -share/gimp/1.2/help/C/dialogs/paths/import_path.html -share/gimp/1.2/help/C/dialogs/paths/paths.html -share/gimp/1.2/help/C/dialogs/pattern_selection.html -share/gimp/1.2/help/C/dialogs/preferences/ -share/gimp/1.2/help/C/dialogs/preferences/directories.html -share/gimp/1.2/help/C/dialogs/preferences/display.html -share/gimp/1.2/help/C/dialogs/preferences/environment.html -share/gimp/1.2/help/C/dialogs/preferences/interface.html -share/gimp/1.2/help/C/dialogs/preferences/monitor.html -share/gimp/1.2/help/C/dialogs/preferences/new_file.html -share/gimp/1.2/help/C/dialogs/preferences/preferences.html -share/gimp/1.2/help/C/dialogs/preferences/session.html -share/gimp/1.2/help/C/dialogs/really_close.html -share/gimp/1.2/help/C/dialogs/really_quit.html -share/gimp/1.2/help/C/dialogs/scale_image.html -share/gimp/1.2/help/C/dialogs/scale_layer_warn.html -share/gimp/1.2/help/C/dialogs/set_canvas_size.html -share/gimp/1.2/help/C/dialogs/shrink_selection.html -share/gimp/1.2/help/C/dialogs/tip_of_the_day.html -share/gimp/1.2/help/C/dialogs/tool_options.html -share/gimp/1.2/help/C/dialogs/undo_history.html -share/gimp/1.2/help/C/file/ -share/gimp/1.2/help/C/file/close.html -share/gimp/1.2/help/C/file/dialogs -share/gimp/1.2/help/C/file/filters -share/gimp/1.2/help/C/file/index.html -share/gimp/1.2/help/C/file/last_opened.html -share/gimp/1.2/help/C/file/open -share/gimp/1.2/help/C/file/quit.html -share/gimp/1.2/help/C/file/revert.html -share/gimp/1.2/help/C/file/save -share/gimp/1.2/help/C/file_formats.html -share/gimp/1.2/help/C/filters/ -share/gimp/1.2/help/C/filters/alienmap.html -share/gimp/1.2/help/C/filters/alienmap2.html -share/gimp/1.2/help/C/filters/align_layers.html -share/gimp/1.2/help/C/filters/animate_cells.html -share/gimp/1.2/help/C/filters/animationplay.html -share/gimp/1.2/help/C/filters/animoptimize.html -share/gimp/1.2/help/C/filters/apply_lens.html -share/gimp/1.2/help/C/filters/applycanvas.html -share/gimp/1.2/help/C/filters/autocrop.html -share/gimp/1.2/help/C/filters/autostretch_hsv.html -share/gimp/1.2/help/C/filters/blended2.html -share/gimp/1.2/help/C/filters/blinds.html -share/gimp/1.2/help/C/filters/blowinout.html -share/gimp/1.2/help/C/filters/blur.html -share/gimp/1.2/help/C/filters/border.html -share/gimp/1.2/help/C/filters/borderaverage.html -share/gimp/1.2/help/C/filters/bumpmap.html -share/gimp/1.2/help/C/filters/burst.html -share/gimp/1.2/help/C/filters/bz2.html -share/gimp/1.2/help/C/filters/c_astretch.html -share/gimp/1.2/help/C/filters/centerguide.html -share/gimp/1.2/help/C/filters/checkerboard.html -share/gimp/1.2/help/C/filters/cml_explorer.html -share/gimp/1.2/help/C/filters/color_enhance.html -share/gimp/1.2/help/C/filters/colorify.html -share/gimp/1.2/help/C/filters/colortoalpha.html -share/gimp/1.2/help/C/filters/compose.html -share/gimp/1.2/help/C/filters/convmatrix.html -share/gimp/1.2/help/C/filters/cubism.html -share/gimp/1.2/help/C/filters/curve_bend.html -share/gimp/1.2/help/C/filters/decompose.html -share/gimp/1.2/help/C/filters/deinterlace.html -share/gimp/1.2/help/C/filters/depthmerge.html -share/gimp/1.2/help/C/filters/despeckle.html -share/gimp/1.2/help/C/filters/destripe.html -share/gimp/1.2/help/C/filters/diffraction.html -share/gimp/1.2/help/C/filters/displace.html -share/gimp/1.2/help/C/filters/ditherize.html -share/gimp/1.2/help/C/filters/dust.html -share/gimp/1.2/help/C/filters/edge.html -share/gimp/1.2/help/C/filters/emboss.html -share/gimp/1.2/help/C/filters/engrave.html -share/gimp/1.2/help/C/filters/exchange.html -share/gimp/1.2/help/C/filters/fade-alpha.html -share/gimp/1.2/help/C/filters/film.html -share/gimp/1.2/help/C/filters/fire.html -share/gimp/1.2/help/C/filters/fit-text.html -share/gimp/1.2/help/C/filters/fits.html -share/gimp/1.2/help/C/filters/flame.html -share/gimp/1.2/help/C/filters/flarefx.html -share/gimp/1.2/help/C/filters/fp.html -share/gimp/1.2/help/C/filters/fractalexplorer.html -share/gimp/1.2/help/C/filters/fractaltrace.html -share/gimp/1.2/help/C/filters/frame_filter.html -share/gimp/1.2/help/C/filters/gap_filter.html -share/gimp/1.2/help/C/filters/gap_frontends.html -share/gimp/1.2/help/C/filters/gap_navigator_dialog.html -share/gimp/1.2/help/C/filters/gap_plugins.html -share/gimp/1.2/help/C/filters/gauss_iir.html -share/gimp/1.2/help/C/filters/gauss_rle.html -share/gimp/1.2/help/C/filters/gdyntext.html -share/gimp/1.2/help/C/filters/gee_zoom.html -share/gimp/1.2/help/C/filters/gfig.html -share/gimp/1.2/help/C/filters/gflare.html -share/gimp/1.2/help/C/filters/gih.html -share/gimp/1.2/help/C/filters/gimpressionist.html -share/gimp/1.2/help/C/filters/glasstile.html -share/gimp/1.2/help/C/filters/glowing_steel.html -share/gimp/1.2/help/C/filters/gouge.html -share/gimp/1.2/help/C/filters/gqbist.html -share/gimp/1.2/help/C/filters/gradmap.html -share/gimp/1.2/help/C/filters/grid.html -share/gimp/1.2/help/C/filters/gtm.html -share/gimp/1.2/help/C/filters/guide_remove.html -share/gimp/1.2/help/C/filters/guidegrid.html -share/gimp/1.2/help/C/filters/guides_to_selection.html -share/gimp/1.2/help/C/filters/guillotine.html -share/gimp/1.2/help/C/filters/gz.html -share/gimp/1.2/help/C/filters/hot.html -share/gimp/1.2/help/C/filters/hrz.html -share/gimp/1.2/help/C/filters/ifscompose.html -share/gimp/1.2/help/C/filters/illusion.html -share/gimp/1.2/help/C/filters/image_tile.html -share/gimp/1.2/help/C/filters/imagemap.html -share/gimp/1.2/help/C/filters/index.html -share/gimp/1.2/help/C/filters/iwarp.html -share/gimp/1.2/help/C/filters/jigsaw.html -share/gimp/1.2/help/C/filters/jpeg.html -share/gimp/1.2/help/C/filters/laplace.html -share/gimp/1.2/help/C/filters/layerfuncs.html -share/gimp/1.2/help/C/filters/lic.html -share/gimp/1.2/help/C/filters/lighting.html -share/gimp/1.2/help/C/filters/logulator.html -share/gimp/1.2/help/C/filters/mail.html -share/gimp/1.2/help/C/filters/map_to_gradient.html -share/gimp/1.2/help/C/filters/mapcolor.html -share/gimp/1.2/help/C/filters/mapobject.html -share/gimp/1.2/help/C/filters/max_rgb.html -share/gimp/1.2/help/C/filters/maze.html -share/gimp/1.2/help/C/filters/mblur.html -share/gimp/1.2/help/C/filters/miff.html -share/gimp/1.2/help/C/filters/mirrorsplit.html -share/gimp/1.2/help/C/filters/mosaic.html -share/gimp/1.2/help/C/filters/newsprint.html -share/gimp/1.2/help/C/filters/nlfilt.html -share/gimp/1.2/help/C/filters/noisify.html -share/gimp/1.2/help/C/filters/none.html -share/gimp/1.2/help/C/filters/normalize.html -share/gimp/1.2/help/C/filters/nova.html -share/gimp/1.2/help/C/filters/oilify.html -share/gimp/1.2/help/C/filters/pagecurl.html -share/gimp/1.2/help/C/filters/papertile.html -share/gimp/1.2/help/C/filters/pat.html -share/gimp/1.2/help/C/filters/perlotine.html -share/gimp/1.2/help/C/filters/pixelize.html -share/gimp/1.2/help/C/filters/pixelmap.html -share/gimp/1.2/help/C/filters/plasma.html -share/gimp/1.2/help/C/filters/png.html -share/gimp/1.2/help/C/filters/pnm.html -share/gimp/1.2/help/C/filters/polar.html -share/gimp/1.2/help/C/filters/prep4gif.html -share/gimp/1.2/help/C/filters/print.html -share/gimp/1.2/help/C/filters/psd.html -share/gimp/1.2/help/C/filters/psp.html -share/gimp/1.2/help/C/filters/randomblends.html -share/gimp/1.2/help/C/filters/randomize.html -share/gimp/1.2/help/C/filters/rcm.html -share/gimp/1.2/help/C/filters/repdup.html -share/gimp/1.2/help/C/filters/repeat_last.html -share/gimp/1.2/help/C/filters/reshow_last.html -share/gimp/1.2/help/C/filters/resynth.html -share/gimp/1.2/help/C/filters/ripple.html -share/gimp/1.2/help/C/filters/rotate.html -share/gimp/1.2/help/C/filters/roundsel.html -share/gimp/1.2/help/C/filters/sample_colorize.html -share/gimp/1.2/help/C/filters/scatter_hsv.html -share/gimp/1.2/help/C/filters/scratches.html -share/gimp/1.2/help/C/filters/sel2path.html -share/gimp/1.2/help/C/filters/sel_gauss.html -share/gimp/1.2/help/C/filters/semiflatten.html -share/gimp/1.2/help/C/filters/sgi.html -share/gimp/1.2/help/C/filters/sharpen.html -share/gimp/1.2/help/C/filters/shift.html -share/gimp/1.2/help/C/filters/sinus.html -share/gimp/1.2/help/C/filters/smooth_palette.html -share/gimp/1.2/help/C/filters/snoise.html -share/gimp/1.2/help/C/filters/sobel.html -share/gimp/1.2/help/C/filters/sparkle.html -share/gimp/1.2/help/C/filters/spread.html -share/gimp/1.2/help/C/filters/stampify.html -share/gimp/1.2/help/C/filters/struc.html -share/gimp/1.2/help/C/filters/sunras.html -share/gimp/1.2/help/C/filters/terral_text.html -share/gimp/1.2/help/C/filters/tex-to-float.html -share/gimp/1.2/help/C/filters/tga.html -share/gimp/1.2/help/C/filters/threshold_alpha.html -share/gimp/1.2/help/C/filters/tiff.html -share/gimp/1.2/help/C/filters/tile.html -share/gimp/1.2/help/C/filters/tileable_blur.html -share/gimp/1.2/help/C/filters/tileit.html -share/gimp/1.2/help/C/filters/tiler.html -share/gimp/1.2/help/C/filters/translogo.html -share/gimp/1.2/help/C/filters/unsharp.html -share/gimp/1.2/help/C/filters/url.html -share/gimp/1.2/help/C/filters/video.html -share/gimp/1.2/help/C/filters/vinvert.html -share/gimp/1.2/help/C/filters/vpropagate.html -share/gimp/1.2/help/C/filters/warp-sharp.html -share/gimp/1.2/help/C/filters/warp.html -share/gimp/1.2/help/C/filters/waves.html -share/gimp/1.2/help/C/filters/webify.html -share/gimp/1.2/help/C/filters/whirlpinch.html -share/gimp/1.2/help/C/filters/wind.html -share/gimp/1.2/help/C/filters/windify.html -share/gimp/1.2/help/C/filters/wmf.html -share/gimp/1.2/help/C/filters/xachlego.html -share/gimp/1.2/help/C/filters/xachshadow.html -share/gimp/1.2/help/C/filters/xachvision.html -share/gimp/1.2/help/C/filters/xwd.html -share/gimp/1.2/help/C/filters/zealouscrop.html -share/gimp/1.2/help/C/gimp_license.html -share/gimp/1.2/help/C/gimp_remote.html -share/gimp/1.2/help/C/gimptool.html -share/gimp/1.2/help/C/glossary.html -share/gimp/1.2/help/C/image/ -share/gimp/1.2/help/C/image/dialogs -share/gimp/1.2/help/C/image/edit/ -share/gimp/1.2/help/C/image/edit/clear.html -share/gimp/1.2/help/C/image/edit/copy.html -share/gimp/1.2/help/C/image/edit/cut.html -share/gimp/1.2/help/C/image/edit/dialogs -share/gimp/1.2/help/C/image/edit/fill.html -share/gimp/1.2/help/C/image/edit/paste.html -share/gimp/1.2/help/C/image/edit/paste_as_new.html -share/gimp/1.2/help/C/image/edit/paste_into.html -share/gimp/1.2/help/C/image/edit/redo.html -share/gimp/1.2/help/C/image/edit/stroke.html -share/gimp/1.2/help/C/image/edit/undo.html -share/gimp/1.2/help/C/image/file -share/gimp/1.2/help/C/image/filters -share/gimp/1.2/help/C/image/image/ -share/gimp/1.2/help/C/image/image/colors/ -share/gimp/1.2/help/C/image/image/colors/auto/ -share/gimp/1.2/help/C/image/image/colors/auto/equalize.html -share/gimp/1.2/help/C/image/image/colors/desaturate.html -share/gimp/1.2/help/C/image/image/colors/invert.html -share/gimp/1.2/help/C/image/image/dialogs -share/gimp/1.2/help/C/image/image/duplicate.html -share/gimp/1.2/help/C/image/image/mode/ -share/gimp/1.2/help/C/image/image/mode/convert_to_grayscale.html -share/gimp/1.2/help/C/image/image/mode/convert_to_rgb.html -share/gimp/1.2/help/C/image/image/mode/dialogs -share/gimp/1.2/help/C/image/image/transforms/ -share/gimp/1.2/help/C/image/image/transforms/dialogs -share/gimp/1.2/help/C/image/image_window.html -share/gimp/1.2/help/C/image/index.html -share/gimp/1.2/help/C/image/layers -share/gimp/1.2/help/C/image/select/ -share/gimp/1.2/help/C/image/select/all.html -share/gimp/1.2/help/C/image/select/dialogs -share/gimp/1.2/help/C/image/select/float.html -share/gimp/1.2/help/C/image/select/invert.html -share/gimp/1.2/help/C/image/select/none.html -share/gimp/1.2/help/C/image/select/save_to_channel.html -share/gimp/1.2/help/C/image/select/sharpen.html -share/gimp/1.2/help/C/image/toolbox -share/gimp/1.2/help/C/image/tools -share/gimp/1.2/help/C/image/view/ -share/gimp/1.2/help/C/image/view/dialogs -share/gimp/1.2/help/C/image/view/dot_for_dot.html -share/gimp/1.2/help/C/image/view/new_view.html -share/gimp/1.2/help/C/image/view/shrink_wrap.html -share/gimp/1.2/help/C/image/view/snap_to_guides.html -share/gimp/1.2/help/C/image/view/toggle_guides.html -share/gimp/1.2/help/C/image/view/toggle_rulers.html -share/gimp/1.2/help/C/image/view/toggle_selection.html -share/gimp/1.2/help/C/image/view/toggle_statusbar.html -share/gimp/1.2/help/C/image/view/zoom.html -share/gimp/1.2/help/C/images/ -share/gimp/1.2/help/C/images/add_point.png -share/gimp/1.2/help/C/images/anchor_layer.png -share/gimp/1.2/help/C/images/channel_to_selection.png -share/gimp/1.2/help/C/images/delete_channel.png -share/gimp/1.2/help/C/images/delete_directory.png -share/gimp/1.2/help/C/images/delete_layer.png -share/gimp/1.2/help/C/images/delete_path.png -share/gimp/1.2/help/C/images/dotted_square.png -share/gimp/1.2/help/C/images/duplicate_channel.png -share/gimp/1.2/help/C/images/duplicate_layer.png -share/gimp/1.2/help/C/images/duplicate_path.png -share/gimp/1.2/help/C/images/edit_point.png -share/gimp/1.2/help/C/images/examples/ -share/gimp/1.2/help/C/images/examples/border-selection-01.png -share/gimp/1.2/help/C/images/examples/border-selection-02.png -share/gimp/1.2/help/C/images/eye.png -share/gimp/1.2/help/C/images/geezoom.png -share/gimp/1.2/help/C/images/glossary/ -share/gimp/1.2/help/C/images/glossary/modes-addition.png -share/gimp/1.2/help/C/images/glossary/modes-color.png -share/gimp/1.2/help/C/images/glossary/modes-darken.png -share/gimp/1.2/help/C/images/glossary/modes-difference.png -share/gimp/1.2/help/C/images/glossary/modes-dissolve.png -share/gimp/1.2/help/C/images/glossary/modes-divide.png -share/gimp/1.2/help/C/images/glossary/modes-hue.png -share/gimp/1.2/help/C/images/glossary/modes-lighten.png -share/gimp/1.2/help/C/images/glossary/modes-multiply.png -share/gimp/1.2/help/C/images/glossary/modes-normal.png -share/gimp/1.2/help/C/images/glossary/modes-normal2.png -share/gimp/1.2/help/C/images/glossary/modes-overlay.png -share/gimp/1.2/help/C/images/glossary/modes-saturation.png -share/gimp/1.2/help/C/images/glossary/modes-screen.png -share/gimp/1.2/help/C/images/glossary/modes-subtract.png -share/gimp/1.2/help/C/images/glossary/modes-value.png -share/gimp/1.2/help/C/images/image_menu.png -share/gimp/1.2/help/C/images/image_window.png -share/gimp/1.2/help/C/images/layers_dialog.png -share/gimp/1.2/help/C/images/layers_example.png -share/gimp/1.2/help/C/images/layers_menu.png -share/gimp/1.2/help/C/images/layers_overview.png -share/gimp/1.2/help/C/images/lower_channel.png -share/gimp/1.2/help/C/images/lower_directory.png -share/gimp/1.2/help/C/images/lower_layer.png -share/gimp/1.2/help/C/images/new_channel.png -share/gimp/1.2/help/C/images/new_directory.png -share/gimp/1.2/help/C/images/new_path.png -share/gimp/1.2/help/C/images/new_point.png -share/gimp/1.2/help/C/images/path_to_selection.png -share/gimp/1.2/help/C/images/preview_box.png -share/gimp/1.2/help/C/images/print_color.png -share/gimp/1.2/help/C/images/print_main.png -share/gimp/1.2/help/C/images/print_setup.png -share/gimp/1.2/help/C/images/raise_channel.png -share/gimp/1.2/help/C/images/raise_directory.png -share/gimp/1.2/help/C/images/raise_layer.png -share/gimp/1.2/help/C/images/red_square.png -share/gimp/1.2/help/C/images/remove_point.png -share/gimp/1.2/help/C/images/selection_to_path.png -share/gimp/1.2/help/C/images/stroke_path.png -share/gimp/1.2/help/C/images/tool_options.png -share/gimp/1.2/help/C/images/toolbox.png -share/gimp/1.2/help/C/images/tools/ -share/gimp/1.2/help/C/images/tools/tool-opt-increment.png -share/gimp/1.2/help/C/images/tools/tool-opt-nonincrement.png -share/gimp/1.2/help/C/images/tools/tool_airbrush.png -share/gimp/1.2/help/C/images/tools/tool_apartheid.png -share/gimp/1.2/help/C/images/tools/tool_bezier.png -share/gimp/1.2/help/C/images/tools/tool_blend.png -share/gimp/1.2/help/C/images/tools/tool_burndodge.png -share/gimp/1.2/help/C/images/tools/tool_convolver.png -share/gimp/1.2/help/C/images/tools/tool_crop.png -share/gimp/1.2/help/C/images/tools/tool_dodgeburn.png -share/gimp/1.2/help/C/images/tools/tool_ellipse_sel.png -share/gimp/1.2/help/C/images/tools/tool_eraser.png -share/gimp/1.2/help/C/images/tools/tool_fill.png -share/gimp/1.2/help/C/images/tools/tool_flip.png -share/gimp/1.2/help/C/images/tools/tool_free_sel.png -share/gimp/1.2/help/C/images/tools/tool_fuzzy_sel.png -share/gimp/1.2/help/C/images/tools/tool_gradient.png -share/gimp/1.2/help/C/images/tools/tool_ink.png -share/gimp/1.2/help/C/images/tools/tool_measure.png -share/gimp/1.2/help/C/images/tools/tool_move.png -share/gimp/1.2/help/C/images/tools/tool_paintbrush.png -share/gimp/1.2/help/C/images/tools/tool_pencil.png -share/gimp/1.2/help/C/images/tools/tool_picker.png -share/gimp/1.2/help/C/images/tools/tool_rect_sel.png -share/gimp/1.2/help/C/images/tools/tool_scissors.png -share/gimp/1.2/help/C/images/tools/tool_smudge.png -share/gimp/1.2/help/C/images/tools/tool_smuge.png -share/gimp/1.2/help/C/images/tools/tool_text.png -share/gimp/1.2/help/C/images/tools/tool_transform.png -share/gimp/1.2/help/C/images/tools/tool_zoom.png -share/gimp/1.2/help/C/images/triangle.png -share/gimp/1.2/help/C/images/wilber.png -share/gimp/1.2/help/C/index.html -share/gimp/1.2/help/C/introduction.html -share/gimp/1.2/help/C/keyboard_shortcuts.html -share/gimp/1.2/help/C/layers/ -share/gimp/1.2/help/C/layers/add_alpha_channel.html -share/gimp/1.2/help/C/layers/alpha_to_selection.html -share/gimp/1.2/help/C/layers/anchor_layer.html -share/gimp/1.2/help/C/layers/apply_mask.html -share/gimp/1.2/help/C/layers/delete_layer.html -share/gimp/1.2/help/C/layers/delete_mask.html -share/gimp/1.2/help/C/layers/dialogs -share/gimp/1.2/help/C/layers/duplicate_layer.html -share/gimp/1.2/help/C/layers/flatten_image.html -share/gimp/1.2/help/C/layers/index.html -share/gimp/1.2/help/C/layers/layer_to_image_size.html -share/gimp/1.2/help/C/layers/mask_to_selection.html -share/gimp/1.2/help/C/layers/merge_down.html -share/gimp/1.2/help/C/layers/stack/ -share/gimp/1.2/help/C/layers/stack/stack.html -share/gimp/1.2/help/C/layers/using_layers.html -share/gimp/1.2/help/C/ln7.html -share/gimp/1.2/help/C/main_interface.html -share/gimp/1.2/help/C/open/ -share/gimp/1.2/help/C/open/dialogs -share/gimp/1.2/help/C/open/filters -share/gimp/1.2/help/C/open/index.html -share/gimp/1.2/help/C/open/open_by_extension.html -share/gimp/1.2/help/C/paths/ -share/gimp/1.2/help/C/paths/copy_path.html -share/gimp/1.2/help/C/paths/delete_path.html -share/gimp/1.2/help/C/paths/dialogs -share/gimp/1.2/help/C/paths/duplicate_path.html -share/gimp/1.2/help/C/paths/filters -share/gimp/1.2/help/C/paths/index.html -share/gimp/1.2/help/C/paths/new_path.html -share/gimp/1.2/help/C/paths/paste_path.html -share/gimp/1.2/help/C/paths/path_to_selection.html -share/gimp/1.2/help/C/paths/stroke_path.html -share/gimp/1.2/help/C/save/ -share/gimp/1.2/help/C/save/dialogs -share/gimp/1.2/help/C/save/filters -share/gimp/1.2/help/C/save/index.html -share/gimp/1.2/help/C/save/save_by_extension.html -share/gimp/1.2/help/C/stylesheet-images/ -share/gimp/1.2/help/C/stylesheet-images/note.gif -share/gimp/1.2/help/C/stylesheet-images/tip.gif -share/gimp/1.2/help/C/stylesheet-images/warning.gif -share/gimp/1.2/help/C/toolbox/ -share/gimp/1.2/help/C/toolbox/dialogs -share/gimp/1.2/help/C/toolbox/file -share/gimp/1.2/help/C/toolbox/filters -share/gimp/1.2/help/C/toolbox/help/ -share/gimp/1.2/help/C/toolbox/help/context_help.html -share/gimp/1.2/help/C/toolbox/help/dialogs -share/gimp/1.2/help/C/toolbox/help/filters -share/gimp/1.2/help/C/toolbox/index.html -share/gimp/1.2/help/C/toolbox/toolbox.html -share/gimp/1.2/help/C/tools/ -share/gimp/1.2/help/C/tools/airbrush.html -share/gimp/1.2/help/C/tools/bezier_select.html -share/gimp/1.2/help/C/tools/blend.html -share/gimp/1.2/help/C/tools/brightness_contrast.html -share/gimp/1.2/help/C/tools/bucket_fill.html -share/gimp/1.2/help/C/tools/by_color_select.html -share/gimp/1.2/help/C/tools/clone.html -share/gimp/1.2/help/C/tools/color_balance.html -share/gimp/1.2/help/C/tools/color_picker.html -share/gimp/1.2/help/C/tools/convolve.html -share/gimp/1.2/help/C/tools/crop.html -share/gimp/1.2/help/C/tools/curves.html -share/gimp/1.2/help/C/tools/dodgeburn.html -share/gimp/1.2/help/C/tools/ellipse_select.html -share/gimp/1.2/help/C/tools/eraser.html -share/gimp/1.2/help/C/tools/flip.html -share/gimp/1.2/help/C/tools/free_select.html -share/gimp/1.2/help/C/tools/fuzzy_select.html -share/gimp/1.2/help/C/tools/histogram.html -share/gimp/1.2/help/C/tools/hue_saturation.html -share/gimp/1.2/help/C/tools/index.html -share/gimp/1.2/help/C/tools/ink.html -share/gimp/1.2/help/C/tools/intelligent_scissors.html -share/gimp/1.2/help/C/tools/levels.html -share/gimp/1.2/help/C/tools/magnify.html -share/gimp/1.2/help/C/tools/measure.html -share/gimp/1.2/help/C/tools/move.html -share/gimp/1.2/help/C/tools/paintbrush.html -share/gimp/1.2/help/C/tools/pencil.html -share/gimp/1.2/help/C/tools/posterize.html -share/gimp/1.2/help/C/tools/rect_select.html -share/gimp/1.2/help/C/tools/smudge.html -share/gimp/1.2/help/C/tools/text.html -share/gimp/1.2/help/C/tools/threshold.html -share/gimp/1.2/help/C/tools/transform.html -share/gimp/1.2/help/C/using_gimp.html -share/gimp/1.2/help/C/why_gimp.html -share/gimp/1.2/palettes/ -share/gimp/1.2/palettes/Bears -share/gimp/1.2/palettes/Bgold -share/gimp/1.2/palettes/Blues -share/gimp/1.2/palettes/Borders -share/gimp/1.2/palettes/Browns_And_Yellows -share/gimp/1.2/palettes/Caramel -share/gimp/1.2/palettes/Cascade -share/gimp/1.2/palettes/China -share/gimp/1.2/palettes/Coldfire -share/gimp/1.2/palettes/Cool_Colors -share/gimp/1.2/palettes/Cranes -share/gimp/1.2/palettes/Dark_pastels -share/gimp/1.2/palettes/Default -share/gimp/1.2/palettes/Ega -share/gimp/1.2/palettes/Firecode -share/gimp/1.2/palettes/Gold -share/gimp/1.2/palettes/GrayViolet -share/gimp/1.2/palettes/Grayblue -share/gimp/1.2/palettes/Grays -share/gimp/1.2/palettes/Greens -share/gimp/1.2/palettes/Hilite -share/gimp/1.2/palettes/Kahki -share/gimp/1.2/palettes/Lights -share/gimp/1.2/palettes/Muted -share/gimp/1.2/palettes/Named_Colors -share/gimp/1.2/palettes/News3 -share/gimp/1.2/palettes/Op2 -share/gimp/1.2/palettes/Paintjet -share/gimp/1.2/palettes/Pastels -share/gimp/1.2/palettes/Plasma -share/gimp/1.2/palettes/Reds -share/gimp/1.2/palettes/Reds_And_Purples -share/gimp/1.2/palettes/Royal -share/gimp/1.2/palettes/Topographic -share/gimp/1.2/palettes/Visibone -share/gimp/1.2/palettes/Visibone2 -share/gimp/1.2/palettes/Volcano -share/gimp/1.2/palettes/Warm_Colors -share/gimp/1.2/palettes/Web -share/gimp/1.2/patterns/ -share/gimp/1.2/patterns/3dgreen.pat -share/gimp/1.2/patterns/Craters.pat -share/gimp/1.2/patterns/Moonfoot.pat -share/gimp/1.2/patterns/amethyst.pat -share/gimp/1.2/patterns/bark.pat -share/gimp/1.2/patterns/blue.pat -share/gimp/1.2/patterns/bluegrid.pat -share/gimp/1.2/patterns/bluesquares.pat -share/gimp/1.2/patterns/blueweb.pat -share/gimp/1.2/patterns/brick.pat -share/gimp/1.2/patterns/burlap.pat -share/gimp/1.2/patterns/burlwood.pat -share/gimp/1.2/patterns/choc_swirl.pat -share/gimp/1.2/patterns/corkboard.pat -share/gimp/1.2/patterns/cracked.pat -share/gimp/1.2/patterns/crinklepaper.pat -share/gimp/1.2/patterns/electric.pat -share/gimp/1.2/patterns/fibers.pat -share/gimp/1.2/patterns/granite1.pat -share/gimp/1.2/patterns/ground1.pat -share/gimp/1.2/patterns/ice.pat -share/gimp/1.2/patterns/java.pat -share/gimp/1.2/patterns/leather.pat -share/gimp/1.2/patterns/leaves.pat -share/gimp/1.2/patterns/leopard.pat -share/gimp/1.2/patterns/lightning.pat -share/gimp/1.2/patterns/marble1.pat -share/gimp/1.2/patterns/marble2.pat -share/gimp/1.2/patterns/marble3.pat -share/gimp/1.2/patterns/nops.pat -share/gimp/1.2/patterns/paper.pat -share/gimp/1.2/patterns/parque1.pat -share/gimp/1.2/patterns/parque2.pat -share/gimp/1.2/patterns/parque3.pat -share/gimp/1.2/patterns/pastel.pat -share/gimp/1.2/patterns/pine.pat -share/gimp/1.2/patterns/pink_marble.pat -share/gimp/1.2/patterns/pool.pat -share/gimp/1.2/patterns/qube1.pat -share/gimp/1.2/patterns/rain.pat -share/gimp/1.2/patterns/recessed.pat -share/gimp/1.2/patterns/redcube.pat -share/gimp/1.2/patterns/rock.pat -share/gimp/1.2/patterns/sky.pat -share/gimp/1.2/patterns/slate.pat -share/gimp/1.2/patterns/sm_squares.pat -share/gimp/1.2/patterns/starfield.pat -share/gimp/1.2/patterns/stone33.pat -share/gimp/1.2/patterns/terra.pat -share/gimp/1.2/patterns/walnut.pat -share/gimp/1.2/patterns/warning.pat -share/gimp/1.2/patterns/wood1.pat -share/gimp/1.2/patterns/wood2.pat -share/gimp/1.2/patterns/wood3.pat -share/gimp/1.2/patterns/wood4.pat -share/gimp/1.2/patterns/wood5.pat -share/gimp/1.2/scripts/ -share/gimp/1.2/scripts/3d-outline.scm -share/gimp/1.2/scripts/3dTruchet.scm -share/gimp/1.2/scripts/add-bevel.scm -share/gimp/1.2/scripts/addborder.scm -share/gimp/1.2/scripts/alien-glow-arrow.scm -share/gimp/1.2/scripts/alien-glow-bar.scm -share/gimp/1.2/scripts/alien-glow-bullet.scm -share/gimp/1.2/scripts/alien-glow-button.scm -share/gimp/1.2/scripts/alien-glow-logo.scm -share/gimp/1.2/scripts/alien-neon-logo.scm -share/gimp/1.2/scripts/asc2img.scm -share/gimp/1.2/scripts/basic1-logo.scm -share/gimp/1.2/scripts/basic2-logo.scm -share/gimp/1.2/scripts/beavis.jpg -share/gimp/1.2/scripts/beveled-button.scm -share/gimp/1.2/scripts/beveled-pattern-arrow.scm -share/gimp/1.2/scripts/beveled-pattern-bullet.scm -share/gimp/1.2/scripts/beveled-pattern-button.scm -share/gimp/1.2/scripts/beveled-pattern-heading.scm -share/gimp/1.2/scripts/beveled-pattern-hrule.scm -share/gimp/1.2/scripts/blend-anim.scm -share/gimp/1.2/scripts/blended-logo.scm -share/gimp/1.2/scripts/bovinated-logo.scm -share/gimp/1.2/scripts/camo.scm -share/gimp/1.2/scripts/carve-it.scm -share/gimp/1.2/scripts/carved-logo.scm -share/gimp/1.2/scripts/chalk.scm -share/gimp/1.2/scripts/chip-away.scm -share/gimp/1.2/scripts/chrome-it.scm -share/gimp/1.2/scripts/chrome-logo.scm -share/gimp/1.2/scripts/circuit.scm -share/gimp/1.2/scripts/clothify.scm -share/gimp/1.2/scripts/coffee.scm -share/gimp/1.2/scripts/comic-logo.scm -share/gimp/1.2/scripts/coolmetal-logo.scm -share/gimp/1.2/scripts/copy-visible.scm -share/gimp/1.2/scripts/crystal-logo.scm -share/gimp/1.2/scripts/distress_selection.scm -share/gimp/1.2/scripts/drop-shadow.scm -share/gimp/1.2/scripts/erase-rows.scm -share/gimp/1.2/scripts/fade-outline.scm -share/gimp/1.2/scripts/flatland.scm -share/gimp/1.2/scripts/font-map.scm -share/gimp/1.2/scripts/frosty-logo.scm -share/gimp/1.2/scripts/fuzzyborder.scm -share/gimp/1.2/scripts/gimp-headers.scm -share/gimp/1.2/scripts/gimp-labels.scm -share/gimp/1.2/scripts/glossy.scm -share/gimp/1.2/scripts/glowing-logo.scm -share/gimp/1.2/scripts/gradient-bevel-logo.scm -share/gimp/1.2/scripts/gradient-example.scm -share/gimp/1.2/scripts/grid-system.scm -share/gimp/1.2/scripts/hsv-graph.scm -share/gimp/1.2/scripts/i26-gunya2.scm -share/gimp/1.2/scripts/image-structure.scm -share/gimp/1.2/scripts/land.scm -share/gimp/1.2/scripts/lava.scm -share/gimp/1.2/scripts/line-nova.scm -share/gimp/1.2/scripts/mkbrush.scm -share/gimp/1.2/scripts/neon-logo.scm -share/gimp/1.2/scripts/news-text.scm -share/gimp/1.2/scripts/old_photo.scm -share/gimp/1.2/scripts/perspective-shadow.scm -share/gimp/1.2/scripts/predator.scm -share/gimp/1.2/scripts/pupi-button.scm -share/gimp/1.2/scripts/rendermap.scm -share/gimp/1.2/scripts/ripply-anim.scm -share/gimp/1.2/scripts/round-corners.scm -share/gimp/1.2/scripts/script-fu-util.scm -share/gimp/1.2/scripts/sel-to-anim-img.scm -share/gimp/1.2/scripts/select_to_brush.scm -share/gimp/1.2/scripts/select_to_image.scm -share/gimp/1.2/scripts/selection-round.scm -share/gimp/1.2/scripts/slide.scm -share/gimp/1.2/scripts/sota-chrome-logo.scm -share/gimp/1.2/scripts/speed-text.scm -share/gimp/1.2/scripts/sphere.scm -share/gimp/1.2/scripts/spinning_globe.scm -share/gimp/1.2/scripts/starburst-logo.scm -share/gimp/1.2/scripts/starscape-logo.scm -share/gimp/1.2/scripts/swirltile.scm -share/gimp/1.2/scripts/swirly-pattern.scm -share/gimp/1.2/scripts/t-o-p-logo.scm -share/gimp/1.2/scripts/text-circle.scm -share/gimp/1.2/scripts/texture.jpg -share/gimp/1.2/scripts/texture1.jpg -share/gimp/1.2/scripts/texture2.jpg -share/gimp/1.2/scripts/texture3.jpg -share/gimp/1.2/scripts/textured-logo.scm -share/gimp/1.2/scripts/tileblur.scm -share/gimp/1.2/scripts/title-header.scm -share/gimp/1.2/scripts/trochoid.scm -share/gimp/1.2/scripts/truchet.scm -share/gimp/1.2/scripts/unsharp-mask.scm -share/gimp/1.2/scripts/waves-anim.scm -share/gimp/1.2/scripts/weave.scm -share/gimp/1.2/scripts/web-browser.scm -share/gimp/1.2/scripts/xach-effect.scm -share/gimp/1.2/tips/ -share/gimp/1.2/tips/gimp_conseils.fr.txt -share/gimp/1.2/tips/gimp_tips.cs.txt -share/gimp/1.2/tips/gimp_tips.da.txt -share/gimp/1.2/tips/gimp_tips.de.txt -share/gimp/1.2/tips/gimp_tips.es.txt -share/gimp/1.2/tips/gimp_tips.hu.txt -share/gimp/1.2/tips/gimp_tips.it.txt -share/gimp/1.2/tips/gimp_tips.ja.txt -share/gimp/1.2/tips/gimp_tips.ko.txt -share/gimp/1.2/tips/gimp_tips.lt.txt -share/gimp/1.2/tips/gimp_tips.pl.txt -share/gimp/1.2/tips/gimp_tips.ru.txt -share/gimp/1.2/tips/gimp_tips.sk.txt -share/gimp/1.2/tips/gimp_tips.sl.txt -share/gimp/1.2/tips/gimp_tips.tr.txt -share/gimp/1.2/tips/gimp_tips.txt -share/gimp/1.2/tips/gimp_tips.uk.txt -share/gimp/1.2/tips/gimp_tips.zh_CN.txt -share/gimp/1.2/tips/gimp_tips.zh_TW.txt -share/gimp/1.2/user_install -share/locale/ca/LC_MESSAGES/gimp-libgimp.mo -share/locale/ca/LC_MESSAGES/gimp-script-fu.mo -share/locale/ca/LC_MESSAGES/gimp-std-plugins.mo -share/locale/ca/LC_MESSAGES/gimp.mo -share/locale/cs/LC_MESSAGES/gimp-libgimp.mo -share/locale/cs/LC_MESSAGES/gimp-script-fu.mo -share/locale/cs/LC_MESSAGES/gimp-std-plugins.mo -share/locale/cs/LC_MESSAGES/gimp.mo -share/locale/da/LC_MESSAGES/gimp-libgimp.mo -share/locale/da/LC_MESSAGES/gimp-script-fu.mo -share/locale/da/LC_MESSAGES/gimp-std-plugins.mo -share/locale/da/LC_MESSAGES/gimp.mo -share/locale/de/LC_MESSAGES/gimp-libgimp.mo -share/locale/de/LC_MESSAGES/gimp-script-fu.mo -share/locale/de/LC_MESSAGES/gimp-std-plugins.mo -share/locale/de/LC_MESSAGES/gimp.mo -share/locale/el/LC_MESSAGES/gimp-libgimp.mo -share/locale/el/LC_MESSAGES/gimp-script-fu.mo -share/locale/el/LC_MESSAGES/gimp-std-plugins.mo -share/locale/el/LC_MESSAGES/gimp.mo +share/gimp/2.0/ +share/gimp/2.0/brushes/ +share/gimp/2.0/brushes/10x10square.gbr +share/gimp/2.0/brushes/10x10squareBlur.gbr +share/gimp/2.0/brushes/11circle.gbr +share/gimp/2.0/brushes/11fcircle.gbr +share/gimp/2.0/brushes/13circle.gbr +share/gimp/2.0/brushes/13fcircle.gbr +share/gimp/2.0/brushes/15circle.gbr +share/gimp/2.0/brushes/15fcircle.gbr +share/gimp/2.0/brushes/17circle.gbr +share/gimp/2.0/brushes/17fcircle.gbr +share/gimp/2.0/brushes/19circle.gbr +share/gimp/2.0/brushes/19fcircle.gbr +share/gimp/2.0/brushes/1circle.gbr +share/gimp/2.0/brushes/20x20square.gbr +share/gimp/2.0/brushes/20x20squareBlur.gbr +share/gimp/2.0/brushes/3circle.gbr +share/gimp/2.0/brushes/3fcircle.gbr +share/gimp/2.0/brushes/5circle.gbr +share/gimp/2.0/brushes/5fcircle.gbr +share/gimp/2.0/brushes/5x5square.gbr +share/gimp/2.0/brushes/5x5squareBlur.gbr +share/gimp/2.0/brushes/7circle.gbr +share/gimp/2.0/brushes/7fcircle.gbr +share/gimp/2.0/brushes/9circle.gbr +share/gimp/2.0/brushes/9fcircle.gbr +share/gimp/2.0/brushes/DStar11.gbr +share/gimp/2.0/brushes/DStar17.gbr +share/gimp/2.0/brushes/DStar25.gbr +share/gimp/2.0/brushes/SketchBrush-16.gih +share/gimp/2.0/brushes/SketchBrush-32.gih +share/gimp/2.0/brushes/SketchBrush-64.gih +share/gimp/2.0/brushes/callig1.gbr +share/gimp/2.0/brushes/callig2.gbr +share/gimp/2.0/brushes/callig3.gbr +share/gimp/2.0/brushes/callig4.gbr +share/gimp/2.0/brushes/confetti.gbr +share/gimp/2.0/brushes/confetti.gih +share/gimp/2.0/brushes/dunes.gbr +share/gimp/2.0/brushes/feltpen.gih +share/gimp/2.0/brushes/galaxy.gbr +share/gimp/2.0/brushes/galaxy_big.gbr +share/gimp/2.0/brushes/galaxy_small.gbr +share/gimp/2.0/brushes/hsparks.gih +share/gimp/2.0/brushes/pepper.gbr +share/gimp/2.0/brushes/pixel.gbr +share/gimp/2.0/brushes/thegimp.gbr +share/gimp/2.0/brushes/vine.gih +share/gimp/2.0/brushes/xcf.gbr +share/gimp/2.0/fonts/ +share/gimp/2.0/fractalexplorer/ +share/gimp/2.0/fractalexplorer/Asteroid_Field +share/gimp/2.0/fractalexplorer/Bar_Code_Label +share/gimp/2.0/fractalexplorer/Beauty_of_Nature +share/gimp/2.0/fractalexplorer/Blue_Curtain +share/gimp/2.0/fractalexplorer/Car_Track +share/gimp/2.0/fractalexplorer/Energetic_Diamond +share/gimp/2.0/fractalexplorer/Explosive +share/gimp/2.0/fractalexplorer/Flower +share/gimp/2.0/fractalexplorer/Fragments +share/gimp/2.0/fractalexplorer/Hemp +share/gimp/2.0/fractalexplorer/High_Voltage +share/gimp/2.0/fractalexplorer/Hoops +share/gimp/2.0/fractalexplorer/Ice_Crystal +share/gimp/2.0/fractalexplorer/Leaves +share/gimp/2.0/fractalexplorer/Lightning +share/gimp/2.0/fractalexplorer/Mandelbrot +share/gimp/2.0/fractalexplorer/Marble +share/gimp/2.0/fractalexplorer/Marble2 +share/gimp/2.0/fractalexplorer/Medusa +share/gimp/2.0/fractalexplorer/Nautilus +share/gimp/2.0/fractalexplorer/Nebula +share/gimp/2.0/fractalexplorer/Plant +share/gimp/2.0/fractalexplorer/Rose +share/gimp/2.0/fractalexplorer/Saturn +share/gimp/2.0/fractalexplorer/Snow_Crystal +share/gimp/2.0/fractalexplorer/Soma +share/gimp/2.0/fractalexplorer/Spark +share/gimp/2.0/fractalexplorer/Suns +share/gimp/2.0/fractalexplorer/Tentacles +share/gimp/2.0/fractalexplorer/The_Green_Place +share/gimp/2.0/fractalexplorer/Wave +share/gimp/2.0/fractalexplorer/Wood +share/gimp/2.0/fractalexplorer/Zooming_Circle +share/gimp/2.0/gfig/ +share/gimp/2.0/gfig/A_star +share/gimp/2.0/gfig/curves +share/gimp/2.0/gfig/polys +share/gimp/2.0/gfig/ring +share/gimp/2.0/gfig/ring+star +share/gimp/2.0/gfig/simily +share/gimp/2.0/gfig/spirals_and_stars +share/gimp/2.0/gfig/sprial +share/gimp/2.0/gfig/star2 +share/gimp/2.0/gfig/stars +share/gimp/2.0/gflare/ +share/gimp/2.0/gflare/Bright_Star +share/gimp/2.0/gflare/Classic +share/gimp/2.0/gflare/Default +share/gimp/2.0/gflare/Distant_Sun +share/gimp/2.0/gflare/GFlare_101 +share/gimp/2.0/gflare/GFlare_102 +share/gimp/2.0/gflare/Hidden_Planet +share/gimp/2.0/gimpressionist/ +share/gimp/2.0/gimpressionist/Brushes/ +share/gimp/2.0/gimpressionist/Brushes/arrow01.pgm +share/gimp/2.0/gimpressionist/Brushes/ball.ppm +share/gimp/2.0/gimpressionist/Brushes/blob.ppm +share/gimp/2.0/gimpressionist/Brushes/box.ppm +share/gimp/2.0/gimpressionist/Brushes/chalk01.pgm +share/gimp/2.0/gimpressionist/Brushes/cone.ppm +share/gimp/2.0/gimpressionist/Brushes/crayon01.pgm +share/gimp/2.0/gimpressionist/Brushes/crayon02.pgm +share/gimp/2.0/gimpressionist/Brushes/crayon03.pgm +share/gimp/2.0/gimpressionist/Brushes/crayon04.pgm +share/gimp/2.0/gimpressionist/Brushes/crayon05.pgm +share/gimp/2.0/gimpressionist/Brushes/crayon06.pgm +share/gimp/2.0/gimpressionist/Brushes/crayon07.pgm +share/gimp/2.0/gimpressionist/Brushes/crayon08.pgm +share/gimp/2.0/gimpressionist/Brushes/defaultbrush.pgm +share/gimp/2.0/gimpressionist/Brushes/dribble.pgm +share/gimp/2.0/gimpressionist/Brushes/fabric.pgm +share/gimp/2.0/gimpressionist/Brushes/fabric01.pgm +share/gimp/2.0/gimpressionist/Brushes/fabric02.pgm +share/gimp/2.0/gimpressionist/Brushes/fabric03.pgm +share/gimp/2.0/gimpressionist/Brushes/flower01.pgm +share/gimp/2.0/gimpressionist/Brushes/flower02.pgm +share/gimp/2.0/gimpressionist/Brushes/flower03.pgm +share/gimp/2.0/gimpressionist/Brushes/flower04.pgm +share/gimp/2.0/gimpressionist/Brushes/grad01.pgm +share/gimp/2.0/gimpressionist/Brushes/grad02.pgm +share/gimp/2.0/gimpressionist/Brushes/grad03.pgm +share/gimp/2.0/gimpressionist/Brushes/heart.ppm +share/gimp/2.0/gimpressionist/Brushes/leaf01.pgm +share/gimp/2.0/gimpressionist/Brushes/paintbrush.pgm +share/gimp/2.0/gimpressionist/Brushes/paintbrush01.pgm +share/gimp/2.0/gimpressionist/Brushes/paintbrush02.pgm +share/gimp/2.0/gimpressionist/Brushes/paintbrush03.pgm +share/gimp/2.0/gimpressionist/Brushes/paintbrush04.pgm +share/gimp/2.0/gimpressionist/Brushes/paper01.pgm +share/gimp/2.0/gimpressionist/Brushes/paper02.pgm +share/gimp/2.0/gimpressionist/Brushes/paper03.pgm +share/gimp/2.0/gimpressionist/Brushes/paper04.pgm +share/gimp/2.0/gimpressionist/Brushes/pentagram.pgm +share/gimp/2.0/gimpressionist/Brushes/scribble.pgm +share/gimp/2.0/gimpressionist/Brushes/shape01.pgm +share/gimp/2.0/gimpressionist/Brushes/shape02.pgm +share/gimp/2.0/gimpressionist/Brushes/shape03.pgm +share/gimp/2.0/gimpressionist/Brushes/shape04.pgm +share/gimp/2.0/gimpressionist/Brushes/snow1.pgm +share/gimp/2.0/gimpressionist/Brushes/sphere.ppm +share/gimp/2.0/gimpressionist/Brushes/splat1.pgm +share/gimp/2.0/gimpressionist/Brushes/splat2.pgm +share/gimp/2.0/gimpressionist/Brushes/splat3.pgm +share/gimp/2.0/gimpressionist/Brushes/spunge01.pgm +share/gimp/2.0/gimpressionist/Brushes/spunge02.pgm +share/gimp/2.0/gimpressionist/Brushes/spunge03.pgm +share/gimp/2.0/gimpressionist/Brushes/spunge04.pgm +share/gimp/2.0/gimpressionist/Brushes/spunge05.pgm +share/gimp/2.0/gimpressionist/Brushes/strange01.pgm +share/gimp/2.0/gimpressionist/Brushes/thegimp.pgm +share/gimp/2.0/gimpressionist/Brushes/torus.ppm +share/gimp/2.0/gimpressionist/Brushes/wavy.pgm +share/gimp/2.0/gimpressionist/Brushes/weave.pgm +share/gimp/2.0/gimpressionist/Brushes/worm.pgm +share/gimp/2.0/gimpressionist/Paper/ +share/gimp/2.0/gimpressionist/Paper/bricks.pgm +share/gimp/2.0/gimpressionist/Paper/bricks2.pgm +share/gimp/2.0/gimpressionist/Paper/burlap.pgm +share/gimp/2.0/gimpressionist/Paper/canvas2.pgm +share/gimp/2.0/gimpressionist/Paper/defaultpaper.pgm +share/gimp/2.0/gimpressionist/Paper/marble.pgm +share/gimp/2.0/gimpressionist/Paper/marble2.pgm +share/gimp/2.0/gimpressionist/Paper/stone.pgm +share/gimp/2.0/gimpressionist/Paper/struc.pgm +share/gimp/2.0/gimpressionist/Presets/ +share/gimp/2.0/gimpressionist/Presets/ApplyCanvas +share/gimp/2.0/gimpressionist/Presets/Ballpark +share/gimp/2.0/gimpressionist/Presets/Canvas +share/gimp/2.0/gimpressionist/Presets/Crosshatch +share/gimp/2.0/gimpressionist/Presets/Cubism +share/gimp/2.0/gimpressionist/Presets/Dotify +share/gimp/2.0/gimpressionist/Presets/Embroidery +share/gimp/2.0/gimpressionist/Presets/Feathers +share/gimp/2.0/gimpressionist/Presets/Felt-marker +share/gimp/2.0/gimpressionist/Presets/Flowerbed +share/gimp/2.0/gimpressionist/Presets/Furry +share/gimp/2.0/gimpressionist/Presets/Line-art +share/gimp/2.0/gimpressionist/Presets/Line-art-2 +share/gimp/2.0/gimpressionist/Presets/Maggot-invasion +share/gimp/2.0/gimpressionist/Presets/MarbleMadness +share/gimp/2.0/gimpressionist/Presets/Mossy +share/gimp/2.0/gimpressionist/Presets/Painted_Rock +share/gimp/2.0/gimpressionist/Presets/Parquette +share/gimp/2.0/gimpressionist/Presets/Patchwork +share/gimp/2.0/gimpressionist/Presets/Ringworks +share/gimp/2.0/gimpressionist/Presets/Sample +share/gimp/2.0/gimpressionist/Presets/Smash +share/gimp/2.0/gimpressionist/Presets/Straws +share/gimp/2.0/gimpressionist/Presets/Weave +share/gimp/2.0/gimpressionist/Presets/Wormcan +share/gimp/2.0/gradients/ +share/gimp/2.0/gradients/Abstract_1.ggr +share/gimp/2.0/gradients/Abstract_2.ggr +share/gimp/2.0/gradients/Abstract_3.ggr +share/gimp/2.0/gradients/Aneurism.ggr +share/gimp/2.0/gradients/Blinds.ggr +share/gimp/2.0/gradients/Blue_Green.ggr +share/gimp/2.0/gradients/Browns.ggr +share/gimp/2.0/gradients/Brushed_Aluminium.ggr +share/gimp/2.0/gradients/Burning_Paper.ggr +share/gimp/2.0/gradients/Burning_Transparency.ggr +share/gimp/2.0/gradients/CD.ggr +share/gimp/2.0/gradients/CD_Half.ggr +share/gimp/2.0/gradients/Caribbean_Blues.ggr +share/gimp/2.0/gradients/Coffee.ggr +share/gimp/2.0/gradients/Cold_Steel.ggr +share/gimp/2.0/gradients/Cold_Steel_2.ggr +share/gimp/2.0/gradients/Crown_molding.ggr +share/gimp/2.0/gradients/Dark_1.ggr +share/gimp/2.0/gradients/Deep_Sea.ggr +share/gimp/2.0/gradients/Default.ggr +share/gimp/2.0/gradients/Flare_Glow_Angular_1.ggr +share/gimp/2.0/gradients/Flare_Glow_Radial_1.ggr +share/gimp/2.0/gradients/Flare_Glow_Radial_2.ggr +share/gimp/2.0/gradients/Flare_Glow_Radial_3.ggr +share/gimp/2.0/gradients/Flare_Glow_Radial_4.ggr +share/gimp/2.0/gradients/Flare_Radial_101.ggr +share/gimp/2.0/gradients/Flare_Radial_102.ggr +share/gimp/2.0/gradients/Flare_Radial_103.ggr +share/gimp/2.0/gradients/Flare_Rays_Radial_1.ggr +share/gimp/2.0/gradients/Flare_Rays_Radial_2.ggr +share/gimp/2.0/gradients/Flare_Rays_Size_1.ggr +share/gimp/2.0/gradients/Flare_Sizefac_101.ggr +share/gimp/2.0/gradients/Four_bars.ggr +share/gimp/2.0/gradients/French_flag.ggr +share/gimp/2.0/gradients/French_flag_smooth.ggr +share/gimp/2.0/gradients/Full_saturation_spectrum_CCW.ggr +share/gimp/2.0/gradients/Full_saturation_spectrum_CW.ggr +share/gimp/2.0/gradients/German_flag.ggr +share/gimp/2.0/gradients/German_flag_smooth.ggr +share/gimp/2.0/gradients/Golden.ggr +share/gimp/2.0/gradients/Greens.ggr +share/gimp/2.0/gradients/Horizon_1.ggr +share/gimp/2.0/gradients/Horizon_2.ggr +share/gimp/2.0/gradients/Incandescent.ggr +share/gimp/2.0/gradients/Land_1.ggr +share/gimp/2.0/gradients/Land_and_Sea.ggr +share/gimp/2.0/gradients/Metallic_Something.ggr +share/gimp/2.0/gradients/Mexican_flag.ggr +share/gimp/2.0/gradients/Mexican_flag_smooth.ggr +share/gimp/2.0/gradients/Nauseating_Headache.ggr +share/gimp/2.0/gradients/Neon_Cyan.ggr +share/gimp/2.0/gradients/Neon_Green.ggr +share/gimp/2.0/gradients/Neon_Yellow.ggr +share/gimp/2.0/gradients/Pastel_Rainbow.ggr +share/gimp/2.0/gradients/Pastels.ggr +share/gimp/2.0/gradients/Purples.ggr +share/gimp/2.0/gradients/Radial_Eyeball_Blue.ggr +share/gimp/2.0/gradients/Radial_Eyeball_Brown.ggr +share/gimp/2.0/gradients/Radial_Eyeball_Green.ggr +share/gimp/2.0/gradients/Radial_Glow_1.ggr +share/gimp/2.0/gradients/Radial_Rainbow_Hoop.ggr +share/gimp/2.0/gradients/Romanian_flag.ggr +share/gimp/2.0/gradients/Romanian_flag_smooth.ggr +share/gimp/2.0/gradients/Rounded_edge.ggr +share/gimp/2.0/gradients/Shadows_1.ggr +share/gimp/2.0/gradients/Shadows_2.ggr +share/gimp/2.0/gradients/Shadows_3.ggr +share/gimp/2.0/gradients/Skyline.ggr +share/gimp/2.0/gradients/Skyline_polluted.ggr +share/gimp/2.0/gradients/Square_Wood_Frame.ggr +share/gimp/2.0/gradients/Sunrise.ggr +share/gimp/2.0/gradients/Three_bars_sin.ggr +share/gimp/2.0/gradients/Tropical_Colors.ggr +share/gimp/2.0/gradients/Tube_Red.ggr +share/gimp/2.0/gradients/Wood_1.ggr +share/gimp/2.0/gradients/Wood_2.ggr +share/gimp/2.0/gradients/Yellow_Contrast.ggr +share/gimp/2.0/gradients/Yellow_Orange.ggr +share/gimp/2.0/images/ +share/gimp/2.0/images/gimp-logo.png +share/gimp/2.0/images/gimp-splash.png +share/gimp/2.0/images/wilber-devel-icon.png +share/gimp/2.0/images/wilber-icon.png +share/gimp/2.0/images/wilber-tips.png +share/gimp/2.0/images/wilber-wizard.png +share/gimp/2.0/menus/ +share/gimp/2.0/menus/brushes-menu.xml +share/gimp/2.0/menus/buffers-menu.xml +share/gimp/2.0/menus/channels-menu.xml +share/gimp/2.0/menus/colormap-editor-menu.xml +share/gimp/2.0/menus/dockable-menu.xml +share/gimp/2.0/menus/documents-menu.xml +share/gimp/2.0/menus/error-console-menu.xml +share/gimp/2.0/menus/fonts-menu.xml +share/gimp/2.0/menus/gradient-editor-menu.xml +share/gimp/2.0/menus/gradients-menu.xml +share/gimp/2.0/menus/image-menu.xml +share/gimp/2.0/menus/images-menu.xml +share/gimp/2.0/menus/layers-menu.xml +share/gimp/2.0/menus/palette-editor-menu.xml +share/gimp/2.0/menus/palettes-menu.xml +share/gimp/2.0/menus/patterns-menu.xml +share/gimp/2.0/menus/qmask-menu.xml +share/gimp/2.0/menus/selection-editor-menu.xml +share/gimp/2.0/menus/templates-menu.xml +share/gimp/2.0/menus/text-editor-toolbar.xml +share/gimp/2.0/menus/tool-options-menu.xml +share/gimp/2.0/menus/toolbox-menu.xml +share/gimp/2.0/menus/tools-menu.xml +share/gimp/2.0/menus/vectors-menu.xml +share/gimp/2.0/misc/ +share/gimp/2.0/misc/gimp.applications +share/gimp/2.0/misc/gimp.desktop +share/gimp/2.0/misc/gimp.keys +share/gimp/2.0/palettes/ +share/gimp/2.0/palettes/Bears.gpl +share/gimp/2.0/palettes/Bgold.gpl +share/gimp/2.0/palettes/Blues.gpl +share/gimp/2.0/palettes/Borders.gpl +share/gimp/2.0/palettes/Browns_And_Yellows.gpl +share/gimp/2.0/palettes/Caramel.gpl +share/gimp/2.0/palettes/Cascade.gpl +share/gimp/2.0/palettes/China.gpl +share/gimp/2.0/palettes/Coldfire.gpl +share/gimp/2.0/palettes/Cool_Colors.gpl +share/gimp/2.0/palettes/Cranes.gpl +share/gimp/2.0/palettes/Dark_pastels.gpl +share/gimp/2.0/palettes/Default.gpl +share/gimp/2.0/palettes/Ega.gpl +share/gimp/2.0/palettes/Firecode.gpl +share/gimp/2.0/palettes/Gold.gpl +share/gimp/2.0/palettes/GrayViolet.gpl +share/gimp/2.0/palettes/Grayblue.gpl +share/gimp/2.0/palettes/Grays.gpl +share/gimp/2.0/palettes/Greens.gpl +share/gimp/2.0/palettes/Hilite.gpl +share/gimp/2.0/palettes/Khaki.gpl +share/gimp/2.0/palettes/Lights.gpl +share/gimp/2.0/palettes/Muted.gpl +share/gimp/2.0/palettes/Named_Colors.gpl +share/gimp/2.0/palettes/News3.gpl +share/gimp/2.0/palettes/Op2.gpl +share/gimp/2.0/palettes/Paintjet.gpl +share/gimp/2.0/palettes/Pastels.gpl +share/gimp/2.0/palettes/Plasma.gpl +share/gimp/2.0/palettes/Reds.gpl +share/gimp/2.0/palettes/Reds_And_Purples.gpl +share/gimp/2.0/palettes/Royal.gpl +share/gimp/2.0/palettes/Topographic.gpl +share/gimp/2.0/palettes/Visibone.gpl +share/gimp/2.0/palettes/Visibone_2.gpl +share/gimp/2.0/palettes/Volcano.gpl +share/gimp/2.0/palettes/Warm_Colors.gpl +share/gimp/2.0/palettes/Web.gpl +share/gimp/2.0/patterns/ +share/gimp/2.0/patterns/3dgreen.pat +share/gimp/2.0/patterns/Craters.pat +share/gimp/2.0/patterns/Moonfoot.pat +share/gimp/2.0/patterns/Stripes1px.pat +share/gimp/2.0/patterns/Stripes2px.pat +share/gimp/2.0/patterns/amethyst.pat +share/gimp/2.0/patterns/bark.pat +share/gimp/2.0/patterns/blue.pat +share/gimp/2.0/patterns/bluegrid.pat +share/gimp/2.0/patterns/bluesquares.pat +share/gimp/2.0/patterns/blueweb.pat +share/gimp/2.0/patterns/brick.pat +share/gimp/2.0/patterns/burlap.pat +share/gimp/2.0/patterns/burlwood.pat +share/gimp/2.0/patterns/choc_swirl.pat +share/gimp/2.0/patterns/corkboard.pat +share/gimp/2.0/patterns/cracked.pat +share/gimp/2.0/patterns/crinklepaper.pat +share/gimp/2.0/patterns/electric.pat +share/gimp/2.0/patterns/fibers.pat +share/gimp/2.0/patterns/granite1.pat +share/gimp/2.0/patterns/ground1.pat +share/gimp/2.0/patterns/ice.pat +share/gimp/2.0/patterns/java.pat +share/gimp/2.0/patterns/leather.pat +share/gimp/2.0/patterns/leaves.pat +share/gimp/2.0/patterns/leopard.pat +share/gimp/2.0/patterns/lightning.pat +share/gimp/2.0/patterns/marble1.pat +share/gimp/2.0/patterns/marble2.pat +share/gimp/2.0/patterns/marble3.pat +share/gimp/2.0/patterns/nops.pat +share/gimp/2.0/patterns/paper.pat +share/gimp/2.0/patterns/parque1.pat +share/gimp/2.0/patterns/parque2.pat +share/gimp/2.0/patterns/parque3.pat +share/gimp/2.0/patterns/pastel.pat +share/gimp/2.0/patterns/pine.pat +share/gimp/2.0/patterns/pink_marble.pat +share/gimp/2.0/patterns/pool.pat +share/gimp/2.0/patterns/qube1.pat +share/gimp/2.0/patterns/rain.pat +share/gimp/2.0/patterns/recessed.pat +share/gimp/2.0/patterns/redcube.pat +share/gimp/2.0/patterns/rock.pat +share/gimp/2.0/patterns/sky.pat +share/gimp/2.0/patterns/slate.pat +share/gimp/2.0/patterns/sm_squares.pat +share/gimp/2.0/patterns/starfield.pat +share/gimp/2.0/patterns/stone33.pat +share/gimp/2.0/patterns/terra.pat +share/gimp/2.0/patterns/walnut.pat +share/gimp/2.0/patterns/warning.pat +share/gimp/2.0/patterns/wood1.pat +share/gimp/2.0/patterns/wood2.pat +share/gimp/2.0/patterns/wood3.pat +share/gimp/2.0/patterns/wood4.pat +share/gimp/2.0/patterns/wood5.pat +share/gimp/2.0/scripts/ +share/gimp/2.0/scripts/3d-outline.scm +share/gimp/2.0/scripts/3dTruchet.scm +share/gimp/2.0/scripts/add-bevel.scm +share/gimp/2.0/scripts/addborder.scm +share/gimp/2.0/scripts/alien-glow-arrow.scm +share/gimp/2.0/scripts/alien-glow-bar.scm +share/gimp/2.0/scripts/alien-glow-bullet.scm +share/gimp/2.0/scripts/alien-glow-button.scm +share/gimp/2.0/scripts/alien-glow-logo.scm +share/gimp/2.0/scripts/alien-neon-logo.scm +share/gimp/2.0/scripts/basic1-logo.scm +share/gimp/2.0/scripts/basic2-logo.scm +share/gimp/2.0/scripts/beveled-button.scm +share/gimp/2.0/scripts/beveled-pattern-arrow.scm +share/gimp/2.0/scripts/beveled-pattern-bullet.scm +share/gimp/2.0/scripts/beveled-pattern-button.scm +share/gimp/2.0/scripts/beveled-pattern-heading.scm +share/gimp/2.0/scripts/beveled-pattern-hrule.scm +share/gimp/2.0/scripts/blend-anim.scm +share/gimp/2.0/scripts/blended-logo.scm +share/gimp/2.0/scripts/bovinated-logo.scm +share/gimp/2.0/scripts/burn-in-anim.scm +share/gimp/2.0/scripts/camo.scm +share/gimp/2.0/scripts/carve-it.scm +share/gimp/2.0/scripts/carved-logo.scm +share/gimp/2.0/scripts/chalk.scm +share/gimp/2.0/scripts/chip-away.scm +share/gimp/2.0/scripts/chrome-it.scm +share/gimp/2.0/scripts/chrome-logo.scm +share/gimp/2.0/scripts/circuit.scm +share/gimp/2.0/scripts/clothify.scm +share/gimp/2.0/scripts/coffee.scm +share/gimp/2.0/scripts/comic-logo.scm +share/gimp/2.0/scripts/coolmetal-logo.scm +share/gimp/2.0/scripts/copy-visible.scm +share/gimp/2.0/scripts/crystal-logo.scm +share/gimp/2.0/scripts/distress-selection.scm +share/gimp/2.0/scripts/drop-shadow.scm +share/gimp/2.0/scripts/erase-rows.scm +share/gimp/2.0/scripts/fade-outline.scm +share/gimp/2.0/scripts/flatland.scm +share/gimp/2.0/scripts/font-map.scm +share/gimp/2.0/scripts/frosty-logo.scm +share/gimp/2.0/scripts/fuzzyborder.scm +share/gimp/2.0/scripts/gimp-headers.scm +share/gimp/2.0/scripts/gimp-labels.scm +share/gimp/2.0/scripts/glossy.scm +share/gimp/2.0/scripts/glowing-logo.scm +share/gimp/2.0/scripts/gradient-bevel-logo.scm +share/gimp/2.0/scripts/gradient-example.scm +share/gimp/2.0/scripts/grid-system.scm +share/gimp/2.0/scripts/guides-from-selection.scm +share/gimp/2.0/scripts/guides-new-percent.scm +share/gimp/2.0/scripts/guides-new.scm +share/gimp/2.0/scripts/guides-remove-all.scm +share/gimp/2.0/scripts/hsv-graph.scm +share/gimp/2.0/scripts/i26-gunya2.scm +share/gimp/2.0/scripts/image-structure.scm +share/gimp/2.0/scripts/images/ +share/gimp/2.0/scripts/images/beavis.jpg +share/gimp/2.0/scripts/images/texture.jpg +share/gimp/2.0/scripts/images/texture1.jpg +share/gimp/2.0/scripts/images/texture2.jpg +share/gimp/2.0/scripts/images/texture3.jpg +share/gimp/2.0/scripts/land.scm +share/gimp/2.0/scripts/lava.scm +share/gimp/2.0/scripts/line-nova.scm +share/gimp/2.0/scripts/mkbrush.scm +share/gimp/2.0/scripts/neon-logo.scm +share/gimp/2.0/scripts/news-text.scm +share/gimp/2.0/scripts/old-photo.scm +share/gimp/2.0/scripts/perspective-shadow.scm +share/gimp/2.0/scripts/predator.scm +share/gimp/2.0/scripts/pupi-button.scm +share/gimp/2.0/scripts/rendermap.scm +share/gimp/2.0/scripts/ripply-anim.scm +share/gimp/2.0/scripts/round-corners.scm +share/gimp/2.0/scripts/script-fu-util.scm +share/gimp/2.0/scripts/select-to-brush.scm +share/gimp/2.0/scripts/select-to-image.scm +share/gimp/2.0/scripts/select-to-pattern.scm +share/gimp/2.0/scripts/selection-round.scm +share/gimp/2.0/scripts/slide.scm +share/gimp/2.0/scripts/sota-chrome-logo.scm +share/gimp/2.0/scripts/speed-text.scm +share/gimp/2.0/scripts/sphere.scm +share/gimp/2.0/scripts/spinning-globe.scm +share/gimp/2.0/scripts/spyrogimp.scm +share/gimp/2.0/scripts/starburst-logo.scm +share/gimp/2.0/scripts/starscape-logo.scm +share/gimp/2.0/scripts/swirltile.scm +share/gimp/2.0/scripts/swirly-pattern.scm +share/gimp/2.0/scripts/t-o-p-logo.scm +share/gimp/2.0/scripts/text-circle.scm +share/gimp/2.0/scripts/textured-logo.scm +share/gimp/2.0/scripts/tileblur.scm +share/gimp/2.0/scripts/title-header.scm +share/gimp/2.0/scripts/truchet.scm +share/gimp/2.0/scripts/unsharp-mask.scm +share/gimp/2.0/scripts/waves-anim.scm +share/gimp/2.0/scripts/weave.scm +share/gimp/2.0/scripts/web-browser.scm +share/gimp/2.0/scripts/xach-effect.scm +share/gimp/2.0/themes/ +share/gimp/2.0/themes/Default/ +share/gimp/2.0/themes/Default/gtkrc +share/gimp/2.0/themes/Default/imagerc +share/gimp/2.0/themes/Default/images/ +share/gimp/2.0/themes/Default/images/preferences/ +share/gimp/2.0/themes/Default/images/preferences/controllers.png +share/gimp/2.0/themes/Default/images/preferences/default-comment.png +share/gimp/2.0/themes/Default/images/preferences/default-grid.png +share/gimp/2.0/themes/Default/images/preferences/display.png +share/gimp/2.0/themes/Default/images/preferences/environment.png +share/gimp/2.0/themes/Default/images/preferences/folders-brushes.png +share/gimp/2.0/themes/Default/images/preferences/folders-environ.png +share/gimp/2.0/themes/Default/images/preferences/folders-fonts.png +share/gimp/2.0/themes/Default/images/preferences/folders-gradients.png +share/gimp/2.0/themes/Default/images/preferences/folders-modules.png +share/gimp/2.0/themes/Default/images/preferences/folders-palettes.png +share/gimp/2.0/themes/Default/images/preferences/folders-patterns.png +share/gimp/2.0/themes/Default/images/preferences/folders-plug-ins.png +share/gimp/2.0/themes/Default/images/preferences/folders-scripts.png +share/gimp/2.0/themes/Default/images/preferences/folders-themes.png +share/gimp/2.0/themes/Default/images/preferences/folders-tool-plug-ins.png +share/gimp/2.0/themes/Default/images/preferences/folders.png +share/gimp/2.0/themes/Default/images/preferences/help-system.png +share/gimp/2.0/themes/Default/images/preferences/image-title.png +share/gimp/2.0/themes/Default/images/preferences/image-windows.png +share/gimp/2.0/themes/Default/images/preferences/input-devices.png +share/gimp/2.0/themes/Default/images/preferences/interface.png +share/gimp/2.0/themes/Default/images/preferences/monitor.png +share/gimp/2.0/themes/Default/images/preferences/new-image.png +share/gimp/2.0/themes/Default/images/preferences/session.png +share/gimp/2.0/themes/Default/images/preferences/theme.png +share/gimp/2.0/themes/Default/images/preferences/tool-options.png +share/gimp/2.0/themes/Default/images/preferences/toolbox.png +share/gimp/2.0/themes/Default/images/preferences/window-management.png +share/gimp/2.0/themes/Default/images/stock-anchor-16.png +share/gimp/2.0/themes/Default/images/stock-cap-butt-16.png +share/gimp/2.0/themes/Default/images/stock-cap-round-16.png +share/gimp/2.0/themes/Default/images/stock-cap-square-16.png +share/gimp/2.0/themes/Default/images/stock-center-16.png +share/gimp/2.0/themes/Default/images/stock-center-24.png +share/gimp/2.0/themes/Default/images/stock-channel-16.png +share/gimp/2.0/themes/Default/images/stock-channel-24.png +share/gimp/2.0/themes/Default/images/stock-channel-32.png +share/gimp/2.0/themes/Default/images/stock-channel-48.png +share/gimp/2.0/themes/Default/images/stock-channel-alpha-16.png +share/gimp/2.0/themes/Default/images/stock-channel-alpha-24.png +share/gimp/2.0/themes/Default/images/stock-channel-alpha-32.png +share/gimp/2.0/themes/Default/images/stock-channel-alpha-48.png +share/gimp/2.0/themes/Default/images/stock-channel-blue-16.png +share/gimp/2.0/themes/Default/images/stock-channel-blue-24.png +share/gimp/2.0/themes/Default/images/stock-channel-blue-32.png +share/gimp/2.0/themes/Default/images/stock-channel-blue-48.png +share/gimp/2.0/themes/Default/images/stock-channel-gray-16.png +share/gimp/2.0/themes/Default/images/stock-channel-gray-24.png +share/gimp/2.0/themes/Default/images/stock-channel-gray-32.png +share/gimp/2.0/themes/Default/images/stock-channel-gray-48.png +share/gimp/2.0/themes/Default/images/stock-channel-green-16.png +share/gimp/2.0/themes/Default/images/stock-channel-green-24.png +share/gimp/2.0/themes/Default/images/stock-channel-green-32.png +share/gimp/2.0/themes/Default/images/stock-channel-green-48.png +share/gimp/2.0/themes/Default/images/stock-channel-indexed-16.png +share/gimp/2.0/themes/Default/images/stock-channel-indexed-24.png +share/gimp/2.0/themes/Default/images/stock-channel-indexed-32.png +share/gimp/2.0/themes/Default/images/stock-channel-indexed-48.png +share/gimp/2.0/themes/Default/images/stock-channel-red-16.png +share/gimp/2.0/themes/Default/images/stock-channel-red-24.png +share/gimp/2.0/themes/Default/images/stock-channel-red-32.png +share/gimp/2.0/themes/Default/images/stock-channel-red-48.png +share/gimp/2.0/themes/Default/images/stock-channels-16.png +share/gimp/2.0/themes/Default/images/stock-channels-24.png +share/gimp/2.0/themes/Default/images/stock-char-picker-22.png +share/gimp/2.0/themes/Default/images/stock-close-12.png +share/gimp/2.0/themes/Default/images/stock-color-pick-from-screen-16.png +share/gimp/2.0/themes/Default/images/stock-color-picker-black-18.png +share/gimp/2.0/themes/Default/images/stock-color-picker-gray-18.png +share/gimp/2.0/themes/Default/images/stock-color-picker-white-18.png +share/gimp/2.0/themes/Default/images/stock-color-triangle-16.png +share/gimp/2.0/themes/Default/images/stock-convert-grayscale-16.png +share/gimp/2.0/themes/Default/images/stock-convert-indexed-16.png +share/gimp/2.0/themes/Default/images/stock-convert-rgb-16.png +share/gimp/2.0/themes/Default/images/stock-curve-free-16.png +share/gimp/2.0/themes/Default/images/stock-curve-smooth-16.png +share/gimp/2.0/themes/Default/images/stock-default-colors-12.png +share/gimp/2.0/themes/Default/images/stock-device-status-16.png +share/gimp/2.0/themes/Default/images/stock-device-status-24.png +share/gimp/2.0/themes/Default/images/stock-display-filter-16.png +share/gimp/2.0/themes/Default/images/stock-display-filter-24.png +share/gimp/2.0/themes/Default/images/stock-duplicate-16.png +share/gimp/2.0/themes/Default/images/stock-edit-16.png +share/gimp/2.0/themes/Default/images/stock-error-64.png +share/gimp/2.0/themes/Default/images/stock-eye-12.png +share/gimp/2.0/themes/Default/images/stock-eye-20.png +share/gimp/2.0/themes/Default/images/stock-flip-horizontal-16.png +share/gimp/2.0/themes/Default/images/stock-flip-vertical-16.png +share/gimp/2.0/themes/Default/images/stock-floating-selection-16.png +share/gimp/2.0/themes/Default/images/stock-floating-selection-24.png +share/gimp/2.0/themes/Default/images/stock-floating-selection-32.png +share/gimp/2.0/themes/Default/images/stock-floating-selection-48.png +share/gimp/2.0/themes/Default/images/stock-frame-64.png +share/gimp/2.0/themes/Default/images/stock-gradient-bilinear-16.png +share/gimp/2.0/themes/Default/images/stock-gradient-conical-asymmetric-16.png +share/gimp/2.0/themes/Default/images/stock-gradient-conical-symmetric-16.png +share/gimp/2.0/themes/Default/images/stock-gradient-linear-16.png +share/gimp/2.0/themes/Default/images/stock-gradient-radial-16.png +share/gimp/2.0/themes/Default/images/stock-gradient-shapeburst-angular-16.png +share/gimp/2.0/themes/Default/images/stock-gradient-shapeburst-dimpled-16.png +share/gimp/2.0/themes/Default/images/stock-gradient-shapeburst-spherical-16.png +share/gimp/2.0/themes/Default/images/stock-gradient-spiral-anticlockwise-16.png +share/gimp/2.0/themes/Default/images/stock-gradient-spiral-clockwise-16.png +share/gimp/2.0/themes/Default/images/stock-gradient-square-16.png +share/gimp/2.0/themes/Default/images/stock-gravity-east-24.png +share/gimp/2.0/themes/Default/images/stock-gravity-north-24.png +share/gimp/2.0/themes/Default/images/stock-gravity-north-east-24.png +share/gimp/2.0/themes/Default/images/stock-gravity-north-west-24.png +share/gimp/2.0/themes/Default/images/stock-gravity-south-24.png +share/gimp/2.0/themes/Default/images/stock-gravity-south-east-24.png +share/gimp/2.0/themes/Default/images/stock-gravity-south-west-24.png +share/gimp/2.0/themes/Default/images/stock-gravity-west-24.png +share/gimp/2.0/themes/Default/images/stock-grid-16.png +share/gimp/2.0/themes/Default/images/stock-hchain-24.png +share/gimp/2.0/themes/Default/images/stock-hchain-broken-24.png +share/gimp/2.0/themes/Default/images/stock-histogram-16.png +share/gimp/2.0/themes/Default/images/stock-histogram-22.png +share/gimp/2.0/themes/Default/images/stock-histogram-linear-16.png +share/gimp/2.0/themes/Default/images/stock-histogram-logarithmic-16.png +share/gimp/2.0/themes/Default/images/stock-image-16.png +share/gimp/2.0/themes/Default/images/stock-image-24.png +share/gimp/2.0/themes/Default/images/stock-image-32.png +share/gimp/2.0/themes/Default/images/stock-image-48.png +share/gimp/2.0/themes/Default/images/stock-images-16.png +share/gimp/2.0/themes/Default/images/stock-images-24.png +share/gimp/2.0/themes/Default/images/stock-indexed-palette-16.png +share/gimp/2.0/themes/Default/images/stock-indexed-palette-24.png +share/gimp/2.0/themes/Default/images/stock-info-16.png +share/gimp/2.0/themes/Default/images/stock-info-24.png +share/gimp/2.0/themes/Default/images/stock-info-64.png +share/gimp/2.0/themes/Default/images/stock-invert-16.png +share/gimp/2.0/themes/Default/images/stock-join-bevel-16.png +share/gimp/2.0/themes/Default/images/stock-join-miter-16.png +share/gimp/2.0/themes/Default/images/stock-join-round-16.png +share/gimp/2.0/themes/Default/images/stock-landscape-16.png +share/gimp/2.0/themes/Default/images/stock-layer-16.png +share/gimp/2.0/themes/Default/images/stock-layer-24.png +share/gimp/2.0/themes/Default/images/stock-layer-32.png +share/gimp/2.0/themes/Default/images/stock-layer-48.png +share/gimp/2.0/themes/Default/images/stock-layer-mask-16.png +share/gimp/2.0/themes/Default/images/stock-layer-mask-24.png +share/gimp/2.0/themes/Default/images/stock-layer-mask-32.png +share/gimp/2.0/themes/Default/images/stock-layer-mask-48.png +share/gimp/2.0/themes/Default/images/stock-layer-to-imagesize-16.png +share/gimp/2.0/themes/Default/images/stock-layers-16.png +share/gimp/2.0/themes/Default/images/stock-layers-24.png +share/gimp/2.0/themes/Default/images/stock-letter-spacing-22.png +share/gimp/2.0/themes/Default/images/stock-line-spacing-22.png +share/gimp/2.0/themes/Default/images/stock-linked-12.png +share/gimp/2.0/themes/Default/images/stock-linked-20.png +share/gimp/2.0/themes/Default/images/stock-list-16.png +share/gimp/2.0/themes/Default/images/stock-menu-left-12.png +share/gimp/2.0/themes/Default/images/stock-menu-right-12.png +share/gimp/2.0/themes/Default/images/stock-merge-down-16.png +share/gimp/2.0/themes/Default/images/stock-move-to-screen-16.png +share/gimp/2.0/themes/Default/images/stock-move-to-screen-24.png +share/gimp/2.0/themes/Default/images/stock-navigation-16.png +share/gimp/2.0/themes/Default/images/stock-paste-as-new-16.png +share/gimp/2.0/themes/Default/images/stock-paste-into-16.png +share/gimp/2.0/themes/Default/images/stock-path-16.png +share/gimp/2.0/themes/Default/images/stock-path-22.png +share/gimp/2.0/themes/Default/images/stock-path-stroke-16.png +share/gimp/2.0/themes/Default/images/stock-paths-16.png +share/gimp/2.0/themes/Default/images/stock-paths-22.png +share/gimp/2.0/themes/Default/images/stock-plugin-16.png +share/gimp/2.0/themes/Default/images/stock-portrait-16.png +share/gimp/2.0/themes/Default/images/stock-print-resolution-16.png +share/gimp/2.0/themes/Default/images/stock-print-resolution-24.png +share/gimp/2.0/themes/Default/images/stock-qmask-off-16.png +share/gimp/2.0/themes/Default/images/stock-qmask-on-16.png +share/gimp/2.0/themes/Default/images/stock-question-64.png +share/gimp/2.0/themes/Default/images/stock-reset-16.png +share/gimp/2.0/themes/Default/images/stock-reshow-filter-16.png +share/gimp/2.0/themes/Default/images/stock-resize-16.png +share/gimp/2.0/themes/Default/images/stock-rotate-180-16.png +share/gimp/2.0/themes/Default/images/stock-rotate-270-16.png +share/gimp/2.0/themes/Default/images/stock-rotate-90-16.png +share/gimp/2.0/themes/Default/images/stock-scale-16.png +share/gimp/2.0/themes/Default/images/stock-selection-16.png +share/gimp/2.0/themes/Default/images/stock-selection-add-16.png +share/gimp/2.0/themes/Default/images/stock-selection-all-16.png +share/gimp/2.0/themes/Default/images/stock-selection-border-16.png +share/gimp/2.0/themes/Default/images/stock-selection-grow-16.png +share/gimp/2.0/themes/Default/images/stock-selection-intersect-16.png +share/gimp/2.0/themes/Default/images/stock-selection-none-16.png +share/gimp/2.0/themes/Default/images/stock-selection-replace-16.png +share/gimp/2.0/themes/Default/images/stock-selection-shrink-16.png +share/gimp/2.0/themes/Default/images/stock-selection-stroke-16.png +share/gimp/2.0/themes/Default/images/stock-selection-subtract-16.png +share/gimp/2.0/themes/Default/images/stock-selection-to-channel-16.png +share/gimp/2.0/themes/Default/images/stock-selection-to-path-16.png +share/gimp/2.0/themes/Default/images/stock-shape-circle-16.png +share/gimp/2.0/themes/Default/images/stock-shape-diamond-16.png +share/gimp/2.0/themes/Default/images/stock-shape-square-16.png +share/gimp/2.0/themes/Default/images/stock-swap-colors-12.png +share/gimp/2.0/themes/Default/images/stock-template-16.png +share/gimp/2.0/themes/Default/images/stock-template-24.png +share/gimp/2.0/themes/Default/images/stock-text-dir-ltr-24.png +share/gimp/2.0/themes/Default/images/stock-text-dir-rtl-24.png +share/gimp/2.0/themes/Default/images/stock-text-layer-16.png +share/gimp/2.0/themes/Default/images/stock-text-layer-24.png +share/gimp/2.0/themes/Default/images/stock-text-layer-32.png +share/gimp/2.0/themes/Default/images/stock-text-layer-48.png +share/gimp/2.0/themes/Default/images/stock-texture-64.png +share/gimp/2.0/themes/Default/images/stock-toilet-paper-16.png +share/gimp/2.0/themes/Default/images/stock-toilet-paper-24.png +share/gimp/2.0/themes/Default/images/stock-tool-airbrush-16.png +share/gimp/2.0/themes/Default/images/stock-tool-airbrush-22.png +share/gimp/2.0/themes/Default/images/stock-tool-blend-16.png +share/gimp/2.0/themes/Default/images/stock-tool-blend-22.png +share/gimp/2.0/themes/Default/images/stock-tool-blur-16.png +share/gimp/2.0/themes/Default/images/stock-tool-blur-22.png +share/gimp/2.0/themes/Default/images/stock-tool-brightness-contrast-16.png +share/gimp/2.0/themes/Default/images/stock-tool-brightness-contrast-22.png +share/gimp/2.0/themes/Default/images/stock-tool-bucket-fill-16.png +share/gimp/2.0/themes/Default/images/stock-tool-bucket-fill-22.png +share/gimp/2.0/themes/Default/images/stock-tool-by-color-select-16.png +share/gimp/2.0/themes/Default/images/stock-tool-by-color-select-22.png +share/gimp/2.0/themes/Default/images/stock-tool-clone-16.png +share/gimp/2.0/themes/Default/images/stock-tool-clone-22.png +share/gimp/2.0/themes/Default/images/stock-tool-color-balance-16.png +share/gimp/2.0/themes/Default/images/stock-tool-color-balance-22.png +share/gimp/2.0/themes/Default/images/stock-tool-color-picker-16.png +share/gimp/2.0/themes/Default/images/stock-tool-color-picker-22.png +share/gimp/2.0/themes/Default/images/stock-tool-colorize-16.png +share/gimp/2.0/themes/Default/images/stock-tool-colorize-22.png +share/gimp/2.0/themes/Default/images/stock-tool-crop-16.png +share/gimp/2.0/themes/Default/images/stock-tool-crop-22.png +share/gimp/2.0/themes/Default/images/stock-tool-curves-16.png +share/gimp/2.0/themes/Default/images/stock-tool-curves-22.png +share/gimp/2.0/themes/Default/images/stock-tool-dodge-16.png +share/gimp/2.0/themes/Default/images/stock-tool-dodge-22.png +share/gimp/2.0/themes/Default/images/stock-tool-ellipse-select-16.png +share/gimp/2.0/themes/Default/images/stock-tool-ellipse-select-22.png +share/gimp/2.0/themes/Default/images/stock-tool-eraser-16.png +share/gimp/2.0/themes/Default/images/stock-tool-eraser-22.png +share/gimp/2.0/themes/Default/images/stock-tool-flip-16.png +share/gimp/2.0/themes/Default/images/stock-tool-flip-22.png +share/gimp/2.0/themes/Default/images/stock-tool-free-select-16.png +share/gimp/2.0/themes/Default/images/stock-tool-free-select-22.png +share/gimp/2.0/themes/Default/images/stock-tool-fuzzy-select-16.png +share/gimp/2.0/themes/Default/images/stock-tool-fuzzy-select-22.png +share/gimp/2.0/themes/Default/images/stock-tool-hue-saturation-16.png +share/gimp/2.0/themes/Default/images/stock-tool-hue-saturation-22.png +share/gimp/2.0/themes/Default/images/stock-tool-ink-16.png +share/gimp/2.0/themes/Default/images/stock-tool-ink-22.png +share/gimp/2.0/themes/Default/images/stock-tool-iscissors-16.png +share/gimp/2.0/themes/Default/images/stock-tool-iscissors-22.png +share/gimp/2.0/themes/Default/images/stock-tool-levels-16.png +share/gimp/2.0/themes/Default/images/stock-tool-levels-22.png +share/gimp/2.0/themes/Default/images/stock-tool-measure-16.png +share/gimp/2.0/themes/Default/images/stock-tool-measure-22.png +share/gimp/2.0/themes/Default/images/stock-tool-move-16.png +share/gimp/2.0/themes/Default/images/stock-tool-move-22.png +share/gimp/2.0/themes/Default/images/stock-tool-options-16.png +share/gimp/2.0/themes/Default/images/stock-tool-options-24.png +share/gimp/2.0/themes/Default/images/stock-tool-paintbrush-16.png +share/gimp/2.0/themes/Default/images/stock-tool-paintbrush-22.png +share/gimp/2.0/themes/Default/images/stock-tool-path-16.png +share/gimp/2.0/themes/Default/images/stock-tool-path-22.png +share/gimp/2.0/themes/Default/images/stock-tool-pencil-16.png +share/gimp/2.0/themes/Default/images/stock-tool-pencil-22.png +share/gimp/2.0/themes/Default/images/stock-tool-perspective-16.png +share/gimp/2.0/themes/Default/images/stock-tool-perspective-22.png +share/gimp/2.0/themes/Default/images/stock-tool-posterize-16.png +share/gimp/2.0/themes/Default/images/stock-tool-posterize-22.png +share/gimp/2.0/themes/Default/images/stock-tool-rect-select-16.png +share/gimp/2.0/themes/Default/images/stock-tool-rect-select-22.png +share/gimp/2.0/themes/Default/images/stock-tool-rotate-16.png +share/gimp/2.0/themes/Default/images/stock-tool-rotate-22.png +share/gimp/2.0/themes/Default/images/stock-tool-scale-16.png +share/gimp/2.0/themes/Default/images/stock-tool-scale-22.png +share/gimp/2.0/themes/Default/images/stock-tool-shear-16.png +share/gimp/2.0/themes/Default/images/stock-tool-shear-22.png +share/gimp/2.0/themes/Default/images/stock-tool-smudge-16.png +share/gimp/2.0/themes/Default/images/stock-tool-smudge-22.png +share/gimp/2.0/themes/Default/images/stock-tool-text-16.png +share/gimp/2.0/themes/Default/images/stock-tool-text-22.png +share/gimp/2.0/themes/Default/images/stock-tool-threshold-16.png +share/gimp/2.0/themes/Default/images/stock-tool-threshold-22.png +share/gimp/2.0/themes/Default/images/stock-tool-zoom-16.png +share/gimp/2.0/themes/Default/images/stock-tool-zoom-22.png +share/gimp/2.0/themes/Default/images/stock-tools-16.png +share/gimp/2.0/themes/Default/images/stock-tools-24.png +share/gimp/2.0/themes/Default/images/stock-transparency-16.png +share/gimp/2.0/themes/Default/images/stock-transparency-24.png +share/gimp/2.0/themes/Default/images/stock-undo-history-16.png +share/gimp/2.0/themes/Default/images/stock-undo-history-24.png +share/gimp/2.0/themes/Default/images/stock-vchain-24.png +share/gimp/2.0/themes/Default/images/stock-vchain-broken-24.png +share/gimp/2.0/themes/Default/images/stock-video-16.png +share/gimp/2.0/themes/Default/images/stock-video-24.png +share/gimp/2.0/themes/Default/images/stock-warning-16.png +share/gimp/2.0/themes/Default/images/stock-warning-24.png +share/gimp/2.0/themes/Default/images/stock-warning-64.png +share/gimp/2.0/themes/Default/images/stock-web-16.png +share/gimp/2.0/themes/Default/images/stock-web-24.png +share/gimp/2.0/themes/Default/images/stock-wilber-16.png +share/gimp/2.0/themes/Default/images/stock-wilber-64.png +share/gimp/2.0/themes/Default/images/stock-wilber-eek-64.png +share/gimp/2.0/themes/Default/images/stock-zoom-follow-window-12.png +share/gimp/2.0/themes/Small/ +share/gimp/2.0/themes/Small/gtkrc +share/gimp/2.0/tips/ +share/gimp/2.0/tips/gimp-tips.xml +share/gtk-doc/ +share/gtk-doc/html/ +share/gtk-doc/html/libgimp/ +share/gtk-doc/html/libgimp/GimpAspectPreview.html +share/gtk-doc/html/libgimp/GimpDrawablePreview.html +share/gtk-doc/html/libgimp/GimpProgressBar.html +share/gtk-doc/html/libgimp/gimpdefinitions.html +share/gtk-doc/html/libgimp/home.png +share/gtk-doc/html/libgimp/index.html +share/gtk-doc/html/libgimp/index.sgml +share/gtk-doc/html/libgimp/left.png +share/gtk-doc/html/libgimp/libgimp-data.html +share/gtk-doc/html/libgimp/libgimp-general.html +share/gtk-doc/html/libgimp/libgimp-gimp.html +share/gtk-doc/html/libgimp/libgimp-gimpbrush.html +share/gtk-doc/html/libgimp/libgimp-gimpbrushes.html +share/gtk-doc/html/libgimp/libgimp-gimpbrushmenu.html +share/gtk-doc/html/libgimp/libgimp-gimpbrushselect.html +share/gtk-doc/html/libgimp/libgimp-gimpchannel.html +share/gtk-doc/html/libgimp/libgimp-gimpcolor.html +share/gtk-doc/html/libgimp/libgimp-gimpcontext.html +share/gtk-doc/html/libgimp/libgimp-gimpconvert.html +share/gtk-doc/html/libgimp/libgimp-gimpdisplay.html +share/gtk-doc/html/libgimp/libgimp-gimpdrawable.html +share/gtk-doc/html/libgimp/libgimp-gimpdrawablecombobox.html +share/gtk-doc/html/libgimp/libgimp-gimpdrawabletransform.html +share/gtk-doc/html/libgimp/libgimp-gimpedit.html +share/gtk-doc/html/libgimp/libgimp-gimpenums.html +share/gtk-doc/html/libgimp/libgimp-gimpexport.html +share/gtk-doc/html/libgimp/libgimp-gimpfileops.html +share/gtk-doc/html/libgimp/libgimp-gimpfloatingsel.html +share/gtk-doc/html/libgimp/libgimp-gimpfontmenu.html +share/gtk-doc/html/libgimp/libgimp-gimpfonts.html +share/gtk-doc/html/libgimp/libgimp-gimpfontselect.html +share/gtk-doc/html/libgimp/libgimp-gimpgimprc.html +share/gtk-doc/html/libgimp/libgimp-gimpgradient.html +share/gtk-doc/html/libgimp/libgimp-gimpgradientmenu.html +share/gtk-doc/html/libgimp/libgimp-gimpgradients.html +share/gtk-doc/html/libgimp/libgimp-gimpgradientselect.html +share/gtk-doc/html/libgimp/libgimp-gimpguides.html +share/gtk-doc/html/libgimp/libgimp-gimphelp.html +share/gtk-doc/html/libgimp/libgimp-gimpimage.html +share/gtk-doc/html/libgimp/libgimp-gimpimagecombobox.html +share/gtk-doc/html/libgimp/libgimp-gimplayer.html +share/gtk-doc/html/libgimp/libgimp-gimpmenu.html +share/gtk-doc/html/libgimp/libgimp-gimpmessage.html +share/gtk-doc/html/libgimp/libgimp-gimppalette.html +share/gtk-doc/html/libgimp/libgimp-gimppalettemenu.html +share/gtk-doc/html/libgimp/libgimp-gimppalettes.html +share/gtk-doc/html/libgimp/libgimp-gimppaletteselect.html +share/gtk-doc/html/libgimp/libgimp-gimppaths.html +share/gtk-doc/html/libgimp/libgimp-gimppattern.html +share/gtk-doc/html/libgimp/libgimp-gimppatternmenu.html +share/gtk-doc/html/libgimp/libgimp-gimppatterns.html +share/gtk-doc/html/libgimp/libgimp-gimppatternselect.html +share/gtk-doc/html/libgimp/libgimp-gimppixbuf.html +share/gtk-doc/html/libgimp/libgimp-gimppixelfetcher.html +share/gtk-doc/html/libgimp/libgimp-gimppixelrgn.html +share/gtk-doc/html/libgimp/libgimp-gimpplugin.html +share/gtk-doc/html/libgimp/libgimp-gimpproceduraldb.html +share/gtk-doc/html/libgimp/libgimp-gimpprogress.html +share/gtk-doc/html/libgimp/libgimp-gimpregioniterator.html +share/gtk-doc/html/libgimp/libgimp-gimpselection.html +share/gtk-doc/html/libgimp/libgimp-gimptexttool.html +share/gtk-doc/html/libgimp/libgimp-gimptile.html +share/gtk-doc/html/libgimp/libgimp-gimptools.html +share/gtk-doc/html/libgimp/libgimp-gimpui.html +share/gtk-doc/html/libgimp/libgimp-gimpundo.html +share/gtk-doc/html/libgimp/libgimp-image.html +share/gtk-doc/html/libgimp/libgimp-selectors.html +share/gtk-doc/html/libgimp/libgimp.devhelp +share/gtk-doc/html/libgimp/libgimp.html +share/gtk-doc/html/libgimp/libgimpui-hierarchy.html +share/gtk-doc/html/libgimp/libgimpui.html +share/gtk-doc/html/libgimp/right.png +share/gtk-doc/html/libgimp/style.css +share/gtk-doc/html/libgimp/up.png +share/gtk-doc/html/libgimpbase/ +share/gtk-doc/html/libgimpbase/home.png +share/gtk-doc/html/libgimpbase/index.html +share/gtk-doc/html/libgimpbase/index.sgml +share/gtk-doc/html/libgimpbase/left.png +share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html +share/gtk-doc/html/libgimpbase/libgimpbase-gimpbasetypes.html +share/gtk-doc/html/libgimpbase/libgimpbase-gimpchecks.html +share/gtk-doc/html/libgimpbase/libgimpbase-gimpdatafiles.html +share/gtk-doc/html/libgimpbase/libgimpbase-gimpenv.html +share/gtk-doc/html/libgimpbase/libgimpbase-gimplimits.html +share/gtk-doc/html/libgimpbase/libgimpbase-gimpmemsize.html +share/gtk-doc/html/libgimpbase/libgimpbase-gimpparasite.html +share/gtk-doc/html/libgimpbase/libgimpbase-gimpparasiteio.html +share/gtk-doc/html/libgimpbase/libgimpbase-gimpprotocol.html +share/gtk-doc/html/libgimpbase/libgimpbase-gimpsignal.html +share/gtk-doc/html/libgimpbase/libgimpbase-gimpunit.html +share/gtk-doc/html/libgimpbase/libgimpbase-gimputils.html +share/gtk-doc/html/libgimpbase/libgimpbase-gimpversion.html +share/gtk-doc/html/libgimpbase/libgimpbase-gimpwire.html +share/gtk-doc/html/libgimpbase/libgimpbase.devhelp +share/gtk-doc/html/libgimpbase/libgimpbase.html +share/gtk-doc/html/libgimpbase/right.png +share/gtk-doc/html/libgimpbase/style.css +share/gtk-doc/html/libgimpbase/up.png +share/gtk-doc/html/libgimpcolor/ +share/gtk-doc/html/libgimpcolor/home.png +share/gtk-doc/html/libgimpcolor/index.html +share/gtk-doc/html/libgimpcolor/index.sgml +share/gtk-doc/html/libgimpcolor/left.png +share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpAdaptiveSupersample.html +share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpBilinear.html +share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpCMYK.html +share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpColorSpace.html +share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpHSV.html +share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html +share/gtk-doc/html/libgimpcolor/libgimpcolor.devhelp +share/gtk-doc/html/libgimpcolor/libgimpcolor.html +share/gtk-doc/html/libgimpcolor/right.png +share/gtk-doc/html/libgimpcolor/up.png +share/gtk-doc/html/libgimpmath/ +share/gtk-doc/html/libgimpmath/home.png +share/gtk-doc/html/libgimpmath/index.html +share/gtk-doc/html/libgimpmath/index.sgml +share/gtk-doc/html/libgimpmath/left.png +share/gtk-doc/html/libgimpmath/libgimpmath-GimpMD5.html +share/gtk-doc/html/libgimpmath/libgimpmath-GimpMath.html +share/gtk-doc/html/libgimpmath/libgimpmath-GimpMatrix.html +share/gtk-doc/html/libgimpmath/libgimpmath-GimpVector.html +share/gtk-doc/html/libgimpmath/libgimpmath.devhelp +share/gtk-doc/html/libgimpmath/libgimpmath.html +share/gtk-doc/html/libgimpmath/right.png +share/gtk-doc/html/libgimpmath/up.png +share/gtk-doc/html/libgimpmodule/ +share/gtk-doc/html/libgimpmodule/GimpModule.html +share/gtk-doc/html/libgimpmodule/GimpModuleDB.html +share/gtk-doc/html/libgimpmodule/home.png +share/gtk-doc/html/libgimpmodule/index.html +share/gtk-doc/html/libgimpmodule/index.sgml +share/gtk-doc/html/libgimpmodule/left.png +share/gtk-doc/html/libgimpmodule/libgimpmodule.devhelp +share/gtk-doc/html/libgimpmodule/libgimpmodule.html +share/gtk-doc/html/libgimpmodule/right.png +share/gtk-doc/html/libgimpmodule/up.png +share/gtk-doc/html/libgimpthumb/ +share/gtk-doc/html/libgimpthumb/GimpThumbnail.html +share/gtk-doc/html/libgimpthumb/home.png +share/gtk-doc/html/libgimpthumb/index.html +share/gtk-doc/html/libgimpthumb/index.sgml +share/gtk-doc/html/libgimpthumb/left.png +share/gtk-doc/html/libgimpthumb/libgimpthumb-gimpthumb-enums.html +share/gtk-doc/html/libgimpthumb/libgimpthumb-gimpthumb-error.html +share/gtk-doc/html/libgimpthumb/libgimpthumb-gimpthumb-utils.html +share/gtk-doc/html/libgimpthumb/libgimpthumb.devhelp +share/gtk-doc/html/libgimpthumb/libgimpthumb.html +share/gtk-doc/html/libgimpthumb/right.png +share/gtk-doc/html/libgimpthumb/style.css +share/gtk-doc/html/libgimpthumb/up.png +share/gtk-doc/html/libgimpwidgets/ +share/gtk-doc/html/libgimpwidgets/GimpButton.html +share/gtk-doc/html/libgimpwidgets/GimpCellRendererColor.html +share/gtk-doc/html/libgimpwidgets/GimpCellRendererToggle.html +share/gtk-doc/html/libgimpwidgets/GimpChainButton.html +share/gtk-doc/html/libgimpwidgets/GimpColorArea.html +share/gtk-doc/html/libgimpwidgets/GimpColorButton.html +share/gtk-doc/html/libgimpwidgets/GimpColorDisplay.html +share/gtk-doc/html/libgimpwidgets/GimpColorDisplayStack.html +share/gtk-doc/html/libgimpwidgets/GimpColorHexEntry.html +share/gtk-doc/html/libgimpwidgets/GimpColorNotebook.html +share/gtk-doc/html/libgimpwidgets/GimpColorScale.html +share/gtk-doc/html/libgimpwidgets/GimpColorScales.html +share/gtk-doc/html/libgimpwidgets/GimpColorSelect.html +share/gtk-doc/html/libgimpwidgets/GimpColorSelection.html +share/gtk-doc/html/libgimpwidgets/GimpColorSelector.html +share/gtk-doc/html/libgimpwidgets/GimpController.html +share/gtk-doc/html/libgimpwidgets/GimpDialog.html +share/gtk-doc/html/libgimpwidgets/GimpFileEntry.html +share/gtk-doc/html/libgimpwidgets/GimpFrame.html +share/gtk-doc/html/libgimpwidgets/GimpIntComboBox.html +share/gtk-doc/html/libgimpwidgets/GimpIntStore.html +share/gtk-doc/html/libgimpwidgets/GimpMemsizeEntry.html +share/gtk-doc/html/libgimpwidgets/GimpOffsetArea.html +share/gtk-doc/html/libgimpwidgets/GimpPathEditor.html +share/gtk-doc/html/libgimpwidgets/GimpPickButton.html +share/gtk-doc/html/libgimpwidgets/GimpPixmap.html +share/gtk-doc/html/libgimpwidgets/GimpPreview.html +share/gtk-doc/html/libgimpwidgets/GimpPreviewArea.html +share/gtk-doc/html/libgimpwidgets/GimpSizeEntry.html +share/gtk-doc/html/libgimpwidgets/GimpUnitMenu.html +share/gtk-doc/html/libgimpwidgets/home.png +share/gtk-doc/html/libgimpwidgets/index.html +share/gtk-doc/html/libgimpwidgets/index.sgml +share/gtk-doc/html/libgimpwidgets/left.png +share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpHelpUI.html +share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpQueryBox.html +share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpScrolledPreview.html +share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpStock.html +share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpWidgets.html +share/gtk-doc/html/libgimpwidgets/libgimpwidgets-cell-renderers.html +share/gtk-doc/html/libgimpwidgets/libgimpwidgets-colordisplay.html +share/gtk-doc/html/libgimpwidgets/libgimpwidgets-colorselector.html +share/gtk-doc/html/libgimpwidgets/libgimpwidgets-controller.html +share/gtk-doc/html/libgimpwidgets/libgimpwidgets-deprecated.html +share/gtk-doc/html/libgimpwidgets/libgimpwidgets-gimpoldwidgets.html +share/gtk-doc/html/libgimpwidgets/libgimpwidgets-hierarchy.html +share/gtk-doc/html/libgimpwidgets/libgimpwidgets-utils.html +share/gtk-doc/html/libgimpwidgets/libgimpwidgets-widgets.html +share/gtk-doc/html/libgimpwidgets/libgimpwidgets.devhelp +share/gtk-doc/html/libgimpwidgets/right.png +share/gtk-doc/html/libgimpwidgets/stock-anchor-16.png +share/gtk-doc/html/libgimpwidgets/stock-cap-butt-16.png +share/gtk-doc/html/libgimpwidgets/stock-cap-round-16.png +share/gtk-doc/html/libgimpwidgets/stock-cap-square-16.png +share/gtk-doc/html/libgimpwidgets/stock-center-16.png +share/gtk-doc/html/libgimpwidgets/stock-center-24.png +share/gtk-doc/html/libgimpwidgets/stock-channel-16.png +share/gtk-doc/html/libgimpwidgets/stock-channel-24.png +share/gtk-doc/html/libgimpwidgets/stock-channel-32.png +share/gtk-doc/html/libgimpwidgets/stock-channel-48.png +share/gtk-doc/html/libgimpwidgets/stock-channel-alpha-16.png +share/gtk-doc/html/libgimpwidgets/stock-channel-alpha-24.png +share/gtk-doc/html/libgimpwidgets/stock-channel-alpha-32.png +share/gtk-doc/html/libgimpwidgets/stock-channel-alpha-48.png +share/gtk-doc/html/libgimpwidgets/stock-channel-blue-16.png +share/gtk-doc/html/libgimpwidgets/stock-channel-blue-24.png +share/gtk-doc/html/libgimpwidgets/stock-channel-blue-32.png +share/gtk-doc/html/libgimpwidgets/stock-channel-blue-48.png +share/gtk-doc/html/libgimpwidgets/stock-channel-gray-16.png +share/gtk-doc/html/libgimpwidgets/stock-channel-gray-24.png +share/gtk-doc/html/libgimpwidgets/stock-channel-gray-32.png +share/gtk-doc/html/libgimpwidgets/stock-channel-gray-48.png +share/gtk-doc/html/libgimpwidgets/stock-channel-green-16.png +share/gtk-doc/html/libgimpwidgets/stock-channel-green-24.png +share/gtk-doc/html/libgimpwidgets/stock-channel-green-32.png +share/gtk-doc/html/libgimpwidgets/stock-channel-green-48.png +share/gtk-doc/html/libgimpwidgets/stock-channel-indexed-16.png +share/gtk-doc/html/libgimpwidgets/stock-channel-indexed-24.png +share/gtk-doc/html/libgimpwidgets/stock-channel-indexed-32.png +share/gtk-doc/html/libgimpwidgets/stock-channel-indexed-48.png +share/gtk-doc/html/libgimpwidgets/stock-channel-red-16.png +share/gtk-doc/html/libgimpwidgets/stock-channel-red-24.png +share/gtk-doc/html/libgimpwidgets/stock-channel-red-32.png +share/gtk-doc/html/libgimpwidgets/stock-channel-red-48.png +share/gtk-doc/html/libgimpwidgets/stock-channels-16.png +share/gtk-doc/html/libgimpwidgets/stock-channels-24.png +share/gtk-doc/html/libgimpwidgets/stock-char-picker-22.png +share/gtk-doc/html/libgimpwidgets/stock-close-12.png +share/gtk-doc/html/libgimpwidgets/stock-color-pick-from-screen-16.png +share/gtk-doc/html/libgimpwidgets/stock-color-picker-black-18.png +share/gtk-doc/html/libgimpwidgets/stock-color-picker-gray-18.png +share/gtk-doc/html/libgimpwidgets/stock-color-picker-white-18.png +share/gtk-doc/html/libgimpwidgets/stock-color-triangle-16.png +share/gtk-doc/html/libgimpwidgets/stock-convert-grayscale-16.png +share/gtk-doc/html/libgimpwidgets/stock-convert-indexed-16.png +share/gtk-doc/html/libgimpwidgets/stock-convert-rgb-16.png +share/gtk-doc/html/libgimpwidgets/stock-curve-free-16.png +share/gtk-doc/html/libgimpwidgets/stock-curve-smooth-16.png +share/gtk-doc/html/libgimpwidgets/stock-default-colors-12.png +share/gtk-doc/html/libgimpwidgets/stock-device-status-16.png +share/gtk-doc/html/libgimpwidgets/stock-device-status-24.png +share/gtk-doc/html/libgimpwidgets/stock-display-filter-16.png +share/gtk-doc/html/libgimpwidgets/stock-display-filter-24.png +share/gtk-doc/html/libgimpwidgets/stock-duplicate-16.png +share/gtk-doc/html/libgimpwidgets/stock-edit-16.png +share/gtk-doc/html/libgimpwidgets/stock-error-64.png +share/gtk-doc/html/libgimpwidgets/stock-eye-12.png +share/gtk-doc/html/libgimpwidgets/stock-eye-20.png +share/gtk-doc/html/libgimpwidgets/stock-flip-horizontal-16.png +share/gtk-doc/html/libgimpwidgets/stock-flip-vertical-16.png +share/gtk-doc/html/libgimpwidgets/stock-floating-selection-16.png +share/gtk-doc/html/libgimpwidgets/stock-floating-selection-24.png +share/gtk-doc/html/libgimpwidgets/stock-floating-selection-32.png +share/gtk-doc/html/libgimpwidgets/stock-floating-selection-48.png +share/gtk-doc/html/libgimpwidgets/stock-frame-64.png +share/gtk-doc/html/libgimpwidgets/stock-gradient-bilinear-16.png +share/gtk-doc/html/libgimpwidgets/stock-gradient-conical-asymmetric-16.png +share/gtk-doc/html/libgimpwidgets/stock-gradient-conical-symmetric-16.png +share/gtk-doc/html/libgimpwidgets/stock-gradient-linear-16.png +share/gtk-doc/html/libgimpwidgets/stock-gradient-radial-16.png +share/gtk-doc/html/libgimpwidgets/stock-gradient-shapeburst-angular-16.png +share/gtk-doc/html/libgimpwidgets/stock-gradient-shapeburst-dimpled-16.png +share/gtk-doc/html/libgimpwidgets/stock-gradient-shapeburst-spherical-16.png +share/gtk-doc/html/libgimpwidgets/stock-gradient-spiral-anticlockwise-16.png +share/gtk-doc/html/libgimpwidgets/stock-gradient-spiral-clockwise-16.png +share/gtk-doc/html/libgimpwidgets/stock-gradient-square-16.png +share/gtk-doc/html/libgimpwidgets/stock-gravity-east-24.png +share/gtk-doc/html/libgimpwidgets/stock-gravity-north-24.png +share/gtk-doc/html/libgimpwidgets/stock-gravity-north-east-24.png +share/gtk-doc/html/libgimpwidgets/stock-gravity-north-west-24.png +share/gtk-doc/html/libgimpwidgets/stock-gravity-south-24.png +share/gtk-doc/html/libgimpwidgets/stock-gravity-south-east-24.png +share/gtk-doc/html/libgimpwidgets/stock-gravity-south-west-24.png +share/gtk-doc/html/libgimpwidgets/stock-gravity-west-24.png +share/gtk-doc/html/libgimpwidgets/stock-grid-16.png +share/gtk-doc/html/libgimpwidgets/stock-hchain-24.png +share/gtk-doc/html/libgimpwidgets/stock-hchain-broken-24.png +share/gtk-doc/html/libgimpwidgets/stock-histogram-16.png +share/gtk-doc/html/libgimpwidgets/stock-histogram-22.png +share/gtk-doc/html/libgimpwidgets/stock-histogram-linear-16.png +share/gtk-doc/html/libgimpwidgets/stock-histogram-logarithmic-16.png +share/gtk-doc/html/libgimpwidgets/stock-image-16.png +share/gtk-doc/html/libgimpwidgets/stock-image-24.png +share/gtk-doc/html/libgimpwidgets/stock-image-32.png +share/gtk-doc/html/libgimpwidgets/stock-image-48.png +share/gtk-doc/html/libgimpwidgets/stock-images-16.png +share/gtk-doc/html/libgimpwidgets/stock-images-24.png +share/gtk-doc/html/libgimpwidgets/stock-indexed-palette-16.png +share/gtk-doc/html/libgimpwidgets/stock-indexed-palette-24.png +share/gtk-doc/html/libgimpwidgets/stock-info-16.png +share/gtk-doc/html/libgimpwidgets/stock-info-24.png +share/gtk-doc/html/libgimpwidgets/stock-info-64.png +share/gtk-doc/html/libgimpwidgets/stock-invert-16.png +share/gtk-doc/html/libgimpwidgets/stock-join-bevel-16.png +share/gtk-doc/html/libgimpwidgets/stock-join-miter-16.png +share/gtk-doc/html/libgimpwidgets/stock-join-round-16.png +share/gtk-doc/html/libgimpwidgets/stock-landscape-16.png +share/gtk-doc/html/libgimpwidgets/stock-layer-16.png +share/gtk-doc/html/libgimpwidgets/stock-layer-24.png +share/gtk-doc/html/libgimpwidgets/stock-layer-32.png +share/gtk-doc/html/libgimpwidgets/stock-layer-48.png +share/gtk-doc/html/libgimpwidgets/stock-layer-mask-16.png +share/gtk-doc/html/libgimpwidgets/stock-layer-mask-24.png +share/gtk-doc/html/libgimpwidgets/stock-layer-mask-32.png +share/gtk-doc/html/libgimpwidgets/stock-layer-mask-48.png +share/gtk-doc/html/libgimpwidgets/stock-layer-to-imagesize-16.png +share/gtk-doc/html/libgimpwidgets/stock-layers-16.png +share/gtk-doc/html/libgimpwidgets/stock-layers-24.png +share/gtk-doc/html/libgimpwidgets/stock-letter-spacing-22.png +share/gtk-doc/html/libgimpwidgets/stock-line-spacing-22.png +share/gtk-doc/html/libgimpwidgets/stock-linked-12.png +share/gtk-doc/html/libgimpwidgets/stock-linked-20.png +share/gtk-doc/html/libgimpwidgets/stock-list-16.png +share/gtk-doc/html/libgimpwidgets/stock-menu-left-12.png +share/gtk-doc/html/libgimpwidgets/stock-menu-right-12.png +share/gtk-doc/html/libgimpwidgets/stock-merge-down-16.png +share/gtk-doc/html/libgimpwidgets/stock-move-to-screen-16.png +share/gtk-doc/html/libgimpwidgets/stock-move-to-screen-24.png +share/gtk-doc/html/libgimpwidgets/stock-navigation-16.png +share/gtk-doc/html/libgimpwidgets/stock-paste-as-new-16.png +share/gtk-doc/html/libgimpwidgets/stock-paste-into-16.png +share/gtk-doc/html/libgimpwidgets/stock-path-16.png +share/gtk-doc/html/libgimpwidgets/stock-path-22.png +share/gtk-doc/html/libgimpwidgets/stock-path-stroke-16.png +share/gtk-doc/html/libgimpwidgets/stock-paths-16.png +share/gtk-doc/html/libgimpwidgets/stock-paths-22.png +share/gtk-doc/html/libgimpwidgets/stock-plugin-16.png +share/gtk-doc/html/libgimpwidgets/stock-portrait-16.png +share/gtk-doc/html/libgimpwidgets/stock-print-resolution-16.png +share/gtk-doc/html/libgimpwidgets/stock-print-resolution-24.png +share/gtk-doc/html/libgimpwidgets/stock-qmask-off-16.png +share/gtk-doc/html/libgimpwidgets/stock-qmask-on-16.png +share/gtk-doc/html/libgimpwidgets/stock-question-64.png +share/gtk-doc/html/libgimpwidgets/stock-reset-16.png +share/gtk-doc/html/libgimpwidgets/stock-reshow-filter-16.png +share/gtk-doc/html/libgimpwidgets/stock-resize-16.png +share/gtk-doc/html/libgimpwidgets/stock-rotate-180-16.png +share/gtk-doc/html/libgimpwidgets/stock-rotate-270-16.png +share/gtk-doc/html/libgimpwidgets/stock-rotate-90-16.png +share/gtk-doc/html/libgimpwidgets/stock-scale-16.png +share/gtk-doc/html/libgimpwidgets/stock-selection-16.png +share/gtk-doc/html/libgimpwidgets/stock-selection-add-16.png +share/gtk-doc/html/libgimpwidgets/stock-selection-all-16.png +share/gtk-doc/html/libgimpwidgets/stock-selection-border-16.png +share/gtk-doc/html/libgimpwidgets/stock-selection-grow-16.png +share/gtk-doc/html/libgimpwidgets/stock-selection-intersect-16.png +share/gtk-doc/html/libgimpwidgets/stock-selection-none-16.png +share/gtk-doc/html/libgimpwidgets/stock-selection-replace-16.png +share/gtk-doc/html/libgimpwidgets/stock-selection-shrink-16.png +share/gtk-doc/html/libgimpwidgets/stock-selection-stroke-16.png +share/gtk-doc/html/libgimpwidgets/stock-selection-subtract-16.png +share/gtk-doc/html/libgimpwidgets/stock-selection-to-channel-16.png +share/gtk-doc/html/libgimpwidgets/stock-selection-to-path-16.png +share/gtk-doc/html/libgimpwidgets/stock-shape-circle-16.png +share/gtk-doc/html/libgimpwidgets/stock-shape-diamond-16.png +share/gtk-doc/html/libgimpwidgets/stock-shape-square-16.png +share/gtk-doc/html/libgimpwidgets/stock-swap-colors-12.png +share/gtk-doc/html/libgimpwidgets/stock-template-16.png +share/gtk-doc/html/libgimpwidgets/stock-template-24.png +share/gtk-doc/html/libgimpwidgets/stock-text-dir-ltr-24.png +share/gtk-doc/html/libgimpwidgets/stock-text-dir-rtl-24.png +share/gtk-doc/html/libgimpwidgets/stock-text-layer-16.png +share/gtk-doc/html/libgimpwidgets/stock-text-layer-24.png +share/gtk-doc/html/libgimpwidgets/stock-text-layer-32.png +share/gtk-doc/html/libgimpwidgets/stock-text-layer-48.png +share/gtk-doc/html/libgimpwidgets/stock-texture-64.png +share/gtk-doc/html/libgimpwidgets/stock-toilet-paper-16.png +share/gtk-doc/html/libgimpwidgets/stock-toilet-paper-24.png +share/gtk-doc/html/libgimpwidgets/stock-tool-airbrush-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-airbrush-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-blend-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-blend-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-blur-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-blur-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-brightness-contrast-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-brightness-contrast-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-bucket-fill-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-bucket-fill-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-by-color-select-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-by-color-select-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-clone-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-clone-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-color-balance-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-color-balance-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-color-picker-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-color-picker-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-colorize-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-colorize-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-crop-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-crop-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-curves-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-curves-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-dodge-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-dodge-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-ellipse-select-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-ellipse-select-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-eraser-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-eraser-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-flip-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-flip-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-free-select-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-free-select-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-fuzzy-select-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-fuzzy-select-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-hue-saturation-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-hue-saturation-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-ink-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-ink-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-iscissors-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-iscissors-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-levels-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-levels-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-measure-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-measure-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-move-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-move-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-options-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-options-24.png +share/gtk-doc/html/libgimpwidgets/stock-tool-paintbrush-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-paintbrush-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-path-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-path-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-pencil-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-pencil-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-perspective-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-perspective-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-posterize-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-posterize-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-rect-select-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-rect-select-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-rotate-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-rotate-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-scale-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-scale-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-shear-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-shear-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-smudge-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-smudge-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-text-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-text-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-threshold-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-threshold-22.png +share/gtk-doc/html/libgimpwidgets/stock-tool-zoom-16.png +share/gtk-doc/html/libgimpwidgets/stock-tool-zoom-22.png +share/gtk-doc/html/libgimpwidgets/stock-tools-16.png +share/gtk-doc/html/libgimpwidgets/stock-tools-24.png +share/gtk-doc/html/libgimpwidgets/stock-transparency-16.png +share/gtk-doc/html/libgimpwidgets/stock-transparency-24.png +share/gtk-doc/html/libgimpwidgets/stock-undo-history-16.png +share/gtk-doc/html/libgimpwidgets/stock-undo-history-24.png +share/gtk-doc/html/libgimpwidgets/stock-vchain-24.png +share/gtk-doc/html/libgimpwidgets/stock-vchain-broken-24.png +share/gtk-doc/html/libgimpwidgets/stock-video-16.png +share/gtk-doc/html/libgimpwidgets/stock-video-24.png +share/gtk-doc/html/libgimpwidgets/stock-warning-16.png +share/gtk-doc/html/libgimpwidgets/stock-warning-24.png +share/gtk-doc/html/libgimpwidgets/stock-warning-64.png +share/gtk-doc/html/libgimpwidgets/stock-web-16.png +share/gtk-doc/html/libgimpwidgets/stock-web-24.png +share/gtk-doc/html/libgimpwidgets/stock-wilber-16.png +share/gtk-doc/html/libgimpwidgets/stock-wilber-32.png +share/gtk-doc/html/libgimpwidgets/stock-wilber-48.png +share/gtk-doc/html/libgimpwidgets/stock-wilber-64.png +share/gtk-doc/html/libgimpwidgets/stock-wilber-eek-64.png +share/gtk-doc/html/libgimpwidgets/stock-zoom-follow-window-12.png +share/gtk-doc/html/libgimpwidgets/style.css +share/gtk-doc/html/libgimpwidgets/up.png +share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo +share/locale/bg/LC_MESSAGES/gimp20-script-fu.mo +share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/bg/LC_MESSAGES/gimp20.mo +share/locale/ca/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ca/LC_MESSAGES/gimp20-script-fu.mo +share/locale/ca/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ca/LC_MESSAGES/gimp20.mo +share/locale/cs/LC_MESSAGES/gimp20-libgimp.mo +share/locale/cs/LC_MESSAGES/gimp20-script-fu.mo +share/locale/cs/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/cs/LC_MESSAGES/gimp20.mo +share/locale/da/LC_MESSAGES/gimp20-libgimp.mo +share/locale/da/LC_MESSAGES/gimp20-script-fu.mo +share/locale/da/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/da/LC_MESSAGES/gimp20.mo +share/locale/de/LC_MESSAGES/gimp20-libgimp.mo +share/locale/de/LC_MESSAGES/gimp20-script-fu.mo +share/locale/de/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/de/LC_MESSAGES/gimp20.mo +share/locale/el/LC_MESSAGES/gimp20-libgimp.mo +share/locale/el/LC_MESSAGES/gimp20-script-fu.mo +share/locale/el/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/el/LC_MESSAGES/gimp20.mo +share/locale/en_CA/ +share/locale/en_CA/LC_MESSAGES/ +share/locale/en_CA/LC_MESSAGES/gimp20-libgimp.mo +share/locale/en_CA/LC_MESSAGES/gimp20-script-fu.mo +share/locale/en_CA/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/en_CA/LC_MESSAGES/gimp20.mo share/locale/en_GB/ share/locale/en_GB/LC_MESSAGES/ -share/locale/en_GB/LC_MESSAGES/gimp-libgimp.mo -share/locale/en_GB/LC_MESSAGES/gimp-script-fu.mo -share/locale/en_GB/LC_MESSAGES/gimp-std-plugins.mo -share/locale/en_GB/LC_MESSAGES/gimp.mo -share/locale/es/LC_MESSAGES/gimp-libgimp.mo -share/locale/es/LC_MESSAGES/gimp-script-fu.mo -share/locale/es/LC_MESSAGES/gimp-std-plugins.mo -share/locale/es/LC_MESSAGES/gimp.mo -share/locale/fi/LC_MESSAGES/gimp-libgimp.mo -share/locale/fi/LC_MESSAGES/gimp-script-fu.mo -share/locale/fi/LC_MESSAGES/gimp-std-plugins.mo -share/locale/fi/LC_MESSAGES/gimp.mo -share/locale/fr/LC_MESSAGES/gimp-libgimp.mo -share/locale/fr/LC_MESSAGES/gimp-script-fu.mo -share/locale/fr/LC_MESSAGES/gimp-std-plugins.mo -share/locale/fr/LC_MESSAGES/gimp.mo +share/locale/en_GB/LC_MESSAGES/gimp20-libgimp.mo +share/locale/en_GB/LC_MESSAGES/gimp20-script-fu.mo +share/locale/en_GB/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/en_GB/LC_MESSAGES/gimp20.mo +share/locale/es/LC_MESSAGES/gimp20-libgimp.mo +share/locale/es/LC_MESSAGES/gimp20-script-fu.mo +share/locale/es/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/es/LC_MESSAGES/gimp20.mo +share/locale/eu/ +share/locale/eu/LC_MESSAGES/ +share/locale/eu/LC_MESSAGES/gimp20-libgimp.mo +share/locale/eu/LC_MESSAGES/gimp20-script-fu.mo +share/locale/eu/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/eu/LC_MESSAGES/gimp20.mo +share/locale/fi/LC_MESSAGES/gimp20-libgimp.mo +share/locale/fi/LC_MESSAGES/gimp20-script-fu.mo +share/locale/fi/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/fi/LC_MESSAGES/gimp20.mo +share/locale/fr/LC_MESSAGES/gimp20-libgimp.mo +share/locale/fr/LC_MESSAGES/gimp20-script-fu.mo +share/locale/fr/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/fr/LC_MESSAGES/gimp20.mo share/locale/ga/ share/locale/ga/LC_MESSAGES/ -share/locale/ga/LC_MESSAGES/gimp-libgimp.mo -share/locale/ga/LC_MESSAGES/gimp-script-fu.mo -share/locale/ga/LC_MESSAGES/gimp-std-plugins.mo -share/locale/ga/LC_MESSAGES/gimp.mo -share/locale/gl/LC_MESSAGES/gimp-libgimp.mo -share/locale/gl/LC_MESSAGES/gimp-script-fu.mo -share/locale/gl/LC_MESSAGES/gimp-std-plugins.mo -share/locale/gl/LC_MESSAGES/gimp.mo -share/locale/hr/LC_MESSAGES/gimp-libgimp.mo -share/locale/hr/LC_MESSAGES/gimp-script-fu.mo -share/locale/hr/LC_MESSAGES/gimp-std-plugins.mo -share/locale/hr/LC_MESSAGES/gimp.mo -share/locale/hu/LC_MESSAGES/gimp-libgimp.mo -share/locale/hu/LC_MESSAGES/gimp-script-fu.mo -share/locale/hu/LC_MESSAGES/gimp-std-plugins.mo -share/locale/hu/LC_MESSAGES/gimp.mo -share/locale/it/LC_MESSAGES/gimp-libgimp.mo -share/locale/it/LC_MESSAGES/gimp-script-fu.mo -share/locale/it/LC_MESSAGES/gimp-std-plugins.mo -share/locale/it/LC_MESSAGES/gimp.mo -share/locale/ja/LC_MESSAGES/gimp-libgimp.mo -share/locale/ja/LC_MESSAGES/gimp-script-fu.mo -share/locale/ja/LC_MESSAGES/gimp-std-plugins.mo -share/locale/ja/LC_MESSAGES/gimp.mo -share/locale/ko/LC_MESSAGES/gimp-libgimp.mo -share/locale/ko/LC_MESSAGES/gimp-script-fu.mo -share/locale/ko/LC_MESSAGES/gimp-std-plugins.mo -share/locale/ko/LC_MESSAGES/gimp.mo +share/locale/ga/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ga/LC_MESSAGES/gimp20-script-fu.mo +share/locale/ga/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ga/LC_MESSAGES/gimp20.mo +share/locale/gl/LC_MESSAGES/gimp20-libgimp.mo +share/locale/gl/LC_MESSAGES/gimp20-script-fu.mo +share/locale/gl/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/gl/LC_MESSAGES/gimp20.mo +share/locale/he/LC_MESSAGES/gimp20-libgimp.mo +share/locale/he/LC_MESSAGES/gimp20-script-fu.mo +share/locale/he/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/he/LC_MESSAGES/gimp20.mo +share/locale/hr/LC_MESSAGES/gimp20-libgimp.mo +share/locale/hr/LC_MESSAGES/gimp20-script-fu.mo +share/locale/hr/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/hr/LC_MESSAGES/gimp20.mo +share/locale/hu/LC_MESSAGES/gimp20-libgimp.mo +share/locale/hu/LC_MESSAGES/gimp20-script-fu.mo +share/locale/hu/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/hu/LC_MESSAGES/gimp20.mo +share/locale/id/LC_MESSAGES/gimp20-libgimp.mo +share/locale/id/LC_MESSAGES/gimp20-script-fu.mo +share/locale/id/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/id/LC_MESSAGES/gimp20.mo +share/locale/it/LC_MESSAGES/gimp20-libgimp.mo +share/locale/it/LC_MESSAGES/gimp20-script-fu.mo +share/locale/it/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/it/LC_MESSAGES/gimp20.mo +share/locale/ja/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ja/LC_MESSAGES/gimp20-script-fu.mo +share/locale/ja/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ja/LC_MESSAGES/gimp20.mo +share/locale/ko/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ko/LC_MESSAGES/gimp20-script-fu.mo +share/locale/ko/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ko/LC_MESSAGES/gimp20.mo share/locale/lt/ share/locale/lt/LC_MESSAGES/ -share/locale/lt/LC_MESSAGES/gimp-libgimp.mo -share/locale/lt/LC_MESSAGES/gimp-script-fu.mo -share/locale/lt/LC_MESSAGES/gimp-std-plugins.mo -share/locale/lt/LC_MESSAGES/gimp.mo -share/locale/nl/LC_MESSAGES/gimp-libgimp.mo -share/locale/nl/LC_MESSAGES/gimp-script-fu.mo -share/locale/nl/LC_MESSAGES/gimp-std-plugins.mo -share/locale/nl/LC_MESSAGES/gimp.mo -share/locale/nn/LC_MESSAGES/gimp-libgimp.mo -share/locale/nn/LC_MESSAGES/gimp-script-fu.mo -share/locale/nn/LC_MESSAGES/gimp-std-plugins.mo -share/locale/nn/LC_MESSAGES/gimp.mo -share/locale/no/LC_MESSAGES/gimp-libgimp.mo -share/locale/no/LC_MESSAGES/gimp-script-fu.mo -share/locale/no/LC_MESSAGES/gimp-std-plugins.mo -share/locale/no/LC_MESSAGES/gimp.mo -share/locale/pl/LC_MESSAGES/gimp-libgimp.mo -share/locale/pl/LC_MESSAGES/gimp-script-fu.mo -share/locale/pl/LC_MESSAGES/gimp-std-plugins.mo -share/locale/pl/LC_MESSAGES/gimp.mo -share/locale/pt/LC_MESSAGES/gimp-libgimp.mo -share/locale/pt/LC_MESSAGES/gimp-script-fu.mo -share/locale/pt/LC_MESSAGES/gimp-std-plugins.mo -share/locale/pt/LC_MESSAGES/gimp.mo -share/locale/pt_BR/LC_MESSAGES/gimp-libgimp.mo -share/locale/pt_BR/LC_MESSAGES/gimp-script-fu.mo -share/locale/pt_BR/LC_MESSAGES/gimp-std-plugins.mo -share/locale/pt_BR/LC_MESSAGES/gimp.mo -share/locale/ro/LC_MESSAGES/gimp-libgimp.mo -share/locale/ro/LC_MESSAGES/gimp-script-fu.mo -share/locale/ro/LC_MESSAGES/gimp-std-plugins.mo -share/locale/ro/LC_MESSAGES/gimp.mo -share/locale/ru/LC_MESSAGES/gimp-libgimp.mo -share/locale/ru/LC_MESSAGES/gimp-script-fu.mo -share/locale/ru/LC_MESSAGES/gimp-std-plugins.mo -share/locale/ru/LC_MESSAGES/gimp.mo -share/locale/sk/LC_MESSAGES/gimp-libgimp.mo -share/locale/sk/LC_MESSAGES/gimp-script-fu.mo -share/locale/sk/LC_MESSAGES/gimp-std-plugins.mo -share/locale/sk/LC_MESSAGES/gimp.mo -share/locale/sl/LC_MESSAGES/gimp-libgimp.mo -share/locale/sl/LC_MESSAGES/gimp-script-fu.mo -share/locale/sl/LC_MESSAGES/gimp-std-plugins.mo -share/locale/sl/LC_MESSAGES/gimp.mo -share/locale/sv/LC_MESSAGES/gimp-libgimp.mo -share/locale/sv/LC_MESSAGES/gimp-script-fu.mo -share/locale/sv/LC_MESSAGES/gimp-std-plugins.mo -share/locale/sv/LC_MESSAGES/gimp.mo -share/locale/tr/LC_MESSAGES/gimp-libgimp.mo -share/locale/tr/LC_MESSAGES/gimp-script-fu.mo -share/locale/tr/LC_MESSAGES/gimp-std-plugins.mo -share/locale/tr/LC_MESSAGES/gimp.mo -share/locale/uk/LC_MESSAGES/gimp-libgimp.mo -share/locale/uk/LC_MESSAGES/gimp-script-fu.mo -share/locale/uk/LC_MESSAGES/gimp-std-plugins.mo -share/locale/uk/LC_MESSAGES/gimp.mo -share/locale/zh_CN/LC_MESSAGES/gimp-libgimp.mo -share/locale/zh_CN/LC_MESSAGES/gimp-script-fu.mo -share/locale/zh_CN/LC_MESSAGES/gimp-std-plugins.mo -share/locale/zh_CN/LC_MESSAGES/gimp.mo -share/locale/zh_TW/LC_MESSAGES/gimp-libgimp.mo -share/locale/zh_TW/LC_MESSAGES/gimp-script-fu.mo -share/locale/zh_TW/LC_MESSAGES/gimp-std-plugins.mo -share/locale/zh_TW/LC_MESSAGES/gimp.mo -%%SHARED%% +share/locale/lt/LC_MESSAGES/gimp20-libgimp.mo +share/locale/lt/LC_MESSAGES/gimp20-script-fu.mo +share/locale/lt/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/lt/LC_MESSAGES/gimp20.mo +share/locale/ms/ +share/locale/ms/LC_MESSAGES/ +share/locale/ms/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ms/LC_MESSAGES/gimp20-script-fu.mo +share/locale/ms/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ms/LC_MESSAGES/gimp20.mo +share/locale/nb/LC_MESSAGES/gimp20-libgimp.mo +share/locale/nb/LC_MESSAGES/gimp20-script-fu.mo +share/locale/nb/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/nb/LC_MESSAGES/gimp20.mo +share/locale/nl/LC_MESSAGES/gimp20-libgimp.mo +share/locale/nl/LC_MESSAGES/gimp20-script-fu.mo +share/locale/nl/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/nl/LC_MESSAGES/gimp20.mo +share/locale/no/LC_MESSAGES/gimp20-libgimp.mo +share/locale/no/LC_MESSAGES/gimp20-script-fu.mo +share/locale/no/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/no/LC_MESSAGES/gimp20.mo +share/locale/pa/ +share/locale/pa/LC_MESSAGES/ +share/locale/pa/LC_MESSAGES/gimp20-libgimp.mo +share/locale/pa/LC_MESSAGES/gimp20-script-fu.mo +share/locale/pa/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/pa/LC_MESSAGES/gimp20.mo +share/locale/pl/LC_MESSAGES/gimp20-libgimp.mo +share/locale/pl/LC_MESSAGES/gimp20-script-fu.mo +share/locale/pl/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/pl/LC_MESSAGES/gimp20.mo +share/locale/pt/LC_MESSAGES/gimp20-libgimp.mo +share/locale/pt/LC_MESSAGES/gimp20-script-fu.mo +share/locale/pt/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/pt/LC_MESSAGES/gimp20.mo +share/locale/pt_BR/LC_MESSAGES/gimp20-libgimp.mo +share/locale/pt_BR/LC_MESSAGES/gimp20-script-fu.mo +share/locale/pt_BR/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/pt_BR/LC_MESSAGES/gimp20.mo +share/locale/ro/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ro/LC_MESSAGES/gimp20-script-fu.mo +share/locale/ro/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ro/LC_MESSAGES/gimp20.mo +share/locale/ru/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ru/LC_MESSAGES/gimp20-script-fu.mo +share/locale/ru/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ru/LC_MESSAGES/gimp20.mo +share/locale/sk/LC_MESSAGES/gimp20-libgimp.mo +share/locale/sk/LC_MESSAGES/gimp20-script-fu.mo +share/locale/sk/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/sk/LC_MESSAGES/gimp20.mo +share/locale/sr/ +share/locale/sr/LC_MESSAGES/ +share/locale/sr/LC_MESSAGES/gimp20-libgimp.mo +share/locale/sr/LC_MESSAGES/gimp20-script-fu.mo +share/locale/sr/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/sr/LC_MESSAGES/gimp20.mo +share/locale/sr@Latn/ +share/locale/sr@Latn/LC_MESSAGES/ +share/locale/sr@Latn/LC_MESSAGES/gimp20-libgimp.mo +share/locale/sr@Latn/LC_MESSAGES/gimp20-script-fu.mo +share/locale/sr@Latn/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/sr@Latn/LC_MESSAGES/gimp20.mo +share/locale/sv/LC_MESSAGES/gimp20-libgimp.mo +share/locale/sv/LC_MESSAGES/gimp20-script-fu.mo +share/locale/sv/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/sv/LC_MESSAGES/gimp20.mo +share/locale/tr/LC_MESSAGES/gimp20-libgimp.mo +share/locale/tr/LC_MESSAGES/gimp20-script-fu.mo +share/locale/tr/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/tr/LC_MESSAGES/gimp20.mo +share/locale/uk/LC_MESSAGES/gimp20-libgimp.mo +share/locale/uk/LC_MESSAGES/gimp20-script-fu.mo +share/locale/uk/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/uk/LC_MESSAGES/gimp20.mo +share/locale/vi/ +share/locale/vi/LC_MESSAGES/ +share/locale/vi/LC_MESSAGES/gimp20-libgimp.mo +share/locale/vi/LC_MESSAGES/gimp20-script-fu.mo +share/locale/vi/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/vi/LC_MESSAGES/gimp20.mo +share/locale/yi/ +share/locale/yi/LC_MESSAGES/ +share/locale/yi/LC_MESSAGES/gimp20-libgimp.mo +share/locale/yi/LC_MESSAGES/gimp20-script-fu.mo +share/locale/yi/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/yi/LC_MESSAGES/gimp20.mo +share/locale/zh_CN/LC_MESSAGES/gimp20-libgimp.mo +share/locale/zh_CN/LC_MESSAGES/gimp20-script-fu.mo +share/locale/zh_CN/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/zh_CN/LC_MESSAGES/gimp20.mo +share/locale/zh_TW/LC_MESSAGES/gimp20-libgimp.mo +share/locale/zh_TW/LC_MESSAGES/gimp20-script-fu.mo +share/locale/zh_TW/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/zh_TW/LC_MESSAGES/gimp20.mo