diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-18 21:12:51 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-18 21:12:51 +0800 |
commit | 9bb337d76b3785ca4d66cba7f18e619edde0cffe (patch) | |
tree | da9baac472146ad581bc037205e90d95bb13aaa3 | |
parent | 4575b779306f291af2946256c6e67b52efb32bb0 (diff) | |
download | marcuscom-ports-9bb337d76b3785ca4d66cba7f18e619edde0cffe.tar marcuscom-ports-9bb337d76b3785ca4d66cba7f18e619edde0cffe.tar.gz marcuscom-ports-9bb337d76b3785ca4d66cba7f18e619edde0cffe.tar.bz2 marcuscom-ports-9bb337d76b3785ca4d66cba7f18e619edde0cffe.tar.lz marcuscom-ports-9bb337d76b3785ca4d66cba7f18e619edde0cffe.tar.xz marcuscom-ports-9bb337d76b3785ca4d66cba7f18e619edde0cffe.tar.zst marcuscom-ports-9bb337d76b3785ca4d66cba7f18e619edde0cffe.zip |
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6624 df743ca5-7f9a-e211-a948-0013205c9059
84 files changed, 12957 insertions, 0 deletions
diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile new file mode 100644 index 000000000..24515e478 --- /dev/null +++ b/graphics/gdk-pixbuf/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: gdk-pixbuf +# Date created: 5th October 1999 +# Whom: Ade Lovett <ade@lovett.com> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME?= gdk-pixbuf +PORTVERSION= 0.22.0 +PORTREVISION= 5 +CATEGORIES?= graphics +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gdk-pixbuf/0.22 +DISTNAME= gdk-pixbuf-${PORTVERSION} +DIST_SUBDIR= gnome + +MAINTAINER= gnome@FreeBSD.org +COMMENT?= A graphic library for GTK+ + +LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \ + tiff.4:${PORTSDIR}/graphics/tiff \ + jpeg.9:${PORTSDIR}/graphics/jpeg + +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNOME+= gnomehack gtk12 +INSTALLS_SHLIB= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ + --disable-gtk-doc +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" \ + BUILD_CANVAS="${BUILD_CANVAS}" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + +BUILD_CANVAS?= no + +.include <bsd.port.mk> diff --git a/graphics/gdk-pixbuf/distinfo b/graphics/gdk-pixbuf/distinfo new file mode 100644 index 000000000..e883fd515 --- /dev/null +++ b/graphics/gdk-pixbuf/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome/gdk-pixbuf-0.22.0.tar.bz2) = 05fcb68ceaa338614ab650c775efc2f2 +SHA256 (gnome/gdk-pixbuf-0.22.0.tar.bz2) = 411f2a1c27c3afadc5d034f2213d9f6c3a37f564eb5989cf6e8a53729280ae22 +SIZE (gnome/gdk-pixbuf-0.22.0.tar.bz2) = 398208 diff --git a/graphics/gdk-pixbuf/files/patch-aa b/graphics/gdk-pixbuf/files/patch-aa new file mode 100644 index 000000000..eddda5e63 --- /dev/null +++ b/graphics/gdk-pixbuf/files/patch-aa @@ -0,0 +1,41 @@ +--- configure.orig Thu Apr 18 18:52:49 2002 ++++ configure Fri Apr 19 12:40:56 2002 +@@ -8849,6 +8849,7 @@ + fi + STRIP_DUMMY= + ++if [ x"$BUILD_CANVAS" != x"no" ]; then + # Extract the first word of "gnome-config", so it can be a program name with args. + set dummy gnome-config; ac_word=$2 + echo "$as_me:8854: checking for $ac_word" >&5 +@@ -8878,6 +8879,10 @@ + esac + fi + GNOME_CONFIG=$ac_cv_path_GNOME_CONFIG ++else ++GNOME_CONFIG="no" ++fi ++ + + if test -n "$GNOME_CONFIG"; then + echo "$as_me:8883: result: $GNOME_CONFIG" >&5 +@@ -8994,8 +8999,8 @@ + #define USE_GMODULE 1 + EOF + +- GMODULE_LIBS="`glib-config --libs gmodule`" +- GMODULE_FLAGS="`glib-config --cflags gmodule`" ++ GMODULE_LIBS="`$GLIB_CONFIG --libs gmodule`" ++ GMODULE_FLAGS="`$GLIB_CONFIG --cflags gmodule`" + + echo "$as_me:9000: result: yes" >&5 + echo "${ECHO_T}yes" >&6 +@@ -10104,7 +10109,7 @@ + fi; + + if test "x$with_html_dir" = "x" ; then +- HTML_DIR='${datadir}/gnome/html' ++ HTML_DIR='${datadir}/html' + else + HTML_DIR=$with_html_dir + fi diff --git a/graphics/gdk-pixbuf/files/patch-ab b/graphics/gdk-pixbuf/files/patch-ab new file mode 100644 index 000000000..ae0c38ff3 --- /dev/null +++ b/graphics/gdk-pixbuf/files/patch-ab @@ -0,0 +1,28 @@ +--- Makefile.in.orig Sat Oct 5 01:19:24 2002 ++++ Makefile.in Sat Oct 5 01:20:58 2002 +@@ -115,22 +115,10 @@ + + bin_SCRIPTS = gdk-pixbuf-config + +-confexecdir = $(libdir) +-confexec_DATA = \ +- gdk_pixbufConf.sh \ +- gdk_pixbuf_xlibConf.sh \ +- gnomecanvaspixbufConf.sh +- +- +-EXTRA_DIST = \ +- gdk_pixbufConf.sh.in \ +- gdk_pixbuf_xlibConf.sh.in \ +- gnomecanvaspixbufConf.sh.in \ +- gdk-pixbuf-config.in \ +- gdk-pixbuf.m4 \ +- gdk-pixbuf.spec \ +- gdk-pixbuf.spec.in ++confexecdir = $(sysconfdir) ++confexec_DATA = gdk_pixbufConf.sh gdk_pixbuf_xlibConf.sh @BUILD_CANVAS_ITEM_TRUE@gnomecanvaspixbufConf.sh + ++EXTRA_DIST = gdk_pixbufConf.sh.in gdk_pixbuf_xlibConf.sh.in gdk-pixbuf-config.in gdk-pixbuf.m4 gdk-pixbuf.spec gdk-pixbuf.spec.in @BUILD_CANVAS_ITEM_TRUE@gnomecanvaspixbufConf.sh.in + + m4datadir = $(prefix)/share/aclocal + m4data_DATA = gdk-pixbuf.m4 diff --git a/graphics/gdk-pixbuf/files/patch-ac b/graphics/gdk-pixbuf/files/patch-ac new file mode 100644 index 000000000..830e4a77a --- /dev/null +++ b/graphics/gdk-pixbuf/files/patch-ac @@ -0,0 +1,118 @@ +--- gdk-pixbuf/Makefile.in.orig Sat Oct 5 01:29:29 2002 ++++ gdk-pixbuf/Makefile.in Sat Oct 5 01:32:30 2002 +@@ -132,71 +132,71 @@ + # The PNG plugin. + # + libpixbufloader_png_la_SOURCES = io-png.c +-libpixbufloader_png_la_LDFLAGS = -module -avoid-version +-libpixbufloader_png_la_LIBADD = $(LIBPNG) libgdk_pixbuf.la $(GTK_LIBS) ++libpixbufloader_png_la_LDFLAGS = -avoid-version -module ++libpixbufloader_png_la_LIBADD = $(LIBPNG) libgdk_pixbuf.la $(GTK_LIBS) $(STATIC_LIB_DEPS) + + # + # The JPEG loader + # + libpixbufloader_jpeg_la_SOURCES = io-jpeg.c +-libpixbufloader_jpeg_la_LDFLAGS = -module -avoid-version +-libpixbufloader_jpeg_la_LIBADD = $(LIBJPEG) libgdk_pixbuf.la $(GTK_LIBS) ++libpixbufloader_jpeg_la_LDFLAGS = -avoid-version -module ++libpixbufloader_jpeg_la_LIBADD = $(LIBJPEG) libgdk_pixbuf.la $(GTK_LIBS) $(STATIC_LIB_DEPS) + + # + # The XPM loader + # + libpixbufloader_xpm_la_SOURCES = io-xpm.c +-libpixbufloader_xpm_la_LDFLAGS = -module -avoid-version +-libpixbufloader_xpm_la_LIBADD = libgdk_pixbuf.la $(GTK_LIBS) ++libpixbufloader_xpm_la_LDFLAGS = -avoid-version -module ++libpixbufloader_xpm_la_LIBADD = libgdk_pixbuf.la $(GTK_LIBS) $(STATIC_LIB_DEPS) + + # + # The GIF loader + # + libpixbufloader_gif_la_SOURCES = io-gif.c +-libpixbufloader_gif_la_LDFLAGS = -module -avoid-version +-libpixbufloader_gif_la_LIBADD = libgdk_pixbuf.la $(GTK_LIBS) ++libpixbufloader_gif_la_LDFLAGS = -avoid-version -module ++libpixbufloader_gif_la_LIBADD = libgdk_pixbuf.la $(GTK_LIBS) $(STATIC_LIB_DEPS) + + # + # The ICO loader + # + libpixbufloader_ico_la_SOURCES = io-ico.c +-libpixbufloader_ico_la_LDFLAGS = -module -avoid-version +-libpixbufloader_ico_la_LIBADD = libgdk_pixbuf.la $(GTK_LIBS) ++libpixbufloader_ico_la_LDFLAGS = -avoid-version -module ++libpixbufloader_ico_la_LIBADD = libgdk_pixbuf.la $(GTK_LIBS) $(STATIC_LIB_DEPS) + + # + # The RAS loader + # + libpixbufloader_ras_la_SOURCES = io-ras.c +-libpixbufloader_ras_la_LDFLAGS = -module -avoid-version +-libpixbufloader_ras_la_LIBADD = libgdk_pixbuf.la $(GTK_LIBS) ++libpixbufloader_ras_la_LDFLAGS = -avoid-version -module ++libpixbufloader_ras_la_LIBADD = libgdk_pixbuf.la $(GTK_LIBS) $(STATIC_LIB_DEPS) + + # + # The TIFF loader + # + libpixbufloader_tiff_la_SOURCES = io-tiff.c +-libpixbufloader_tiff_la_LDFLAGS = -module -avoid-version +-libpixbufloader_tiff_la_LIBADD = $(LIBTIFF) libgdk_pixbuf.la $(GTK_LIBS) ++libpixbufloader_tiff_la_LDFLAGS = -avoid-version -module ++libpixbufloader_tiff_la_LIBADD = $(LIBTIFF) libgdk_pixbuf.la $(GTK_LIBS) $(STATIC_LIB_DEPS) + + # + # The PNM loader + # + libpixbufloader_pnm_la_SOURCES = io-pnm.c +-libpixbufloader_pnm_la_LDFLAGS = -module -avoid-version +-libpixbufloader_pnm_la_LIBADD = libgdk_pixbuf.la $(GTK_LIBS) ++libpixbufloader_pnm_la_LDFLAGS = -avoid-version -module ++libpixbufloader_pnm_la_LIBADD = libgdk_pixbuf.la $(GTK_LIBS) $(STATIC_LIB_DEPS) + + # + # The BMP loader + # + libpixbufloader_bmp_la_SOURCES = io-bmp.c +-libpixbufloader_bmp_la_LDFLAGS = -module -avoid-version +-libpixbufloader_bmp_la_LIBADD = libgdk_pixbuf.la $(GTK_LIBS) ++libpixbufloader_bmp_la_LDFLAGS = -avoid-version -module ++libpixbufloader_bmp_la_LIBADD = libgdk_pixbuf.la $(GTK_LIBS) $(STATIC_LIB_DEPS) + + # + # The XBM loader + # + libpixbufloader_xbm_la_SOURCES = io-xbm.c +-libpixbufloader_xbm_la_LDFLAGS = -module -avoid-version +-libpixbufloader_xbm_la_LIBADD = libgdk_pixbuf.la $(GTK_LIBS) ++libpixbufloader_xbm_la_LDFLAGS = -avoid-version -module ++libpixbufloader_xbm_la_LIBADD = libgdk_pixbuf.la $(GTK_LIBS) $(STATIC_LIB_DEPS) + + @HAVE_PNG_TRUE@PNG_LIB = @HAVE_PNG_TRUE@libpixbufloader-png.la + +@@ -259,11 +259,11 @@ + + LDADDS = libgdk_pixbuf.la $(GLIB_LIBS) $(GTK_LIBS) $(STATIC_LIB_DEPS) + +-test_gdk_pixbuf_LDADD = $(LDADDS) $(GNOME_LIBS) -lgmodule +-testpixbuf_LDADD = $(LDADDS) $(GNOME_LIBS) -lgmodule ++test_gdk_pixbuf_LDADD = $(LDADDS) $(GNOME_LIBS) `$(GLIB_CONFIG) --libs gmodule` ++testpixbuf_LDADD = $(LDADDS) $(GNOME_LIBS) `$(GLIB_CONFIG) --libs gmodule` + testpixbuf_drawable_LDADD = $(LDADDS) $(GNOME_LIBS) + testpixbuf_scale_LDADD = $(LDADDS) $(GNOME_LIBS) +-testanimation_LDADD = $(LDADDS) $(GNOME_LIBS) -lgmodule ++testanimation_LDADD = $(LDADDS) $(GNOME_LIBS) `$(GLIB_CONFIG) --libs gmodule` + + GDK_PIXBUF_LIBS = $(GLIB_LIBS) $(GTK_LIBS) + +@@ -400,7 +400,7 @@ + libpixbufloader_bmp_la_OBJECTS = io-bmp.lo + libpixbufloader_xbm_la_DEPENDENCIES = libgdk_pixbuf.la + libpixbufloader_xbm_la_OBJECTS = io-xbm.lo +-noinst_PROGRAMS = test-gdk-pixbuf$(EXEEXT) testpixbuf$(EXEEXT) \ ++noinst_PROGRAMS = # test-gdk-pixbuf$(EXEEXT) testpixbuf$(EXEEXT) \ + testpixbuf-drawable$(EXEEXT) testanimation$(EXEEXT) \ + testpixbuf-scale$(EXEEXT) + PROGRAMS = $(noinst_PROGRAMS) diff --git a/graphics/gdk-pixbuf/files/patch-ad b/graphics/gdk-pixbuf/files/patch-ad new file mode 100644 index 000000000..37e0eca62 --- /dev/null +++ b/graphics/gdk-pixbuf/files/patch-ad @@ -0,0 +1,16 @@ +--- gdk-pixbuf-config.in.orig Tue Oct 23 20:44:44 2001 ++++ gdk-pixbuf-config.in Fri Oct 26 11:06:32 2001 +@@ -40,11 +40,11 @@ + ;; + --cflags) + includes=-I@includedir@/gdk-pixbuf-1.0 +- echo $includes `gtk-config --cflags` ++ echo $includes `@GTK_CONFIG@ --cflags` + ;; + --libs) + libdirs=-L@libdir@ +- echo $libdirs -lgdk_pixbuf `gtk-config --libs` ++ echo $libdirs -lgdk_pixbuf `@GTK_CONFIG@ --libs` + ;; + *) + echo "${usage}" 1>&2 diff --git a/graphics/gdk-pixbuf/files/patch-gdk-pixbuf::pixops::have_mmx.S b/graphics/gdk-pixbuf/files/patch-gdk-pixbuf::pixops::have_mmx.S new file mode 100644 index 000000000..ea3dd6a81 --- /dev/null +++ b/graphics/gdk-pixbuf/files/patch-gdk-pixbuf::pixops::have_mmx.S @@ -0,0 +1,11 @@ +--- gdk-pixbuf/pixops/have_mmx.S 2001/11/16 10:34:50 1.1 ++++ gdk-pixbuf/pixops/have_mmx.S 2001/11/16 10:35:21 +@@ -19,6 +19,8 @@ + popfl + pushfl + popl %eax ++ pushl %ebx ++ popfl + + cmpl %eax, %ebx + diff --git a/graphics/gdk-pixbuf/files/patch-ltmain.sh b/graphics/gdk-pixbuf/files/patch-ltmain.sh new file mode 100644 index 000000000..d35b31cea --- /dev/null +++ b/graphics/gdk-pixbuf/files/patch-ltmain.sh @@ -0,0 +1,33 @@ +--- ltmain.sh.orig Sun Jan 20 16:11:07 2002 ++++ ltmain.sh Tue Jan 22 13:34:20 2002 +@@ -1060,6 +1060,7 @@ + + -module) + module=yes ++ build_old_libs=no + continue + ;; + +@@ -2442,6 +2443,9 @@ + *-*-openbsd*) + # Do not include libc due to us having libc/libc_r. + ;; ++ *-*-freebsd*) ++ # FreeBSD doesn't need this... ++ ;; + *) + # Add libc to deplibs on all other systems if necessary. + if test $build_libtool_need_lc = "yes"; then +@@ -4208,10 +4212,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/graphics/gdk-pixbuf/files/patch-pixbuf-security b/graphics/gdk-pixbuf/files/patch-pixbuf-security new file mode 100644 index 000000000..9c4230063 --- /dev/null +++ b/graphics/gdk-pixbuf/files/patch-pixbuf-security @@ -0,0 +1,41 @@ +--- gdk-pixbuf/io-ico.c.orig Mon Oct 11 15:44:43 2004 ++++ gdk-pixbuf/io-ico.c Mon Oct 11 15:47:29 2004 +@@ -330,6 +330,10 @@ + + State->HeaderSize+=I; + ++ if (State->HeaderSize < 0) { ++ return FALSE; ++ } ++ + if (State->HeaderSize>State->BytesInHeaderBuf) { + guchar *tmp=realloc(State->HeaderBuf,State->HeaderSize); + if (!tmp) +--- gdk-pixbuf/io-xpm.c.orig Thu Mar 1 15:16:28 2001 ++++ gdk-pixbuf/io-xpm.c Sun Oct 17 17:05:38 2004 +@@ -352,16 +352,21 @@ + return NULL; + } + sscanf (buffer, "%d %d %d %d", &w, &h, &n_col, &cpp); +- if (cpp >= 32) { +- g_warning ("XPM has more than 31 chars per pixel."); ++ if (cpp <= 0 || cpp >= 32) { ++ g_warning ("XPM has invalid number of chars per pixel"); ++ return NULL; ++ } ++ ++ if (n_col <= 0 || n_col >= G_MAXINT / (cpp + 1)) { ++ g_warning ("XPM file has invalid number of colors"); + return NULL; + } + + /* The hash is used for fast lookups of color from chars */ + color_hash = g_hash_table_new (g_str_hash, g_str_equal); + +- name_buf = g_new (gchar, n_col * (cpp + 1)); +- colors = g_new (_XPMColor, n_col); ++ name_buf = (gchar *) g_malloc (n_col * (cpp + 1)); ++ colors = (_XPMColor *) g_malloc (sizeof (_XPMColor) * n_col); + + for (cnt = 0; cnt < n_col; cnt++) { + gchar *color_name; diff --git a/graphics/gdk-pixbuf/pkg-descr b/graphics/gdk-pixbuf/pkg-descr new file mode 100644 index 000000000..e3b98bcb0 --- /dev/null +++ b/graphics/gdk-pixbuf/pkg-descr @@ -0,0 +1,8 @@ +The GdkPixBuf library provides a number of features: + + - Image loading facilities. + - Rendering of a GdkPixBuf into various formats: + drawables (windows, pixmaps), GdkRGB buffers. + - A cache interface + +WWW: http://developer.gnome.org/arch/imaging/gdkpixbuf.html diff --git a/graphics/gdk-pixbuf/pkg-plist b/graphics/gdk-pixbuf/pkg-plist new file mode 100644 index 000000000..de915088d --- /dev/null +++ b/graphics/gdk-pixbuf/pkg-plist @@ -0,0 +1,53 @@ +bin/gdk-pixbuf-config +etc/gdk_pixbufConf.sh +etc/gdk_pixbuf_xlibConf.sh +include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf-features.h +include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf-loader.h +include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf-xlib.h +include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf-xlibrgb.h +include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf.h +lib/gdk-pixbuf/loaders/libpixbufloader-bmp.so +lib/gdk-pixbuf/loaders/libpixbufloader-gif.so +lib/gdk-pixbuf/loaders/libpixbufloader-ico.so +lib/gdk-pixbuf/loaders/libpixbufloader-jpeg.so +lib/gdk-pixbuf/loaders/libpixbufloader-png.so +lib/gdk-pixbuf/loaders/libpixbufloader-pnm.so +lib/gdk-pixbuf/loaders/libpixbufloader-ras.so +lib/gdk-pixbuf/loaders/libpixbufloader-tiff.so +lib/gdk-pixbuf/loaders/libpixbufloader-xbm.so +lib/gdk-pixbuf/loaders/libpixbufloader-xpm.so +lib/libgdk_pixbuf.a +lib/libgdk_pixbuf.so +lib/libgdk_pixbuf.so.2 +lib/libgdk_pixbuf_xlib.a +lib/libgdk_pixbuf_xlib.so +lib/libgdk_pixbuf_xlib.so.2 +share/aclocal/gdk-pixbuf.m4 +%%DOCSDIR%%/a3696.html +%%DOCSDIR%%/compiling.html +%%DOCSDIR%%/extra-configuration-options.html +%%DOCSDIR%%/gdk-pixbuf-animation.html +%%DOCSDIR%%/gdk-pixbuf-creating.html +%%DOCSDIR%%/gdk-pixbuf-file-loading.html +%%DOCSDIR%%/gdk-pixbuf-from-drawables.html +%%DOCSDIR%%/gdk-pixbuf-gdk-pixbuf-xlib-from-drawables.html +%%DOCSDIR%%/gdk-pixbuf-gdk-pixbuf-xlib-init.html +%%DOCSDIR%%/gdk-pixbuf-gdk-pixbuf-xlib-rendering.html +%%DOCSDIR%%/gdk-pixbuf-gdk-pixbuf-xlib-rgb.html +%%DOCSDIR%%/gdk-pixbuf-gdk-pixbuf.html +%%DOCSDIR%%/gdk-pixbuf-refcounting.html +%%DOCSDIR%%/gdk-pixbuf-rendering.html +%%DOCSDIR%%/gdk-pixbuf-scaling.html +%%DOCSDIR%%/gdk-pixbuf-util.html +%%DOCSDIR%%/gdkpixbufloader.html +%%DOCSDIR%%/gnomecanvaspixbuf.html +%%DOCSDIR%%/index.html +%%DOCSDIR%%/license.html +%%DOCSDIR%%/r27.html +%%DOCSDIR%%/x3715.html +%%DOCSDIR%%/x3767.html +@dirrm %%DOCSDIR%% +@dirrm lib/gdk-pixbuf/loaders +@dirrm lib/gdk-pixbuf +@dirrm include/gdk-pixbuf-1.0/gdk-pixbuf +@dirrm include/gdk-pixbuf-1.0 diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile new file mode 100644 index 000000000..12a11840a --- /dev/null +++ b/graphics/gimp-app-devel/Makefile @@ -0,0 +1,130 @@ +# New ports collection makefile for: The GIMP +# Date created: Mon Nov 18 21:28:43 CST 1996 +# Whom: erich@FreeBSD.org +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= gimp +PORTVERSION= 2.2.11 +PORTREVISION= 1 +PORTEPOCH= 1 +CATEGORIES= graphics gnome +MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ + http://gimp.mirrors.hoobly.com/%SUBDIR%/ \ + http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \ + ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/%SUBDIR%/ \ + ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \ + http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,} +MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A GNU Image Manipulation Program + +LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf \ + aa.1:${PORTSDIR}/graphics/aalib \ + exif.12:${PORTSDIR}/graphics/libexif \ + mng.1:${PORTSDIR}/graphics/libmng \ + png.5:${PORTSDIR}/graphics/png \ + jpeg.9:${PORTSDIR}/graphics/jpeg \ + tiff.4:${PORTSDIR}/graphics/tiff + +CONFLICTS= gimp-1.* gimpshop-[0-9]* + +SHLIBVER?= 200 + +USE_BZIP2= yes +USE_XPM= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 +WANT_GNOME= yes +USE_GETTEXT= yes +INSTALLS_SHLIB= yes +PLIST_SUB= SHLIBVER="${SHLIBVER}" +CONFIGURE_ARGS= --disable-perl \ + --with-html-dir=${DOCSDIR} \ + --disable-gtk-doc \ + --enable-static +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +GIMP_DISTFILE= ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} + +MAN1= gimp.1 gimp-2.2.1 gimp-remote.1 gimp-remote-2.2.1 gimptool-2.0.1 +MAN5= gimprc.5 gimprc-2.2.5 + +OPTIONS= DEBUG "debugging" off \ + PYTHON "Python-Fu support" off \ + RSVG "SVG format support" on \ + PRINT "GIMP printing" on \ + HTML_HELP_BROWSER "GIMP help browser" on \ + MP "multiple processor support" off + +.include <bsd.port.pre.mk> + +.if defined(WITH_DEBUG) +CONFIGURE_ARGS+= --enable-debug +.endif + +.if defined(WITH_PYTHON) +USE_PYTHON= yes +# we need to manually include this, because USE_PYTHON is defined +# after including bsd.port.pre.mk +.include "${PORTSDIR}/Mk/bsd.python.mk" +USE_GNOME+= pygtk2 +CONFIGURE_ARGS+= --enable-python +PLIST_SUB+= PYTHON:="" +.else +CONFIGURE_ARGS+= --disable-python +PLIST_SUB+= PYTHON:="@comment " +.endif + +.if defined(WITHOUT_RSVG) +CONFIGURE_ARGS+= --without-librsvg +PLIST_SUB+= SVG="@comment " +.else +USE_GNOME+= librsvg2 +PLIST_SUB+= SVG="" +.endif + +.if defined(WITHOUT_PRINT) +CONFIGURE_ARGS+= --disable-print +PLIST_SUB+= PRINT="@comment " +.else +LIB_DEPENDS+= gimpprint.2:${PORTSDIR}/print/gimp-print +PLIST_SUB+= PRINT="" +.endif + +.if defined(WITH_MP) +CONFIGURE_ARGS+= --enable-mp +.endif + +.if ${HAVE_GNOME:Mgnomepanel}!="" +USE_GNOME+= gnomepanel desktopfileutils +CONFIGURE_ARGS+= --with-desktop-dir=${LOCALBASE}/share/gnome +CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} +PKGNAMESUFFIX:= -gnome +PLIST_SUB+= GNOMEPANEL:="" +GNOME_ENABLED= yes +.else +PLIST_SUB+= GNOMEPANEL:="@comment " +CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} +.endif + +.if defined(WITH_HTML_HELP_BROWSER) +USE_GNOME+= libgtkhtml +PLIST_SUB+= HELPBROWSER:="" +.else +PLIST_SUB+= HELPBROWSER:="@comment " +post-patch: + @${REINPLACE_CMD} -e 's|\(have_gtkhtml2=\)yes|\1no|' ${WRKSRC}/configure +.endif + +.if defined(GNOME_ENABLED) +post-install: + @-update-desktop-database +.endif + +.include <bsd.port.post.mk> diff --git a/graphics/gimp-app-devel/distinfo b/graphics/gimp-app-devel/distinfo new file mode 100644 index 000000000..e2a783c32 --- /dev/null +++ b/graphics/gimp-app-devel/distinfo @@ -0,0 +1,3 @@ +MD5 (gimp-2.2.11.tar.bz2) = 0403e9b4e0415c99cd27b137b9839212 +SHA256 (gimp-2.2.11.tar.bz2) = 169441ac8dd59d0dda52e4a93622e9824e74bf79b56aab6908c74ffd0418a2d4 +SIZE (gimp-2.2.11.tar.bz2) = 12854751 diff --git a/graphics/gimp-app-devel/files/patch-aa b/graphics/gimp-app-devel/files/patch-aa new file mode 100644 index 000000000..411ac92c9 --- /dev/null +++ b/graphics/gimp-app-devel/files/patch-aa @@ -0,0 +1,20 @@ +--- app/main.c.orig Sun Oct 5 09:16:02 2003 ++++ app/main.c Mon Oct 6 12:14:34 2003 +@@ -23,6 +23,7 @@ + #include <signal.h> + #include <string.h> + #include <sys/types.h> ++#include <floatingpoint.h> + + #ifdef HAVE_SYS_WAIT_H + #include <sys/wait.h> +@@ -113,6 +114,9 @@ + /* Initialize variables */ + + full_prog_name = argv[0]; ++ ++ /* Ignore floating point exceptions */ ++ fpsetmask(0); + + /* Initialize i18n support */ + diff --git a/graphics/gimp-app-devel/files/patch-am b/graphics/gimp-app-devel/files/patch-am new file mode 100644 index 000000000..45c58cbe5 --- /dev/null +++ b/graphics/gimp-app-devel/files/patch-am @@ -0,0 +1,19 @@ +--- libgimp/gimp.c.orig Fri May 12 12:37:27 2000 ++++ libgimp/gimp.c Thu May 18 16:42:21 2000 +@@ -26,6 +26,7 @@ + #include <stdlib.h> + #include <string.h> + #include <sys/types.h> ++#include <floatingpoint.h> + + #ifdef HAVE_SYS_TIME_H + #include <sys/time.h> +@@ -211,6 +212,9 @@ + } + + progname = argv[0]; ++ ++ /* Ignore floating point exceptions */ ++ fpsetmask(0); + + g_set_prgname (g_basename (progname)); diff --git a/graphics/gimp-app-devel/files/patch-configure b/graphics/gimp-app-devel/files/patch-configure new file mode 100644 index 000000000..da42f67f8 --- /dev/null +++ b/graphics/gimp-app-devel/files/patch-configure @@ -0,0 +1,23 @@ +--- configure.orig Sun Mar 6 15:30:12 2005 ++++ configure Sun Mar 6 15:33:57 2005 +@@ -25925,6 +25925,7 @@ + if test "x$enable_gtktest" = "xyes" ; then + ac_save_CFLAGS="$CFLAGS" + ac_save_LIBS="$LIBS" ++ GTK_LIBS="$GIMP_THREAD_LIBS $GTK_LIBS" + CFLAGS="$CFLAGS $GTK_CFLAGS" + LIBS="$GTK_LIBS $LIBS" + rm -f conf.gtktest +@@ -33865,9 +33866,9 @@ + fi + fi; + +-gimpdatadir="$datadir/$PACKAGE/2.0" +-gimpplugindir="$libdir/$PACKAGE/2.0" +-gimpsysconfdir="$sysconfdir/$PACKAGE/2.0" ++gimpdatadir="$datadir/$PACKAGE" ++gimpplugindir="$libexecdir/$PACKAGE/2.2" ++gimpsysconfdir="$sysconfdir/$PACKAGE/2.2" + + localedir='${prefix}/${DATADIRNAME}/locale' + diff --git a/graphics/gimp-app-devel/files/patch-gimptool-2.0.in b/graphics/gimp-app-devel/files/patch-gimptool-2.0.in new file mode 100644 index 000000000..3ee0f17b8 --- /dev/null +++ b/graphics/gimp-app-devel/files/patch-gimptool-2.0.in @@ -0,0 +1,26 @@ +--- gimptool-2.0.in.orig Tue Jan 15 12:21:05 2002 ++++ gimptool-2.0.in Fri May 17 20:46:18 2002 +@@ -215,19 +215,19 @@ + | --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-app-devel/files/patch-plug-ins_common_url.c b/graphics/gimp-app-devel/files/patch-plug-ins_common_url.c new file mode 100644 index 000000000..bceff6df1 --- /dev/null +++ b/graphics/gimp-app-devel/files/patch-plug-ins_common_url.c @@ -0,0 +1,17 @@ +--- plug-ins/common/url.c.orig Wed Dec 28 13:56:48 2005 ++++ plug-ins/common/url.c Wed Dec 28 13:58:33 2005 +@@ -186,10 +186,10 @@ + putenv ("LANG=C"); + #endif + +- execlp ("wget", +- "wget", "-v", "-e", "server-response=off", "-T", TIMEOUT, +- filename, "-O", tmpname, NULL); +- g_message ("exec() failed: wget: %s", g_strerror (errno)); ++ execlp ("fetch", ++ "fetch", "-T", TIMEOUT, ++ filename, "-p", "-o", tmpname, NULL); ++ g_message ("exec() failed: fetch: %s", g_strerror (errno)); + g_free (tmpname); + _exit (127); + } diff --git a/graphics/gimp-app-devel/files/patch-plug-ins_print_print.c b/graphics/gimp-app-devel/files/patch-plug-ins_print_print.c new file mode 100644 index 000000000..36f4bf714 --- /dev/null +++ b/graphics/gimp-app-devel/files/patch-plug-ins_print_print.c @@ -0,0 +1,11 @@ +--- plug-ins/print/print.c.orig Tue Dec 26 07:43:54 2000 ++++ plug-ins/print/print.c Tue Dec 26 07:44:07 2000 +@@ -1417,7 +1417,7 @@ + + if (i < (sizeof(lpcs) / sizeof(lpcs[0]))) + { +- strcat(command, " status < /dev/null"); ++ strcat(command, " status all < /dev/null"); + type = PRINTERS_LPC; + } + else diff --git a/graphics/gimp-app-devel/pkg-descr b/graphics/gimp-app-devel/pkg-descr new file mode 100644 index 000000000..4d7f49925 --- /dev/null +++ b/graphics/gimp-app-devel/pkg-descr @@ -0,0 +1,19 @@ +The GIMP is designed to provide an intuitive graphical interface to a +variety of image editing operations. Here is a list of the GIMP's +major features: + + Image editing + ------------- + + * Selection tools including rectangle, ellipse, free, fuzzy, bezier + and intelligent. + * Transformation tools including rotate, scale, shear and flip. + * Painting tools including bucket, brush, airbrush, clone, convolve, + blend and text. + * Effects filters (such as blur, edge detect). + * Channel & color operations (such as add, composite, decompose). + * Plug-ins which allow for the easy addition of new file formats and + new effect filters. + * Multiple undo/redo. + +WWW: http://www.gimp.org/ diff --git a/graphics/gimp-app-devel/pkg-plist b/graphics/gimp-app-devel/pkg-plist new file mode 100644 index 000000000..0b7059051 --- /dev/null +++ b/graphics/gimp-app-devel/pkg-plist @@ -0,0 +1,1936 @@ +bin/gimp +bin/gimp-2.2 +bin/gimp-remote +bin/gimp-remote-2.2 +bin/gimptool-2.0 +etc/gimp/2.2/controllerrc +etc/gimp/2.2/gimprc +etc/gimp/2.2/gtkrc +etc/gimp/2.2/ps-menurc +etc/gimp/2.2/sessionrc +etc/gimp/2.2/templaterc +etc/gimp/2.2/unitrc +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/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/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/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/gimpmodule.h +include/gimp-2.0/libgimpmodule/gimpmoduledb.h +include/gimp-2.0/libgimpmodule/gimpmoduletypes.h +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/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 +libexec/gimp/2.2/environ/default.env +%%PYTHON:%%libexec/gimp/2.2/environ/pygimp.env +%%PYTHON:%%libexec/gimp/2.2/python/pygimp-logo.png +libexec/gimp/2.2/modules/libcdisplay_colorblind.a +libexec/gimp/2.2/modules/libcdisplay_colorblind.la +libexec/gimp/2.2/modules/libcdisplay_colorblind.so +libexec/gimp/2.2/modules/libcdisplay_gamma.a +libexec/gimp/2.2/modules/libcdisplay_gamma.la +libexec/gimp/2.2/modules/libcdisplay_gamma.so +libexec/gimp/2.2/modules/libcdisplay_highcontrast.a +libexec/gimp/2.2/modules/libcdisplay_highcontrast.la +libexec/gimp/2.2/modules/libcdisplay_highcontrast.so +libexec/gimp/2.2/modules/libcdisplay_proof.a +libexec/gimp/2.2/modules/libcdisplay_proof.la +libexec/gimp/2.2/modules/libcdisplay_proof.so +libexec/gimp/2.2/modules/libcolorsel_cmyk.a +libexec/gimp/2.2/modules/libcolorsel_cmyk.la +libexec/gimp/2.2/modules/libcolorsel_cmyk.so +libexec/gimp/2.2/modules/libcolorsel_triangle.a +libexec/gimp/2.2/modules/libcolorsel_triangle.la +libexec/gimp/2.2/modules/libcolorsel_triangle.so +libexec/gimp/2.2/modules/libcolorsel_water.a +libexec/gimp/2.2/modules/libcolorsel_water.la +libexec/gimp/2.2/modules/libcolorsel_water.so +libexec/gimp/2.2/modules/libcontroller_midi.a +libexec/gimp/2.2/modules/libcontroller_midi.la +libexec/gimp/2.2/modules/libcontroller_midi.so +libexec/gimp/2.2/plug-ins/AlienMap2 +libexec/gimp/2.2/plug-ins/CEL +libexec/gimp/2.2/plug-ins/CML_explorer +libexec/gimp/2.2/plug-ins/FractalExplorer +libexec/gimp/2.2/plug-ins/Lighting +libexec/gimp/2.2/plug-ins/MapObject +libexec/gimp/2.2/plug-ins/aa +libexec/gimp/2.2/plug-ins/align_layers +libexec/gimp/2.2/plug-ins/animationplay +libexec/gimp/2.2/plug-ins/animoptimize +libexec/gimp/2.2/plug-ins/apply_lens +libexec/gimp/2.2/plug-ins/autocrop +libexec/gimp/2.2/plug-ins/autostretch_hsv +libexec/gimp/2.2/plug-ins/blinds +libexec/gimp/2.2/plug-ins/blur +libexec/gimp/2.2/plug-ins/bmp +libexec/gimp/2.2/plug-ins/borderaverage +libexec/gimp/2.2/plug-ins/bumpmap +libexec/gimp/2.2/plug-ins/c_astretch +libexec/gimp/2.2/plug-ins/cartoon +libexec/gimp/2.2/plug-ins/ccanalyze +libexec/gimp/2.2/plug-ins/channel_mixer +libexec/gimp/2.2/plug-ins/checkerboard +%%PYTHON:%%libexec/gimp/2.2/plug-ins/clothify.py +libexec/gimp/2.2/plug-ins/color_enhance +libexec/gimp/2.2/plug-ins/colorify +%%PYTHON:%%libexec/gimp/2.2/plug-ins/colorxhtml.py +libexec/gimp/2.2/plug-ins/colortoalpha +libexec/gimp/2.2/plug-ins/compose +libexec/gimp/2.2/plug-ins/compressor +libexec/gimp/2.2/plug-ins/convmatrix +libexec/gimp/2.2/plug-ins/csource +libexec/gimp/2.2/plug-ins/cubism +libexec/gimp/2.2/plug-ins/curve_bend +libexec/gimp/2.2/plug-ins/decompose +libexec/gimp/2.2/plug-ins/deinterlace +libexec/gimp/2.2/plug-ins/depthmerge +libexec/gimp/2.2/plug-ins/despeckle +libexec/gimp/2.2/plug-ins/destripe +libexec/gimp/2.2/plug-ins/dicom +libexec/gimp/2.2/plug-ins/diffraction +libexec/gimp/2.2/plug-ins/displace +libexec/gimp/2.2/plug-ins/dog +libexec/gimp/2.2/plug-ins/edge +libexec/gimp/2.2/plug-ins/emboss +libexec/gimp/2.2/plug-ins/engrave +libexec/gimp/2.2/plug-ins/exchange +libexec/gimp/2.2/plug-ins/faxg3 +libexec/gimp/2.2/plug-ins/film +libexec/gimp/2.2/plug-ins/fits +libexec/gimp/2.2/plug-ins/flame +libexec/gimp/2.2/plug-ins/flarefx +%%PYTHON:%%libexec/gimp/2.2/plug-ins/foggify.py +libexec/gimp/2.2/plug-ins/fp +libexec/gimp/2.2/plug-ins/fractaltrace +libexec/gimp/2.2/plug-ins/gauss +libexec/gimp/2.2/plug-ins/gbr +libexec/gimp/2.2/plug-ins/gee +libexec/gimp/2.2/plug-ins/gee_zoom +libexec/gimp/2.2/plug-ins/gfig +libexec/gimp/2.2/plug-ins/gflare +libexec/gimp/2.2/plug-ins/gfli +libexec/gimp/2.2/plug-ins/gif +libexec/gimp/2.2/plug-ins/gifload +libexec/gimp/2.2/plug-ins/gih +%%PYTHON:%%libexec/gimp/2.2/plug-ins/gimpcons.py +libexec/gimp/2.2/plug-ins/gimpressionist +libexec/gimp/2.2/plug-ins/glasstile +libexec/gimp/2.2/plug-ins/glob +libexec/gimp/2.2/plug-ins/gqbist +libexec/gimp/2.2/plug-ins/gradmap +libexec/gimp/2.2/plug-ins/grid +%%PYTHON:%%libexec/gimp/2.2/plug-ins/gtkcons.py +libexec/gimp/2.2/plug-ins/gtm +libexec/gimp/2.2/plug-ins/guillotine +libexec/gimp/2.2/plug-ins/header +libexec/gimp/2.2/plug-ins/help +%%HELPBROWSER:%%libexec/gimp/2.2/plug-ins/helpbrowser +libexec/gimp/2.2/plug-ins/hot +libexec/gimp/2.2/plug-ins/ifscompose +libexec/gimp/2.2/plug-ins/illusion +libexec/gimp/2.2/plug-ins/imagemap +libexec/gimp/2.2/plug-ins/iwarp +libexec/gimp/2.2/plug-ins/jigsaw +libexec/gimp/2.2/plug-ins/jpeg +libexec/gimp/2.2/plug-ins/laplace +libexec/gimp/2.2/plug-ins/lic +libexec/gimp/2.2/plug-ins/mail +libexec/gimp/2.2/plug-ins/mapcolor +libexec/gimp/2.2/plug-ins/max_rgb +libexec/gimp/2.2/plug-ins/maze +libexec/gimp/2.2/plug-ins/mblur +libexec/gimp/2.2/plug-ins/mng +libexec/gimp/2.2/plug-ins/mosaic +libexec/gimp/2.2/plug-ins/neon +libexec/gimp/2.2/plug-ins/newsprint +libexec/gimp/2.2/plug-ins/nlfilt +libexec/gimp/2.2/plug-ins/noisify +libexec/gimp/2.2/plug-ins/normalize +libexec/gimp/2.2/plug-ins/nova +libexec/gimp/2.2/plug-ins/oilify +libexec/gimp/2.2/plug-ins/pagecurl +libexec/gimp/2.2/plug-ins/papertile +libexec/gimp/2.2/plug-ins/pat +libexec/gimp/2.2/plug-ins/pcx +%%PYTHON:%%libexec/gimp/2.2/plug-ins/pdbbrowse.py +libexec/gimp/2.2/plug-ins/photocopy +libexec/gimp/2.2/plug-ins/pix +libexec/gimp/2.2/plug-ins/pixelize +libexec/gimp/2.2/plug-ins/plasma +libexec/gimp/2.2/plug-ins/plugin-browser +libexec/gimp/2.2/plug-ins/png +libexec/gimp/2.2/plug-ins/pnm +libexec/gimp/2.2/plug-ins/polar +libexec/gimp/2.2/plug-ins/postscript +%%PRINT%%libexec/gimp/2.2/plug-ins/print +libexec/gimp/2.2/plug-ins/procedure-browser +libexec/gimp/2.2/plug-ins/psd +libexec/gimp/2.2/plug-ins/psd_save +libexec/gimp/2.2/plug-ins/psp +%%PYTHON:%%libexec/gimp/2.2/plug-ins/py-slice.py +libexec/gimp/2.2/plug-ins/randomize +libexec/gimp/2.2/plug-ins/raw +libexec/gimp/2.2/plug-ins/rcm +libexec/gimp/2.2/plug-ins/retinex +libexec/gimp/2.2/plug-ins/ripple +libexec/gimp/2.2/plug-ins/rotate +libexec/gimp/2.2/plug-ins/sample_colorize +libexec/gimp/2.2/plug-ins/scatter_hsv +libexec/gimp/2.2/plug-ins/screenshot +libexec/gimp/2.2/plug-ins/script-fu +%%PYTHON:%%libexec/gimp/2.2/plug-ins/shadow_bevel.py +libexec/gimp/2.2/plug-ins/sel2path +libexec/gimp/2.2/plug-ins/sel_gauss +libexec/gimp/2.2/plug-ins/semiflatten +libexec/gimp/2.2/plug-ins/sgi +libexec/gimp/2.2/plug-ins/sharpen +libexec/gimp/2.2/plug-ins/shift +libexec/gimp/2.2/plug-ins/sinus +libexec/gimp/2.2/plug-ins/smooth_palette +libexec/gimp/2.2/plug-ins/snoise +libexec/gimp/2.2/plug-ins/sobel +libexec/gimp/2.2/plug-ins/softglow +libexec/gimp/2.2/plug-ins/sparkle +libexec/gimp/2.2/plug-ins/spheredesigner +libexec/gimp/2.2/plug-ins/spread +libexec/gimp/2.2/plug-ins/struc +libexec/gimp/2.2/plug-ins/sunras +%%SVG%%libexec/gimp/2.2/plug-ins/svg +libexec/gimp/2.2/plug-ins/tga +libexec/gimp/2.2/plug-ins/threshold_alpha +libexec/gimp/2.2/plug-ins/tiff +libexec/gimp/2.2/plug-ins/tile +libexec/gimp/2.2/plug-ins/tileit +libexec/gimp/2.2/plug-ins/tiler +libexec/gimp/2.2/plug-ins/uniteditor +libexec/gimp/2.2/plug-ins/unsharp +libexec/gimp/2.2/plug-ins/url +libexec/gimp/2.2/plug-ins/video +libexec/gimp/2.2/plug-ins/vinvert +libexec/gimp/2.2/plug-ins/vpropagate +libexec/gimp/2.2/plug-ins/warp +libexec/gimp/2.2/plug-ins/waves +libexec/gimp/2.2/plug-ins/webbrowser +%%PYTHON:%%libexec/gimp/2.2/plug-ins/whirlpinch.py +libexec/gimp/2.2/plug-ins/whirlpinch +libexec/gimp/2.2/plug-ins/wind +libexec/gimp/2.2/plug-ins/winicon +libexec/gimp/2.2/plug-ins/wmf +libexec/gimp/2.2/plug-ins/xbm +libexec/gimp/2.2/plug-ins/xjt +libexec/gimp/2.2/plug-ins/xpm +libexec/gimp/2.2/plug-ins/xwd +libexec/gimp/2.2/plug-ins/zealouscrop +%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.py +%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.pyc +%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.pyo +%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.py +%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyc +%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyo +%%PYTHON:%%libexec/gimp/2.2/python/gimpmodule.so +%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.py +%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyc +%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyo +%%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowsermodule.so +%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.py +%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyc +%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyo +%%PYTHON:%%libexec/gimp/2.2/python/gimpui.py +%%PYTHON:%%libexec/gimp/2.2/python/gimpui.pyc +%%PYTHON:%%libexec/gimp/2.2/python/gimpui.pyo +lib/libgimp-2.0.a +lib/libgimp-2.0.la +lib/libgimp-2.0.so +lib/libgimp-2.0.so.%%SHLIBVER%% +lib/libgimpbase-2.0.a +lib/libgimpbase-2.0.la +lib/libgimpbase-2.0.so +lib/libgimpbase-2.0.so.%%SHLIBVER%% +lib/libgimpcolor-2.0.a +lib/libgimpcolor-2.0.la +lib/libgimpcolor-2.0.so +lib/libgimpcolor-2.0.so.%%SHLIBVER%% +lib/libgimpmath-2.0.a +lib/libgimpmath-2.0.la +lib/libgimpmath-2.0.so +lib/libgimpmath-2.0.so.%%SHLIBVER%% +lib/libgimpmodule-2.0.a +lib/libgimpmodule-2.0.la +lib/libgimpmodule-2.0.so +lib/libgimpmodule-2.0.so.%%SHLIBVER%% +lib/libgimpthumb-2.0.a +lib/libgimpthumb-2.0.la +lib/libgimpthumb-2.0.so +lib/libgimpthumb-2.0.so.%%SHLIBVER%% +lib/libgimpui-2.0.a +lib/libgimpui-2.0.la +lib/libgimpui-2.0.so +lib/libgimpui-2.0.so.%%SHLIBVER%% +lib/libgimpwidgets-2.0.a +lib/libgimpwidgets-2.0.la +lib/libgimpwidgets-2.0.so +lib/libgimpwidgets-2.0.so.%%SHLIBVER%% +libdata/pkgconfig/gimp-2.0.pc +libdata/pkgconfig/gimpthumb-2.0.pc +libdata/pkgconfig/gimpui-2.0.pc +share/aclocal/gimp-2.0.m4 +%%DOCSDIR%%/libgimp/GimpAspectPreview.html +%%DOCSDIR%%/libgimp/GimpDrawablePreview.html +%%DOCSDIR%%/libgimp/GimpProgressBar.html +%%DOCSDIR%%/libgimp/gimpdefinitions.html +%%DOCSDIR%%/libgimp/home.png +%%DOCSDIR%%/libgimp/index.html +%%DOCSDIR%%/libgimp/index.sgml +%%DOCSDIR%%/libgimp/left.png +%%DOCSDIR%%/libgimp/libgimp-data.html +%%DOCSDIR%%/libgimp/libgimp-general.html +%%DOCSDIR%%/libgimp/libgimp-gimp.html +%%DOCSDIR%%/libgimp/libgimp-gimpbrush.html +%%DOCSDIR%%/libgimp/libgimp-gimpbrushes.html +%%DOCSDIR%%/libgimp/libgimp-gimpbrushmenu.html +%%DOCSDIR%%/libgimp/libgimp-gimpbrushselect.html +%%DOCSDIR%%/libgimp/libgimp-gimpchannel.html +%%DOCSDIR%%/libgimp/libgimp-gimpcolor.html +%%DOCSDIR%%/libgimp/libgimp-gimpcontext.html +%%DOCSDIR%%/libgimp/libgimp-gimpconvert.html +%%DOCSDIR%%/libgimp/libgimp-gimpdisplay.html +%%DOCSDIR%%/libgimp/libgimp-gimpdrawable.html +%%DOCSDIR%%/libgimp/libgimp-gimpdrawablecombobox.html +%%DOCSDIR%%/libgimp/libgimp-gimpdrawabletransform.html +%%DOCSDIR%%/libgimp/libgimp-gimpedit.html +%%DOCSDIR%%/libgimp/libgimp-gimpenums.html +%%DOCSDIR%%/libgimp/libgimp-gimpexport.html +%%DOCSDIR%%/libgimp/libgimp-gimpfileops.html +%%DOCSDIR%%/libgimp/libgimp-gimpfloatingsel.html +%%DOCSDIR%%/libgimp/libgimp-gimpfontmenu.html +%%DOCSDIR%%/libgimp/libgimp-gimpfonts.html +%%DOCSDIR%%/libgimp/libgimp-gimpfontselect.html +%%DOCSDIR%%/libgimp/libgimp-gimpgimprc.html +%%DOCSDIR%%/libgimp/libgimp-gimpgradient.html +%%DOCSDIR%%/libgimp/libgimp-gimpgradientmenu.html +%%DOCSDIR%%/libgimp/libgimp-gimpgradients.html +%%DOCSDIR%%/libgimp/libgimp-gimpgradientselect.html +%%DOCSDIR%%/libgimp/libgimp-gimpguides.html +%%DOCSDIR%%/libgimp/libgimp-gimphelp.html +%%DOCSDIR%%/libgimp/libgimp-gimpimage.html +%%DOCSDIR%%/libgimp/libgimp-gimpimagecombobox.html +%%DOCSDIR%%/libgimp/libgimp-gimplayer.html +%%DOCSDIR%%/libgimp/libgimp-gimpmenu.html +%%DOCSDIR%%/libgimp/libgimp-gimpmessage.html +%%DOCSDIR%%/libgimp/libgimp-gimppalette.html +%%DOCSDIR%%/libgimp/libgimp-gimppalettemenu.html +%%DOCSDIR%%/libgimp/libgimp-gimppalettes.html +%%DOCSDIR%%/libgimp/libgimp-gimppaletteselect.html +%%DOCSDIR%%/libgimp/libgimp-gimppaths.html +%%DOCSDIR%%/libgimp/libgimp-gimppattern.html +%%DOCSDIR%%/libgimp/libgimp-gimppatternmenu.html +%%DOCSDIR%%/libgimp/libgimp-gimppatterns.html +%%DOCSDIR%%/libgimp/libgimp-gimppatternselect.html +%%DOCSDIR%%/libgimp/libgimp-gimppixbuf.html +%%DOCSDIR%%/libgimp/libgimp-gimppixelfetcher.html +%%DOCSDIR%%/libgimp/libgimp-gimppixelrgn.html +%%DOCSDIR%%/libgimp/libgimp-gimpplugin.html +%%DOCSDIR%%/libgimp/libgimp-gimpproceduraldb.html +%%DOCSDIR%%/libgimp/libgimp-gimpprogress.html +%%DOCSDIR%%/libgimp/libgimp-gimpregioniterator.html +%%DOCSDIR%%/libgimp/libgimp-gimpselection.html +%%DOCSDIR%%/libgimp/libgimp-gimptexttool.html +%%DOCSDIR%%/libgimp/libgimp-gimptile.html +%%DOCSDIR%%/libgimp/libgimp-gimptools.html +%%DOCSDIR%%/libgimp/libgimp-gimpui.html +%%DOCSDIR%%/libgimp/libgimp-gimpundo.html +%%DOCSDIR%%/libgimp/libgimp-image.html +%%DOCSDIR%%/libgimp/libgimp-selectors.html +%%DOCSDIR%%/libgimp/libgimp.devhelp +%%DOCSDIR%%/libgimp/libgimp.html +%%DOCSDIR%%/libgimp/libgimpui-hierarchy.html +%%DOCSDIR%%/libgimp/libgimpui.html +%%DOCSDIR%%/libgimp/right.png +%%DOCSDIR%%/libgimp/style.css +%%DOCSDIR%%/libgimp/up.png +%%DOCSDIR%%/libgimpbase/home.png +%%DOCSDIR%%/libgimpbase/index.html +%%DOCSDIR%%/libgimpbase/index.sgml +%%DOCSDIR%%/libgimpbase/left.png +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbaseenums.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbasetypes.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpchecks.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpdatafiles.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpenv.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimplimits.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpmemsize.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparasite.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparasiteio.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpprotocol.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpsignal.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpunit.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimputils.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpversion.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpwire.html +%%DOCSDIR%%/libgimpbase/libgimpbase.devhelp +%%DOCSDIR%%/libgimpbase/libgimpbase.html +%%DOCSDIR%%/libgimpbase/right.png +%%DOCSDIR%%/libgimpbase/style.css +%%DOCSDIR%%/libgimpbase/up.png +%%DOCSDIR%%/libgimpcolor/home.png +%%DOCSDIR%%/libgimpcolor/index.html +%%DOCSDIR%%/libgimpcolor/index.sgml +%%DOCSDIR%%/libgimpcolor/left.png +%%DOCSDIR%%/libgimpcolor/style.css +%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpAdaptiveSupersample.html +%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpBilinear.html +%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpCMYK.html +%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpColorSpace.html +%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpHSV.html +%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpRGB.html +%%DOCSDIR%%/libgimpcolor/libgimpcolor.devhelp +%%DOCSDIR%%/libgimpcolor/libgimpcolor.html +%%DOCSDIR%%/libgimpcolor/right.png +%%DOCSDIR%%/libgimpcolor/up.png +%%DOCSDIR%%/libgimpmath/home.png +%%DOCSDIR%%/libgimpmath/index.html +%%DOCSDIR%%/libgimpmath/index.sgml +%%DOCSDIR%%/libgimpmath/left.png +%%DOCSDIR%%/libgimpmath/style.css +%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMD5.html +%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMath.html +%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMatrix.html +%%DOCSDIR%%/libgimpmath/libgimpmath-GimpVector.html +%%DOCSDIR%%/libgimpmath/libgimpmath.devhelp +%%DOCSDIR%%/libgimpmath/libgimpmath.html +%%DOCSDIR%%/libgimpmath/right.png +%%DOCSDIR%%/libgimpmath/up.png +%%DOCSDIR%%/libgimpmodule/GimpModule.html +%%DOCSDIR%%/libgimpmodule/GimpModuleDB.html +%%DOCSDIR%%/libgimpmodule/home.png +%%DOCSDIR%%/libgimpmodule/index.html +%%DOCSDIR%%/libgimpmodule/index.sgml +%%DOCSDIR%%/libgimpmodule/left.png +%%DOCSDIR%%/libgimpmodule/style.css +%%DOCSDIR%%/libgimpmodule/libgimpmodule.devhelp +%%DOCSDIR%%/libgimpmodule/libgimpmodule.html +%%DOCSDIR%%/libgimpmodule/right.png +%%DOCSDIR%%/libgimpmodule/up.png +%%DOCSDIR%%/libgimpthumb/GimpThumbnail.html +%%DOCSDIR%%/libgimpthumb/home.png +%%DOCSDIR%%/libgimpthumb/index.html +%%DOCSDIR%%/libgimpthumb/index.sgml +%%DOCSDIR%%/libgimpthumb/left.png +%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-enums.html +%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-error.html +%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-utils.html +%%DOCSDIR%%/libgimpthumb/libgimpthumb.devhelp +%%DOCSDIR%%/libgimpthumb/libgimpthumb.html +%%DOCSDIR%%/libgimpthumb/right.png +%%DOCSDIR%%/libgimpthumb/style.css +%%DOCSDIR%%/libgimpthumb/up.png +%%DOCSDIR%%/libgimpwidgets/GimpButton.html +%%DOCSDIR%%/libgimpwidgets/GimpCellRendererColor.html +%%DOCSDIR%%/libgimpwidgets/GimpCellRendererToggle.html +%%DOCSDIR%%/libgimpwidgets/GimpChainButton.html +%%DOCSDIR%%/libgimpwidgets/GimpColorArea.html +%%DOCSDIR%%/libgimpwidgets/GimpColorButton.html +%%DOCSDIR%%/libgimpwidgets/GimpColorDisplay.html +%%DOCSDIR%%/libgimpwidgets/GimpColorDisplayStack.html +%%DOCSDIR%%/libgimpwidgets/GimpColorHexEntry.html +%%DOCSDIR%%/libgimpwidgets/GimpColorNotebook.html +%%DOCSDIR%%/libgimpwidgets/GimpColorScale.html +%%DOCSDIR%%/libgimpwidgets/GimpColorScales.html +%%DOCSDIR%%/libgimpwidgets/GimpColorSelect.html +%%DOCSDIR%%/libgimpwidgets/GimpColorSelection.html +%%DOCSDIR%%/libgimpwidgets/GimpColorSelector.html +%%DOCSDIR%%/libgimpwidgets/GimpController.html +%%DOCSDIR%%/libgimpwidgets/GimpDialog.html +%%DOCSDIR%%/libgimpwidgets/GimpFileEntry.html +%%DOCSDIR%%/libgimpwidgets/GimpFrame.html +%%DOCSDIR%%/libgimpwidgets/GimpIntComboBox.html +%%DOCSDIR%%/libgimpwidgets/GimpIntStore.html +%%DOCSDIR%%/libgimpwidgets/GimpMemsizeEntry.html +%%DOCSDIR%%/libgimpwidgets/GimpOffsetArea.html +%%DOCSDIR%%/libgimpwidgets/GimpPathEditor.html +%%DOCSDIR%%/libgimpwidgets/GimpPickButton.html +%%DOCSDIR%%/libgimpwidgets/GimpPixmap.html +%%DOCSDIR%%/libgimpwidgets/GimpPreview.html +%%DOCSDIR%%/libgimpwidgets/GimpPreviewArea.html +%%DOCSDIR%%/libgimpwidgets/GimpSizeEntry.html +%%DOCSDIR%%/libgimpwidgets/GimpUnitMenu.html +%%DOCSDIR%%/libgimpwidgets/home.png +%%DOCSDIR%%/libgimpwidgets/index.html +%%DOCSDIR%%/libgimpwidgets/index.sgml +%%DOCSDIR%%/libgimpwidgets/left.png +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpHelpUI.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpQueryBox.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpScrolledPreview.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpStock.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpStock.html~ +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpWidgets.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-cell-renderers.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colordisplay.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colorselector.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-controller.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-deprecated.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-gimpoldwidgets.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-hierarchy.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-utils.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-widgets.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets.devhelp +%%DOCSDIR%%/libgimpwidgets/right.png +%%DOCSDIR%%/libgimpwidgets/stock-anchor-16.png +%%DOCSDIR%%/libgimpwidgets/stock-cap-butt-16.png +%%DOCSDIR%%/libgimpwidgets/stock-cap-round-16.png +%%DOCSDIR%%/libgimpwidgets/stock-cap-square-16.png +%%DOCSDIR%%/libgimpwidgets/stock-center-16.png +%%DOCSDIR%%/libgimpwidgets/stock-center-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-32.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-48.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-32.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-48.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-32.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-48.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-32.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-48.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-green-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-green-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-green-32.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-green-48.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-32.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-48.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-red-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-red-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-red-32.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-red-48.png +%%DOCSDIR%%/libgimpwidgets/stock-channels-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channels-24.png +%%DOCSDIR%%/libgimpwidgets/stock-char-picker-22.png +%%DOCSDIR%%/libgimpwidgets/stock-close-12.png +%%DOCSDIR%%/libgimpwidgets/stock-color-pick-from-screen-16.png +%%DOCSDIR%%/libgimpwidgets/stock-color-picker-black-18.png +%%DOCSDIR%%/libgimpwidgets/stock-color-picker-gray-18.png +%%DOCSDIR%%/libgimpwidgets/stock-color-picker-white-18.png +%%DOCSDIR%%/libgimpwidgets/stock-color-triangle-16.png +%%DOCSDIR%%/libgimpwidgets/stock-convert-grayscale-16.png +%%DOCSDIR%%/libgimpwidgets/stock-convert-indexed-16.png +%%DOCSDIR%%/libgimpwidgets/stock-convert-rgb-16.png +%%DOCSDIR%%/libgimpwidgets/stock-curve-free-16.png +%%DOCSDIR%%/libgimpwidgets/stock-curve-smooth-16.png +%%DOCSDIR%%/libgimpwidgets/stock-default-colors-12.png +%%DOCSDIR%%/libgimpwidgets/stock-device-status-16.png +%%DOCSDIR%%/libgimpwidgets/stock-device-status-24.png +%%DOCSDIR%%/libgimpwidgets/stock-display-filter-16.png +%%DOCSDIR%%/libgimpwidgets/stock-display-filter-24.png +%%DOCSDIR%%/libgimpwidgets/stock-duplicate-16.png +%%DOCSDIR%%/libgimpwidgets/stock-edit-16.png +%%DOCSDIR%%/libgimpwidgets/stock-error-64.png +%%DOCSDIR%%/libgimpwidgets/stock-eye-12.png +%%DOCSDIR%%/libgimpwidgets/stock-eye-20.png +%%DOCSDIR%%/libgimpwidgets/stock-flip-horizontal-16.png +%%DOCSDIR%%/libgimpwidgets/stock-flip-vertical-16.png +%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-16.png +%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-24.png +%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-32.png +%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-48.png +%%DOCSDIR%%/libgimpwidgets/stock-frame-64.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-bilinear-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-conical-asymmetric-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-conical-symmetric-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-linear-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-radial-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-angular-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-dimpled-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-spherical-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-spiral-anticlockwise-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-spiral-clockwise-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-square-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-east-24.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-24.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-east-24.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-west-24.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-24.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-east-24.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-west-24.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-west-24.png +%%DOCSDIR%%/libgimpwidgets/stock-grid-16.png +%%DOCSDIR%%/libgimpwidgets/stock-hchain-24.png +%%DOCSDIR%%/libgimpwidgets/stock-hchain-broken-24.png +%%DOCSDIR%%/libgimpwidgets/stock-histogram-16.png +%%DOCSDIR%%/libgimpwidgets/stock-histogram-22.png +%%DOCSDIR%%/libgimpwidgets/stock-histogram-linear-16.png +%%DOCSDIR%%/libgimpwidgets/stock-histogram-logarithmic-16.png +%%DOCSDIR%%/libgimpwidgets/stock-image-16.png +%%DOCSDIR%%/libgimpwidgets/stock-image-24.png +%%DOCSDIR%%/libgimpwidgets/stock-image-32.png +%%DOCSDIR%%/libgimpwidgets/stock-image-48.png +%%DOCSDIR%%/libgimpwidgets/stock-images-16.png +%%DOCSDIR%%/libgimpwidgets/stock-images-24.png +%%DOCSDIR%%/libgimpwidgets/stock-indexed-palette-16.png +%%DOCSDIR%%/libgimpwidgets/stock-indexed-palette-24.png +%%DOCSDIR%%/libgimpwidgets/stock-info-16.png +%%DOCSDIR%%/libgimpwidgets/stock-info-24.png +%%DOCSDIR%%/libgimpwidgets/stock-info-64.png +%%DOCSDIR%%/libgimpwidgets/stock-invert-16.png +%%DOCSDIR%%/libgimpwidgets/stock-join-bevel-16.png +%%DOCSDIR%%/libgimpwidgets/stock-join-miter-16.png +%%DOCSDIR%%/libgimpwidgets/stock-join-round-16.png +%%DOCSDIR%%/libgimpwidgets/stock-landscape-16.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-16.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-24.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-32.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-48.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-16.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-24.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-32.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-48.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-to-imagesize-16.png +%%DOCSDIR%%/libgimpwidgets/stock-layers-16.png +%%DOCSDIR%%/libgimpwidgets/stock-layers-24.png +%%DOCSDIR%%/libgimpwidgets/stock-letter-spacing-22.png +%%DOCSDIR%%/libgimpwidgets/stock-line-spacing-22.png +%%DOCSDIR%%/libgimpwidgets/stock-linked-12.png +%%DOCSDIR%%/libgimpwidgets/stock-linked-20.png +%%DOCSDIR%%/libgimpwidgets/stock-list-16.png +%%DOCSDIR%%/libgimpwidgets/stock-menu-left-12.png +%%DOCSDIR%%/libgimpwidgets/stock-menu-right-12.png +%%DOCSDIR%%/libgimpwidgets/stock-merge-down-16.png +%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-16.png +%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-24.png +%%DOCSDIR%%/libgimpwidgets/stock-navigation-16.png +%%DOCSDIR%%/libgimpwidgets/stock-paste-as-new-16.png +%%DOCSDIR%%/libgimpwidgets/stock-paste-into-16.png +%%DOCSDIR%%/libgimpwidgets/stock-path-16.png +%%DOCSDIR%%/libgimpwidgets/stock-path-22.png +%%DOCSDIR%%/libgimpwidgets/stock-path-stroke-16.png +%%DOCSDIR%%/libgimpwidgets/stock-paths-16.png +%%DOCSDIR%%/libgimpwidgets/stock-paths-22.png +%%DOCSDIR%%/libgimpwidgets/stock-plugin-16.png +%%DOCSDIR%%/libgimpwidgets/stock-portrait-16.png +%%DOCSDIR%%/libgimpwidgets/stock-print-resolution-16.png +%%DOCSDIR%%/libgimpwidgets/stock-print-resolution-24.png +%%DOCSDIR%%/libgimpwidgets/stock-qmask-off-16.png +%%DOCSDIR%%/libgimpwidgets/stock-qmask-on-16.png +%%DOCSDIR%%/libgimpwidgets/stock-question-64.png +%%DOCSDIR%%/libgimpwidgets/stock-reset-16.png +%%DOCSDIR%%/libgimpwidgets/stock-reshow-filter-16.png +%%DOCSDIR%%/libgimpwidgets/stock-resize-16.png +%%DOCSDIR%%/libgimpwidgets/stock-rotate-180-16.png +%%DOCSDIR%%/libgimpwidgets/stock-rotate-270-16.png +%%DOCSDIR%%/libgimpwidgets/stock-rotate-90-16.png +%%DOCSDIR%%/libgimpwidgets/stock-scale-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-add-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-all-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-border-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-grow-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-intersect-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-none-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-replace-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-shrink-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-stroke-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-subtract-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-to-channel-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-to-path-16.png +%%DOCSDIR%%/libgimpwidgets/stock-shape-circle-16.png +%%DOCSDIR%%/libgimpwidgets/stock-shape-diamond-16.png +%%DOCSDIR%%/libgimpwidgets/stock-shape-square-16.png +%%DOCSDIR%%/libgimpwidgets/stock-swap-colors-12.png +%%DOCSDIR%%/libgimpwidgets/stock-template-16.png +%%DOCSDIR%%/libgimpwidgets/stock-template-24.png +%%DOCSDIR%%/libgimpwidgets/stock-text-dir-ltr-24.png +%%DOCSDIR%%/libgimpwidgets/stock-text-dir-rtl-24.png +%%DOCSDIR%%/libgimpwidgets/stock-text-layer-16.png +%%DOCSDIR%%/libgimpwidgets/stock-text-layer-24.png +%%DOCSDIR%%/libgimpwidgets/stock-text-layer-32.png +%%DOCSDIR%%/libgimpwidgets/stock-text-layer-48.png +%%DOCSDIR%%/libgimpwidgets/stock-texture-64.png +%%DOCSDIR%%/libgimpwidgets/stock-toilet-paper-16.png +%%DOCSDIR%%/libgimpwidgets/stock-toilet-paper-24.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-airbrush-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-airbrush-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-blend-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-blend-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-blur-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-blur-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-brightness-contrast-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-brightness-contrast-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-bucket-fill-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-bucket-fill-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-by-color-select-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-by-color-select-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-clone-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-clone-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-color-balance-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-color-balance-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-color-picker-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-color-picker-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-colorize-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-colorize-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-crop-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-crop-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-curves-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-curves-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-dodge-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-dodge-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-ellipse-select-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-ellipse-select-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-eraser-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-eraser-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-flip-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-flip-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-free-select-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-free-select-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-fuzzy-select-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-fuzzy-select-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-hue-saturation-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-hue-saturation-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-ink-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-ink-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-iscissors-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-iscissors-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-levels-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-levels-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-measure-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-measure-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-move-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-move-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-options-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-options-24.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-paintbrush-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-paintbrush-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-path-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-path-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-pencil-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-pencil-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-perspective-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-perspective-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-posterize-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-posterize-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-rect-select-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-rect-select-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-rotate-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-rotate-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-scale-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-scale-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-shear-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-shear-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-smudge-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-smudge-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-text-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-text-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-threshold-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-threshold-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-zoom-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-zoom-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tools-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tools-24.png +%%DOCSDIR%%/libgimpwidgets/stock-transparency-16.png +%%DOCSDIR%%/libgimpwidgets/stock-transparency-24.png +%%DOCSDIR%%/libgimpwidgets/stock-undo-history-16.png +%%DOCSDIR%%/libgimpwidgets/stock-undo-history-24.png +%%DOCSDIR%%/libgimpwidgets/stock-vchain-24.png +%%DOCSDIR%%/libgimpwidgets/stock-vchain-broken-24.png +%%DOCSDIR%%/libgimpwidgets/stock-video-16.png +%%DOCSDIR%%/libgimpwidgets/stock-video-24.png +%%DOCSDIR%%/libgimpwidgets/stock-warning-16.png +%%DOCSDIR%%/libgimpwidgets/stock-warning-24.png +%%DOCSDIR%%/libgimpwidgets/stock-warning-64.png +%%DOCSDIR%%/libgimpwidgets/stock-web-16.png +%%DOCSDIR%%/libgimpwidgets/stock-web-24.png +%%DOCSDIR%%/libgimpwidgets/stock-wilber-16.png +%%DOCSDIR%%/libgimpwidgets/stock-wilber-32.png +%%DOCSDIR%%/libgimpwidgets/stock-wilber-48.png +%%DOCSDIR%%/libgimpwidgets/stock-wilber-64.png +%%DOCSDIR%%/libgimpwidgets/stock-wilber-eek-64.png +%%DOCSDIR%%/libgimpwidgets/stock-zoom-follow-window-12.png +%%DOCSDIR%%/libgimpwidgets/style.css +%%DOCSDIR%%/libgimpwidgets/up.png +%%DATADIR%%/brushes/10x10square.gbr +%%DATADIR%%/brushes/10x10squareBlur.gbr +%%DATADIR%%/brushes/11circle.gbr +%%DATADIR%%/brushes/11fcircle.gbr +%%DATADIR%%/brushes/13circle.gbr +%%DATADIR%%/brushes/13fcircle.gbr +%%DATADIR%%/brushes/15circle.gbr +%%DATADIR%%/brushes/15fcircle.gbr +%%DATADIR%%/brushes/17circle.gbr +%%DATADIR%%/brushes/17fcircle.gbr +%%DATADIR%%/brushes/19circle.gbr +%%DATADIR%%/brushes/19fcircle.gbr +%%DATADIR%%/brushes/1circle.gbr +%%DATADIR%%/brushes/20x20square.gbr +%%DATADIR%%/brushes/20x20squareBlur.gbr +%%DATADIR%%/brushes/3circle.gbr +%%DATADIR%%/brushes/3fcircle.gbr +%%DATADIR%%/brushes/5circle.gbr +%%DATADIR%%/brushes/5fcircle.gbr +%%DATADIR%%/brushes/5x5square.gbr +%%DATADIR%%/brushes/5x5squareBlur.gbr +%%DATADIR%%/brushes/7circle.gbr +%%DATADIR%%/brushes/7fcircle.gbr +%%DATADIR%%/brushes/9circle.gbr +%%DATADIR%%/brushes/9fcircle.gbr +%%DATADIR%%/brushes/DStar11.gbr +%%DATADIR%%/brushes/DStar17.gbr +%%DATADIR%%/brushes/DStar25.gbr +%%DATADIR%%/brushes/SketchBrush-16.gih +%%DATADIR%%/brushes/SketchBrush-32.gih +%%DATADIR%%/brushes/SketchBrush-64.gih +%%DATADIR%%/brushes/callig1.gbr +%%DATADIR%%/brushes/callig2.gbr +%%DATADIR%%/brushes/callig3.gbr +%%DATADIR%%/brushes/callig4.gbr +%%DATADIR%%/brushes/confetti.gbr +%%DATADIR%%/brushes/confetti.gih +%%DATADIR%%/brushes/dunes.gbr +%%DATADIR%%/brushes/feltpen.gih +%%DATADIR%%/brushes/galaxy.gbr +%%DATADIR%%/brushes/galaxy_big.gbr +%%DATADIR%%/brushes/galaxy_small.gbr +%%DATADIR%%/brushes/hsparks.gih +%%DATADIR%%/brushes/pepper.gbr +%%DATADIR%%/brushes/pixel.gbr +%%DATADIR%%/brushes/thegimp.gbr +%%DATADIR%%/brushes/vine.gih +%%DATADIR%%/brushes/xcf.gbr +@exec mkdir -p %D/%%DATADIR%%/fonts +%%DATADIR%%/fractalexplorer/Asteroid_Field +%%DATADIR%%/fractalexplorer/Bar_Code_Label +%%DATADIR%%/fractalexplorer/Beauty_of_Nature +%%DATADIR%%/fractalexplorer/Blue_Curtain +%%DATADIR%%/fractalexplorer/Car_Track +%%DATADIR%%/fractalexplorer/Energetic_Diamond +%%DATADIR%%/fractalexplorer/Explosive +%%DATADIR%%/fractalexplorer/Flower +%%DATADIR%%/fractalexplorer/Fragments +%%DATADIR%%/fractalexplorer/Hemp +%%DATADIR%%/fractalexplorer/High_Voltage +%%DATADIR%%/fractalexplorer/Hoops +%%DATADIR%%/fractalexplorer/Ice_Crystal +%%DATADIR%%/fractalexplorer/Leaves +%%DATADIR%%/fractalexplorer/Lightning +%%DATADIR%%/fractalexplorer/Mandelbrot +%%DATADIR%%/fractalexplorer/Marble +%%DATADIR%%/fractalexplorer/Marble2 +%%DATADIR%%/fractalexplorer/Medusa +%%DATADIR%%/fractalexplorer/Nautilus +%%DATADIR%%/fractalexplorer/Nebula +%%DATADIR%%/fractalexplorer/Plant +%%DATADIR%%/fractalexplorer/Rose +%%DATADIR%%/fractalexplorer/Saturn +%%DATADIR%%/fractalexplorer/Snow_Crystal +%%DATADIR%%/fractalexplorer/Soma +%%DATADIR%%/fractalexplorer/Spark +%%DATADIR%%/fractalexplorer/Suns +%%DATADIR%%/fractalexplorer/Tentacles +%%DATADIR%%/fractalexplorer/The_Green_Place +%%DATADIR%%/fractalexplorer/Wave +%%DATADIR%%/fractalexplorer/Wood +%%DATADIR%%/fractalexplorer/Zooming_Circle +%%DATADIR%%/gfig/A_star +%%DATADIR%%/gfig/curves +%%DATADIR%%/gfig/polys +%%DATADIR%%/gfig/ring +%%DATADIR%%/gfig/ring+star +%%DATADIR%%/gfig/simily +%%DATADIR%%/gfig/spirals_and_stars +%%DATADIR%%/gfig/sprial +%%DATADIR%%/gfig/star2 +%%DATADIR%%/gfig/stars +%%DATADIR%%/gflare/Bright_Star +%%DATADIR%%/gflare/Classic +%%DATADIR%%/gflare/Default +%%DATADIR%%/gflare/Distant_Sun +%%DATADIR%%/gflare/GFlare_101 +%%DATADIR%%/gflare/GFlare_102 +%%DATADIR%%/gflare/Hidden_Planet +%%DATADIR%%/gimpressionist/Brushes/arrow01.pgm +%%DATADIR%%/gimpressionist/Brushes/ball.ppm +%%DATADIR%%/gimpressionist/Brushes/blob.ppm +%%DATADIR%%/gimpressionist/Brushes/box.ppm +%%DATADIR%%/gimpressionist/Brushes/chalk01.pgm +%%DATADIR%%/gimpressionist/Brushes/cone.ppm +%%DATADIR%%/gimpressionist/Brushes/crayon01.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon02.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon03.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon04.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon05.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon06.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon07.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon08.pgm +%%DATADIR%%/gimpressionist/Brushes/defaultbrush.pgm +%%DATADIR%%/gimpressionist/Brushes/dribble.pgm +%%DATADIR%%/gimpressionist/Brushes/fabric.pgm +%%DATADIR%%/gimpressionist/Brushes/fabric01.pgm +%%DATADIR%%/gimpressionist/Brushes/fabric02.pgm +%%DATADIR%%/gimpressionist/Brushes/fabric03.pgm +%%DATADIR%%/gimpressionist/Brushes/flower01.pgm +%%DATADIR%%/gimpressionist/Brushes/flower02.pgm +%%DATADIR%%/gimpressionist/Brushes/flower03.pgm +%%DATADIR%%/gimpressionist/Brushes/flower04.pgm +%%DATADIR%%/gimpressionist/Brushes/grad01.pgm +%%DATADIR%%/gimpressionist/Brushes/grad02.pgm +%%DATADIR%%/gimpressionist/Brushes/grad03.pgm +%%DATADIR%%/gimpressionist/Brushes/heart.ppm +%%DATADIR%%/gimpressionist/Brushes/leaf01.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush01.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush02.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush03.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush04.pgm +%%DATADIR%%/gimpressionist/Brushes/paper01.pgm +%%DATADIR%%/gimpressionist/Brushes/paper02.pgm +%%DATADIR%%/gimpressionist/Brushes/paper03.pgm +%%DATADIR%%/gimpressionist/Brushes/paper04.pgm +%%DATADIR%%/gimpressionist/Brushes/pentagram.pgm +%%DATADIR%%/gimpressionist/Brushes/scribble.pgm +%%DATADIR%%/gimpressionist/Brushes/shape01.pgm +%%DATADIR%%/gimpressionist/Brushes/shape02.pgm +%%DATADIR%%/gimpressionist/Brushes/shape03.pgm +%%DATADIR%%/gimpressionist/Brushes/shape04.pgm +%%DATADIR%%/gimpressionist/Brushes/snow1.pgm +%%DATADIR%%/gimpressionist/Brushes/sphere.ppm +%%DATADIR%%/gimpressionist/Brushes/splat1.pgm +%%DATADIR%%/gimpressionist/Brushes/splat2.pgm +%%DATADIR%%/gimpressionist/Brushes/splat3.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge01.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge02.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge03.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge04.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge05.pgm +%%DATADIR%%/gimpressionist/Brushes/strange01.pgm +%%DATADIR%%/gimpressionist/Brushes/thegimp.pgm +%%DATADIR%%/gimpressionist/Brushes/torus.ppm +%%DATADIR%%/gimpressionist/Brushes/wavy.pgm +%%DATADIR%%/gimpressionist/Brushes/weave.pgm +%%DATADIR%%/gimpressionist/Brushes/worm.pgm +%%DATADIR%%/gimpressionist/Paper/bricks.pgm +%%DATADIR%%/gimpressionist/Paper/bricks2.pgm +%%DATADIR%%/gimpressionist/Paper/burlap.pgm +%%DATADIR%%/gimpressionist/Paper/canvas2.pgm +%%DATADIR%%/gimpressionist/Paper/defaultpaper.pgm +%%DATADIR%%/gimpressionist/Paper/marble.pgm +%%DATADIR%%/gimpressionist/Paper/marble2.pgm +%%DATADIR%%/gimpressionist/Paper/stone.pgm +%%DATADIR%%/gimpressionist/Paper/struc.pgm +%%DATADIR%%/gimpressionist/Presets/ApplyCanvas +%%DATADIR%%/gimpressionist/Presets/Ballpark +%%DATADIR%%/gimpressionist/Presets/Canvas +%%DATADIR%%/gimpressionist/Presets/Crosshatch +%%DATADIR%%/gimpressionist/Presets/Cubism +%%DATADIR%%/gimpressionist/Presets/Dotify +%%DATADIR%%/gimpressionist/Presets/Embroidery +%%DATADIR%%/gimpressionist/Presets/Feathers +%%DATADIR%%/gimpressionist/Presets/Felt-marker +%%DATADIR%%/gimpressionist/Presets/Flowerbed +%%DATADIR%%/gimpressionist/Presets/Furry +%%DATADIR%%/gimpressionist/Presets/Line-art +%%DATADIR%%/gimpressionist/Presets/Line-art-2 +%%DATADIR%%/gimpressionist/Presets/Maggot-invasion +%%DATADIR%%/gimpressionist/Presets/MarbleMadness +%%DATADIR%%/gimpressionist/Presets/Mossy +%%DATADIR%%/gimpressionist/Presets/Painted_Rock +%%DATADIR%%/gimpressionist/Presets/Parquette +%%DATADIR%%/gimpressionist/Presets/Patchwork +%%DATADIR%%/gimpressionist/Presets/Ringworks +%%DATADIR%%/gimpressionist/Presets/Sample +%%DATADIR%%/gimpressionist/Presets/Smash +%%DATADIR%%/gimpressionist/Presets/Straws +%%DATADIR%%/gimpressionist/Presets/Weave +%%DATADIR%%/gimpressionist/Presets/Wormcan +%%DATADIR%%/gradients/Abstract_1.ggr +%%DATADIR%%/gradients/Abstract_2.ggr +%%DATADIR%%/gradients/Abstract_3.ggr +%%DATADIR%%/gradients/Aneurism.ggr +%%DATADIR%%/gradients/Blinds.ggr +%%DATADIR%%/gradients/Blue_Green.ggr +%%DATADIR%%/gradients/Browns.ggr +%%DATADIR%%/gradients/Brushed_Aluminium.ggr +%%DATADIR%%/gradients/Burning_Paper.ggr +%%DATADIR%%/gradients/Burning_Transparency.ggr +%%DATADIR%%/gradients/CD.ggr +%%DATADIR%%/gradients/CD_Half.ggr +%%DATADIR%%/gradients/Caribbean_Blues.ggr +%%DATADIR%%/gradients/Coffee.ggr +%%DATADIR%%/gradients/Cold_Steel.ggr +%%DATADIR%%/gradients/Cold_Steel_2.ggr +%%DATADIR%%/gradients/Crown_molding.ggr +%%DATADIR%%/gradients/Dark_1.ggr +%%DATADIR%%/gradients/Deep_Sea.ggr +%%DATADIR%%/gradients/Default.ggr +%%DATADIR%%/gradients/Flare_Glow_Angular_1.ggr +%%DATADIR%%/gradients/Flare_Glow_Radial_1.ggr +%%DATADIR%%/gradients/Flare_Glow_Radial_2.ggr +%%DATADIR%%/gradients/Flare_Glow_Radial_3.ggr +%%DATADIR%%/gradients/Flare_Glow_Radial_4.ggr +%%DATADIR%%/gradients/Flare_Radial_101.ggr +%%DATADIR%%/gradients/Flare_Radial_102.ggr +%%DATADIR%%/gradients/Flare_Radial_103.ggr +%%DATADIR%%/gradients/Flare_Rays_Radial_1.ggr +%%DATADIR%%/gradients/Flare_Rays_Radial_2.ggr +%%DATADIR%%/gradients/Flare_Rays_Size_1.ggr +%%DATADIR%%/gradients/Flare_Sizefac_101.ggr +%%DATADIR%%/gradients/Four_bars.ggr +%%DATADIR%%/gradients/French_flag.ggr +%%DATADIR%%/gradients/French_flag_smooth.ggr +%%DATADIR%%/gradients/Full_saturation_spectrum_CCW.ggr +%%DATADIR%%/gradients/Full_saturation_spectrum_CW.ggr +%%DATADIR%%/gradients/German_flag.ggr +%%DATADIR%%/gradients/German_flag_smooth.ggr +%%DATADIR%%/gradients/Golden.ggr +%%DATADIR%%/gradients/Greens.ggr +%%DATADIR%%/gradients/Horizon_1.ggr +%%DATADIR%%/gradients/Horizon_2.ggr +%%DATADIR%%/gradients/Incandescent.ggr +%%DATADIR%%/gradients/Land_1.ggr +%%DATADIR%%/gradients/Land_and_Sea.ggr +%%DATADIR%%/gradients/Metallic_Something.ggr +%%DATADIR%%/gradients/Mexican_flag.ggr +%%DATADIR%%/gradients/Mexican_flag_smooth.ggr +%%DATADIR%%/gradients/Nauseating_Headache.ggr +%%DATADIR%%/gradients/Neon_Cyan.ggr +%%DATADIR%%/gradients/Neon_Green.ggr +%%DATADIR%%/gradients/Neon_Yellow.ggr +%%DATADIR%%/gradients/Pastel_Rainbow.ggr +%%DATADIR%%/gradients/Pastels.ggr +%%DATADIR%%/gradients/Purples.ggr +%%DATADIR%%/gradients/Radial_Eyeball_Blue.ggr +%%DATADIR%%/gradients/Radial_Eyeball_Brown.ggr +%%DATADIR%%/gradients/Radial_Eyeball_Green.ggr +%%DATADIR%%/gradients/Radial_Glow_1.ggr +%%DATADIR%%/gradients/Radial_Rainbow_Hoop.ggr +%%DATADIR%%/gradients/Romanian_flag.ggr +%%DATADIR%%/gradients/Romanian_flag_smooth.ggr +%%DATADIR%%/gradients/Rounded_edge.ggr +%%DATADIR%%/gradients/Shadows_1.ggr +%%DATADIR%%/gradients/Shadows_2.ggr +%%DATADIR%%/gradients/Shadows_3.ggr +%%DATADIR%%/gradients/Skyline.ggr +%%DATADIR%%/gradients/Skyline_polluted.ggr +%%DATADIR%%/gradients/Square_Wood_Frame.ggr +%%DATADIR%%/gradients/Sunrise.ggr +%%DATADIR%%/gradients/Three_bars_sin.ggr +%%DATADIR%%/gradients/Tropical_Colors.ggr +%%DATADIR%%/gradients/Tube_Red.ggr +%%DATADIR%%/gradients/Wood_1.ggr +%%DATADIR%%/gradients/Wood_2.ggr +%%DATADIR%%/gradients/Yellow_Contrast.ggr +%%DATADIR%%/gradients/Yellow_Orange.ggr +%%DATADIR%%/images/gimp-splash.png +%%DATADIR%%/images/gimp-logo.png +%%DATADIR%%/images/wilber-devel-icon.png +%%DATADIR%%/images/wilber-icon.png +%%DATADIR%%/images/wilber-tips.png +%%DATADIR%%/images/wilber-wizard.png +%%DATADIR%%/menus/brushes-menu.xml +%%DATADIR%%/menus/buffers-menu.xml +%%DATADIR%%/menus/channels-menu.xml +%%DATADIR%%/menus/colormap-editor-menu.xml +%%DATADIR%%/menus/dockable-menu.xml +%%DATADIR%%/menus/documents-menu.xml +%%DATADIR%%/menus/error-console-menu.xml +%%DATADIR%%/menus/fonts-menu.xml +%%DATADIR%%/menus/gradient-editor-menu.xml +%%DATADIR%%/menus/gradients-menu.xml +%%DATADIR%%/menus/image-menu.xml +%%DATADIR%%/menus/images-menu.xml +%%DATADIR%%/menus/layers-menu.xml +%%DATADIR%%/menus/palette-editor-menu.xml +%%DATADIR%%/menus/palettes-menu.xml +%%DATADIR%%/menus/patterns-menu.xml +%%DATADIR%%/menus/qmask-menu.xml +%%DATADIR%%/menus/selection-editor-menu.xml +%%DATADIR%%/menus/templates-menu.xml +%%DATADIR%%/menus/text-editor-toolbar.xml +%%DATADIR%%/menus/tool-options-menu.xml +%%DATADIR%%/menus/toolbox-menu.xml +%%DATADIR%%/menus/tools-menu.xml +%%DATADIR%%/menus/vectors-menu.xml +%%DATADIR%%/misc/gimp.applications +%%DATADIR%%/misc/gimp.desktop +%%DATADIR%%/misc/gimp.keys +%%GNOMEPANEL:%%share/gnome/application-registry/gimp-2.2.applications +%%GNOMEPANEL:%%share/gnome/applications/gimp-2.2.desktop +%%GNOMEPANEL:%%@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +%%GNOMEPANEL:%%share/gnome/mime-info/gimp-2.2.keys +%%DATADIR%%/palettes/Bears.gpl +%%DATADIR%%/palettes/Bgold.gpl +%%DATADIR%%/palettes/Blues.gpl +%%DATADIR%%/palettes/Borders.gpl +%%DATADIR%%/palettes/Browns_And_Yellows.gpl +%%DATADIR%%/palettes/Caramel.gpl +%%DATADIR%%/palettes/Cascade.gpl +%%DATADIR%%/palettes/China.gpl +%%DATADIR%%/palettes/Coldfire.gpl +%%DATADIR%%/palettes/Cool_Colors.gpl +%%DATADIR%%/palettes/Cranes.gpl +%%DATADIR%%/palettes/Dark_pastels.gpl +%%DATADIR%%/palettes/Default.gpl +%%DATADIR%%/palettes/Ega.gpl +%%DATADIR%%/palettes/Firecode.gpl +%%DATADIR%%/palettes/Gold.gpl +%%DATADIR%%/palettes/GrayViolet.gpl +%%DATADIR%%/palettes/Grayblue.gpl +%%DATADIR%%/palettes/Grays.gpl +%%DATADIR%%/palettes/Greens.gpl +%%DATADIR%%/palettes/Hilite.gpl +%%DATADIR%%/palettes/Khaki.gpl +%%DATADIR%%/palettes/Lights.gpl +%%DATADIR%%/palettes/Muted.gpl +%%DATADIR%%/palettes/Named_Colors.gpl +%%DATADIR%%/palettes/News3.gpl +%%DATADIR%%/palettes/Op2.gpl +%%DATADIR%%/palettes/Paintjet.gpl +%%DATADIR%%/palettes/Pastels.gpl +%%DATADIR%%/palettes/Plasma.gpl +%%DATADIR%%/palettes/Reds.gpl +%%DATADIR%%/palettes/Reds_And_Purples.gpl +%%DATADIR%%/palettes/Royal.gpl +%%DATADIR%%/palettes/Topographic.gpl +%%DATADIR%%/palettes/Visibone.gpl +%%DATADIR%%/palettes/Visibone_2.gpl +%%DATADIR%%/palettes/Volcano.gpl +%%DATADIR%%/palettes/Warm_Colors.gpl +%%DATADIR%%/palettes/Web.gpl +%%DATADIR%%/patterns/3dgreen.pat +%%DATADIR%%/patterns/Craters.pat +%%DATADIR%%/patterns/Moonfoot.pat +%%DATADIR%%/patterns/Stripes1px.pat +%%DATADIR%%/patterns/Stripes2px.pat +%%DATADIR%%/patterns/amethyst.pat +%%DATADIR%%/patterns/bark.pat +%%DATADIR%%/patterns/blue.pat +%%DATADIR%%/patterns/bluegrid.pat +%%DATADIR%%/patterns/bluesquares.pat +%%DATADIR%%/patterns/blueweb.pat +%%DATADIR%%/patterns/brick.pat +%%DATADIR%%/patterns/burlap.pat +%%DATADIR%%/patterns/burlwood.pat +%%DATADIR%%/patterns/choc_swirl.pat +%%DATADIR%%/patterns/corkboard.pat +%%DATADIR%%/patterns/cracked.pat +%%DATADIR%%/patterns/crinklepaper.pat +%%DATADIR%%/patterns/electric.pat +%%DATADIR%%/patterns/fibers.pat +%%DATADIR%%/patterns/granite1.pat +%%DATADIR%%/patterns/ground1.pat +%%DATADIR%%/patterns/ice.pat +%%DATADIR%%/patterns/java.pat +%%DATADIR%%/patterns/leather.pat +%%DATADIR%%/patterns/leaves.pat +%%DATADIR%%/patterns/leopard.pat +%%DATADIR%%/patterns/lightning.pat +%%DATADIR%%/patterns/marble1.pat +%%DATADIR%%/patterns/marble2.pat +%%DATADIR%%/patterns/marble3.pat +%%DATADIR%%/patterns/nops.pat +%%DATADIR%%/patterns/paper.pat +%%DATADIR%%/patterns/parque1.pat +%%DATADIR%%/patterns/parque2.pat +%%DATADIR%%/patterns/parque3.pat +%%DATADIR%%/patterns/pastel.pat +%%DATADIR%%/patterns/pine.pat +%%DATADIR%%/patterns/pink_marble.pat +%%DATADIR%%/patterns/pool.pat +%%DATADIR%%/patterns/qube1.pat +%%DATADIR%%/patterns/rain.pat +%%DATADIR%%/patterns/recessed.pat +%%DATADIR%%/patterns/redcube.pat +%%DATADIR%%/patterns/rock.pat +%%DATADIR%%/patterns/sky.pat +%%DATADIR%%/patterns/slate.pat +%%DATADIR%%/patterns/sm_squares.pat +%%DATADIR%%/patterns/starfield.pat +%%DATADIR%%/patterns/stone33.pat +%%DATADIR%%/patterns/terra.pat +%%DATADIR%%/patterns/walnut.pat +%%DATADIR%%/patterns/warning.pat +%%DATADIR%%/patterns/wood1.pat +%%DATADIR%%/patterns/wood2.pat +%%DATADIR%%/patterns/wood3.pat +%%DATADIR%%/patterns/wood4.pat +%%DATADIR%%/patterns/wood5.pat +%%DATADIR%%/scripts/3d-outline.scm +%%DATADIR%%/scripts/3dTruchet.scm +%%DATADIR%%/scripts/add-bevel.scm +%%DATADIR%%/scripts/addborder.scm +%%DATADIR%%/scripts/alien-glow-arrow.scm +%%DATADIR%%/scripts/alien-glow-bar.scm +%%DATADIR%%/scripts/alien-glow-bullet.scm +%%DATADIR%%/scripts/alien-glow-button.scm +%%DATADIR%%/scripts/alien-glow-logo.scm +%%DATADIR%%/scripts/alien-neon-logo.scm +%%DATADIR%%/scripts/basic1-logo.scm +%%DATADIR%%/scripts/basic2-logo.scm +%%DATADIR%%/scripts/beveled-button.scm +%%DATADIR%%/scripts/beveled-pattern-arrow.scm +%%DATADIR%%/scripts/beveled-pattern-bullet.scm +%%DATADIR%%/scripts/beveled-pattern-button.scm +%%DATADIR%%/scripts/beveled-pattern-heading.scm +%%DATADIR%%/scripts/beveled-pattern-hrule.scm +%%DATADIR%%/scripts/blend-anim.scm +%%DATADIR%%/scripts/blended-logo.scm +%%DATADIR%%/scripts/bovinated-logo.scm +%%DATADIR%%/scripts/burn-in-anim.scm +%%DATADIR%%/scripts/camo.scm +%%DATADIR%%/scripts/carve-it.scm +%%DATADIR%%/scripts/carved-logo.scm +%%DATADIR%%/scripts/chalk.scm +%%DATADIR%%/scripts/chip-away.scm +%%DATADIR%%/scripts/chrome-it.scm +%%DATADIR%%/scripts/chrome-logo.scm +%%DATADIR%%/scripts/circuit.scm +%%DATADIR%%/scripts/clothify.scm +%%DATADIR%%/scripts/coffee.scm +%%DATADIR%%/scripts/comic-logo.scm +%%DATADIR%%/scripts/coolmetal-logo.scm +%%DATADIR%%/scripts/copy-visible.scm +%%DATADIR%%/scripts/crystal-logo.scm +%%DATADIR%%/scripts/distress-selection.scm +%%DATADIR%%/scripts/drop-shadow.scm +%%DATADIR%%/scripts/erase-rows.scm +%%DATADIR%%/scripts/fade-outline.scm +%%DATADIR%%/scripts/flatland.scm +%%DATADIR%%/scripts/font-map.scm +%%DATADIR%%/scripts/frosty-logo.scm +%%DATADIR%%/scripts/fuzzyborder.scm +%%DATADIR%%/scripts/gimp-headers.scm +%%DATADIR%%/scripts/gimp-labels.scm +%%DATADIR%%/scripts/glossy.scm +%%DATADIR%%/scripts/glowing-logo.scm +%%DATADIR%%/scripts/gradient-bevel-logo.scm +%%DATADIR%%/scripts/gradient-example.scm +%%DATADIR%%/scripts/grid-system.scm +%%DATADIR%%/scripts/guides-from-selection.scm +%%DATADIR%%/scripts/guides-new-percent.scm +%%DATADIR%%/scripts/guides-new.scm +%%DATADIR%%/scripts/guides-remove-all.scm +%%DATADIR%%/scripts/hsv-graph.scm +%%DATADIR%%/scripts/i26-gunya2.scm +%%DATADIR%%/scripts/image-structure.scm +%%DATADIR%%/scripts/images/beavis.jpg +%%DATADIR%%/scripts/images/texture.jpg +%%DATADIR%%/scripts/images/texture1.jpg +%%DATADIR%%/scripts/images/texture2.jpg +%%DATADIR%%/scripts/images/texture3.jpg +%%DATADIR%%/scripts/land.scm +%%DATADIR%%/scripts/lava.scm +%%DATADIR%%/scripts/line-nova.scm +%%DATADIR%%/scripts/mkbrush.scm +%%DATADIR%%/scripts/neon-logo.scm +%%DATADIR%%/scripts/news-text.scm +%%DATADIR%%/scripts/old-photo.scm +%%DATADIR%%/scripts/perspective-shadow.scm +%%DATADIR%%/scripts/predator.scm +%%DATADIR%%/scripts/pupi-button.scm +%%DATADIR%%/scripts/rendermap.scm +%%DATADIR%%/scripts/ripply-anim.scm +%%DATADIR%%/scripts/round-corners.scm +%%DATADIR%%/scripts/script-fu-util.scm +%%DATADIR%%/scripts/select-to-brush.scm +%%DATADIR%%/scripts/select-to-image.scm +%%DATADIR%%/scripts/select-to-pattern.scm +%%DATADIR%%/scripts/selection-round.scm +%%DATADIR%%/scripts/slide.scm +%%DATADIR%%/scripts/sota-chrome-logo.scm +%%DATADIR%%/scripts/speed-text.scm +%%DATADIR%%/scripts/sphere.scm +%%DATADIR%%/scripts/spinning-globe.scm +%%DATADIR%%/scripts/spyrogimp.scm +%%DATADIR%%/scripts/starburst-logo.scm +%%DATADIR%%/scripts/starscape-logo.scm +%%DATADIR%%/scripts/swirltile.scm +%%DATADIR%%/scripts/swirly-pattern.scm +%%DATADIR%%/scripts/t-o-p-logo.scm +%%DATADIR%%/scripts/text-circle.scm +%%DATADIR%%/scripts/textured-logo.scm +%%DATADIR%%/scripts/tileblur.scm +%%DATADIR%%/scripts/title-header.scm +%%DATADIR%%/scripts/truchet.scm +%%DATADIR%%/scripts/unsharp-mask.scm +%%DATADIR%%/scripts/waves-anim.scm +%%DATADIR%%/scripts/weave.scm +%%DATADIR%%/scripts/web-browser.scm +%%DATADIR%%/scripts/xach-effect.scm +%%DATADIR%%/themes/Default/gtkrc +%%DATADIR%%/themes/Default/imagerc +%%DATADIR%%/themes/Default/images/preferences/controllers.png +%%DATADIR%%/themes/Default/images/preferences/default-comment.png +%%DATADIR%%/themes/Default/images/preferences/default-grid.png +%%DATADIR%%/themes/Default/images/preferences/display.png +%%DATADIR%%/themes/Default/images/preferences/environment.png +%%DATADIR%%/themes/Default/images/preferences/folders-brushes.png +%%DATADIR%%/themes/Default/images/preferences/folders-environ.png +%%DATADIR%%/themes/Default/images/preferences/folders-fonts.png +%%DATADIR%%/themes/Default/images/preferences/folders-gradients.png +%%DATADIR%%/themes/Default/images/preferences/folders-modules.png +%%DATADIR%%/themes/Default/images/preferences/folders-palettes.png +%%DATADIR%%/themes/Default/images/preferences/folders-patterns.png +%%DATADIR%%/themes/Default/images/preferences/folders-plug-ins.png +%%DATADIR%%/themes/Default/images/preferences/folders-scripts.png +%%DATADIR%%/themes/Default/images/preferences/folders-themes.png +%%DATADIR%%/themes/Default/images/preferences/folders-tool-plug-ins.png +%%DATADIR%%/themes/Default/images/preferences/folders.png +%%DATADIR%%/themes/Default/images/preferences/help-system.png +%%DATADIR%%/themes/Default/images/preferences/image-title.png +%%DATADIR%%/themes/Default/images/preferences/image-windows.png +%%DATADIR%%/themes/Default/images/preferences/input-devices.png +%%DATADIR%%/themes/Default/images/preferences/interface.png +%%DATADIR%%/themes/Default/images/preferences/monitor.png +%%DATADIR%%/themes/Default/images/preferences/new-image.png +%%DATADIR%%/themes/Default/images/preferences/session.png +%%DATADIR%%/themes/Default/images/preferences/theme.png +%%DATADIR%%/themes/Default/images/preferences/tool-options.png +%%DATADIR%%/themes/Default/images/preferences/toolbox.png +%%DATADIR%%/themes/Default/images/preferences/window-management.png +%%DATADIR%%/themes/Default/images/stock-anchor-16.png +%%DATADIR%%/themes/Default/images/stock-cap-butt-16.png +%%DATADIR%%/themes/Default/images/stock-cap-round-16.png +%%DATADIR%%/themes/Default/images/stock-cap-square-16.png +%%DATADIR%%/themes/Default/images/stock-center-16.png +%%DATADIR%%/themes/Default/images/stock-center-24.png +%%DATADIR%%/themes/Default/images/stock-channel-16.png +%%DATADIR%%/themes/Default/images/stock-channel-24.png +%%DATADIR%%/themes/Default/images/stock-channel-32.png +%%DATADIR%%/themes/Default/images/stock-channel-48.png +%%DATADIR%%/themes/Default/images/stock-channel-alpha-16.png +%%DATADIR%%/themes/Default/images/stock-channel-alpha-24.png +%%DATADIR%%/themes/Default/images/stock-channel-alpha-32.png +%%DATADIR%%/themes/Default/images/stock-channel-alpha-48.png +%%DATADIR%%/themes/Default/images/stock-channel-blue-16.png +%%DATADIR%%/themes/Default/images/stock-channel-blue-24.png +%%DATADIR%%/themes/Default/images/stock-channel-blue-32.png +%%DATADIR%%/themes/Default/images/stock-channel-blue-48.png +%%DATADIR%%/themes/Default/images/stock-channel-gray-16.png +%%DATADIR%%/themes/Default/images/stock-channel-gray-24.png +%%DATADIR%%/themes/Default/images/stock-channel-gray-32.png +%%DATADIR%%/themes/Default/images/stock-channel-gray-48.png +%%DATADIR%%/themes/Default/images/stock-channel-green-16.png +%%DATADIR%%/themes/Default/images/stock-channel-green-24.png +%%DATADIR%%/themes/Default/images/stock-channel-green-32.png +%%DATADIR%%/themes/Default/images/stock-channel-green-48.png +%%DATADIR%%/themes/Default/images/stock-channel-indexed-16.png +%%DATADIR%%/themes/Default/images/stock-channel-indexed-24.png +%%DATADIR%%/themes/Default/images/stock-channel-indexed-32.png +%%DATADIR%%/themes/Default/images/stock-channel-indexed-48.png +%%DATADIR%%/themes/Default/images/stock-channel-red-16.png +%%DATADIR%%/themes/Default/images/stock-channel-red-24.png +%%DATADIR%%/themes/Default/images/stock-channel-red-32.png +%%DATADIR%%/themes/Default/images/stock-channel-red-48.png +%%DATADIR%%/themes/Default/images/stock-channels-16.png +%%DATADIR%%/themes/Default/images/stock-channels-24.png +%%DATADIR%%/themes/Default/images/stock-char-picker-22.png +%%DATADIR%%/themes/Default/images/stock-close-12.png +%%DATADIR%%/themes/Default/images/stock-color-pick-from-screen-16.png +%%DATADIR%%/themes/Default/images/stock-color-picker-black-18.png +%%DATADIR%%/themes/Default/images/stock-color-picker-gray-18.png +%%DATADIR%%/themes/Default/images/stock-color-picker-white-18.png +%%DATADIR%%/themes/Default/images/stock-color-triangle-16.png +%%DATADIR%%/themes/Default/images/stock-convert-grayscale-16.png +%%DATADIR%%/themes/Default/images/stock-convert-indexed-16.png +%%DATADIR%%/themes/Default/images/stock-convert-rgb-16.png +%%DATADIR%%/themes/Default/images/stock-curve-free-16.png +%%DATADIR%%/themes/Default/images/stock-curve-smooth-16.png +%%DATADIR%%/themes/Default/images/stock-default-colors-12.png +%%DATADIR%%/themes/Default/images/stock-device-status-16.png +%%DATADIR%%/themes/Default/images/stock-device-status-24.png +%%DATADIR%%/themes/Default/images/stock-display-filter-16.png +%%DATADIR%%/themes/Default/images/stock-display-filter-24.png +%%DATADIR%%/themes/Default/images/stock-duplicate-16.png +%%DATADIR%%/themes/Default/images/stock-edit-16.png +%%DATADIR%%/themes/Default/images/stock-error-64.png +%%DATADIR%%/themes/Default/images/stock-eye-12.png +%%DATADIR%%/themes/Default/images/stock-eye-20.png +%%DATADIR%%/themes/Default/images/stock-flip-horizontal-16.png +%%DATADIR%%/themes/Default/images/stock-flip-vertical-16.png +%%DATADIR%%/themes/Default/images/stock-floating-selection-16.png +%%DATADIR%%/themes/Default/images/stock-floating-selection-24.png +%%DATADIR%%/themes/Default/images/stock-floating-selection-32.png +%%DATADIR%%/themes/Default/images/stock-floating-selection-48.png +%%DATADIR%%/themes/Default/images/stock-frame-64.png +%%DATADIR%%/themes/Default/images/stock-gradient-bilinear-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-conical-asymmetric-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-conical-symmetric-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-linear-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-radial-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-angular-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-dimpled-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-spherical-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-spiral-anticlockwise-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-spiral-clockwise-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-square-16.png +%%DATADIR%%/themes/Default/images/stock-gravity-east-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-north-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-north-east-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-north-west-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-south-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-south-east-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-south-west-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-west-24.png +%%DATADIR%%/themes/Default/images/stock-grid-16.png +%%DATADIR%%/themes/Default/images/stock-hchain-24.png +%%DATADIR%%/themes/Default/images/stock-hchain-broken-24.png +%%DATADIR%%/themes/Default/images/stock-histogram-16.png +%%DATADIR%%/themes/Default/images/stock-histogram-22.png +%%DATADIR%%/themes/Default/images/stock-histogram-linear-16.png +%%DATADIR%%/themes/Default/images/stock-histogram-logarithmic-16.png +%%DATADIR%%/themes/Default/images/stock-image-16.png +%%DATADIR%%/themes/Default/images/stock-image-24.png +%%DATADIR%%/themes/Default/images/stock-image-32.png +%%DATADIR%%/themes/Default/images/stock-image-48.png +%%DATADIR%%/themes/Default/images/stock-images-16.png +%%DATADIR%%/themes/Default/images/stock-images-24.png +%%DATADIR%%/themes/Default/images/stock-indexed-palette-16.png +%%DATADIR%%/themes/Default/images/stock-indexed-palette-24.png +%%DATADIR%%/themes/Default/images/stock-info-16.png +%%DATADIR%%/themes/Default/images/stock-info-24.png +%%DATADIR%%/themes/Default/images/stock-info-64.png +%%DATADIR%%/themes/Default/images/stock-invert-16.png +%%DATADIR%%/themes/Default/images/stock-join-bevel-16.png +%%DATADIR%%/themes/Default/images/stock-join-miter-16.png +%%DATADIR%%/themes/Default/images/stock-join-round-16.png +%%DATADIR%%/themes/Default/images/stock-landscape-16.png +%%DATADIR%%/themes/Default/images/stock-layer-16.png +%%DATADIR%%/themes/Default/images/stock-layer-24.png +%%DATADIR%%/themes/Default/images/stock-layer-32.png +%%DATADIR%%/themes/Default/images/stock-layer-48.png +%%DATADIR%%/themes/Default/images/stock-layer-mask-16.png +%%DATADIR%%/themes/Default/images/stock-layer-mask-24.png +%%DATADIR%%/themes/Default/images/stock-layer-mask-32.png +%%DATADIR%%/themes/Default/images/stock-layer-mask-48.png +%%DATADIR%%/themes/Default/images/stock-layer-to-imagesize-16.png +%%DATADIR%%/themes/Default/images/stock-layers-16.png +%%DATADIR%%/themes/Default/images/stock-layers-24.png +%%DATADIR%%/themes/Default/images/stock-letter-spacing-22.png +%%DATADIR%%/themes/Default/images/stock-line-spacing-22.png +%%DATADIR%%/themes/Default/images/stock-linked-12.png +%%DATADIR%%/themes/Default/images/stock-linked-20.png +%%DATADIR%%/themes/Default/images/stock-list-16.png +%%DATADIR%%/themes/Default/images/stock-menu-left-12.png +%%DATADIR%%/themes/Default/images/stock-menu-right-12.png +%%DATADIR%%/themes/Default/images/stock-merge-down-16.png +%%DATADIR%%/themes/Default/images/stock-move-to-screen-16.png +%%DATADIR%%/themes/Default/images/stock-move-to-screen-24.png +%%DATADIR%%/themes/Default/images/stock-navigation-16.png +%%DATADIR%%/themes/Default/images/stock-paste-as-new-16.png +%%DATADIR%%/themes/Default/images/stock-paste-into-16.png +%%DATADIR%%/themes/Default/images/stock-path-16.png +%%DATADIR%%/themes/Default/images/stock-path-22.png +%%DATADIR%%/themes/Default/images/stock-path-stroke-16.png +%%DATADIR%%/themes/Default/images/stock-paths-16.png +%%DATADIR%%/themes/Default/images/stock-paths-22.png +%%DATADIR%%/themes/Default/images/stock-plugin-16.png +%%DATADIR%%/themes/Default/images/stock-portrait-16.png +%%DATADIR%%/themes/Default/images/stock-print-resolution-16.png +%%DATADIR%%/themes/Default/images/stock-print-resolution-24.png +%%DATADIR%%/themes/Default/images/stock-qmask-off-16.png +%%DATADIR%%/themes/Default/images/stock-qmask-on-16.png +%%DATADIR%%/themes/Default/images/stock-question-64.png +%%DATADIR%%/themes/Default/images/stock-reset-16.png +%%DATADIR%%/themes/Default/images/stock-reshow-filter-16.png +%%DATADIR%%/themes/Default/images/stock-resize-16.png +%%DATADIR%%/themes/Default/images/stock-rotate-180-16.png +%%DATADIR%%/themes/Default/images/stock-rotate-270-16.png +%%DATADIR%%/themes/Default/images/stock-rotate-90-16.png +%%DATADIR%%/themes/Default/images/stock-scale-16.png +%%DATADIR%%/themes/Default/images/stock-selection-16.png +%%DATADIR%%/themes/Default/images/stock-selection-add-16.png +%%DATADIR%%/themes/Default/images/stock-selection-all-16.png +%%DATADIR%%/themes/Default/images/stock-selection-border-16.png +%%DATADIR%%/themes/Default/images/stock-selection-grow-16.png +%%DATADIR%%/themes/Default/images/stock-selection-intersect-16.png +%%DATADIR%%/themes/Default/images/stock-selection-none-16.png +%%DATADIR%%/themes/Default/images/stock-selection-replace-16.png +%%DATADIR%%/themes/Default/images/stock-selection-shrink-16.png +%%DATADIR%%/themes/Default/images/stock-selection-stroke-16.png +%%DATADIR%%/themes/Default/images/stock-selection-subtract-16.png +%%DATADIR%%/themes/Default/images/stock-selection-to-channel-16.png +%%DATADIR%%/themes/Default/images/stock-selection-to-path-16.png +%%DATADIR%%/themes/Default/images/stock-shape-circle-16.png +%%DATADIR%%/themes/Default/images/stock-shape-diamond-16.png +%%DATADIR%%/themes/Default/images/stock-shape-square-16.png +%%DATADIR%%/themes/Default/images/stock-swap-colors-12.png +%%DATADIR%%/themes/Default/images/stock-template-16.png +%%DATADIR%%/themes/Default/images/stock-template-24.png +%%DATADIR%%/themes/Default/images/stock-text-dir-ltr-24.png +%%DATADIR%%/themes/Default/images/stock-text-dir-rtl-24.png +%%DATADIR%%/themes/Default/images/stock-text-layer-16.png +%%DATADIR%%/themes/Default/images/stock-text-layer-24.png +%%DATADIR%%/themes/Default/images/stock-text-layer-32.png +%%DATADIR%%/themes/Default/images/stock-text-layer-48.png +%%DATADIR%%/themes/Default/images/stock-texture-64.png +%%DATADIR%%/themes/Default/images/stock-toilet-paper-16.png +%%DATADIR%%/themes/Default/images/stock-toilet-paper-24.png +%%DATADIR%%/themes/Default/images/stock-tool-airbrush-16.png +%%DATADIR%%/themes/Default/images/stock-tool-airbrush-22.png +%%DATADIR%%/themes/Default/images/stock-tool-blend-16.png +%%DATADIR%%/themes/Default/images/stock-tool-blend-22.png +%%DATADIR%%/themes/Default/images/stock-tool-blur-16.png +%%DATADIR%%/themes/Default/images/stock-tool-blur-22.png +%%DATADIR%%/themes/Default/images/stock-tool-brightness-contrast-16.png +%%DATADIR%%/themes/Default/images/stock-tool-brightness-contrast-22.png +%%DATADIR%%/themes/Default/images/stock-tool-bucket-fill-16.png +%%DATADIR%%/themes/Default/images/stock-tool-bucket-fill-22.png +%%DATADIR%%/themes/Default/images/stock-tool-by-color-select-16.png +%%DATADIR%%/themes/Default/images/stock-tool-by-color-select-22.png +%%DATADIR%%/themes/Default/images/stock-tool-clone-16.png +%%DATADIR%%/themes/Default/images/stock-tool-clone-22.png +%%DATADIR%%/themes/Default/images/stock-tool-color-balance-16.png +%%DATADIR%%/themes/Default/images/stock-tool-color-balance-22.png +%%DATADIR%%/themes/Default/images/stock-tool-color-picker-16.png +%%DATADIR%%/themes/Default/images/stock-tool-color-picker-22.png +%%DATADIR%%/themes/Default/images/stock-tool-colorize-16.png +%%DATADIR%%/themes/Default/images/stock-tool-colorize-22.png +%%DATADIR%%/themes/Default/images/stock-tool-crop-16.png +%%DATADIR%%/themes/Default/images/stock-tool-crop-22.png +%%DATADIR%%/themes/Default/images/stock-tool-curves-16.png +%%DATADIR%%/themes/Default/images/stock-tool-curves-22.png +%%DATADIR%%/themes/Default/images/stock-tool-dodge-16.png +%%DATADIR%%/themes/Default/images/stock-tool-dodge-22.png +%%DATADIR%%/themes/Default/images/stock-tool-ellipse-select-16.png +%%DATADIR%%/themes/Default/images/stock-tool-ellipse-select-22.png +%%DATADIR%%/themes/Default/images/stock-tool-eraser-16.png +%%DATADIR%%/themes/Default/images/stock-tool-eraser-22.png +%%DATADIR%%/themes/Default/images/stock-tool-flip-16.png +%%DATADIR%%/themes/Default/images/stock-tool-flip-22.png +%%DATADIR%%/themes/Default/images/stock-tool-free-select-16.png +%%DATADIR%%/themes/Default/images/stock-tool-free-select-22.png +%%DATADIR%%/themes/Default/images/stock-tool-fuzzy-select-16.png +%%DATADIR%%/themes/Default/images/stock-tool-fuzzy-select-22.png +%%DATADIR%%/themes/Default/images/stock-tool-hue-saturation-16.png +%%DATADIR%%/themes/Default/images/stock-tool-hue-saturation-22.png +%%DATADIR%%/themes/Default/images/stock-tool-ink-16.png +%%DATADIR%%/themes/Default/images/stock-tool-ink-22.png +%%DATADIR%%/themes/Default/images/stock-tool-iscissors-16.png +%%DATADIR%%/themes/Default/images/stock-tool-iscissors-22.png +%%DATADIR%%/themes/Default/images/stock-tool-levels-16.png +%%DATADIR%%/themes/Default/images/stock-tool-levels-22.png +%%DATADIR%%/themes/Default/images/stock-tool-measure-16.png +%%DATADIR%%/themes/Default/images/stock-tool-measure-22.png +%%DATADIR%%/themes/Default/images/stock-tool-move-16.png +%%DATADIR%%/themes/Default/images/stock-tool-move-22.png +%%DATADIR%%/themes/Default/images/stock-tool-options-16.png +%%DATADIR%%/themes/Default/images/stock-tool-options-24.png +%%DATADIR%%/themes/Default/images/stock-tool-paintbrush-16.png +%%DATADIR%%/themes/Default/images/stock-tool-paintbrush-22.png +%%DATADIR%%/themes/Default/images/stock-tool-path-16.png +%%DATADIR%%/themes/Default/images/stock-tool-path-22.png +%%DATADIR%%/themes/Default/images/stock-tool-pencil-16.png +%%DATADIR%%/themes/Default/images/stock-tool-pencil-22.png +%%DATADIR%%/themes/Default/images/stock-tool-perspective-16.png +%%DATADIR%%/themes/Default/images/stock-tool-perspective-22.png +%%DATADIR%%/themes/Default/images/stock-tool-posterize-16.png +%%DATADIR%%/themes/Default/images/stock-tool-posterize-22.png +%%DATADIR%%/themes/Default/images/stock-tool-rect-select-16.png +%%DATADIR%%/themes/Default/images/stock-tool-rect-select-22.png +%%DATADIR%%/themes/Default/images/stock-tool-rotate-16.png +%%DATADIR%%/themes/Default/images/stock-tool-rotate-22.png +%%DATADIR%%/themes/Default/images/stock-tool-scale-16.png +%%DATADIR%%/themes/Default/images/stock-tool-scale-22.png +%%DATADIR%%/themes/Default/images/stock-tool-shear-16.png +%%DATADIR%%/themes/Default/images/stock-tool-shear-22.png +%%DATADIR%%/themes/Default/images/stock-tool-smudge-16.png +%%DATADIR%%/themes/Default/images/stock-tool-smudge-22.png +%%DATADIR%%/themes/Default/images/stock-tool-text-16.png +%%DATADIR%%/themes/Default/images/stock-tool-text-22.png +%%DATADIR%%/themes/Default/images/stock-tool-threshold-16.png +%%DATADIR%%/themes/Default/images/stock-tool-threshold-22.png +%%DATADIR%%/themes/Default/images/stock-tool-zoom-16.png +%%DATADIR%%/themes/Default/images/stock-tool-zoom-22.png +%%DATADIR%%/themes/Default/images/stock-tools-16.png +%%DATADIR%%/themes/Default/images/stock-tools-24.png +%%DATADIR%%/themes/Default/images/stock-transparency-16.png +%%DATADIR%%/themes/Default/images/stock-transparency-24.png +%%DATADIR%%/themes/Default/images/stock-undo-history-16.png +%%DATADIR%%/themes/Default/images/stock-undo-history-24.png +%%DATADIR%%/themes/Default/images/stock-vchain-24.png +%%DATADIR%%/themes/Default/images/stock-vchain-broken-24.png +%%DATADIR%%/themes/Default/images/stock-video-16.png +%%DATADIR%%/themes/Default/images/stock-video-24.png +%%DATADIR%%/themes/Default/images/stock-warning-16.png +%%DATADIR%%/themes/Default/images/stock-warning-24.png +%%DATADIR%%/themes/Default/images/stock-warning-64.png +%%DATADIR%%/themes/Default/images/stock-web-16.png +%%DATADIR%%/themes/Default/images/stock-web-24.png +%%DATADIR%%/themes/Default/images/stock-wilber-16.png +%%DATADIR%%/themes/Default/images/stock-wilber-64.png +%%DATADIR%%/themes/Default/images/stock-wilber-eek-64.png +%%DATADIR%%/themes/Default/images/stock-zoom-follow-window-12.png +%%DATADIR%%/themes/Small/gtkrc +%%DATADIR%%/tips/gimp-tips.xml +share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo +share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/bg/LC_MESSAGES/gimp20-script-fu.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/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/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/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/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/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/mk/LC_MESSAGES/gimp20-libgimp.mo +share/locale/mk/LC_MESSAGES/gimp20-script-fu.mo +share/locale/mk/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/mk/LC_MESSAGES/gimp20.mo +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/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/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/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/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/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 +@dirrm %%DATADIR%%/tips +@dirrm %%DATADIR%%/themes/Small +@dirrm %%DATADIR%%/themes/Default/images/preferences +@dirrm %%DATADIR%%/themes/Default/images +@dirrm %%DATADIR%%/themes/Default +@dirrm %%DATADIR%%/themes +@dirrm %%DATADIR%%/scripts/images +@dirrm %%DATADIR%%/scripts +@dirrm %%DATADIR%%/patterns +@dirrm %%DATADIR%%/palettes +@dirrm %%DATADIR%%/misc +@dirrm %%DATADIR%%/menus +@dirrm %%DATADIR%%/images +@dirrm %%DATADIR%%/gradients +@dirrm %%DATADIR%%/gimpressionist/Presets +@dirrm %%DATADIR%%/gimpressionist/Paper +@dirrm %%DATADIR%%/gimpressionist/Brushes +@dirrm %%DATADIR%%/gimpressionist +@dirrm %%DATADIR%%/gflare +@dirrm %%DATADIR%%/gfig +@dirrm %%DATADIR%%/fractalexplorer +@dirrm %%DATADIR%%/fonts +@dirrm %%DATADIR%%/brushes +@dirrm %%DATADIR%% +@dirrm %%DOCSDIR%%/libgimpwidgets +@dirrm %%DOCSDIR%%/libgimpthumb +@dirrm %%DOCSDIR%%/libgimpmodule +@dirrm %%DOCSDIR%%/libgimpmath +@dirrm %%DOCSDIR%%/libgimpcolor +@dirrm %%DOCSDIR%%/libgimpbase +@dirrm %%DOCSDIR%%/libgimp +@dirrm %%DOCSDIR%% +@dirrm libexec/gimp/2.2/plug-ins +%%PYTHON:%%@dirrm libexec/gimp/2.2/python +@dirrm libexec/gimp/2.2/modules +@dirrm libexec/gimp/2.2/environ +@dirrm libexec/gimp/2.2 +@dirrm libexec/gimp +@dirrm include/gimp-2.0/libgimpwidgets +@dirrm include/gimp-2.0/libgimpthumb +@dirrm include/gimp-2.0/libgimpmodule +@dirrm include/gimp-2.0/libgimpmath +@dirrm include/gimp-2.0/libgimpcolor +@dirrm include/gimp-2.0/libgimpbase +@dirrm include/gimp-2.0/libgimp +@dirrm include/gimp-2.0 +@dirrm etc/gimp/2.2 +@dirrm etc/gimp +%%GNOMEPANEL:%%@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile new file mode 100644 index 000000000..12a11840a --- /dev/null +++ b/graphics/gimp-app/Makefile @@ -0,0 +1,130 @@ +# New ports collection makefile for: The GIMP +# Date created: Mon Nov 18 21:28:43 CST 1996 +# Whom: erich@FreeBSD.org +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= gimp +PORTVERSION= 2.2.11 +PORTREVISION= 1 +PORTEPOCH= 1 +CATEGORIES= graphics gnome +MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ + http://gimp.mirrors.hoobly.com/%SUBDIR%/ \ + http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \ + ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/%SUBDIR%/ \ + ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \ + http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,} +MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A GNU Image Manipulation Program + +LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf \ + aa.1:${PORTSDIR}/graphics/aalib \ + exif.12:${PORTSDIR}/graphics/libexif \ + mng.1:${PORTSDIR}/graphics/libmng \ + png.5:${PORTSDIR}/graphics/png \ + jpeg.9:${PORTSDIR}/graphics/jpeg \ + tiff.4:${PORTSDIR}/graphics/tiff + +CONFLICTS= gimp-1.* gimpshop-[0-9]* + +SHLIBVER?= 200 + +USE_BZIP2= yes +USE_XPM= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 +WANT_GNOME= yes +USE_GETTEXT= yes +INSTALLS_SHLIB= yes +PLIST_SUB= SHLIBVER="${SHLIBVER}" +CONFIGURE_ARGS= --disable-perl \ + --with-html-dir=${DOCSDIR} \ + --disable-gtk-doc \ + --enable-static +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +GIMP_DISTFILE= ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} + +MAN1= gimp.1 gimp-2.2.1 gimp-remote.1 gimp-remote-2.2.1 gimptool-2.0.1 +MAN5= gimprc.5 gimprc-2.2.5 + +OPTIONS= DEBUG "debugging" off \ + PYTHON "Python-Fu support" off \ + RSVG "SVG format support" on \ + PRINT "GIMP printing" on \ + HTML_HELP_BROWSER "GIMP help browser" on \ + MP "multiple processor support" off + +.include <bsd.port.pre.mk> + +.if defined(WITH_DEBUG) +CONFIGURE_ARGS+= --enable-debug +.endif + +.if defined(WITH_PYTHON) +USE_PYTHON= yes +# we need to manually include this, because USE_PYTHON is defined +# after including bsd.port.pre.mk +.include "${PORTSDIR}/Mk/bsd.python.mk" +USE_GNOME+= pygtk2 +CONFIGURE_ARGS+= --enable-python +PLIST_SUB+= PYTHON:="" +.else +CONFIGURE_ARGS+= --disable-python +PLIST_SUB+= PYTHON:="@comment " +.endif + +.if defined(WITHOUT_RSVG) +CONFIGURE_ARGS+= --without-librsvg +PLIST_SUB+= SVG="@comment " +.else +USE_GNOME+= librsvg2 +PLIST_SUB+= SVG="" +.endif + +.if defined(WITHOUT_PRINT) +CONFIGURE_ARGS+= --disable-print +PLIST_SUB+= PRINT="@comment " +.else +LIB_DEPENDS+= gimpprint.2:${PORTSDIR}/print/gimp-print +PLIST_SUB+= PRINT="" +.endif + +.if defined(WITH_MP) +CONFIGURE_ARGS+= --enable-mp +.endif + +.if ${HAVE_GNOME:Mgnomepanel}!="" +USE_GNOME+= gnomepanel desktopfileutils +CONFIGURE_ARGS+= --with-desktop-dir=${LOCALBASE}/share/gnome +CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} +PKGNAMESUFFIX:= -gnome +PLIST_SUB+= GNOMEPANEL:="" +GNOME_ENABLED= yes +.else +PLIST_SUB+= GNOMEPANEL:="@comment " +CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} +.endif + +.if defined(WITH_HTML_HELP_BROWSER) +USE_GNOME+= libgtkhtml +PLIST_SUB+= HELPBROWSER:="" +.else +PLIST_SUB+= HELPBROWSER:="@comment " +post-patch: + @${REINPLACE_CMD} -e 's|\(have_gtkhtml2=\)yes|\1no|' ${WRKSRC}/configure +.endif + +.if defined(GNOME_ENABLED) +post-install: + @-update-desktop-database +.endif + +.include <bsd.port.post.mk> diff --git a/graphics/gimp-app/distinfo b/graphics/gimp-app/distinfo new file mode 100644 index 000000000..e2a783c32 --- /dev/null +++ b/graphics/gimp-app/distinfo @@ -0,0 +1,3 @@ +MD5 (gimp-2.2.11.tar.bz2) = 0403e9b4e0415c99cd27b137b9839212 +SHA256 (gimp-2.2.11.tar.bz2) = 169441ac8dd59d0dda52e4a93622e9824e74bf79b56aab6908c74ffd0418a2d4 +SIZE (gimp-2.2.11.tar.bz2) = 12854751 diff --git a/graphics/gimp-app/files/patch-aa b/graphics/gimp-app/files/patch-aa new file mode 100644 index 000000000..411ac92c9 --- /dev/null +++ b/graphics/gimp-app/files/patch-aa @@ -0,0 +1,20 @@ +--- app/main.c.orig Sun Oct 5 09:16:02 2003 ++++ app/main.c Mon Oct 6 12:14:34 2003 +@@ -23,6 +23,7 @@ + #include <signal.h> + #include <string.h> + #include <sys/types.h> ++#include <floatingpoint.h> + + #ifdef HAVE_SYS_WAIT_H + #include <sys/wait.h> +@@ -113,6 +114,9 @@ + /* Initialize variables */ + + full_prog_name = argv[0]; ++ ++ /* Ignore floating point exceptions */ ++ fpsetmask(0); + + /* Initialize i18n support */ + diff --git a/graphics/gimp-app/files/patch-am b/graphics/gimp-app/files/patch-am new file mode 100644 index 000000000..45c58cbe5 --- /dev/null +++ b/graphics/gimp-app/files/patch-am @@ -0,0 +1,19 @@ +--- libgimp/gimp.c.orig Fri May 12 12:37:27 2000 ++++ libgimp/gimp.c Thu May 18 16:42:21 2000 +@@ -26,6 +26,7 @@ + #include <stdlib.h> + #include <string.h> + #include <sys/types.h> ++#include <floatingpoint.h> + + #ifdef HAVE_SYS_TIME_H + #include <sys/time.h> +@@ -211,6 +212,9 @@ + } + + progname = argv[0]; ++ ++ /* Ignore floating point exceptions */ ++ fpsetmask(0); + + g_set_prgname (g_basename (progname)); diff --git a/graphics/gimp-app/files/patch-configure b/graphics/gimp-app/files/patch-configure new file mode 100644 index 000000000..da42f67f8 --- /dev/null +++ b/graphics/gimp-app/files/patch-configure @@ -0,0 +1,23 @@ +--- configure.orig Sun Mar 6 15:30:12 2005 ++++ configure Sun Mar 6 15:33:57 2005 +@@ -25925,6 +25925,7 @@ + if test "x$enable_gtktest" = "xyes" ; then + ac_save_CFLAGS="$CFLAGS" + ac_save_LIBS="$LIBS" ++ GTK_LIBS="$GIMP_THREAD_LIBS $GTK_LIBS" + CFLAGS="$CFLAGS $GTK_CFLAGS" + LIBS="$GTK_LIBS $LIBS" + rm -f conf.gtktest +@@ -33865,9 +33866,9 @@ + fi + fi; + +-gimpdatadir="$datadir/$PACKAGE/2.0" +-gimpplugindir="$libdir/$PACKAGE/2.0" +-gimpsysconfdir="$sysconfdir/$PACKAGE/2.0" ++gimpdatadir="$datadir/$PACKAGE" ++gimpplugindir="$libexecdir/$PACKAGE/2.2" ++gimpsysconfdir="$sysconfdir/$PACKAGE/2.2" + + localedir='${prefix}/${DATADIRNAME}/locale' + diff --git a/graphics/gimp-app/files/patch-gimptool-2.0.in b/graphics/gimp-app/files/patch-gimptool-2.0.in new file mode 100644 index 000000000..3ee0f17b8 --- /dev/null +++ b/graphics/gimp-app/files/patch-gimptool-2.0.in @@ -0,0 +1,26 @@ +--- gimptool-2.0.in.orig Tue Jan 15 12:21:05 2002 ++++ gimptool-2.0.in Fri May 17 20:46:18 2002 +@@ -215,19 +215,19 @@ + | --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-app/files/patch-plug-ins_common_url.c b/graphics/gimp-app/files/patch-plug-ins_common_url.c new file mode 100644 index 000000000..bceff6df1 --- /dev/null +++ b/graphics/gimp-app/files/patch-plug-ins_common_url.c @@ -0,0 +1,17 @@ +--- plug-ins/common/url.c.orig Wed Dec 28 13:56:48 2005 ++++ plug-ins/common/url.c Wed Dec 28 13:58:33 2005 +@@ -186,10 +186,10 @@ + putenv ("LANG=C"); + #endif + +- execlp ("wget", +- "wget", "-v", "-e", "server-response=off", "-T", TIMEOUT, +- filename, "-O", tmpname, NULL); +- g_message ("exec() failed: wget: %s", g_strerror (errno)); ++ execlp ("fetch", ++ "fetch", "-T", TIMEOUT, ++ filename, "-p", "-o", tmpname, NULL); ++ g_message ("exec() failed: fetch: %s", g_strerror (errno)); + g_free (tmpname); + _exit (127); + } diff --git a/graphics/gimp-app/files/patch-plug-ins_print_print.c b/graphics/gimp-app/files/patch-plug-ins_print_print.c new file mode 100644 index 000000000..36f4bf714 --- /dev/null +++ b/graphics/gimp-app/files/patch-plug-ins_print_print.c @@ -0,0 +1,11 @@ +--- plug-ins/print/print.c.orig Tue Dec 26 07:43:54 2000 ++++ plug-ins/print/print.c Tue Dec 26 07:44:07 2000 +@@ -1417,7 +1417,7 @@ + + if (i < (sizeof(lpcs) / sizeof(lpcs[0]))) + { +- strcat(command, " status < /dev/null"); ++ strcat(command, " status all < /dev/null"); + type = PRINTERS_LPC; + } + else diff --git a/graphics/gimp-app/pkg-descr b/graphics/gimp-app/pkg-descr new file mode 100644 index 000000000..4d7f49925 --- /dev/null +++ b/graphics/gimp-app/pkg-descr @@ -0,0 +1,19 @@ +The GIMP is designed to provide an intuitive graphical interface to a +variety of image editing operations. Here is a list of the GIMP's +major features: + + Image editing + ------------- + + * Selection tools including rectangle, ellipse, free, fuzzy, bezier + and intelligent. + * Transformation tools including rotate, scale, shear and flip. + * Painting tools including bucket, brush, airbrush, clone, convolve, + blend and text. + * Effects filters (such as blur, edge detect). + * Channel & color operations (such as add, composite, decompose). + * Plug-ins which allow for the easy addition of new file formats and + new effect filters. + * Multiple undo/redo. + +WWW: http://www.gimp.org/ diff --git a/graphics/gimp-app/pkg-plist b/graphics/gimp-app/pkg-plist new file mode 100644 index 000000000..0b7059051 --- /dev/null +++ b/graphics/gimp-app/pkg-plist @@ -0,0 +1,1936 @@ +bin/gimp +bin/gimp-2.2 +bin/gimp-remote +bin/gimp-remote-2.2 +bin/gimptool-2.0 +etc/gimp/2.2/controllerrc +etc/gimp/2.2/gimprc +etc/gimp/2.2/gtkrc +etc/gimp/2.2/ps-menurc +etc/gimp/2.2/sessionrc +etc/gimp/2.2/templaterc +etc/gimp/2.2/unitrc +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/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/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/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/gimpmodule.h +include/gimp-2.0/libgimpmodule/gimpmoduledb.h +include/gimp-2.0/libgimpmodule/gimpmoduletypes.h +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/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 +libexec/gimp/2.2/environ/default.env +%%PYTHON:%%libexec/gimp/2.2/environ/pygimp.env +%%PYTHON:%%libexec/gimp/2.2/python/pygimp-logo.png +libexec/gimp/2.2/modules/libcdisplay_colorblind.a +libexec/gimp/2.2/modules/libcdisplay_colorblind.la +libexec/gimp/2.2/modules/libcdisplay_colorblind.so +libexec/gimp/2.2/modules/libcdisplay_gamma.a +libexec/gimp/2.2/modules/libcdisplay_gamma.la +libexec/gimp/2.2/modules/libcdisplay_gamma.so +libexec/gimp/2.2/modules/libcdisplay_highcontrast.a +libexec/gimp/2.2/modules/libcdisplay_highcontrast.la +libexec/gimp/2.2/modules/libcdisplay_highcontrast.so +libexec/gimp/2.2/modules/libcdisplay_proof.a +libexec/gimp/2.2/modules/libcdisplay_proof.la +libexec/gimp/2.2/modules/libcdisplay_proof.so +libexec/gimp/2.2/modules/libcolorsel_cmyk.a +libexec/gimp/2.2/modules/libcolorsel_cmyk.la +libexec/gimp/2.2/modules/libcolorsel_cmyk.so +libexec/gimp/2.2/modules/libcolorsel_triangle.a +libexec/gimp/2.2/modules/libcolorsel_triangle.la +libexec/gimp/2.2/modules/libcolorsel_triangle.so +libexec/gimp/2.2/modules/libcolorsel_water.a +libexec/gimp/2.2/modules/libcolorsel_water.la +libexec/gimp/2.2/modules/libcolorsel_water.so +libexec/gimp/2.2/modules/libcontroller_midi.a +libexec/gimp/2.2/modules/libcontroller_midi.la +libexec/gimp/2.2/modules/libcontroller_midi.so +libexec/gimp/2.2/plug-ins/AlienMap2 +libexec/gimp/2.2/plug-ins/CEL +libexec/gimp/2.2/plug-ins/CML_explorer +libexec/gimp/2.2/plug-ins/FractalExplorer +libexec/gimp/2.2/plug-ins/Lighting +libexec/gimp/2.2/plug-ins/MapObject +libexec/gimp/2.2/plug-ins/aa +libexec/gimp/2.2/plug-ins/align_layers +libexec/gimp/2.2/plug-ins/animationplay +libexec/gimp/2.2/plug-ins/animoptimize +libexec/gimp/2.2/plug-ins/apply_lens +libexec/gimp/2.2/plug-ins/autocrop +libexec/gimp/2.2/plug-ins/autostretch_hsv +libexec/gimp/2.2/plug-ins/blinds +libexec/gimp/2.2/plug-ins/blur +libexec/gimp/2.2/plug-ins/bmp +libexec/gimp/2.2/plug-ins/borderaverage +libexec/gimp/2.2/plug-ins/bumpmap +libexec/gimp/2.2/plug-ins/c_astretch +libexec/gimp/2.2/plug-ins/cartoon +libexec/gimp/2.2/plug-ins/ccanalyze +libexec/gimp/2.2/plug-ins/channel_mixer +libexec/gimp/2.2/plug-ins/checkerboard +%%PYTHON:%%libexec/gimp/2.2/plug-ins/clothify.py +libexec/gimp/2.2/plug-ins/color_enhance +libexec/gimp/2.2/plug-ins/colorify +%%PYTHON:%%libexec/gimp/2.2/plug-ins/colorxhtml.py +libexec/gimp/2.2/plug-ins/colortoalpha +libexec/gimp/2.2/plug-ins/compose +libexec/gimp/2.2/plug-ins/compressor +libexec/gimp/2.2/plug-ins/convmatrix +libexec/gimp/2.2/plug-ins/csource +libexec/gimp/2.2/plug-ins/cubism +libexec/gimp/2.2/plug-ins/curve_bend +libexec/gimp/2.2/plug-ins/decompose +libexec/gimp/2.2/plug-ins/deinterlace +libexec/gimp/2.2/plug-ins/depthmerge +libexec/gimp/2.2/plug-ins/despeckle +libexec/gimp/2.2/plug-ins/destripe +libexec/gimp/2.2/plug-ins/dicom +libexec/gimp/2.2/plug-ins/diffraction +libexec/gimp/2.2/plug-ins/displace +libexec/gimp/2.2/plug-ins/dog +libexec/gimp/2.2/plug-ins/edge +libexec/gimp/2.2/plug-ins/emboss +libexec/gimp/2.2/plug-ins/engrave +libexec/gimp/2.2/plug-ins/exchange +libexec/gimp/2.2/plug-ins/faxg3 +libexec/gimp/2.2/plug-ins/film +libexec/gimp/2.2/plug-ins/fits +libexec/gimp/2.2/plug-ins/flame +libexec/gimp/2.2/plug-ins/flarefx +%%PYTHON:%%libexec/gimp/2.2/plug-ins/foggify.py +libexec/gimp/2.2/plug-ins/fp +libexec/gimp/2.2/plug-ins/fractaltrace +libexec/gimp/2.2/plug-ins/gauss +libexec/gimp/2.2/plug-ins/gbr +libexec/gimp/2.2/plug-ins/gee +libexec/gimp/2.2/plug-ins/gee_zoom +libexec/gimp/2.2/plug-ins/gfig +libexec/gimp/2.2/plug-ins/gflare +libexec/gimp/2.2/plug-ins/gfli +libexec/gimp/2.2/plug-ins/gif +libexec/gimp/2.2/plug-ins/gifload +libexec/gimp/2.2/plug-ins/gih +%%PYTHON:%%libexec/gimp/2.2/plug-ins/gimpcons.py +libexec/gimp/2.2/plug-ins/gimpressionist +libexec/gimp/2.2/plug-ins/glasstile +libexec/gimp/2.2/plug-ins/glob +libexec/gimp/2.2/plug-ins/gqbist +libexec/gimp/2.2/plug-ins/gradmap +libexec/gimp/2.2/plug-ins/grid +%%PYTHON:%%libexec/gimp/2.2/plug-ins/gtkcons.py +libexec/gimp/2.2/plug-ins/gtm +libexec/gimp/2.2/plug-ins/guillotine +libexec/gimp/2.2/plug-ins/header +libexec/gimp/2.2/plug-ins/help +%%HELPBROWSER:%%libexec/gimp/2.2/plug-ins/helpbrowser +libexec/gimp/2.2/plug-ins/hot +libexec/gimp/2.2/plug-ins/ifscompose +libexec/gimp/2.2/plug-ins/illusion +libexec/gimp/2.2/plug-ins/imagemap +libexec/gimp/2.2/plug-ins/iwarp +libexec/gimp/2.2/plug-ins/jigsaw +libexec/gimp/2.2/plug-ins/jpeg +libexec/gimp/2.2/plug-ins/laplace +libexec/gimp/2.2/plug-ins/lic +libexec/gimp/2.2/plug-ins/mail +libexec/gimp/2.2/plug-ins/mapcolor +libexec/gimp/2.2/plug-ins/max_rgb +libexec/gimp/2.2/plug-ins/maze +libexec/gimp/2.2/plug-ins/mblur +libexec/gimp/2.2/plug-ins/mng +libexec/gimp/2.2/plug-ins/mosaic +libexec/gimp/2.2/plug-ins/neon +libexec/gimp/2.2/plug-ins/newsprint +libexec/gimp/2.2/plug-ins/nlfilt +libexec/gimp/2.2/plug-ins/noisify +libexec/gimp/2.2/plug-ins/normalize +libexec/gimp/2.2/plug-ins/nova +libexec/gimp/2.2/plug-ins/oilify +libexec/gimp/2.2/plug-ins/pagecurl +libexec/gimp/2.2/plug-ins/papertile +libexec/gimp/2.2/plug-ins/pat +libexec/gimp/2.2/plug-ins/pcx +%%PYTHON:%%libexec/gimp/2.2/plug-ins/pdbbrowse.py +libexec/gimp/2.2/plug-ins/photocopy +libexec/gimp/2.2/plug-ins/pix +libexec/gimp/2.2/plug-ins/pixelize +libexec/gimp/2.2/plug-ins/plasma +libexec/gimp/2.2/plug-ins/plugin-browser +libexec/gimp/2.2/plug-ins/png +libexec/gimp/2.2/plug-ins/pnm +libexec/gimp/2.2/plug-ins/polar +libexec/gimp/2.2/plug-ins/postscript +%%PRINT%%libexec/gimp/2.2/plug-ins/print +libexec/gimp/2.2/plug-ins/procedure-browser +libexec/gimp/2.2/plug-ins/psd +libexec/gimp/2.2/plug-ins/psd_save +libexec/gimp/2.2/plug-ins/psp +%%PYTHON:%%libexec/gimp/2.2/plug-ins/py-slice.py +libexec/gimp/2.2/plug-ins/randomize +libexec/gimp/2.2/plug-ins/raw +libexec/gimp/2.2/plug-ins/rcm +libexec/gimp/2.2/plug-ins/retinex +libexec/gimp/2.2/plug-ins/ripple +libexec/gimp/2.2/plug-ins/rotate +libexec/gimp/2.2/plug-ins/sample_colorize +libexec/gimp/2.2/plug-ins/scatter_hsv +libexec/gimp/2.2/plug-ins/screenshot +libexec/gimp/2.2/plug-ins/script-fu +%%PYTHON:%%libexec/gimp/2.2/plug-ins/shadow_bevel.py +libexec/gimp/2.2/plug-ins/sel2path +libexec/gimp/2.2/plug-ins/sel_gauss +libexec/gimp/2.2/plug-ins/semiflatten +libexec/gimp/2.2/plug-ins/sgi +libexec/gimp/2.2/plug-ins/sharpen +libexec/gimp/2.2/plug-ins/shift +libexec/gimp/2.2/plug-ins/sinus +libexec/gimp/2.2/plug-ins/smooth_palette +libexec/gimp/2.2/plug-ins/snoise +libexec/gimp/2.2/plug-ins/sobel +libexec/gimp/2.2/plug-ins/softglow +libexec/gimp/2.2/plug-ins/sparkle +libexec/gimp/2.2/plug-ins/spheredesigner +libexec/gimp/2.2/plug-ins/spread +libexec/gimp/2.2/plug-ins/struc +libexec/gimp/2.2/plug-ins/sunras +%%SVG%%libexec/gimp/2.2/plug-ins/svg +libexec/gimp/2.2/plug-ins/tga +libexec/gimp/2.2/plug-ins/threshold_alpha +libexec/gimp/2.2/plug-ins/tiff +libexec/gimp/2.2/plug-ins/tile +libexec/gimp/2.2/plug-ins/tileit +libexec/gimp/2.2/plug-ins/tiler +libexec/gimp/2.2/plug-ins/uniteditor +libexec/gimp/2.2/plug-ins/unsharp +libexec/gimp/2.2/plug-ins/url +libexec/gimp/2.2/plug-ins/video +libexec/gimp/2.2/plug-ins/vinvert +libexec/gimp/2.2/plug-ins/vpropagate +libexec/gimp/2.2/plug-ins/warp +libexec/gimp/2.2/plug-ins/waves +libexec/gimp/2.2/plug-ins/webbrowser +%%PYTHON:%%libexec/gimp/2.2/plug-ins/whirlpinch.py +libexec/gimp/2.2/plug-ins/whirlpinch +libexec/gimp/2.2/plug-ins/wind +libexec/gimp/2.2/plug-ins/winicon +libexec/gimp/2.2/plug-ins/wmf +libexec/gimp/2.2/plug-ins/xbm +libexec/gimp/2.2/plug-ins/xjt +libexec/gimp/2.2/plug-ins/xpm +libexec/gimp/2.2/plug-ins/xwd +libexec/gimp/2.2/plug-ins/zealouscrop +%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.py +%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.pyc +%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.pyo +%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.py +%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyc +%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyo +%%PYTHON:%%libexec/gimp/2.2/python/gimpmodule.so +%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.py +%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyc +%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyo +%%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowsermodule.so +%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.py +%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyc +%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyo +%%PYTHON:%%libexec/gimp/2.2/python/gimpui.py +%%PYTHON:%%libexec/gimp/2.2/python/gimpui.pyc +%%PYTHON:%%libexec/gimp/2.2/python/gimpui.pyo +lib/libgimp-2.0.a +lib/libgimp-2.0.la +lib/libgimp-2.0.so +lib/libgimp-2.0.so.%%SHLIBVER%% +lib/libgimpbase-2.0.a +lib/libgimpbase-2.0.la +lib/libgimpbase-2.0.so +lib/libgimpbase-2.0.so.%%SHLIBVER%% +lib/libgimpcolor-2.0.a +lib/libgimpcolor-2.0.la +lib/libgimpcolor-2.0.so +lib/libgimpcolor-2.0.so.%%SHLIBVER%% +lib/libgimpmath-2.0.a +lib/libgimpmath-2.0.la +lib/libgimpmath-2.0.so +lib/libgimpmath-2.0.so.%%SHLIBVER%% +lib/libgimpmodule-2.0.a +lib/libgimpmodule-2.0.la +lib/libgimpmodule-2.0.so +lib/libgimpmodule-2.0.so.%%SHLIBVER%% +lib/libgimpthumb-2.0.a +lib/libgimpthumb-2.0.la +lib/libgimpthumb-2.0.so +lib/libgimpthumb-2.0.so.%%SHLIBVER%% +lib/libgimpui-2.0.a +lib/libgimpui-2.0.la +lib/libgimpui-2.0.so +lib/libgimpui-2.0.so.%%SHLIBVER%% +lib/libgimpwidgets-2.0.a +lib/libgimpwidgets-2.0.la +lib/libgimpwidgets-2.0.so +lib/libgimpwidgets-2.0.so.%%SHLIBVER%% +libdata/pkgconfig/gimp-2.0.pc +libdata/pkgconfig/gimpthumb-2.0.pc +libdata/pkgconfig/gimpui-2.0.pc +share/aclocal/gimp-2.0.m4 +%%DOCSDIR%%/libgimp/GimpAspectPreview.html +%%DOCSDIR%%/libgimp/GimpDrawablePreview.html +%%DOCSDIR%%/libgimp/GimpProgressBar.html +%%DOCSDIR%%/libgimp/gimpdefinitions.html +%%DOCSDIR%%/libgimp/home.png +%%DOCSDIR%%/libgimp/index.html +%%DOCSDIR%%/libgimp/index.sgml +%%DOCSDIR%%/libgimp/left.png +%%DOCSDIR%%/libgimp/libgimp-data.html +%%DOCSDIR%%/libgimp/libgimp-general.html +%%DOCSDIR%%/libgimp/libgimp-gimp.html +%%DOCSDIR%%/libgimp/libgimp-gimpbrush.html +%%DOCSDIR%%/libgimp/libgimp-gimpbrushes.html +%%DOCSDIR%%/libgimp/libgimp-gimpbrushmenu.html +%%DOCSDIR%%/libgimp/libgimp-gimpbrushselect.html +%%DOCSDIR%%/libgimp/libgimp-gimpchannel.html +%%DOCSDIR%%/libgimp/libgimp-gimpcolor.html +%%DOCSDIR%%/libgimp/libgimp-gimpcontext.html +%%DOCSDIR%%/libgimp/libgimp-gimpconvert.html +%%DOCSDIR%%/libgimp/libgimp-gimpdisplay.html +%%DOCSDIR%%/libgimp/libgimp-gimpdrawable.html +%%DOCSDIR%%/libgimp/libgimp-gimpdrawablecombobox.html +%%DOCSDIR%%/libgimp/libgimp-gimpdrawabletransform.html +%%DOCSDIR%%/libgimp/libgimp-gimpedit.html +%%DOCSDIR%%/libgimp/libgimp-gimpenums.html +%%DOCSDIR%%/libgimp/libgimp-gimpexport.html +%%DOCSDIR%%/libgimp/libgimp-gimpfileops.html +%%DOCSDIR%%/libgimp/libgimp-gimpfloatingsel.html +%%DOCSDIR%%/libgimp/libgimp-gimpfontmenu.html +%%DOCSDIR%%/libgimp/libgimp-gimpfonts.html +%%DOCSDIR%%/libgimp/libgimp-gimpfontselect.html +%%DOCSDIR%%/libgimp/libgimp-gimpgimprc.html +%%DOCSDIR%%/libgimp/libgimp-gimpgradient.html +%%DOCSDIR%%/libgimp/libgimp-gimpgradientmenu.html +%%DOCSDIR%%/libgimp/libgimp-gimpgradients.html +%%DOCSDIR%%/libgimp/libgimp-gimpgradientselect.html +%%DOCSDIR%%/libgimp/libgimp-gimpguides.html +%%DOCSDIR%%/libgimp/libgimp-gimphelp.html +%%DOCSDIR%%/libgimp/libgimp-gimpimage.html +%%DOCSDIR%%/libgimp/libgimp-gimpimagecombobox.html +%%DOCSDIR%%/libgimp/libgimp-gimplayer.html +%%DOCSDIR%%/libgimp/libgimp-gimpmenu.html +%%DOCSDIR%%/libgimp/libgimp-gimpmessage.html +%%DOCSDIR%%/libgimp/libgimp-gimppalette.html +%%DOCSDIR%%/libgimp/libgimp-gimppalettemenu.html +%%DOCSDIR%%/libgimp/libgimp-gimppalettes.html +%%DOCSDIR%%/libgimp/libgimp-gimppaletteselect.html +%%DOCSDIR%%/libgimp/libgimp-gimppaths.html +%%DOCSDIR%%/libgimp/libgimp-gimppattern.html +%%DOCSDIR%%/libgimp/libgimp-gimppatternmenu.html +%%DOCSDIR%%/libgimp/libgimp-gimppatterns.html +%%DOCSDIR%%/libgimp/libgimp-gimppatternselect.html +%%DOCSDIR%%/libgimp/libgimp-gimppixbuf.html +%%DOCSDIR%%/libgimp/libgimp-gimppixelfetcher.html +%%DOCSDIR%%/libgimp/libgimp-gimppixelrgn.html +%%DOCSDIR%%/libgimp/libgimp-gimpplugin.html +%%DOCSDIR%%/libgimp/libgimp-gimpproceduraldb.html +%%DOCSDIR%%/libgimp/libgimp-gimpprogress.html +%%DOCSDIR%%/libgimp/libgimp-gimpregioniterator.html +%%DOCSDIR%%/libgimp/libgimp-gimpselection.html +%%DOCSDIR%%/libgimp/libgimp-gimptexttool.html +%%DOCSDIR%%/libgimp/libgimp-gimptile.html +%%DOCSDIR%%/libgimp/libgimp-gimptools.html +%%DOCSDIR%%/libgimp/libgimp-gimpui.html +%%DOCSDIR%%/libgimp/libgimp-gimpundo.html +%%DOCSDIR%%/libgimp/libgimp-image.html +%%DOCSDIR%%/libgimp/libgimp-selectors.html +%%DOCSDIR%%/libgimp/libgimp.devhelp +%%DOCSDIR%%/libgimp/libgimp.html +%%DOCSDIR%%/libgimp/libgimpui-hierarchy.html +%%DOCSDIR%%/libgimp/libgimpui.html +%%DOCSDIR%%/libgimp/right.png +%%DOCSDIR%%/libgimp/style.css +%%DOCSDIR%%/libgimp/up.png +%%DOCSDIR%%/libgimpbase/home.png +%%DOCSDIR%%/libgimpbase/index.html +%%DOCSDIR%%/libgimpbase/index.sgml +%%DOCSDIR%%/libgimpbase/left.png +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbaseenums.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbasetypes.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpchecks.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpdatafiles.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpenv.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimplimits.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpmemsize.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparasite.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparasiteio.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpprotocol.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpsignal.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpunit.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimputils.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpversion.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpwire.html +%%DOCSDIR%%/libgimpbase/libgimpbase.devhelp +%%DOCSDIR%%/libgimpbase/libgimpbase.html +%%DOCSDIR%%/libgimpbase/right.png +%%DOCSDIR%%/libgimpbase/style.css +%%DOCSDIR%%/libgimpbase/up.png +%%DOCSDIR%%/libgimpcolor/home.png +%%DOCSDIR%%/libgimpcolor/index.html +%%DOCSDIR%%/libgimpcolor/index.sgml +%%DOCSDIR%%/libgimpcolor/left.png +%%DOCSDIR%%/libgimpcolor/style.css +%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpAdaptiveSupersample.html +%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpBilinear.html +%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpCMYK.html +%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpColorSpace.html +%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpHSV.html +%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpRGB.html +%%DOCSDIR%%/libgimpcolor/libgimpcolor.devhelp +%%DOCSDIR%%/libgimpcolor/libgimpcolor.html +%%DOCSDIR%%/libgimpcolor/right.png +%%DOCSDIR%%/libgimpcolor/up.png +%%DOCSDIR%%/libgimpmath/home.png +%%DOCSDIR%%/libgimpmath/index.html +%%DOCSDIR%%/libgimpmath/index.sgml +%%DOCSDIR%%/libgimpmath/left.png +%%DOCSDIR%%/libgimpmath/style.css +%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMD5.html +%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMath.html +%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMatrix.html +%%DOCSDIR%%/libgimpmath/libgimpmath-GimpVector.html +%%DOCSDIR%%/libgimpmath/libgimpmath.devhelp +%%DOCSDIR%%/libgimpmath/libgimpmath.html +%%DOCSDIR%%/libgimpmath/right.png +%%DOCSDIR%%/libgimpmath/up.png +%%DOCSDIR%%/libgimpmodule/GimpModule.html +%%DOCSDIR%%/libgimpmodule/GimpModuleDB.html +%%DOCSDIR%%/libgimpmodule/home.png +%%DOCSDIR%%/libgimpmodule/index.html +%%DOCSDIR%%/libgimpmodule/index.sgml +%%DOCSDIR%%/libgimpmodule/left.png +%%DOCSDIR%%/libgimpmodule/style.css +%%DOCSDIR%%/libgimpmodule/libgimpmodule.devhelp +%%DOCSDIR%%/libgimpmodule/libgimpmodule.html +%%DOCSDIR%%/libgimpmodule/right.png +%%DOCSDIR%%/libgimpmodule/up.png +%%DOCSDIR%%/libgimpthumb/GimpThumbnail.html +%%DOCSDIR%%/libgimpthumb/home.png +%%DOCSDIR%%/libgimpthumb/index.html +%%DOCSDIR%%/libgimpthumb/index.sgml +%%DOCSDIR%%/libgimpthumb/left.png +%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-enums.html +%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-error.html +%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-utils.html +%%DOCSDIR%%/libgimpthumb/libgimpthumb.devhelp +%%DOCSDIR%%/libgimpthumb/libgimpthumb.html +%%DOCSDIR%%/libgimpthumb/right.png +%%DOCSDIR%%/libgimpthumb/style.css +%%DOCSDIR%%/libgimpthumb/up.png +%%DOCSDIR%%/libgimpwidgets/GimpButton.html +%%DOCSDIR%%/libgimpwidgets/GimpCellRendererColor.html +%%DOCSDIR%%/libgimpwidgets/GimpCellRendererToggle.html +%%DOCSDIR%%/libgimpwidgets/GimpChainButton.html +%%DOCSDIR%%/libgimpwidgets/GimpColorArea.html +%%DOCSDIR%%/libgimpwidgets/GimpColorButton.html +%%DOCSDIR%%/libgimpwidgets/GimpColorDisplay.html +%%DOCSDIR%%/libgimpwidgets/GimpColorDisplayStack.html +%%DOCSDIR%%/libgimpwidgets/GimpColorHexEntry.html +%%DOCSDIR%%/libgimpwidgets/GimpColorNotebook.html +%%DOCSDIR%%/libgimpwidgets/GimpColorScale.html +%%DOCSDIR%%/libgimpwidgets/GimpColorScales.html +%%DOCSDIR%%/libgimpwidgets/GimpColorSelect.html +%%DOCSDIR%%/libgimpwidgets/GimpColorSelection.html +%%DOCSDIR%%/libgimpwidgets/GimpColorSelector.html +%%DOCSDIR%%/libgimpwidgets/GimpController.html +%%DOCSDIR%%/libgimpwidgets/GimpDialog.html +%%DOCSDIR%%/libgimpwidgets/GimpFileEntry.html +%%DOCSDIR%%/libgimpwidgets/GimpFrame.html +%%DOCSDIR%%/libgimpwidgets/GimpIntComboBox.html +%%DOCSDIR%%/libgimpwidgets/GimpIntStore.html +%%DOCSDIR%%/libgimpwidgets/GimpMemsizeEntry.html +%%DOCSDIR%%/libgimpwidgets/GimpOffsetArea.html +%%DOCSDIR%%/libgimpwidgets/GimpPathEditor.html +%%DOCSDIR%%/libgimpwidgets/GimpPickButton.html +%%DOCSDIR%%/libgimpwidgets/GimpPixmap.html +%%DOCSDIR%%/libgimpwidgets/GimpPreview.html +%%DOCSDIR%%/libgimpwidgets/GimpPreviewArea.html +%%DOCSDIR%%/libgimpwidgets/GimpSizeEntry.html +%%DOCSDIR%%/libgimpwidgets/GimpUnitMenu.html +%%DOCSDIR%%/libgimpwidgets/home.png +%%DOCSDIR%%/libgimpwidgets/index.html +%%DOCSDIR%%/libgimpwidgets/index.sgml +%%DOCSDIR%%/libgimpwidgets/left.png +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpHelpUI.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpQueryBox.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpScrolledPreview.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpStock.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpStock.html~ +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpWidgets.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-cell-renderers.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colordisplay.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colorselector.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-controller.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-deprecated.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-gimpoldwidgets.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-hierarchy.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-utils.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-widgets.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets.devhelp +%%DOCSDIR%%/libgimpwidgets/right.png +%%DOCSDIR%%/libgimpwidgets/stock-anchor-16.png +%%DOCSDIR%%/libgimpwidgets/stock-cap-butt-16.png +%%DOCSDIR%%/libgimpwidgets/stock-cap-round-16.png +%%DOCSDIR%%/libgimpwidgets/stock-cap-square-16.png +%%DOCSDIR%%/libgimpwidgets/stock-center-16.png +%%DOCSDIR%%/libgimpwidgets/stock-center-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-32.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-48.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-32.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-48.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-32.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-48.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-32.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-48.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-green-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-green-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-green-32.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-green-48.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-32.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-48.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-red-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-red-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-red-32.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-red-48.png +%%DOCSDIR%%/libgimpwidgets/stock-channels-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channels-24.png +%%DOCSDIR%%/libgimpwidgets/stock-char-picker-22.png +%%DOCSDIR%%/libgimpwidgets/stock-close-12.png +%%DOCSDIR%%/libgimpwidgets/stock-color-pick-from-screen-16.png +%%DOCSDIR%%/libgimpwidgets/stock-color-picker-black-18.png +%%DOCSDIR%%/libgimpwidgets/stock-color-picker-gray-18.png +%%DOCSDIR%%/libgimpwidgets/stock-color-picker-white-18.png +%%DOCSDIR%%/libgimpwidgets/stock-color-triangle-16.png +%%DOCSDIR%%/libgimpwidgets/stock-convert-grayscale-16.png +%%DOCSDIR%%/libgimpwidgets/stock-convert-indexed-16.png +%%DOCSDIR%%/libgimpwidgets/stock-convert-rgb-16.png +%%DOCSDIR%%/libgimpwidgets/stock-curve-free-16.png +%%DOCSDIR%%/libgimpwidgets/stock-curve-smooth-16.png +%%DOCSDIR%%/libgimpwidgets/stock-default-colors-12.png +%%DOCSDIR%%/libgimpwidgets/stock-device-status-16.png +%%DOCSDIR%%/libgimpwidgets/stock-device-status-24.png +%%DOCSDIR%%/libgimpwidgets/stock-display-filter-16.png +%%DOCSDIR%%/libgimpwidgets/stock-display-filter-24.png +%%DOCSDIR%%/libgimpwidgets/stock-duplicate-16.png +%%DOCSDIR%%/libgimpwidgets/stock-edit-16.png +%%DOCSDIR%%/libgimpwidgets/stock-error-64.png +%%DOCSDIR%%/libgimpwidgets/stock-eye-12.png +%%DOCSDIR%%/libgimpwidgets/stock-eye-20.png +%%DOCSDIR%%/libgimpwidgets/stock-flip-horizontal-16.png +%%DOCSDIR%%/libgimpwidgets/stock-flip-vertical-16.png +%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-16.png +%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-24.png +%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-32.png +%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-48.png +%%DOCSDIR%%/libgimpwidgets/stock-frame-64.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-bilinear-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-conical-asymmetric-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-conical-symmetric-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-linear-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-radial-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-angular-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-dimpled-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-spherical-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-spiral-anticlockwise-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-spiral-clockwise-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-square-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-east-24.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-24.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-east-24.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-west-24.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-24.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-east-24.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-west-24.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-west-24.png +%%DOCSDIR%%/libgimpwidgets/stock-grid-16.png +%%DOCSDIR%%/libgimpwidgets/stock-hchain-24.png +%%DOCSDIR%%/libgimpwidgets/stock-hchain-broken-24.png +%%DOCSDIR%%/libgimpwidgets/stock-histogram-16.png +%%DOCSDIR%%/libgimpwidgets/stock-histogram-22.png +%%DOCSDIR%%/libgimpwidgets/stock-histogram-linear-16.png +%%DOCSDIR%%/libgimpwidgets/stock-histogram-logarithmic-16.png +%%DOCSDIR%%/libgimpwidgets/stock-image-16.png +%%DOCSDIR%%/libgimpwidgets/stock-image-24.png +%%DOCSDIR%%/libgimpwidgets/stock-image-32.png +%%DOCSDIR%%/libgimpwidgets/stock-image-48.png +%%DOCSDIR%%/libgimpwidgets/stock-images-16.png +%%DOCSDIR%%/libgimpwidgets/stock-images-24.png +%%DOCSDIR%%/libgimpwidgets/stock-indexed-palette-16.png +%%DOCSDIR%%/libgimpwidgets/stock-indexed-palette-24.png +%%DOCSDIR%%/libgimpwidgets/stock-info-16.png +%%DOCSDIR%%/libgimpwidgets/stock-info-24.png +%%DOCSDIR%%/libgimpwidgets/stock-info-64.png +%%DOCSDIR%%/libgimpwidgets/stock-invert-16.png +%%DOCSDIR%%/libgimpwidgets/stock-join-bevel-16.png +%%DOCSDIR%%/libgimpwidgets/stock-join-miter-16.png +%%DOCSDIR%%/libgimpwidgets/stock-join-round-16.png +%%DOCSDIR%%/libgimpwidgets/stock-landscape-16.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-16.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-24.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-32.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-48.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-16.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-24.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-32.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-48.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-to-imagesize-16.png +%%DOCSDIR%%/libgimpwidgets/stock-layers-16.png +%%DOCSDIR%%/libgimpwidgets/stock-layers-24.png +%%DOCSDIR%%/libgimpwidgets/stock-letter-spacing-22.png +%%DOCSDIR%%/libgimpwidgets/stock-line-spacing-22.png +%%DOCSDIR%%/libgimpwidgets/stock-linked-12.png +%%DOCSDIR%%/libgimpwidgets/stock-linked-20.png +%%DOCSDIR%%/libgimpwidgets/stock-list-16.png +%%DOCSDIR%%/libgimpwidgets/stock-menu-left-12.png +%%DOCSDIR%%/libgimpwidgets/stock-menu-right-12.png +%%DOCSDIR%%/libgimpwidgets/stock-merge-down-16.png +%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-16.png +%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-24.png +%%DOCSDIR%%/libgimpwidgets/stock-navigation-16.png +%%DOCSDIR%%/libgimpwidgets/stock-paste-as-new-16.png +%%DOCSDIR%%/libgimpwidgets/stock-paste-into-16.png +%%DOCSDIR%%/libgimpwidgets/stock-path-16.png +%%DOCSDIR%%/libgimpwidgets/stock-path-22.png +%%DOCSDIR%%/libgimpwidgets/stock-path-stroke-16.png +%%DOCSDIR%%/libgimpwidgets/stock-paths-16.png +%%DOCSDIR%%/libgimpwidgets/stock-paths-22.png +%%DOCSDIR%%/libgimpwidgets/stock-plugin-16.png +%%DOCSDIR%%/libgimpwidgets/stock-portrait-16.png +%%DOCSDIR%%/libgimpwidgets/stock-print-resolution-16.png +%%DOCSDIR%%/libgimpwidgets/stock-print-resolution-24.png +%%DOCSDIR%%/libgimpwidgets/stock-qmask-off-16.png +%%DOCSDIR%%/libgimpwidgets/stock-qmask-on-16.png +%%DOCSDIR%%/libgimpwidgets/stock-question-64.png +%%DOCSDIR%%/libgimpwidgets/stock-reset-16.png +%%DOCSDIR%%/libgimpwidgets/stock-reshow-filter-16.png +%%DOCSDIR%%/libgimpwidgets/stock-resize-16.png +%%DOCSDIR%%/libgimpwidgets/stock-rotate-180-16.png +%%DOCSDIR%%/libgimpwidgets/stock-rotate-270-16.png +%%DOCSDIR%%/libgimpwidgets/stock-rotate-90-16.png +%%DOCSDIR%%/libgimpwidgets/stock-scale-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-add-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-all-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-border-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-grow-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-intersect-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-none-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-replace-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-shrink-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-stroke-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-subtract-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-to-channel-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-to-path-16.png +%%DOCSDIR%%/libgimpwidgets/stock-shape-circle-16.png +%%DOCSDIR%%/libgimpwidgets/stock-shape-diamond-16.png +%%DOCSDIR%%/libgimpwidgets/stock-shape-square-16.png +%%DOCSDIR%%/libgimpwidgets/stock-swap-colors-12.png +%%DOCSDIR%%/libgimpwidgets/stock-template-16.png +%%DOCSDIR%%/libgimpwidgets/stock-template-24.png +%%DOCSDIR%%/libgimpwidgets/stock-text-dir-ltr-24.png +%%DOCSDIR%%/libgimpwidgets/stock-text-dir-rtl-24.png +%%DOCSDIR%%/libgimpwidgets/stock-text-layer-16.png +%%DOCSDIR%%/libgimpwidgets/stock-text-layer-24.png +%%DOCSDIR%%/libgimpwidgets/stock-text-layer-32.png +%%DOCSDIR%%/libgimpwidgets/stock-text-layer-48.png +%%DOCSDIR%%/libgimpwidgets/stock-texture-64.png +%%DOCSDIR%%/libgimpwidgets/stock-toilet-paper-16.png +%%DOCSDIR%%/libgimpwidgets/stock-toilet-paper-24.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-airbrush-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-airbrush-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-blend-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-blend-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-blur-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-blur-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-brightness-contrast-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-brightness-contrast-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-bucket-fill-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-bucket-fill-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-by-color-select-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-by-color-select-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-clone-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-clone-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-color-balance-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-color-balance-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-color-picker-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-color-picker-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-colorize-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-colorize-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-crop-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-crop-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-curves-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-curves-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-dodge-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-dodge-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-ellipse-select-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-ellipse-select-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-eraser-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-eraser-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-flip-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-flip-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-free-select-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-free-select-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-fuzzy-select-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-fuzzy-select-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-hue-saturation-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-hue-saturation-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-ink-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-ink-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-iscissors-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-iscissors-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-levels-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-levels-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-measure-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-measure-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-move-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-move-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-options-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-options-24.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-paintbrush-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-paintbrush-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-path-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-path-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-pencil-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-pencil-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-perspective-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-perspective-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-posterize-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-posterize-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-rect-select-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-rect-select-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-rotate-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-rotate-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-scale-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-scale-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-shear-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-shear-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-smudge-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-smudge-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-text-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-text-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-threshold-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-threshold-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-zoom-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-zoom-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tools-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tools-24.png +%%DOCSDIR%%/libgimpwidgets/stock-transparency-16.png +%%DOCSDIR%%/libgimpwidgets/stock-transparency-24.png +%%DOCSDIR%%/libgimpwidgets/stock-undo-history-16.png +%%DOCSDIR%%/libgimpwidgets/stock-undo-history-24.png +%%DOCSDIR%%/libgimpwidgets/stock-vchain-24.png +%%DOCSDIR%%/libgimpwidgets/stock-vchain-broken-24.png +%%DOCSDIR%%/libgimpwidgets/stock-video-16.png +%%DOCSDIR%%/libgimpwidgets/stock-video-24.png +%%DOCSDIR%%/libgimpwidgets/stock-warning-16.png +%%DOCSDIR%%/libgimpwidgets/stock-warning-24.png +%%DOCSDIR%%/libgimpwidgets/stock-warning-64.png +%%DOCSDIR%%/libgimpwidgets/stock-web-16.png +%%DOCSDIR%%/libgimpwidgets/stock-web-24.png +%%DOCSDIR%%/libgimpwidgets/stock-wilber-16.png +%%DOCSDIR%%/libgimpwidgets/stock-wilber-32.png +%%DOCSDIR%%/libgimpwidgets/stock-wilber-48.png +%%DOCSDIR%%/libgimpwidgets/stock-wilber-64.png +%%DOCSDIR%%/libgimpwidgets/stock-wilber-eek-64.png +%%DOCSDIR%%/libgimpwidgets/stock-zoom-follow-window-12.png +%%DOCSDIR%%/libgimpwidgets/style.css +%%DOCSDIR%%/libgimpwidgets/up.png +%%DATADIR%%/brushes/10x10square.gbr +%%DATADIR%%/brushes/10x10squareBlur.gbr +%%DATADIR%%/brushes/11circle.gbr +%%DATADIR%%/brushes/11fcircle.gbr +%%DATADIR%%/brushes/13circle.gbr +%%DATADIR%%/brushes/13fcircle.gbr +%%DATADIR%%/brushes/15circle.gbr +%%DATADIR%%/brushes/15fcircle.gbr +%%DATADIR%%/brushes/17circle.gbr +%%DATADIR%%/brushes/17fcircle.gbr +%%DATADIR%%/brushes/19circle.gbr +%%DATADIR%%/brushes/19fcircle.gbr +%%DATADIR%%/brushes/1circle.gbr +%%DATADIR%%/brushes/20x20square.gbr +%%DATADIR%%/brushes/20x20squareBlur.gbr +%%DATADIR%%/brushes/3circle.gbr +%%DATADIR%%/brushes/3fcircle.gbr +%%DATADIR%%/brushes/5circle.gbr +%%DATADIR%%/brushes/5fcircle.gbr +%%DATADIR%%/brushes/5x5square.gbr +%%DATADIR%%/brushes/5x5squareBlur.gbr +%%DATADIR%%/brushes/7circle.gbr +%%DATADIR%%/brushes/7fcircle.gbr +%%DATADIR%%/brushes/9circle.gbr +%%DATADIR%%/brushes/9fcircle.gbr +%%DATADIR%%/brushes/DStar11.gbr +%%DATADIR%%/brushes/DStar17.gbr +%%DATADIR%%/brushes/DStar25.gbr +%%DATADIR%%/brushes/SketchBrush-16.gih +%%DATADIR%%/brushes/SketchBrush-32.gih +%%DATADIR%%/brushes/SketchBrush-64.gih +%%DATADIR%%/brushes/callig1.gbr +%%DATADIR%%/brushes/callig2.gbr +%%DATADIR%%/brushes/callig3.gbr +%%DATADIR%%/brushes/callig4.gbr +%%DATADIR%%/brushes/confetti.gbr +%%DATADIR%%/brushes/confetti.gih +%%DATADIR%%/brushes/dunes.gbr +%%DATADIR%%/brushes/feltpen.gih +%%DATADIR%%/brushes/galaxy.gbr +%%DATADIR%%/brushes/galaxy_big.gbr +%%DATADIR%%/brushes/galaxy_small.gbr +%%DATADIR%%/brushes/hsparks.gih +%%DATADIR%%/brushes/pepper.gbr +%%DATADIR%%/brushes/pixel.gbr +%%DATADIR%%/brushes/thegimp.gbr +%%DATADIR%%/brushes/vine.gih +%%DATADIR%%/brushes/xcf.gbr +@exec mkdir -p %D/%%DATADIR%%/fonts +%%DATADIR%%/fractalexplorer/Asteroid_Field +%%DATADIR%%/fractalexplorer/Bar_Code_Label +%%DATADIR%%/fractalexplorer/Beauty_of_Nature +%%DATADIR%%/fractalexplorer/Blue_Curtain +%%DATADIR%%/fractalexplorer/Car_Track +%%DATADIR%%/fractalexplorer/Energetic_Diamond +%%DATADIR%%/fractalexplorer/Explosive +%%DATADIR%%/fractalexplorer/Flower +%%DATADIR%%/fractalexplorer/Fragments +%%DATADIR%%/fractalexplorer/Hemp +%%DATADIR%%/fractalexplorer/High_Voltage +%%DATADIR%%/fractalexplorer/Hoops +%%DATADIR%%/fractalexplorer/Ice_Crystal +%%DATADIR%%/fractalexplorer/Leaves +%%DATADIR%%/fractalexplorer/Lightning +%%DATADIR%%/fractalexplorer/Mandelbrot +%%DATADIR%%/fractalexplorer/Marble +%%DATADIR%%/fractalexplorer/Marble2 +%%DATADIR%%/fractalexplorer/Medusa +%%DATADIR%%/fractalexplorer/Nautilus +%%DATADIR%%/fractalexplorer/Nebula +%%DATADIR%%/fractalexplorer/Plant +%%DATADIR%%/fractalexplorer/Rose +%%DATADIR%%/fractalexplorer/Saturn +%%DATADIR%%/fractalexplorer/Snow_Crystal +%%DATADIR%%/fractalexplorer/Soma +%%DATADIR%%/fractalexplorer/Spark +%%DATADIR%%/fractalexplorer/Suns +%%DATADIR%%/fractalexplorer/Tentacles +%%DATADIR%%/fractalexplorer/The_Green_Place +%%DATADIR%%/fractalexplorer/Wave +%%DATADIR%%/fractalexplorer/Wood +%%DATADIR%%/fractalexplorer/Zooming_Circle +%%DATADIR%%/gfig/A_star +%%DATADIR%%/gfig/curves +%%DATADIR%%/gfig/polys +%%DATADIR%%/gfig/ring +%%DATADIR%%/gfig/ring+star +%%DATADIR%%/gfig/simily +%%DATADIR%%/gfig/spirals_and_stars +%%DATADIR%%/gfig/sprial +%%DATADIR%%/gfig/star2 +%%DATADIR%%/gfig/stars +%%DATADIR%%/gflare/Bright_Star +%%DATADIR%%/gflare/Classic +%%DATADIR%%/gflare/Default +%%DATADIR%%/gflare/Distant_Sun +%%DATADIR%%/gflare/GFlare_101 +%%DATADIR%%/gflare/GFlare_102 +%%DATADIR%%/gflare/Hidden_Planet +%%DATADIR%%/gimpressionist/Brushes/arrow01.pgm +%%DATADIR%%/gimpressionist/Brushes/ball.ppm +%%DATADIR%%/gimpressionist/Brushes/blob.ppm +%%DATADIR%%/gimpressionist/Brushes/box.ppm +%%DATADIR%%/gimpressionist/Brushes/chalk01.pgm +%%DATADIR%%/gimpressionist/Brushes/cone.ppm +%%DATADIR%%/gimpressionist/Brushes/crayon01.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon02.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon03.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon04.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon05.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon06.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon07.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon08.pgm +%%DATADIR%%/gimpressionist/Brushes/defaultbrush.pgm +%%DATADIR%%/gimpressionist/Brushes/dribble.pgm +%%DATADIR%%/gimpressionist/Brushes/fabric.pgm +%%DATADIR%%/gimpressionist/Brushes/fabric01.pgm +%%DATADIR%%/gimpressionist/Brushes/fabric02.pgm +%%DATADIR%%/gimpressionist/Brushes/fabric03.pgm +%%DATADIR%%/gimpressionist/Brushes/flower01.pgm +%%DATADIR%%/gimpressionist/Brushes/flower02.pgm +%%DATADIR%%/gimpressionist/Brushes/flower03.pgm +%%DATADIR%%/gimpressionist/Brushes/flower04.pgm +%%DATADIR%%/gimpressionist/Brushes/grad01.pgm +%%DATADIR%%/gimpressionist/Brushes/grad02.pgm +%%DATADIR%%/gimpressionist/Brushes/grad03.pgm +%%DATADIR%%/gimpressionist/Brushes/heart.ppm +%%DATADIR%%/gimpressionist/Brushes/leaf01.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush01.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush02.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush03.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush04.pgm +%%DATADIR%%/gimpressionist/Brushes/paper01.pgm +%%DATADIR%%/gimpressionist/Brushes/paper02.pgm +%%DATADIR%%/gimpressionist/Brushes/paper03.pgm +%%DATADIR%%/gimpressionist/Brushes/paper04.pgm +%%DATADIR%%/gimpressionist/Brushes/pentagram.pgm +%%DATADIR%%/gimpressionist/Brushes/scribble.pgm +%%DATADIR%%/gimpressionist/Brushes/shape01.pgm +%%DATADIR%%/gimpressionist/Brushes/shape02.pgm +%%DATADIR%%/gimpressionist/Brushes/shape03.pgm +%%DATADIR%%/gimpressionist/Brushes/shape04.pgm +%%DATADIR%%/gimpressionist/Brushes/snow1.pgm +%%DATADIR%%/gimpressionist/Brushes/sphere.ppm +%%DATADIR%%/gimpressionist/Brushes/splat1.pgm +%%DATADIR%%/gimpressionist/Brushes/splat2.pgm +%%DATADIR%%/gimpressionist/Brushes/splat3.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge01.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge02.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge03.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge04.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge05.pgm +%%DATADIR%%/gimpressionist/Brushes/strange01.pgm +%%DATADIR%%/gimpressionist/Brushes/thegimp.pgm +%%DATADIR%%/gimpressionist/Brushes/torus.ppm +%%DATADIR%%/gimpressionist/Brushes/wavy.pgm +%%DATADIR%%/gimpressionist/Brushes/weave.pgm +%%DATADIR%%/gimpressionist/Brushes/worm.pgm +%%DATADIR%%/gimpressionist/Paper/bricks.pgm +%%DATADIR%%/gimpressionist/Paper/bricks2.pgm +%%DATADIR%%/gimpressionist/Paper/burlap.pgm +%%DATADIR%%/gimpressionist/Paper/canvas2.pgm +%%DATADIR%%/gimpressionist/Paper/defaultpaper.pgm +%%DATADIR%%/gimpressionist/Paper/marble.pgm +%%DATADIR%%/gimpressionist/Paper/marble2.pgm +%%DATADIR%%/gimpressionist/Paper/stone.pgm +%%DATADIR%%/gimpressionist/Paper/struc.pgm +%%DATADIR%%/gimpressionist/Presets/ApplyCanvas +%%DATADIR%%/gimpressionist/Presets/Ballpark +%%DATADIR%%/gimpressionist/Presets/Canvas +%%DATADIR%%/gimpressionist/Presets/Crosshatch +%%DATADIR%%/gimpressionist/Presets/Cubism +%%DATADIR%%/gimpressionist/Presets/Dotify +%%DATADIR%%/gimpressionist/Presets/Embroidery +%%DATADIR%%/gimpressionist/Presets/Feathers +%%DATADIR%%/gimpressionist/Presets/Felt-marker +%%DATADIR%%/gimpressionist/Presets/Flowerbed +%%DATADIR%%/gimpressionist/Presets/Furry +%%DATADIR%%/gimpressionist/Presets/Line-art +%%DATADIR%%/gimpressionist/Presets/Line-art-2 +%%DATADIR%%/gimpressionist/Presets/Maggot-invasion +%%DATADIR%%/gimpressionist/Presets/MarbleMadness +%%DATADIR%%/gimpressionist/Presets/Mossy +%%DATADIR%%/gimpressionist/Presets/Painted_Rock +%%DATADIR%%/gimpressionist/Presets/Parquette +%%DATADIR%%/gimpressionist/Presets/Patchwork +%%DATADIR%%/gimpressionist/Presets/Ringworks +%%DATADIR%%/gimpressionist/Presets/Sample +%%DATADIR%%/gimpressionist/Presets/Smash +%%DATADIR%%/gimpressionist/Presets/Straws +%%DATADIR%%/gimpressionist/Presets/Weave +%%DATADIR%%/gimpressionist/Presets/Wormcan +%%DATADIR%%/gradients/Abstract_1.ggr +%%DATADIR%%/gradients/Abstract_2.ggr +%%DATADIR%%/gradients/Abstract_3.ggr +%%DATADIR%%/gradients/Aneurism.ggr +%%DATADIR%%/gradients/Blinds.ggr +%%DATADIR%%/gradients/Blue_Green.ggr +%%DATADIR%%/gradients/Browns.ggr +%%DATADIR%%/gradients/Brushed_Aluminium.ggr +%%DATADIR%%/gradients/Burning_Paper.ggr +%%DATADIR%%/gradients/Burning_Transparency.ggr +%%DATADIR%%/gradients/CD.ggr +%%DATADIR%%/gradients/CD_Half.ggr +%%DATADIR%%/gradients/Caribbean_Blues.ggr +%%DATADIR%%/gradients/Coffee.ggr +%%DATADIR%%/gradients/Cold_Steel.ggr +%%DATADIR%%/gradients/Cold_Steel_2.ggr +%%DATADIR%%/gradients/Crown_molding.ggr +%%DATADIR%%/gradients/Dark_1.ggr +%%DATADIR%%/gradients/Deep_Sea.ggr +%%DATADIR%%/gradients/Default.ggr +%%DATADIR%%/gradients/Flare_Glow_Angular_1.ggr +%%DATADIR%%/gradients/Flare_Glow_Radial_1.ggr +%%DATADIR%%/gradients/Flare_Glow_Radial_2.ggr +%%DATADIR%%/gradients/Flare_Glow_Radial_3.ggr +%%DATADIR%%/gradients/Flare_Glow_Radial_4.ggr +%%DATADIR%%/gradients/Flare_Radial_101.ggr +%%DATADIR%%/gradients/Flare_Radial_102.ggr +%%DATADIR%%/gradients/Flare_Radial_103.ggr +%%DATADIR%%/gradients/Flare_Rays_Radial_1.ggr +%%DATADIR%%/gradients/Flare_Rays_Radial_2.ggr +%%DATADIR%%/gradients/Flare_Rays_Size_1.ggr +%%DATADIR%%/gradients/Flare_Sizefac_101.ggr +%%DATADIR%%/gradients/Four_bars.ggr +%%DATADIR%%/gradients/French_flag.ggr +%%DATADIR%%/gradients/French_flag_smooth.ggr +%%DATADIR%%/gradients/Full_saturation_spectrum_CCW.ggr +%%DATADIR%%/gradients/Full_saturation_spectrum_CW.ggr +%%DATADIR%%/gradients/German_flag.ggr +%%DATADIR%%/gradients/German_flag_smooth.ggr +%%DATADIR%%/gradients/Golden.ggr +%%DATADIR%%/gradients/Greens.ggr +%%DATADIR%%/gradients/Horizon_1.ggr +%%DATADIR%%/gradients/Horizon_2.ggr +%%DATADIR%%/gradients/Incandescent.ggr +%%DATADIR%%/gradients/Land_1.ggr +%%DATADIR%%/gradients/Land_and_Sea.ggr +%%DATADIR%%/gradients/Metallic_Something.ggr +%%DATADIR%%/gradients/Mexican_flag.ggr +%%DATADIR%%/gradients/Mexican_flag_smooth.ggr +%%DATADIR%%/gradients/Nauseating_Headache.ggr +%%DATADIR%%/gradients/Neon_Cyan.ggr +%%DATADIR%%/gradients/Neon_Green.ggr +%%DATADIR%%/gradients/Neon_Yellow.ggr +%%DATADIR%%/gradients/Pastel_Rainbow.ggr +%%DATADIR%%/gradients/Pastels.ggr +%%DATADIR%%/gradients/Purples.ggr +%%DATADIR%%/gradients/Radial_Eyeball_Blue.ggr +%%DATADIR%%/gradients/Radial_Eyeball_Brown.ggr +%%DATADIR%%/gradients/Radial_Eyeball_Green.ggr +%%DATADIR%%/gradients/Radial_Glow_1.ggr +%%DATADIR%%/gradients/Radial_Rainbow_Hoop.ggr +%%DATADIR%%/gradients/Romanian_flag.ggr +%%DATADIR%%/gradients/Romanian_flag_smooth.ggr +%%DATADIR%%/gradients/Rounded_edge.ggr +%%DATADIR%%/gradients/Shadows_1.ggr +%%DATADIR%%/gradients/Shadows_2.ggr +%%DATADIR%%/gradients/Shadows_3.ggr +%%DATADIR%%/gradients/Skyline.ggr +%%DATADIR%%/gradients/Skyline_polluted.ggr +%%DATADIR%%/gradients/Square_Wood_Frame.ggr +%%DATADIR%%/gradients/Sunrise.ggr +%%DATADIR%%/gradients/Three_bars_sin.ggr +%%DATADIR%%/gradients/Tropical_Colors.ggr +%%DATADIR%%/gradients/Tube_Red.ggr +%%DATADIR%%/gradients/Wood_1.ggr +%%DATADIR%%/gradients/Wood_2.ggr +%%DATADIR%%/gradients/Yellow_Contrast.ggr +%%DATADIR%%/gradients/Yellow_Orange.ggr +%%DATADIR%%/images/gimp-splash.png +%%DATADIR%%/images/gimp-logo.png +%%DATADIR%%/images/wilber-devel-icon.png +%%DATADIR%%/images/wilber-icon.png +%%DATADIR%%/images/wilber-tips.png +%%DATADIR%%/images/wilber-wizard.png +%%DATADIR%%/menus/brushes-menu.xml +%%DATADIR%%/menus/buffers-menu.xml +%%DATADIR%%/menus/channels-menu.xml +%%DATADIR%%/menus/colormap-editor-menu.xml +%%DATADIR%%/menus/dockable-menu.xml +%%DATADIR%%/menus/documents-menu.xml +%%DATADIR%%/menus/error-console-menu.xml +%%DATADIR%%/menus/fonts-menu.xml +%%DATADIR%%/menus/gradient-editor-menu.xml +%%DATADIR%%/menus/gradients-menu.xml +%%DATADIR%%/menus/image-menu.xml +%%DATADIR%%/menus/images-menu.xml +%%DATADIR%%/menus/layers-menu.xml +%%DATADIR%%/menus/palette-editor-menu.xml +%%DATADIR%%/menus/palettes-menu.xml +%%DATADIR%%/menus/patterns-menu.xml +%%DATADIR%%/menus/qmask-menu.xml +%%DATADIR%%/menus/selection-editor-menu.xml +%%DATADIR%%/menus/templates-menu.xml +%%DATADIR%%/menus/text-editor-toolbar.xml +%%DATADIR%%/menus/tool-options-menu.xml +%%DATADIR%%/menus/toolbox-menu.xml +%%DATADIR%%/menus/tools-menu.xml +%%DATADIR%%/menus/vectors-menu.xml +%%DATADIR%%/misc/gimp.applications +%%DATADIR%%/misc/gimp.desktop +%%DATADIR%%/misc/gimp.keys +%%GNOMEPANEL:%%share/gnome/application-registry/gimp-2.2.applications +%%GNOMEPANEL:%%share/gnome/applications/gimp-2.2.desktop +%%GNOMEPANEL:%%@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +%%GNOMEPANEL:%%share/gnome/mime-info/gimp-2.2.keys +%%DATADIR%%/palettes/Bears.gpl +%%DATADIR%%/palettes/Bgold.gpl +%%DATADIR%%/palettes/Blues.gpl +%%DATADIR%%/palettes/Borders.gpl +%%DATADIR%%/palettes/Browns_And_Yellows.gpl +%%DATADIR%%/palettes/Caramel.gpl +%%DATADIR%%/palettes/Cascade.gpl +%%DATADIR%%/palettes/China.gpl +%%DATADIR%%/palettes/Coldfire.gpl +%%DATADIR%%/palettes/Cool_Colors.gpl +%%DATADIR%%/palettes/Cranes.gpl +%%DATADIR%%/palettes/Dark_pastels.gpl +%%DATADIR%%/palettes/Default.gpl +%%DATADIR%%/palettes/Ega.gpl +%%DATADIR%%/palettes/Firecode.gpl +%%DATADIR%%/palettes/Gold.gpl +%%DATADIR%%/palettes/GrayViolet.gpl +%%DATADIR%%/palettes/Grayblue.gpl +%%DATADIR%%/palettes/Grays.gpl +%%DATADIR%%/palettes/Greens.gpl +%%DATADIR%%/palettes/Hilite.gpl +%%DATADIR%%/palettes/Khaki.gpl +%%DATADIR%%/palettes/Lights.gpl +%%DATADIR%%/palettes/Muted.gpl +%%DATADIR%%/palettes/Named_Colors.gpl +%%DATADIR%%/palettes/News3.gpl +%%DATADIR%%/palettes/Op2.gpl +%%DATADIR%%/palettes/Paintjet.gpl +%%DATADIR%%/palettes/Pastels.gpl +%%DATADIR%%/palettes/Plasma.gpl +%%DATADIR%%/palettes/Reds.gpl +%%DATADIR%%/palettes/Reds_And_Purples.gpl +%%DATADIR%%/palettes/Royal.gpl +%%DATADIR%%/palettes/Topographic.gpl +%%DATADIR%%/palettes/Visibone.gpl +%%DATADIR%%/palettes/Visibone_2.gpl +%%DATADIR%%/palettes/Volcano.gpl +%%DATADIR%%/palettes/Warm_Colors.gpl +%%DATADIR%%/palettes/Web.gpl +%%DATADIR%%/patterns/3dgreen.pat +%%DATADIR%%/patterns/Craters.pat +%%DATADIR%%/patterns/Moonfoot.pat +%%DATADIR%%/patterns/Stripes1px.pat +%%DATADIR%%/patterns/Stripes2px.pat +%%DATADIR%%/patterns/amethyst.pat +%%DATADIR%%/patterns/bark.pat +%%DATADIR%%/patterns/blue.pat +%%DATADIR%%/patterns/bluegrid.pat +%%DATADIR%%/patterns/bluesquares.pat +%%DATADIR%%/patterns/blueweb.pat +%%DATADIR%%/patterns/brick.pat +%%DATADIR%%/patterns/burlap.pat +%%DATADIR%%/patterns/burlwood.pat +%%DATADIR%%/patterns/choc_swirl.pat +%%DATADIR%%/patterns/corkboard.pat +%%DATADIR%%/patterns/cracked.pat +%%DATADIR%%/patterns/crinklepaper.pat +%%DATADIR%%/patterns/electric.pat +%%DATADIR%%/patterns/fibers.pat +%%DATADIR%%/patterns/granite1.pat +%%DATADIR%%/patterns/ground1.pat +%%DATADIR%%/patterns/ice.pat +%%DATADIR%%/patterns/java.pat +%%DATADIR%%/patterns/leather.pat +%%DATADIR%%/patterns/leaves.pat +%%DATADIR%%/patterns/leopard.pat +%%DATADIR%%/patterns/lightning.pat +%%DATADIR%%/patterns/marble1.pat +%%DATADIR%%/patterns/marble2.pat +%%DATADIR%%/patterns/marble3.pat +%%DATADIR%%/patterns/nops.pat +%%DATADIR%%/patterns/paper.pat +%%DATADIR%%/patterns/parque1.pat +%%DATADIR%%/patterns/parque2.pat +%%DATADIR%%/patterns/parque3.pat +%%DATADIR%%/patterns/pastel.pat +%%DATADIR%%/patterns/pine.pat +%%DATADIR%%/patterns/pink_marble.pat +%%DATADIR%%/patterns/pool.pat +%%DATADIR%%/patterns/qube1.pat +%%DATADIR%%/patterns/rain.pat +%%DATADIR%%/patterns/recessed.pat +%%DATADIR%%/patterns/redcube.pat +%%DATADIR%%/patterns/rock.pat +%%DATADIR%%/patterns/sky.pat +%%DATADIR%%/patterns/slate.pat +%%DATADIR%%/patterns/sm_squares.pat +%%DATADIR%%/patterns/starfield.pat +%%DATADIR%%/patterns/stone33.pat +%%DATADIR%%/patterns/terra.pat +%%DATADIR%%/patterns/walnut.pat +%%DATADIR%%/patterns/warning.pat +%%DATADIR%%/patterns/wood1.pat +%%DATADIR%%/patterns/wood2.pat +%%DATADIR%%/patterns/wood3.pat +%%DATADIR%%/patterns/wood4.pat +%%DATADIR%%/patterns/wood5.pat +%%DATADIR%%/scripts/3d-outline.scm +%%DATADIR%%/scripts/3dTruchet.scm +%%DATADIR%%/scripts/add-bevel.scm +%%DATADIR%%/scripts/addborder.scm +%%DATADIR%%/scripts/alien-glow-arrow.scm +%%DATADIR%%/scripts/alien-glow-bar.scm +%%DATADIR%%/scripts/alien-glow-bullet.scm +%%DATADIR%%/scripts/alien-glow-button.scm +%%DATADIR%%/scripts/alien-glow-logo.scm +%%DATADIR%%/scripts/alien-neon-logo.scm +%%DATADIR%%/scripts/basic1-logo.scm +%%DATADIR%%/scripts/basic2-logo.scm +%%DATADIR%%/scripts/beveled-button.scm +%%DATADIR%%/scripts/beveled-pattern-arrow.scm +%%DATADIR%%/scripts/beveled-pattern-bullet.scm +%%DATADIR%%/scripts/beveled-pattern-button.scm +%%DATADIR%%/scripts/beveled-pattern-heading.scm +%%DATADIR%%/scripts/beveled-pattern-hrule.scm +%%DATADIR%%/scripts/blend-anim.scm +%%DATADIR%%/scripts/blended-logo.scm +%%DATADIR%%/scripts/bovinated-logo.scm +%%DATADIR%%/scripts/burn-in-anim.scm +%%DATADIR%%/scripts/camo.scm +%%DATADIR%%/scripts/carve-it.scm +%%DATADIR%%/scripts/carved-logo.scm +%%DATADIR%%/scripts/chalk.scm +%%DATADIR%%/scripts/chip-away.scm +%%DATADIR%%/scripts/chrome-it.scm +%%DATADIR%%/scripts/chrome-logo.scm +%%DATADIR%%/scripts/circuit.scm +%%DATADIR%%/scripts/clothify.scm +%%DATADIR%%/scripts/coffee.scm +%%DATADIR%%/scripts/comic-logo.scm +%%DATADIR%%/scripts/coolmetal-logo.scm +%%DATADIR%%/scripts/copy-visible.scm +%%DATADIR%%/scripts/crystal-logo.scm +%%DATADIR%%/scripts/distress-selection.scm +%%DATADIR%%/scripts/drop-shadow.scm +%%DATADIR%%/scripts/erase-rows.scm +%%DATADIR%%/scripts/fade-outline.scm +%%DATADIR%%/scripts/flatland.scm +%%DATADIR%%/scripts/font-map.scm +%%DATADIR%%/scripts/frosty-logo.scm +%%DATADIR%%/scripts/fuzzyborder.scm +%%DATADIR%%/scripts/gimp-headers.scm +%%DATADIR%%/scripts/gimp-labels.scm +%%DATADIR%%/scripts/glossy.scm +%%DATADIR%%/scripts/glowing-logo.scm +%%DATADIR%%/scripts/gradient-bevel-logo.scm +%%DATADIR%%/scripts/gradient-example.scm +%%DATADIR%%/scripts/grid-system.scm +%%DATADIR%%/scripts/guides-from-selection.scm +%%DATADIR%%/scripts/guides-new-percent.scm +%%DATADIR%%/scripts/guides-new.scm +%%DATADIR%%/scripts/guides-remove-all.scm +%%DATADIR%%/scripts/hsv-graph.scm +%%DATADIR%%/scripts/i26-gunya2.scm +%%DATADIR%%/scripts/image-structure.scm +%%DATADIR%%/scripts/images/beavis.jpg +%%DATADIR%%/scripts/images/texture.jpg +%%DATADIR%%/scripts/images/texture1.jpg +%%DATADIR%%/scripts/images/texture2.jpg +%%DATADIR%%/scripts/images/texture3.jpg +%%DATADIR%%/scripts/land.scm +%%DATADIR%%/scripts/lava.scm +%%DATADIR%%/scripts/line-nova.scm +%%DATADIR%%/scripts/mkbrush.scm +%%DATADIR%%/scripts/neon-logo.scm +%%DATADIR%%/scripts/news-text.scm +%%DATADIR%%/scripts/old-photo.scm +%%DATADIR%%/scripts/perspective-shadow.scm +%%DATADIR%%/scripts/predator.scm +%%DATADIR%%/scripts/pupi-button.scm +%%DATADIR%%/scripts/rendermap.scm +%%DATADIR%%/scripts/ripply-anim.scm +%%DATADIR%%/scripts/round-corners.scm +%%DATADIR%%/scripts/script-fu-util.scm +%%DATADIR%%/scripts/select-to-brush.scm +%%DATADIR%%/scripts/select-to-image.scm +%%DATADIR%%/scripts/select-to-pattern.scm +%%DATADIR%%/scripts/selection-round.scm +%%DATADIR%%/scripts/slide.scm +%%DATADIR%%/scripts/sota-chrome-logo.scm +%%DATADIR%%/scripts/speed-text.scm +%%DATADIR%%/scripts/sphere.scm +%%DATADIR%%/scripts/spinning-globe.scm +%%DATADIR%%/scripts/spyrogimp.scm +%%DATADIR%%/scripts/starburst-logo.scm +%%DATADIR%%/scripts/starscape-logo.scm +%%DATADIR%%/scripts/swirltile.scm +%%DATADIR%%/scripts/swirly-pattern.scm +%%DATADIR%%/scripts/t-o-p-logo.scm +%%DATADIR%%/scripts/text-circle.scm +%%DATADIR%%/scripts/textured-logo.scm +%%DATADIR%%/scripts/tileblur.scm +%%DATADIR%%/scripts/title-header.scm +%%DATADIR%%/scripts/truchet.scm +%%DATADIR%%/scripts/unsharp-mask.scm +%%DATADIR%%/scripts/waves-anim.scm +%%DATADIR%%/scripts/weave.scm +%%DATADIR%%/scripts/web-browser.scm +%%DATADIR%%/scripts/xach-effect.scm +%%DATADIR%%/themes/Default/gtkrc +%%DATADIR%%/themes/Default/imagerc +%%DATADIR%%/themes/Default/images/preferences/controllers.png +%%DATADIR%%/themes/Default/images/preferences/default-comment.png +%%DATADIR%%/themes/Default/images/preferences/default-grid.png +%%DATADIR%%/themes/Default/images/preferences/display.png +%%DATADIR%%/themes/Default/images/preferences/environment.png +%%DATADIR%%/themes/Default/images/preferences/folders-brushes.png +%%DATADIR%%/themes/Default/images/preferences/folders-environ.png +%%DATADIR%%/themes/Default/images/preferences/folders-fonts.png +%%DATADIR%%/themes/Default/images/preferences/folders-gradients.png +%%DATADIR%%/themes/Default/images/preferences/folders-modules.png +%%DATADIR%%/themes/Default/images/preferences/folders-palettes.png +%%DATADIR%%/themes/Default/images/preferences/folders-patterns.png +%%DATADIR%%/themes/Default/images/preferences/folders-plug-ins.png +%%DATADIR%%/themes/Default/images/preferences/folders-scripts.png +%%DATADIR%%/themes/Default/images/preferences/folders-themes.png +%%DATADIR%%/themes/Default/images/preferences/folders-tool-plug-ins.png +%%DATADIR%%/themes/Default/images/preferences/folders.png +%%DATADIR%%/themes/Default/images/preferences/help-system.png +%%DATADIR%%/themes/Default/images/preferences/image-title.png +%%DATADIR%%/themes/Default/images/preferences/image-windows.png +%%DATADIR%%/themes/Default/images/preferences/input-devices.png +%%DATADIR%%/themes/Default/images/preferences/interface.png +%%DATADIR%%/themes/Default/images/preferences/monitor.png +%%DATADIR%%/themes/Default/images/preferences/new-image.png +%%DATADIR%%/themes/Default/images/preferences/session.png +%%DATADIR%%/themes/Default/images/preferences/theme.png +%%DATADIR%%/themes/Default/images/preferences/tool-options.png +%%DATADIR%%/themes/Default/images/preferences/toolbox.png +%%DATADIR%%/themes/Default/images/preferences/window-management.png +%%DATADIR%%/themes/Default/images/stock-anchor-16.png +%%DATADIR%%/themes/Default/images/stock-cap-butt-16.png +%%DATADIR%%/themes/Default/images/stock-cap-round-16.png +%%DATADIR%%/themes/Default/images/stock-cap-square-16.png +%%DATADIR%%/themes/Default/images/stock-center-16.png +%%DATADIR%%/themes/Default/images/stock-center-24.png +%%DATADIR%%/themes/Default/images/stock-channel-16.png +%%DATADIR%%/themes/Default/images/stock-channel-24.png +%%DATADIR%%/themes/Default/images/stock-channel-32.png +%%DATADIR%%/themes/Default/images/stock-channel-48.png +%%DATADIR%%/themes/Default/images/stock-channel-alpha-16.png +%%DATADIR%%/themes/Default/images/stock-channel-alpha-24.png +%%DATADIR%%/themes/Default/images/stock-channel-alpha-32.png +%%DATADIR%%/themes/Default/images/stock-channel-alpha-48.png +%%DATADIR%%/themes/Default/images/stock-channel-blue-16.png +%%DATADIR%%/themes/Default/images/stock-channel-blue-24.png +%%DATADIR%%/themes/Default/images/stock-channel-blue-32.png +%%DATADIR%%/themes/Default/images/stock-channel-blue-48.png +%%DATADIR%%/themes/Default/images/stock-channel-gray-16.png +%%DATADIR%%/themes/Default/images/stock-channel-gray-24.png +%%DATADIR%%/themes/Default/images/stock-channel-gray-32.png +%%DATADIR%%/themes/Default/images/stock-channel-gray-48.png +%%DATADIR%%/themes/Default/images/stock-channel-green-16.png +%%DATADIR%%/themes/Default/images/stock-channel-green-24.png +%%DATADIR%%/themes/Default/images/stock-channel-green-32.png +%%DATADIR%%/themes/Default/images/stock-channel-green-48.png +%%DATADIR%%/themes/Default/images/stock-channel-indexed-16.png +%%DATADIR%%/themes/Default/images/stock-channel-indexed-24.png +%%DATADIR%%/themes/Default/images/stock-channel-indexed-32.png +%%DATADIR%%/themes/Default/images/stock-channel-indexed-48.png +%%DATADIR%%/themes/Default/images/stock-channel-red-16.png +%%DATADIR%%/themes/Default/images/stock-channel-red-24.png +%%DATADIR%%/themes/Default/images/stock-channel-red-32.png +%%DATADIR%%/themes/Default/images/stock-channel-red-48.png +%%DATADIR%%/themes/Default/images/stock-channels-16.png +%%DATADIR%%/themes/Default/images/stock-channels-24.png +%%DATADIR%%/themes/Default/images/stock-char-picker-22.png +%%DATADIR%%/themes/Default/images/stock-close-12.png +%%DATADIR%%/themes/Default/images/stock-color-pick-from-screen-16.png +%%DATADIR%%/themes/Default/images/stock-color-picker-black-18.png +%%DATADIR%%/themes/Default/images/stock-color-picker-gray-18.png +%%DATADIR%%/themes/Default/images/stock-color-picker-white-18.png +%%DATADIR%%/themes/Default/images/stock-color-triangle-16.png +%%DATADIR%%/themes/Default/images/stock-convert-grayscale-16.png +%%DATADIR%%/themes/Default/images/stock-convert-indexed-16.png +%%DATADIR%%/themes/Default/images/stock-convert-rgb-16.png +%%DATADIR%%/themes/Default/images/stock-curve-free-16.png +%%DATADIR%%/themes/Default/images/stock-curve-smooth-16.png +%%DATADIR%%/themes/Default/images/stock-default-colors-12.png +%%DATADIR%%/themes/Default/images/stock-device-status-16.png +%%DATADIR%%/themes/Default/images/stock-device-status-24.png +%%DATADIR%%/themes/Default/images/stock-display-filter-16.png +%%DATADIR%%/themes/Default/images/stock-display-filter-24.png +%%DATADIR%%/themes/Default/images/stock-duplicate-16.png +%%DATADIR%%/themes/Default/images/stock-edit-16.png +%%DATADIR%%/themes/Default/images/stock-error-64.png +%%DATADIR%%/themes/Default/images/stock-eye-12.png +%%DATADIR%%/themes/Default/images/stock-eye-20.png +%%DATADIR%%/themes/Default/images/stock-flip-horizontal-16.png +%%DATADIR%%/themes/Default/images/stock-flip-vertical-16.png +%%DATADIR%%/themes/Default/images/stock-floating-selection-16.png +%%DATADIR%%/themes/Default/images/stock-floating-selection-24.png +%%DATADIR%%/themes/Default/images/stock-floating-selection-32.png +%%DATADIR%%/themes/Default/images/stock-floating-selection-48.png +%%DATADIR%%/themes/Default/images/stock-frame-64.png +%%DATADIR%%/themes/Default/images/stock-gradient-bilinear-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-conical-asymmetric-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-conical-symmetric-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-linear-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-radial-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-angular-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-dimpled-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-spherical-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-spiral-anticlockwise-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-spiral-clockwise-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-square-16.png +%%DATADIR%%/themes/Default/images/stock-gravity-east-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-north-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-north-east-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-north-west-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-south-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-south-east-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-south-west-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-west-24.png +%%DATADIR%%/themes/Default/images/stock-grid-16.png +%%DATADIR%%/themes/Default/images/stock-hchain-24.png +%%DATADIR%%/themes/Default/images/stock-hchain-broken-24.png +%%DATADIR%%/themes/Default/images/stock-histogram-16.png +%%DATADIR%%/themes/Default/images/stock-histogram-22.png +%%DATADIR%%/themes/Default/images/stock-histogram-linear-16.png +%%DATADIR%%/themes/Default/images/stock-histogram-logarithmic-16.png +%%DATADIR%%/themes/Default/images/stock-image-16.png +%%DATADIR%%/themes/Default/images/stock-image-24.png +%%DATADIR%%/themes/Default/images/stock-image-32.png +%%DATADIR%%/themes/Default/images/stock-image-48.png +%%DATADIR%%/themes/Default/images/stock-images-16.png +%%DATADIR%%/themes/Default/images/stock-images-24.png +%%DATADIR%%/themes/Default/images/stock-indexed-palette-16.png +%%DATADIR%%/themes/Default/images/stock-indexed-palette-24.png +%%DATADIR%%/themes/Default/images/stock-info-16.png +%%DATADIR%%/themes/Default/images/stock-info-24.png +%%DATADIR%%/themes/Default/images/stock-info-64.png +%%DATADIR%%/themes/Default/images/stock-invert-16.png +%%DATADIR%%/themes/Default/images/stock-join-bevel-16.png +%%DATADIR%%/themes/Default/images/stock-join-miter-16.png +%%DATADIR%%/themes/Default/images/stock-join-round-16.png +%%DATADIR%%/themes/Default/images/stock-landscape-16.png +%%DATADIR%%/themes/Default/images/stock-layer-16.png +%%DATADIR%%/themes/Default/images/stock-layer-24.png +%%DATADIR%%/themes/Default/images/stock-layer-32.png +%%DATADIR%%/themes/Default/images/stock-layer-48.png +%%DATADIR%%/themes/Default/images/stock-layer-mask-16.png +%%DATADIR%%/themes/Default/images/stock-layer-mask-24.png +%%DATADIR%%/themes/Default/images/stock-layer-mask-32.png +%%DATADIR%%/themes/Default/images/stock-layer-mask-48.png +%%DATADIR%%/themes/Default/images/stock-layer-to-imagesize-16.png +%%DATADIR%%/themes/Default/images/stock-layers-16.png +%%DATADIR%%/themes/Default/images/stock-layers-24.png +%%DATADIR%%/themes/Default/images/stock-letter-spacing-22.png +%%DATADIR%%/themes/Default/images/stock-line-spacing-22.png +%%DATADIR%%/themes/Default/images/stock-linked-12.png +%%DATADIR%%/themes/Default/images/stock-linked-20.png +%%DATADIR%%/themes/Default/images/stock-list-16.png +%%DATADIR%%/themes/Default/images/stock-menu-left-12.png +%%DATADIR%%/themes/Default/images/stock-menu-right-12.png +%%DATADIR%%/themes/Default/images/stock-merge-down-16.png +%%DATADIR%%/themes/Default/images/stock-move-to-screen-16.png +%%DATADIR%%/themes/Default/images/stock-move-to-screen-24.png +%%DATADIR%%/themes/Default/images/stock-navigation-16.png +%%DATADIR%%/themes/Default/images/stock-paste-as-new-16.png +%%DATADIR%%/themes/Default/images/stock-paste-into-16.png +%%DATADIR%%/themes/Default/images/stock-path-16.png +%%DATADIR%%/themes/Default/images/stock-path-22.png +%%DATADIR%%/themes/Default/images/stock-path-stroke-16.png +%%DATADIR%%/themes/Default/images/stock-paths-16.png +%%DATADIR%%/themes/Default/images/stock-paths-22.png +%%DATADIR%%/themes/Default/images/stock-plugin-16.png +%%DATADIR%%/themes/Default/images/stock-portrait-16.png +%%DATADIR%%/themes/Default/images/stock-print-resolution-16.png +%%DATADIR%%/themes/Default/images/stock-print-resolution-24.png +%%DATADIR%%/themes/Default/images/stock-qmask-off-16.png +%%DATADIR%%/themes/Default/images/stock-qmask-on-16.png +%%DATADIR%%/themes/Default/images/stock-question-64.png +%%DATADIR%%/themes/Default/images/stock-reset-16.png +%%DATADIR%%/themes/Default/images/stock-reshow-filter-16.png +%%DATADIR%%/themes/Default/images/stock-resize-16.png +%%DATADIR%%/themes/Default/images/stock-rotate-180-16.png +%%DATADIR%%/themes/Default/images/stock-rotate-270-16.png +%%DATADIR%%/themes/Default/images/stock-rotate-90-16.png +%%DATADIR%%/themes/Default/images/stock-scale-16.png +%%DATADIR%%/themes/Default/images/stock-selection-16.png +%%DATADIR%%/themes/Default/images/stock-selection-add-16.png +%%DATADIR%%/themes/Default/images/stock-selection-all-16.png +%%DATADIR%%/themes/Default/images/stock-selection-border-16.png +%%DATADIR%%/themes/Default/images/stock-selection-grow-16.png +%%DATADIR%%/themes/Default/images/stock-selection-intersect-16.png +%%DATADIR%%/themes/Default/images/stock-selection-none-16.png +%%DATADIR%%/themes/Default/images/stock-selection-replace-16.png +%%DATADIR%%/themes/Default/images/stock-selection-shrink-16.png +%%DATADIR%%/themes/Default/images/stock-selection-stroke-16.png +%%DATADIR%%/themes/Default/images/stock-selection-subtract-16.png +%%DATADIR%%/themes/Default/images/stock-selection-to-channel-16.png +%%DATADIR%%/themes/Default/images/stock-selection-to-path-16.png +%%DATADIR%%/themes/Default/images/stock-shape-circle-16.png +%%DATADIR%%/themes/Default/images/stock-shape-diamond-16.png +%%DATADIR%%/themes/Default/images/stock-shape-square-16.png +%%DATADIR%%/themes/Default/images/stock-swap-colors-12.png +%%DATADIR%%/themes/Default/images/stock-template-16.png +%%DATADIR%%/themes/Default/images/stock-template-24.png +%%DATADIR%%/themes/Default/images/stock-text-dir-ltr-24.png +%%DATADIR%%/themes/Default/images/stock-text-dir-rtl-24.png +%%DATADIR%%/themes/Default/images/stock-text-layer-16.png +%%DATADIR%%/themes/Default/images/stock-text-layer-24.png +%%DATADIR%%/themes/Default/images/stock-text-layer-32.png +%%DATADIR%%/themes/Default/images/stock-text-layer-48.png +%%DATADIR%%/themes/Default/images/stock-texture-64.png +%%DATADIR%%/themes/Default/images/stock-toilet-paper-16.png +%%DATADIR%%/themes/Default/images/stock-toilet-paper-24.png +%%DATADIR%%/themes/Default/images/stock-tool-airbrush-16.png +%%DATADIR%%/themes/Default/images/stock-tool-airbrush-22.png +%%DATADIR%%/themes/Default/images/stock-tool-blend-16.png +%%DATADIR%%/themes/Default/images/stock-tool-blend-22.png +%%DATADIR%%/themes/Default/images/stock-tool-blur-16.png +%%DATADIR%%/themes/Default/images/stock-tool-blur-22.png +%%DATADIR%%/themes/Default/images/stock-tool-brightness-contrast-16.png +%%DATADIR%%/themes/Default/images/stock-tool-brightness-contrast-22.png +%%DATADIR%%/themes/Default/images/stock-tool-bucket-fill-16.png +%%DATADIR%%/themes/Default/images/stock-tool-bucket-fill-22.png +%%DATADIR%%/themes/Default/images/stock-tool-by-color-select-16.png +%%DATADIR%%/themes/Default/images/stock-tool-by-color-select-22.png +%%DATADIR%%/themes/Default/images/stock-tool-clone-16.png +%%DATADIR%%/themes/Default/images/stock-tool-clone-22.png +%%DATADIR%%/themes/Default/images/stock-tool-color-balance-16.png +%%DATADIR%%/themes/Default/images/stock-tool-color-balance-22.png +%%DATADIR%%/themes/Default/images/stock-tool-color-picker-16.png +%%DATADIR%%/themes/Default/images/stock-tool-color-picker-22.png +%%DATADIR%%/themes/Default/images/stock-tool-colorize-16.png +%%DATADIR%%/themes/Default/images/stock-tool-colorize-22.png +%%DATADIR%%/themes/Default/images/stock-tool-crop-16.png +%%DATADIR%%/themes/Default/images/stock-tool-crop-22.png +%%DATADIR%%/themes/Default/images/stock-tool-curves-16.png +%%DATADIR%%/themes/Default/images/stock-tool-curves-22.png +%%DATADIR%%/themes/Default/images/stock-tool-dodge-16.png +%%DATADIR%%/themes/Default/images/stock-tool-dodge-22.png +%%DATADIR%%/themes/Default/images/stock-tool-ellipse-select-16.png +%%DATADIR%%/themes/Default/images/stock-tool-ellipse-select-22.png +%%DATADIR%%/themes/Default/images/stock-tool-eraser-16.png +%%DATADIR%%/themes/Default/images/stock-tool-eraser-22.png +%%DATADIR%%/themes/Default/images/stock-tool-flip-16.png +%%DATADIR%%/themes/Default/images/stock-tool-flip-22.png +%%DATADIR%%/themes/Default/images/stock-tool-free-select-16.png +%%DATADIR%%/themes/Default/images/stock-tool-free-select-22.png +%%DATADIR%%/themes/Default/images/stock-tool-fuzzy-select-16.png +%%DATADIR%%/themes/Default/images/stock-tool-fuzzy-select-22.png +%%DATADIR%%/themes/Default/images/stock-tool-hue-saturation-16.png +%%DATADIR%%/themes/Default/images/stock-tool-hue-saturation-22.png +%%DATADIR%%/themes/Default/images/stock-tool-ink-16.png +%%DATADIR%%/themes/Default/images/stock-tool-ink-22.png +%%DATADIR%%/themes/Default/images/stock-tool-iscissors-16.png +%%DATADIR%%/themes/Default/images/stock-tool-iscissors-22.png +%%DATADIR%%/themes/Default/images/stock-tool-levels-16.png +%%DATADIR%%/themes/Default/images/stock-tool-levels-22.png +%%DATADIR%%/themes/Default/images/stock-tool-measure-16.png +%%DATADIR%%/themes/Default/images/stock-tool-measure-22.png +%%DATADIR%%/themes/Default/images/stock-tool-move-16.png +%%DATADIR%%/themes/Default/images/stock-tool-move-22.png +%%DATADIR%%/themes/Default/images/stock-tool-options-16.png +%%DATADIR%%/themes/Default/images/stock-tool-options-24.png +%%DATADIR%%/themes/Default/images/stock-tool-paintbrush-16.png +%%DATADIR%%/themes/Default/images/stock-tool-paintbrush-22.png +%%DATADIR%%/themes/Default/images/stock-tool-path-16.png +%%DATADIR%%/themes/Default/images/stock-tool-path-22.png +%%DATADIR%%/themes/Default/images/stock-tool-pencil-16.png +%%DATADIR%%/themes/Default/images/stock-tool-pencil-22.png +%%DATADIR%%/themes/Default/images/stock-tool-perspective-16.png +%%DATADIR%%/themes/Default/images/stock-tool-perspective-22.png +%%DATADIR%%/themes/Default/images/stock-tool-posterize-16.png +%%DATADIR%%/themes/Default/images/stock-tool-posterize-22.png +%%DATADIR%%/themes/Default/images/stock-tool-rect-select-16.png +%%DATADIR%%/themes/Default/images/stock-tool-rect-select-22.png +%%DATADIR%%/themes/Default/images/stock-tool-rotate-16.png +%%DATADIR%%/themes/Default/images/stock-tool-rotate-22.png +%%DATADIR%%/themes/Default/images/stock-tool-scale-16.png +%%DATADIR%%/themes/Default/images/stock-tool-scale-22.png +%%DATADIR%%/themes/Default/images/stock-tool-shear-16.png +%%DATADIR%%/themes/Default/images/stock-tool-shear-22.png +%%DATADIR%%/themes/Default/images/stock-tool-smudge-16.png +%%DATADIR%%/themes/Default/images/stock-tool-smudge-22.png +%%DATADIR%%/themes/Default/images/stock-tool-text-16.png +%%DATADIR%%/themes/Default/images/stock-tool-text-22.png +%%DATADIR%%/themes/Default/images/stock-tool-threshold-16.png +%%DATADIR%%/themes/Default/images/stock-tool-threshold-22.png +%%DATADIR%%/themes/Default/images/stock-tool-zoom-16.png +%%DATADIR%%/themes/Default/images/stock-tool-zoom-22.png +%%DATADIR%%/themes/Default/images/stock-tools-16.png +%%DATADIR%%/themes/Default/images/stock-tools-24.png +%%DATADIR%%/themes/Default/images/stock-transparency-16.png +%%DATADIR%%/themes/Default/images/stock-transparency-24.png +%%DATADIR%%/themes/Default/images/stock-undo-history-16.png +%%DATADIR%%/themes/Default/images/stock-undo-history-24.png +%%DATADIR%%/themes/Default/images/stock-vchain-24.png +%%DATADIR%%/themes/Default/images/stock-vchain-broken-24.png +%%DATADIR%%/themes/Default/images/stock-video-16.png +%%DATADIR%%/themes/Default/images/stock-video-24.png +%%DATADIR%%/themes/Default/images/stock-warning-16.png +%%DATADIR%%/themes/Default/images/stock-warning-24.png +%%DATADIR%%/themes/Default/images/stock-warning-64.png +%%DATADIR%%/themes/Default/images/stock-web-16.png +%%DATADIR%%/themes/Default/images/stock-web-24.png +%%DATADIR%%/themes/Default/images/stock-wilber-16.png +%%DATADIR%%/themes/Default/images/stock-wilber-64.png +%%DATADIR%%/themes/Default/images/stock-wilber-eek-64.png +%%DATADIR%%/themes/Default/images/stock-zoom-follow-window-12.png +%%DATADIR%%/themes/Small/gtkrc +%%DATADIR%%/tips/gimp-tips.xml +share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo +share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/bg/LC_MESSAGES/gimp20-script-fu.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/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/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/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/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/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/mk/LC_MESSAGES/gimp20-libgimp.mo +share/locale/mk/LC_MESSAGES/gimp20-script-fu.mo +share/locale/mk/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/mk/LC_MESSAGES/gimp20.mo +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/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/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/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/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/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 +@dirrm %%DATADIR%%/tips +@dirrm %%DATADIR%%/themes/Small +@dirrm %%DATADIR%%/themes/Default/images/preferences +@dirrm %%DATADIR%%/themes/Default/images +@dirrm %%DATADIR%%/themes/Default +@dirrm %%DATADIR%%/themes +@dirrm %%DATADIR%%/scripts/images +@dirrm %%DATADIR%%/scripts +@dirrm %%DATADIR%%/patterns +@dirrm %%DATADIR%%/palettes +@dirrm %%DATADIR%%/misc +@dirrm %%DATADIR%%/menus +@dirrm %%DATADIR%%/images +@dirrm %%DATADIR%%/gradients +@dirrm %%DATADIR%%/gimpressionist/Presets +@dirrm %%DATADIR%%/gimpressionist/Paper +@dirrm %%DATADIR%%/gimpressionist/Brushes +@dirrm %%DATADIR%%/gimpressionist +@dirrm %%DATADIR%%/gflare +@dirrm %%DATADIR%%/gfig +@dirrm %%DATADIR%%/fractalexplorer +@dirrm %%DATADIR%%/fonts +@dirrm %%DATADIR%%/brushes +@dirrm %%DATADIR%% +@dirrm %%DOCSDIR%%/libgimpwidgets +@dirrm %%DOCSDIR%%/libgimpthumb +@dirrm %%DOCSDIR%%/libgimpmodule +@dirrm %%DOCSDIR%%/libgimpmath +@dirrm %%DOCSDIR%%/libgimpcolor +@dirrm %%DOCSDIR%%/libgimpbase +@dirrm %%DOCSDIR%%/libgimp +@dirrm %%DOCSDIR%% +@dirrm libexec/gimp/2.2/plug-ins +%%PYTHON:%%@dirrm libexec/gimp/2.2/python +@dirrm libexec/gimp/2.2/modules +@dirrm libexec/gimp/2.2/environ +@dirrm libexec/gimp/2.2 +@dirrm libexec/gimp +@dirrm include/gimp-2.0/libgimpwidgets +@dirrm include/gimp-2.0/libgimpthumb +@dirrm include/gimp-2.0/libgimpmodule +@dirrm include/gimp-2.0/libgimpmath +@dirrm include/gimp-2.0/libgimpcolor +@dirrm include/gimp-2.0/libgimpbase +@dirrm include/gimp-2.0/libgimp +@dirrm include/gimp-2.0 +@dirrm etc/gimp/2.2 +@dirrm etc/gimp +%%GNOMEPANEL:%%@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true diff --git a/graphics/gimp-help/Makefile b/graphics/gimp-help/Makefile new file mode 100644 index 000000000..c07e63371 --- /dev/null +++ b/graphics/gimp-help/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: gimp-help +# Date created: 28 May, 2005 +# Whom: Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= gimp-help +PORTVERSION= 0.9 +PORTREVISION= 2 +CATEGORIES= graphics gnome +MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ + http://gimp.mirrors.hoobly.com/%SUBDIR%/ \ + http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \ + ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/%SUBDIR%/ \ + ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \ + http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,} +MASTER_SITE_SUBDIR= gimp/help/testing +DISTNAME= ${PORTNAME}-2-${PORTVERSION} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GIMP user's manual + +BUILD_DEPENDS= gimp:${PORTSDIR}/graphics/gimp +RUN_DEPENDS= gimp:${PORTSDIR}/graphics/gimp + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/graphics/gimp-help/distinfo b/graphics/gimp-help/distinfo new file mode 100644 index 000000000..dd844f6bd --- /dev/null +++ b/graphics/gimp-help/distinfo @@ -0,0 +1,3 @@ +MD5 (gimp-help-2-0.9.tar.gz) = c2f5c20cc5d861e7d403dda8e46d1c97 +SHA256 (gimp-help-2-0.9.tar.gz) = 2e7065ba79e6a4b2712ca3c8923e9336f117f279f2adae5d154f4be3a3b4d030 +SIZE (gimp-help-2-0.9.tar.gz) = 27227286 diff --git a/graphics/gimp-help/pkg-descr b/graphics/gimp-help/pkg-descr new file mode 100644 index 000000000..f35579956 --- /dev/null +++ b/graphics/gimp-help/pkg-descr @@ -0,0 +1,6 @@ +GIMP-Help is a help system designed for use with the internal +GIMP help browser, external web browser and HTML renderers, and +human eyeballs. Docbook is used to create a highly customizable +system for all needs. + +WWW: http://docs.gimp.org diff --git a/graphics/gimp-help/pkg-plist b/graphics/gimp-help/pkg-plist new file mode 100644 index 000000000..08ee55723 --- /dev/null +++ b/graphics/gimp-help/pkg-plist @@ -0,0 +1,2868 @@ +share/gimp/help/cs/apa.html +share/gimp/help/cs/bi01.html +share/gimp/help/cs/ch01.html +share/gimp/help/cs/ch01s02.html +share/gimp/help/cs/ch01s02s02.html +share/gimp/help/cs/ch01s03.html +share/gimp/help/cs/ch01s04.html +share/gimp/help/cs/ch01s04s02.html +share/gimp/help/cs/ch01s04s03.html +share/gimp/help/cs/ch02.html +share/gimp/help/cs/ch02s02.html +share/gimp/help/cs/ch02s03.html +share/gimp/help/cs/ch02s03s02.html +share/gimp/help/cs/ch02s03s03.html +share/gimp/help/cs/ch02s03s04.html +share/gimp/help/cs/ch02s03s05.html +share/gimp/help/cs/ch02s04.html +share/gimp/help/cs/ch02s04s02.html +share/gimp/help/cs/ch02s04s03.html +share/gimp/help/cs/ch02s04s04.html +share/gimp/help/cs/ch02s04s05.html +share/gimp/help/cs/ch02s04s06.html +share/gimp/help/cs/ch02s04s07.html +share/gimp/help/cs/ch02s04s08.html +share/gimp/help/cs/ch02s04s09.html +share/gimp/help/cs/ch02s04s10.html +share/gimp/help/cs/ch02s05.html +share/gimp/help/cs/ch02s05s02.html +share/gimp/help/cs/ch02s05s03.html +share/gimp/help/cs/ch02s05s04.html +share/gimp/help/cs/ch02s06.html +share/gimp/help/cs/ch03.html +share/gimp/help/cs/ch03s02.html +share/gimp/help/cs/ch03s03.html +share/gimp/help/cs/ch03s04.html +share/gimp/help/cs/ch03s04s02.html +share/gimp/help/cs/ch03s05.html +share/gimp/help/cs/ch03s06.html +share/gimp/help/cs/ch03s07.html +share/gimp/help/cs/ch03s07s02.html +share/gimp/help/cs/ch03s08.html +share/gimp/help/cs/ch03s08s02.html +share/gimp/help/cs/ch03s09.html +share/gimp/help/cs/ch03s09s02.html +share/gimp/help/cs/ch03s09s03.html +share/gimp/help/cs/ch03s09s04.html +share/gimp/help/cs/ch03s09s05.html +share/gimp/help/cs/ch03s09s06.html +share/gimp/help/cs/ch03s10.html +share/gimp/help/cs/ch03s11.html +share/gimp/help/cs/ch03s11s02.html +share/gimp/help/cs/ch03s11s03.html +share/gimp/help/cs/ch03s11s04.html +share/gimp/help/cs/ch03s11s05.html +share/gimp/help/cs/ch03s11s06.html +share/gimp/help/cs/ch04.html +share/gimp/help/cs/ch04s02.html +share/gimp/help/cs/ch04s02s02.html +share/gimp/help/cs/ch04s02s03.html +share/gimp/help/cs/ch04s02s04.html +share/gimp/help/cs/ch04s03.html +share/gimp/help/cs/ch04s03s02.html +share/gimp/help/cs/ch04s03s03.html +share/gimp/help/cs/ch04s03s04.html +share/gimp/help/cs/ch04s03s05.html +share/gimp/help/cs/ch04s03s06.html +share/gimp/help/cs/ch04s03s07.html +share/gimp/help/cs/ch04s03s08.html +share/gimp/help/cs/ch04s03s09.html +share/gimp/help/cs/ch04s04.html +share/gimp/help/cs/ch04s04s02.html +share/gimp/help/cs/ch04s04s03.html +share/gimp/help/cs/ch04s05.html +share/gimp/help/cs/ch04s05s02.html +share/gimp/help/cs/ch04s05s03.html +share/gimp/help/cs/ch04s05s04.html +share/gimp/help/cs/ch04s06.html +share/gimp/help/cs/ch04s06s02.html +share/gimp/help/cs/ch04s06s03.html +share/gimp/help/cs/ch04s06s04.html +share/gimp/help/cs/ch04s07.html +share/gimp/help/cs/ch05.html +share/gimp/help/cs/ch05s02.html +share/gimp/help/cs/ch05s02s02.html +share/gimp/help/cs/ch05s02s03.html +share/gimp/help/cs/ch05s03.html +share/gimp/help/cs/ch05s03s02.html +share/gimp/help/cs/ch05s03s03.html +share/gimp/help/cs/ch05s03s04.html +share/gimp/help/cs/ch05s03s05.html +share/gimp/help/cs/ch05s04.html +share/gimp/help/cs/ch05s04s02.html +share/gimp/help/cs/ch05s04s03.html +share/gimp/help/cs/ch05s04s04.html +share/gimp/help/cs/ch05s05.html +share/gimp/help/cs/ch05s06.html +share/gimp/help/cs/ch05s07.html +share/gimp/help/cs/ch05s08.html +share/gimp/help/cs/ch05s09.html +share/gimp/help/cs/ch05s10.html +share/gimp/help/cs/ch05s11.html +share/gimp/help/cs/ch05s12.html +share/gimp/help/cs/ch05s12s02.html +share/gimp/help/cs/ch05s12s03.html +share/gimp/help/cs/ch05s13.html +share/gimp/help/cs/ch05s13s02.html +share/gimp/help/cs/ch05s13s03.html +share/gimp/help/cs/ch05s13s04.html +share/gimp/help/cs/ch05s14.html +share/gimp/help/cs/ch05s15.html +share/gimp/help/cs/ch05s16.html +share/gimp/help/cs/ch05s17.html +share/gimp/help/cs/ch05s18.html +share/gimp/help/cs/ch05s19.html +share/gimp/help/cs/ch05s20.html +share/gimp/help/cs/ch05s21.html +share/gimp/help/cs/ch05s21s02.html +share/gimp/help/cs/ch05s21s03.html +share/gimp/help/cs/ch05s21s04.html +share/gimp/help/cs/ch05s21s05.html +share/gimp/help/cs/ch05s21s06.html +share/gimp/help/cs/ch05s21s07.html +share/gimp/help/cs/ch05s21s08.html +share/gimp/help/cs/ch05s21s09.html +share/gimp/help/cs/ch05s21s10.html +share/gimp/help/cs/ch05s21s11.html +share/gimp/help/cs/ch05s21s12.html +share/gimp/help/cs/ch05s21s13.html +share/gimp/help/cs/ch05s21s14.html +share/gimp/help/cs/ch05s21s15.html +share/gimp/help/cs/ch05s21s16.html +share/gimp/help/cs/ch06.html +share/gimp/help/cs/ch06s02.html +share/gimp/help/cs/ch06s02s02.html +share/gimp/help/cs/ch06s02s03.html +share/gimp/help/cs/ch06s02s04.html +share/gimp/help/cs/ch06s02s05.html +share/gimp/help/cs/ch06s02s06.html +share/gimp/help/cs/ch06s02s07.html +share/gimp/help/cs/ch06s02s08.html +share/gimp/help/cs/ch06s02s09.html +share/gimp/help/cs/ch06s02s10.html +share/gimp/help/cs/ch06s02s11.html +share/gimp/help/cs/ch06s03.html +share/gimp/help/cs/ch06s03s02.html +share/gimp/help/cs/ch06s03s03.html +share/gimp/help/cs/ch06s03s04.html +share/gimp/help/cs/ch06s03s05.html +share/gimp/help/cs/ch06s03s06.html +share/gimp/help/cs/ch06s03s07.html +share/gimp/help/cs/ch06s03s08.html +share/gimp/help/cs/ch06s03s09.html +share/gimp/help/cs/ch06s03s10.html +share/gimp/help/cs/ch06s03s11.html +share/gimp/help/cs/ch06s03s12.html +share/gimp/help/cs/ch06s03s13.html +share/gimp/help/cs/ch06s04.html +share/gimp/help/cs/ch06s04s02.html +share/gimp/help/cs/ch06s04s03.html +share/gimp/help/cs/ch06s04s04.html +share/gimp/help/cs/ch06s04s05.html +share/gimp/help/cs/ch06s04s06.html +share/gimp/help/cs/ch06s04s07.html +share/gimp/help/cs/ch06s04s08.html +share/gimp/help/cs/ch06s04s09.html +share/gimp/help/cs/ch06s04s10.html +share/gimp/help/cs/ch06s04s11.html +share/gimp/help/cs/ch06s04s12.html +share/gimp/help/cs/ch06s04s13.html +share/gimp/help/cs/ch06s04s14.html +share/gimp/help/cs/ch06s04s15.html +share/gimp/help/cs/ch06s05.html +share/gimp/help/cs/ch06s05s02.html +share/gimp/help/cs/ch06s05s03.html +share/gimp/help/cs/ch06s05s04.html +share/gimp/help/cs/ch06s05s05.html +share/gimp/help/cs/ch06s05s06.html +share/gimp/help/cs/ch06s05s07.html +share/gimp/help/cs/ch06s05s08.html +share/gimp/help/cs/ch06s05s09.html +share/gimp/help/cs/ch06s05s10.html +share/gimp/help/cs/ch06s05s11.html +share/gimp/help/cs/ch06s05s12.html +share/gimp/help/cs/ch06s05s13.html +share/gimp/help/cs/ch06s05s14.html +share/gimp/help/cs/ch06s05s15.html +share/gimp/help/cs/ch06s05s16.html +share/gimp/help/cs/ch06s05s17.html +share/gimp/help/cs/ch06s06.html +share/gimp/help/cs/ch06s06s02.html +share/gimp/help/cs/ch06s06s03.html +share/gimp/help/cs/ch06s06s04.html +share/gimp/help/cs/ch06s06s05.html +share/gimp/help/cs/ch06s06s06.html +share/gimp/help/cs/ch06s06s07.html +share/gimp/help/cs/ch06s06s08.html +share/gimp/help/cs/ch06s06s09.html +share/gimp/help/cs/ch06s07.html +share/gimp/help/cs/ch06s08.html +share/gimp/help/cs/ch07.html +share/gimp/help/cs/ch07s02.html +share/gimp/help/cs/ch07s02s02.html +share/gimp/help/cs/ch07s02s03.html +share/gimp/help/cs/ch07s02s04.html +share/gimp/help/cs/ch07s02s05.html +share/gimp/help/cs/ch07s02s06.html +share/gimp/help/cs/ch07s02s07.html +share/gimp/help/cs/ch07s03.html +share/gimp/help/cs/ch07s03s02.html +share/gimp/help/cs/ch07s03s03.html +share/gimp/help/cs/ch07s03s04.html +share/gimp/help/cs/ch07s03s05.html +share/gimp/help/cs/ch07s03s06.html +share/gimp/help/cs/ch07s03s07.html +share/gimp/help/cs/ch07s03s08.html +share/gimp/help/cs/ch07s03s09.html +share/gimp/help/cs/ch07s03s10.html +share/gimp/help/cs/ch07s03s11.html +share/gimp/help/cs/ch07s03s12.html +share/gimp/help/cs/ch07s03s13.html +share/gimp/help/cs/ch07s03s14.html +share/gimp/help/cs/ch07s03s15.html +share/gimp/help/cs/ch07s03s16.html +share/gimp/help/cs/ch07s03s17.html +share/gimp/help/cs/ch07s03s18.html +share/gimp/help/cs/ch07s03s19.html +share/gimp/help/cs/ch07s03s20.html +share/gimp/help/cs/ch07s03s21.html +share/gimp/help/cs/ch07s04.html +share/gimp/help/cs/ch07s04s02.html +share/gimp/help/cs/ch07s04s03.html +share/gimp/help/cs/ch07s04s04.html +share/gimp/help/cs/ch07s04s05.html +share/gimp/help/cs/ch07s04s06.html +share/gimp/help/cs/ch07s04s07.html +share/gimp/help/cs/ch07s05.html +share/gimp/help/cs/ch07s05s02.html +share/gimp/help/cs/ch07s05s03.html +share/gimp/help/cs/ch07s05s04.html +share/gimp/help/cs/ch07s05s05.html +share/gimp/help/cs/ch07s06.html +share/gimp/help/cs/ch07s06s02.html +share/gimp/help/cs/ch07s06s03.html +share/gimp/help/cs/ch07s06s04.html +share/gimp/help/cs/ch07s06s05.html +share/gimp/help/cs/ch07s06s06.html +share/gimp/help/cs/ch07s06s07.html +share/gimp/help/cs/ch07s07.html +share/gimp/help/cs/ch07s07s02.html +share/gimp/help/cs/ch07s07s03.html +share/gimp/help/cs/ch07s07s04.html +share/gimp/help/cs/ch07s08.html +share/gimp/help/cs/ch07s08s02.html +share/gimp/help/cs/ch07s08s03.html +share/gimp/help/cs/ch07s09.html +share/gimp/help/cs/ch07s09s02.html +share/gimp/help/cs/ch07s09s03.html +share/gimp/help/cs/ch07s09s04.html +share/gimp/help/cs/ch07s10.html +share/gimp/help/cs/ch07s10s02.html +share/gimp/help/cs/ch07s10s03.html +share/gimp/help/cs/ch07s10s04.html +share/gimp/help/cs/ch07s10s05.html +share/gimp/help/cs/ch07s10s06.html +share/gimp/help/cs/ch07s10s07.html +share/gimp/help/cs/ch07s10s08.html +share/gimp/help/cs/ch07s10s09.html +share/gimp/help/cs/ch07s10s10.html +share/gimp/help/cs/ch07s10s11.html +share/gimp/help/cs/ch07s10s12.html +share/gimp/help/cs/ch07s10s13.html +share/gimp/help/cs/ch07s10s14.html +share/gimp/help/cs/ch07s11.html +share/gimp/help/cs/ch07s11s02.html +share/gimp/help/cs/ch07s11s03.html +share/gimp/help/cs/ch07s11s04.html +share/gimp/help/cs/ch07s11s05.html +share/gimp/help/cs/ch07s12.html +share/gimp/help/cs/ch07s12s02.html +share/gimp/help/cs/ch07s12s03.html +share/gimp/help/cs/ch07s12s04.html +share/gimp/help/cs/ch07s12s05.html +share/gimp/help/cs/ch07s12s06.html +share/gimp/help/cs/ch07s12s07.html +share/gimp/help/cs/ch07s12s08.html +share/gimp/help/cs/ch07s12s09.html +share/gimp/help/cs/ch07s13.html +share/gimp/help/cs/ch07s13s02.html +share/gimp/help/cs/ch07s13s03.html +share/gimp/help/cs/gimp-help-plain.css +share/gimp/help/cs/gimp-help-screen.css +share/gimp/help/cs/gimp-help.xml +share/gimp/help/cs/gimp-xrefs.xml +share/gimp/help/cs/go01.html +share/gimp/help/cs/index.html +share/gimp/help/cs/ix01.html +share/gimp/help/de/apa.html +share/gimp/help/de/apb.html +share/gimp/help/de/bi01.html +share/gimp/help/de/ch01.html +share/gimp/help/de/ch02.html +share/gimp/help/de/ch02s02.html +share/gimp/help/de/ch02s03.html +share/gimp/help/de/ch02s03s02.html +share/gimp/help/de/ch02s03s03.html +share/gimp/help/de/ch02s03s04.html +share/gimp/help/de/ch02s04.html +share/gimp/help/de/ch02s04s02.html +share/gimp/help/de/ch03.html +share/gimp/help/de/ch03s02.html +share/gimp/help/de/ch03s02s02.html +share/gimp/help/de/ch03s03.html +share/gimp/help/de/ch03s03s02.html +share/gimp/help/de/ch03s04.html +share/gimp/help/de/ch03s05.html +share/gimp/help/de/ch03s05s02.html +share/gimp/help/de/ch03s05s03.html +share/gimp/help/de/ch03s06.html +share/gimp/help/de/ch03s06s02.html +share/gimp/help/de/ch03s07.html +share/gimp/help/de/ch03s07s02.html +share/gimp/help/de/ch03s07s03.html +share/gimp/help/de/ch04.html +share/gimp/help/de/ch04s02.html +share/gimp/help/de/ch04s02s02.html +share/gimp/help/de/ch04s02s03.html +share/gimp/help/de/ch04s02s04.html +share/gimp/help/de/ch04s02s05.html +share/gimp/help/de/ch04s02s06.html +share/gimp/help/de/ch04s02s07.html +share/gimp/help/de/ch04s03.html +share/gimp/help/de/ch04s03s02.html +share/gimp/help/de/ch04s03s03.html +share/gimp/help/de/ch04s03s04.html +share/gimp/help/de/ch04s03s05.html +share/gimp/help/de/ch04s03s06.html +share/gimp/help/de/ch04s03s07.html +share/gimp/help/de/ch04s03s08.html +share/gimp/help/de/ch04s03s09.html +share/gimp/help/de/ch04s03s10.html +share/gimp/help/de/ch04s03s11.html +share/gimp/help/de/ch04s03s12.html +share/gimp/help/de/ch04s03s13.html +share/gimp/help/de/ch04s04.html +share/gimp/help/de/ch04s04s02.html +share/gimp/help/de/ch04s04s03.html +share/gimp/help/de/ch04s04s04.html +share/gimp/help/de/ch04s04s05.html +share/gimp/help/de/ch04s04s06.html +share/gimp/help/de/ch04s04s07.html +share/gimp/help/de/ch04s04s08.html +share/gimp/help/de/ch04s05.html +share/gimp/help/de/ch04s05s02.html +share/gimp/help/de/ch04s05s03.html +share/gimp/help/de/ch04s05s04.html +share/gimp/help/de/ch04s05s05.html +share/gimp/help/de/ch04s05s06.html +share/gimp/help/de/ch04s05s07.html +share/gimp/help/de/ch04s05s08.html +share/gimp/help/de/ch04s06.html +share/gimp/help/de/ch04s06s02.html +share/gimp/help/de/ch04s06s03.html +share/gimp/help/de/ch04s06s04.html +share/gimp/help/de/ch04s06s05.html +share/gimp/help/de/ch04s07.html +share/gimp/help/de/ch05.html +share/gimp/help/de/ch05s02.html +share/gimp/help/de/ch05s02s02.html +share/gimp/help/de/ch05s02s03.html +share/gimp/help/de/ch05s03.html +share/gimp/help/de/ch05s03s02.html +share/gimp/help/de/ch05s03s03.html +share/gimp/help/de/ch05s03s04.html +share/gimp/help/de/ch05s03s05.html +share/gimp/help/de/ch05s04.html +share/gimp/help/de/ch05s04s02.html +share/gimp/help/de/ch05s04s03.html +share/gimp/help/de/ch05s04s04.html +share/gimp/help/de/ch05s05.html +share/gimp/help/de/ch05s06.html +share/gimp/help/de/ch05s07.html +share/gimp/help/de/ch05s07s02.html +share/gimp/help/de/ch05s07s03.html +share/gimp/help/de/ch05s07s04.html +share/gimp/help/de/ch05s07s05.html +share/gimp/help/de/ch05s07s06.html +share/gimp/help/de/ch05s07s07.html +share/gimp/help/de/ch05s07s08.html +share/gimp/help/de/ch05s07s09.html +share/gimp/help/de/ch05s07s10.html +share/gimp/help/de/ch05s07s11.html +share/gimp/help/de/ch05s07s12.html +share/gimp/help/de/ch05s07s13.html +share/gimp/help/de/ch05s07s14.html +share/gimp/help/de/ch05s07s15.html +share/gimp/help/de/ch05s07s16.html +share/gimp/help/de/ch06.html +share/gimp/help/de/ch06s02.html +share/gimp/help/de/ch06s02s02.html +share/gimp/help/de/ch06s02s03.html +share/gimp/help/de/ch06s02s04.html +share/gimp/help/de/ch06s02s05.html +share/gimp/help/de/ch06s03.html +share/gimp/help/de/ch06s03s02.html +share/gimp/help/de/ch06s03s03.html +share/gimp/help/de/ch06s03s04.html +share/gimp/help/de/ch06s03s05.html +share/gimp/help/de/ch06s03s06.html +share/gimp/help/de/ch06s03s07.html +share/gimp/help/de/ch06s03s08.html +share/gimp/help/de/ch06s03s09.html +share/gimp/help/de/ch06s03s10.html +share/gimp/help/de/ch06s04.html +share/gimp/help/de/ch06s05.html +share/gimp/help/de/ch06s05s02.html +share/gimp/help/de/ch06s05s03.html +share/gimp/help/de/ch06s06.html +share/gimp/help/de/ch06s06s02.html +share/gimp/help/de/ch07.html +share/gimp/help/de/ch07s02.html +share/gimp/help/de/ch07s02s02.html +share/gimp/help/de/ch07s02s03.html +share/gimp/help/de/ch07s02s04.html +share/gimp/help/de/ch07s02s05.html +share/gimp/help/de/ch07s02s06.html +share/gimp/help/de/ch07s02s07.html +share/gimp/help/de/ch07s03.html +share/gimp/help/de/ch07s03s02.html +share/gimp/help/de/ch07s03s03.html +share/gimp/help/de/ch07s03s04.html +share/gimp/help/de/ch07s03s05.html +share/gimp/help/de/ch07s03s06.html +share/gimp/help/de/ch07s03s07.html +share/gimp/help/de/ch07s03s08.html +share/gimp/help/de/ch07s04.html +share/gimp/help/de/gimp-help-plain.css +share/gimp/help/de/gimp-help-screen.css +share/gimp/help/de/gimp-help.xml +share/gimp/help/de/gimp-xrefs.xml +share/gimp/help/de/go01.html +share/gimp/help/de/index.html +share/gimp/help/de/ix01.html +share/gimp/help/de/pr01.html +share/gimp/help/en/apa.html +share/gimp/help/en/apb.html +share/gimp/help/en/bi01.html +share/gimp/help/en/ch01.html +share/gimp/help/en/ch01s02.html +share/gimp/help/en/ch01s02s02.html +share/gimp/help/en/ch01s03.html +share/gimp/help/en/ch01s04.html +share/gimp/help/en/ch01s04s02.html +share/gimp/help/en/ch01s04s03.html +share/gimp/help/en/ch02.html +share/gimp/help/en/ch02s02.html +share/gimp/help/en/ch02s03.html +share/gimp/help/en/ch02s03s02.html +share/gimp/help/en/ch02s03s03.html +share/gimp/help/en/ch02s03s04.html +share/gimp/help/en/ch02s03s05.html +share/gimp/help/en/ch02s04.html +share/gimp/help/en/ch02s04s02.html +share/gimp/help/en/ch02s04s03.html +share/gimp/help/en/ch02s04s04.html +share/gimp/help/en/ch02s04s05.html +share/gimp/help/en/ch02s04s06.html +share/gimp/help/en/ch02s04s07.html +share/gimp/help/en/ch02s04s08.html +share/gimp/help/en/ch02s04s09.html +share/gimp/help/en/ch02s04s10.html +share/gimp/help/en/ch02s04s11.html +share/gimp/help/en/ch02s04s12.html +share/gimp/help/en/ch02s04s13.html +share/gimp/help/en/ch02s05.html +share/gimp/help/en/ch02s05s02.html +share/gimp/help/en/ch02s05s03.html +share/gimp/help/en/ch02s05s04.html +share/gimp/help/en/ch02s06.html +share/gimp/help/en/ch03.html +share/gimp/help/en/ch03s02.html +share/gimp/help/en/ch03s02s02.html +share/gimp/help/en/ch03s03.html +share/gimp/help/en/ch03s03s02.html +share/gimp/help/en/ch03s04.html +share/gimp/help/en/ch03s05.html +share/gimp/help/en/ch03s06.html +share/gimp/help/en/ch03s06s02.html +share/gimp/help/en/ch03s07.html +share/gimp/help/en/ch03s08.html +share/gimp/help/en/ch03s08s02.html +share/gimp/help/en/ch03s08s03.html +share/gimp/help/en/ch03s09.html +share/gimp/help/en/ch03s10.html +share/gimp/help/en/ch03s10s02.html +share/gimp/help/en/ch03s10s03.html +share/gimp/help/en/ch03s11.html +share/gimp/help/en/ch03s11s02.html +share/gimp/help/en/ch03s12.html +share/gimp/help/en/ch03s12s02.html +share/gimp/help/en/ch03s12s03.html +share/gimp/help/en/ch03s12s04.html +share/gimp/help/en/ch03s12s05.html +share/gimp/help/en/ch03s12s06.html +share/gimp/help/en/ch03s13.html +share/gimp/help/en/ch03s13s02.html +share/gimp/help/en/ch03s13s03.html +share/gimp/help/en/ch03s14.html +share/gimp/help/en/ch03s14s02.html +share/gimp/help/en/ch03s14s03.html +share/gimp/help/en/ch03s14s04.html +share/gimp/help/en/ch03s14s05.html +share/gimp/help/en/ch03s14s06.html +share/gimp/help/en/ch04.html +share/gimp/help/en/ch04s02.html +share/gimp/help/en/ch04s02s02.html +share/gimp/help/en/ch04s02s03.html +share/gimp/help/en/ch04s02s04.html +share/gimp/help/en/ch04s02s05.html +share/gimp/help/en/ch04s02s06.html +share/gimp/help/en/ch04s02s07.html +share/gimp/help/en/ch04s03.html +share/gimp/help/en/ch04s03s02.html +share/gimp/help/en/ch04s03s03.html +share/gimp/help/en/ch04s03s04.html +share/gimp/help/en/ch04s03s05.html +share/gimp/help/en/ch04s03s06.html +share/gimp/help/en/ch04s03s07.html +share/gimp/help/en/ch04s03s08.html +share/gimp/help/en/ch04s03s09.html +share/gimp/help/en/ch04s03s10.html +share/gimp/help/en/ch04s03s11.html +share/gimp/help/en/ch04s03s12.html +share/gimp/help/en/ch04s03s13.html +share/gimp/help/en/ch04s04.html +share/gimp/help/en/ch04s04s02.html +share/gimp/help/en/ch04s04s03.html +share/gimp/help/en/ch04s04s04.html +share/gimp/help/en/ch04s04s05.html +share/gimp/help/en/ch04s04s06.html +share/gimp/help/en/ch04s04s07.html +share/gimp/help/en/ch04s05.html +share/gimp/help/en/ch04s05s02.html +share/gimp/help/en/ch04s05s03.html +share/gimp/help/en/ch04s05s04.html +share/gimp/help/en/ch04s05s05.html +share/gimp/help/en/ch04s05s06.html +share/gimp/help/en/ch04s05s07.html +share/gimp/help/en/ch04s05s08.html +share/gimp/help/en/ch04s06.html +share/gimp/help/en/ch04s06s02.html +share/gimp/help/en/ch04s06s03.html +share/gimp/help/en/ch04s06s04.html +share/gimp/help/en/ch04s06s05.html +share/gimp/help/en/ch04s07.html +share/gimp/help/en/ch05.html +share/gimp/help/en/ch05s02.html +share/gimp/help/en/ch05s02s02.html +share/gimp/help/en/ch05s02s03.html +share/gimp/help/en/ch05s03.html +share/gimp/help/en/ch05s03s02.html +share/gimp/help/en/ch05s03s03.html +share/gimp/help/en/ch05s03s04.html +share/gimp/help/en/ch05s03s05.html +share/gimp/help/en/ch05s04.html +share/gimp/help/en/ch05s04s02.html +share/gimp/help/en/ch05s04s03.html +share/gimp/help/en/ch05s04s04.html +share/gimp/help/en/ch05s05.html +share/gimp/help/en/ch05s06.html +share/gimp/help/en/ch05s07.html +share/gimp/help/en/ch05s08.html +share/gimp/help/en/ch05s09.html +share/gimp/help/en/ch05s10.html +share/gimp/help/en/ch05s11.html +share/gimp/help/en/ch05s12.html +share/gimp/help/en/ch05s12s02.html +share/gimp/help/en/ch05s12s03.html +share/gimp/help/en/ch05s13.html +share/gimp/help/en/ch05s13s02.html +share/gimp/help/en/ch05s13s03.html +share/gimp/help/en/ch05s13s04.html +share/gimp/help/en/ch05s14.html +share/gimp/help/en/ch05s15.html +share/gimp/help/en/ch05s16.html +share/gimp/help/en/ch05s17.html +share/gimp/help/en/ch05s18.html +share/gimp/help/en/ch05s19.html +share/gimp/help/en/ch05s20.html +share/gimp/help/en/ch05s21.html +share/gimp/help/en/ch05s21s02.html +share/gimp/help/en/ch05s21s03.html +share/gimp/help/en/ch05s21s04.html +share/gimp/help/en/ch05s21s05.html +share/gimp/help/en/ch05s21s06.html +share/gimp/help/en/ch05s21s07.html +share/gimp/help/en/ch05s21s08.html +share/gimp/help/en/ch05s21s09.html +share/gimp/help/en/ch05s21s10.html +share/gimp/help/en/ch05s21s11.html +share/gimp/help/en/ch05s21s12.html +share/gimp/help/en/ch05s21s13.html +share/gimp/help/en/ch05s21s14.html +share/gimp/help/en/ch05s21s15.html +share/gimp/help/en/ch05s21s16.html +share/gimp/help/en/ch06.html +share/gimp/help/en/ch06s02.html +share/gimp/help/en/ch06s02s02.html +share/gimp/help/en/ch06s02s03.html +share/gimp/help/en/ch06s02s04.html +share/gimp/help/en/ch06s02s05.html +share/gimp/help/en/ch06s02s06.html +share/gimp/help/en/ch06s02s07.html +share/gimp/help/en/ch06s02s08.html +share/gimp/help/en/ch06s02s09.html +share/gimp/help/en/ch06s02s10.html +share/gimp/help/en/ch06s02s11.html +share/gimp/help/en/ch06s02s12.html +share/gimp/help/en/ch06s02s13.html +share/gimp/help/en/ch06s03.html +share/gimp/help/en/ch06s03s02.html +share/gimp/help/en/ch06s03s03.html +share/gimp/help/en/ch06s03s04.html +share/gimp/help/en/ch06s03s05.html +share/gimp/help/en/ch06s03s06.html +share/gimp/help/en/ch06s03s07.html +share/gimp/help/en/ch06s03s08.html +share/gimp/help/en/ch06s03s09.html +share/gimp/help/en/ch06s03s10.html +share/gimp/help/en/ch06s03s11.html +share/gimp/help/en/ch06s03s12.html +share/gimp/help/en/ch06s03s13.html +share/gimp/help/en/ch06s03s14.html +share/gimp/help/en/ch06s03s15.html +share/gimp/help/en/ch06s03s16.html +share/gimp/help/en/ch06s03s17.html +share/gimp/help/en/ch06s04.html +share/gimp/help/en/ch06s04s02.html +share/gimp/help/en/ch06s04s03.html +share/gimp/help/en/ch06s04s04.html +share/gimp/help/en/ch06s04s05.html +share/gimp/help/en/ch06s04s06.html +share/gimp/help/en/ch06s04s07.html +share/gimp/help/en/ch06s04s08.html +share/gimp/help/en/ch06s04s09.html +share/gimp/help/en/ch06s04s10.html +share/gimp/help/en/ch06s04s11.html +share/gimp/help/en/ch06s04s12.html +share/gimp/help/en/ch06s04s13.html +share/gimp/help/en/ch06s04s14.html +share/gimp/help/en/ch06s04s15.html +share/gimp/help/en/ch06s04s16.html +share/gimp/help/en/ch06s05.html +share/gimp/help/en/ch06s05s02.html +share/gimp/help/en/ch06s05s03.html +share/gimp/help/en/ch06s05s04.html +share/gimp/help/en/ch06s05s05.html +share/gimp/help/en/ch06s05s06.html +share/gimp/help/en/ch06s05s07.html +share/gimp/help/en/ch06s05s08.html +share/gimp/help/en/ch06s05s09.html +share/gimp/help/en/ch06s05s10.html +share/gimp/help/en/ch06s05s11.html +share/gimp/help/en/ch06s05s12.html +share/gimp/help/en/ch06s05s13.html +share/gimp/help/en/ch06s05s14.html +share/gimp/help/en/ch06s05s15.html +share/gimp/help/en/ch06s05s16.html +share/gimp/help/en/ch06s05s17.html +share/gimp/help/en/ch06s05s18.html +share/gimp/help/en/ch06s06.html +share/gimp/help/en/ch06s06s02.html +share/gimp/help/en/ch06s06s03.html +share/gimp/help/en/ch06s06s04.html +share/gimp/help/en/ch06s06s05.html +share/gimp/help/en/ch06s06s06.html +share/gimp/help/en/ch06s06s07.html +share/gimp/help/en/ch06s06s08.html +share/gimp/help/en/ch06s06s09.html +share/gimp/help/en/ch06s06s10.html +share/gimp/help/en/ch06s06s11.html +share/gimp/help/en/ch06s06s12.html +share/gimp/help/en/ch06s06s13.html +share/gimp/help/en/ch06s06s14.html +share/gimp/help/en/ch06s07.html +share/gimp/help/en/ch06s07s02.html +share/gimp/help/en/ch06s07s03.html +share/gimp/help/en/ch06s07s04.html +share/gimp/help/en/ch06s07s05.html +share/gimp/help/en/ch06s07s06.html +share/gimp/help/en/ch06s07s07.html +share/gimp/help/en/ch06s07s08.html +share/gimp/help/en/ch06s07s09.html +share/gimp/help/en/ch06s08.html +share/gimp/help/en/ch06s09.html +share/gimp/help/en/ch07.html +share/gimp/help/en/ch07s02.html +share/gimp/help/en/ch07s02s02.html +share/gimp/help/en/ch07s02s03.html +share/gimp/help/en/ch07s02s04.html +share/gimp/help/en/ch07s02s05.html +share/gimp/help/en/ch07s02s06.html +share/gimp/help/en/ch07s02s07.html +share/gimp/help/en/ch07s03.html +share/gimp/help/en/ch07s03s02.html +share/gimp/help/en/ch07s03s03.html +share/gimp/help/en/ch07s03s04.html +share/gimp/help/en/ch07s03s05.html +share/gimp/help/en/ch07s03s06.html +share/gimp/help/en/ch07s03s07.html +share/gimp/help/en/ch07s03s08.html +share/gimp/help/en/ch07s03s09.html +share/gimp/help/en/ch07s03s10.html +share/gimp/help/en/ch07s03s11.html +share/gimp/help/en/ch07s03s12.html +share/gimp/help/en/ch07s03s13.html +share/gimp/help/en/ch07s03s14.html +share/gimp/help/en/ch07s03s15.html +share/gimp/help/en/ch07s03s16.html +share/gimp/help/en/ch07s03s17.html +share/gimp/help/en/ch07s03s18.html +share/gimp/help/en/ch07s03s19.html +share/gimp/help/en/ch07s03s20.html +share/gimp/help/en/ch07s03s21.html +share/gimp/help/en/ch07s03s22.html +share/gimp/help/en/ch07s04.html +share/gimp/help/en/ch07s04s02.html +share/gimp/help/en/ch07s04s03.html +share/gimp/help/en/ch07s04s04.html +share/gimp/help/en/ch07s04s05.html +share/gimp/help/en/ch07s04s06.html +share/gimp/help/en/ch07s04s07.html +share/gimp/help/en/ch07s05.html +share/gimp/help/en/ch07s05s02.html +share/gimp/help/en/ch07s05s03.html +share/gimp/help/en/ch07s05s04.html +share/gimp/help/en/ch07s05s05.html +share/gimp/help/en/ch07s06.html +share/gimp/help/en/ch07s06s02.html +share/gimp/help/en/ch07s06s03.html +share/gimp/help/en/ch07s06s04.html +share/gimp/help/en/ch07s06s05.html +share/gimp/help/en/ch07s06s06.html +share/gimp/help/en/ch07s06s07.html +share/gimp/help/en/ch07s07.html +share/gimp/help/en/ch07s07s02.html +share/gimp/help/en/ch07s07s03.html +share/gimp/help/en/ch07s07s04.html +share/gimp/help/en/ch07s08.html +share/gimp/help/en/ch07s08s02.html +share/gimp/help/en/ch07s08s03.html +share/gimp/help/en/ch07s09.html +share/gimp/help/en/ch07s09s02.html +share/gimp/help/en/ch07s09s03.html +share/gimp/help/en/ch07s09s04.html +share/gimp/help/en/ch07s09s05.html +share/gimp/help/en/ch07s09s06.html +share/gimp/help/en/ch07s10.html +share/gimp/help/en/ch07s10s02.html +share/gimp/help/en/ch07s10s03.html +share/gimp/help/en/ch07s10s04.html +share/gimp/help/en/ch07s10s05.html +share/gimp/help/en/ch07s10s06.html +share/gimp/help/en/ch07s10s07.html +share/gimp/help/en/ch07s10s08.html +share/gimp/help/en/ch07s10s09.html +share/gimp/help/en/ch07s10s10.html +share/gimp/help/en/ch07s10s11.html +share/gimp/help/en/ch07s10s12.html +share/gimp/help/en/ch07s10s13.html +share/gimp/help/en/ch07s10s14.html +share/gimp/help/en/ch07s10s15.html +share/gimp/help/en/ch07s10s16.html +share/gimp/help/en/ch07s11.html +share/gimp/help/en/ch07s11s02.html +share/gimp/help/en/ch07s11s03.html +share/gimp/help/en/ch07s11s04.html +share/gimp/help/en/ch07s11s05.html +share/gimp/help/en/ch07s11s06.html +share/gimp/help/en/ch07s11s07.html +share/gimp/help/en/ch07s11s08.html +share/gimp/help/en/ch07s12.html +share/gimp/help/en/ch07s12s02.html +share/gimp/help/en/ch07s12s03.html +share/gimp/help/en/ch07s12s04.html +share/gimp/help/en/ch07s12s05.html +share/gimp/help/en/ch07s12s06.html +share/gimp/help/en/ch07s12s07.html +share/gimp/help/en/ch07s12s08.html +share/gimp/help/en/ch07s12s09.html +share/gimp/help/en/ch07s12s10.html +share/gimp/help/en/ch07s12s11.html +share/gimp/help/en/ch07s13.html +share/gimp/help/en/ch07s13s02.html +share/gimp/help/en/ch07s13s03.html +share/gimp/help/en/gimp-help-plain.css +share/gimp/help/en/gimp-help-screen.css +share/gimp/help/en/gimp-help.xml +share/gimp/help/en/gimp-xrefs.xml +share/gimp/help/en/go01.html +share/gimp/help/en/index.html +share/gimp/help/en/ix01.html +share/gimp/help/en/pr01.html +share/gimp/help/fr/apa.html +share/gimp/help/fr/apb.html +share/gimp/help/fr/bi01.html +share/gimp/help/fr/ch01.html +share/gimp/help/fr/ch01s02.html +share/gimp/help/fr/ch01s03.html +share/gimp/help/fr/ch01s04.html +share/gimp/help/fr/ch01s04s02.html +share/gimp/help/fr/ch01s04s03.html +share/gimp/help/fr/ch02.html +share/gimp/help/fr/ch02s02.html +share/gimp/help/fr/ch02s03.html +share/gimp/help/fr/ch02s03s02.html +share/gimp/help/fr/ch02s03s03.html +share/gimp/help/fr/ch02s03s04.html +share/gimp/help/fr/ch02s03s05.html +share/gimp/help/fr/ch02s04.html +share/gimp/help/fr/ch02s04s02.html +share/gimp/help/fr/ch02s04s03.html +share/gimp/help/fr/ch02s04s04.html +share/gimp/help/fr/ch02s04s05.html +share/gimp/help/fr/ch02s04s06.html +share/gimp/help/fr/ch02s04s07.html +share/gimp/help/fr/ch02s04s08.html +share/gimp/help/fr/ch02s04s09.html +share/gimp/help/fr/ch02s04s10.html +share/gimp/help/fr/ch02s04s11.html +share/gimp/help/fr/ch02s04s12.html +share/gimp/help/fr/ch02s04s13.html +share/gimp/help/fr/ch02s05.html +share/gimp/help/fr/ch02s05s02.html +share/gimp/help/fr/ch02s05s03.html +share/gimp/help/fr/ch02s05s04.html +share/gimp/help/fr/ch02s06.html +share/gimp/help/fr/ch03.html +share/gimp/help/fr/ch03s02.html +share/gimp/help/fr/ch03s03.html +share/gimp/help/fr/ch03s04.html +share/gimp/help/fr/ch03s05.html +share/gimp/help/fr/ch03s05s02.html +share/gimp/help/fr/ch03s06.html +share/gimp/help/fr/ch03s07.html +share/gimp/help/fr/ch03s07s02.html +share/gimp/help/fr/ch03s07s03.html +share/gimp/help/fr/ch03s08.html +share/gimp/help/fr/ch03s09.html +share/gimp/help/fr/ch03s09s02.html +share/gimp/help/fr/ch03s10.html +share/gimp/help/fr/ch03s10s02.html +share/gimp/help/fr/ch03s11.html +share/gimp/help/fr/ch03s11s02.html +share/gimp/help/fr/ch03s11s03.html +share/gimp/help/fr/ch03s11s04.html +share/gimp/help/fr/ch03s11s05.html +share/gimp/help/fr/ch03s11s06.html +share/gimp/help/fr/ch03s12.html +share/gimp/help/fr/ch03s12s02.html +share/gimp/help/fr/ch03s12s03.html +share/gimp/help/fr/ch04.html +share/gimp/help/fr/ch04s02.html +share/gimp/help/fr/ch04s02s02.html +share/gimp/help/fr/ch04s02s03.html +share/gimp/help/fr/ch04s02s04.html +share/gimp/help/fr/ch04s02s05.html +share/gimp/help/fr/ch04s02s06.html +share/gimp/help/fr/ch04s02s07.html +share/gimp/help/fr/ch04s03.html +share/gimp/help/fr/ch04s03s02.html +share/gimp/help/fr/ch04s03s03.html +share/gimp/help/fr/ch04s03s04.html +share/gimp/help/fr/ch04s03s05.html +share/gimp/help/fr/ch04s03s06.html +share/gimp/help/fr/ch04s03s07.html +share/gimp/help/fr/ch04s03s08.html +share/gimp/help/fr/ch04s03s09.html +share/gimp/help/fr/ch04s03s10.html +share/gimp/help/fr/ch04s03s11.html +share/gimp/help/fr/ch04s03s12.html +share/gimp/help/fr/ch04s03s13.html +share/gimp/help/fr/ch04s04.html +share/gimp/help/fr/ch04s04s02.html +share/gimp/help/fr/ch04s04s03.html +share/gimp/help/fr/ch04s04s04.html +share/gimp/help/fr/ch04s04s05.html +share/gimp/help/fr/ch04s04s06.html +share/gimp/help/fr/ch04s04s07.html +share/gimp/help/fr/ch04s05.html +share/gimp/help/fr/ch04s05s02.html +share/gimp/help/fr/ch04s05s03.html +share/gimp/help/fr/ch04s05s04.html +share/gimp/help/fr/ch04s05s05.html +share/gimp/help/fr/ch04s05s06.html +share/gimp/help/fr/ch04s05s07.html +share/gimp/help/fr/ch04s05s08.html +share/gimp/help/fr/ch04s06.html +share/gimp/help/fr/ch04s06s02.html +share/gimp/help/fr/ch04s06s03.html +share/gimp/help/fr/ch04s06s04.html +share/gimp/help/fr/ch04s06s05.html +share/gimp/help/fr/ch04s07.html +share/gimp/help/fr/ch05.html +share/gimp/help/fr/ch05s02.html +share/gimp/help/fr/ch05s02s02.html +share/gimp/help/fr/ch05s02s03.html +share/gimp/help/fr/ch05s03.html +share/gimp/help/fr/ch05s03s02.html +share/gimp/help/fr/ch05s03s03.html +share/gimp/help/fr/ch05s03s04.html +share/gimp/help/fr/ch05s03s05.html +share/gimp/help/fr/ch05s04.html +share/gimp/help/fr/ch05s04s02.html +share/gimp/help/fr/ch05s04s03.html +share/gimp/help/fr/ch05s04s04.html +share/gimp/help/fr/ch05s05.html +share/gimp/help/fr/ch05s06.html +share/gimp/help/fr/ch05s07.html +share/gimp/help/fr/ch05s08.html +share/gimp/help/fr/ch05s09.html +share/gimp/help/fr/ch05s10.html +share/gimp/help/fr/ch05s11.html +share/gimp/help/fr/ch05s12.html +share/gimp/help/fr/ch05s12s02.html +share/gimp/help/fr/ch05s12s03.html +share/gimp/help/fr/ch05s13.html +share/gimp/help/fr/ch05s13s02.html +share/gimp/help/fr/ch05s13s03.html +share/gimp/help/fr/ch05s13s04.html +share/gimp/help/fr/ch05s14.html +share/gimp/help/fr/ch05s15.html +share/gimp/help/fr/ch05s16.html +share/gimp/help/fr/ch05s17.html +share/gimp/help/fr/ch05s18.html +share/gimp/help/fr/ch05s19.html +share/gimp/help/fr/ch05s20.html +share/gimp/help/fr/ch05s21.html +share/gimp/help/fr/ch05s21s02.html +share/gimp/help/fr/ch05s21s03.html +share/gimp/help/fr/ch05s21s04.html +share/gimp/help/fr/ch05s21s05.html +share/gimp/help/fr/ch05s21s06.html +share/gimp/help/fr/ch05s21s07.html +share/gimp/help/fr/ch05s21s08.html +share/gimp/help/fr/ch05s21s09.html +share/gimp/help/fr/ch05s21s10.html +share/gimp/help/fr/ch05s21s11.html +share/gimp/help/fr/ch05s21s12.html +share/gimp/help/fr/ch05s21s13.html +share/gimp/help/fr/ch05s21s14.html +share/gimp/help/fr/ch05s21s15.html +share/gimp/help/fr/ch05s21s16.html +share/gimp/help/fr/ch06.html +share/gimp/help/fr/ch06s02.html +share/gimp/help/fr/ch06s02s02.html +share/gimp/help/fr/ch06s02s03.html +share/gimp/help/fr/ch06s02s04.html +share/gimp/help/fr/ch06s02s05.html +share/gimp/help/fr/ch06s02s06.html +share/gimp/help/fr/ch06s02s07.html +share/gimp/help/fr/ch06s02s08.html +share/gimp/help/fr/ch06s02s09.html +share/gimp/help/fr/ch06s02s10.html +share/gimp/help/fr/ch06s02s11.html +share/gimp/help/fr/ch06s02s12.html +share/gimp/help/fr/ch06s02s13.html +share/gimp/help/fr/ch06s03.html +share/gimp/help/fr/ch06s03s02.html +share/gimp/help/fr/ch06s03s03.html +share/gimp/help/fr/ch06s03s04.html +share/gimp/help/fr/ch06s03s05.html +share/gimp/help/fr/ch06s03s06.html +share/gimp/help/fr/ch06s03s07.html +share/gimp/help/fr/ch06s03s08.html +share/gimp/help/fr/ch06s03s09.html +share/gimp/help/fr/ch06s03s10.html +share/gimp/help/fr/ch06s03s11.html +share/gimp/help/fr/ch06s03s12.html +share/gimp/help/fr/ch06s03s13.html +share/gimp/help/fr/ch06s03s14.html +share/gimp/help/fr/ch06s03s15.html +share/gimp/help/fr/ch06s03s16.html +share/gimp/help/fr/ch06s03s17.html +share/gimp/help/fr/ch06s04.html +share/gimp/help/fr/ch06s04s02.html +share/gimp/help/fr/ch06s04s03.html +share/gimp/help/fr/ch06s04s04.html +share/gimp/help/fr/ch06s04s05.html +share/gimp/help/fr/ch06s04s06.html +share/gimp/help/fr/ch06s04s07.html +share/gimp/help/fr/ch06s04s08.html +share/gimp/help/fr/ch06s04s09.html +share/gimp/help/fr/ch06s04s10.html +share/gimp/help/fr/ch06s04s11.html +share/gimp/help/fr/ch06s04s12.html +share/gimp/help/fr/ch06s04s13.html +share/gimp/help/fr/ch06s04s14.html +share/gimp/help/fr/ch06s04s15.html +share/gimp/help/fr/ch06s04s16.html +share/gimp/help/fr/ch06s05.html +share/gimp/help/fr/ch06s05s02.html +share/gimp/help/fr/ch06s05s03.html +share/gimp/help/fr/ch06s05s04.html +share/gimp/help/fr/ch06s05s05.html +share/gimp/help/fr/ch06s05s06.html +share/gimp/help/fr/ch06s05s07.html +share/gimp/help/fr/ch06s05s08.html +share/gimp/help/fr/ch06s05s09.html +share/gimp/help/fr/ch06s05s10.html +share/gimp/help/fr/ch06s05s11.html +share/gimp/help/fr/ch06s05s12.html +share/gimp/help/fr/ch06s05s13.html +share/gimp/help/fr/ch06s05s14.html +share/gimp/help/fr/ch06s05s15.html +share/gimp/help/fr/ch06s05s16.html +share/gimp/help/fr/ch06s05s17.html +share/gimp/help/fr/ch06s05s18.html +share/gimp/help/fr/ch06s06.html +share/gimp/help/fr/ch06s06s02.html +share/gimp/help/fr/ch06s06s03.html +share/gimp/help/fr/ch06s06s04.html +share/gimp/help/fr/ch06s06s05.html +share/gimp/help/fr/ch06s06s06.html +share/gimp/help/fr/ch06s06s07.html +share/gimp/help/fr/ch06s06s08.html +share/gimp/help/fr/ch06s06s09.html +share/gimp/help/fr/ch06s06s10.html +share/gimp/help/fr/ch06s06s11.html +share/gimp/help/fr/ch06s06s12.html +share/gimp/help/fr/ch06s06s13.html +share/gimp/help/fr/ch06s06s14.html +share/gimp/help/fr/ch06s07.html +share/gimp/help/fr/ch06s07s02.html +share/gimp/help/fr/ch06s07s03.html +share/gimp/help/fr/ch06s07s04.html +share/gimp/help/fr/ch06s07s05.html +share/gimp/help/fr/ch06s07s06.html +share/gimp/help/fr/ch06s07s07.html +share/gimp/help/fr/ch06s07s08.html +share/gimp/help/fr/ch06s07s09.html +share/gimp/help/fr/ch06s08.html +share/gimp/help/fr/ch06s09.html +share/gimp/help/fr/ch07.html +share/gimp/help/fr/ch07s02.html +share/gimp/help/fr/ch07s02s02.html +share/gimp/help/fr/ch07s02s03.html +share/gimp/help/fr/ch07s02s04.html +share/gimp/help/fr/ch07s02s05.html +share/gimp/help/fr/ch07s02s06.html +share/gimp/help/fr/ch07s02s07.html +share/gimp/help/fr/ch07s03.html +share/gimp/help/fr/ch07s03s02.html +share/gimp/help/fr/ch07s03s03.html +share/gimp/help/fr/ch07s03s04.html +share/gimp/help/fr/ch07s03s05.html +share/gimp/help/fr/ch07s03s06.html +share/gimp/help/fr/ch07s03s07.html +share/gimp/help/fr/ch07s03s08.html +share/gimp/help/fr/ch07s03s09.html +share/gimp/help/fr/ch07s03s10.html +share/gimp/help/fr/ch07s03s11.html +share/gimp/help/fr/ch07s03s12.html +share/gimp/help/fr/ch07s03s13.html +share/gimp/help/fr/ch07s03s14.html +share/gimp/help/fr/ch07s03s15.html +share/gimp/help/fr/ch07s03s16.html +share/gimp/help/fr/ch07s03s17.html +share/gimp/help/fr/ch07s03s18.html +share/gimp/help/fr/ch07s03s19.html +share/gimp/help/fr/ch07s03s20.html +share/gimp/help/fr/ch07s03s21.html +share/gimp/help/fr/ch07s03s22.html +share/gimp/help/fr/ch07s04.html +share/gimp/help/fr/ch07s04s02.html +share/gimp/help/fr/ch07s04s03.html +share/gimp/help/fr/ch07s04s04.html +share/gimp/help/fr/ch07s04s05.html +share/gimp/help/fr/ch07s04s06.html +share/gimp/help/fr/ch07s04s07.html +share/gimp/help/fr/ch07s05.html +share/gimp/help/fr/ch07s05s02.html +share/gimp/help/fr/ch07s05s03.html +share/gimp/help/fr/ch07s05s04.html +share/gimp/help/fr/ch07s05s05.html +share/gimp/help/fr/ch07s06.html +share/gimp/help/fr/ch07s06s02.html +share/gimp/help/fr/ch07s06s03.html +share/gimp/help/fr/ch07s06s04.html +share/gimp/help/fr/ch07s06s05.html +share/gimp/help/fr/ch07s06s06.html +share/gimp/help/fr/ch07s06s07.html +share/gimp/help/fr/ch07s07.html +share/gimp/help/fr/ch07s07s02.html +share/gimp/help/fr/ch07s07s03.html +share/gimp/help/fr/ch07s07s04.html +share/gimp/help/fr/ch07s08.html +share/gimp/help/fr/ch07s08s02.html +share/gimp/help/fr/ch07s08s03.html +share/gimp/help/fr/ch07s09.html +share/gimp/help/fr/ch07s09s02.html +share/gimp/help/fr/ch07s09s03.html +share/gimp/help/fr/ch07s09s04.html +share/gimp/help/fr/ch07s09s05.html +share/gimp/help/fr/ch07s09s06.html +share/gimp/help/fr/ch07s10.html +share/gimp/help/fr/ch07s10s02.html +share/gimp/help/fr/ch07s10s03.html +share/gimp/help/fr/ch07s10s04.html +share/gimp/help/fr/ch07s10s05.html +share/gimp/help/fr/ch07s10s06.html +share/gimp/help/fr/ch07s10s07.html +share/gimp/help/fr/ch07s11.html +share/gimp/help/fr/ch07s11s02.html +share/gimp/help/fr/ch07s11s03.html +share/gimp/help/fr/ch07s11s04.html +share/gimp/help/fr/ch07s11s05.html +share/gimp/help/fr/ch07s11s06.html +share/gimp/help/fr/ch07s11s07.html +share/gimp/help/fr/ch07s11s08.html +share/gimp/help/fr/ch07s11s09.html +share/gimp/help/fr/ch07s11s10.html +share/gimp/help/fr/ch07s11s11.html +share/gimp/help/fr/ch07s12.html +share/gimp/help/fr/ch07s12s02.html +share/gimp/help/fr/ch07s12s03.html +share/gimp/help/fr/gimp-help-plain.css +share/gimp/help/fr/gimp-help-screen.css +share/gimp/help/fr/gimp-help.xml +share/gimp/help/fr/gimp-xrefs.xml +share/gimp/help/fr/go01.html +share/gimp/help/fr/index.html +share/gimp/help/fr/ix01.html +share/gimp/help/images/callouts/1.png +share/gimp/help/images/callouts/10.png +share/gimp/help/images/callouts/11.png +share/gimp/help/images/callouts/12.png +share/gimp/help/images/callouts/13.png +share/gimp/help/images/callouts/14.png +share/gimp/help/images/callouts/15.png +share/gimp/help/images/callouts/2.png +share/gimp/help/images/callouts/3.png +share/gimp/help/images/callouts/4.png +share/gimp/help/images/callouts/5.png +share/gimp/help/images/callouts/6.png +share/gimp/help/images/callouts/7.png +share/gimp/help/images/callouts/8.png +share/gimp/help/images/callouts/9.png +share/gimp/help/images/caution.png +share/gimp/help/images/dialogs/color-dialog.png +share/gimp/help/images/dialogs/cs/dialogs-new-image-advanced.png +share/gimp/help/images/dialogs/cs/dialogs-new-image-colorspace.png +share/gimp/help/images/dialogs/cs/dialogs-new-image-templates.png +share/gimp/help/images/dialogs/cs/dialogs-new-image.png +share/gimp/help/images/dialogs/cs/dialogs-templates-menu.png +share/gimp/help/images/dialogs/de/color-dialog.png +share/gimp/help/images/dialogs/de/dialogs-channel-menu.png +share/gimp/help/images/dialogs/de/dialogs-channel-quickmask.png +share/gimp/help/images/dialogs/de/dialogs-channel.png +share/gimp/help/images/dialogs/de/dialogs-channels-example.png +share/gimp/help/images/dialogs/de/dialogs-file-open.png +share/gimp/help/images/dialogs/de/dialogs-file-save.png +share/gimp/help/images/dialogs/de/dialogs-layer-addmask.png +share/gimp/help/images/dialogs/de/dialogs-layer-keeptrans.png +share/gimp/help/images/dialogs/de/dialogs-layer-menu.png +share/gimp/help/images/dialogs/de/dialogs-layer-modes.png +share/gimp/help/images/dialogs/de/dialogs-layer-opacity.png +share/gimp/help/images/dialogs/de/dialogs-layer.png +share/gimp/help/images/dialogs/de/dialogs-menus-imagewindow-file-new.png +share/gimp/help/images/dialogs/dialogs-brushes-list.png +share/gimp/help/images/dialogs/dialogs-brushes.png +share/gimp/help/images/dialogs/dialogs-buffers-grid.png +share/gimp/help/images/dialogs/dialogs-buffers-menu.png +share/gimp/help/images/dialogs/dialogs-buffers.png +share/gimp/help/images/dialogs/dialogs-channel-masks-gradient.png +share/gimp/help/images/dialogs/dialogs-channel-masks.png +share/gimp/help/images/dialogs/dialogs-channel-menu.png +share/gimp/help/images/dialogs/dialogs-channel-quickmask.png +share/gimp/help/images/dialogs/dialogs-channel.png +share/gimp/help/images/dialogs/dialogs-channels-example.png +share/gimp/help/images/dialogs/dialogs-configure-grid.png +share/gimp/help/images/dialogs/dialogs-documents-grid.png +share/gimp/help/images/dialogs/dialogs-documents-menu.png +share/gimp/help/images/dialogs/dialogs-documents.png +share/gimp/help/images/dialogs/dialogs-error-console.png +share/gimp/help/images/dialogs/dialogs-file-open.png +share/gimp/help/images/dialogs/dialogs-file-save.png +share/gimp/help/images/dialogs/dialogs-fonts-grid.png +share/gimp/help/images/dialogs/dialogs-fonts.png +share/gimp/help/images/dialogs/dialogs-gradient-editor-blend.png +share/gimp/help/images/dialogs/dialogs-gradient-editor-color.png +share/gimp/help/images/dialogs/dialogs-gradient-editor-colorfrom.png +share/gimp/help/images/dialogs/dialogs-gradient-editor-menu.png +share/gimp/help/images/dialogs/dialogs-gradient-editor.png +share/gimp/help/images/dialogs/dialogs-gradient.png +share/gimp/help/images/dialogs/dialogs-histogram-basic.png +share/gimp/help/images/dialogs/dialogs-histogram-log.png +share/gimp/help/images/dialogs/dialogs-histogram-menu.png +share/gimp/help/images/dialogs/dialogs-histogram-range.png +share/gimp/help/images/dialogs/dialogs-histogram-rgb.png +share/gimp/help/images/dialogs/dialogs-history.png +share/gimp/help/images/dialogs/dialogs-icon-anchor.png +share/gimp/help/images/dialogs/dialogs-icon-delete.png +share/gimp/help/images/dialogs/dialogs-icon-duplicate.png +share/gimp/help/images/dialogs/dialogs-icon-edit.png +share/gimp/help/images/dialogs/dialogs-icon-eye.png +share/gimp/help/images/dialogs/dialogs-icon-floating.png +share/gimp/help/images/dialogs/dialogs-icon-lower.png +share/gimp/help/images/dialogs/dialogs-icon-navigation.png +share/gimp/help/images/dialogs/dialogs-icon-new.png +share/gimp/help/images/dialogs/dialogs-icon-raise.png +share/gimp/help/images/dialogs/dialogs-icon-selection.png +share/gimp/help/images/dialogs/dialogs-icon-vchain.png +share/gimp/help/images/dialogs/dialogs-images.png +share/gimp/help/images/dialogs/dialogs-image-canvas-size.png +share/gimp/help/images/dialogs/dialogs-image-configure-grid.png +share/gimp/help/images/dialogs/dialogs-image-merge-visible.png +share/gimp/help/images/dialogs/dialogs-image-mode-indexed.png +share/gimp/help/images/dialogs/dialogs-image-scale-image.png +share/gimp/help/images/dialogs/dialogs-indexed-palette.png +share/gimp/help/images/dialogs/dialogs-layer.png +share/gimp/help/images/dialogs/dialogs-layer-addmask.png +share/gimp/help/images/dialogs/dialogs-layer-keeptrans.png +share/gimp/help/images/dialogs/dialogs-layer-menu.png +share/gimp/help/images/dialogs/dialogs-layer-modes.png +share/gimp/help/images/dialogs/dialogs-layer-opacity.png +share/gimp/help/images/dialogs/dialogs-layer-rename.png +share/gimp/help/images/dialogs/dialogs-menus-imagewindow-edit-stroke.png +share/gimp/help/images/dialogs/dialogs-menus-imagewindow-file-new.png +share/gimp/help/images/dialogs/dialogs-navigation.png +share/gimp/help/images/dialogs/dialogs-new-image.png +share/gimp/help/images/dialogs/dialogs-new-image-advanced.png +share/gimp/help/images/dialogs/dialogs-new-image-colorspace.png +share/gimp/help/images/dialogs/dialogs-new-image-fill.png +share/gimp/help/images/dialogs/dialogs-new-image-templates.png +share/gimp/help/images/dialogs/dialogs-new-layer.png +share/gimp/help/images/dialogs/dialogs-palettes.png +share/gimp/help/images/dialogs/dialogs-palettes-grid.png +share/gimp/help/images/dialogs/dialogs-palettes-menu.png +share/gimp/help/images/dialogs/dialogs-palette-editor.png +share/gimp/help/images/dialogs/dialogs-palette-editor-menu.png +share/gimp/help/images/dialogs/dialogs-palette-import.png +share/gimp/help/images/dialogs/dialogs-paths.png +share/gimp/help/images/dialogs/dialogs-paths-menu.png +share/gimp/help/images/dialogs/dialogs-patterns.png +share/gimp/help/images/dialogs/dialogs-patterns-list.png +share/gimp/help/images/dialogs/dialogs-templates.png +share/gimp/help/images/dialogs/dialogs-templates-edit.png +share/gimp/help/images/dialogs/dialogs-templates-edit-advanced.png +share/gimp/help/images/dialogs/dialogs-templates-menu.png +share/gimp/help/images/dialogs/dialogs-tools.png +share/gimp/help/images/dialogs/dialogs-tool-options-rect-select.png +share/gimp/help/images/dialogs/dialogs-undo-history.png +share/gimp/help/images/dialogs/dialogs-view-infowindow.png +share/gimp/help/images/dialogs/dialogs-view-infowindow-com.png +share/gimp/help/images/dialogs/dialogs-view-infowindow-curs.png +share/gimp/help/images/dialogs/dialogs-view-infowindow-gen.png +share/gimp/help/images/dialogs/examples/border-selection-01.png +share/gimp/help/images/dialogs/examples/border-selection-02.png +share/gimp/help/images/dialogs/examples/dither1.png +share/gimp/help/images/dialogs/examples/dither2.png +share/gimp/help/images/dialogs/examples/dither3.png +share/gimp/help/images/dialogs/examples/dither4.png +share/gimp/help/images/dialogs/examples/miter_en.png +share/gimp/help/images/dialogs/examples/miter_fr.png +share/gimp/help/images/dialogs/fr/color-dialog.png +share/gimp/help/images/dialogs/fr/dialogs-brushes.png +share/gimp/help/images/dialogs/fr/dialogs-brushes-list.png +share/gimp/help/images/dialogs/fr/dialogs-buffers.png +share/gimp/help/images/dialogs/fr/dialogs-buffers-grid.png +share/gimp/help/images/dialogs/fr/dialogs-buffers-menu.png +share/gimp/help/images/dialogs/fr/dialogs-colormap.png +share/gimp/help/images/dialogs/fr/dialogs-file-open.png +share/gimp/help/images/dialogs/fr/dialogs-file-save.png +share/gimp/help/images/dialogs/fr/dialogs-fonts.png +share/gimp/help/images/dialogs/fr/dialogs-fonts-grid.png +share/gimp/help/images/dialogs/fr/dialogs-gradient.png +share/gimp/help/images/dialogs/fr/dialogs-gradient-editor.png +share/gimp/help/images/dialogs/fr/dialogs-gradient-editor-menu.png +share/gimp/help/images/dialogs/fr/dialogs-histogram-basic.png +share/gimp/help/images/dialogs/fr/dialogs-histogram-menu.png +share/gimp/help/images/dialogs/fr/dialogs-histogram-range.png +share/gimp/help/images/dialogs/fr/dialogs-histogram-rgb.png +share/gimp/help/images/dialogs/fr/dialogs-history.png +share/gimp/help/images/dialogs/fr/dialogs-channels-example.png +share/gimp/help/images/dialogs/fr/dialogs-channel.png +share/gimp/help/images/dialogs/fr/dialogs-channel-menu.png +share/gimp/help/images/dialogs/fr/dialogs-image-canvas-size.png +share/gimp/help/images/dialogs/fr/dialogs-image-configure-grid.png +share/gimp/help/images/dialogs/fr/dialogs-image-merge-visible.png +share/gimp/help/images/dialogs/fr/dialogs-image-mode-indexed.png +share/gimp/help/images/dialogs/fr/dialogs-image-scale-image.png +share/gimp/help/images/dialogs/fr/dialogs-indexed-palette.png +share/gimp/help/images/dialogs/fr/dialogs-layer.png +share/gimp/help/images/dialogs/fr/dialogs-layer-addmask.png +share/gimp/help/images/dialogs/fr/dialogs-layer-keeptrans.png +share/gimp/help/images/dialogs/fr/dialogs-layer-menu.png +share/gimp/help/images/dialogs/fr/dialogs-layer-modes.png +share/gimp/help/images/dialogs/fr/dialogs-layer-opacity.png +share/gimp/help/images/dialogs/fr/dialogs-menus-imagewindow-edit-stroke.png +share/gimp/help/images/dialogs/fr/dialogs-menus-imagewindow-file-new.png +share/gimp/help/images/dialogs/fr/dialogs-navigation.png +share/gimp/help/images/dialogs/fr/dialogs-new-image.png +share/gimp/help/images/dialogs/fr/dialogs-new-image-advanced.png +share/gimp/help/images/dialogs/fr/dialogs-new-image-colorspace.png +share/gimp/help/images/dialogs/fr/dialogs-new-image-fill.png +share/gimp/help/images/dialogs/fr/dialogs-new-image-templates.png +share/gimp/help/images/dialogs/fr/dialogs-new-layer.png +share/gimp/help/images/dialogs/fr/dialogs-palettes.png +share/gimp/help/images/dialogs/fr/dialogs-palettes-grid.png +share/gimp/help/images/dialogs/fr/dialogs-palettes-menu.png +share/gimp/help/images/dialogs/fr/dialogs-palette-editor.png +share/gimp/help/images/dialogs/fr/dialogs-palette-editor-menu.png +share/gimp/help/images/dialogs/fr/dialogs-palette-import.png +share/gimp/help/images/dialogs/fr/dialogs-paths.png +share/gimp/help/images/dialogs/fr/dialogs-paths-menu.png +share/gimp/help/images/dialogs/fr/dialogs-paths-rename.png +share/gimp/help/images/dialogs/fr/dialogs-patterns.png +share/gimp/help/images/dialogs/fr/dialogs-patterns-list.png +share/gimp/help/images/dialogs/fr/dialogs-templates.png +share/gimp/help/images/dialogs/fr/dialogs-templates-edit.png +share/gimp/help/images/dialogs/fr/dialogs-templates-edit-advanced.png +share/gimp/help/images/dialogs/fr/dialogs-tools.png +share/gimp/help/images/dialogs/fr/dialogs-tool-options-rect-select.png +share/gimp/help/images/dialogs/fr/dialogs-undo-history.png +share/gimp/help/images/dialogs/fr/dialogs-view-infowindow.png +share/gimp/help/images/dialogs/fr/dialogs-view-infowindow-com-fr.png +share/gimp/help/images/dialogs/fr/dialogs-view-infowindow-curs-fr.png +share/gimp/help/images/dialogs/fr/dialogs-view-infowindow-gen-fr.png +share/gimp/help/images/dialogs/gimp-path-stroke.png +share/gimp/help/images/dialogs/it/dialogs-tools.png +share/gimp/help/images/dialogs/it/dialogs-tool-options-rect-select.png +share/gimp/help/images/dialogs/layers_example.png +share/gimp/help/images/dialogs/layers_overview.png +share/gimp/help/images/dialogs/stock-menu-left-12.png +share/gimp/help/images/dialogs/zh_CN/color-dialog.png +share/gimp/help/images/dialogs/zh_CN/dialogs-brushes-list.png +share/gimp/help/images/dialogs/zh_CN/dialogs-brushes.png +share/gimp/help/images/dialogs/zh_CN/dialogs-buffers-grid.png +share/gimp/help/images/dialogs/zh_CN/dialogs-buffers-menu.png +share/gimp/help/images/dialogs/zh_CN/dialogs-buffers.png +share/gimp/help/images/dialogs/zh_CN/dialogs-channels-example.png +share/gimp/help/images/dialogs/zh_CN/dialogs-channel.png +share/gimp/help/images/dialogs/zh_CN/dialogs-channel-menu.png +share/gimp/help/images/dialogs/zh_CN/dialogs-channel-quickmask.png +share/gimp/help/images/dialogs/zh_CN/dialogs-file-open.png +share/gimp/help/images/dialogs/zh_CN/dialogs-fonts-grid.png +share/gimp/help/images/dialogs/zh_CN/dialogs-fonts.png +share/gimp/help/images/dialogs/zh_CN/dialogs-gradient-editor-blend.png +share/gimp/help/images/dialogs/zh_CN/dialogs-gradient-editor-color.png +share/gimp/help/images/dialogs/zh_CN/dialogs-gradient-editor-colorfrom.png +share/gimp/help/images/dialogs/zh_CN/dialogs-gradient-editor-menu.png +share/gimp/help/images/dialogs/zh_CN/dialogs-gradient-editor.png +share/gimp/help/images/dialogs/zh_CN/dialogs-gradient.png +share/gimp/help/images/dialogs/zh_CN/dialogs-histogram-basic.png +share/gimp/help/images/dialogs/zh_CN/dialogs-histogram-log.png +share/gimp/help/images/dialogs/zh_CN/dialogs-histogram-menu.png +share/gimp/help/images/dialogs/zh_CN/dialogs-histogram-range.png +share/gimp/help/images/dialogs/zh_CN/dialogs-histogram-rgb.png +share/gimp/help/images/dialogs/zh_CN/dialogs-history.png +share/gimp/help/images/dialogs/zh_CN/dialogs-image-canvas-size.png +share/gimp/help/images/dialogs/zh_CN/dialogs-image-configure-grid.png +share/gimp/help/images/dialogs/zh_CN/dialogs-image-merge-visible.png +share/gimp/help/images/dialogs/zh_CN/dialogs-image-mode-indexed.png +share/gimp/help/images/dialogs/zh_CN/dialogs-image-scale-image.png +share/gimp/help/images/dialogs/zh_CN/dialogs-indexed-palette.png +share/gimp/help/images/dialogs/zh_CN/dialogs-layer-addmask.png +share/gimp/help/images/dialogs/zh_CN/dialogs-layer-keeptrans.png +share/gimp/help/images/dialogs/zh_CN/dialogs-layer-modes.png +share/gimp/help/images/dialogs/zh_CN/dialogs-layer-opacity.png +share/gimp/help/images/dialogs/zh_CN/dialogs-layer.png +share/gimp/help/images/dialogs/zh_CN/dialogs-menus-imagewindow-edit-stroke.png +share/gimp/help/images/dialogs/zh_CN/dialogs-navigation.png +share/gimp/help/images/dialogs/zh_CN/dialogs-new-image-advanced.png +share/gimp/help/images/dialogs/zh_CN/dialogs-new-image-colorspace.png +share/gimp/help/images/dialogs/zh_CN/dialogs-new-image-fill.png +share/gimp/help/images/dialogs/zh_CN/dialogs-new-image-templates.png +share/gimp/help/images/dialogs/zh_CN/dialogs-new-image.png +share/gimp/help/images/dialogs/zh_CN/dialogs-new-layer.png +share/gimp/help/images/dialogs/zh_CN/dialogs-palette-editor-menu.png +share/gimp/help/images/dialogs/zh_CN/dialogs-palette-editor.png +share/gimp/help/images/dialogs/zh_CN/dialogs-palette-import.png +share/gimp/help/images/dialogs/zh_CN/dialogs-palettes-grid.png +share/gimp/help/images/dialogs/zh_CN/dialogs-palettes-menu.png +share/gimp/help/images/dialogs/zh_CN/dialogs-palettes.png +share/gimp/help/images/dialogs/zh_CN/dialogs-paths-menu.png +share/gimp/help/images/dialogs/zh_CN/dialogs-paths.png +share/gimp/help/images/dialogs/zh_CN/dialogs-patterns-list.png +share/gimp/help/images/dialogs/zh_CN/dialogs-patterns.png +share/gimp/help/images/dialogs/zh_CN/dialogs-tool-options-rect-select.png +share/gimp/help/images/dialogs/zh_CN/dialogs-tools.png +share/gimp/help/images/dialogs/zh_CN/dialogs-undo-history.png +share/gimp/help/images/dialogs/zh_CN/dialogs-view-infowindow.png +share/gimp/help/images/example.png +share/gimp/help/images/filters/cs/filters-edgedetect-fig.png +share/gimp/help/images/filters/cs/filters-enhance-deinterlace.png +share/gimp/help/images/filters/cs/filters-enhance-despeckle.png +share/gimp/help/images/filters/cs/filters-enhance-destripe.png +share/gimp/help/images/filters/cs/filters-enhance-nlfilter.png +share/gimp/help/images/filters/cs/filters-enhance-sharpen.png +share/gimp/help/images/filters/cs/filters-generic-convolution.png +share/gimp/help/images/filters/de/blur.png +share/gimp/help/images/filters/de/blur-gauss.png +share/gimp/help/images/filters/de/blur-select-gauss.png +share/gimp/help/images/filters/de/blur-tileable.png +share/gimp/help/images/filters/de/options-blur-gauss.png +share/gimp/help/images/filters/de/options-blur-mblur.png +share/gimp/help/images/filters/de/options-blur-pixelise.png +share/gimp/help/images/filters/de/options-blur-selective.png +share/gimp/help/images/filters/de/options-blur-tblur.png +share/gimp/help/images/filters/de/options-color-alien2.png +share/gimp/help/images/filters/de/options-color-border-average.png +share/gimp/help/images/filters/de/options-color-colortoalpha.png +share/gimp/help/images/filters/de/options-color-exchange.png +share/gimp/help/images/filters/de/options-color-maprange-color.png +share/gimp/help/images/filters/de/options-color-rotation.png +share/gimp/help/images/filters/de/options-color-rotation-gray.png +share/gimp/help/images/filters/de/options-color-sample-colorize.png +share/gimp/help/images/filters/de/pixelise.png +share/gimp/help/images/filters/examples/blast1.png +share/gimp/help/images/filters/examples/blindex.png +share/gimp/help/images/filters/examples/blur-demo-blur.png +share/gimp/help/images/filters/examples/blur-demo-gauss10.png +share/gimp/help/images/filters/examples/blur-demo-mblur.png +share/gimp/help/images/filters/examples/blur-demo-orig.png +share/gimp/help/images/filters/examples/blur-demo-pixelize.png +share/gimp/help/images/filters/examples/blur-demo-selective.png +share/gimp/help/images/filters/examples/blur-taj-blur.png +share/gimp/help/images/filters/examples/blur-taj-gauss.png +share/gimp/help/images/filters/examples/blur-taj-mblur-linear.png +share/gimp/help/images/filters/examples/blur-taj-mblur-radial.png +share/gimp/help/images/filters/examples/blur-taj-mblur-zoom.png +share/gimp/help/images/filters/examples/blur-taj-pixelise.png +share/gimp/help/images/filters/examples/blur-taj-selective.png +share/gimp/help/images/filters/examples/blur-taj-tblur.png +share/gimp/help/images/filters/examples/color-taj-adjust.png +share/gimp/help/images/filters/examples/color-taj-alien2.png +share/gimp/help/images/filters/examples/color-taj-colortoalpha.png +share/gimp/help/images/filters/examples/color-taj-exchange.png +share/gimp/help/images/filters/examples/color-taj-gradientmap.png +share/gimp/help/images/filters/examples/color-taj-mapcolor-range.png +share/gimp/help/images/filters/examples/color-taj-rotation.png +share/gimp/help/images/filters/examples/color-taj-sample-colorize.png +share/gimp/help/images/filters/examples/convolution-blur.png +share/gimp/help/images/filters/examples/convolution-edge.png +share/gimp/help/images/filters/examples/convolution-edge-detect1.png +share/gimp/help/images/filters/examples/convolution-emboss.png +share/gimp/help/images/filters/examples/convolution-example1.png +share/gimp/help/images/filters/examples/convolution-sharpen.png +share/gimp/help/images/filters/examples/curl.png +share/gimp/help/images/filters/examples/curve-ex.png +share/gimp/help/images/filters/examples/diffraction1.png +share/gimp/help/images/filters/examples/diffraction2.png +share/gimp/help/images/filters/examples/dilate-neon.png +share/gimp/help/images/filters/examples/dilate-text.png +share/gimp/help/images/filters/examples/erode-noise.png +share/gimp/help/images/filters/examples/flame1.png +share/gimp/help/images/filters/examples/gradmap-example.png +share/gimp/help/images/filters/examples/ifscompose-tut1.png +share/gimp/help/images/filters/examples/ifscompose-tut2.png +share/gimp/help/images/filters/examples/ifscompose-tut3.png +share/gimp/help/images/filters/examples/ifscompose-tut4.png +share/gimp/help/images/filters/examples/jigsaw-example.png +share/gimp/help/images/filters/examples/maze1.png +share/gimp/help/images/filters/examples/newsprint.png +share/gimp/help/images/filters/examples/plasma1.png +share/gimp/help/images/filters/examples/polcoords1.png +share/gimp/help/images/filters/examples/polcoords2.png +share/gimp/help/images/filters/examples/qbist1.png +share/gimp/help/images/filters/examples/qbist2.png +share/gimp/help/images/filters/examples/qbist3.png +share/gimp/help/images/filters/examples/sinus1.png +share/gimp/help/images/filters/examples/solid-noise.png +share/gimp/help/images/filters/examples/taj_orig.png +share/gimp/help/images/filters/examples/voronoi.png +share/gimp/help/images/filters/examples/vpropag0-en.png +share/gimp/help/images/filters/examples/vpropag0-fr.png +share/gimp/help/images/filters/examples/vpropag1.png +share/gimp/help/images/filters/examples/vpropag2.png +share/gimp/help/images/filters/examples/vpropag3.png +share/gimp/help/images/filters/examples/vpropag4.png +share/gimp/help/images/filters/examples/vpropag5.png +share/gimp/help/images/filters/examples/vpropag7.png +share/gimp/help/images/filters/examples/whirlpinch-orig.png +share/gimp/help/images/filters/examples/whirlpinch-pinch.png +share/gimp/help/images/filters/examples/whirlpinch-whirl.png +share/gimp/help/images/filters/examples/wind0.png +share/gimp/help/images/filters/examples/wind1.png +share/gimp/help/images/filters/examples/wind2.png +share/gimp/help/images/filters/examples/wind3.png +share/gimp/help/images/filters/filters-alienmap1-figures.png +share/gimp/help/images/filters/filters-artistic-applycanvas.png +share/gimp/help/images/filters/filters-artistic-cubism.png +share/gimp/help/images/filters/filters-artistic-gimpressionist.png +share/gimp/help/images/filters/filters-artistic-gimpressionist-orientmap.png +share/gimp/help/images/filters/filters-artistic-gimpressionist-sizemap.png +share/gimp/help/images/filters/filters-artistic-oilify.png +share/gimp/help/images/filters/filters-blur-blur.png +share/gimp/help/images/filters/filters-blur-gaussIIR.png +share/gimp/help/images/filters/filters-blur-gaussRLE.png +share/gimp/help/images/filters/filters-blur-gaussselect.png +share/gimp/help/images/filters/filters-blur-mblur.png +share/gimp/help/images/filters/filters-blur-pixelize.png +share/gimp/help/images/filters/filters-blur-tileable.png +share/gimp/help/images/filters/filters-colormap-alien2.png +share/gimp/help/images/filters/filters-colormap-alien.png +share/gimp/help/images/filters/filters-colormap-exchange.png +share/gimp/help/images/filters/filters-colormap-rangemapping.png +share/gimp/help/images/filters/filters-colormap-rotation.png +share/gimp/help/images/filters/filters-colormap-samplecolorize.png +share/gimp/help/images/filters/filters-color-borderaverage.png +share/gimp/help/images/filters/filters-color-ccanalysis.png +share/gimp/help/images/filters/filters-color-colorify.png +share/gimp/help/images/filters/filters-color-colortoalpha.png +share/gimp/help/images/filters/filters-color-compose.png +share/gimp/help/images/filters/filters-color-decompose.png +share/gimp/help/images/filters/filters-color-filterpack.png +share/gimp/help/images/filters/filters-color-hot.png +share/gimp/help/images/filters/filters-color-channelmixer.png +share/gimp/help/images/filters/filters-color-maxRGB.png +share/gimp/help/images/filters/filters-color-smoothpalette.png +share/gimp/help/images/filters/filters-combine-depthmerge.png +share/gimp/help/images/filters/filters-combine-film.png +share/gimp/help/images/filters/filters-convolution-crop.png +share/gimp/help/images/filters/filters-convolution-extend.png +share/gimp/help/images/filters/filters-convolution-milord.png +share/gimp/help/images/filters/filters-convolution-wrap.png +share/gimp/help/images/filters/filters-dilate-image.png +share/gimp/help/images/filters/filters-dilate-pixel.png +share/gimp/help/images/filters/filters-dilate-zone.png +share/gimp/help/images/filters/filters-distort-blinds.png +share/gimp/help/images/filters/filters-distort-curvebend.png +share/gimp/help/images/filters/filters-distort-emboss.png +share/gimp/help/images/filters/filters-distort-iwarp.png +share/gimp/help/images/filters/filters-distort-mosaic.png +share/gimp/help/images/filters/filters-distort-newsprint.png +share/gimp/help/images/filters/filters-distort-pagecurl.png +share/gimp/help/images/filters/filters-distort-polarcoords.png +share/gimp/help/images/filters/filters-distort-ripple.png +share/gimp/help/images/filters/filters-distort-shift.png +share/gimp/help/images/filters/filters-distort-video.png +share/gimp/help/images/filters/filters-distort-vpropagate.png +share/gimp/help/images/filters/filters-distort-waves.png +share/gimp/help/images/filters/filters-distort-whirlpinch.png +share/gimp/help/images/filters/filters-distort-wind.png +share/gimp/help/images/filters/filters-edgedetect-dog.png +share/gimp/help/images/filters/filters-edgedetect-edge.png +share/gimp/help/images/filters/filters-edgedetect-fig.png +share/gimp/help/images/filters/filters-edgedetect-sobel.png +share/gimp/help/images/filters/filters-enhance-deinterlace.png +share/gimp/help/images/filters/filters-enhance-despeckle.png +share/gimp/help/images/filters/filters-enhance-destripe.png +share/gimp/help/images/filters/filters-enhance-nlfilter.png +share/gimp/help/images/filters/filters-enhance-sharpen.png +share/gimp/help/images/filters/filters-enhance-unsharpmask.png +share/gimp/help/images/filters/filters-generic-convolution.png +share/gimp/help/images/filters/filters-glass-glasstile.png +share/gimp/help/images/filters/filters-glass-lenseffect.png +share/gimp/help/images/filters/filters-light-flarefx.png +share/gimp/help/images/filters/filters-light-gflare.png +share/gimp/help/images/filters/filters-light-gflare-editor.png +share/gimp/help/images/filters/filters-light-lightingeffects.png +share/gimp/help/images/filters/filters-light-sparkle.png +share/gimp/help/images/filters/filters-light-supernova.png +share/gimp/help/images/filters/filters-noise-hurl.png +share/gimp/help/images/filters/filters-noise-noisify.png +share/gimp/help/images/filters/filters-noise-pick.png +share/gimp/help/images/filters/filters-noise-scatter.png +share/gimp/help/images/filters/filters-noise-slur.png +share/gimp/help/images/filters/filters-noise-spread.png +share/gimp/help/images/filters/filters-render-cmlexplorer.png +share/gimp/help/images/filters/filters-render-diffraction.png +share/gimp/help/images/filters/filters-render-flame.png +share/gimp/help/images/filters/filters-render-flame-edit.png +share/gimp/help/images/filters/filters-render-grid.png +share/gimp/help/images/filters/filters-render-checkerboard.png +share/gimp/help/images/filters/filters-render-ifscompose.png +share/gimp/help/images/filters/filters-render-jigsaw.png +share/gimp/help/images/filters/filters-render-maze.png +share/gimp/help/images/filters/filters-render-plasma.png +share/gimp/help/images/filters/filters-render-qbist.png +share/gimp/help/images/filters/filters-render-sinus.png +share/gimp/help/images/filters/filters-render-solidnoise.png +share/gimp/help/images/filters/fr/filters-alienmap1-figures.png +share/gimp/help/images/filters/fr/filters-artistic-applycanvas.png +share/gimp/help/images/filters/fr/filters-artistic-cubism.png +share/gimp/help/images/filters/fr/filters-artistic-gimpressionist.png +share/gimp/help/images/filters/fr/filters-artistic-gimpressionist-orientmap.png +share/gimp/help/images/filters/fr/filters-artistic-gimpressionist-sizemap.png +share/gimp/help/images/filters/fr/filters-artistic-oilify.png +share/gimp/help/images/filters/fr/filters-blur-blur.png +share/gimp/help/images/filters/fr/filters-blur-gaussIIR.png +share/gimp/help/images/filters/fr/filters-blur-gaussRLE.png +share/gimp/help/images/filters/fr/filters-blur-gaussselect.png +share/gimp/help/images/filters/fr/filters-blur-mblur.png +share/gimp/help/images/filters/fr/filters-blur-pixelize.png +share/gimp/help/images/filters/fr/filters-blur-tileable.png +share/gimp/help/images/filters/fr/filters-colormap-alien2.png +share/gimp/help/images/filters/fr/filters-colormap-alien.png +share/gimp/help/images/filters/fr/filters-colormap-exchange.png +share/gimp/help/images/filters/fr/filters-colormap-rangemapping.png +share/gimp/help/images/filters/fr/filters-colormap-rotation.png +share/gimp/help/images/filters/fr/filters-colormap-samplecolorize.png +share/gimp/help/images/filters/fr/filters-color-borderaverage.png +share/gimp/help/images/filters/fr/filters-color-ccanalysis.png +share/gimp/help/images/filters/fr/filters-color-colorify.png +share/gimp/help/images/filters/fr/filters-color-colortoalpha.png +share/gimp/help/images/filters/fr/filters-color-compose.png +share/gimp/help/images/filters/fr/filters-color-decompose.png +share/gimp/help/images/filters/fr/filters-color-filterpack.png +share/gimp/help/images/filters/fr/filters-color-hot.png +share/gimp/help/images/filters/fr/filters-color-channelmixer.png +share/gimp/help/images/filters/fr/filters-color-maxRGB.png +share/gimp/help/images/filters/fr/filters-color-smoothpalette.png +share/gimp/help/images/filters/fr/filters-combine-depthmerge.png +share/gimp/help/images/filters/fr/filters-combine-film.png +share/gimp/help/images/filters/fr/filters-distort-blinds.png +share/gimp/help/images/filters/fr/filters-distort-curvebend.png +share/gimp/help/images/filters/fr/filters-distort-emboss.png +share/gimp/help/images/filters/fr/filters-distort-iwarp.png +share/gimp/help/images/filters/fr/filters-distort-mosaic.png +share/gimp/help/images/filters/fr/filters-distort-newsprint.png +share/gimp/help/images/filters/fr/filters-distort-pagecurl.png +share/gimp/help/images/filters/fr/filters-distort-polarcoords.png +share/gimp/help/images/filters/fr/filters-distort-ripple.png +share/gimp/help/images/filters/fr/filters-distort-shift.png +share/gimp/help/images/filters/fr/filters-distort-video.png +share/gimp/help/images/filters/fr/filters-distort-vpropagate.png +share/gimp/help/images/filters/fr/filters-distort-waves.png +share/gimp/help/images/filters/fr/filters-distort-whirlpinch.png +share/gimp/help/images/filters/fr/filters-distort-wind.png +share/gimp/help/images/filters/fr/filters-edgedetect-dog.png +share/gimp/help/images/filters/fr/filters-edgedetect-edge.png +share/gimp/help/images/filters/fr/filters-edgedetect-fig-fr.png +share/gimp/help/images/filters/fr/filters-edgedetect-sobel.png +share/gimp/help/images/filters/fr/filters-enhance-deinterlace.png +share/gimp/help/images/filters/fr/filters-enhance-despeckle.png +share/gimp/help/images/filters/fr/filters-enhance-destripe.png +share/gimp/help/images/filters/fr/filters-enhance-nlfilter.png +share/gimp/help/images/filters/fr/filters-enhance-sharpen.png +share/gimp/help/images/filters/fr/filters-enhance-unsharpmask.png +share/gimp/help/images/filters/fr/filters-generic-convolution.png +share/gimp/help/images/filters/fr/filters-glass-glasstile.png +share/gimp/help/images/filters/fr/filters-glass-lenseffect.png +share/gimp/help/images/filters/fr/filters-light-flarefx.png +share/gimp/help/images/filters/fr/filters-light-gflare.png +share/gimp/help/images/filters/fr/filters-light-gflare-editor.png +share/gimp/help/images/filters/fr/filters-light-lightingeffects.png +share/gimp/help/images/filters/fr/filters-light-sparkle.png +share/gimp/help/images/filters/fr/filters-light-supernova.png +share/gimp/help/images/filters/fr/filters-noise-hurl.png +share/gimp/help/images/filters/fr/filters-noise-noisify.png +share/gimp/help/images/filters/fr/filters-noise-pick.png +share/gimp/help/images/filters/fr/filters-noise-scatter.png +share/gimp/help/images/filters/fr/filters-noise-slur.png +share/gimp/help/images/filters/fr/filters-noise-spread.png +share/gimp/help/images/filters/fr/filters-render-diffraction.png +share/gimp/help/images/filters/fr/filters-render-flame.png +share/gimp/help/images/filters/fr/filters-render-flame-edit.png +share/gimp/help/images/filters/fr/filters-render-grid.png +share/gimp/help/images/filters/fr/filters-render-ifscompose.png +share/gimp/help/images/filters/fr/filters-render-jigsaw.png +share/gimp/help/images/filters/fr/filters-render-maze.png +share/gimp/help/images/filters/fr/filters-render-plasma.png +share/gimp/help/images/filters/fr/filters-render-qbist.png +share/gimp/help/images/filters/fr/filters-render-sinus.png +share/gimp/help/images/filters/fr/filters-render-solidnoise.png +share/gimp/help/images/filters/fr/greythresh.png +share/gimp/help/images/filters/fr/changeto.png +share/gimp/help/images/filters/greythresh.png +share/gimp/help/images/filters/changeto.png +share/gimp/help/images/filters/rotation.png +share/gimp/help/images/filters/zh_CN/filters-artistic-applycanvas.png +share/gimp/help/images/filters/zh_CN/filters-artistic-cubism.png +share/gimp/help/images/filters/zh_CN/filters-artistic-gimpressionist.png +share/gimp/help/images/filters/zh_CN/filters-artistic-gimpressionist-orientmap.png +share/gimp/help/images/filters/zh_CN/filters-artistic-gimpressionist-sizemap.png +share/gimp/help/images/filters/zh_CN/filters-artistic-oilify.png +share/gimp/help/images/filters/zh_CN/filters-blur-gaussIIR.png +share/gimp/help/images/filters/zh_CN/filters-blur-gaussselect.png +share/gimp/help/images/filters/zh_CN/filters-blur-mblur.png +share/gimp/help/images/filters/zh_CN/filters-blur-pixelize.png +share/gimp/help/images/filters/zh_CN/filters-colormap-alien2.png +share/gimp/help/images/filters/zh_CN/filters-colormap-exchange.png +share/gimp/help/images/filters/zh_CN/filters-colormap-rangemapping.png +share/gimp/help/images/filters/zh_CN/filters-colormap-rotation.png +share/gimp/help/images/filters/zh_CN/filters-colormap-samplecolorize.png +share/gimp/help/images/filters/zh_CN/filters-color-borderaverage.png +share/gimp/help/images/filters/zh_CN/filters-color-ccanalysis.png +share/gimp/help/images/filters/zh_CN/filters-color-colorify.png +share/gimp/help/images/filters/zh_CN/filters-color-colortoalpha.png +share/gimp/help/images/filters/zh_CN/filters-color-compose.png +share/gimp/help/images/filters/zh_CN/filters-color-decompose.png +share/gimp/help/images/filters/zh_CN/filters-color-filterpack.png +share/gimp/help/images/filters/zh_CN/filters-color-hot.png +share/gimp/help/images/filters/zh_CN/filters-color-channelmixer.png +share/gimp/help/images/filters/zh_CN/filters-color-maxRGB.png +share/gimp/help/images/filters/zh_CN/filters-color-smoothpalette.png +share/gimp/help/images/filters/zh_CN/filters-combine-depthmerge.png +share/gimp/help/images/filters/zh_CN/filters-combine-film.png +share/gimp/help/images/filters/zh_CN/filters-distort-blinds.png +share/gimp/help/images/filters/zh_CN/filters-distort-curvebend.png +share/gimp/help/images/filters/zh_CN/filters-distort-emboss.png +share/gimp/help/images/filters/zh_CN/filters-distort-iwarp.png +share/gimp/help/images/filters/zh_CN/filters-distort-mosaic.png +share/gimp/help/images/filters/zh_CN/filters-distort-newsprint.png +share/gimp/help/images/filters/zh_CN/filters-distort-pagecurl.png +share/gimp/help/images/filters/zh_CN/filters-distort-polarcoords.png +share/gimp/help/images/filters/zh_CN/filters-distort-ripple.png +share/gimp/help/images/filters/zh_CN/filters-distort-shift.png +share/gimp/help/images/filters/zh_CN/filters-distort-video.png +share/gimp/help/images/filters/zh_CN/filters-distort-vpropagate.png +share/gimp/help/images/filters/zh_CN/filters-distort-waves.png +share/gimp/help/images/filters/zh_CN/filters-distort-whirlpinch.png +share/gimp/help/images/filters/zh_CN/filters-distort-wind.png +share/gimp/help/images/filters/zh_CN/filters-edgedetect-dog.png +share/gimp/help/images/filters/zh_CN/filters-edgedetect-edge.png +share/gimp/help/images/filters/zh_CN/filters-edgedetect-sobel.png +share/gimp/help/images/filters/zh_CN/filters-enhance-deinterlace.png +share/gimp/help/images/filters/zh_CN/filters-enhance-despeckle.png +share/gimp/help/images/filters/zh_CN/filters-enhance-destripe.png +share/gimp/help/images/filters/zh_CN/filters-enhance-nlfilter.png +share/gimp/help/images/filters/zh_CN/filters-enhance-sharpen.png +share/gimp/help/images/filters/zh_CN/filters-enhance-unsharpmask.png +share/gimp/help/images/filters/zh_CN/filters-generic-convolution.png +share/gimp/help/images/filters/zh_CN/filters-glass-glasstile.png +share/gimp/help/images/filters/zh_CN/filters-glass-lenseffect.png +share/gimp/help/images/filters/zh_CN/filters-light-flarefx.png +share/gimp/help/images/filters/zh_CN/filters-light-gflare.png +share/gimp/help/images/filters/zh_CN/filters-light-gflare-editor.png +share/gimp/help/images/filters/zh_CN/filters-light-lightingeffects.png +share/gimp/help/images/filters/zh_CN/filters-light-sparkle.png +share/gimp/help/images/filters/zh_CN/filters-light-supernova.png +share/gimp/help/images/filters/zh_CN/filters-noise-hurl.png +share/gimp/help/images/filters/zh_CN/filters-noise-noisify.png +share/gimp/help/images/filters/zh_CN/filters-noise-pick.png +share/gimp/help/images/filters/zh_CN/filters-noise-scatter.png +share/gimp/help/images/filters/zh_CN/filters-noise-slur.png +share/gimp/help/images/filters/zh_CN/filters-noise-spread.png +share/gimp/help/images/filters/zh_CN/filters-render-diffraction.png +share/gimp/help/images/filters/zh_CN/filters-render-flame.png +share/gimp/help/images/filters/zh_CN/filters-render-flame-edit.png +share/gimp/help/images/filters/zh_CN/filters-render-grid.png +share/gimp/help/images/filters/zh_CN/filters-render-ifscompose.png +share/gimp/help/images/filters/zh_CN/filters-render-jigsaw.png +share/gimp/help/images/filters/zh_CN/filters-render-maze.png +share/gimp/help/images/filters/zh_CN/filters-render-plasma.png +share/gimp/help/images/filters/zh_CN/filters-render-qbist.png +share/gimp/help/images/filters/zh_CN/filters-render-sinus.png +share/gimp/help/images/filters/zh_CN/filters-render-solidnoise.png +share/gimp/help/images/gimp-splash.png +share/gimp/help/images/glossary/alias.png +share/gimp/help/images/glossary/antialias.png +share/gimp/help/images/glossary/color-model-additive.png +share/gimp/help/images/glossary/color-model-subtractive.png +share/gimp/help/images/glossary/colorcircle-cn.png +share/gimp/help/images/glossary/colorcircle-en.png +share/gimp/help/images/glossary/colorcircle-fr.png +share/gimp/help/images/glossary/colorcircle-it.png +share/gimp/help/images/glossary/feather.png +share/gimp/help/images/glossary/modes-addition.png +share/gimp/help/images/glossary/modes-burn.png +share/gimp/help/images/glossary/modes-color.png +share/gimp/help/images/glossary/modes-darken.png +share/gimp/help/images/glossary/modes-difference.png +share/gimp/help/images/glossary/modes-dissolve.png +share/gimp/help/images/glossary/modes-divide.png +share/gimp/help/images/glossary/modes-dodge.png +share/gimp/help/images/glossary/modes-grainextract.png +share/gimp/help/images/glossary/modes-grainmerge.png +share/gimp/help/images/glossary/modes-hardlight.png +share/gimp/help/images/glossary/modes-hue.png +share/gimp/help/images/glossary/modes-lighten.png +share/gimp/help/images/glossary/modes-multiply.png +share/gimp/help/images/glossary/modes-normal.png +share/gimp/help/images/glossary/modes-normal2.png +share/gimp/help/images/glossary/modes-overlay.png +share/gimp/help/images/glossary/modes-saturation.png +share/gimp/help/images/glossary/modes-screen.png +share/gimp/help/images/glossary/modes-softlight.png +share/gimp/help/images/glossary/modes-subtract.png +share/gimp/help/images/glossary/modes-value.png +share/gimp/help/images/glossary/tool-opt-increment.png +share/gimp/help/images/glossary/tool-opt-nonincrement.png +share/gimp/help/images/home.png +share/gimp/help/images/link.png +share/gimp/help/images/menus/alignHCLB-.png +share/gimp/help/images/menus/alignHCLB+.png +share/gimp/help/images/menus/alignHFLB-.png +share/gimp/help/images/menus/alignHFLB+.png +share/gimp/help/images/menus/alignVFBB+.png +share/gimp/help/images/menus/align-demo.png +share/gimp/help/images/menus/cs/menus-file.png +share/gimp/help/images/menus/dialogs-add-layer-mask.png +share/gimp/help/images/menus/dialogs-offset-layer.png +share/gimp/help/images/menus/dialogs-threshold-alpha.png +share/gimp/help/images/menus/fr/dialogs-add-layer-mask.png +share/gimp/help/images/menus/fr/dialogs-offset-layer.png +share/gimp/help/images/menus/fr/image-scale.png +share/gimp/help/images/menus/fr/menus-edit.png +share/gimp/help/images/menus/fr/menus-edit-buffer.png +share/gimp/help/images/menus/fr/menus-file.png +share/gimp/help/images/menus/fr/menus-filters.png +share/gimp/help/images/menus/fr/menus-image.png +share/gimp/help/images/menus/fr/menus-image-mode.png +share/gimp/help/images/menus/fr/menus-image-new-guide.png +share/gimp/help/images/menus/fr/menus-image-print-size.png +share/gimp/help/images/menus/fr/menus-image-transform.png +share/gimp/help/images/menus/fr/menus-layer-align.png +share/gimp/help/images/menus/fr/menus-layer-colors.png +share/gimp/help/images/menus/fr/menus-layer-colors-auto.png +share/gimp/help/images/menus/fr/menus-layer-mask.png +share/gimp/help/images/menus/fr/menus-layer-stack.png +share/gimp/help/images/menus/fr/menus-layer-transform.png +share/gimp/help/images/menus/fr/menus-layer-transparency.png +share/gimp/help/images/menus/fr/menus-select.png +share/gimp/help/images/menus/fr/menus-tools.png +share/gimp/help/images/menus/fr/menus-view.png +share/gimp/help/images/menus/fr/menus-view-zoom.png +share/gimp/help/images/menus/fr/rounded-rect-dialog.png +share/gimp/help/images/menus/fr/select-editor.png +share/gimp/help/images/menus/fr/shrink-selection-dialog.png +share/gimp/help/images/menus/fr/view-padding-color.png +share/gimp/help/images/menus/image-guides.png +share/gimp/help/images/menus/image-scale.png +share/gimp/help/images/menus/menus-dialogs.png +share/gimp/help/images/menus/menus-edit.png +share/gimp/help/images/menus/menus-edit-buffer.png +share/gimp/help/images/menus/menus-file.png +share/gimp/help/images/menus/menus-file-open-recent.png +share/gimp/help/images/menus/menus-filters.png +share/gimp/help/images/menus/menus-image.png +share/gimp/help/images/menus/menus-image-flatten.png +share/gimp/help/images/menus/menus-image-mode.png +share/gimp/help/images/menus/menus-image-new-guide.png +share/gimp/help/images/menus/menus-image-print-size.png +share/gimp/help/images/menus/menus-image-transform.png +share/gimp/help/images/menus/menus-layer.png +share/gimp/help/images/menus/menus-layer-align.png +share/gimp/help/images/menus/menus-layer-colors.png +share/gimp/help/images/menus/menus-layer-colors-auto.png +share/gimp/help/images/menus/menus-layer-mask.png +share/gimp/help/images/menus/menus-layer-stack.png +share/gimp/help/images/menus/menus-layer-transform.png +share/gimp/help/images/menus/menus-layer-transparency.png +share/gimp/help/images/menus/menus-script-fu.png +share/gimp/help/images/menus/menus-select.png +share/gimp/help/images/menus/menus-tools.png +share/gimp/help/images/menus/menus-view.png +share/gimp/help/images/menus/menus-view-padding-color.png +share/gimp/help/images/menus/menus-view-zoom.png +share/gimp/help/images/menus/rounded-rect-dialog.png +share/gimp/help/images/menus/select-editor.png +share/gimp/help/images/menus/shrink-selection-dialog.png +share/gimp/help/images/menus/view-padding-color.png +share/gimp/help/images/menus/zh_CN/dialogs-add-layer-mask.png +share/gimp/help/images/menus/zh_CN/dialogs-offset-layer.png +share/gimp/help/images/menus/zh_CN/dialogs-threshold-alpha.png +share/gimp/help/images/menus/zh_CN/menus-edit.png +share/gimp/help/images/menus/zh_CN/menus-edit-buffer.png +share/gimp/help/images/menus/zh_CN/menus-file.png +share/gimp/help/images/menus/zh_CN/menus-filters.png +share/gimp/help/images/menus/zh_CN/menus-image.png +share/gimp/help/images/menus/zh_CN/menus-image-flatten.png +share/gimp/help/images/menus/zh_CN/menus-image-mode.png +share/gimp/help/images/menus/zh_CN/menus-image-transform.png +share/gimp/help/images/menus/zh_CN/menus-layer.png +share/gimp/help/images/menus/zh_CN/menus-layer-colors.png +share/gimp/help/images/menus/zh_CN/menus-layer-colors-auto.png +share/gimp/help/images/menus/zh_CN/menus-layer-mask.png +share/gimp/help/images/menus/zh_CN/menus-layer-stack.png +share/gimp/help/images/menus/zh_CN/menus-layer-transform.png +share/gimp/help/images/menus/zh_CN/menus-layer-transparency.png +share/gimp/help/images/menus/zh_CN/menus-tools.png +share/gimp/help/images/menus/zh_CN/menus-view.png +share/gimp/help/images/menus/zh_CN/menus-view-zoom.png +share/gimp/help/images/mousebutton.png +share/gimp/help/images/next.png +share/gimp/help/images/note.png +share/gimp/help/images/preferences/de/prefs-default-grid.png +share/gimp/help/images/preferences/de/prefs-display.png +share/gimp/help/images/preferences/de/prefs-environment.png +share/gimp/help/images/preferences/de/prefs-folder.png +share/gimp/help/images/preferences/de/prefs-help.png +share/gimp/help/images/preferences/de/prefs-image-window-appearance.png +share/gimp/help/images/preferences/de/prefs-image-window-title.png +share/gimp/help/images/preferences/de/prefs-image-window.png +share/gimp/help/images/preferences/de/prefs-interface.png +share/gimp/help/images/preferences/de/prefs-list.png +share/gimp/help/images/preferences/de/prefs-monitor.png +share/gimp/help/images/preferences/de/prefs-new-image.png +share/gimp/help/images/preferences/de/prefs-session.png +share/gimp/help/images/preferences/de/prefs-tool-options.png +share/gimp/help/images/preferences/de/prefs-window-managment.png +share/gimp/help/images/preferences/fr/prefs-default-grid.png +share/gimp/help/images/preferences/fr/prefs-display.png +share/gimp/help/images/preferences/fr/prefs-environment.png +share/gimp/help/images/preferences/fr/prefs-folder.png +share/gimp/help/images/preferences/fr/prefs-folders-brush.png +share/gimp/help/images/preferences/fr/prefs-help.png +share/gimp/help/images/preferences/fr/prefs-image-window-appearance.png +share/gimp/help/images/preferences/fr/prefs-image-window-title.png +share/gimp/help/images/preferences/fr/prefs-image-window.png +share/gimp/help/images/preferences/fr/prefs-input-controllers.png +share/gimp/help/images/preferences/fr/prefs-input-devices.png +share/gimp/help/images/preferences/fr/prefs-interface.png +share/gimp/help/images/preferences/fr/prefs-list.png +share/gimp/help/images/preferences/fr/prefs-monitor.png +share/gimp/help/images/preferences/fr/prefs-new-image.png +share/gimp/help/images/preferences/fr/prefs-session.png +share/gimp/help/images/preferences/fr/prefs-theme.png +share/gimp/help/images/preferences/fr/prefs-tool-options.png +share/gimp/help/images/preferences/fr/prefs-toolbox.png +share/gimp/help/images/preferences/fr/prefs-window-managment.png +share/gimp/help/images/preferences/prefs-default-grid.png +share/gimp/help/images/preferences/prefs-display.png +share/gimp/help/images/preferences/prefs-environment.png +share/gimp/help/images/preferences/prefs-folders-brush.png +share/gimp/help/images/preferences/prefs-folders.png +share/gimp/help/images/preferences/prefs-help.png +share/gimp/help/images/preferences/prefs-image-window-appearance.png +share/gimp/help/images/preferences/prefs-image-window-title.png +share/gimp/help/images/preferences/prefs-image-window.png +share/gimp/help/images/preferences/prefs-input-controllers.png +share/gimp/help/images/preferences/prefs-input-devices.png +share/gimp/help/images/preferences/prefs-interface.png +share/gimp/help/images/preferences/prefs-list.png +share/gimp/help/images/preferences/prefs-monitor.png +share/gimp/help/images/preferences/prefs-new-image.png +share/gimp/help/images/preferences/prefs-session.png +share/gimp/help/images/preferences/prefs-theme.png +share/gimp/help/images/preferences/prefs-tool-options.png +share/gimp/help/images/preferences/prefs-toolbox.png +share/gimp/help/images/preferences/prefs-window-management.png +share/gimp/help/images/preferences/zh_CN/prefs-default-grid.png +share/gimp/help/images/preferences/zh_CN/prefs-display.png +share/gimp/help/images/preferences/zh_CN/prefs-environment.png +share/gimp/help/images/preferences/zh_CN/prefs-folders-brush.png +share/gimp/help/images/preferences/zh_CN/prefs-folders.png +share/gimp/help/images/preferences/zh_CN/prefs-help.png +share/gimp/help/images/preferences/zh_CN/prefs-image-window-appearance.png +share/gimp/help/images/preferences/zh_CN/prefs-image-window-title.png +share/gimp/help/images/preferences/zh_CN/prefs-image-window.png +share/gimp/help/images/preferences/zh_CN/prefs-interface.png +share/gimp/help/images/preferences/zh_CN/prefs-list.png +share/gimp/help/images/preferences/zh_CN/prefs-new-image.png +share/gimp/help/images/preferences/zh_CN/prefs-theme.png +share/gimp/help/images/preferences/zh_CN/prefs-tool-options.png +share/gimp/help/images/preferences/zh_CN/prefs-toolbox.png +share/gimp/help/images/preferences/zh_CN/prefs-window-management.png +share/gimp/help/images/prev.png +share/gimp/help/images/tip.png +share/gimp/help/images/tool-options/brush-browser.png +share/gimp/help/images/tool-options/brush-gradient-none.png +share/gimp/help/images/tool-options/brush-gradient-normal.png +share/gimp/help/images/tool-options/brush-gradient-sawtooth.png +share/gimp/help/images/tool-options/brush-gradient-triangular.png +share/gimp/help/images/tool-options/clone-align.png +share/gimp/help/images/tool-options/clone-non-align.png +share/gimp/help/images/tool-options/clone-registered.png +share/gimp/help/images/tool-options/fade-out.png +share/gimp/help/images/tool-options/gradient-ang-shapeburst.png +share/gimp/help/images/tool-options/gradient-anticlock-spiral.png +share/gimp/help/images/tool-options/gradient-asym-conical.png +share/gimp/help/images/tool-options/gradient-bilinear.png +share/gimp/help/images/tool-options/gradient-clock-spiral.png +share/gimp/help/images/tool-options/gradient-dim-shapeburst.png +share/gimp/help/images/tool-options/gradient-linear.png +share/gimp/help/images/tool-options/gradient-nooffset.png +share/gimp/help/images/tool-options/gradient-offset.png +share/gimp/help/images/tool-options/gradient-radial.png +share/gimp/help/images/tool-options/gradient-spher-shapeburst.png +share/gimp/help/images/tool-options/gradient-square.png +share/gimp/help/images/tool-options/gradient-sym-conical.png +share/gimp/help/images/tool-options/gradient.png +share/gimp/help/images/tool-options/hard-edge-off.png +share/gimp/help/images/tool-options/hard-edge-on.png +share/gimp/help/images/tool-options/ink-type-circle.png +share/gimp/help/images/tool-options/path-curve.png +share/gimp/help/images/tool-options/path-stroke.png +share/gimp/help/images/tool-options/rectsel-mode-add.png +share/gimp/help/images/tool-options/rectsel-mode-intersect.png +share/gimp/help/images/tool-options/rectsel-mode-replace.png +share/gimp/help/images/tool-options/rectsel-mode-subtract.png +share/gimp/help/images/tool-options/rotate-affect-layer.png +share/gimp/help/images/tool-options/rotate-affect-path.png +share/gimp/help/images/tool-options/rotate-affect-selection.png +share/gimp/help/images/toolbox/airbrush.png +share/gimp/help/images/toolbox/blur.png +share/gimp/help/images/toolbox/bpg.png +share/gimp/help/images/toolbox/brightness-contrast.png +share/gimp/help/images/toolbox/brush.png +share/gimp/help/images/toolbox/brush-tools.png +share/gimp/help/images/toolbox/clone.png +share/gimp/help/images/toolbox/colorize.png +share/gimp/help/images/toolbox/color-balance.png +share/gimp/help/images/toolbox/crop.png +share/gimp/help/images/toolbox/cs/toolbox.png +share/gimp/help/images/toolbox/cs/toolbox-airbrush.png +share/gimp/help/images/toolbox/cs/toolbox-blur.png +share/gimp/help/images/toolbox/cs/toolbox-bpg.png +share/gimp/help/images/toolbox/cs/toolbox-brush.png +share/gimp/help/images/toolbox/cs/toolbox-clone.png +share/gimp/help/images/toolbox/cs/toolbox-crop.png +share/gimp/help/images/toolbox/cs/toolbox-dodge.png +share/gimp/help/images/toolbox/cs/toolbox-ellipsel.png +share/gimp/help/images/toolbox/cs/toolbox-eraser.png +share/gimp/help/images/toolbox/cs/toolbox-eyedropper.png +share/gimp/help/images/toolbox/cs/toolbox-fill.png +share/gimp/help/images/toolbox/cs/toolbox-flip.png +share/gimp/help/images/toolbox/cs/toolbox-gradient.png +share/gimp/help/images/toolbox/cs/toolbox-lasso.png +share/gimp/help/images/toolbox/cs/toolbox-measure.png +share/gimp/help/images/toolbox/cs/toolbox-menu.png +share/gimp/help/images/toolbox/cs/toolbox-move.png +share/gimp/help/images/toolbox/cs/toolbox-palette.png +share/gimp/help/images/toolbox/cs/toolbox-path.png +share/gimp/help/images/toolbox/cs/toolbox-pencil.png +share/gimp/help/images/toolbox/cs/toolbox-pen.png +share/gimp/help/images/toolbox/cs/toolbox-perspective.png +share/gimp/help/images/toolbox/cs/toolbox-rectsel.png +share/gimp/help/images/toolbox/cs/toolbox-rotate.png +share/gimp/help/images/toolbox/cs/toolbox-scale.png +share/gimp/help/images/toolbox/cs/toolbox-scissor.png +share/gimp/help/images/toolbox/cs/toolbox-selbycolor.png +share/gimp/help/images/toolbox/cs/toolbox-shear.png +share/gimp/help/images/toolbox/cs/toolbox-smudge.png +share/gimp/help/images/toolbox/cs/toolbox-text.png +share/gimp/help/images/toolbox/cs/toolbox-wand.png +share/gimp/help/images/toolbox/cs/toolbox-zoom.png +share/gimp/help/images/toolbox/cs/tools-levels.png +share/gimp/help/images/toolbox/cs/tools-posterize.png +share/gimp/help/images/toolbox/curves.png +share/gimp/help/images/toolbox/de/brush-tools.png +share/gimp/help/images/toolbox/de/toolbox.png +share/gimp/help/images/toolbox/de/toolbox-airbrush.png +share/gimp/help/images/toolbox/de/toolbox-blur.png +share/gimp/help/images/toolbox/de/toolbox-bpg.png +share/gimp/help/images/toolbox/de/toolbox-brush.png +share/gimp/help/images/toolbox/de/toolbox-clone.png +share/gimp/help/images/toolbox/de/toolbox-crop.png +share/gimp/help/images/toolbox/de/toolbox-dodge.png +share/gimp/help/images/toolbox/de/toolbox-ellipsel.png +share/gimp/help/images/toolbox/de/toolbox-eraser.png +share/gimp/help/images/toolbox/de/toolbox-eyedropper.png +share/gimp/help/images/toolbox/de/toolbox-fill.png +share/gimp/help/images/toolbox/de/toolbox-flip.png +share/gimp/help/images/toolbox/de/toolbox-gradient.png +share/gimp/help/images/toolbox/de/toolbox-lasso.png +share/gimp/help/images/toolbox/de/toolbox-measure.png +share/gimp/help/images/toolbox/de/toolbox-menu.png +share/gimp/help/images/toolbox/de/toolbox-move.png +share/gimp/help/images/toolbox/de/toolbox-palette.png +share/gimp/help/images/toolbox/de/toolbox-path.png +share/gimp/help/images/toolbox/de/toolbox-pencil.png +share/gimp/help/images/toolbox/de/toolbox-pen.png +share/gimp/help/images/toolbox/de/toolbox-perspective.png +share/gimp/help/images/toolbox/de/toolbox-rectsel.png +share/gimp/help/images/toolbox/de/toolbox-rotate.png +share/gimp/help/images/toolbox/de/toolbox-scale.png +share/gimp/help/images/toolbox/de/toolbox-scissor.png +share/gimp/help/images/toolbox/de/toolbox-selbycolor.png +share/gimp/help/images/toolbox/de/toolbox-shear.png +share/gimp/help/images/toolbox/de/toolbox-smudge.png +share/gimp/help/images/toolbox/de/toolbox-text.png +share/gimp/help/images/toolbox/de/toolbox-wand.png +share/gimp/help/images/toolbox/de/toolbox-zoom.png +share/gimp/help/images/toolbox/de/tool-dialog-brightness.png +share/gimp/help/images/toolbox/de/tool-dialog-colorize.png +share/gimp/help/images/toolbox/de/tool-dialog-color-balance.png +share/gimp/help/images/toolbox/de/tool-dialog-crop.png +share/gimp/help/images/toolbox/de/tool-dialog-curves.png +share/gimp/help/images/toolbox/de/tool-dialog-hue-sat.png +share/gimp/help/images/toolbox/de/tool-dialog-levels.png +share/gimp/help/images/toolbox/de/tool-dialog-perspective.png +share/gimp/help/images/toolbox/de/tool-dialog-posterize.png +share/gimp/help/images/toolbox/de/tool-dialog-rotate.png +share/gimp/help/images/toolbox/de/tool-dialog-scale.png +share/gimp/help/images/toolbox/de/tool-dialog-shear.png +share/gimp/help/images/toolbox/de/tool-dialog-text.png +share/gimp/help/images/toolbox/de/tool-dialog-threshold.png +share/gimp/help/images/toolbox/de/tool-options-airbrush.png +share/gimp/help/images/toolbox/de/tool-options-brushcommon.png +share/gimp/help/images/toolbox/de/tool-options-clone.png +share/gimp/help/images/toolbox/de/tool-options-convolve.png +share/gimp/help/images/toolbox/de/tool-options-crop.png +share/gimp/help/images/toolbox/de/tool-options-curves.png +share/gimp/help/images/toolbox/de/tool-options-dodge.png +share/gimp/help/images/toolbox/de/tool-options-ellipsel.png +share/gimp/help/images/toolbox/de/tool-options-eraser.png +share/gimp/help/images/toolbox/de/tool-options-eyedropper.png +share/gimp/help/images/toolbox/de/tool-options-fill.png +share/gimp/help/images/toolbox/de/tool-options-flip.png +share/gimp/help/images/toolbox/de/tool-options-gradient.png +share/gimp/help/images/toolbox/de/tool-options-lasso.png +share/gimp/help/images/toolbox/de/tool-options-levels.png +share/gimp/help/images/toolbox/de/tool-options-measure.png +share/gimp/help/images/toolbox/de/tool-options-move.png +share/gimp/help/images/toolbox/de/tool-options-paintbrush.png +share/gimp/help/images/toolbox/de/tool-options-paint-gradient.png +share/gimp/help/images/toolbox/de/tool-options-path.png +share/gimp/help/images/toolbox/de/tool-options-pencil.png +share/gimp/help/images/toolbox/de/tool-options-pen.png +share/gimp/help/images/toolbox/de/tool-options-perspective.png +share/gimp/help/images/toolbox/de/tool-options-rectsel.png +share/gimp/help/images/toolbox/de/tool-options-rectsel-size.png +share/gimp/help/images/toolbox/de/tool-options-rotate.png +share/gimp/help/images/toolbox/de/tool-options-scale.png +share/gimp/help/images/toolbox/de/tool-options-scissor.png +share/gimp/help/images/toolbox/de/tool-options-selbycolor.png +share/gimp/help/images/toolbox/de/tool-options-shear.png +share/gimp/help/images/toolbox/de/tool-options-smudge.png +share/gimp/help/images/toolbox/de/tool-options-text.png +share/gimp/help/images/toolbox/de/tool-options-transformcommon.png +share/gimp/help/images/toolbox/de/tool-options-wand.png +share/gimp/help/images/toolbox/de/tool-options-zoom.png +share/gimp/help/images/toolbox/de/transform-tools.png +share/gimp/help/images/toolbox/dissolve-mode-example.png +share/gimp/help/images/toolbox/dodge.png +share/gimp/help/images/toolbox/ellipsel.png +share/gimp/help/images/toolbox/eraser.png +share/gimp/help/images/toolbox/eyedropper.png +share/gimp/help/images/toolbox/fill.png +share/gimp/help/images/toolbox/flip.png +share/gimp/help/images/toolbox/fr/brush-tools.png +share/gimp/help/images/toolbox/fr/toolbox.png +share/gimp/help/images/toolbox/fr/toolbox-airbrush.png +share/gimp/help/images/toolbox/fr/toolbox-blur.png +share/gimp/help/images/toolbox/fr/toolbox-bpg.png +share/gimp/help/images/toolbox/fr/toolbox-brush.png +share/gimp/help/images/toolbox/fr/toolbox-clone.png +share/gimp/help/images/toolbox/fr/toolbox-crop.png +share/gimp/help/images/toolbox/fr/toolbox-dodge.png +share/gimp/help/images/toolbox/fr/toolbox-ellipsel.png +share/gimp/help/images/toolbox/fr/toolbox-eraser.png +share/gimp/help/images/toolbox/fr/toolbox-eyedropper.png +share/gimp/help/images/toolbox/fr/toolbox-fill.png +share/gimp/help/images/toolbox/fr/toolbox-flip.png +share/gimp/help/images/toolbox/fr/toolbox-gradient.png +share/gimp/help/images/toolbox/fr/toolbox-lasso.png +share/gimp/help/images/toolbox/fr/toolbox-measure.png +share/gimp/help/images/toolbox/fr/toolbox-menu.png +share/gimp/help/images/toolbox/fr/toolbox-move.png +share/gimp/help/images/toolbox/fr/toolbox-palette.png +share/gimp/help/images/toolbox/fr/toolbox-path.png +share/gimp/help/images/toolbox/fr/toolbox-pencil.png +share/gimp/help/images/toolbox/fr/toolbox-pen.png +share/gimp/help/images/toolbox/fr/toolbox-perspective.png +share/gimp/help/images/toolbox/fr/toolbox-rectsel.png +share/gimp/help/images/toolbox/fr/toolbox-rotate.png +share/gimp/help/images/toolbox/fr/toolbox-scale.png +share/gimp/help/images/toolbox/fr/toolbox-scissor.png +share/gimp/help/images/toolbox/fr/toolbox-selbycolor.png +share/gimp/help/images/toolbox/fr/toolbox-shear.png +share/gimp/help/images/toolbox/fr/toolbox-smudge.png +share/gimp/help/images/toolbox/fr/toolbox-text.png +share/gimp/help/images/toolbox/fr/toolbox-wand.png +share/gimp/help/images/toolbox/fr/toolbox-zoom.png +share/gimp/help/images/toolbox/fr/tools-brightness.png +share/gimp/help/images/toolbox/fr/tools-colorize.png +share/gimp/help/images/toolbox/fr/tools-color-balance.png +share/gimp/help/images/toolbox/fr/tools-contrast.png +share/gimp/help/images/toolbox/fr/tools-curves.png +share/gimp/help/images/toolbox/fr/tools-histogram.png +share/gimp/help/images/toolbox/fr/tools-hue-sat.png +share/gimp/help/images/toolbox/fr/tools-levels.png +share/gimp/help/images/toolbox/fr/tools-posterize.png +share/gimp/help/images/toolbox/fr/tools-threshold.png +share/gimp/help/images/toolbox/fr/tool-options-brushcommon.png +share/gimp/help/images/toolbox/fr/tool-options-clone.png +share/gimp/help/images/toolbox/fr/tool-options-convolve.png +share/gimp/help/images/toolbox/fr/tool-options-ellipsel.png +share/gimp/help/images/toolbox/fr/tool-options-eraser.png +share/gimp/help/images/toolbox/fr/tool-options-lasso.png +share/gimp/help/images/toolbox/fr/tool-options-paint-gradient.png +share/gimp/help/images/toolbox/fr/tool-options-rectsel.png +share/gimp/help/images/toolbox/fr/tool-options-rectsel-size.png +share/gimp/help/images/toolbox/fr/tool-options-scissor.png +share/gimp/help/images/toolbox/fr/tool-options-selbycolor.png +share/gimp/help/images/toolbox/fr/tool-options-wand.png +share/gimp/help/images/toolbox/gradient.png +share/gimp/help/images/toolbox/hue-saturation.png +share/gimp/help/images/toolbox/it/brush-tools.png +share/gimp/help/images/toolbox/it/toolbox-brush.png +share/gimp/help/images/toolbox/it/toolbox-crop.png +share/gimp/help/images/toolbox/it/toolbox-ellipsel.png +share/gimp/help/images/toolbox/it/toolbox-eyedropper.png +share/gimp/help/images/toolbox/it/toolbox-fill.png +share/gimp/help/images/toolbox/it/toolbox-flip.png +share/gimp/help/images/toolbox/it/toolbox-lasso.png +share/gimp/help/images/toolbox/it/toolbox-measure.png +share/gimp/help/images/toolbox/it/toolbox-move.png +share/gimp/help/images/toolbox/it/toolbox-pencil.png +share/gimp/help/images/toolbox/it/toolbox-perspective.png +share/gimp/help/images/toolbox/it/toolbox-rectsel.png +share/gimp/help/images/toolbox/it/toolbox-rotate.png +share/gimp/help/images/toolbox/it/toolbox-scale.png +share/gimp/help/images/toolbox/it/toolbox-selbycolor.png +share/gimp/help/images/toolbox/it/toolbox-shear.png +share/gimp/help/images/toolbox/it/toolbox-text.png +share/gimp/help/images/toolbox/it/toolbox-wand.png +share/gimp/help/images/toolbox/it/toolbox-zoom.png +share/gimp/help/images/toolbox/it/tools-brightness.png +share/gimp/help/images/toolbox/it/tools-colorize.png +share/gimp/help/images/toolbox/it/tools-color-balance.png +share/gimp/help/images/toolbox/it/tools-curves.png +share/gimp/help/images/toolbox/it/tools-hue-sat.png +share/gimp/help/images/toolbox/it/tools-levels.png +share/gimp/help/images/toolbox/it/tools-posterize.png +share/gimp/help/images/toolbox/it/tools-threshold.png +share/gimp/help/images/toolbox/it/tool-options-brushcommon.png +share/gimp/help/images/toolbox/it/tool-options-ellipsel.png +share/gimp/help/images/toolbox/it/tool-options-eraser.png +share/gimp/help/images/toolbox/it/tool-options-lasso.png +share/gimp/help/images/toolbox/it/tool-options-paint-gradient.png +share/gimp/help/images/toolbox/it/tool-options-rectsel.png +share/gimp/help/images/toolbox/it/tool-options-rectsel-size.png +share/gimp/help/images/toolbox/it/tool-options-rotate.png +share/gimp/help/images/toolbox/it/tool-options-selbycolor.png +share/gimp/help/images/toolbox/it/tool-options-wand.png +share/gimp/help/images/toolbox/lasso.png +share/gimp/help/images/toolbox/levels.png +share/gimp/help/images/toolbox/measure.png +share/gimp/help/images/toolbox/move.png +share/gimp/help/images/toolbox/painting-examples.png +share/gimp/help/images/toolbox/palette.png +share/gimp/help/images/toolbox/path.png +share/gimp/help/images/toolbox/pencil.png +share/gimp/help/images/toolbox/pen.png +share/gimp/help/images/toolbox/perspective.png +share/gimp/help/images/toolbox/posterize.png +share/gimp/help/images/toolbox/rectsel.png +share/gimp/help/images/toolbox/rotate.png +share/gimp/help/images/toolbox/scale.png +share/gimp/help/images/toolbox/scissor.png +share/gimp/help/images/toolbox/selbycolor.png +share/gimp/help/images/toolbox/shear.png +share/gimp/help/images/toolbox/smudge.png +share/gimp/help/images/toolbox/text.png +share/gimp/help/images/toolbox/threshold.png +share/gimp/help/images/toolbox/toolbox.png +share/gimp/help/images/toolbox/toolbox-airbrush.png +share/gimp/help/images/toolbox/toolbox-blur.png +share/gimp/help/images/toolbox/toolbox-bpg.png +share/gimp/help/images/toolbox/toolbox-brush.png +share/gimp/help/images/toolbox/toolbox-clone.png +share/gimp/help/images/toolbox/toolbox-crop.png +share/gimp/help/images/toolbox/toolbox-dodge.png +share/gimp/help/images/toolbox/toolbox-ellipsel.png +share/gimp/help/images/toolbox/toolbox-eraser.png +share/gimp/help/images/toolbox/toolbox-eyedropper.png +share/gimp/help/images/toolbox/toolbox-fill.png +share/gimp/help/images/toolbox/toolbox-flip.png +share/gimp/help/images/toolbox/toolbox-gradient.png +share/gimp/help/images/toolbox/toolbox-lasso.png +share/gimp/help/images/toolbox/toolbox-measure.png +share/gimp/help/images/toolbox/toolbox-menu.png +share/gimp/help/images/toolbox/toolbox-move.png +share/gimp/help/images/toolbox/toolbox-palette.png +share/gimp/help/images/toolbox/toolbox-path.png +share/gimp/help/images/toolbox/toolbox-pencil.png +share/gimp/help/images/toolbox/toolbox-pen.png +share/gimp/help/images/toolbox/toolbox-perspective.png +share/gimp/help/images/toolbox/toolbox-rectsel.png +share/gimp/help/images/toolbox/toolbox-rotate.png +share/gimp/help/images/toolbox/toolbox-scale.png +share/gimp/help/images/toolbox/toolbox-scissor.png +share/gimp/help/images/toolbox/toolbox-selbycolor.png +share/gimp/help/images/toolbox/toolbox-shear.png +share/gimp/help/images/toolbox/toolbox-smudge.png +share/gimp/help/images/toolbox/toolbox-text.png +share/gimp/help/images/toolbox/toolbox-wand.png +share/gimp/help/images/toolbox/toolbox-zoom.png +share/gimp/help/images/toolbox/tools-brightness.png +share/gimp/help/images/toolbox/tools-colorize.png +share/gimp/help/images/toolbox/tools-color-balance.png +share/gimp/help/images/toolbox/tools-curves.png +share/gimp/help/images/toolbox/tools-histogram.png +share/gimp/help/images/toolbox/tools-hue-sat.png +share/gimp/help/images/toolbox/tools-levels.png +share/gimp/help/images/toolbox/tools-posterize.png +share/gimp/help/images/toolbox/tools-threshold.png +share/gimp/help/images/toolbox/tool-options-airbrush.png +share/gimp/help/images/toolbox/tool-options-brushcommon.png +share/gimp/help/images/toolbox/tool-options-clone.png +share/gimp/help/images/toolbox/tool-options-convolve.png +share/gimp/help/images/toolbox/tool-options-dodge.png +share/gimp/help/images/toolbox/tool-options-ellipsel.png +share/gimp/help/images/toolbox/tool-options-eraser.png +share/gimp/help/images/toolbox/tool-options-ink.png +share/gimp/help/images/toolbox/tool-options-lasso.png +share/gimp/help/images/toolbox/tool-options-paintbrush.png +share/gimp/help/images/toolbox/tool-options-paint-gradient.png +share/gimp/help/images/toolbox/tool-options-pencil.png +share/gimp/help/images/toolbox/tool-options-rectsel.png +share/gimp/help/images/toolbox/tool-options-rectsel-size.png +share/gimp/help/images/toolbox/tool-options-scissor.png +share/gimp/help/images/toolbox/tool-options-selbycolor.png +share/gimp/help/images/toolbox/tool-options-smudge.png +share/gimp/help/images/toolbox/tool-options-wand.png +share/gimp/help/images/toolbox/wand.png +share/gimp/help/images/toolbox/zh_CN/brush-tools.png +share/gimp/help/images/toolbox/zh_CN/toolbox.png +share/gimp/help/images/toolbox/zh_CN/toolbox-airbrush.png +share/gimp/help/images/toolbox/zh_CN/toolbox-blur.png +share/gimp/help/images/toolbox/zh_CN/toolbox-bpg.png +share/gimp/help/images/toolbox/zh_CN/toolbox-brush.png +share/gimp/help/images/toolbox/zh_CN/toolbox-clone.png +share/gimp/help/images/toolbox/zh_CN/toolbox-crop.png +share/gimp/help/images/toolbox/zh_CN/toolbox-dodge.png +share/gimp/help/images/toolbox/zh_CN/toolbox-ellipsel.png +share/gimp/help/images/toolbox/zh_CN/toolbox-eraser.png +share/gimp/help/images/toolbox/zh_CN/toolbox-eyedropper.png +share/gimp/help/images/toolbox/zh_CN/toolbox-fill.png +share/gimp/help/images/toolbox/zh_CN/toolbox-flip.png +share/gimp/help/images/toolbox/zh_CN/toolbox-gradient.png +share/gimp/help/images/toolbox/zh_CN/toolbox-lasso.png +share/gimp/help/images/toolbox/zh_CN/toolbox-measure.png +share/gimp/help/images/toolbox/zh_CN/toolbox-menu.png +share/gimp/help/images/toolbox/zh_CN/toolbox-move.png +share/gimp/help/images/toolbox/zh_CN/toolbox-palette.png +share/gimp/help/images/toolbox/zh_CN/toolbox-path.png +share/gimp/help/images/toolbox/zh_CN/toolbox-pencil.png +share/gimp/help/images/toolbox/zh_CN/toolbox-pen.png +share/gimp/help/images/toolbox/zh_CN/toolbox-perspective.png +share/gimp/help/images/toolbox/zh_CN/toolbox-rectsel.png +share/gimp/help/images/toolbox/zh_CN/toolbox-rotate.png +share/gimp/help/images/toolbox/zh_CN/toolbox-scale.png +share/gimp/help/images/toolbox/zh_CN/toolbox-scissor.png +share/gimp/help/images/toolbox/zh_CN/toolbox-selbycolor.png +share/gimp/help/images/toolbox/zh_CN/toolbox-shear.png +share/gimp/help/images/toolbox/zh_CN/toolbox-smudge.png +share/gimp/help/images/toolbox/zh_CN/toolbox-text.png +share/gimp/help/images/toolbox/zh_CN/toolbox-wand.png +share/gimp/help/images/toolbox/zh_CN/toolbox-zoom.png +share/gimp/help/images/toolbox/zh_CN/tools-brightness.png +share/gimp/help/images/toolbox/zh_CN/tools-colorize.png +share/gimp/help/images/toolbox/zh_CN/tools-color-balance.png +share/gimp/help/images/toolbox/zh_CN/tools-curves.png +share/gimp/help/images/toolbox/zh_CN/tools-histogram.png +share/gimp/help/images/toolbox/zh_CN/tools-hue-sat.png +share/gimp/help/images/toolbox/zh_CN/tools-levels.png +share/gimp/help/images/toolbox/zh_CN/tools-posterize.png +share/gimp/help/images/toolbox/zh_CN/tools-threshold.png +share/gimp/help/images/toolbox/zh_CN/tool-options-airbrush.png +share/gimp/help/images/toolbox/zh_CN/tool-options-brushcommon.png +share/gimp/help/images/toolbox/zh_CN/tool-options-clone.png +share/gimp/help/images/toolbox/zh_CN/tool-options-convolve.png +share/gimp/help/images/toolbox/zh_CN/tool-options-dodge.png +share/gimp/help/images/toolbox/zh_CN/tool-options-ellipsel.png +share/gimp/help/images/toolbox/zh_CN/tool-options-eraser.png +share/gimp/help/images/toolbox/zh_CN/tool-options-lasso.png +share/gimp/help/images/toolbox/zh_CN/tool-options-paint-gradient.png +share/gimp/help/images/toolbox/zh_CN/tool-options-pencil.png +share/gimp/help/images/toolbox/zh_CN/tool-options-rectsel.png +share/gimp/help/images/toolbox/zh_CN/tool-options-rectsel-size.png +share/gimp/help/images/toolbox/zh_CN/tool-options-scissor.png +share/gimp/help/images/toolbox/zh_CN/tool-options-selbycolor.png +share/gimp/help/images/toolbox/zh_CN/tool-options-smudge.png +share/gimp/help/images/toolbox/zh_CN/tool-options-wand.png +share/gimp/help/images/toolbox/zoom.png +share/gimp/help/images/up.png +share/gimp/help/images/using/1234angl.png +share/gimp/help/images/using/1234incr.png +share/gimp/help/images/using/1234rand.png +share/gimp/help/images/using/3Dnum.png +share/gimp/help/images/using/array1D.png +share/gimp/help/images/using/array2D.png +share/gimp/help/images/using/array3D.png +share/gimp/help/images/using/basicshape1.png +share/gimp/help/images/using/basicshape2.png +share/gimp/help/images/using/brush-examples.png +share/gimp/help/images/using/correlation-en.png +share/gimp/help/images/using/correlation-fr.png +share/gimp/help/images/using/cs/standard-setup.png +share/gimp/help/images/using/cs/toolbox-description.png +share/gimp/help/images/using/dialog-highlight-closetab.png +share/gimp/help/images/using/dialog-highlight-dockbar.png +share/gimp/help/images/using/dialog-highlight-handle.png +share/gimp/help/images/using/dialog-highlight-imagemenu.png +share/gimp/help/images/using/dialog-highlight-tabmenu.png +share/gimp/help/images/using/export-dialog-en.png +share/gimp/help/images/using/file-gih-save.png +share/gimp/help/images/using/file-open-dialog-location.png +share/gimp/help/images/using/file-open-dialog.png +share/gimp/help/images/using/file-save-dialog-basic.png +share/gimp/help/images/using/file-save-dialog-browse.png +share/gimp/help/images/using/fog-tree-example.png +share/gimp/help/images/using/fr/dialog-highlight-closetab.png +share/gimp/help/images/using/fr/dialog-highlight-dockbar.png +share/gimp/help/images/using/fr/dialog-highlight-handle.png +share/gimp/help/images/using/fr/dialog-highlight-imagemenu.png +share/gimp/help/images/using/fr/dialog-highlight-tabmenu.png +share/gimp/help/images/using/fr/export-dialog.png +share/gimp/help/images/using/fr/file-open-dialog.png +share/gimp/help/images/using/fr/file-open-dialog-basic.png +share/gimp/help/images/using/fr/file-open-dialog-location.png +share/gimp/help/images/using/fr/imagewindow-description.png +share/gimp/help/images/using/fr/jpeg-save-dialog-fr.png +share/gimp/help/images/using/fr/mains_gih.png +share/gimp/help/images/using/fr/standard-setup.png +share/gimp/help/images/using/fr/tab-menu.png +share/gimp/help/images/using/fr/tab-menu-preview-size.png +share/gimp/help/images/using/fr/tab-menu-tab-style.png +share/gimp/help/images/using/fr/toolbox-description.png +share/gimp/help/images/using/fr/ui-calibrate.png +share/gimp/help/images/using/fr/ui-log.png +share/gimp/help/images/using/fr/ui-monitor.png +share/gimp/help/images/using/fr/ui-performance.png +share/gimp/help/images/using/fr/ui-personal.png +share/gimp/help/images/using/fr/ui-welcome.png +share/gimp/help/images/using/fr/unstuck-floating-sel.png +share/gimp/help/images/using/fr/unstuck-layers-dialog-invislayer.png +share/gimp/help/images/using/fr/unstuck-layers-dialog-transparentlayer.png +share/gimp/help/images/using/fr/unstuck-select-all.png +share/gimp/help/images/using/fr/unstuck-show-selection-menu.png +share/gimp/help/images/using/fr/wilber-simple-defaultgrid.png +share/gimp/help/images/using/fr/wilber-simple-guides.png +share/gimp/help/images/using/fr/wilber-simple-nogrid.png +share/gimp/help/images/using/fr/wilber-simple-othergrid.png +share/gimp/help/images/using/gradient-examples.png +share/gimp/help/images/using/gradient-usage.png +share/gimp/help/images/using/hands_stroke.png +share/gimp/help/images/using/imagewindow-description.png +share/gimp/help/images/using/imagewindow-quickmask.png +share/gimp/help/images/using/jpeg-save-dialog-en.png +share/gimp/help/images/using/logo-examples.png +share/gimp/help/images/using/path-examples.png +share/gimp/help/images/using/path-from-text.png +share/gimp/help/images/using/path-stroking-examples.png +share/gimp/help/images/using/path-text-stroked.png +share/gimp/help/images/using/path-with-anchors.png +share/gimp/help/images/using/pattern-script-examples.png +share/gimp/help/images/using/patterns-usage.png +share/gimp/help/images/using/preparing_for_web1.png +share/gimp/help/images/using/preparing_for_web2.png +share/gimp/help/images/using/preparing_for_web-alphatransparency.png +share/gimp/help/images/using/select-outline-qmask-feather.png +share/gimp/help/images/using/select-outline-qmask.png +share/gimp/help/images/using/select-outline.png +share/gimp/help/images/using/standard-setup.png +share/gimp/help/images/using/stock-navigation-16.png +share/gimp/help/images/using/straightline4.png +share/gimp/help/images/using/straightline3.png +share/gimp/help/images/using/straightline2.png +share/gimp/help/images/using/straightline1.png +share/gimp/help/images/using/tab-menu-preview-size.png +share/gimp/help/images/using/tab-menu-tab-style.png +share/gimp/help/images/using/tab-menu.png +share/gimp/help/images/using/text-example.png +share/gimp/help/images/using/toolbox-description.png +share/gimp/help/images/using/ui-calibrate.png +share/gimp/help/images/using/ui-log.png +share/gimp/help/images/using/ui-monitor.png +share/gimp/help/images/using/ui-performance.png +share/gimp/help/images/using/ui-personal.png +share/gimp/help/images/using/ui-welcome.png +share/gimp/help/images/using/unstuck-floating-sel.png +share/gimp/help/images/using/unstuck-layers-dialog-invislayer.png +share/gimp/help/images/using/unstuck-layers-dialog-transparentlayer.png +share/gimp/help/images/using/unstuck-select-all.png +share/gimp/help/images/using/unstuck-show-selection-menu.png +share/gimp/help/images/using/wilber-simple-defaultgrid.png +share/gimp/help/images/using/wilber-simple-guides.png +share/gimp/help/images/using/wilber-simple-nogrid.png +share/gimp/help/images/using/wilber-simple-othergrid.png +share/gimp/help/images/using/zh_CN/dialog-highlight-closetab.png +share/gimp/help/images/using/zh_CN/dialog-highlight-dockbar.png +share/gimp/help/images/using/zh_CN/dialog-highlight-handle.png +share/gimp/help/images/using/zh_CN/dialog-highlight-imagemenu.png +share/gimp/help/images/using/zh_CN/dialog-highlight-tabmenu.png +share/gimp/help/images/using/zh_CN/export-dialog-en.png +share/gimp/help/images/using/zh_CN/file-open-dialog-location.png +share/gimp/help/images/using/zh_CN/file-open-dialog.png +share/gimp/help/images/using/zh_CN/file-save-dialog-basic.png +share/gimp/help/images/using/zh_CN/file-save-dialog-browse.png +share/gimp/help/images/using/zh_CN/imagewindow-description.png +share/gimp/help/images/using/zh_CN/jpeg-save-dialog-cn.png +share/gimp/help/images/using/zh_CN/standard-setup.png +share/gimp/help/images/using/zh_CN/tab-menu-preview-size.png +share/gimp/help/images/using/zh_CN/tab-menu-tab-style.png +share/gimp/help/images/using/zh_CN/tab-menu.png +share/gimp/help/images/using/zh_CN/toolbox-description.png +share/gimp/help/images/using/zh_CN/ui-calibrate.png +share/gimp/help/images/using/zh_CN/ui-log.png +share/gimp/help/images/using/zh_CN/ui-performance.png +share/gimp/help/images/using/zh_CN/ui-personal.png +share/gimp/help/images/using/zh_CN/ui-welcome.png +share/gimp/help/images/using/zh_CN/unstuck-floating-sel.png +share/gimp/help/images/using/zh_CN/unstuck-layers-dialog-invislayer.png +share/gimp/help/images/using/zh_CN/unstuck-layers-dialog-transparentlayer.png +share/gimp/help/images/using/zh_CN/unstuck-select-all.png +share/gimp/help/images/using/zh_CN/unstuck-show-selection-menu.png +share/gimp/help/images/using/zh_CN/wilber-simple-defaultgrid.png +share/gimp/help/images/using/zh_CN/wilber-simple-guides.png +share/gimp/help/images/using/zh_CN/wilber-simple-nogrid.png +share/gimp/help/images/using/zh_CN/wilber-simple-othergrid.png +share/gimp/help/images/warning.png +share/gimp/help/it/apa.html +share/gimp/help/it/apb.html +share/gimp/help/it/bi01.html +share/gimp/help/it/ch01.html +share/gimp/help/it/ch01s02.html +share/gimp/help/it/ch01s02s02.html +share/gimp/help/it/ch01s03.html +share/gimp/help/it/ch01s04.html +share/gimp/help/it/ch01s04s02.html +share/gimp/help/it/ch01s04s03.html +share/gimp/help/it/ch02.html +share/gimp/help/it/ch03.html +share/gimp/help/it/ch04.html +share/gimp/help/it/ch04s02.html +share/gimp/help/it/ch04s02s02.html +share/gimp/help/it/ch04s02s03.html +share/gimp/help/it/ch04s02s04.html +share/gimp/help/it/ch04s02s05.html +share/gimp/help/it/ch04s02s06.html +share/gimp/help/it/ch04s03.html +share/gimp/help/it/ch04s03s02.html +share/gimp/help/it/ch04s03s03.html +share/gimp/help/it/ch04s03s04.html +share/gimp/help/it/ch04s03s05.html +share/gimp/help/it/ch04s03s06.html +share/gimp/help/it/ch04s03s07.html +share/gimp/help/it/ch04s04.html +share/gimp/help/it/ch04s04s02.html +share/gimp/help/it/ch04s04s03.html +share/gimp/help/it/ch04s04s04.html +share/gimp/help/it/ch04s04s05.html +share/gimp/help/it/ch04s04s06.html +share/gimp/help/it/ch04s04s07.html +share/gimp/help/it/ch04s05.html +share/gimp/help/it/ch04s05s02.html +share/gimp/help/it/ch04s05s03.html +share/gimp/help/it/ch04s05s04.html +share/gimp/help/it/ch04s05s05.html +share/gimp/help/it/ch04s05s06.html +share/gimp/help/it/ch04s05s07.html +share/gimp/help/it/ch04s05s08.html +share/gimp/help/it/ch04s06.html +share/gimp/help/it/ch04s06s02.html +share/gimp/help/it/ch04s06s03.html +share/gimp/help/it/ch04s06s04.html +share/gimp/help/it/ch05.html +share/gimp/help/it/ch06.html +share/gimp/help/it/ch06s02.html +share/gimp/help/it/ch06s02s02.html +share/gimp/help/it/gimp-help-plain.css +share/gimp/help/it/gimp-help-screen.css +share/gimp/help/it/gimp-help.xml +share/gimp/help/it/gimp-xrefs.xml +share/gimp/help/it/go01.html +share/gimp/help/it/index.html +share/gimp/help/it/ix01.html +share/gimp/help/nl/apa.html +share/gimp/help/nl/apb.html +share/gimp/help/nl/ch01.html +share/gimp/help/nl/gimp-help-plain.css +share/gimp/help/nl/gimp-help-screen.css +share/gimp/help/nl/gimp-help.xml +share/gimp/help/nl/gimp-xrefs.xml +share/gimp/help/nl/index.html +share/gimp/help/sv/apa.html +share/gimp/help/sv/apb.html +share/gimp/help/sv/ch01.html +share/gimp/help/sv/ch02.html +share/gimp/help/sv/gimp-help-plain.css +share/gimp/help/sv/gimp-help-screen.css +share/gimp/help/sv/gimp-help.xml +share/gimp/help/sv/gimp-xrefs.xml +share/gimp/help/sv/go01.html +share/gimp/help/sv/index.html +share/gimp/help/sv/ix01.html +share/gimp/help/zh_CN/apa.html +share/gimp/help/zh_CN/apb.html +share/gimp/help/zh_CN/bi01.html +share/gimp/help/zh_CN/ch01.html +share/gimp/help/zh_CN/ch01s02.html +share/gimp/help/zh_CN/ch01s03.html +share/gimp/help/zh_CN/ch01s04.html +share/gimp/help/zh_CN/ch01s04s02.html +share/gimp/help/zh_CN/ch01s04s03.html +share/gimp/help/zh_CN/ch02.html +share/gimp/help/zh_CN/ch02s02.html +share/gimp/help/zh_CN/ch02s03.html +share/gimp/help/zh_CN/ch02s03s02.html +share/gimp/help/zh_CN/ch02s03s03.html +share/gimp/help/zh_CN/ch02s03s04.html +share/gimp/help/zh_CN/ch02s03s05.html +share/gimp/help/zh_CN/ch02s04.html +share/gimp/help/zh_CN/ch02s04s02.html +share/gimp/help/zh_CN/ch02s04s03.html +share/gimp/help/zh_CN/ch02s04s04.html +share/gimp/help/zh_CN/ch02s04s05.html +share/gimp/help/zh_CN/ch02s04s06.html +share/gimp/help/zh_CN/ch02s04s07.html +share/gimp/help/zh_CN/ch02s04s08.html +share/gimp/help/zh_CN/ch02s04s09.html +share/gimp/help/zh_CN/ch02s04s10.html +share/gimp/help/zh_CN/ch02s04s11.html +share/gimp/help/zh_CN/ch02s04s12.html +share/gimp/help/zh_CN/ch02s04s13.html +share/gimp/help/zh_CN/ch02s05.html +share/gimp/help/zh_CN/ch02s05s02.html +share/gimp/help/zh_CN/ch02s05s03.html +share/gimp/help/zh_CN/ch02s05s04.html +share/gimp/help/zh_CN/ch02s06.html +share/gimp/help/zh_CN/ch03.html +share/gimp/help/zh_CN/ch03s02.html +share/gimp/help/zh_CN/ch03s02s02.html +share/gimp/help/zh_CN/ch03s03.html +share/gimp/help/zh_CN/ch03s04.html +share/gimp/help/zh_CN/ch03s05.html +share/gimp/help/zh_CN/ch03s05s02.html +share/gimp/help/zh_CN/ch03s06.html +share/gimp/help/zh_CN/ch03s07.html +share/gimp/help/zh_CN/ch03s07s02.html +share/gimp/help/zh_CN/ch03s07s03.html +share/gimp/help/zh_CN/ch03s08.html +share/gimp/help/zh_CN/ch03s09.html +share/gimp/help/zh_CN/ch03s09s02.html +share/gimp/help/zh_CN/ch03s10.html +share/gimp/help/zh_CN/ch03s10s02.html +share/gimp/help/zh_CN/ch03s11.html +share/gimp/help/zh_CN/ch04.html +share/gimp/help/zh_CN/ch04s02.html +share/gimp/help/zh_CN/ch04s02s02.html +share/gimp/help/zh_CN/ch04s02s03.html +share/gimp/help/zh_CN/ch04s02s04.html +share/gimp/help/zh_CN/ch04s02s05.html +share/gimp/help/zh_CN/ch04s02s06.html +share/gimp/help/zh_CN/ch04s02s07.html +share/gimp/help/zh_CN/ch04s03.html +share/gimp/help/zh_CN/ch04s03s02.html +share/gimp/help/zh_CN/ch04s03s03.html +share/gimp/help/zh_CN/ch04s03s04.html +share/gimp/help/zh_CN/ch04s03s05.html +share/gimp/help/zh_CN/ch04s03s06.html +share/gimp/help/zh_CN/ch04s03s07.html +share/gimp/help/zh_CN/ch04s03s08.html +share/gimp/help/zh_CN/ch04s03s09.html +share/gimp/help/zh_CN/ch04s03s10.html +share/gimp/help/zh_CN/ch04s03s11.html +share/gimp/help/zh_CN/ch04s03s12.html +share/gimp/help/zh_CN/ch04s03s13.html +share/gimp/help/zh_CN/ch04s04.html +share/gimp/help/zh_CN/ch04s04s02.html +share/gimp/help/zh_CN/ch04s04s03.html +share/gimp/help/zh_CN/ch04s04s04.html +share/gimp/help/zh_CN/ch04s04s05.html +share/gimp/help/zh_CN/ch04s04s06.html +share/gimp/help/zh_CN/ch04s04s07.html +share/gimp/help/zh_CN/ch04s05.html +share/gimp/help/zh_CN/ch04s05s02.html +share/gimp/help/zh_CN/ch04s05s03.html +share/gimp/help/zh_CN/ch04s05s04.html +share/gimp/help/zh_CN/ch04s05s05.html +share/gimp/help/zh_CN/ch04s05s06.html +share/gimp/help/zh_CN/ch04s05s07.html +share/gimp/help/zh_CN/ch04s05s08.html +share/gimp/help/zh_CN/ch04s06.html +share/gimp/help/zh_CN/ch04s06s02.html +share/gimp/help/zh_CN/ch04s06s03.html +share/gimp/help/zh_CN/ch04s06s04.html +share/gimp/help/zh_CN/ch04s06s05.html +share/gimp/help/zh_CN/ch04s07.html +share/gimp/help/zh_CN/ch05.html +share/gimp/help/zh_CN/ch05s02.html +share/gimp/help/zh_CN/ch05s02s02.html +share/gimp/help/zh_CN/ch05s02s03.html +share/gimp/help/zh_CN/ch05s03.html +share/gimp/help/zh_CN/ch05s03s02.html +share/gimp/help/zh_CN/ch05s03s03.html +share/gimp/help/zh_CN/ch05s03s04.html +share/gimp/help/zh_CN/ch05s03s05.html +share/gimp/help/zh_CN/ch05s04.html +share/gimp/help/zh_CN/ch05s04s02.html +share/gimp/help/zh_CN/ch05s04s03.html +share/gimp/help/zh_CN/ch05s04s04.html +share/gimp/help/zh_CN/ch05s05.html +share/gimp/help/zh_CN/ch05s06.html +share/gimp/help/zh_CN/ch05s07.html +share/gimp/help/zh_CN/ch05s08.html +share/gimp/help/zh_CN/ch05s09.html +share/gimp/help/zh_CN/ch05s10.html +share/gimp/help/zh_CN/ch05s11.html +share/gimp/help/zh_CN/ch05s12.html +share/gimp/help/zh_CN/ch05s12s02.html +share/gimp/help/zh_CN/ch05s12s03.html +share/gimp/help/zh_CN/ch05s13.html +share/gimp/help/zh_CN/ch05s13s02.html +share/gimp/help/zh_CN/ch05s13s03.html +share/gimp/help/zh_CN/ch05s13s04.html +share/gimp/help/zh_CN/ch05s14.html +share/gimp/help/zh_CN/ch05s15.html +share/gimp/help/zh_CN/ch05s16.html +share/gimp/help/zh_CN/ch05s17.html +share/gimp/help/zh_CN/ch05s18.html +share/gimp/help/zh_CN/ch05s18s02.html +share/gimp/help/zh_CN/ch05s18s03.html +share/gimp/help/zh_CN/ch05s18s04.html +share/gimp/help/zh_CN/ch05s18s05.html +share/gimp/help/zh_CN/ch05s18s06.html +share/gimp/help/zh_CN/ch05s18s07.html +share/gimp/help/zh_CN/ch05s18s08.html +share/gimp/help/zh_CN/ch05s18s09.html +share/gimp/help/zh_CN/ch05s18s10.html +share/gimp/help/zh_CN/ch05s18s11.html +share/gimp/help/zh_CN/ch05s18s12.html +share/gimp/help/zh_CN/ch05s18s13.html +share/gimp/help/zh_CN/ch05s18s14.html +share/gimp/help/zh_CN/ch05s18s15.html +share/gimp/help/zh_CN/ch05s18s16.html +share/gimp/help/zh_CN/ch06.html +share/gimp/help/zh_CN/ch06s02.html +share/gimp/help/zh_CN/ch06s02s02.html +share/gimp/help/zh_CN/ch06s02s03.html +share/gimp/help/zh_CN/ch06s02s04.html +share/gimp/help/zh_CN/ch06s02s05.html +share/gimp/help/zh_CN/ch06s02s06.html +share/gimp/help/zh_CN/ch06s02s07.html +share/gimp/help/zh_CN/ch06s02s08.html +share/gimp/help/zh_CN/ch06s02s09.html +share/gimp/help/zh_CN/ch06s02s10.html +share/gimp/help/zh_CN/ch06s03.html +share/gimp/help/zh_CN/ch06s03s02.html +share/gimp/help/zh_CN/ch06s03s03.html +share/gimp/help/zh_CN/ch06s03s04.html +share/gimp/help/zh_CN/ch06s03s05.html +share/gimp/help/zh_CN/ch06s03s06.html +share/gimp/help/zh_CN/ch06s03s07.html +share/gimp/help/zh_CN/ch06s03s08.html +share/gimp/help/zh_CN/ch06s03s09.html +share/gimp/help/zh_CN/ch06s03s10.html +share/gimp/help/zh_CN/ch06s03s11.html +share/gimp/help/zh_CN/ch06s03s12.html +share/gimp/help/zh_CN/ch06s03s13.html +share/gimp/help/zh_CN/ch06s03s14.html +share/gimp/help/zh_CN/ch06s03s15.html +share/gimp/help/zh_CN/ch06s03s16.html +share/gimp/help/zh_CN/ch06s03s17.html +share/gimp/help/zh_CN/ch06s04.html +share/gimp/help/zh_CN/ch06s04s02.html +share/gimp/help/zh_CN/ch06s04s03.html +share/gimp/help/zh_CN/ch06s04s04.html +share/gimp/help/zh_CN/ch06s04s05.html +share/gimp/help/zh_CN/ch06s04s06.html +share/gimp/help/zh_CN/ch06s04s07.html +share/gimp/help/zh_CN/ch06s04s08.html +share/gimp/help/zh_CN/ch06s04s09.html +share/gimp/help/zh_CN/ch06s04s10.html +share/gimp/help/zh_CN/ch06s04s11.html +share/gimp/help/zh_CN/ch06s04s12.html +share/gimp/help/zh_CN/ch06s04s13.html +share/gimp/help/zh_CN/ch06s04s14.html +share/gimp/help/zh_CN/ch06s04s15.html +share/gimp/help/zh_CN/ch06s04s16.html +share/gimp/help/zh_CN/ch06s04s17.html +share/gimp/help/zh_CN/ch06s05.html +share/gimp/help/zh_CN/ch06s05s02.html +share/gimp/help/zh_CN/ch06s05s03.html +share/gimp/help/zh_CN/ch06s05s04.html +share/gimp/help/zh_CN/ch06s05s05.html +share/gimp/help/zh_CN/ch06s05s06.html +share/gimp/help/zh_CN/ch06s05s07.html +share/gimp/help/zh_CN/ch06s05s08.html +share/gimp/help/zh_CN/ch06s05s09.html +share/gimp/help/zh_CN/ch06s05s10.html +share/gimp/help/zh_CN/ch06s06.html +share/gimp/help/zh_CN/ch06s06s02.html +share/gimp/help/zh_CN/ch06s06s03.html +share/gimp/help/zh_CN/ch06s06s04.html +share/gimp/help/zh_CN/ch06s06s05.html +share/gimp/help/zh_CN/ch06s06s06.html +share/gimp/help/zh_CN/ch06s07.html +share/gimp/help/zh_CN/ch06s08.html +share/gimp/help/zh_CN/ch07.html +share/gimp/help/zh_CN/ch07s02.html +share/gimp/help/zh_CN/ch07s02s02.html +share/gimp/help/zh_CN/ch07s02s03.html +share/gimp/help/zh_CN/ch07s02s04.html +share/gimp/help/zh_CN/ch07s02s05.html +share/gimp/help/zh_CN/ch07s02s06.html +share/gimp/help/zh_CN/ch07s03.html +share/gimp/help/zh_CN/ch07s03s02.html +share/gimp/help/zh_CN/ch07s03s03.html +share/gimp/help/zh_CN/ch07s03s04.html +share/gimp/help/zh_CN/ch07s03s05.html +share/gimp/help/zh_CN/ch07s03s06.html +share/gimp/help/zh_CN/ch07s03s07.html +share/gimp/help/zh_CN/ch07s03s08.html +share/gimp/help/zh_CN/ch07s04.html +share/gimp/help/zh_CN/ch07s05.html +share/gimp/help/zh_CN/ch07s06.html +share/gimp/help/zh_CN/ch07s07.html +share/gimp/help/zh_CN/ch07s08.html +share/gimp/help/zh_CN/ch07s09.html +share/gimp/help/zh_CN/ch07s09s02.html +share/gimp/help/zh_CN/ch07s09s03.html +share/gimp/help/zh_CN/ch07s09s04.html +share/gimp/help/zh_CN/ch07s10.html +share/gimp/help/zh_CN/ch07s11.html +share/gimp/help/zh_CN/ch07s11s02.html +share/gimp/help/zh_CN/ch07s11s03.html +share/gimp/help/zh_CN/ch07s11s04.html +share/gimp/help/zh_CN/ch07s12.html +share/gimp/help/zh_CN/ch07s12s02.html +share/gimp/help/zh_CN/ch07s12s03.html +share/gimp/help/zh_CN/ch07s12s04.html +share/gimp/help/zh_CN/ch07s12s05.html +share/gimp/help/zh_CN/ch07s12s06.html +share/gimp/help/zh_CN/ch07s12s07.html +share/gimp/help/zh_CN/ch07s12s08.html +share/gimp/help/zh_CN/ch07s12s09.html +share/gimp/help/zh_CN/ch07s12s10.html +share/gimp/help/zh_CN/ch07s13.html +share/gimp/help/zh_CN/ch07s13s02.html +share/gimp/help/zh_CN/ch07s13s03.html +share/gimp/help/zh_CN/gimp-help-custom.css +share/gimp/help/zh_CN/gimp-help-plain.css +share/gimp/help/zh_CN/gimp-help-screen.css +share/gimp/help/zh_CN/gimp-help.xml +share/gimp/help/zh_CN/gimp-xrefs.xml +share/gimp/help/zh_CN/go01.html +share/gimp/help/zh_CN/index.html +@dirrm share/gimp/help/zh_CN +@dirrm share/gimp/help/sv +@dirrm share/gimp/help/nl +@dirrm share/gimp/help/it +@dirrm share/gimp/help/images/using/zh_CN +@dirrm share/gimp/help/images/using/fr +@dirrm share/gimp/help/images/using/cs +@dirrm share/gimp/help/images/using +@dirrm share/gimp/help/images/toolbox/zh_CN +@dirrm share/gimp/help/images/toolbox/it +@dirrm share/gimp/help/images/toolbox/fr +@dirrm share/gimp/help/images/toolbox/de +@dirrm share/gimp/help/images/toolbox/cs +@dirrm share/gimp/help/images/toolbox +@dirrm share/gimp/help/images/tool-options +@dirrm share/gimp/help/images/preferences/zh_CN +@dirrm share/gimp/help/images/preferences/fr +@dirrm share/gimp/help/images/preferences/de +@dirrm share/gimp/help/images/preferences +@dirrm share/gimp/help/images/menus/zh_CN +@dirrm share/gimp/help/images/menus/fr +@dirrm share/gimp/help/images/menus/cs +@dirrm share/gimp/help/images/menus +@dirrm share/gimp/help/images/glossary +@dirrm share/gimp/help/images/filters/zh_CN +@dirrm share/gimp/help/images/filters/fr +@dirrm share/gimp/help/images/filters/examples +@dirrm share/gimp/help/images/filters/de +@dirrm share/gimp/help/images/filters/cs +@dirrm share/gimp/help/images/filters +@dirrm share/gimp/help/images/dialogs/zh_CN +@dirrm share/gimp/help/images/dialogs/it +@dirrm share/gimp/help/images/dialogs/fr +@dirrm share/gimp/help/images/dialogs/examples +@dirrm share/gimp/help/images/dialogs/de +@dirrm share/gimp/help/images/dialogs/cs +@dirrm share/gimp/help/images/dialogs +@dirrm share/gimp/help/images/callouts +@dirrm share/gimp/help/images +@dirrm share/gimp/help/fr +@dirrm share/gimp/help/en +@dirrm share/gimp/help/de +@dirrm share/gimp/help/cs +@dirrm share/gimp/help diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile new file mode 100644 index 000000000..12a11840a --- /dev/null +++ b/graphics/gimp/Makefile @@ -0,0 +1,130 @@ +# New ports collection makefile for: The GIMP +# Date created: Mon Nov 18 21:28:43 CST 1996 +# Whom: erich@FreeBSD.org +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= gimp +PORTVERSION= 2.2.11 +PORTREVISION= 1 +PORTEPOCH= 1 +CATEGORIES= graphics gnome +MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ + http://gimp.mirrors.hoobly.com/%SUBDIR%/ \ + http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \ + ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/%SUBDIR%/ \ + ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \ + http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,} +MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A GNU Image Manipulation Program + +LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf \ + aa.1:${PORTSDIR}/graphics/aalib \ + exif.12:${PORTSDIR}/graphics/libexif \ + mng.1:${PORTSDIR}/graphics/libmng \ + png.5:${PORTSDIR}/graphics/png \ + jpeg.9:${PORTSDIR}/graphics/jpeg \ + tiff.4:${PORTSDIR}/graphics/tiff + +CONFLICTS= gimp-1.* gimpshop-[0-9]* + +SHLIBVER?= 200 + +USE_BZIP2= yes +USE_XPM= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 +WANT_GNOME= yes +USE_GETTEXT= yes +INSTALLS_SHLIB= yes +PLIST_SUB= SHLIBVER="${SHLIBVER}" +CONFIGURE_ARGS= --disable-perl \ + --with-html-dir=${DOCSDIR} \ + --disable-gtk-doc \ + --enable-static +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +GIMP_DISTFILE= ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} + +MAN1= gimp.1 gimp-2.2.1 gimp-remote.1 gimp-remote-2.2.1 gimptool-2.0.1 +MAN5= gimprc.5 gimprc-2.2.5 + +OPTIONS= DEBUG "debugging" off \ + PYTHON "Python-Fu support" off \ + RSVG "SVG format support" on \ + PRINT "GIMP printing" on \ + HTML_HELP_BROWSER "GIMP help browser" on \ + MP "multiple processor support" off + +.include <bsd.port.pre.mk> + +.if defined(WITH_DEBUG) +CONFIGURE_ARGS+= --enable-debug +.endif + +.if defined(WITH_PYTHON) +USE_PYTHON= yes +# we need to manually include this, because USE_PYTHON is defined +# after including bsd.port.pre.mk +.include "${PORTSDIR}/Mk/bsd.python.mk" +USE_GNOME+= pygtk2 +CONFIGURE_ARGS+= --enable-python +PLIST_SUB+= PYTHON:="" +.else +CONFIGURE_ARGS+= --disable-python +PLIST_SUB+= PYTHON:="@comment " +.endif + +.if defined(WITHOUT_RSVG) +CONFIGURE_ARGS+= --without-librsvg +PLIST_SUB+= SVG="@comment " +.else +USE_GNOME+= librsvg2 +PLIST_SUB+= SVG="" +.endif + +.if defined(WITHOUT_PRINT) +CONFIGURE_ARGS+= --disable-print +PLIST_SUB+= PRINT="@comment " +.else +LIB_DEPENDS+= gimpprint.2:${PORTSDIR}/print/gimp-print +PLIST_SUB+= PRINT="" +.endif + +.if defined(WITH_MP) +CONFIGURE_ARGS+= --enable-mp +.endif + +.if ${HAVE_GNOME:Mgnomepanel}!="" +USE_GNOME+= gnomepanel desktopfileutils +CONFIGURE_ARGS+= --with-desktop-dir=${LOCALBASE}/share/gnome +CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} +PKGNAMESUFFIX:= -gnome +PLIST_SUB+= GNOMEPANEL:="" +GNOME_ENABLED= yes +.else +PLIST_SUB+= GNOMEPANEL:="@comment " +CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} +.endif + +.if defined(WITH_HTML_HELP_BROWSER) +USE_GNOME+= libgtkhtml +PLIST_SUB+= HELPBROWSER:="" +.else +PLIST_SUB+= HELPBROWSER:="@comment " +post-patch: + @${REINPLACE_CMD} -e 's|\(have_gtkhtml2=\)yes|\1no|' ${WRKSRC}/configure +.endif + +.if defined(GNOME_ENABLED) +post-install: + @-update-desktop-database +.endif + +.include <bsd.port.post.mk> diff --git a/graphics/gimp/distinfo b/graphics/gimp/distinfo new file mode 100644 index 000000000..e2a783c32 --- /dev/null +++ b/graphics/gimp/distinfo @@ -0,0 +1,3 @@ +MD5 (gimp-2.2.11.tar.bz2) = 0403e9b4e0415c99cd27b137b9839212 +SHA256 (gimp-2.2.11.tar.bz2) = 169441ac8dd59d0dda52e4a93622e9824e74bf79b56aab6908c74ffd0418a2d4 +SIZE (gimp-2.2.11.tar.bz2) = 12854751 diff --git a/graphics/gimp/files/patch-aa b/graphics/gimp/files/patch-aa new file mode 100644 index 000000000..411ac92c9 --- /dev/null +++ b/graphics/gimp/files/patch-aa @@ -0,0 +1,20 @@ +--- app/main.c.orig Sun Oct 5 09:16:02 2003 ++++ app/main.c Mon Oct 6 12:14:34 2003 +@@ -23,6 +23,7 @@ + #include <signal.h> + #include <string.h> + #include <sys/types.h> ++#include <floatingpoint.h> + + #ifdef HAVE_SYS_WAIT_H + #include <sys/wait.h> +@@ -113,6 +114,9 @@ + /* Initialize variables */ + + full_prog_name = argv[0]; ++ ++ /* Ignore floating point exceptions */ ++ fpsetmask(0); + + /* Initialize i18n support */ + diff --git a/graphics/gimp/files/patch-am b/graphics/gimp/files/patch-am new file mode 100644 index 000000000..45c58cbe5 --- /dev/null +++ b/graphics/gimp/files/patch-am @@ -0,0 +1,19 @@ +--- libgimp/gimp.c.orig Fri May 12 12:37:27 2000 ++++ libgimp/gimp.c Thu May 18 16:42:21 2000 +@@ -26,6 +26,7 @@ + #include <stdlib.h> + #include <string.h> + #include <sys/types.h> ++#include <floatingpoint.h> + + #ifdef HAVE_SYS_TIME_H + #include <sys/time.h> +@@ -211,6 +212,9 @@ + } + + progname = argv[0]; ++ ++ /* Ignore floating point exceptions */ ++ fpsetmask(0); + + g_set_prgname (g_basename (progname)); diff --git a/graphics/gimp/files/patch-configure b/graphics/gimp/files/patch-configure new file mode 100644 index 000000000..da42f67f8 --- /dev/null +++ b/graphics/gimp/files/patch-configure @@ -0,0 +1,23 @@ +--- configure.orig Sun Mar 6 15:30:12 2005 ++++ configure Sun Mar 6 15:33:57 2005 +@@ -25925,6 +25925,7 @@ + if test "x$enable_gtktest" = "xyes" ; then + ac_save_CFLAGS="$CFLAGS" + ac_save_LIBS="$LIBS" ++ GTK_LIBS="$GIMP_THREAD_LIBS $GTK_LIBS" + CFLAGS="$CFLAGS $GTK_CFLAGS" + LIBS="$GTK_LIBS $LIBS" + rm -f conf.gtktest +@@ -33865,9 +33866,9 @@ + fi + fi; + +-gimpdatadir="$datadir/$PACKAGE/2.0" +-gimpplugindir="$libdir/$PACKAGE/2.0" +-gimpsysconfdir="$sysconfdir/$PACKAGE/2.0" ++gimpdatadir="$datadir/$PACKAGE" ++gimpplugindir="$libexecdir/$PACKAGE/2.2" ++gimpsysconfdir="$sysconfdir/$PACKAGE/2.2" + + localedir='${prefix}/${DATADIRNAME}/locale' + diff --git a/graphics/gimp/files/patch-gimptool-2.0.in b/graphics/gimp/files/patch-gimptool-2.0.in new file mode 100644 index 000000000..3ee0f17b8 --- /dev/null +++ b/graphics/gimp/files/patch-gimptool-2.0.in @@ -0,0 +1,26 @@ +--- gimptool-2.0.in.orig Tue Jan 15 12:21:05 2002 ++++ gimptool-2.0.in Fri May 17 20:46:18 2002 +@@ -215,19 +215,19 @@ + | --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/files/patch-plug-ins_common_url.c b/graphics/gimp/files/patch-plug-ins_common_url.c new file mode 100644 index 000000000..bceff6df1 --- /dev/null +++ b/graphics/gimp/files/patch-plug-ins_common_url.c @@ -0,0 +1,17 @@ +--- plug-ins/common/url.c.orig Wed Dec 28 13:56:48 2005 ++++ plug-ins/common/url.c Wed Dec 28 13:58:33 2005 +@@ -186,10 +186,10 @@ + putenv ("LANG=C"); + #endif + +- execlp ("wget", +- "wget", "-v", "-e", "server-response=off", "-T", TIMEOUT, +- filename, "-O", tmpname, NULL); +- g_message ("exec() failed: wget: %s", g_strerror (errno)); ++ execlp ("fetch", ++ "fetch", "-T", TIMEOUT, ++ filename, "-p", "-o", tmpname, NULL); ++ g_message ("exec() failed: fetch: %s", g_strerror (errno)); + g_free (tmpname); + _exit (127); + } diff --git a/graphics/gimp/files/patch-plug-ins_print_print.c b/graphics/gimp/files/patch-plug-ins_print_print.c new file mode 100644 index 000000000..36f4bf714 --- /dev/null +++ b/graphics/gimp/files/patch-plug-ins_print_print.c @@ -0,0 +1,11 @@ +--- plug-ins/print/print.c.orig Tue Dec 26 07:43:54 2000 ++++ plug-ins/print/print.c Tue Dec 26 07:44:07 2000 +@@ -1417,7 +1417,7 @@ + + if (i < (sizeof(lpcs) / sizeof(lpcs[0]))) + { +- strcat(command, " status < /dev/null"); ++ strcat(command, " status all < /dev/null"); + type = PRINTERS_LPC; + } + else diff --git a/graphics/gimp/pkg-descr b/graphics/gimp/pkg-descr new file mode 100644 index 000000000..4d7f49925 --- /dev/null +++ b/graphics/gimp/pkg-descr @@ -0,0 +1,19 @@ +The GIMP is designed to provide an intuitive graphical interface to a +variety of image editing operations. Here is a list of the GIMP's +major features: + + Image editing + ------------- + + * Selection tools including rectangle, ellipse, free, fuzzy, bezier + and intelligent. + * Transformation tools including rotate, scale, shear and flip. + * Painting tools including bucket, brush, airbrush, clone, convolve, + blend and text. + * Effects filters (such as blur, edge detect). + * Channel & color operations (such as add, composite, decompose). + * Plug-ins which allow for the easy addition of new file formats and + new effect filters. + * Multiple undo/redo. + +WWW: http://www.gimp.org/ diff --git a/graphics/gimp/pkg-plist b/graphics/gimp/pkg-plist new file mode 100644 index 000000000..0b7059051 --- /dev/null +++ b/graphics/gimp/pkg-plist @@ -0,0 +1,1936 @@ +bin/gimp +bin/gimp-2.2 +bin/gimp-remote +bin/gimp-remote-2.2 +bin/gimptool-2.0 +etc/gimp/2.2/controllerrc +etc/gimp/2.2/gimprc +etc/gimp/2.2/gtkrc +etc/gimp/2.2/ps-menurc +etc/gimp/2.2/sessionrc +etc/gimp/2.2/templaterc +etc/gimp/2.2/unitrc +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/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/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/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/gimpmodule.h +include/gimp-2.0/libgimpmodule/gimpmoduledb.h +include/gimp-2.0/libgimpmodule/gimpmoduletypes.h +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/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 +libexec/gimp/2.2/environ/default.env +%%PYTHON:%%libexec/gimp/2.2/environ/pygimp.env +%%PYTHON:%%libexec/gimp/2.2/python/pygimp-logo.png +libexec/gimp/2.2/modules/libcdisplay_colorblind.a +libexec/gimp/2.2/modules/libcdisplay_colorblind.la +libexec/gimp/2.2/modules/libcdisplay_colorblind.so +libexec/gimp/2.2/modules/libcdisplay_gamma.a +libexec/gimp/2.2/modules/libcdisplay_gamma.la +libexec/gimp/2.2/modules/libcdisplay_gamma.so +libexec/gimp/2.2/modules/libcdisplay_highcontrast.a +libexec/gimp/2.2/modules/libcdisplay_highcontrast.la +libexec/gimp/2.2/modules/libcdisplay_highcontrast.so +libexec/gimp/2.2/modules/libcdisplay_proof.a +libexec/gimp/2.2/modules/libcdisplay_proof.la +libexec/gimp/2.2/modules/libcdisplay_proof.so +libexec/gimp/2.2/modules/libcolorsel_cmyk.a +libexec/gimp/2.2/modules/libcolorsel_cmyk.la +libexec/gimp/2.2/modules/libcolorsel_cmyk.so +libexec/gimp/2.2/modules/libcolorsel_triangle.a +libexec/gimp/2.2/modules/libcolorsel_triangle.la +libexec/gimp/2.2/modules/libcolorsel_triangle.so +libexec/gimp/2.2/modules/libcolorsel_water.a +libexec/gimp/2.2/modules/libcolorsel_water.la +libexec/gimp/2.2/modules/libcolorsel_water.so +libexec/gimp/2.2/modules/libcontroller_midi.a +libexec/gimp/2.2/modules/libcontroller_midi.la +libexec/gimp/2.2/modules/libcontroller_midi.so +libexec/gimp/2.2/plug-ins/AlienMap2 +libexec/gimp/2.2/plug-ins/CEL +libexec/gimp/2.2/plug-ins/CML_explorer +libexec/gimp/2.2/plug-ins/FractalExplorer +libexec/gimp/2.2/plug-ins/Lighting +libexec/gimp/2.2/plug-ins/MapObject +libexec/gimp/2.2/plug-ins/aa +libexec/gimp/2.2/plug-ins/align_layers +libexec/gimp/2.2/plug-ins/animationplay +libexec/gimp/2.2/plug-ins/animoptimize +libexec/gimp/2.2/plug-ins/apply_lens +libexec/gimp/2.2/plug-ins/autocrop +libexec/gimp/2.2/plug-ins/autostretch_hsv +libexec/gimp/2.2/plug-ins/blinds +libexec/gimp/2.2/plug-ins/blur +libexec/gimp/2.2/plug-ins/bmp +libexec/gimp/2.2/plug-ins/borderaverage +libexec/gimp/2.2/plug-ins/bumpmap +libexec/gimp/2.2/plug-ins/c_astretch +libexec/gimp/2.2/plug-ins/cartoon +libexec/gimp/2.2/plug-ins/ccanalyze +libexec/gimp/2.2/plug-ins/channel_mixer +libexec/gimp/2.2/plug-ins/checkerboard +%%PYTHON:%%libexec/gimp/2.2/plug-ins/clothify.py +libexec/gimp/2.2/plug-ins/color_enhance +libexec/gimp/2.2/plug-ins/colorify +%%PYTHON:%%libexec/gimp/2.2/plug-ins/colorxhtml.py +libexec/gimp/2.2/plug-ins/colortoalpha +libexec/gimp/2.2/plug-ins/compose +libexec/gimp/2.2/plug-ins/compressor +libexec/gimp/2.2/plug-ins/convmatrix +libexec/gimp/2.2/plug-ins/csource +libexec/gimp/2.2/plug-ins/cubism +libexec/gimp/2.2/plug-ins/curve_bend +libexec/gimp/2.2/plug-ins/decompose +libexec/gimp/2.2/plug-ins/deinterlace +libexec/gimp/2.2/plug-ins/depthmerge +libexec/gimp/2.2/plug-ins/despeckle +libexec/gimp/2.2/plug-ins/destripe +libexec/gimp/2.2/plug-ins/dicom +libexec/gimp/2.2/plug-ins/diffraction +libexec/gimp/2.2/plug-ins/displace +libexec/gimp/2.2/plug-ins/dog +libexec/gimp/2.2/plug-ins/edge +libexec/gimp/2.2/plug-ins/emboss +libexec/gimp/2.2/plug-ins/engrave +libexec/gimp/2.2/plug-ins/exchange +libexec/gimp/2.2/plug-ins/faxg3 +libexec/gimp/2.2/plug-ins/film +libexec/gimp/2.2/plug-ins/fits +libexec/gimp/2.2/plug-ins/flame +libexec/gimp/2.2/plug-ins/flarefx +%%PYTHON:%%libexec/gimp/2.2/plug-ins/foggify.py +libexec/gimp/2.2/plug-ins/fp +libexec/gimp/2.2/plug-ins/fractaltrace +libexec/gimp/2.2/plug-ins/gauss +libexec/gimp/2.2/plug-ins/gbr +libexec/gimp/2.2/plug-ins/gee +libexec/gimp/2.2/plug-ins/gee_zoom +libexec/gimp/2.2/plug-ins/gfig +libexec/gimp/2.2/plug-ins/gflare +libexec/gimp/2.2/plug-ins/gfli +libexec/gimp/2.2/plug-ins/gif +libexec/gimp/2.2/plug-ins/gifload +libexec/gimp/2.2/plug-ins/gih +%%PYTHON:%%libexec/gimp/2.2/plug-ins/gimpcons.py +libexec/gimp/2.2/plug-ins/gimpressionist +libexec/gimp/2.2/plug-ins/glasstile +libexec/gimp/2.2/plug-ins/glob +libexec/gimp/2.2/plug-ins/gqbist +libexec/gimp/2.2/plug-ins/gradmap +libexec/gimp/2.2/plug-ins/grid +%%PYTHON:%%libexec/gimp/2.2/plug-ins/gtkcons.py +libexec/gimp/2.2/plug-ins/gtm +libexec/gimp/2.2/plug-ins/guillotine +libexec/gimp/2.2/plug-ins/header +libexec/gimp/2.2/plug-ins/help +%%HELPBROWSER:%%libexec/gimp/2.2/plug-ins/helpbrowser +libexec/gimp/2.2/plug-ins/hot +libexec/gimp/2.2/plug-ins/ifscompose +libexec/gimp/2.2/plug-ins/illusion +libexec/gimp/2.2/plug-ins/imagemap +libexec/gimp/2.2/plug-ins/iwarp +libexec/gimp/2.2/plug-ins/jigsaw +libexec/gimp/2.2/plug-ins/jpeg +libexec/gimp/2.2/plug-ins/laplace +libexec/gimp/2.2/plug-ins/lic +libexec/gimp/2.2/plug-ins/mail +libexec/gimp/2.2/plug-ins/mapcolor +libexec/gimp/2.2/plug-ins/max_rgb +libexec/gimp/2.2/plug-ins/maze +libexec/gimp/2.2/plug-ins/mblur +libexec/gimp/2.2/plug-ins/mng +libexec/gimp/2.2/plug-ins/mosaic +libexec/gimp/2.2/plug-ins/neon +libexec/gimp/2.2/plug-ins/newsprint +libexec/gimp/2.2/plug-ins/nlfilt +libexec/gimp/2.2/plug-ins/noisify +libexec/gimp/2.2/plug-ins/normalize +libexec/gimp/2.2/plug-ins/nova +libexec/gimp/2.2/plug-ins/oilify +libexec/gimp/2.2/plug-ins/pagecurl +libexec/gimp/2.2/plug-ins/papertile +libexec/gimp/2.2/plug-ins/pat +libexec/gimp/2.2/plug-ins/pcx +%%PYTHON:%%libexec/gimp/2.2/plug-ins/pdbbrowse.py +libexec/gimp/2.2/plug-ins/photocopy +libexec/gimp/2.2/plug-ins/pix +libexec/gimp/2.2/plug-ins/pixelize +libexec/gimp/2.2/plug-ins/plasma +libexec/gimp/2.2/plug-ins/plugin-browser +libexec/gimp/2.2/plug-ins/png +libexec/gimp/2.2/plug-ins/pnm +libexec/gimp/2.2/plug-ins/polar +libexec/gimp/2.2/plug-ins/postscript +%%PRINT%%libexec/gimp/2.2/plug-ins/print +libexec/gimp/2.2/plug-ins/procedure-browser +libexec/gimp/2.2/plug-ins/psd +libexec/gimp/2.2/plug-ins/psd_save +libexec/gimp/2.2/plug-ins/psp +%%PYTHON:%%libexec/gimp/2.2/plug-ins/py-slice.py +libexec/gimp/2.2/plug-ins/randomize +libexec/gimp/2.2/plug-ins/raw +libexec/gimp/2.2/plug-ins/rcm +libexec/gimp/2.2/plug-ins/retinex +libexec/gimp/2.2/plug-ins/ripple +libexec/gimp/2.2/plug-ins/rotate +libexec/gimp/2.2/plug-ins/sample_colorize +libexec/gimp/2.2/plug-ins/scatter_hsv +libexec/gimp/2.2/plug-ins/screenshot +libexec/gimp/2.2/plug-ins/script-fu +%%PYTHON:%%libexec/gimp/2.2/plug-ins/shadow_bevel.py +libexec/gimp/2.2/plug-ins/sel2path +libexec/gimp/2.2/plug-ins/sel_gauss +libexec/gimp/2.2/plug-ins/semiflatten +libexec/gimp/2.2/plug-ins/sgi +libexec/gimp/2.2/plug-ins/sharpen +libexec/gimp/2.2/plug-ins/shift +libexec/gimp/2.2/plug-ins/sinus +libexec/gimp/2.2/plug-ins/smooth_palette +libexec/gimp/2.2/plug-ins/snoise +libexec/gimp/2.2/plug-ins/sobel +libexec/gimp/2.2/plug-ins/softglow +libexec/gimp/2.2/plug-ins/sparkle +libexec/gimp/2.2/plug-ins/spheredesigner +libexec/gimp/2.2/plug-ins/spread +libexec/gimp/2.2/plug-ins/struc +libexec/gimp/2.2/plug-ins/sunras +%%SVG%%libexec/gimp/2.2/plug-ins/svg +libexec/gimp/2.2/plug-ins/tga +libexec/gimp/2.2/plug-ins/threshold_alpha +libexec/gimp/2.2/plug-ins/tiff +libexec/gimp/2.2/plug-ins/tile +libexec/gimp/2.2/plug-ins/tileit +libexec/gimp/2.2/plug-ins/tiler +libexec/gimp/2.2/plug-ins/uniteditor +libexec/gimp/2.2/plug-ins/unsharp +libexec/gimp/2.2/plug-ins/url +libexec/gimp/2.2/plug-ins/video +libexec/gimp/2.2/plug-ins/vinvert +libexec/gimp/2.2/plug-ins/vpropagate +libexec/gimp/2.2/plug-ins/warp +libexec/gimp/2.2/plug-ins/waves +libexec/gimp/2.2/plug-ins/webbrowser +%%PYTHON:%%libexec/gimp/2.2/plug-ins/whirlpinch.py +libexec/gimp/2.2/plug-ins/whirlpinch +libexec/gimp/2.2/plug-ins/wind +libexec/gimp/2.2/plug-ins/winicon +libexec/gimp/2.2/plug-ins/wmf +libexec/gimp/2.2/plug-ins/xbm +libexec/gimp/2.2/plug-ins/xjt +libexec/gimp/2.2/plug-ins/xpm +libexec/gimp/2.2/plug-ins/xwd +libexec/gimp/2.2/plug-ins/zealouscrop +%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.py +%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.pyc +%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.pyo +%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.py +%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyc +%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyo +%%PYTHON:%%libexec/gimp/2.2/python/gimpmodule.so +%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.py +%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyc +%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyo +%%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowsermodule.so +%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.py +%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyc +%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyo +%%PYTHON:%%libexec/gimp/2.2/python/gimpui.py +%%PYTHON:%%libexec/gimp/2.2/python/gimpui.pyc +%%PYTHON:%%libexec/gimp/2.2/python/gimpui.pyo +lib/libgimp-2.0.a +lib/libgimp-2.0.la +lib/libgimp-2.0.so +lib/libgimp-2.0.so.%%SHLIBVER%% +lib/libgimpbase-2.0.a +lib/libgimpbase-2.0.la +lib/libgimpbase-2.0.so +lib/libgimpbase-2.0.so.%%SHLIBVER%% +lib/libgimpcolor-2.0.a +lib/libgimpcolor-2.0.la +lib/libgimpcolor-2.0.so +lib/libgimpcolor-2.0.so.%%SHLIBVER%% +lib/libgimpmath-2.0.a +lib/libgimpmath-2.0.la +lib/libgimpmath-2.0.so +lib/libgimpmath-2.0.so.%%SHLIBVER%% +lib/libgimpmodule-2.0.a +lib/libgimpmodule-2.0.la +lib/libgimpmodule-2.0.so +lib/libgimpmodule-2.0.so.%%SHLIBVER%% +lib/libgimpthumb-2.0.a +lib/libgimpthumb-2.0.la +lib/libgimpthumb-2.0.so +lib/libgimpthumb-2.0.so.%%SHLIBVER%% +lib/libgimpui-2.0.a +lib/libgimpui-2.0.la +lib/libgimpui-2.0.so +lib/libgimpui-2.0.so.%%SHLIBVER%% +lib/libgimpwidgets-2.0.a +lib/libgimpwidgets-2.0.la +lib/libgimpwidgets-2.0.so +lib/libgimpwidgets-2.0.so.%%SHLIBVER%% +libdata/pkgconfig/gimp-2.0.pc +libdata/pkgconfig/gimpthumb-2.0.pc +libdata/pkgconfig/gimpui-2.0.pc +share/aclocal/gimp-2.0.m4 +%%DOCSDIR%%/libgimp/GimpAspectPreview.html +%%DOCSDIR%%/libgimp/GimpDrawablePreview.html +%%DOCSDIR%%/libgimp/GimpProgressBar.html +%%DOCSDIR%%/libgimp/gimpdefinitions.html +%%DOCSDIR%%/libgimp/home.png +%%DOCSDIR%%/libgimp/index.html +%%DOCSDIR%%/libgimp/index.sgml +%%DOCSDIR%%/libgimp/left.png +%%DOCSDIR%%/libgimp/libgimp-data.html +%%DOCSDIR%%/libgimp/libgimp-general.html +%%DOCSDIR%%/libgimp/libgimp-gimp.html +%%DOCSDIR%%/libgimp/libgimp-gimpbrush.html +%%DOCSDIR%%/libgimp/libgimp-gimpbrushes.html +%%DOCSDIR%%/libgimp/libgimp-gimpbrushmenu.html +%%DOCSDIR%%/libgimp/libgimp-gimpbrushselect.html +%%DOCSDIR%%/libgimp/libgimp-gimpchannel.html +%%DOCSDIR%%/libgimp/libgimp-gimpcolor.html +%%DOCSDIR%%/libgimp/libgimp-gimpcontext.html +%%DOCSDIR%%/libgimp/libgimp-gimpconvert.html +%%DOCSDIR%%/libgimp/libgimp-gimpdisplay.html +%%DOCSDIR%%/libgimp/libgimp-gimpdrawable.html +%%DOCSDIR%%/libgimp/libgimp-gimpdrawablecombobox.html +%%DOCSDIR%%/libgimp/libgimp-gimpdrawabletransform.html +%%DOCSDIR%%/libgimp/libgimp-gimpedit.html +%%DOCSDIR%%/libgimp/libgimp-gimpenums.html +%%DOCSDIR%%/libgimp/libgimp-gimpexport.html +%%DOCSDIR%%/libgimp/libgimp-gimpfileops.html +%%DOCSDIR%%/libgimp/libgimp-gimpfloatingsel.html +%%DOCSDIR%%/libgimp/libgimp-gimpfontmenu.html +%%DOCSDIR%%/libgimp/libgimp-gimpfonts.html +%%DOCSDIR%%/libgimp/libgimp-gimpfontselect.html +%%DOCSDIR%%/libgimp/libgimp-gimpgimprc.html +%%DOCSDIR%%/libgimp/libgimp-gimpgradient.html +%%DOCSDIR%%/libgimp/libgimp-gimpgradientmenu.html +%%DOCSDIR%%/libgimp/libgimp-gimpgradients.html +%%DOCSDIR%%/libgimp/libgimp-gimpgradientselect.html +%%DOCSDIR%%/libgimp/libgimp-gimpguides.html +%%DOCSDIR%%/libgimp/libgimp-gimphelp.html +%%DOCSDIR%%/libgimp/libgimp-gimpimage.html +%%DOCSDIR%%/libgimp/libgimp-gimpimagecombobox.html +%%DOCSDIR%%/libgimp/libgimp-gimplayer.html +%%DOCSDIR%%/libgimp/libgimp-gimpmenu.html +%%DOCSDIR%%/libgimp/libgimp-gimpmessage.html +%%DOCSDIR%%/libgimp/libgimp-gimppalette.html +%%DOCSDIR%%/libgimp/libgimp-gimppalettemenu.html +%%DOCSDIR%%/libgimp/libgimp-gimppalettes.html +%%DOCSDIR%%/libgimp/libgimp-gimppaletteselect.html +%%DOCSDIR%%/libgimp/libgimp-gimppaths.html +%%DOCSDIR%%/libgimp/libgimp-gimppattern.html +%%DOCSDIR%%/libgimp/libgimp-gimppatternmenu.html +%%DOCSDIR%%/libgimp/libgimp-gimppatterns.html +%%DOCSDIR%%/libgimp/libgimp-gimppatternselect.html +%%DOCSDIR%%/libgimp/libgimp-gimppixbuf.html +%%DOCSDIR%%/libgimp/libgimp-gimppixelfetcher.html +%%DOCSDIR%%/libgimp/libgimp-gimppixelrgn.html +%%DOCSDIR%%/libgimp/libgimp-gimpplugin.html +%%DOCSDIR%%/libgimp/libgimp-gimpproceduraldb.html +%%DOCSDIR%%/libgimp/libgimp-gimpprogress.html +%%DOCSDIR%%/libgimp/libgimp-gimpregioniterator.html +%%DOCSDIR%%/libgimp/libgimp-gimpselection.html +%%DOCSDIR%%/libgimp/libgimp-gimptexttool.html +%%DOCSDIR%%/libgimp/libgimp-gimptile.html +%%DOCSDIR%%/libgimp/libgimp-gimptools.html +%%DOCSDIR%%/libgimp/libgimp-gimpui.html +%%DOCSDIR%%/libgimp/libgimp-gimpundo.html +%%DOCSDIR%%/libgimp/libgimp-image.html +%%DOCSDIR%%/libgimp/libgimp-selectors.html +%%DOCSDIR%%/libgimp/libgimp.devhelp +%%DOCSDIR%%/libgimp/libgimp.html +%%DOCSDIR%%/libgimp/libgimpui-hierarchy.html +%%DOCSDIR%%/libgimp/libgimpui.html +%%DOCSDIR%%/libgimp/right.png +%%DOCSDIR%%/libgimp/style.css +%%DOCSDIR%%/libgimp/up.png +%%DOCSDIR%%/libgimpbase/home.png +%%DOCSDIR%%/libgimpbase/index.html +%%DOCSDIR%%/libgimpbase/index.sgml +%%DOCSDIR%%/libgimpbase/left.png +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbaseenums.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbasetypes.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpchecks.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpdatafiles.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpenv.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimplimits.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpmemsize.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparasite.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparasiteio.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpprotocol.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpsignal.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpunit.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimputils.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpversion.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpwire.html +%%DOCSDIR%%/libgimpbase/libgimpbase.devhelp +%%DOCSDIR%%/libgimpbase/libgimpbase.html +%%DOCSDIR%%/libgimpbase/right.png +%%DOCSDIR%%/libgimpbase/style.css +%%DOCSDIR%%/libgimpbase/up.png +%%DOCSDIR%%/libgimpcolor/home.png +%%DOCSDIR%%/libgimpcolor/index.html +%%DOCSDIR%%/libgimpcolor/index.sgml +%%DOCSDIR%%/libgimpcolor/left.png +%%DOCSDIR%%/libgimpcolor/style.css +%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpAdaptiveSupersample.html +%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpBilinear.html +%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpCMYK.html +%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpColorSpace.html +%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpHSV.html +%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpRGB.html +%%DOCSDIR%%/libgimpcolor/libgimpcolor.devhelp +%%DOCSDIR%%/libgimpcolor/libgimpcolor.html +%%DOCSDIR%%/libgimpcolor/right.png +%%DOCSDIR%%/libgimpcolor/up.png +%%DOCSDIR%%/libgimpmath/home.png +%%DOCSDIR%%/libgimpmath/index.html +%%DOCSDIR%%/libgimpmath/index.sgml +%%DOCSDIR%%/libgimpmath/left.png +%%DOCSDIR%%/libgimpmath/style.css +%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMD5.html +%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMath.html +%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMatrix.html +%%DOCSDIR%%/libgimpmath/libgimpmath-GimpVector.html +%%DOCSDIR%%/libgimpmath/libgimpmath.devhelp +%%DOCSDIR%%/libgimpmath/libgimpmath.html +%%DOCSDIR%%/libgimpmath/right.png +%%DOCSDIR%%/libgimpmath/up.png +%%DOCSDIR%%/libgimpmodule/GimpModule.html +%%DOCSDIR%%/libgimpmodule/GimpModuleDB.html +%%DOCSDIR%%/libgimpmodule/home.png +%%DOCSDIR%%/libgimpmodule/index.html +%%DOCSDIR%%/libgimpmodule/index.sgml +%%DOCSDIR%%/libgimpmodule/left.png +%%DOCSDIR%%/libgimpmodule/style.css +%%DOCSDIR%%/libgimpmodule/libgimpmodule.devhelp +%%DOCSDIR%%/libgimpmodule/libgimpmodule.html +%%DOCSDIR%%/libgimpmodule/right.png +%%DOCSDIR%%/libgimpmodule/up.png +%%DOCSDIR%%/libgimpthumb/GimpThumbnail.html +%%DOCSDIR%%/libgimpthumb/home.png +%%DOCSDIR%%/libgimpthumb/index.html +%%DOCSDIR%%/libgimpthumb/index.sgml +%%DOCSDIR%%/libgimpthumb/left.png +%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-enums.html +%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-error.html +%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-utils.html +%%DOCSDIR%%/libgimpthumb/libgimpthumb.devhelp +%%DOCSDIR%%/libgimpthumb/libgimpthumb.html +%%DOCSDIR%%/libgimpthumb/right.png +%%DOCSDIR%%/libgimpthumb/style.css +%%DOCSDIR%%/libgimpthumb/up.png +%%DOCSDIR%%/libgimpwidgets/GimpButton.html +%%DOCSDIR%%/libgimpwidgets/GimpCellRendererColor.html +%%DOCSDIR%%/libgimpwidgets/GimpCellRendererToggle.html +%%DOCSDIR%%/libgimpwidgets/GimpChainButton.html +%%DOCSDIR%%/libgimpwidgets/GimpColorArea.html +%%DOCSDIR%%/libgimpwidgets/GimpColorButton.html +%%DOCSDIR%%/libgimpwidgets/GimpColorDisplay.html +%%DOCSDIR%%/libgimpwidgets/GimpColorDisplayStack.html +%%DOCSDIR%%/libgimpwidgets/GimpColorHexEntry.html +%%DOCSDIR%%/libgimpwidgets/GimpColorNotebook.html +%%DOCSDIR%%/libgimpwidgets/GimpColorScale.html +%%DOCSDIR%%/libgimpwidgets/GimpColorScales.html +%%DOCSDIR%%/libgimpwidgets/GimpColorSelect.html +%%DOCSDIR%%/libgimpwidgets/GimpColorSelection.html +%%DOCSDIR%%/libgimpwidgets/GimpColorSelector.html +%%DOCSDIR%%/libgimpwidgets/GimpController.html +%%DOCSDIR%%/libgimpwidgets/GimpDialog.html +%%DOCSDIR%%/libgimpwidgets/GimpFileEntry.html +%%DOCSDIR%%/libgimpwidgets/GimpFrame.html +%%DOCSDIR%%/libgimpwidgets/GimpIntComboBox.html +%%DOCSDIR%%/libgimpwidgets/GimpIntStore.html +%%DOCSDIR%%/libgimpwidgets/GimpMemsizeEntry.html +%%DOCSDIR%%/libgimpwidgets/GimpOffsetArea.html +%%DOCSDIR%%/libgimpwidgets/GimpPathEditor.html +%%DOCSDIR%%/libgimpwidgets/GimpPickButton.html +%%DOCSDIR%%/libgimpwidgets/GimpPixmap.html +%%DOCSDIR%%/libgimpwidgets/GimpPreview.html +%%DOCSDIR%%/libgimpwidgets/GimpPreviewArea.html +%%DOCSDIR%%/libgimpwidgets/GimpSizeEntry.html +%%DOCSDIR%%/libgimpwidgets/GimpUnitMenu.html +%%DOCSDIR%%/libgimpwidgets/home.png +%%DOCSDIR%%/libgimpwidgets/index.html +%%DOCSDIR%%/libgimpwidgets/index.sgml +%%DOCSDIR%%/libgimpwidgets/left.png +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpHelpUI.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpQueryBox.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpScrolledPreview.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpStock.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpStock.html~ +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpWidgets.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-cell-renderers.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colordisplay.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colorselector.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-controller.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-deprecated.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-gimpoldwidgets.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-hierarchy.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-utils.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-widgets.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets.devhelp +%%DOCSDIR%%/libgimpwidgets/right.png +%%DOCSDIR%%/libgimpwidgets/stock-anchor-16.png +%%DOCSDIR%%/libgimpwidgets/stock-cap-butt-16.png +%%DOCSDIR%%/libgimpwidgets/stock-cap-round-16.png +%%DOCSDIR%%/libgimpwidgets/stock-cap-square-16.png +%%DOCSDIR%%/libgimpwidgets/stock-center-16.png +%%DOCSDIR%%/libgimpwidgets/stock-center-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-32.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-48.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-32.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-48.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-32.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-48.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-32.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-48.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-green-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-green-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-green-32.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-green-48.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-32.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-48.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-red-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-red-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-red-32.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-red-48.png +%%DOCSDIR%%/libgimpwidgets/stock-channels-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channels-24.png +%%DOCSDIR%%/libgimpwidgets/stock-char-picker-22.png +%%DOCSDIR%%/libgimpwidgets/stock-close-12.png +%%DOCSDIR%%/libgimpwidgets/stock-color-pick-from-screen-16.png +%%DOCSDIR%%/libgimpwidgets/stock-color-picker-black-18.png +%%DOCSDIR%%/libgimpwidgets/stock-color-picker-gray-18.png +%%DOCSDIR%%/libgimpwidgets/stock-color-picker-white-18.png +%%DOCSDIR%%/libgimpwidgets/stock-color-triangle-16.png +%%DOCSDIR%%/libgimpwidgets/stock-convert-grayscale-16.png +%%DOCSDIR%%/libgimpwidgets/stock-convert-indexed-16.png +%%DOCSDIR%%/libgimpwidgets/stock-convert-rgb-16.png +%%DOCSDIR%%/libgimpwidgets/stock-curve-free-16.png +%%DOCSDIR%%/libgimpwidgets/stock-curve-smooth-16.png +%%DOCSDIR%%/libgimpwidgets/stock-default-colors-12.png +%%DOCSDIR%%/libgimpwidgets/stock-device-status-16.png +%%DOCSDIR%%/libgimpwidgets/stock-device-status-24.png +%%DOCSDIR%%/libgimpwidgets/stock-display-filter-16.png +%%DOCSDIR%%/libgimpwidgets/stock-display-filter-24.png +%%DOCSDIR%%/libgimpwidgets/stock-duplicate-16.png +%%DOCSDIR%%/libgimpwidgets/stock-edit-16.png +%%DOCSDIR%%/libgimpwidgets/stock-error-64.png +%%DOCSDIR%%/libgimpwidgets/stock-eye-12.png +%%DOCSDIR%%/libgimpwidgets/stock-eye-20.png +%%DOCSDIR%%/libgimpwidgets/stock-flip-horizontal-16.png +%%DOCSDIR%%/libgimpwidgets/stock-flip-vertical-16.png +%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-16.png +%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-24.png +%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-32.png +%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-48.png +%%DOCSDIR%%/libgimpwidgets/stock-frame-64.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-bilinear-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-conical-asymmetric-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-conical-symmetric-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-linear-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-radial-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-angular-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-dimpled-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-spherical-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-spiral-anticlockwise-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-spiral-clockwise-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-square-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-east-24.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-24.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-east-24.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-west-24.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-24.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-east-24.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-west-24.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-west-24.png +%%DOCSDIR%%/libgimpwidgets/stock-grid-16.png +%%DOCSDIR%%/libgimpwidgets/stock-hchain-24.png +%%DOCSDIR%%/libgimpwidgets/stock-hchain-broken-24.png +%%DOCSDIR%%/libgimpwidgets/stock-histogram-16.png +%%DOCSDIR%%/libgimpwidgets/stock-histogram-22.png +%%DOCSDIR%%/libgimpwidgets/stock-histogram-linear-16.png +%%DOCSDIR%%/libgimpwidgets/stock-histogram-logarithmic-16.png +%%DOCSDIR%%/libgimpwidgets/stock-image-16.png +%%DOCSDIR%%/libgimpwidgets/stock-image-24.png +%%DOCSDIR%%/libgimpwidgets/stock-image-32.png +%%DOCSDIR%%/libgimpwidgets/stock-image-48.png +%%DOCSDIR%%/libgimpwidgets/stock-images-16.png +%%DOCSDIR%%/libgimpwidgets/stock-images-24.png +%%DOCSDIR%%/libgimpwidgets/stock-indexed-palette-16.png +%%DOCSDIR%%/libgimpwidgets/stock-indexed-palette-24.png +%%DOCSDIR%%/libgimpwidgets/stock-info-16.png +%%DOCSDIR%%/libgimpwidgets/stock-info-24.png +%%DOCSDIR%%/libgimpwidgets/stock-info-64.png +%%DOCSDIR%%/libgimpwidgets/stock-invert-16.png +%%DOCSDIR%%/libgimpwidgets/stock-join-bevel-16.png +%%DOCSDIR%%/libgimpwidgets/stock-join-miter-16.png +%%DOCSDIR%%/libgimpwidgets/stock-join-round-16.png +%%DOCSDIR%%/libgimpwidgets/stock-landscape-16.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-16.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-24.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-32.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-48.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-16.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-24.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-32.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-48.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-to-imagesize-16.png +%%DOCSDIR%%/libgimpwidgets/stock-layers-16.png +%%DOCSDIR%%/libgimpwidgets/stock-layers-24.png +%%DOCSDIR%%/libgimpwidgets/stock-letter-spacing-22.png +%%DOCSDIR%%/libgimpwidgets/stock-line-spacing-22.png +%%DOCSDIR%%/libgimpwidgets/stock-linked-12.png +%%DOCSDIR%%/libgimpwidgets/stock-linked-20.png +%%DOCSDIR%%/libgimpwidgets/stock-list-16.png +%%DOCSDIR%%/libgimpwidgets/stock-menu-left-12.png +%%DOCSDIR%%/libgimpwidgets/stock-menu-right-12.png +%%DOCSDIR%%/libgimpwidgets/stock-merge-down-16.png +%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-16.png +%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-24.png +%%DOCSDIR%%/libgimpwidgets/stock-navigation-16.png +%%DOCSDIR%%/libgimpwidgets/stock-paste-as-new-16.png +%%DOCSDIR%%/libgimpwidgets/stock-paste-into-16.png +%%DOCSDIR%%/libgimpwidgets/stock-path-16.png +%%DOCSDIR%%/libgimpwidgets/stock-path-22.png +%%DOCSDIR%%/libgimpwidgets/stock-path-stroke-16.png +%%DOCSDIR%%/libgimpwidgets/stock-paths-16.png +%%DOCSDIR%%/libgimpwidgets/stock-paths-22.png +%%DOCSDIR%%/libgimpwidgets/stock-plugin-16.png +%%DOCSDIR%%/libgimpwidgets/stock-portrait-16.png +%%DOCSDIR%%/libgimpwidgets/stock-print-resolution-16.png +%%DOCSDIR%%/libgimpwidgets/stock-print-resolution-24.png +%%DOCSDIR%%/libgimpwidgets/stock-qmask-off-16.png +%%DOCSDIR%%/libgimpwidgets/stock-qmask-on-16.png +%%DOCSDIR%%/libgimpwidgets/stock-question-64.png +%%DOCSDIR%%/libgimpwidgets/stock-reset-16.png +%%DOCSDIR%%/libgimpwidgets/stock-reshow-filter-16.png +%%DOCSDIR%%/libgimpwidgets/stock-resize-16.png +%%DOCSDIR%%/libgimpwidgets/stock-rotate-180-16.png +%%DOCSDIR%%/libgimpwidgets/stock-rotate-270-16.png +%%DOCSDIR%%/libgimpwidgets/stock-rotate-90-16.png +%%DOCSDIR%%/libgimpwidgets/stock-scale-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-add-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-all-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-border-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-grow-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-intersect-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-none-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-replace-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-shrink-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-stroke-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-subtract-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-to-channel-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-to-path-16.png +%%DOCSDIR%%/libgimpwidgets/stock-shape-circle-16.png +%%DOCSDIR%%/libgimpwidgets/stock-shape-diamond-16.png +%%DOCSDIR%%/libgimpwidgets/stock-shape-square-16.png +%%DOCSDIR%%/libgimpwidgets/stock-swap-colors-12.png +%%DOCSDIR%%/libgimpwidgets/stock-template-16.png +%%DOCSDIR%%/libgimpwidgets/stock-template-24.png +%%DOCSDIR%%/libgimpwidgets/stock-text-dir-ltr-24.png +%%DOCSDIR%%/libgimpwidgets/stock-text-dir-rtl-24.png +%%DOCSDIR%%/libgimpwidgets/stock-text-layer-16.png +%%DOCSDIR%%/libgimpwidgets/stock-text-layer-24.png +%%DOCSDIR%%/libgimpwidgets/stock-text-layer-32.png +%%DOCSDIR%%/libgimpwidgets/stock-text-layer-48.png +%%DOCSDIR%%/libgimpwidgets/stock-texture-64.png +%%DOCSDIR%%/libgimpwidgets/stock-toilet-paper-16.png +%%DOCSDIR%%/libgimpwidgets/stock-toilet-paper-24.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-airbrush-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-airbrush-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-blend-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-blend-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-blur-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-blur-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-brightness-contrast-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-brightness-contrast-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-bucket-fill-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-bucket-fill-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-by-color-select-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-by-color-select-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-clone-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-clone-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-color-balance-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-color-balance-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-color-picker-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-color-picker-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-colorize-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-colorize-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-crop-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-crop-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-curves-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-curves-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-dodge-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-dodge-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-ellipse-select-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-ellipse-select-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-eraser-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-eraser-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-flip-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-flip-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-free-select-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-free-select-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-fuzzy-select-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-fuzzy-select-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-hue-saturation-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-hue-saturation-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-ink-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-ink-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-iscissors-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-iscissors-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-levels-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-levels-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-measure-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-measure-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-move-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-move-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-options-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-options-24.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-paintbrush-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-paintbrush-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-path-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-path-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-pencil-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-pencil-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-perspective-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-perspective-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-posterize-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-posterize-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-rect-select-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-rect-select-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-rotate-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-rotate-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-scale-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-scale-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-shear-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-shear-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-smudge-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-smudge-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-text-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-text-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-threshold-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-threshold-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-zoom-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-zoom-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tools-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tools-24.png +%%DOCSDIR%%/libgimpwidgets/stock-transparency-16.png +%%DOCSDIR%%/libgimpwidgets/stock-transparency-24.png +%%DOCSDIR%%/libgimpwidgets/stock-undo-history-16.png +%%DOCSDIR%%/libgimpwidgets/stock-undo-history-24.png +%%DOCSDIR%%/libgimpwidgets/stock-vchain-24.png +%%DOCSDIR%%/libgimpwidgets/stock-vchain-broken-24.png +%%DOCSDIR%%/libgimpwidgets/stock-video-16.png +%%DOCSDIR%%/libgimpwidgets/stock-video-24.png +%%DOCSDIR%%/libgimpwidgets/stock-warning-16.png +%%DOCSDIR%%/libgimpwidgets/stock-warning-24.png +%%DOCSDIR%%/libgimpwidgets/stock-warning-64.png +%%DOCSDIR%%/libgimpwidgets/stock-web-16.png +%%DOCSDIR%%/libgimpwidgets/stock-web-24.png +%%DOCSDIR%%/libgimpwidgets/stock-wilber-16.png +%%DOCSDIR%%/libgimpwidgets/stock-wilber-32.png +%%DOCSDIR%%/libgimpwidgets/stock-wilber-48.png +%%DOCSDIR%%/libgimpwidgets/stock-wilber-64.png +%%DOCSDIR%%/libgimpwidgets/stock-wilber-eek-64.png +%%DOCSDIR%%/libgimpwidgets/stock-zoom-follow-window-12.png +%%DOCSDIR%%/libgimpwidgets/style.css +%%DOCSDIR%%/libgimpwidgets/up.png +%%DATADIR%%/brushes/10x10square.gbr +%%DATADIR%%/brushes/10x10squareBlur.gbr +%%DATADIR%%/brushes/11circle.gbr +%%DATADIR%%/brushes/11fcircle.gbr +%%DATADIR%%/brushes/13circle.gbr +%%DATADIR%%/brushes/13fcircle.gbr +%%DATADIR%%/brushes/15circle.gbr +%%DATADIR%%/brushes/15fcircle.gbr +%%DATADIR%%/brushes/17circle.gbr +%%DATADIR%%/brushes/17fcircle.gbr +%%DATADIR%%/brushes/19circle.gbr +%%DATADIR%%/brushes/19fcircle.gbr +%%DATADIR%%/brushes/1circle.gbr +%%DATADIR%%/brushes/20x20square.gbr +%%DATADIR%%/brushes/20x20squareBlur.gbr +%%DATADIR%%/brushes/3circle.gbr +%%DATADIR%%/brushes/3fcircle.gbr +%%DATADIR%%/brushes/5circle.gbr +%%DATADIR%%/brushes/5fcircle.gbr +%%DATADIR%%/brushes/5x5square.gbr +%%DATADIR%%/brushes/5x5squareBlur.gbr +%%DATADIR%%/brushes/7circle.gbr +%%DATADIR%%/brushes/7fcircle.gbr +%%DATADIR%%/brushes/9circle.gbr +%%DATADIR%%/brushes/9fcircle.gbr +%%DATADIR%%/brushes/DStar11.gbr +%%DATADIR%%/brushes/DStar17.gbr +%%DATADIR%%/brushes/DStar25.gbr +%%DATADIR%%/brushes/SketchBrush-16.gih +%%DATADIR%%/brushes/SketchBrush-32.gih +%%DATADIR%%/brushes/SketchBrush-64.gih +%%DATADIR%%/brushes/callig1.gbr +%%DATADIR%%/brushes/callig2.gbr +%%DATADIR%%/brushes/callig3.gbr +%%DATADIR%%/brushes/callig4.gbr +%%DATADIR%%/brushes/confetti.gbr +%%DATADIR%%/brushes/confetti.gih +%%DATADIR%%/brushes/dunes.gbr +%%DATADIR%%/brushes/feltpen.gih +%%DATADIR%%/brushes/galaxy.gbr +%%DATADIR%%/brushes/galaxy_big.gbr +%%DATADIR%%/brushes/galaxy_small.gbr +%%DATADIR%%/brushes/hsparks.gih +%%DATADIR%%/brushes/pepper.gbr +%%DATADIR%%/brushes/pixel.gbr +%%DATADIR%%/brushes/thegimp.gbr +%%DATADIR%%/brushes/vine.gih +%%DATADIR%%/brushes/xcf.gbr +@exec mkdir -p %D/%%DATADIR%%/fonts +%%DATADIR%%/fractalexplorer/Asteroid_Field +%%DATADIR%%/fractalexplorer/Bar_Code_Label +%%DATADIR%%/fractalexplorer/Beauty_of_Nature +%%DATADIR%%/fractalexplorer/Blue_Curtain +%%DATADIR%%/fractalexplorer/Car_Track +%%DATADIR%%/fractalexplorer/Energetic_Diamond +%%DATADIR%%/fractalexplorer/Explosive +%%DATADIR%%/fractalexplorer/Flower +%%DATADIR%%/fractalexplorer/Fragments +%%DATADIR%%/fractalexplorer/Hemp +%%DATADIR%%/fractalexplorer/High_Voltage +%%DATADIR%%/fractalexplorer/Hoops +%%DATADIR%%/fractalexplorer/Ice_Crystal +%%DATADIR%%/fractalexplorer/Leaves +%%DATADIR%%/fractalexplorer/Lightning +%%DATADIR%%/fractalexplorer/Mandelbrot +%%DATADIR%%/fractalexplorer/Marble +%%DATADIR%%/fractalexplorer/Marble2 +%%DATADIR%%/fractalexplorer/Medusa +%%DATADIR%%/fractalexplorer/Nautilus +%%DATADIR%%/fractalexplorer/Nebula +%%DATADIR%%/fractalexplorer/Plant +%%DATADIR%%/fractalexplorer/Rose +%%DATADIR%%/fractalexplorer/Saturn +%%DATADIR%%/fractalexplorer/Snow_Crystal +%%DATADIR%%/fractalexplorer/Soma +%%DATADIR%%/fractalexplorer/Spark +%%DATADIR%%/fractalexplorer/Suns +%%DATADIR%%/fractalexplorer/Tentacles +%%DATADIR%%/fractalexplorer/The_Green_Place +%%DATADIR%%/fractalexplorer/Wave +%%DATADIR%%/fractalexplorer/Wood +%%DATADIR%%/fractalexplorer/Zooming_Circle +%%DATADIR%%/gfig/A_star +%%DATADIR%%/gfig/curves +%%DATADIR%%/gfig/polys +%%DATADIR%%/gfig/ring +%%DATADIR%%/gfig/ring+star +%%DATADIR%%/gfig/simily +%%DATADIR%%/gfig/spirals_and_stars +%%DATADIR%%/gfig/sprial +%%DATADIR%%/gfig/star2 +%%DATADIR%%/gfig/stars +%%DATADIR%%/gflare/Bright_Star +%%DATADIR%%/gflare/Classic +%%DATADIR%%/gflare/Default +%%DATADIR%%/gflare/Distant_Sun +%%DATADIR%%/gflare/GFlare_101 +%%DATADIR%%/gflare/GFlare_102 +%%DATADIR%%/gflare/Hidden_Planet +%%DATADIR%%/gimpressionist/Brushes/arrow01.pgm +%%DATADIR%%/gimpressionist/Brushes/ball.ppm +%%DATADIR%%/gimpressionist/Brushes/blob.ppm +%%DATADIR%%/gimpressionist/Brushes/box.ppm +%%DATADIR%%/gimpressionist/Brushes/chalk01.pgm +%%DATADIR%%/gimpressionist/Brushes/cone.ppm +%%DATADIR%%/gimpressionist/Brushes/crayon01.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon02.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon03.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon04.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon05.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon06.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon07.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon08.pgm +%%DATADIR%%/gimpressionist/Brushes/defaultbrush.pgm +%%DATADIR%%/gimpressionist/Brushes/dribble.pgm +%%DATADIR%%/gimpressionist/Brushes/fabric.pgm +%%DATADIR%%/gimpressionist/Brushes/fabric01.pgm +%%DATADIR%%/gimpressionist/Brushes/fabric02.pgm +%%DATADIR%%/gimpressionist/Brushes/fabric03.pgm +%%DATADIR%%/gimpressionist/Brushes/flower01.pgm +%%DATADIR%%/gimpressionist/Brushes/flower02.pgm +%%DATADIR%%/gimpressionist/Brushes/flower03.pgm +%%DATADIR%%/gimpressionist/Brushes/flower04.pgm +%%DATADIR%%/gimpressionist/Brushes/grad01.pgm +%%DATADIR%%/gimpressionist/Brushes/grad02.pgm +%%DATADIR%%/gimpressionist/Brushes/grad03.pgm +%%DATADIR%%/gimpressionist/Brushes/heart.ppm +%%DATADIR%%/gimpressionist/Brushes/leaf01.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush01.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush02.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush03.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush04.pgm +%%DATADIR%%/gimpressionist/Brushes/paper01.pgm +%%DATADIR%%/gimpressionist/Brushes/paper02.pgm +%%DATADIR%%/gimpressionist/Brushes/paper03.pgm +%%DATADIR%%/gimpressionist/Brushes/paper04.pgm +%%DATADIR%%/gimpressionist/Brushes/pentagram.pgm +%%DATADIR%%/gimpressionist/Brushes/scribble.pgm +%%DATADIR%%/gimpressionist/Brushes/shape01.pgm +%%DATADIR%%/gimpressionist/Brushes/shape02.pgm +%%DATADIR%%/gimpressionist/Brushes/shape03.pgm +%%DATADIR%%/gimpressionist/Brushes/shape04.pgm +%%DATADIR%%/gimpressionist/Brushes/snow1.pgm +%%DATADIR%%/gimpressionist/Brushes/sphere.ppm +%%DATADIR%%/gimpressionist/Brushes/splat1.pgm +%%DATADIR%%/gimpressionist/Brushes/splat2.pgm +%%DATADIR%%/gimpressionist/Brushes/splat3.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge01.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge02.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge03.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge04.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge05.pgm +%%DATADIR%%/gimpressionist/Brushes/strange01.pgm +%%DATADIR%%/gimpressionist/Brushes/thegimp.pgm +%%DATADIR%%/gimpressionist/Brushes/torus.ppm +%%DATADIR%%/gimpressionist/Brushes/wavy.pgm +%%DATADIR%%/gimpressionist/Brushes/weave.pgm +%%DATADIR%%/gimpressionist/Brushes/worm.pgm +%%DATADIR%%/gimpressionist/Paper/bricks.pgm +%%DATADIR%%/gimpressionist/Paper/bricks2.pgm +%%DATADIR%%/gimpressionist/Paper/burlap.pgm +%%DATADIR%%/gimpressionist/Paper/canvas2.pgm +%%DATADIR%%/gimpressionist/Paper/defaultpaper.pgm +%%DATADIR%%/gimpressionist/Paper/marble.pgm +%%DATADIR%%/gimpressionist/Paper/marble2.pgm +%%DATADIR%%/gimpressionist/Paper/stone.pgm +%%DATADIR%%/gimpressionist/Paper/struc.pgm +%%DATADIR%%/gimpressionist/Presets/ApplyCanvas +%%DATADIR%%/gimpressionist/Presets/Ballpark +%%DATADIR%%/gimpressionist/Presets/Canvas +%%DATADIR%%/gimpressionist/Presets/Crosshatch +%%DATADIR%%/gimpressionist/Presets/Cubism +%%DATADIR%%/gimpressionist/Presets/Dotify +%%DATADIR%%/gimpressionist/Presets/Embroidery +%%DATADIR%%/gimpressionist/Presets/Feathers +%%DATADIR%%/gimpressionist/Presets/Felt-marker +%%DATADIR%%/gimpressionist/Presets/Flowerbed +%%DATADIR%%/gimpressionist/Presets/Furry +%%DATADIR%%/gimpressionist/Presets/Line-art +%%DATADIR%%/gimpressionist/Presets/Line-art-2 +%%DATADIR%%/gimpressionist/Presets/Maggot-invasion +%%DATADIR%%/gimpressionist/Presets/MarbleMadness +%%DATADIR%%/gimpressionist/Presets/Mossy +%%DATADIR%%/gimpressionist/Presets/Painted_Rock +%%DATADIR%%/gimpressionist/Presets/Parquette +%%DATADIR%%/gimpressionist/Presets/Patchwork +%%DATADIR%%/gimpressionist/Presets/Ringworks +%%DATADIR%%/gimpressionist/Presets/Sample +%%DATADIR%%/gimpressionist/Presets/Smash +%%DATADIR%%/gimpressionist/Presets/Straws +%%DATADIR%%/gimpressionist/Presets/Weave +%%DATADIR%%/gimpressionist/Presets/Wormcan +%%DATADIR%%/gradients/Abstract_1.ggr +%%DATADIR%%/gradients/Abstract_2.ggr +%%DATADIR%%/gradients/Abstract_3.ggr +%%DATADIR%%/gradients/Aneurism.ggr +%%DATADIR%%/gradients/Blinds.ggr +%%DATADIR%%/gradients/Blue_Green.ggr +%%DATADIR%%/gradients/Browns.ggr +%%DATADIR%%/gradients/Brushed_Aluminium.ggr +%%DATADIR%%/gradients/Burning_Paper.ggr +%%DATADIR%%/gradients/Burning_Transparency.ggr +%%DATADIR%%/gradients/CD.ggr +%%DATADIR%%/gradients/CD_Half.ggr +%%DATADIR%%/gradients/Caribbean_Blues.ggr +%%DATADIR%%/gradients/Coffee.ggr +%%DATADIR%%/gradients/Cold_Steel.ggr +%%DATADIR%%/gradients/Cold_Steel_2.ggr +%%DATADIR%%/gradients/Crown_molding.ggr +%%DATADIR%%/gradients/Dark_1.ggr +%%DATADIR%%/gradients/Deep_Sea.ggr +%%DATADIR%%/gradients/Default.ggr +%%DATADIR%%/gradients/Flare_Glow_Angular_1.ggr +%%DATADIR%%/gradients/Flare_Glow_Radial_1.ggr +%%DATADIR%%/gradients/Flare_Glow_Radial_2.ggr +%%DATADIR%%/gradients/Flare_Glow_Radial_3.ggr +%%DATADIR%%/gradients/Flare_Glow_Radial_4.ggr +%%DATADIR%%/gradients/Flare_Radial_101.ggr +%%DATADIR%%/gradients/Flare_Radial_102.ggr +%%DATADIR%%/gradients/Flare_Radial_103.ggr +%%DATADIR%%/gradients/Flare_Rays_Radial_1.ggr +%%DATADIR%%/gradients/Flare_Rays_Radial_2.ggr +%%DATADIR%%/gradients/Flare_Rays_Size_1.ggr +%%DATADIR%%/gradients/Flare_Sizefac_101.ggr +%%DATADIR%%/gradients/Four_bars.ggr +%%DATADIR%%/gradients/French_flag.ggr +%%DATADIR%%/gradients/French_flag_smooth.ggr +%%DATADIR%%/gradients/Full_saturation_spectrum_CCW.ggr +%%DATADIR%%/gradients/Full_saturation_spectrum_CW.ggr +%%DATADIR%%/gradients/German_flag.ggr +%%DATADIR%%/gradients/German_flag_smooth.ggr +%%DATADIR%%/gradients/Golden.ggr +%%DATADIR%%/gradients/Greens.ggr +%%DATADIR%%/gradients/Horizon_1.ggr +%%DATADIR%%/gradients/Horizon_2.ggr +%%DATADIR%%/gradients/Incandescent.ggr +%%DATADIR%%/gradients/Land_1.ggr +%%DATADIR%%/gradients/Land_and_Sea.ggr +%%DATADIR%%/gradients/Metallic_Something.ggr +%%DATADIR%%/gradients/Mexican_flag.ggr +%%DATADIR%%/gradients/Mexican_flag_smooth.ggr +%%DATADIR%%/gradients/Nauseating_Headache.ggr +%%DATADIR%%/gradients/Neon_Cyan.ggr +%%DATADIR%%/gradients/Neon_Green.ggr +%%DATADIR%%/gradients/Neon_Yellow.ggr +%%DATADIR%%/gradients/Pastel_Rainbow.ggr +%%DATADIR%%/gradients/Pastels.ggr +%%DATADIR%%/gradients/Purples.ggr +%%DATADIR%%/gradients/Radial_Eyeball_Blue.ggr +%%DATADIR%%/gradients/Radial_Eyeball_Brown.ggr +%%DATADIR%%/gradients/Radial_Eyeball_Green.ggr +%%DATADIR%%/gradients/Radial_Glow_1.ggr +%%DATADIR%%/gradients/Radial_Rainbow_Hoop.ggr +%%DATADIR%%/gradients/Romanian_flag.ggr +%%DATADIR%%/gradients/Romanian_flag_smooth.ggr +%%DATADIR%%/gradients/Rounded_edge.ggr +%%DATADIR%%/gradients/Shadows_1.ggr +%%DATADIR%%/gradients/Shadows_2.ggr +%%DATADIR%%/gradients/Shadows_3.ggr +%%DATADIR%%/gradients/Skyline.ggr +%%DATADIR%%/gradients/Skyline_polluted.ggr +%%DATADIR%%/gradients/Square_Wood_Frame.ggr +%%DATADIR%%/gradients/Sunrise.ggr +%%DATADIR%%/gradients/Three_bars_sin.ggr +%%DATADIR%%/gradients/Tropical_Colors.ggr +%%DATADIR%%/gradients/Tube_Red.ggr +%%DATADIR%%/gradients/Wood_1.ggr +%%DATADIR%%/gradients/Wood_2.ggr +%%DATADIR%%/gradients/Yellow_Contrast.ggr +%%DATADIR%%/gradients/Yellow_Orange.ggr +%%DATADIR%%/images/gimp-splash.png +%%DATADIR%%/images/gimp-logo.png +%%DATADIR%%/images/wilber-devel-icon.png +%%DATADIR%%/images/wilber-icon.png +%%DATADIR%%/images/wilber-tips.png +%%DATADIR%%/images/wilber-wizard.png +%%DATADIR%%/menus/brushes-menu.xml +%%DATADIR%%/menus/buffers-menu.xml +%%DATADIR%%/menus/channels-menu.xml +%%DATADIR%%/menus/colormap-editor-menu.xml +%%DATADIR%%/menus/dockable-menu.xml +%%DATADIR%%/menus/documents-menu.xml +%%DATADIR%%/menus/error-console-menu.xml +%%DATADIR%%/menus/fonts-menu.xml +%%DATADIR%%/menus/gradient-editor-menu.xml +%%DATADIR%%/menus/gradients-menu.xml +%%DATADIR%%/menus/image-menu.xml +%%DATADIR%%/menus/images-menu.xml +%%DATADIR%%/menus/layers-menu.xml +%%DATADIR%%/menus/palette-editor-menu.xml +%%DATADIR%%/menus/palettes-menu.xml +%%DATADIR%%/menus/patterns-menu.xml +%%DATADIR%%/menus/qmask-menu.xml +%%DATADIR%%/menus/selection-editor-menu.xml +%%DATADIR%%/menus/templates-menu.xml +%%DATADIR%%/menus/text-editor-toolbar.xml +%%DATADIR%%/menus/tool-options-menu.xml +%%DATADIR%%/menus/toolbox-menu.xml +%%DATADIR%%/menus/tools-menu.xml +%%DATADIR%%/menus/vectors-menu.xml +%%DATADIR%%/misc/gimp.applications +%%DATADIR%%/misc/gimp.desktop +%%DATADIR%%/misc/gimp.keys +%%GNOMEPANEL:%%share/gnome/application-registry/gimp-2.2.applications +%%GNOMEPANEL:%%share/gnome/applications/gimp-2.2.desktop +%%GNOMEPANEL:%%@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +%%GNOMEPANEL:%%share/gnome/mime-info/gimp-2.2.keys +%%DATADIR%%/palettes/Bears.gpl +%%DATADIR%%/palettes/Bgold.gpl +%%DATADIR%%/palettes/Blues.gpl +%%DATADIR%%/palettes/Borders.gpl +%%DATADIR%%/palettes/Browns_And_Yellows.gpl +%%DATADIR%%/palettes/Caramel.gpl +%%DATADIR%%/palettes/Cascade.gpl +%%DATADIR%%/palettes/China.gpl +%%DATADIR%%/palettes/Coldfire.gpl +%%DATADIR%%/palettes/Cool_Colors.gpl +%%DATADIR%%/palettes/Cranes.gpl +%%DATADIR%%/palettes/Dark_pastels.gpl +%%DATADIR%%/palettes/Default.gpl +%%DATADIR%%/palettes/Ega.gpl +%%DATADIR%%/palettes/Firecode.gpl +%%DATADIR%%/palettes/Gold.gpl +%%DATADIR%%/palettes/GrayViolet.gpl +%%DATADIR%%/palettes/Grayblue.gpl +%%DATADIR%%/palettes/Grays.gpl +%%DATADIR%%/palettes/Greens.gpl +%%DATADIR%%/palettes/Hilite.gpl +%%DATADIR%%/palettes/Khaki.gpl +%%DATADIR%%/palettes/Lights.gpl +%%DATADIR%%/palettes/Muted.gpl +%%DATADIR%%/palettes/Named_Colors.gpl +%%DATADIR%%/palettes/News3.gpl +%%DATADIR%%/palettes/Op2.gpl +%%DATADIR%%/palettes/Paintjet.gpl +%%DATADIR%%/palettes/Pastels.gpl +%%DATADIR%%/palettes/Plasma.gpl +%%DATADIR%%/palettes/Reds.gpl +%%DATADIR%%/palettes/Reds_And_Purples.gpl +%%DATADIR%%/palettes/Royal.gpl +%%DATADIR%%/palettes/Topographic.gpl +%%DATADIR%%/palettes/Visibone.gpl +%%DATADIR%%/palettes/Visibone_2.gpl +%%DATADIR%%/palettes/Volcano.gpl +%%DATADIR%%/palettes/Warm_Colors.gpl +%%DATADIR%%/palettes/Web.gpl +%%DATADIR%%/patterns/3dgreen.pat +%%DATADIR%%/patterns/Craters.pat +%%DATADIR%%/patterns/Moonfoot.pat +%%DATADIR%%/patterns/Stripes1px.pat +%%DATADIR%%/patterns/Stripes2px.pat +%%DATADIR%%/patterns/amethyst.pat +%%DATADIR%%/patterns/bark.pat +%%DATADIR%%/patterns/blue.pat +%%DATADIR%%/patterns/bluegrid.pat +%%DATADIR%%/patterns/bluesquares.pat +%%DATADIR%%/patterns/blueweb.pat +%%DATADIR%%/patterns/brick.pat +%%DATADIR%%/patterns/burlap.pat +%%DATADIR%%/patterns/burlwood.pat +%%DATADIR%%/patterns/choc_swirl.pat +%%DATADIR%%/patterns/corkboard.pat +%%DATADIR%%/patterns/cracked.pat +%%DATADIR%%/patterns/crinklepaper.pat +%%DATADIR%%/patterns/electric.pat +%%DATADIR%%/patterns/fibers.pat +%%DATADIR%%/patterns/granite1.pat +%%DATADIR%%/patterns/ground1.pat +%%DATADIR%%/patterns/ice.pat +%%DATADIR%%/patterns/java.pat +%%DATADIR%%/patterns/leather.pat +%%DATADIR%%/patterns/leaves.pat +%%DATADIR%%/patterns/leopard.pat +%%DATADIR%%/patterns/lightning.pat +%%DATADIR%%/patterns/marble1.pat +%%DATADIR%%/patterns/marble2.pat +%%DATADIR%%/patterns/marble3.pat +%%DATADIR%%/patterns/nops.pat +%%DATADIR%%/patterns/paper.pat +%%DATADIR%%/patterns/parque1.pat +%%DATADIR%%/patterns/parque2.pat +%%DATADIR%%/patterns/parque3.pat +%%DATADIR%%/patterns/pastel.pat +%%DATADIR%%/patterns/pine.pat +%%DATADIR%%/patterns/pink_marble.pat +%%DATADIR%%/patterns/pool.pat +%%DATADIR%%/patterns/qube1.pat +%%DATADIR%%/patterns/rain.pat +%%DATADIR%%/patterns/recessed.pat +%%DATADIR%%/patterns/redcube.pat +%%DATADIR%%/patterns/rock.pat +%%DATADIR%%/patterns/sky.pat +%%DATADIR%%/patterns/slate.pat +%%DATADIR%%/patterns/sm_squares.pat +%%DATADIR%%/patterns/starfield.pat +%%DATADIR%%/patterns/stone33.pat +%%DATADIR%%/patterns/terra.pat +%%DATADIR%%/patterns/walnut.pat +%%DATADIR%%/patterns/warning.pat +%%DATADIR%%/patterns/wood1.pat +%%DATADIR%%/patterns/wood2.pat +%%DATADIR%%/patterns/wood3.pat +%%DATADIR%%/patterns/wood4.pat +%%DATADIR%%/patterns/wood5.pat +%%DATADIR%%/scripts/3d-outline.scm +%%DATADIR%%/scripts/3dTruchet.scm +%%DATADIR%%/scripts/add-bevel.scm +%%DATADIR%%/scripts/addborder.scm +%%DATADIR%%/scripts/alien-glow-arrow.scm +%%DATADIR%%/scripts/alien-glow-bar.scm +%%DATADIR%%/scripts/alien-glow-bullet.scm +%%DATADIR%%/scripts/alien-glow-button.scm +%%DATADIR%%/scripts/alien-glow-logo.scm +%%DATADIR%%/scripts/alien-neon-logo.scm +%%DATADIR%%/scripts/basic1-logo.scm +%%DATADIR%%/scripts/basic2-logo.scm +%%DATADIR%%/scripts/beveled-button.scm +%%DATADIR%%/scripts/beveled-pattern-arrow.scm +%%DATADIR%%/scripts/beveled-pattern-bullet.scm +%%DATADIR%%/scripts/beveled-pattern-button.scm +%%DATADIR%%/scripts/beveled-pattern-heading.scm +%%DATADIR%%/scripts/beveled-pattern-hrule.scm +%%DATADIR%%/scripts/blend-anim.scm +%%DATADIR%%/scripts/blended-logo.scm +%%DATADIR%%/scripts/bovinated-logo.scm +%%DATADIR%%/scripts/burn-in-anim.scm +%%DATADIR%%/scripts/camo.scm +%%DATADIR%%/scripts/carve-it.scm +%%DATADIR%%/scripts/carved-logo.scm +%%DATADIR%%/scripts/chalk.scm +%%DATADIR%%/scripts/chip-away.scm +%%DATADIR%%/scripts/chrome-it.scm +%%DATADIR%%/scripts/chrome-logo.scm +%%DATADIR%%/scripts/circuit.scm +%%DATADIR%%/scripts/clothify.scm +%%DATADIR%%/scripts/coffee.scm +%%DATADIR%%/scripts/comic-logo.scm +%%DATADIR%%/scripts/coolmetal-logo.scm +%%DATADIR%%/scripts/copy-visible.scm +%%DATADIR%%/scripts/crystal-logo.scm +%%DATADIR%%/scripts/distress-selection.scm +%%DATADIR%%/scripts/drop-shadow.scm +%%DATADIR%%/scripts/erase-rows.scm +%%DATADIR%%/scripts/fade-outline.scm +%%DATADIR%%/scripts/flatland.scm +%%DATADIR%%/scripts/font-map.scm +%%DATADIR%%/scripts/frosty-logo.scm +%%DATADIR%%/scripts/fuzzyborder.scm +%%DATADIR%%/scripts/gimp-headers.scm +%%DATADIR%%/scripts/gimp-labels.scm +%%DATADIR%%/scripts/glossy.scm +%%DATADIR%%/scripts/glowing-logo.scm +%%DATADIR%%/scripts/gradient-bevel-logo.scm +%%DATADIR%%/scripts/gradient-example.scm +%%DATADIR%%/scripts/grid-system.scm +%%DATADIR%%/scripts/guides-from-selection.scm +%%DATADIR%%/scripts/guides-new-percent.scm +%%DATADIR%%/scripts/guides-new.scm +%%DATADIR%%/scripts/guides-remove-all.scm +%%DATADIR%%/scripts/hsv-graph.scm +%%DATADIR%%/scripts/i26-gunya2.scm +%%DATADIR%%/scripts/image-structure.scm +%%DATADIR%%/scripts/images/beavis.jpg +%%DATADIR%%/scripts/images/texture.jpg +%%DATADIR%%/scripts/images/texture1.jpg +%%DATADIR%%/scripts/images/texture2.jpg +%%DATADIR%%/scripts/images/texture3.jpg +%%DATADIR%%/scripts/land.scm +%%DATADIR%%/scripts/lava.scm +%%DATADIR%%/scripts/line-nova.scm +%%DATADIR%%/scripts/mkbrush.scm +%%DATADIR%%/scripts/neon-logo.scm +%%DATADIR%%/scripts/news-text.scm +%%DATADIR%%/scripts/old-photo.scm +%%DATADIR%%/scripts/perspective-shadow.scm +%%DATADIR%%/scripts/predator.scm +%%DATADIR%%/scripts/pupi-button.scm +%%DATADIR%%/scripts/rendermap.scm +%%DATADIR%%/scripts/ripply-anim.scm +%%DATADIR%%/scripts/round-corners.scm +%%DATADIR%%/scripts/script-fu-util.scm +%%DATADIR%%/scripts/select-to-brush.scm +%%DATADIR%%/scripts/select-to-image.scm +%%DATADIR%%/scripts/select-to-pattern.scm +%%DATADIR%%/scripts/selection-round.scm +%%DATADIR%%/scripts/slide.scm +%%DATADIR%%/scripts/sota-chrome-logo.scm +%%DATADIR%%/scripts/speed-text.scm +%%DATADIR%%/scripts/sphere.scm +%%DATADIR%%/scripts/spinning-globe.scm +%%DATADIR%%/scripts/spyrogimp.scm +%%DATADIR%%/scripts/starburst-logo.scm +%%DATADIR%%/scripts/starscape-logo.scm +%%DATADIR%%/scripts/swirltile.scm +%%DATADIR%%/scripts/swirly-pattern.scm +%%DATADIR%%/scripts/t-o-p-logo.scm +%%DATADIR%%/scripts/text-circle.scm +%%DATADIR%%/scripts/textured-logo.scm +%%DATADIR%%/scripts/tileblur.scm +%%DATADIR%%/scripts/title-header.scm +%%DATADIR%%/scripts/truchet.scm +%%DATADIR%%/scripts/unsharp-mask.scm +%%DATADIR%%/scripts/waves-anim.scm +%%DATADIR%%/scripts/weave.scm +%%DATADIR%%/scripts/web-browser.scm +%%DATADIR%%/scripts/xach-effect.scm +%%DATADIR%%/themes/Default/gtkrc +%%DATADIR%%/themes/Default/imagerc +%%DATADIR%%/themes/Default/images/preferences/controllers.png +%%DATADIR%%/themes/Default/images/preferences/default-comment.png +%%DATADIR%%/themes/Default/images/preferences/default-grid.png +%%DATADIR%%/themes/Default/images/preferences/display.png +%%DATADIR%%/themes/Default/images/preferences/environment.png +%%DATADIR%%/themes/Default/images/preferences/folders-brushes.png +%%DATADIR%%/themes/Default/images/preferences/folders-environ.png +%%DATADIR%%/themes/Default/images/preferences/folders-fonts.png +%%DATADIR%%/themes/Default/images/preferences/folders-gradients.png +%%DATADIR%%/themes/Default/images/preferences/folders-modules.png +%%DATADIR%%/themes/Default/images/preferences/folders-palettes.png +%%DATADIR%%/themes/Default/images/preferences/folders-patterns.png +%%DATADIR%%/themes/Default/images/preferences/folders-plug-ins.png +%%DATADIR%%/themes/Default/images/preferences/folders-scripts.png +%%DATADIR%%/themes/Default/images/preferences/folders-themes.png +%%DATADIR%%/themes/Default/images/preferences/folders-tool-plug-ins.png +%%DATADIR%%/themes/Default/images/preferences/folders.png +%%DATADIR%%/themes/Default/images/preferences/help-system.png +%%DATADIR%%/themes/Default/images/preferences/image-title.png +%%DATADIR%%/themes/Default/images/preferences/image-windows.png +%%DATADIR%%/themes/Default/images/preferences/input-devices.png +%%DATADIR%%/themes/Default/images/preferences/interface.png +%%DATADIR%%/themes/Default/images/preferences/monitor.png +%%DATADIR%%/themes/Default/images/preferences/new-image.png +%%DATADIR%%/themes/Default/images/preferences/session.png +%%DATADIR%%/themes/Default/images/preferences/theme.png +%%DATADIR%%/themes/Default/images/preferences/tool-options.png +%%DATADIR%%/themes/Default/images/preferences/toolbox.png +%%DATADIR%%/themes/Default/images/preferences/window-management.png +%%DATADIR%%/themes/Default/images/stock-anchor-16.png +%%DATADIR%%/themes/Default/images/stock-cap-butt-16.png +%%DATADIR%%/themes/Default/images/stock-cap-round-16.png +%%DATADIR%%/themes/Default/images/stock-cap-square-16.png +%%DATADIR%%/themes/Default/images/stock-center-16.png +%%DATADIR%%/themes/Default/images/stock-center-24.png +%%DATADIR%%/themes/Default/images/stock-channel-16.png +%%DATADIR%%/themes/Default/images/stock-channel-24.png +%%DATADIR%%/themes/Default/images/stock-channel-32.png +%%DATADIR%%/themes/Default/images/stock-channel-48.png +%%DATADIR%%/themes/Default/images/stock-channel-alpha-16.png +%%DATADIR%%/themes/Default/images/stock-channel-alpha-24.png +%%DATADIR%%/themes/Default/images/stock-channel-alpha-32.png +%%DATADIR%%/themes/Default/images/stock-channel-alpha-48.png +%%DATADIR%%/themes/Default/images/stock-channel-blue-16.png +%%DATADIR%%/themes/Default/images/stock-channel-blue-24.png +%%DATADIR%%/themes/Default/images/stock-channel-blue-32.png +%%DATADIR%%/themes/Default/images/stock-channel-blue-48.png +%%DATADIR%%/themes/Default/images/stock-channel-gray-16.png +%%DATADIR%%/themes/Default/images/stock-channel-gray-24.png +%%DATADIR%%/themes/Default/images/stock-channel-gray-32.png +%%DATADIR%%/themes/Default/images/stock-channel-gray-48.png +%%DATADIR%%/themes/Default/images/stock-channel-green-16.png +%%DATADIR%%/themes/Default/images/stock-channel-green-24.png +%%DATADIR%%/themes/Default/images/stock-channel-green-32.png +%%DATADIR%%/themes/Default/images/stock-channel-green-48.png +%%DATADIR%%/themes/Default/images/stock-channel-indexed-16.png +%%DATADIR%%/themes/Default/images/stock-channel-indexed-24.png +%%DATADIR%%/themes/Default/images/stock-channel-indexed-32.png +%%DATADIR%%/themes/Default/images/stock-channel-indexed-48.png +%%DATADIR%%/themes/Default/images/stock-channel-red-16.png +%%DATADIR%%/themes/Default/images/stock-channel-red-24.png +%%DATADIR%%/themes/Default/images/stock-channel-red-32.png +%%DATADIR%%/themes/Default/images/stock-channel-red-48.png +%%DATADIR%%/themes/Default/images/stock-channels-16.png +%%DATADIR%%/themes/Default/images/stock-channels-24.png +%%DATADIR%%/themes/Default/images/stock-char-picker-22.png +%%DATADIR%%/themes/Default/images/stock-close-12.png +%%DATADIR%%/themes/Default/images/stock-color-pick-from-screen-16.png +%%DATADIR%%/themes/Default/images/stock-color-picker-black-18.png +%%DATADIR%%/themes/Default/images/stock-color-picker-gray-18.png +%%DATADIR%%/themes/Default/images/stock-color-picker-white-18.png +%%DATADIR%%/themes/Default/images/stock-color-triangle-16.png +%%DATADIR%%/themes/Default/images/stock-convert-grayscale-16.png +%%DATADIR%%/themes/Default/images/stock-convert-indexed-16.png +%%DATADIR%%/themes/Default/images/stock-convert-rgb-16.png +%%DATADIR%%/themes/Default/images/stock-curve-free-16.png +%%DATADIR%%/themes/Default/images/stock-curve-smooth-16.png +%%DATADIR%%/themes/Default/images/stock-default-colors-12.png +%%DATADIR%%/themes/Default/images/stock-device-status-16.png +%%DATADIR%%/themes/Default/images/stock-device-status-24.png +%%DATADIR%%/themes/Default/images/stock-display-filter-16.png +%%DATADIR%%/themes/Default/images/stock-display-filter-24.png +%%DATADIR%%/themes/Default/images/stock-duplicate-16.png +%%DATADIR%%/themes/Default/images/stock-edit-16.png +%%DATADIR%%/themes/Default/images/stock-error-64.png +%%DATADIR%%/themes/Default/images/stock-eye-12.png +%%DATADIR%%/themes/Default/images/stock-eye-20.png +%%DATADIR%%/themes/Default/images/stock-flip-horizontal-16.png +%%DATADIR%%/themes/Default/images/stock-flip-vertical-16.png +%%DATADIR%%/themes/Default/images/stock-floating-selection-16.png +%%DATADIR%%/themes/Default/images/stock-floating-selection-24.png +%%DATADIR%%/themes/Default/images/stock-floating-selection-32.png +%%DATADIR%%/themes/Default/images/stock-floating-selection-48.png +%%DATADIR%%/themes/Default/images/stock-frame-64.png +%%DATADIR%%/themes/Default/images/stock-gradient-bilinear-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-conical-asymmetric-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-conical-symmetric-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-linear-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-radial-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-angular-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-dimpled-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-spherical-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-spiral-anticlockwise-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-spiral-clockwise-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-square-16.png +%%DATADIR%%/themes/Default/images/stock-gravity-east-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-north-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-north-east-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-north-west-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-south-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-south-east-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-south-west-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-west-24.png +%%DATADIR%%/themes/Default/images/stock-grid-16.png +%%DATADIR%%/themes/Default/images/stock-hchain-24.png +%%DATADIR%%/themes/Default/images/stock-hchain-broken-24.png +%%DATADIR%%/themes/Default/images/stock-histogram-16.png +%%DATADIR%%/themes/Default/images/stock-histogram-22.png +%%DATADIR%%/themes/Default/images/stock-histogram-linear-16.png +%%DATADIR%%/themes/Default/images/stock-histogram-logarithmic-16.png +%%DATADIR%%/themes/Default/images/stock-image-16.png +%%DATADIR%%/themes/Default/images/stock-image-24.png +%%DATADIR%%/themes/Default/images/stock-image-32.png +%%DATADIR%%/themes/Default/images/stock-image-48.png +%%DATADIR%%/themes/Default/images/stock-images-16.png +%%DATADIR%%/themes/Default/images/stock-images-24.png +%%DATADIR%%/themes/Default/images/stock-indexed-palette-16.png +%%DATADIR%%/themes/Default/images/stock-indexed-palette-24.png +%%DATADIR%%/themes/Default/images/stock-info-16.png +%%DATADIR%%/themes/Default/images/stock-info-24.png +%%DATADIR%%/themes/Default/images/stock-info-64.png +%%DATADIR%%/themes/Default/images/stock-invert-16.png +%%DATADIR%%/themes/Default/images/stock-join-bevel-16.png +%%DATADIR%%/themes/Default/images/stock-join-miter-16.png +%%DATADIR%%/themes/Default/images/stock-join-round-16.png +%%DATADIR%%/themes/Default/images/stock-landscape-16.png +%%DATADIR%%/themes/Default/images/stock-layer-16.png +%%DATADIR%%/themes/Default/images/stock-layer-24.png +%%DATADIR%%/themes/Default/images/stock-layer-32.png +%%DATADIR%%/themes/Default/images/stock-layer-48.png +%%DATADIR%%/themes/Default/images/stock-layer-mask-16.png +%%DATADIR%%/themes/Default/images/stock-layer-mask-24.png +%%DATADIR%%/themes/Default/images/stock-layer-mask-32.png +%%DATADIR%%/themes/Default/images/stock-layer-mask-48.png +%%DATADIR%%/themes/Default/images/stock-layer-to-imagesize-16.png +%%DATADIR%%/themes/Default/images/stock-layers-16.png +%%DATADIR%%/themes/Default/images/stock-layers-24.png +%%DATADIR%%/themes/Default/images/stock-letter-spacing-22.png +%%DATADIR%%/themes/Default/images/stock-line-spacing-22.png +%%DATADIR%%/themes/Default/images/stock-linked-12.png +%%DATADIR%%/themes/Default/images/stock-linked-20.png +%%DATADIR%%/themes/Default/images/stock-list-16.png +%%DATADIR%%/themes/Default/images/stock-menu-left-12.png +%%DATADIR%%/themes/Default/images/stock-menu-right-12.png +%%DATADIR%%/themes/Default/images/stock-merge-down-16.png +%%DATADIR%%/themes/Default/images/stock-move-to-screen-16.png +%%DATADIR%%/themes/Default/images/stock-move-to-screen-24.png +%%DATADIR%%/themes/Default/images/stock-navigation-16.png +%%DATADIR%%/themes/Default/images/stock-paste-as-new-16.png +%%DATADIR%%/themes/Default/images/stock-paste-into-16.png +%%DATADIR%%/themes/Default/images/stock-path-16.png +%%DATADIR%%/themes/Default/images/stock-path-22.png +%%DATADIR%%/themes/Default/images/stock-path-stroke-16.png +%%DATADIR%%/themes/Default/images/stock-paths-16.png +%%DATADIR%%/themes/Default/images/stock-paths-22.png +%%DATADIR%%/themes/Default/images/stock-plugin-16.png +%%DATADIR%%/themes/Default/images/stock-portrait-16.png +%%DATADIR%%/themes/Default/images/stock-print-resolution-16.png +%%DATADIR%%/themes/Default/images/stock-print-resolution-24.png +%%DATADIR%%/themes/Default/images/stock-qmask-off-16.png +%%DATADIR%%/themes/Default/images/stock-qmask-on-16.png +%%DATADIR%%/themes/Default/images/stock-question-64.png +%%DATADIR%%/themes/Default/images/stock-reset-16.png +%%DATADIR%%/themes/Default/images/stock-reshow-filter-16.png +%%DATADIR%%/themes/Default/images/stock-resize-16.png +%%DATADIR%%/themes/Default/images/stock-rotate-180-16.png +%%DATADIR%%/themes/Default/images/stock-rotate-270-16.png +%%DATADIR%%/themes/Default/images/stock-rotate-90-16.png +%%DATADIR%%/themes/Default/images/stock-scale-16.png +%%DATADIR%%/themes/Default/images/stock-selection-16.png +%%DATADIR%%/themes/Default/images/stock-selection-add-16.png +%%DATADIR%%/themes/Default/images/stock-selection-all-16.png +%%DATADIR%%/themes/Default/images/stock-selection-border-16.png +%%DATADIR%%/themes/Default/images/stock-selection-grow-16.png +%%DATADIR%%/themes/Default/images/stock-selection-intersect-16.png +%%DATADIR%%/themes/Default/images/stock-selection-none-16.png +%%DATADIR%%/themes/Default/images/stock-selection-replace-16.png +%%DATADIR%%/themes/Default/images/stock-selection-shrink-16.png +%%DATADIR%%/themes/Default/images/stock-selection-stroke-16.png +%%DATADIR%%/themes/Default/images/stock-selection-subtract-16.png +%%DATADIR%%/themes/Default/images/stock-selection-to-channel-16.png +%%DATADIR%%/themes/Default/images/stock-selection-to-path-16.png +%%DATADIR%%/themes/Default/images/stock-shape-circle-16.png +%%DATADIR%%/themes/Default/images/stock-shape-diamond-16.png +%%DATADIR%%/themes/Default/images/stock-shape-square-16.png +%%DATADIR%%/themes/Default/images/stock-swap-colors-12.png +%%DATADIR%%/themes/Default/images/stock-template-16.png +%%DATADIR%%/themes/Default/images/stock-template-24.png +%%DATADIR%%/themes/Default/images/stock-text-dir-ltr-24.png +%%DATADIR%%/themes/Default/images/stock-text-dir-rtl-24.png +%%DATADIR%%/themes/Default/images/stock-text-layer-16.png +%%DATADIR%%/themes/Default/images/stock-text-layer-24.png +%%DATADIR%%/themes/Default/images/stock-text-layer-32.png +%%DATADIR%%/themes/Default/images/stock-text-layer-48.png +%%DATADIR%%/themes/Default/images/stock-texture-64.png +%%DATADIR%%/themes/Default/images/stock-toilet-paper-16.png +%%DATADIR%%/themes/Default/images/stock-toilet-paper-24.png +%%DATADIR%%/themes/Default/images/stock-tool-airbrush-16.png +%%DATADIR%%/themes/Default/images/stock-tool-airbrush-22.png +%%DATADIR%%/themes/Default/images/stock-tool-blend-16.png +%%DATADIR%%/themes/Default/images/stock-tool-blend-22.png +%%DATADIR%%/themes/Default/images/stock-tool-blur-16.png +%%DATADIR%%/themes/Default/images/stock-tool-blur-22.png +%%DATADIR%%/themes/Default/images/stock-tool-brightness-contrast-16.png +%%DATADIR%%/themes/Default/images/stock-tool-brightness-contrast-22.png +%%DATADIR%%/themes/Default/images/stock-tool-bucket-fill-16.png +%%DATADIR%%/themes/Default/images/stock-tool-bucket-fill-22.png +%%DATADIR%%/themes/Default/images/stock-tool-by-color-select-16.png +%%DATADIR%%/themes/Default/images/stock-tool-by-color-select-22.png +%%DATADIR%%/themes/Default/images/stock-tool-clone-16.png +%%DATADIR%%/themes/Default/images/stock-tool-clone-22.png +%%DATADIR%%/themes/Default/images/stock-tool-color-balance-16.png +%%DATADIR%%/themes/Default/images/stock-tool-color-balance-22.png +%%DATADIR%%/themes/Default/images/stock-tool-color-picker-16.png +%%DATADIR%%/themes/Default/images/stock-tool-color-picker-22.png +%%DATADIR%%/themes/Default/images/stock-tool-colorize-16.png +%%DATADIR%%/themes/Default/images/stock-tool-colorize-22.png +%%DATADIR%%/themes/Default/images/stock-tool-crop-16.png +%%DATADIR%%/themes/Default/images/stock-tool-crop-22.png +%%DATADIR%%/themes/Default/images/stock-tool-curves-16.png +%%DATADIR%%/themes/Default/images/stock-tool-curves-22.png +%%DATADIR%%/themes/Default/images/stock-tool-dodge-16.png +%%DATADIR%%/themes/Default/images/stock-tool-dodge-22.png +%%DATADIR%%/themes/Default/images/stock-tool-ellipse-select-16.png +%%DATADIR%%/themes/Default/images/stock-tool-ellipse-select-22.png +%%DATADIR%%/themes/Default/images/stock-tool-eraser-16.png +%%DATADIR%%/themes/Default/images/stock-tool-eraser-22.png +%%DATADIR%%/themes/Default/images/stock-tool-flip-16.png +%%DATADIR%%/themes/Default/images/stock-tool-flip-22.png +%%DATADIR%%/themes/Default/images/stock-tool-free-select-16.png +%%DATADIR%%/themes/Default/images/stock-tool-free-select-22.png +%%DATADIR%%/themes/Default/images/stock-tool-fuzzy-select-16.png +%%DATADIR%%/themes/Default/images/stock-tool-fuzzy-select-22.png +%%DATADIR%%/themes/Default/images/stock-tool-hue-saturation-16.png +%%DATADIR%%/themes/Default/images/stock-tool-hue-saturation-22.png +%%DATADIR%%/themes/Default/images/stock-tool-ink-16.png +%%DATADIR%%/themes/Default/images/stock-tool-ink-22.png +%%DATADIR%%/themes/Default/images/stock-tool-iscissors-16.png +%%DATADIR%%/themes/Default/images/stock-tool-iscissors-22.png +%%DATADIR%%/themes/Default/images/stock-tool-levels-16.png +%%DATADIR%%/themes/Default/images/stock-tool-levels-22.png +%%DATADIR%%/themes/Default/images/stock-tool-measure-16.png +%%DATADIR%%/themes/Default/images/stock-tool-measure-22.png +%%DATADIR%%/themes/Default/images/stock-tool-move-16.png +%%DATADIR%%/themes/Default/images/stock-tool-move-22.png +%%DATADIR%%/themes/Default/images/stock-tool-options-16.png +%%DATADIR%%/themes/Default/images/stock-tool-options-24.png +%%DATADIR%%/themes/Default/images/stock-tool-paintbrush-16.png +%%DATADIR%%/themes/Default/images/stock-tool-paintbrush-22.png +%%DATADIR%%/themes/Default/images/stock-tool-path-16.png +%%DATADIR%%/themes/Default/images/stock-tool-path-22.png +%%DATADIR%%/themes/Default/images/stock-tool-pencil-16.png +%%DATADIR%%/themes/Default/images/stock-tool-pencil-22.png +%%DATADIR%%/themes/Default/images/stock-tool-perspective-16.png +%%DATADIR%%/themes/Default/images/stock-tool-perspective-22.png +%%DATADIR%%/themes/Default/images/stock-tool-posterize-16.png +%%DATADIR%%/themes/Default/images/stock-tool-posterize-22.png +%%DATADIR%%/themes/Default/images/stock-tool-rect-select-16.png +%%DATADIR%%/themes/Default/images/stock-tool-rect-select-22.png +%%DATADIR%%/themes/Default/images/stock-tool-rotate-16.png +%%DATADIR%%/themes/Default/images/stock-tool-rotate-22.png +%%DATADIR%%/themes/Default/images/stock-tool-scale-16.png +%%DATADIR%%/themes/Default/images/stock-tool-scale-22.png +%%DATADIR%%/themes/Default/images/stock-tool-shear-16.png +%%DATADIR%%/themes/Default/images/stock-tool-shear-22.png +%%DATADIR%%/themes/Default/images/stock-tool-smudge-16.png +%%DATADIR%%/themes/Default/images/stock-tool-smudge-22.png +%%DATADIR%%/themes/Default/images/stock-tool-text-16.png +%%DATADIR%%/themes/Default/images/stock-tool-text-22.png +%%DATADIR%%/themes/Default/images/stock-tool-threshold-16.png +%%DATADIR%%/themes/Default/images/stock-tool-threshold-22.png +%%DATADIR%%/themes/Default/images/stock-tool-zoom-16.png +%%DATADIR%%/themes/Default/images/stock-tool-zoom-22.png +%%DATADIR%%/themes/Default/images/stock-tools-16.png +%%DATADIR%%/themes/Default/images/stock-tools-24.png +%%DATADIR%%/themes/Default/images/stock-transparency-16.png +%%DATADIR%%/themes/Default/images/stock-transparency-24.png +%%DATADIR%%/themes/Default/images/stock-undo-history-16.png +%%DATADIR%%/themes/Default/images/stock-undo-history-24.png +%%DATADIR%%/themes/Default/images/stock-vchain-24.png +%%DATADIR%%/themes/Default/images/stock-vchain-broken-24.png +%%DATADIR%%/themes/Default/images/stock-video-16.png +%%DATADIR%%/themes/Default/images/stock-video-24.png +%%DATADIR%%/themes/Default/images/stock-warning-16.png +%%DATADIR%%/themes/Default/images/stock-warning-24.png +%%DATADIR%%/themes/Default/images/stock-warning-64.png +%%DATADIR%%/themes/Default/images/stock-web-16.png +%%DATADIR%%/themes/Default/images/stock-web-24.png +%%DATADIR%%/themes/Default/images/stock-wilber-16.png +%%DATADIR%%/themes/Default/images/stock-wilber-64.png +%%DATADIR%%/themes/Default/images/stock-wilber-eek-64.png +%%DATADIR%%/themes/Default/images/stock-zoom-follow-window-12.png +%%DATADIR%%/themes/Small/gtkrc +%%DATADIR%%/tips/gimp-tips.xml +share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo +share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/bg/LC_MESSAGES/gimp20-script-fu.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/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/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/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/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/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/mk/LC_MESSAGES/gimp20-libgimp.mo +share/locale/mk/LC_MESSAGES/gimp20-script-fu.mo +share/locale/mk/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/mk/LC_MESSAGES/gimp20.mo +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/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/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/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/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/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 +@dirrm %%DATADIR%%/tips +@dirrm %%DATADIR%%/themes/Small +@dirrm %%DATADIR%%/themes/Default/images/preferences +@dirrm %%DATADIR%%/themes/Default/images +@dirrm %%DATADIR%%/themes/Default +@dirrm %%DATADIR%%/themes +@dirrm %%DATADIR%%/scripts/images +@dirrm %%DATADIR%%/scripts +@dirrm %%DATADIR%%/patterns +@dirrm %%DATADIR%%/palettes +@dirrm %%DATADIR%%/misc +@dirrm %%DATADIR%%/menus +@dirrm %%DATADIR%%/images +@dirrm %%DATADIR%%/gradients +@dirrm %%DATADIR%%/gimpressionist/Presets +@dirrm %%DATADIR%%/gimpressionist/Paper +@dirrm %%DATADIR%%/gimpressionist/Brushes +@dirrm %%DATADIR%%/gimpressionist +@dirrm %%DATADIR%%/gflare +@dirrm %%DATADIR%%/gfig +@dirrm %%DATADIR%%/fractalexplorer +@dirrm %%DATADIR%%/fonts +@dirrm %%DATADIR%%/brushes +@dirrm %%DATADIR%% +@dirrm %%DOCSDIR%%/libgimpwidgets +@dirrm %%DOCSDIR%%/libgimpthumb +@dirrm %%DOCSDIR%%/libgimpmodule +@dirrm %%DOCSDIR%%/libgimpmath +@dirrm %%DOCSDIR%%/libgimpcolor +@dirrm %%DOCSDIR%%/libgimpbase +@dirrm %%DOCSDIR%%/libgimp +@dirrm %%DOCSDIR%% +@dirrm libexec/gimp/2.2/plug-ins +%%PYTHON:%%@dirrm libexec/gimp/2.2/python +@dirrm libexec/gimp/2.2/modules +@dirrm libexec/gimp/2.2/environ +@dirrm libexec/gimp/2.2 +@dirrm libexec/gimp +@dirrm include/gimp-2.0/libgimpwidgets +@dirrm include/gimp-2.0/libgimpthumb +@dirrm include/gimp-2.0/libgimpmodule +@dirrm include/gimp-2.0/libgimpmath +@dirrm include/gimp-2.0/libgimpcolor +@dirrm include/gimp-2.0/libgimpbase +@dirrm include/gimp-2.0/libgimp +@dirrm include/gimp-2.0 +@dirrm etc/gimp/2.2 +@dirrm etc/gimp +%%GNOMEPANEL:%%@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile new file mode 100644 index 000000000..2e85afe21 --- /dev/null +++ b/graphics/gimp1/Makefile @@ -0,0 +1,105 @@ +# New ports collection makefile for: The GIMP +# Date created: Mon Nov 18 21:28:43 CST 1996 +# Whom: erich@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= gimp +PORTVERSION= 1.2.5 +PORTREVISION= 2 +PORTEPOCH= 1 +CATEGORIES= graphics gnome +MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ + http://ftp.man.poznan.pl/pub/%SUBDIR%/ \ + http://fresh.t-systems-sfr.com/unix/src/misc/:mpeg \ + http://ftp.sayclub.com/pub/X/gimp/libs/:mpeg +MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R}/v${PORTVERSION} +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ + mpeg_lib-1.3.1.tar.gz:mpeg + +MAINTAINER= gnome@FreeBSD.org +COMMENT= The GNU Image Manipulation Program + +LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ + jpeg.9:${PORTSDIR}/graphics/jpeg \ + png.5:${PORTSDIR}/graphics/png \ + tiff.4:${PORTSDIR}/graphics/tiff + +DEPRECATED= New stable release 2.0 can be installed via graphics/gimp port + +NO_LATEST_LINK= yes + +CONFLICTS= gimp-2.* gimp-gnome-2.* gimpshop-[0-9]* + +#SHLIBVER?= ${PORTVERSION:S/1.2.//g} +SHLIBVER?= 2 + +USE_BZIP2= yes +USE_XLIB= yes +USE_XPM= yes +USE_GMAKE= yes +USE_GNOME= gtk12 +USE_GETTEXT= yes +GNU_CONFIGURE== yes +INSTALLS_SHLIB= yes +PLIST_SUB= SHLIBVER="${SHLIBVER}" +CONFIGURE_ARGS= --disable-perl +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${MPEG_WRKSRC}" \ + LDFLAGS="-L${LOCALBASE}/lib" + +GIMP_DISTFILE= ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} +MPEG_DISTFILE= ${DISTDIR}/mpeg_lib-1.3.1.tar.gz +MPEG_WRKSRC= ${WRKDIR}/mpeg_lib-1.3.1 +MPEG_CONFIGURE_ENV= OPTIMIZE="${CFLAGS}" +MPEG_CONFIGURE_ARGS= --prefix=${PREFIX} \ + --target=${ARCH}-unknown-freebsd${OSREL} + +MAN1= gimp.1 gimptool.1 gimp-remote.1 \ + gimp-1.2.1 gimp-remote-1.2.1 gimptool-1.2.1 +MAN5= gimprc.5 gimprc-1.2.5 + +.if defined(WITHOUT_PRINT) +CONFIGURE_ARGS+= --disable-print +PLIST_SUB+= PRINT="@comment " +.else +LIB_DEPENDS+= gimpprint.2:${PORTSDIR}/print/gimp-print +PLIST_SUB+= PRINT="" +.endif + +pre-everything:: + @${ECHO_MSG} "" + @${ECHO_MSG} "The Gimp has the following tunable option(s):" + @${ECHO_MSG} "" + @${ECHO_MSG} " WITHOUT_PRINT=yes Turns off GIMP printing" + @${ECHO_MSG} "" + +do-extract: + @${MKDIR} ${WRKDIR} + @(cd ${WRKDIR} && ${BZIP2_CMD} -dc ${GIMP_DISTFILE} | ${TAR} -xf -) + @(cd ${WRKDIR} && ${GZIP_CMD} -dc ${MPEG_DISTFILE} | ${TAR} -xf -) + @(${FIND} ${MPEG_WRKSRC} -type f | ${XARGS} ${CHMOD} u+w) + +pre-configure: + @(cd ${MPEG_WRKSRC} && \ + ${SETENV} CC="${CC}" CXX="${CXX}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \ + INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \ + INSTALL_DATA="${INSTALL_DATA}" \ + INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ + INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ + ${MPEG_CONFIGURE_ENV} ./configure ${MPEG_CONFIGURE_ARGS}) + @(cd ${MPEG_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) + +post-patch: + @${REINPLACE_CMD} -e 's|-lmpeg|${MPEG_WRKSRC}/libmpeg.a|g' \ + ${WRKSRC}/configure + @(cd ${MPEG_WRKSRC} ; \ + ${GREP} -r -l "<malloc.h>" * | \ + ${XARGS} ${REINPLACE_CMD} -e "s/<malloc.h>/<stdlib.h>/") + +post-install: + ${INSTALL_SCRIPT} ${FILESDIR}/gimp.setfont ${PREFIX}/bin + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/graphics/gimp1/distinfo b/graphics/gimp1/distinfo new file mode 100644 index 000000000..0df76cd42 --- /dev/null +++ b/graphics/gimp1/distinfo @@ -0,0 +1,6 @@ +MD5 (gimp-1.2.5.tar.bz2) = b83b55d80e6728268d56620ea4d3051a +SHA256 (gimp-1.2.5.tar.bz2) = 8c94835819203d7bc9bac2266a78bb7610a6dc473043b5362dc2a2aea720773b +SIZE (gimp-1.2.5.tar.bz2) = 10885324 +MD5 (mpeg_lib-1.3.1.tar.gz) = 9d803be0073f42acf87d5fbb339a183b +SHA256 (mpeg_lib-1.3.1.tar.gz) = 29d4cca1ffecf3c5f81aa43c61bce4860c2e6fff459c0c981d8e4d03fbe7d0ef +SIZE (mpeg_lib-1.3.1.tar.gz) = 152092 diff --git a/graphics/gimp1/files/gimp.setfont b/graphics/gimp1/files/gimp.setfont new file mode 100644 index 000000000..f81fa5d9b --- /dev/null +++ b/graphics/gimp1/files/gimp.setfont @@ -0,0 +1,157 @@ +#!/usr/bin/perl + +# Font setting Perl script for GIMP +# +# by MANTANI Nobutaka <nobutaka@nobutaka.com> + +$progname = "gimp.setfont"; +$version = "Version 0.4 Feb 07 2000"; + +$fontset{'chinese'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1,-*-kai-medium-r-normal--16-*-*-*-*-*-big5-0"; +$fontset{'czech'} = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-2"; +$fontset{'danish'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"; +$fontset{'dutch'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"; +$fontset{'english'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"; +$fontset{'finnish'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"; +$fontset{'french'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"; +$fontset{'german'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"; +$fontset{'hungarian'} = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-2"; +$fontset{'italian'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"; +$fontset{'japanese'} = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-1,-*-fixed-medium-r-normal--14-*-*-*-*-*-jisx0201.1976-0,-*-fixed-medium-r-normal--14-*-*-*-*-*-jisx0208.1983-0"; +$fontset{'korean'} = "-*-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1,-daewoo-gothic-medium-r-normal--16-*-*-*-*-*-ksc5601.1987-0"; +$fontset{'norwegian'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"; +$fontset{'polish'} = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-2"; +$fontset{'russian'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-koi8-r"; +$fontset{'slovak'} = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-2"; +$fontset{'swedish'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"; +$fontset{'ukrainian'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-koi8-r"; + +$locale{'chinese'} = "zh_TW.Big5"; +$locale{'czech'} = "cs_CZ.ISO8859-2"; +$locale{'danish'} = "da_DK.ISO_8859-1"; +$locale{'dutch'} = "nl_NL.ISO_8859-1"; +$locale{'english'} = "C"; +$locale{'finnish'} = "fi_FI.ISO_8859-1"; +$locale{'french'} = "fr_FR.ISO_8859-1"; +$locale{'german'} = "de_DE.ISO_8859-1"; +$locale{'hungarian'} = "hu_HU.ISO_8859-2"; +$locale{'italian'} = "it_IT.ISO_8859-1"; +$locale{'japanese'} = "ja_JP.EUC"; +$locale{'korean'} = "ko_KR.EUC"; +$locale{'norwegian'} = "no_NO.ISO_8859-1"; +$locale{'polish'} = "pl_PL.ISO_8859-2"; +$locale{'russian'} = "ru_SU.KOI8-R"; +$locale{'slovak'} = "sk_SK.ISO_8859-2"; +$locale{'swedish'} = "sv_SE.ISO_8859-1"; +$locale{'ukrainian'} = "uk_UA.KOI8-U"; + +# Show usage +sub usage() { + print <<EOF; +Usage: gimp.setfont <language> + +---------------------------------------------------------------- +[language] [fontset] + chinese -*-helvetica-(iso8859-1),-*-kai-(big5-0) + czech -*-fixed-(iso8859-2) + danish -*-helvetica-(iso8859-1) + dutch -*-helvetica-(iso8859-1) + english -*-helvetica-(iso8859-1) + finnish -*-helvetica-(iso8859-1) + french -*-helvetica-(iso8859-1) + german -*-helvetica-(iso8859-1) + hungarian -*-fixed-(iso8859-2) + italian -*-helvetica-(iso8859-1) + japanese -*-fixed-(iso8859-1,jisx0201,jisx0208) + korean -*-fixed-(iso8859-1),-daewoo-gothic-(ksc5601) + norwegian -*-helvetica-(iso8859-1) + polish -*-fixed-(iso8859-2) + russian -*-helvetica-(koi8-r) + slovak -*-fixed-(iso8869-2) + swedish -*-helvetica-(iso8859-1) + ukrainian -*-helvetica-(koi8-r) +---------------------------------------------------------------- + +If you need iso8859-2 fonts, please install etlfonts +(x11-fonts/etlfonts). + +EOF +} + +# Write gtkrc of user's .gimp-1.2 directory +sub write_gtkrc($) { + my $fontset = shift; + my $path = "$ENV{'HOME'}/.gimp-1.2"; + + if (-d $path) { + if (-e "$path/gtkrc") { + chmod(0644, "$path/gtkrc"); + print "Renaming $path/gtkrc to $path/gtkrc.old...\n"; + rename("$path/gtkrc", "$path/gtkrc.old"); + } + + print "Writing $path/gtkrc...\n"; + open(FILE, ">$path/gtkrc"); + print FILE <<EOF; +\# style <name> [= <name>] +\# { +\# <option> +\# } +\# +\# widget <widget_set> style <style_name> +\# widget_class <widget_class_set> style <style_name> + +style "default" +{ + fontset = "$fontset" +} + +widget_class "*" style "default" +EOF + close(FILE); + print "Done.\n\n"; + } else { + print <<EOF; +Directory $path is not found. +Please execute "gimp" and install files into $path +directory first. + +EOF + exit; + } +} + +sub main() { + my $lang = $ARGV[0]; + my $tmp = ucfirst($lang); + + print <<EOF; + +$progname - Font setting utility for GIMP ($version) + +EOF + + if (@ARGV != 1) { + usage(); + exit; + } + + print "Setting for $tmp language...\n\n"; + + print qq(Please set "LANG" environment variable to "$locale{$lang}" and execute "gimp".\n\n); + + if ($lang eq "slovak") { + print <<EOF; +And please make symbolic link from lt_LN.ISO_8859-2 to sk_SK.ISO_8859-2 in +/usr/share/locale. + +EOF + } + + write_gtkrc($fontset{$lang}); + + exit; +} + + +main(); diff --git a/graphics/gimp1/files/patch-..::mpeg_lib-1.3.1::Makefile.in b/graphics/gimp1/files/patch-..::mpeg_lib-1.3.1::Makefile.in new file mode 100644 index 000000000..e9163f5a3 --- /dev/null +++ b/graphics/gimp1/files/patch-..::mpeg_lib-1.3.1::Makefile.in @@ -0,0 +1,25 @@ +--- ../mpeg_lib-1.3.1/Makefile.in.orig Thu Nov 26 11:03:29 1998 ++++ ../mpeg_lib-1.3.1/Makefile.in Tue Jul 9 22:28:11 2002 +@@ -19,7 +19,7 @@ + exec_prefix = @exec_prefix@ + INSTALL_INCLUDE = @includedir@ + INSTALL_LIBRARY = @libdir@ +-INSTALL = @INSTALL@ ++INSTALL_DATA = @INSTALL_DATA@ + + # Other miscellaneous programs + AR = @AR@ +@@ -67,10 +67,9 @@ + $(CC) -shared -o $(SHLIB) $(LIBOBJ) + + install: $(LIBRARY) +- $(INSTALL) -d $(INSTALL_INCLUDE) $(INSTALL_LIBRARY) +- $(INSTALL) -m 0644 $(HEADER) $(INSTALL_INCLUDE)/$(HEADER) +- $(INSTALL) -m 0644 $(LIBRARY) $(INSTALL_LIBRARY)/$(LIBRARY) +- @if test -f $(SHLIB) ; then echo "warning: $(SHLIB) *not* installed (installing shared libraries is too system-specific)" ; fi ++ $(MKDIR) $(INSTALL_INCLUDE) $(INSTALL_LIBRARY) ++ $(INSTALL_DATA) $(HEADER) $(INSTALL_INCLUDE)/$(HEADER) ++ $(INSTALL_DATA) $(LIBRARY) $(INSTALL_LIBRARY)/$(LIBRARY) + + clean: + rm -f $(LIBRARY) $(EXTRAS) $(LIBOBJ) core diff --git a/graphics/gimp1/files/patch-..::mpeg_lib-1.3.1::video.c b/graphics/gimp1/files/patch-..::mpeg_lib-1.3.1::video.c new file mode 100644 index 000000000..5707b7503 --- /dev/null +++ b/graphics/gimp1/files/patch-..::mpeg_lib-1.3.1::video.c @@ -0,0 +1,23 @@ +--- ../mpeg_lib-1.3.1/video.c.orig Sat Jul 24 13:00:51 1999 ++++ ../mpeg_lib-1.3.1/video.c Tue Aug 31 23:11:56 1999 +@@ -49,6 +49,10 @@ + #include "proto.h" + #include "my_dmalloc.h" + ++#ifdef _HAVE_PARAM_H ++#include <sys/param.h> ++#endif ++ + /* Declarations of functions. */ + static void ReconIMBlock(VidStream *,int); + static void ReconPMBlock(VidStream *,int,int,int,int); +@@ -445,7 +449,9 @@ + static int num_calls = 0; + unsigned int data; + int i, status; ++#if BSD < 199103 + long int ftell (FILE *stream); ++#endif + + /* If vid_stream is null, create new VidStream structure. */ + diff --git a/graphics/gimp1/files/patch-aa b/graphics/gimp1/files/patch-aa new file mode 100644 index 000000000..33a7ddbd8 --- /dev/null +++ b/graphics/gimp1/files/patch-aa @@ -0,0 +1,20 @@ +--- app/main.c.orig Thu Feb 10 14:41:02 2000 ++++ app/main.c Sat Feb 19 13:51:36 2000 +@@ -22,6 +22,7 @@ + #include <signal.h> + #include <string.h> + #include <sys/types.h> ++#include <floatingpoint.h> + + #ifdef HAVE_SYS_WAIT_H + #include <sys/wait.h> +@@ -129,6 +130,9 @@ + /* Initialize variables */ + + prog_name = argv[0]; ++ ++ /* Ignore floating point exceptions */ ++ fpsetmask(0); + + /* Initialize i18n support */ + INIT_LOCALE ("gimp"); diff --git a/graphics/gimp1/files/patch-ab b/graphics/gimp1/files/patch-ab new file mode 100644 index 000000000..5c4081c0c --- /dev/null +++ b/graphics/gimp1/files/patch-ab @@ -0,0 +1,13 @@ +--- plug-ins/common/url.c.orig Mon Nov 13 17:06:36 2000 ++++ plug-ins/common/url.c Sun Dec 10 16:17:42 2000 +@@ -189,8 +189,8 @@ + putenv ("LANG=C"); + #endif + +- execlp ("wget", "wget", "-T", TIMEOUT, filename, "-O", tmpname, NULL); +- g_message ("url: exec() failed: wget: %s", g_strerror (errno)); ++ execlp ("fetch", "fetch", "-T", TIMEOUT, filename, "-p", "-o", tmpname, NULL); ++ g_message ("url: exec() failed: fetch: %s", g_strerror (errno)); + g_free (tmpname); + _exit (127); + } diff --git a/graphics/gimp1/files/patch-ac b/graphics/gimp1/files/patch-ac new file mode 100644 index 000000000..22755b47e --- /dev/null +++ b/graphics/gimp1/files/patch-ac @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sat May 6 01:10:00 2000 ++++ Makefile.in Sat May 6 01:10:12 2000 +@@ -196,7 +196,7 @@ + + man_MANS = gimp.1 gimptool.1 gimprc.5 + +-m4datadir = $(datadir)/aclocal ++m4datadir = $(prefix)/share/aclocal + m4data_DATA = gimp.m4 + + scriptdata = diff --git a/graphics/gimp1/files/patch-ae b/graphics/gimp1/files/patch-ae new file mode 100644 index 000000000..a9cd977ed --- /dev/null +++ b/graphics/gimp1/files/patch-ae @@ -0,0 +1,11 @@ +--- plug-ins/common/plugindetails.c.orig Fri Jan 14 17:26:07 2000 ++++ plug-ins/common/plugindetails.c Fri Jan 14 17:26:21 2000 +@@ -27,7 +27,7 @@ + #include <stdio.h> + #include <string.h> + #include <time.h> +- ++#include <sys/types.h> + #include <gtk/gtk.h> + + #include "libgimp/gimp.h" diff --git a/graphics/gimp1/files/patch-am b/graphics/gimp1/files/patch-am new file mode 100644 index 000000000..45c58cbe5 --- /dev/null +++ b/graphics/gimp1/files/patch-am @@ -0,0 +1,19 @@ +--- libgimp/gimp.c.orig Fri May 12 12:37:27 2000 ++++ libgimp/gimp.c Thu May 18 16:42:21 2000 +@@ -26,6 +26,7 @@ + #include <stdlib.h> + #include <string.h> + #include <sys/types.h> ++#include <floatingpoint.h> + + #ifdef HAVE_SYS_TIME_H + #include <sys/time.h> +@@ -211,6 +212,9 @@ + } + + progname = argv[0]; ++ ++ /* Ignore floating point exceptions */ ++ fpsetmask(0); + + g_set_prgname (g_basename (progname)); diff --git a/graphics/gimp1/files/patch-configure b/graphics/gimp1/files/patch-configure new file mode 100644 index 000000000..4d64eb9d8 --- /dev/null +++ b/graphics/gimp1/files/patch-configure @@ -0,0 +1,30 @@ +--- configure.orig Mon May 19 18:46:21 2003 ++++ configure Sat May 31 19:37:03 2003 +@@ -1475,7 +1475,7 @@ + GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION + + LT_RELEASE=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION +-LT_CURRENT=`expr $GIMP_MICRO_VERSION - $GIMP_INTERFACE_AGE` ++LT_CURRENT=2 + LT_REVISION=$GIMP_INTERFACE_AGE + LT_AGE=`expr $GIMP_BINARY_AGE - $GIMP_INTERFACE_AGE` + LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` +@@ -7535,6 +7535,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -18639,8 +18640,8 @@ + + fi + +-gimpdatadir=$datadir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION +-gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION ++gimpdatadir=$datadir/$PACKAGE ++gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION + gimpsysconfdir=$sysconfdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION + + localedir='${prefix}/${DATADIRNAME}/locale' diff --git a/graphics/gimp1/files/patch-gimptool-1.2.in b/graphics/gimp1/files/patch-gimptool-1.2.in new file mode 100644 index 000000000..052cac1df --- /dev/null +++ b/graphics/gimp1/files/patch-gimptool-1.2.in @@ -0,0 +1,26 @@ +--- gimptool-1.2.in.orig Wed Feb 20 14:04:01 2002 ++++ gimptool-1.2.in Wed Feb 20 14:04:39 2002 +@@ -227,19 +227,19 @@ + | --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/gimp1/files/patch-libgimp::Makefile.in b/graphics/gimp1/files/patch-libgimp::Makefile.in new file mode 100644 index 000000000..f025eddbe --- /dev/null +++ b/graphics/gimp1/files/patch-libgimp::Makefile.in @@ -0,0 +1,19 @@ +--- libgimp/Makefile.in.orig Mon May 19 19:07:25 2003 ++++ libgimp/Makefile.in Sat May 31 19:41:48 2003 +@@ -226,13 +226,13 @@ + 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_LIBADD = $(GTK_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/gimp1/files/patch-plug-ins::libgck::gck::Makefile.in b/graphics/gimp1/files/patch-plug-ins::libgck::gck::Makefile.in new file mode 100644 index 000000000..676401556 --- /dev/null +++ b/graphics/gimp1/files/patch-plug-ins::libgck::gck::Makefile.in @@ -0,0 +1,11 @@ +--- plug-ins/libgck/gck/Makefile.in.orig Tue Feb 12 05:46:23 2002 ++++ plug-ins/libgck/gck/Makefile.in Wed Feb 20 14:00:02 2002 +@@ -193,7 +193,7 @@ + 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/gimp1/files/patch-plug-ins_Makefile.in b/graphics/gimp1/files/patch-plug-ins_Makefile.in new file mode 100644 index 000000000..503a87e4f --- /dev/null +++ b/graphics/gimp1/files/patch-plug-ins_Makefile.in @@ -0,0 +1,11 @@ +--- plug-ins/Makefile.in.orig Mon May 19 19:07:31 2003 ++++ plug-ins/Makefile.in Sat May 31 19:44:38 2003 +@@ -111,7 +111,7 @@ + GTK_CONFIG = @GTK_CONFIG@ + GTK_LIBS = @GTK_LIBS@ + HAVE_GTK_DOC = @HAVE_GTK_DOC@ +-HELPBROWSER = @HELPBROWSER@ ++#HELPBROWSER = @HELPBROWSER@ + HTML_DIR = @HTML_DIR@ + INSTOBJEXT = @INSTOBJEXT@ + INTLBISON = @INTLBISON@ diff --git a/graphics/gimp1/files/patch-plug-ins_print_print.c b/graphics/gimp1/files/patch-plug-ins_print_print.c new file mode 100644 index 000000000..36f4bf714 --- /dev/null +++ b/graphics/gimp1/files/patch-plug-ins_print_print.c @@ -0,0 +1,11 @@ +--- plug-ins/print/print.c.orig Tue Dec 26 07:43:54 2000 ++++ plug-ins/print/print.c Tue Dec 26 07:44:07 2000 +@@ -1417,7 +1417,7 @@ + + if (i < (sizeof(lpcs) / sizeof(lpcs[0]))) + { +- strcat(command, " status < /dev/null"); ++ strcat(command, " status all < /dev/null"); + type = PRINTERS_LPC; + } + else diff --git a/graphics/gimp1/pkg-descr b/graphics/gimp1/pkg-descr new file mode 100644 index 000000000..40b6009f8 --- /dev/null +++ b/graphics/gimp1/pkg-descr @@ -0,0 +1,21 @@ +The GIMP is designed to provide an intuitive graphical interface to a +variety of image editing operations. Here is a list of the GIMP's +major features: + + Image editing + ------------- + + * Selection tools including rectangle, ellipse, free, fuzzy, bezier + and intelligent. + * Transformation tools including rotate, scale, shear and flip. + * Painting tools including bucket, brush, airbrush, clone, convolve, + blend and text. + * Effects filters (such as blur, edge detect). + * Channel & color operations (such as add, composite, decompose). + * Plug-ins which allow for the easy addition of new file formats and + new effect filters. + * Multiple undo/redo. + +To enable I18N extensions, execute "gimp.setfont" before you use GIMP. + +WWW: http://www.gimp.org/ diff --git a/graphics/gimp1/pkg-message b/graphics/gimp1/pkg-message new file mode 100644 index 000000000..e86b05293 --- /dev/null +++ b/graphics/gimp1/pkg-message @@ -0,0 +1,6 @@ +*************************************************** +* * +* For I18N support, please execute "gimp.setfont" * +* before running the GIMP. * +* * +*************************************************** diff --git a/graphics/gimp1/pkg-plist b/graphics/gimp1/pkg-plist new file mode 100644 index 000000000..3993fbf50 --- /dev/null +++ b/graphics/gimp1/pkg-plist @@ -0,0 +1,1563 @@ +bin/gimp +bin/gimp-1.2 +bin/gimp-config +bin/gimp-remote +bin/gimp-remote-1.2 +bin/gimp.setfont +bin/gimptool +bin/gimptool-1.2 +etc/gimp/1.2/gimprc +etc/gimp/1.2/gimprc_user +etc/gimp/1.2/gtkrc +etc/gimp/1.2/gtkrc_user +etc/gimp/1.2/ps-menurc +etc/gimp/1.2/unitrc +include/gck/gck.h +include/libgimp/gimp.h +include/libgimp/gimp_pdb.h +include/libgimp/gimpbrushes_pdb.h +include/libgimp/gimpbrushselect_pdb.h +include/libgimp/gimpchainbutton.h +include/libgimp/gimpchannel.h +include/libgimp/gimpchannel_pdb.h +include/libgimp/gimpchannelops_pdb.h +include/libgimp/gimpcolor_pdb.h +include/libgimp/gimpcolorbutton.h +include/libgimp/gimpcolordisplay.h +include/libgimp/gimpcolorselector.h +include/libgimp/gimpcolorspace.h +include/libgimp/gimpcompat.h +include/libgimp/gimpconvert_pdb.h +include/libgimp/gimpdialog.h +include/libgimp/gimpdisplay_pdb.h +include/libgimp/gimpdrawable.h +include/libgimp/gimpdrawable_pdb.h +include/libgimp/gimpedit_pdb.h +include/libgimp/gimpenums.h +include/libgimp/gimpenv.h +include/libgimp/gimpexport.h +include/libgimp/gimpfeatures.h +include/libgimp/gimpfileops_pdb.h +include/libgimp/gimpfileselection.h +include/libgimp/gimpfloatingsel_pdb.h +include/libgimp/gimpgimprc_pdb.h +include/libgimp/gimpgradients_pdb.h +include/libgimp/gimpgradientselect.h +include/libgimp/gimpgradientselect_pdb.h +include/libgimp/gimpguides_pdb.h +include/libgimp/gimphelp_pdb.h +include/libgimp/gimphelpui.h +include/libgimp/gimpimage.h +include/libgimp/gimpimage_pdb.h +include/libgimp/gimpintl.h +include/libgimp/gimplayer.h +include/libgimp/gimplayer_pdb.h +include/libgimp/gimplimits.h +include/libgimp/gimpmath.h +include/libgimp/gimpmatrix.h +include/libgimp/gimpmenu.h +include/libgimp/gimpmessage_pdb.h +include/libgimp/gimpmisc_pdb.h +include/libgimp/gimpmodule.h +include/libgimp/gimppalette_pdb.h +include/libgimp/gimpparasite.h +include/libgimp/gimpparasite_pdb.h +include/libgimp/gimpparasiteio.h +include/libgimp/gimppatheditor.h +include/libgimp/gimppaths_pdb.h +include/libgimp/gimppatterns_pdb.h +include/libgimp/gimppatternselect_pdb.h +include/libgimp/gimppixelrgn.h +include/libgimp/gimppixmap.h +include/libgimp/gimpplugin_pdb.h +include/libgimp/gimpproceduraldb.h +include/libgimp/gimpproceduraldb_pdb.h +include/libgimp/gimpquerybox.h +include/libgimp/gimpselection.h +include/libgimp/gimpselection_pdb.h +include/libgimp/gimpsignal.h +include/libgimp/gimpsizeentry.h +include/libgimp/gimptexttool_pdb.h +include/libgimp/gimptile.h +include/libgimp/gimptools_pdb.h +include/libgimp/gimptypes.h +include/libgimp/gimpui.h +include/libgimp/gimpundo_pdb.h +include/libgimp/gimpunit.h +include/libgimp/gimpunit_pdb.h +include/libgimp/gimpunitmenu.h +include/libgimp/gimputils.h +include/libgimp/gimpvector.h +include/libgimp/gimpwidgets.h +lib/libgck.a +lib/libgck.la +lib/libgck.so +lib/libgck.so.%%SHLIBVER%% +lib/libgimp.a +lib/libgimp.la +lib/libgimp.so +lib/libgimp.so.%%SHLIBVER%% +lib/libgimpui.a +lib/libgimpui.la +lib/libgimpui.so +lib/libgimpui.so.%%SHLIBVER%% +libexec/gimp/1.2/modules/libcolorsel_gtk.a +libexec/gimp/1.2/modules/libcolorsel_gtk.la +libexec/gimp/1.2/modules/libcolorsel_gtk.so +libexec/gimp/1.2/modules/libcolorsel_triangle.a +libexec/gimp/1.2/modules/libcolorsel_triangle.la +libexec/gimp/1.2/modules/libcolorsel_triangle.so +libexec/gimp/1.2/modules/libcolorsel_water.a +libexec/gimp/1.2/modules/libcolorsel_water.la +libexec/gimp/1.2/modules/libcolorsel_water.so +libexec/gimp/1.2/plug-ins/AlienMap +libexec/gimp/1.2/plug-ins/AlienMap2 +libexec/gimp/1.2/plug-ins/CEL +libexec/gimp/1.2/plug-ins/CML_explorer +libexec/gimp/1.2/plug-ins/FractalExplorer +libexec/gimp/1.2/plug-ins/Lighting +libexec/gimp/1.2/plug-ins/MapObject +libexec/gimp/1.2/plug-ins/aa +libexec/gimp/1.2/plug-ins/align_layers +libexec/gimp/1.2/plug-ins/animationplay +libexec/gimp/1.2/plug-ins/animoptimize +libexec/gimp/1.2/plug-ins/apply_lens +libexec/gimp/1.2/plug-ins/autocrop +libexec/gimp/1.2/plug-ins/autostretch_hsv +libexec/gimp/1.2/plug-ins/blinds +libexec/gimp/1.2/plug-ins/blur +libexec/gimp/1.2/plug-ins/bmp +libexec/gimp/1.2/plug-ins/borderaverage +libexec/gimp/1.2/plug-ins/bumpmap +libexec/gimp/1.2/plug-ins/bz2 +libexec/gimp/1.2/plug-ins/c_astretch +libexec/gimp/1.2/plug-ins/checkerboard +libexec/gimp/1.2/plug-ins/color_enhance +libexec/gimp/1.2/plug-ins/colorify +libexec/gimp/1.2/plug-ins/colortoalpha +libexec/gimp/1.2/plug-ins/compose +libexec/gimp/1.2/plug-ins/convmatrix +libexec/gimp/1.2/plug-ins/csource +libexec/gimp/1.2/plug-ins/cubism +libexec/gimp/1.2/plug-ins/curve_bend +libexec/gimp/1.2/plug-ins/dbbrowser +libexec/gimp/1.2/plug-ins/decompose +libexec/gimp/1.2/plug-ins/deinterlace +libexec/gimp/1.2/plug-ins/depthmerge +libexec/gimp/1.2/plug-ins/despeckle +libexec/gimp/1.2/plug-ins/destripe +libexec/gimp/1.2/plug-ins/diffraction +libexec/gimp/1.2/plug-ins/displace +libexec/gimp/1.2/plug-ins/edge +libexec/gimp/1.2/plug-ins/emboss +libexec/gimp/1.2/plug-ins/engrave +libexec/gimp/1.2/plug-ins/exchange +libexec/gimp/1.2/plug-ins/faxg3 +libexec/gimp/1.2/plug-ins/film +libexec/gimp/1.2/plug-ins/fits +libexec/gimp/1.2/plug-ins/flame +libexec/gimp/1.2/plug-ins/flarefx +libexec/gimp/1.2/plug-ins/fp +libexec/gimp/1.2/plug-ins/fractaltrace +libexec/gimp/1.2/plug-ins/gap_decode_mpeg +libexec/gimp/1.2/plug-ins/gap_filter +libexec/gimp/1.2/plug-ins/gap_frontends +libexec/gimp/1.2/plug-ins/gap_navigator_dialog +libexec/gimp/1.2/plug-ins/gap_plugins +libexec/gimp/1.2/plug-ins/gauss_iir +libexec/gimp/1.2/plug-ins/gauss_rle +libexec/gimp/1.2/plug-ins/gbr +libexec/gimp/1.2/plug-ins/gdyntext +libexec/gimp/1.2/plug-ins/gee +libexec/gimp/1.2/plug-ins/gee_zoom +libexec/gimp/1.2/plug-ins/gfig +libexec/gimp/1.2/plug-ins/gflare +libexec/gimp/1.2/plug-ins/gfli +libexec/gimp/1.2/plug-ins/gicon +libexec/gimp/1.2/plug-ins/gif +libexec/gimp/1.2/plug-ins/gifload +libexec/gimp/1.2/plug-ins/gih +libexec/gimp/1.2/plug-ins/gimpressionist +libexec/gimp/1.2/plug-ins/glasstile +libexec/gimp/1.2/plug-ins/gqbist +libexec/gimp/1.2/plug-ins/gradmap +libexec/gimp/1.2/plug-ins/grid +libexec/gimp/1.2/plug-ins/gtm +libexec/gimp/1.2/plug-ins/guillotine +libexec/gimp/1.2/plug-ins/gz +libexec/gimp/1.2/plug-ins/header +libexec/gimp/1.2/plug-ins/hot +libexec/gimp/1.2/plug-ins/hrz +libexec/gimp/1.2/plug-ins/ifscompose +libexec/gimp/1.2/plug-ins/illusion +libexec/gimp/1.2/plug-ins/imagemap +libexec/gimp/1.2/plug-ins/iwarp +libexec/gimp/1.2/plug-ins/jigsaw +libexec/gimp/1.2/plug-ins/jpeg +libexec/gimp/1.2/plug-ins/laplace +libexec/gimp/1.2/plug-ins/lic +libexec/gimp/1.2/plug-ins/mail +libexec/gimp/1.2/plug-ins/mapcolor +libexec/gimp/1.2/plug-ins/max_rgb +libexec/gimp/1.2/plug-ins/maze +libexec/gimp/1.2/plug-ins/mblur +libexec/gimp/1.2/plug-ins/mosaic +libexec/gimp/1.2/plug-ins/mpeg +libexec/gimp/1.2/plug-ins/newsprint +libexec/gimp/1.2/plug-ins/nlfilt +libexec/gimp/1.2/plug-ins/noisify +libexec/gimp/1.2/plug-ins/normalize +libexec/gimp/1.2/plug-ins/nova +libexec/gimp/1.2/plug-ins/oilify +libexec/gimp/1.2/plug-ins/pagecurl +libexec/gimp/1.2/plug-ins/papertile +libexec/gimp/1.2/plug-ins/pat +libexec/gimp/1.2/plug-ins/pcx +libexec/gimp/1.2/plug-ins/pix +libexec/gimp/1.2/plug-ins/pixelize +libexec/gimp/1.2/plug-ins/plasma +libexec/gimp/1.2/plug-ins/plugindetails +libexec/gimp/1.2/plug-ins/png +libexec/gimp/1.2/plug-ins/pnm +libexec/gimp/1.2/plug-ins/polar +%%PRINT%%libexec/gimp/1.2/plug-ins/print +libexec/gimp/1.2/plug-ins/ps +libexec/gimp/1.2/plug-ins/psd +libexec/gimp/1.2/plug-ins/psp +libexec/gimp/1.2/plug-ins/randomize +libexec/gimp/1.2/plug-ins/rcm +libexec/gimp/1.2/plug-ins/ripple +libexec/gimp/1.2/plug-ins/rotate +libexec/gimp/1.2/plug-ins/sample_colorize +libexec/gimp/1.2/plug-ins/scatter_hsv +libexec/gimp/1.2/plug-ins/screenshot +libexec/gimp/1.2/plug-ins/script-fu +libexec/gimp/1.2/plug-ins/sel2path +libexec/gimp/1.2/plug-ins/sel_gauss +libexec/gimp/1.2/plug-ins/semiflatten +libexec/gimp/1.2/plug-ins/sgi +libexec/gimp/1.2/plug-ins/sharpen +libexec/gimp/1.2/plug-ins/shift +libexec/gimp/1.2/plug-ins/sinus +libexec/gimp/1.2/plug-ins/smooth_palette +libexec/gimp/1.2/plug-ins/snoise +libexec/gimp/1.2/plug-ins/sobel +libexec/gimp/1.2/plug-ins/sparkle +libexec/gimp/1.2/plug-ins/spread +libexec/gimp/1.2/plug-ins/struc +libexec/gimp/1.2/plug-ins/sunras +libexec/gimp/1.2/plug-ins/tga +libexec/gimp/1.2/plug-ins/threshold_alpha +libexec/gimp/1.2/plug-ins/tiff +libexec/gimp/1.2/plug-ins/tile +libexec/gimp/1.2/plug-ins/tileit +libexec/gimp/1.2/plug-ins/tiler +libexec/gimp/1.2/plug-ins/uniteditor +libexec/gimp/1.2/plug-ins/unsharp +libexec/gimp/1.2/plug-ins/url +libexec/gimp/1.2/plug-ins/video +libexec/gimp/1.2/plug-ins/vinvert +libexec/gimp/1.2/plug-ins/vpropagate +libexec/gimp/1.2/plug-ins/warp +libexec/gimp/1.2/plug-ins/waves +libexec/gimp/1.2/plug-ins/webbrowser +libexec/gimp/1.2/plug-ins/whirlpinch +libexec/gimp/1.2/plug-ins/wind +libexec/gimp/1.2/plug-ins/wmf +libexec/gimp/1.2/plug-ins/xbm +libexec/gimp/1.2/plug-ins/xjt +libexec/gimp/1.2/plug-ins/xpm +libexec/gimp/1.2/plug-ins/xwd +libexec/gimp/1.2/plug-ins/zealouscrop +share/aclocal/gimp.m4 +%%DATADIR%%/brushes/10x10square.gbr +%%DATADIR%%/brushes/10x10squareBlur.gbr +%%DATADIR%%/brushes/11circle.gbr +%%DATADIR%%/brushes/11fcircle.gbr +%%DATADIR%%/brushes/13circle.gbr +%%DATADIR%%/brushes/13fcircle.gbr +%%DATADIR%%/brushes/15circle.gbr +%%DATADIR%%/brushes/15fcircle.gbr +%%DATADIR%%/brushes/17circle.gbr +%%DATADIR%%/brushes/17fcircle.gbr +%%DATADIR%%/brushes/19circle.gbr +%%DATADIR%%/brushes/19fcircle.gbr +%%DATADIR%%/brushes/1circle.gbr +%%DATADIR%%/brushes/20x20square.gbr +%%DATADIR%%/brushes/20x20squareBlur.gbr +%%DATADIR%%/brushes/3circle.gbr +%%DATADIR%%/brushes/3fcircle.gbr +%%DATADIR%%/brushes/5circle.gbr +%%DATADIR%%/brushes/5fcircle.gbr +%%DATADIR%%/brushes/5x5square.gbr +%%DATADIR%%/brushes/5x5squareBlur.gbr +%%DATADIR%%/brushes/7circle.gbr +%%DATADIR%%/brushes/7fcircle.gbr +%%DATADIR%%/brushes/9circle.gbr +%%DATADIR%%/brushes/9fcircle.gbr +%%DATADIR%%/brushes/DStar11.gbr +%%DATADIR%%/brushes/DStar17.gbr +%%DATADIR%%/brushes/DStar25.gbr +%%DATADIR%%/brushes/SketchBrush-16.gih +%%DATADIR%%/brushes/SketchBrush-32.gih +%%DATADIR%%/brushes/SketchBrush-64.gih +%%DATADIR%%/brushes/callig1.gbr +%%DATADIR%%/brushes/callig2.gbr +%%DATADIR%%/brushes/callig3.gbr +%%DATADIR%%/brushes/callig4.gbr +%%DATADIR%%/brushes/confetti.gbr +%%DATADIR%%/brushes/confetti.gih +%%DATADIR%%/brushes/dunes.gbr +%%DATADIR%%/brushes/feltpen.gih +%%DATADIR%%/brushes/hsparks.gih +%%DATADIR%%/brushes/galaxy.gbr +%%DATADIR%%/brushes/galaxy_big.gbr +%%DATADIR%%/brushes/galaxy_small.gbr +%%DATADIR%%/brushes/pepper.gbr +%%DATADIR%%/brushes/pixel.gbr +%%DATADIR%%/brushes/thegimp.gbr +%%DATADIR%%/brushes/vine.gih +%%DATADIR%%/brushes/xcf.gbr +%%DATADIR%%/devel-docs/html/libgimp/gimpchainbutton.html +%%DATADIR%%/devel-docs/html/libgimp/gimpcolorbutton.html +%%DATADIR%%/devel-docs/html/libgimp/gimpdefinitions.html +%%DATADIR%%/devel-docs/html/libgimp/gimpfileselection.html +%%DATADIR%%/devel-docs/html/libgimp/gimpmodule.html +%%DATADIR%%/devel-docs/html/libgimp/gimppatheditor.html +%%DATADIR%%/devel-docs/html/libgimp/gimppixmap.html +%%DATADIR%%/devel-docs/html/libgimp/gimpsizeentry.html +%%DATADIR%%/devel-docs/html/libgimp/gimpunitmenu.html +%%DATADIR%%/devel-docs/html/libgimp/index.html +%%DATADIR%%/devel-docs/html/libgimp/index.sgml +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimp.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpbrushes.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpchannel.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpchannelops.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpcolor.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpcolordisplay.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpcolorselector.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpcolorspace.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpcompat.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpconvert.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpdialog.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpdisplay.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpdrawable.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpedit.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpenums.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpenv.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpexport.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpfeatures.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpfileops.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpfloatingsel.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpgimprc.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpgradients.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpguides.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimphelp.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimphelpui.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpimage.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimplayer.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimplimits.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpmath.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpmatrix.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpmenu.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpmessage.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpmisc.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpmodule.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimppalette.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpparasite.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpparasiteio.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimppatterns.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimppixelrgn.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpplugin.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpproceduraldb.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpprotocol.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpquerybox.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpselection.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpsignal.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimptexttool.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimptile.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimptools.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpui.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpundo.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpunit.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimputils.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpvector.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpwidgets.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpwire.html +%%DATADIR%%/devel-docs/html/libgimp/libgimp.html +%%DATADIR%%/devel-docs/html/libgimp/libgimpui.html +%%DATADIR%%/fractalexplorer/Asteroid_Field +%%DATADIR%%/fractalexplorer/Bar_Code_Label +%%DATADIR%%/fractalexplorer/Beauty_of_Nature +%%DATADIR%%/fractalexplorer/Blue_Curtain +%%DATADIR%%/fractalexplorer/Car_Track +%%DATADIR%%/fractalexplorer/Energetic_Diamond +%%DATADIR%%/fractalexplorer/Explosive +%%DATADIR%%/fractalexplorer/Flower +%%DATADIR%%/fractalexplorer/Fragments +%%DATADIR%%/fractalexplorer/Hemp +%%DATADIR%%/fractalexplorer/High_Voltage +%%DATADIR%%/fractalexplorer/Hoops +%%DATADIR%%/fractalexplorer/Ice_Crystal +%%DATADIR%%/fractalexplorer/Leaves +%%DATADIR%%/fractalexplorer/Lightning +%%DATADIR%%/fractalexplorer/Mandelbrot +%%DATADIR%%/fractalexplorer/Marble +%%DATADIR%%/fractalexplorer/Marble2 +%%DATADIR%%/fractalexplorer/Medusa +%%DATADIR%%/fractalexplorer/Nautilus +%%DATADIR%%/fractalexplorer/Nebula +%%DATADIR%%/fractalexplorer/Plant +%%DATADIR%%/fractalexplorer/Rose +%%DATADIR%%/fractalexplorer/Saturn +%%DATADIR%%/fractalexplorer/Snow_Crystal +%%DATADIR%%/fractalexplorer/Soma +%%DATADIR%%/fractalexplorer/Spark +%%DATADIR%%/fractalexplorer/Suns +%%DATADIR%%/fractalexplorer/Tentacles +%%DATADIR%%/fractalexplorer/The_Green_Place +%%DATADIR%%/fractalexplorer/Wave +%%DATADIR%%/fractalexplorer/Wood +%%DATADIR%%/fractalexplorer/Zooming_Circle +%%DATADIR%%/gfig/A_star +%%DATADIR%%/gfig/curves +%%DATADIR%%/gfig/polys +%%DATADIR%%/gfig/ring +%%DATADIR%%/gfig/ring+star +%%DATADIR%%/gfig/simily +%%DATADIR%%/gfig/spirals_and_stars +%%DATADIR%%/gfig/sprial +%%DATADIR%%/gfig/star2 +%%DATADIR%%/gfig/stars +%%DATADIR%%/gflare/Bright_Star +%%DATADIR%%/gflare/Classic +%%DATADIR%%/gflare/Default +%%DATADIR%%/gflare/Distant_Sun +%%DATADIR%%/gflare/GFlare_101 +%%DATADIR%%/gflare/GFlare_102 +%%DATADIR%%/gflare/Hidden_Planet +%%DATADIR%%/gimp_logo.ppm +%%DATADIR%%/gimp_splash.ppm +%%DATADIR%%/gimpressionist/Brushes/arrow01.pgm +%%DATADIR%%/gimpressionist/Brushes/ball.ppm +%%DATADIR%%/gimpressionist/Brushes/blob.ppm +%%DATADIR%%/gimpressionist/Brushes/box.ppm +%%DATADIR%%/gimpressionist/Brushes/chalk01.pgm +%%DATADIR%%/gimpressionist/Brushes/cone.ppm +%%DATADIR%%/gimpressionist/Brushes/crayon01.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon02.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon03.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon04.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon05.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon06.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon07.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon08.pgm +%%DATADIR%%/gimpressionist/Brushes/defaultbrush.pgm +%%DATADIR%%/gimpressionist/Brushes/dribble.pgm +%%DATADIR%%/gimpressionist/Brushes/fabric.pgm +%%DATADIR%%/gimpressionist/Brushes/fabric01.pgm +%%DATADIR%%/gimpressionist/Brushes/fabric02.pgm +%%DATADIR%%/gimpressionist/Brushes/fabric03.pgm +%%DATADIR%%/gimpressionist/Brushes/flower01.pgm +%%DATADIR%%/gimpressionist/Brushes/flower02.pgm +%%DATADIR%%/gimpressionist/Brushes/flower03.pgm +%%DATADIR%%/gimpressionist/Brushes/flower04.pgm +%%DATADIR%%/gimpressionist/Brushes/grad01.pgm +%%DATADIR%%/gimpressionist/Brushes/grad02.pgm +%%DATADIR%%/gimpressionist/Brushes/grad03.pgm +%%DATADIR%%/gimpressionist/Brushes/heart.ppm +%%DATADIR%%/gimpressionist/Brushes/leaf01.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush01.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush02.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush03.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush04.pgm +%%DATADIR%%/gimpressionist/Brushes/paper01.pgm +%%DATADIR%%/gimpressionist/Brushes/paper02.pgm +%%DATADIR%%/gimpressionist/Brushes/paper03.pgm +%%DATADIR%%/gimpressionist/Brushes/paper04.pgm +%%DATADIR%%/gimpressionist/Brushes/pentagram.pgm +%%DATADIR%%/gimpressionist/Brushes/scribble.pgm +%%DATADIR%%/gimpressionist/Brushes/shape01.pgm +%%DATADIR%%/gimpressionist/Brushes/shape02.pgm +%%DATADIR%%/gimpressionist/Brushes/shape03.pgm +%%DATADIR%%/gimpressionist/Brushes/shape04.pgm +%%DATADIR%%/gimpressionist/Brushes/snow1.pgm +%%DATADIR%%/gimpressionist/Brushes/sphere.ppm +%%DATADIR%%/gimpressionist/Brushes/splat1.pgm +%%DATADIR%%/gimpressionist/Brushes/splat2.pgm +%%DATADIR%%/gimpressionist/Brushes/splat3.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge01.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge02.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge03.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge04.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge05.pgm +%%DATADIR%%/gimpressionist/Brushes/strange01.pgm +%%DATADIR%%/gimpressionist/Brushes/thegimp.pgm +%%DATADIR%%/gimpressionist/Brushes/torus.ppm +%%DATADIR%%/gimpressionist/Brushes/wavy.pgm +%%DATADIR%%/gimpressionist/Brushes/weave.pgm +%%DATADIR%%/gimpressionist/Brushes/worm.pgm +%%DATADIR%%/gimpressionist/Paper/bricks.pgm +%%DATADIR%%/gimpressionist/Paper/bricks2.pgm +%%DATADIR%%/gimpressionist/Paper/burlap.pgm +%%DATADIR%%/gimpressionist/Paper/canvas2.pgm +%%DATADIR%%/gimpressionist/Paper/defaultpaper.pgm +%%DATADIR%%/gimpressionist/Paper/marble.pgm +%%DATADIR%%/gimpressionist/Paper/marble2.pgm +%%DATADIR%%/gimpressionist/Paper/struc.pgm +%%DATADIR%%/gimpressionist/Paper/stone.pgm +%%DATADIR%%/gimpressionist/Presets/ApplyCanvas +%%DATADIR%%/gimpressionist/Presets/Ballpark +%%DATADIR%%/gimpressionist/Presets/Canvas +%%DATADIR%%/gimpressionist/Presets/Crosshatch +%%DATADIR%%/gimpressionist/Presets/Cubism +%%DATADIR%%/gimpressionist/Presets/Dotify +%%DATADIR%%/gimpressionist/Presets/Embroidery +%%DATADIR%%/gimpressionist/Presets/Feathers +%%DATADIR%%/gimpressionist/Presets/Felt-marker +%%DATADIR%%/gimpressionist/Presets/Flowerbed +%%DATADIR%%/gimpressionist/Presets/Furry +%%DATADIR%%/gimpressionist/Presets/Line-art +%%DATADIR%%/gimpressionist/Presets/Line-art-2 +%%DATADIR%%/gimpressionist/Presets/Maggot-invasion +%%DATADIR%%/gimpressionist/Presets/MarbleMadness +%%DATADIR%%/gimpressionist/Presets/Mossy +%%DATADIR%%/gimpressionist/Presets/Painted_Rock +%%DATADIR%%/gimpressionist/Presets/Parquette +%%DATADIR%%/gimpressionist/Presets/Patchwork +%%DATADIR%%/gimpressionist/Presets/Ringworks +%%DATADIR%%/gimpressionist/Presets/Sample +%%DATADIR%%/gimpressionist/Presets/Smash +%%DATADIR%%/gimpressionist/Presets/Straws +%%DATADIR%%/gimpressionist/Presets/Weave +%%DATADIR%%/gimpressionist/Presets/Wormcan +%%DATADIR%%/gradients/Abstract_1 +%%DATADIR%%/gradients/Abstract_2 +%%DATADIR%%/gradients/Abstract_3 +%%DATADIR%%/gradients/Aneurism +%%DATADIR%%/gradients/Blinds +%%DATADIR%%/gradients/Blue_Green +%%DATADIR%%/gradients/Browns +%%DATADIR%%/gradients/Brushed_Aluminium +%%DATADIR%%/gradients/Burning_Paper +%%DATADIR%%/gradients/Burning_Transparency +%%DATADIR%%/gradients/CD +%%DATADIR%%/gradients/CD_Half +%%DATADIR%%/gradients/Caribbean_Blues +%%DATADIR%%/gradients/Coffee +%%DATADIR%%/gradients/Cold_Steel +%%DATADIR%%/gradients/Cold_Steel_2 +%%DATADIR%%/gradients/Crown_molding +%%DATADIR%%/gradients/Danish_flag +%%DATADIR%%/gradients/Dark_1 +%%DATADIR%%/gradients/Deep_Sea +%%DATADIR%%/gradients/Default +%%DATADIR%%/gradients/Flare_Glow_Angular_1 +%%DATADIR%%/gradients/Flare_Glow_Radial_1 +%%DATADIR%%/gradients/Flare_Glow_Radial_2 +%%DATADIR%%/gradients/Flare_Glow_Radial_3 +%%DATADIR%%/gradients/Flare_Glow_Radial_4 +%%DATADIR%%/gradients/Flare_Radial_101 +%%DATADIR%%/gradients/Flare_Radial_102 +%%DATADIR%%/gradients/Flare_Radial_103 +%%DATADIR%%/gradients/Flare_Rays_Radial_1 +%%DATADIR%%/gradients/Flare_Rays_Radial_2 +%%DATADIR%%/gradients/Flare_Rays_Size_1 +%%DATADIR%%/gradients/Flare_Sizefac_101 +%%DATADIR%%/gradients/Four_bars +%%DATADIR%%/gradients/French_flag +%%DATADIR%%/gradients/French_flag_smooth +%%DATADIR%%/gradients/Full_saturation_spectrum_CCW +%%DATADIR%%/gradients/Full_saturation_spectrum_CW +%%DATADIR%%/gradients/German_flag +%%DATADIR%%/gradients/German_flag_smooth +%%DATADIR%%/gradients/Golden +%%DATADIR%%/gradients/Greens +%%DATADIR%%/gradients/Horizon_1 +%%DATADIR%%/gradients/Horizon_2 +%%DATADIR%%/gradients/Incandescent +%%DATADIR%%/gradients/Land_1 +%%DATADIR%%/gradients/Land_and_Sea +%%DATADIR%%/gradients/Metallic_Something +%%DATADIR%%/gradients/Mexican_flag +%%DATADIR%%/gradients/Mexican_flag_smooth +%%DATADIR%%/gradients/Nauseating_Headache +%%DATADIR%%/gradients/Neon_Cyan +%%DATADIR%%/gradients/Neon_Green +%%DATADIR%%/gradients/Neon_Yellow +%%DATADIR%%/gradients/Pastel_Rainbow +%%DATADIR%%/gradients/Pastels +%%DATADIR%%/gradients/Purples +%%DATADIR%%/gradients/Radial_Eyeball_Blue +%%DATADIR%%/gradients/Radial_Eyeball_Brown +%%DATADIR%%/gradients/Radial_Eyeball_Green +%%DATADIR%%/gradients/Radial_Glow_1 +%%DATADIR%%/gradients/Radial_Rainbow_Hoop +%%DATADIR%%/gradients/Romanian_flag +%%DATADIR%%/gradients/Romanian_flag_smooth +%%DATADIR%%/gradients/Rounded_edge +%%DATADIR%%/gradients/Shadows_1 +%%DATADIR%%/gradients/Shadows_2 +%%DATADIR%%/gradients/Shadows_3 +%%DATADIR%%/gradients/Skyline +%%DATADIR%%/gradients/Skyline_polluted +%%DATADIR%%/gradients/Square_Wood_Frame +%%DATADIR%%/gradients/Sunrise +%%DATADIR%%/gradients/Three_bars_sin +%%DATADIR%%/gradients/Tropical_Colors +%%DATADIR%%/gradients/Tube_Red +%%DATADIR%%/gradients/Wood_1 +%%DATADIR%%/gradients/Wood_2 +%%DATADIR%%/gradients/Yellow_Contrast +%%DATADIR%%/gradients/Yellow_Orange +%%DATADIR%%/help/C/bug_submission.html +%%DATADIR%%/help/C/channels/channel_to_selection.html +%%DATADIR%%/help/C/channels/delete_channel.html +@exec mkdir -p %D/%%DATADIR%%/help/C/channels +@exec ln -sf %D/%%DATADIR%%/help/C/dialogs/channels %D/%%DATADIR%%/help/C/channels/dialogs +@unexec rm -f %D/%%DATADIR%%/help/C/channels/dialogs +%%DATADIR%%/help/C/channels/duplicate_channel.html +%%DATADIR%%/help/C/channels/index.html +%%DATADIR%%/help/C/channels/lower_channel.html +%%DATADIR%%/help/C/channels/raise_channel.html +%%DATADIR%%/help/C/command_line.html +%%DATADIR%%/help/C/contents.html +%%DATADIR%%/help/C/dialogs/about.html +%%DATADIR%%/help/C/dialogs/border_selection.html +%%DATADIR%%/help/C/dialogs/brush_editor.html +%%DATADIR%%/help/C/dialogs/brush_selection.html +%%DATADIR%%/help/C/dialogs/channels/channels.html +%%DATADIR%%/help/C/dialogs/channels/edit_channel_attributes.html +%%DATADIR%%/help/C/dialogs/channels/new_channel.html +%%DATADIR%%/help/C/dialogs/color_selectors/built_in.html +%%DATADIR%%/help/C/dialogs/color_selectors/gtk.html +%%DATADIR%%/help/C/dialogs/color_selectors/triangle.html +%%DATADIR%%/help/C/dialogs/color_selectors/watercolor.html +%%DATADIR%%/help/C/dialogs/confirm_save.html +%%DATADIR%%/help/C/dialogs/convert_to_indexed.html +%%DATADIR%%/help/C/dialogs/copy_named.html +%%DATADIR%%/help/C/dialogs/cut_named.html +%%DATADIR%%/help/C/dialogs/device_status.html +%%DATADIR%%/help/C/dialogs/document_index.html +%%DATADIR%%/help/C/dialogs/edit_qmask_attributes.html +%%DATADIR%%/help/C/dialogs/error_console.html +%%DATADIR%%/help/C/dialogs/export_file.html +%%DATADIR%%/help/C/dialogs/feather_selection.html +%%DATADIR%%/help/C/dialogs/file_new.html +%%DATADIR%%/help/C/dialogs/file_open.html +%%DATADIR%%/help/C/dialogs/file_save.html +%%DATADIR%%/help/C/dialogs/gradient_editor/copy_gradient.html +%%DATADIR%%/help/C/dialogs/gradient_editor/delete_gradient.html +%%DATADIR%%/help/C/dialogs/gradient_editor/gradient_editor.html +%%DATADIR%%/help/C/dialogs/gradient_editor/new_gradient.html +%%DATADIR%%/help/C/dialogs/gradient_editor/rename_gradient.html +%%DATADIR%%/help/C/dialogs/gradient_editor/replicate_segment.html +%%DATADIR%%/help/C/dialogs/gradient_editor/save_as_povray.html +%%DATADIR%%/help/C/dialogs/gradient_editor/split_segments_uniformly.html +%%DATADIR%%/help/C/dialogs/gradient_selection.html +%%DATADIR%%/help/C/dialogs/grow_selection.html +%%DATADIR%%/help/C/dialogs/help.html +%%DATADIR%%/help/C/dialogs/index.html +%%DATADIR%%/help/C/dialogs/indexed_palette.html +%%DATADIR%%/help/C/dialogs/info_window.html +%%DATADIR%%/help/C/dialogs/input_devices.html +%%DATADIR%%/help/C/dialogs/layers/add_layer_mask.html +%%DATADIR%%/help/C/dialogs/layers/edit_layer_attributes.html +%%DATADIR%%/help/C/dialogs/layers/layer_boundary_size.html +%%DATADIR%%/help/C/dialogs/layers/layers.html +%%DATADIR%%/help/C/dialogs/layers/merge_visible_layers.html +%%DATADIR%%/help/C/dialogs/layers/new_layer.html +%%DATADIR%%/help/C/dialogs/layers/scale_layer.html +%%DATADIR%%/help/C/dialogs/layers_and_channels.html +%%DATADIR%%/help/C/dialogs/module_browser.html +%%DATADIR%%/help/C/dialogs/navigation_window.html +%%DATADIR%%/help/C/dialogs/offset.html +%%DATADIR%%/help/C/dialogs/palette_editor/delete_palette.html +%%DATADIR%%/help/C/dialogs/palette_editor/import_palette.html +%%DATADIR%%/help/C/dialogs/palette_editor/merge_palette.html +%%DATADIR%%/help/C/dialogs/palette_editor/new_palette.html +%%DATADIR%%/help/C/dialogs/palette_editor/palette_editor.html +%%DATADIR%%/help/C/dialogs/palette_selection.html +%%DATADIR%%/help/C/dialogs/paste_named.html +%%DATADIR%%/help/C/dialogs/paths/edit_path_attributes.html +%%DATADIR%%/help/C/dialogs/paths/export_path.html +%%DATADIR%%/help/C/dialogs/paths/import_path.html +%%DATADIR%%/help/C/dialogs/paths/paths.html +%%DATADIR%%/help/C/dialogs/pattern_selection.html +%%DATADIR%%/help/C/dialogs/preferences/directories.html +%%DATADIR%%/help/C/dialogs/preferences/display.html +%%DATADIR%%/help/C/dialogs/preferences/environment.html +%%DATADIR%%/help/C/dialogs/preferences/interface.html +%%DATADIR%%/help/C/dialogs/preferences/monitor.html +%%DATADIR%%/help/C/dialogs/preferences/new_file.html +%%DATADIR%%/help/C/dialogs/preferences/preferences.html +%%DATADIR%%/help/C/dialogs/preferences/session.html +%%DATADIR%%/help/C/dialogs/really_close.html +%%DATADIR%%/help/C/dialogs/really_quit.html +%%DATADIR%%/help/C/dialogs/scale_image.html +%%DATADIR%%/help/C/dialogs/scale_layer_warn.html +%%DATADIR%%/help/C/dialogs/set_canvas_size.html +%%DATADIR%%/help/C/dialogs/shrink_selection.html +%%DATADIR%%/help/C/dialogs/tip_of_the_day.html +%%DATADIR%%/help/C/dialogs/tool_options.html +%%DATADIR%%/help/C/dialogs/undo_history.html +%%DATADIR%%/help/C/file/close.html +@exec mkdir -p %D/%%DATADIR%%/help/C/file +@exec ln -sf %D/%%DATADIR%%/help/C/dialogs %D/%%DATADIR%%/help/C/file/dialogs +@unexec rm -f %D/%%DATADIR%%/help/C/file/dialogs +@exec ln -sf %D/%%DATADIR%%/help/C/filters %D/%%DATADIR%%/help/C/file/filters +@unexec rm -f %D/%%DATADIR%%/help/C/file/filters +%%DATADIR%%/help/C/file/index.html +%%DATADIR%%/help/C/file/last_opened.html +@exec ln -sf %D/%%DATADIR%%/help/C/open %D/%%DATADIR%%/help/C/file/open +@unexec rm -f %D/%%DATADIR%%/help/C/file/open +%%DATADIR%%/help/C/file/revert.html +%%DATADIR%%/help/C/file/quit.html +@exec ln -sf %D/%%DATADIR%%/help/C/save %D/%%DATADIR%%/help/C/file/save +@unexec rm -f %D/%%DATADIR%%/help/C/file/save +%%DATADIR%%/help/C/file_formats.html +%%DATADIR%%/help/C/filters/alienmap.html +%%DATADIR%%/help/C/filters/alienmap2.html +%%DATADIR%%/help/C/filters/align_layers.html +%%DATADIR%%/help/C/filters/animate_cells.html +%%DATADIR%%/help/C/filters/animationplay.html +%%DATADIR%%/help/C/filters/animoptimize.html +%%DATADIR%%/help/C/filters/apply_lens.html +%%DATADIR%%/help/C/filters/applycanvas.html +%%DATADIR%%/help/C/filters/autocrop.html +%%DATADIR%%/help/C/filters/autostretch_hsv.html +%%DATADIR%%/help/C/filters/blended2.html +%%DATADIR%%/help/C/filters/blinds.html +%%DATADIR%%/help/C/filters/blur.html +%%DATADIR%%/help/C/filters/blowinout.html +%%DATADIR%%/help/C/filters/border.html +%%DATADIR%%/help/C/filters/borderaverage.html +%%DATADIR%%/help/C/filters/bumpmap.html +%%DATADIR%%/help/C/filters/burst.html +%%DATADIR%%/help/C/filters/bz2.html +%%DATADIR%%/help/C/filters/c_astretch.html +%%DATADIR%%/help/C/filters/centerguide.html +%%DATADIR%%/help/C/filters/checkerboard.html +%%DATADIR%%/help/C/filters/cml_explorer.html +%%DATADIR%%/help/C/filters/color_enhance.html +%%DATADIR%%/help/C/filters/colorify.html +%%DATADIR%%/help/C/filters/colortoalpha.html +%%DATADIR%%/help/C/filters/convmatrix.html +%%DATADIR%%/help/C/filters/compose.html +%%DATADIR%%/help/C/filters/cubism.html +%%DATADIR%%/help/C/filters/curve_bend.html +%%DATADIR%%/help/C/filters/decompose.html +%%DATADIR%%/help/C/filters/deinterlace.html +%%DATADIR%%/help/C/filters/depthmerge.html +%%DATADIR%%/help/C/filters/despeckle.html +%%DATADIR%%/help/C/filters/destripe.html +%%DATADIR%%/help/C/filters/diffraction.html +%%DATADIR%%/help/C/filters/displace.html +%%DATADIR%%/help/C/filters/ditherize.html +%%DATADIR%%/help/C/filters/dust.html +%%DATADIR%%/help/C/filters/edge.html +%%DATADIR%%/help/C/filters/emboss.html +%%DATADIR%%/help/C/filters/engrave.html +%%DATADIR%%/help/C/filters/exchange.html +%%DATADIR%%/help/C/filters/fade-alpha.html +%%DATADIR%%/help/C/filters/film.html +%%DATADIR%%/help/C/filters/fire.html +%%DATADIR%%/help/C/filters/fit-text.html +%%DATADIR%%/help/C/filters/fits.html +%%DATADIR%%/help/C/filters/flame.html +%%DATADIR%%/help/C/filters/flarefx.html +%%DATADIR%%/help/C/filters/fractalexplorer.html +%%DATADIR%%/help/C/filters/fractaltrace.html +%%DATADIR%%/help/C/filters/fp.html +%%DATADIR%%/help/C/filters/frame_filter.html +%%DATADIR%%/help/C/filters/gap_filter.html +%%DATADIR%%/help/C/filters/gap_frontends.html +%%DATADIR%%/help/C/filters/gap_navigator_dialog.html +%%DATADIR%%/help/C/filters/gap_plugins.html +%%DATADIR%%/help/C/filters/gauss_iir.html +%%DATADIR%%/help/C/filters/gauss_rle.html +%%DATADIR%%/help/C/filters/gee_zoom.html +%%DATADIR%%/help/C/filters/gdyntext.html +%%DATADIR%%/help/C/filters/gfig.html +%%DATADIR%%/help/C/filters/gflare.html +%%DATADIR%%/help/C/filters/gih.html +%%DATADIR%%/help/C/filters/gimpressionist.html +%%DATADIR%%/help/C/filters/glasstile.html +%%DATADIR%%/help/C/filters/glowing_steel.html +%%DATADIR%%/help/C/filters/gouge.html +%%DATADIR%%/help/C/filters/gradmap.html +%%DATADIR%%/help/C/filters/grid.html +%%DATADIR%%/help/C/filters/gqbist.html +%%DATADIR%%/help/C/filters/gtm.html +%%DATADIR%%/help/C/filters/guide_remove.html +%%DATADIR%%/help/C/filters/guidegrid.html +%%DATADIR%%/help/C/filters/guides_to_selection.html +%%DATADIR%%/help/C/filters/guillotine.html +%%DATADIR%%/help/C/filters/gz.html +%%DATADIR%%/help/C/filters/hot.html +%%DATADIR%%/help/C/filters/hrz.html +%%DATADIR%%/help/C/filters/ifscompose.html +%%DATADIR%%/help/C/filters/illusion.html +%%DATADIR%%/help/C/filters/image_tile.html +%%DATADIR%%/help/C/filters/imagemap.html +%%DATADIR%%/help/C/filters/iwarp.html +%%DATADIR%%/help/C/filters/index.html +%%DATADIR%%/help/C/filters/jigsaw.html +%%DATADIR%%/help/C/filters/jpeg.html +%%DATADIR%%/help/C/filters/laplace.html +%%DATADIR%%/help/C/filters/layerfuncs.html +%%DATADIR%%/help/C/filters/lic.html +%%DATADIR%%/help/C/filters/lighting.html +%%DATADIR%%/help/C/filters/logulator.html +%%DATADIR%%/help/C/filters/mail.html +%%DATADIR%%/help/C/filters/map_to_gradient.html +%%DATADIR%%/help/C/filters/mapcolor.html +%%DATADIR%%/help/C/filters/mapobject.html +%%DATADIR%%/help/C/filters/max_rgb.html +%%DATADIR%%/help/C/filters/maze.html +%%DATADIR%%/help/C/filters/mblur.html +%%DATADIR%%/help/C/filters/miff.html +%%DATADIR%%/help/C/filters/mirrorsplit.html +%%DATADIR%%/help/C/filters/mosaic.html +%%DATADIR%%/help/C/filters/newsprint.html +%%DATADIR%%/help/C/filters/nlfilt.html +%%DATADIR%%/help/C/filters/nova.html +%%DATADIR%%/help/C/filters/noisify.html +%%DATADIR%%/help/C/filters/none.html +%%DATADIR%%/help/C/filters/normalize.html +%%DATADIR%%/help/C/filters/oilify.html +%%DATADIR%%/help/C/filters/pagecurl.html +%%DATADIR%%/help/C/filters/papertile.html +%%DATADIR%%/help/C/filters/pat.html +%%DATADIR%%/help/C/filters/perlotine.html +%%DATADIR%%/help/C/filters/pixelmap.html +%%DATADIR%%/help/C/filters/pixelize.html +%%DATADIR%%/help/C/filters/plasma.html +%%DATADIR%%/help/C/filters/polar.html +%%DATADIR%%/help/C/filters/prep4gif.html +%%DATADIR%%/help/C/filters/png.html +%%DATADIR%%/help/C/filters/pnm.html +%%DATADIR%%/help/C/filters/print.html +%%DATADIR%%/help/C/filters/psd.html +%%DATADIR%%/help/C/filters/psp.html +%%DATADIR%%/help/C/filters/randomblends.html +%%DATADIR%%/help/C/filters/randomize.html +%%DATADIR%%/help/C/filters/rcm.html +%%DATADIR%%/help/C/filters/repdup.html +%%DATADIR%%/help/C/filters/repeat_last.html +%%DATADIR%%/help/C/filters/reshow_last.html +%%DATADIR%%/help/C/filters/resynth.html +%%DATADIR%%/help/C/filters/ripple.html +%%DATADIR%%/help/C/filters/rotate.html +%%DATADIR%%/help/C/filters/roundsel.html +%%DATADIR%%/help/C/filters/sample_colorize.html +%%DATADIR%%/help/C/filters/scatter_hsv.html +%%DATADIR%%/help/C/filters/scratches.html +%%DATADIR%%/help/C/filters/sel2path.html +%%DATADIR%%/help/C/filters/sel_gauss.html +%%DATADIR%%/help/C/filters/semiflatten.html +%%DATADIR%%/help/C/filters/sharpen.html +%%DATADIR%%/help/C/filters/shift.html +%%DATADIR%%/help/C/filters/sgi.html +%%DATADIR%%/help/C/filters/sinus.html +%%DATADIR%%/help/C/filters/smooth_palette.html +%%DATADIR%%/help/C/filters/snoise.html +%%DATADIR%%/help/C/filters/sobel.html +%%DATADIR%%/help/C/filters/sparkle.html +%%DATADIR%%/help/C/filters/spread.html +%%DATADIR%%/help/C/filters/stampify.html +%%DATADIR%%/help/C/filters/struc.html +%%DATADIR%%/help/C/filters/sunras.html +%%DATADIR%%/help/C/filters/terral_text.html +%%DATADIR%%/help/C/filters/tex-to-float.html +%%DATADIR%%/help/C/filters/tga.html +%%DATADIR%%/help/C/filters/threshold_alpha.html +%%DATADIR%%/help/C/filters/tiff.html +%%DATADIR%%/help/C/filters/tile.html +%%DATADIR%%/help/C/filters/tileit.html +%%DATADIR%%/help/C/filters/tiler.html +%%DATADIR%%/help/C/filters/tileable_blur.html +%%DATADIR%%/help/C/filters/translogo.html +%%DATADIR%%/help/C/filters/unsharp.html +%%DATADIR%%/help/C/filters/url.html +%%DATADIR%%/help/C/filters/video.html +%%DATADIR%%/help/C/filters/vinvert.html +%%DATADIR%%/help/C/filters/vpropagate.html +%%DATADIR%%/help/C/filters/warp-sharp.html +%%DATADIR%%/help/C/filters/warp.html +%%DATADIR%%/help/C/filters/waves.html +%%DATADIR%%/help/C/filters/webify.html +%%DATADIR%%/help/C/filters/whirlpinch.html +%%DATADIR%%/help/C/filters/wind.html +%%DATADIR%%/help/C/filters/windify.html +%%DATADIR%%/help/C/filters/wmf.html +%%DATADIR%%/help/C/filters/xachlego.html +%%DATADIR%%/help/C/filters/xachshadow.html +%%DATADIR%%/help/C/filters/xachvision.html +%%DATADIR%%/help/C/filters/xwd.html +%%DATADIR%%/help/C/filters/zealouscrop.html +%%DATADIR%%/help/C/gimp_license.html +%%DATADIR%%/help/C/gimp_remote.html +%%DATADIR%%/help/C/gimptool.html +%%DATADIR%%/help/C/glossary.html +@exec mkdir -p %D/%%DATADIR%%/help/C/image +@exec ln -sf %D/%%DATADIR%%/help/C/dialogs %D/%%DATADIR%%/help/C/image/dialogs +@unexec rm -f %D/%%DATADIR%%/help/C/image/dialogs +%%DATADIR%%/help/C/image/edit/clear.html +%%DATADIR%%/help/C/image/edit/copy.html +%%DATADIR%%/help/C/image/edit/cut.html +@exec mkdir -p %D/%%DATADIR%%/help/C/image/edit +@exec ln -sf %D/%%DATADIR%%/help/C/dialogs %D/%%DATADIR%%/help/C/image/edit/dialogs +@unexec rm -f %D/%%DATADIR%%/help/C/image/edit/dialogs +%%DATADIR%%/help/C/image/edit/fill.html +%%DATADIR%%/help/C/image/edit/paste.html +%%DATADIR%%/help/C/image/edit/paste_as_new.html +%%DATADIR%%/help/C/image/edit/paste_into.html +%%DATADIR%%/help/C/image/edit/redo.html +%%DATADIR%%/help/C/image/edit/stroke.html +%%DATADIR%%/help/C/image/edit/undo.html +@exec ln -sf %D/%%DATADIR%%/help/C/file %D/%%DATADIR%%/help/C/image/file +@unexec rm -f %D/%%DATADIR%%/help/C/image/file +@exec ln -sf %D/%%DATADIR%%/help/C/filters %D/%%DATADIR%%/help/C/image/filters +@unexec rm -f %D/%%DATADIR%%/help/C/image/filters +%%DATADIR%%/help/C/image/image/colors/auto/equalize.html +%%DATADIR%%/help/C/image/image/colors/desaturate.html +%%DATADIR%%/help/C/image/image/colors/invert.html +@exec mkdir -p %D/%%DATADIR%%/help/C/image/image +@exec ln -sf %D/%%DATADIR%%/help/C/dialogs %D/%%DATADIR%%/help/C/image/image/dialogs +@unexec rm -f %D/%%DATADIR%%/help/C/image/image/dialogs +%%DATADIR%%/help/C/image/image/duplicate.html +%%DATADIR%%/help/C/image/image/mode/convert_to_grayscale.html +%%DATADIR%%/help/C/image/image/mode/convert_to_rgb.html +@exec mkdir -p %D/%%DATADIR%%/help/C/image/image/mode +@exec ln -sf %D/%%DATADIR%%/help/C/dialogs %D/%%DATADIR%%/help/C/image/image/mode/dialogs +@unexec rm -f %D/%%DATADIR%%/help/C/image/image/mode/dialogs +@exec mkdir -p %D/%%DATADIR%%/help/C/image/image/transforms +@exec ln -sf %D/%%DATADIR%%/help/C/dialogs %D/%%DATADIR%%/help/C/image/image/transforms/dialogs +@unexec rm -f %D/%%DATADIR%%/help/C/image/image/transforms/dialogs +%%DATADIR%%/help/C/image/image_window.html +%%DATADIR%%/help/C/image/index.html +@exec ln -sf %D/%%DATADIR%%/help/C/layers %D/%%DATADIR%%/help/C/image/layers +@unexec rm -f %D/%%DATADIR%%/help/C/image/layers +%%DATADIR%%/help/C/image/select/all.html +@exec mkdir -p %D/%%DATADIR%%/help/C/image/select +@exec ln -sf %D/%%DATADIR%%/help/C/dialogs %D/%%DATADIR%%/help/C/image/select/dialogs +@unexec rm -f %D/%%DATADIR%%/help/C/image/select/dialogs +%%DATADIR%%/help/C/image/select/float.html +%%DATADIR%%/help/C/image/select/invert.html +%%DATADIR%%/help/C/image/select/none.html +%%DATADIR%%/help/C/image/select/save_to_channel.html +%%DATADIR%%/help/C/image/select/sharpen.html +@exec ln -sf %D/%%DATADIR%%/help/C/toolbox %D/%%DATADIR%%/help/C/image/toolbox +@unexec rm -f %D/%%DATADIR%%/help/C/image/toolbox +@exec ln -sf %D/%%DATADIR%%/help/C/tools %D/%%DATADIR%%/help/C/image/tools +@unexec rm -f %D/%%DATADIR%%/help/C/image/tools +@exec mkdir -p %D/%%DATADIR%%/help/C/image/view +@exec ln -sf %D/%%DATADIR%%/help/C/dialogs %D/%%DATADIR%%/help/C/image/view/dialogs +@unexec rm -f %D/%%DATADIR%%/help/C/image/view/dialogs +%%DATADIR%%/help/C/image/view/dot_for_dot.html +%%DATADIR%%/help/C/image/view/new_view.html +%%DATADIR%%/help/C/image/view/shrink_wrap.html +%%DATADIR%%/help/C/image/view/snap_to_guides.html +%%DATADIR%%/help/C/image/view/toggle_guides.html +%%DATADIR%%/help/C/image/view/toggle_rulers.html +%%DATADIR%%/help/C/image/view/toggle_selection.html +%%DATADIR%%/help/C/image/view/toggle_statusbar.html +%%DATADIR%%/help/C/image/view/zoom.html +%%DATADIR%%/help/C/images/add_point.png +%%DATADIR%%/help/C/images/anchor_layer.png +%%DATADIR%%/help/C/images/channel_to_selection.png +%%DATADIR%%/help/C/images/delete_channel.png +%%DATADIR%%/help/C/images/delete_directory.png +%%DATADIR%%/help/C/images/delete_layer.png +%%DATADIR%%/help/C/images/delete_path.png +%%DATADIR%%/help/C/images/dotted_square.png +%%DATADIR%%/help/C/images/duplicate_channel.png +%%DATADIR%%/help/C/images/duplicate_layer.png +%%DATADIR%%/help/C/images/duplicate_path.png +%%DATADIR%%/help/C/images/edit_point.png +%%DATADIR%%/help/C/images/eye.png +%%DATADIR%%/help/C/images/examples/border-selection-01.png +%%DATADIR%%/help/C/images/examples/border-selection-02.png +%%DATADIR%%/help/C/images/glossary/modes-addition.png +%%DATADIR%%/help/C/images/glossary/modes-color.png +%%DATADIR%%/help/C/images/glossary/modes-darken.png +%%DATADIR%%/help/C/images/glossary/modes-difference.png +%%DATADIR%%/help/C/images/glossary/modes-dissolve.png +%%DATADIR%%/help/C/images/glossary/modes-divide.png +%%DATADIR%%/help/C/images/glossary/modes-hue.png +%%DATADIR%%/help/C/images/glossary/modes-lighten.png +%%DATADIR%%/help/C/images/glossary/modes-multiply.png +%%DATADIR%%/help/C/images/glossary/modes-normal.png +%%DATADIR%%/help/C/images/glossary/modes-normal2.png +%%DATADIR%%/help/C/images/glossary/modes-overlay.png +%%DATADIR%%/help/C/images/glossary/modes-saturation.png +%%DATADIR%%/help/C/images/glossary/modes-screen.png +%%DATADIR%%/help/C/images/glossary/modes-subtract.png +%%DATADIR%%/help/C/images/glossary/modes-value.png +%%DATADIR%%/help/C/images/geezoom.png +%%DATADIR%%/help/C/images/image_menu.png +%%DATADIR%%/help/C/images/image_window.png +%%DATADIR%%/help/C/images/layers_dialog.png +%%DATADIR%%/help/C/images/layers_example.png +%%DATADIR%%/help/C/images/layers_menu.png +%%DATADIR%%/help/C/images/layers_overview.png +%%DATADIR%%/help/C/images/lower_channel.png +%%DATADIR%%/help/C/images/lower_directory.png +%%DATADIR%%/help/C/images/lower_layer.png +%%DATADIR%%/help/C/images/new_channel.png +%%DATADIR%%/help/C/images/new_directory.png +%%DATADIR%%/help/C/images/new_path.png +%%DATADIR%%/help/C/images/new_point.png +%%DATADIR%%/help/C/images/path_to_selection.png +%%DATADIR%%/help/C/images/preview_box.png +%%DATADIR%%/help/C/images/print_color.png +%%DATADIR%%/help/C/images/print_main.png +%%DATADIR%%/help/C/images/print_setup.png +%%DATADIR%%/help/C/images/raise_channel.png +%%DATADIR%%/help/C/images/raise_directory.png +%%DATADIR%%/help/C/images/raise_layer.png +%%DATADIR%%/help/C/images/red_square.png +%%DATADIR%%/help/C/images/remove_point.png +%%DATADIR%%/help/C/images/selection_to_path.png +%%DATADIR%%/help/C/images/stroke_path.png +%%DATADIR%%/help/C/images/tool_options.png +%%DATADIR%%/help/C/images/toolbox.png +%%DATADIR%%/help/C/images/tools/tool-opt-increment.png +%%DATADIR%%/help/C/images/tools/tool-opt-nonincrement.png +%%DATADIR%%/help/C/images/tools/tool_airbrush.png +%%DATADIR%%/help/C/images/tools/tool_apartheid.png +%%DATADIR%%/help/C/images/tools/tool_bezier.png +%%DATADIR%%/help/C/images/tools/tool_blend.png +%%DATADIR%%/help/C/images/tools/tool_burndodge.png +%%DATADIR%%/help/C/images/tools/tool_convolver.png +%%DATADIR%%/help/C/images/tools/tool_crop.png +%%DATADIR%%/help/C/images/tools/tool_dodgeburn.png +%%DATADIR%%/help/C/images/tools/tool_ellipse_sel.png +%%DATADIR%%/help/C/images/tools/tool_eraser.png +%%DATADIR%%/help/C/images/tools/tool_fill.png +%%DATADIR%%/help/C/images/tools/tool_flip.png +%%DATADIR%%/help/C/images/tools/tool_free_sel.png +%%DATADIR%%/help/C/images/tools/tool_fuzzy_sel.png +%%DATADIR%%/help/C/images/tools/tool_gradient.png +%%DATADIR%%/help/C/images/tools/tool_ink.png +%%DATADIR%%/help/C/images/tools/tool_measure.png +%%DATADIR%%/help/C/images/tools/tool_move.png +%%DATADIR%%/help/C/images/tools/tool_paintbrush.png +%%DATADIR%%/help/C/images/tools/tool_pencil.png +%%DATADIR%%/help/C/images/tools/tool_picker.png +%%DATADIR%%/help/C/images/tools/tool_rect_sel.png +%%DATADIR%%/help/C/images/tools/tool_scissors.png +%%DATADIR%%/help/C/images/tools/tool_smudge.png +%%DATADIR%%/help/C/images/tools/tool_smuge.png +%%DATADIR%%/help/C/images/tools/tool_text.png +%%DATADIR%%/help/C/images/tools/tool_transform.png +%%DATADIR%%/help/C/images/tools/tool_zoom.png +%%DATADIR%%/help/C/images/triangle.png +%%DATADIR%%/help/C/images/wilber.png +%%DATADIR%%/help/C/index.html +%%DATADIR%%/help/C/introduction.html +%%DATADIR%%/help/C/keyboard_shortcuts.html +%%DATADIR%%/help/C/layers/add_alpha_channel.html +%%DATADIR%%/help/C/layers/alpha_to_selection.html +%%DATADIR%%/help/C/layers/anchor_layer.html +%%DATADIR%%/help/C/layers/apply_mask.html +@exec mkdir -p %D/%%DATADIR%%/help/C/layers +@exec ln -sf %D/%%DATADIR%%/help/C/dialogs/layers %D/%%DATADIR%%/help/C/layers/dialogs +@unexec rm -f %D/%%DATADIR%%/help/C/layers/dialogs +%%DATADIR%%/help/C/layers/delete_layer.html +%%DATADIR%%/help/C/layers/delete_mask.html +%%DATADIR%%/help/C/layers/duplicate_layer.html +%%DATADIR%%/help/C/layers/flatten_image.html +%%DATADIR%%/help/C/layers/index.html +%%DATADIR%%/help/C/layers/layer_to_image_size.html +%%DATADIR%%/help/C/layers/mask_to_selection.html +%%DATADIR%%/help/C/layers/merge_down.html +%%DATADIR%%/help/C/layers/stack/stack.html +%%DATADIR%%/help/C/layers/using_layers.html +%%DATADIR%%/help/C/ln7.html +%%DATADIR%%/help/C/main_interface.html +@exec mkdir -p %D/%%DATADIR%%/help/C/open +@exec ln -sf %D/%%DATADIR%%/help/C/dialogs %D/%%DATADIR%%/help/C/open/dialogs +@unexec rm -f %D/%%DATADIR%%/help/C/open/dialogs +@exec ln -sf %D/%%DATADIR%%/help/C/filters %D/%%DATADIR%%/help/C/open/filters +@unexec rm -f %D/%%DATADIR%%/help/C/open/filters +%%DATADIR%%/help/C/open/index.html +%%DATADIR%%/help/C/open/open_by_extension.html +%%DATADIR%%/help/C/paths/copy_path.html +%%DATADIR%%/help/C/paths/delete_path.html +@exec mkdir -p %D/%%DATADIR%%/help/C/paths +@exec ln -sf %D/%%DATADIR%%/help/C/dialogs %D/%%DATADIR%%/help/C/paths/dialogs +@unexec rm -f %D/%%DATADIR%%/help/C/paths/dialogs +%%DATADIR%%/help/C/paths/duplicate_path.html +@exec ln -sf %D/%%DATADIR%%/help/C/filters %D/%%DATADIR%%/help/C/paths/filters +@unexec rm -f %D/%%DATADIR%%/help/C/paths/filters +%%DATADIR%%/help/C/paths/index.html +%%DATADIR%%/help/C/paths/new_path.html +%%DATADIR%%/help/C/paths/paste_path.html +%%DATADIR%%/help/C/paths/path_to_selection.html +%%DATADIR%%/help/C/paths/stroke_path.html +@exec mkdir -p %D/%%DATADIR%%/help/C/save +@exec ln -sf %D/%%DATADIR%%/help/C/dialogs %D/%%DATADIR%%/help/C/save/dialogs +@unexec rm -f %D/%%DATADIR%%/help/C/save/dialogs +@exec ln -sf %D/%%DATADIR%%/help/C/filters %D/%%DATADIR%%/help/C/save/filters +@unexec rm -f %D/%%DATADIR%%/help/C/save/filters +%%DATADIR%%/help/C/save/index.html +%%DATADIR%%/help/C/save/save_by_extension.html +@exec mkdir -p %D/%%DATADIR%%/help/C/toolbox +@exec ln -sf %D/%%DATADIR%%/help/C/dialogs %D/%%DATADIR%%/help/C/toolbox/dialogs +@unexec rm -f %D/%%DATADIR%%/help/C/toolbox/dialogs +@exec ln -sf %D/%%DATADIR%%/help/C/file %D/%%DATADIR%%/help/C/toolbox/file +@unexec rm -f %D/%%DATADIR%%/help/C/toolbox/file +@exec ln -sf %D/%%DATADIR%%/help/C/filters %D/%%DATADIR%%/help/C/toolbox/filters +@unexec rm -f %D/%%DATADIR%%/help/C/toolbox/filters +%%DATADIR%%/help/C/toolbox/help/context_help.html +@exec mkdir -p %D/%%DATADIR%%/help/C/toolbox/help +@exec ln -sf %D/%%DATADIR%%/help/C/dialogs %D/%%DATADIR%%/help/C/toolbox/help/dialogs +@unexec rm -f %D/%%DATADIR%%/help/C/toolbox/help/dialogs +@exec ln -sf %D/%%DATADIR%%/help/C/filters %D/%%DATADIR%%/help/C/toolbox/help/filters +@unexec rm -f %D/%%DATADIR%%/help/C/toolbox/help/filters +%%DATADIR%%/help/C/stylesheet-images/note.gif +%%DATADIR%%/help/C/stylesheet-images/tip.gif +%%DATADIR%%/help/C/stylesheet-images/warning.gif +%%DATADIR%%/help/C/toolbox/index.html +%%DATADIR%%/help/C/toolbox/toolbox.html +%%DATADIR%%/help/C/tools/airbrush.html +%%DATADIR%%/help/C/tools/bezier_select.html +%%DATADIR%%/help/C/tools/blend.html +%%DATADIR%%/help/C/tools/brightness_contrast.html +%%DATADIR%%/help/C/tools/bucket_fill.html +%%DATADIR%%/help/C/tools/by_color_select.html +%%DATADIR%%/help/C/tools/clone.html +%%DATADIR%%/help/C/tools/color_balance.html +%%DATADIR%%/help/C/tools/color_picker.html +%%DATADIR%%/help/C/tools/convolve.html +%%DATADIR%%/help/C/tools/crop.html +%%DATADIR%%/help/C/tools/curves.html +%%DATADIR%%/help/C/tools/dodgeburn.html +%%DATADIR%%/help/C/tools/ellipse_select.html +%%DATADIR%%/help/C/tools/eraser.html +%%DATADIR%%/help/C/tools/flip.html +%%DATADIR%%/help/C/tools/free_select.html +%%DATADIR%%/help/C/tools/fuzzy_select.html +%%DATADIR%%/help/C/tools/histogram.html +%%DATADIR%%/help/C/tools/hue_saturation.html +%%DATADIR%%/help/C/tools/index.html +%%DATADIR%%/help/C/tools/ink.html +%%DATADIR%%/help/C/tools/intelligent_scissors.html +%%DATADIR%%/help/C/tools/levels.html +%%DATADIR%%/help/C/tools/magnify.html +%%DATADIR%%/help/C/tools/measure.html +%%DATADIR%%/help/C/tools/move.html +%%DATADIR%%/help/C/tools/paintbrush.html +%%DATADIR%%/help/C/tools/pencil.html +%%DATADIR%%/help/C/tools/posterize.html +%%DATADIR%%/help/C/tools/rect_select.html +%%DATADIR%%/help/C/tools/smudge.html +%%DATADIR%%/help/C/tools/text.html +%%DATADIR%%/help/C/tools/threshold.html +%%DATADIR%%/help/C/tools/transform.html +%%DATADIR%%/help/C/using_gimp.html +%%DATADIR%%/help/C/why_gimp.html +%%DATADIR%%/palettes/Bears +%%DATADIR%%/palettes/Bgold +%%DATADIR%%/palettes/Blues +%%DATADIR%%/palettes/Borders +%%DATADIR%%/palettes/Browns_And_Yellows +%%DATADIR%%/palettes/Caramel +%%DATADIR%%/palettes/Cascade +%%DATADIR%%/palettes/China +%%DATADIR%%/palettes/Coldfire +%%DATADIR%%/palettes/Cool_Colors +%%DATADIR%%/palettes/Cranes +%%DATADIR%%/palettes/Dark_pastels +%%DATADIR%%/palettes/Default +%%DATADIR%%/palettes/Ega +%%DATADIR%%/palettes/Firecode +%%DATADIR%%/palettes/Gold +%%DATADIR%%/palettes/GrayViolet +%%DATADIR%%/palettes/Grayblue +%%DATADIR%%/palettes/Grays +%%DATADIR%%/palettes/Greens +%%DATADIR%%/palettes/Hilite +%%DATADIR%%/palettes/Kahki +%%DATADIR%%/palettes/Lights +%%DATADIR%%/palettes/Muted +%%DATADIR%%/palettes/Named_Colors +%%DATADIR%%/palettes/News3 +%%DATADIR%%/palettes/Op2 +%%DATADIR%%/palettes/Paintjet +%%DATADIR%%/palettes/Pastels +%%DATADIR%%/palettes/Plasma +%%DATADIR%%/palettes/Reds +%%DATADIR%%/palettes/Reds_And_Purples +%%DATADIR%%/palettes/Royal +%%DATADIR%%/palettes/Topographic +%%DATADIR%%/palettes/Visibone +%%DATADIR%%/palettes/Visibone2 +%%DATADIR%%/palettes/Volcano +%%DATADIR%%/palettes/Warm_Colors +%%DATADIR%%/palettes/Web +%%DATADIR%%/patterns/3dgreen.pat +%%DATADIR%%/patterns/Craters.pat +%%DATADIR%%/patterns/Moonfoot.pat +%%DATADIR%%/patterns/amethyst.pat +%%DATADIR%%/patterns/bark.pat +%%DATADIR%%/patterns/blue.pat +%%DATADIR%%/patterns/bluegrid.pat +%%DATADIR%%/patterns/bluesquares.pat +%%DATADIR%%/patterns/blueweb.pat +%%DATADIR%%/patterns/brick.pat +%%DATADIR%%/patterns/burlap.pat +%%DATADIR%%/patterns/burlwood.pat +%%DATADIR%%/patterns/choc_swirl.pat +%%DATADIR%%/patterns/corkboard.pat +%%DATADIR%%/patterns/cracked.pat +%%DATADIR%%/patterns/crinklepaper.pat +%%DATADIR%%/patterns/electric.pat +%%DATADIR%%/patterns/fibers.pat +%%DATADIR%%/patterns/granite1.pat +%%DATADIR%%/patterns/ground1.pat +%%DATADIR%%/patterns/ice.pat +%%DATADIR%%/patterns/java.pat +%%DATADIR%%/patterns/leather.pat +%%DATADIR%%/patterns/leaves.pat +%%DATADIR%%/patterns/leopard.pat +%%DATADIR%%/patterns/lightning.pat +%%DATADIR%%/patterns/marble1.pat +%%DATADIR%%/patterns/marble2.pat +%%DATADIR%%/patterns/marble3.pat +%%DATADIR%%/patterns/nops.pat +%%DATADIR%%/patterns/paper.pat +%%DATADIR%%/patterns/parque1.pat +%%DATADIR%%/patterns/parque2.pat +%%DATADIR%%/patterns/parque3.pat +%%DATADIR%%/patterns/pastel.pat +%%DATADIR%%/patterns/pine.pat +%%DATADIR%%/patterns/pink_marble.pat +%%DATADIR%%/patterns/pool.pat +%%DATADIR%%/patterns/qube1.pat +%%DATADIR%%/patterns/rain.pat +%%DATADIR%%/patterns/recessed.pat +%%DATADIR%%/patterns/redcube.pat +%%DATADIR%%/patterns/rock.pat +%%DATADIR%%/patterns/sky.pat +%%DATADIR%%/patterns/slate.pat +%%DATADIR%%/patterns/sm_squares.pat +%%DATADIR%%/patterns/starfield.pat +%%DATADIR%%/patterns/stone33.pat +%%DATADIR%%/patterns/terra.pat +%%DATADIR%%/patterns/walnut.pat +%%DATADIR%%/patterns/warning.pat +%%DATADIR%%/patterns/wood1.pat +%%DATADIR%%/patterns/wood2.pat +%%DATADIR%%/patterns/wood3.pat +%%DATADIR%%/patterns/wood4.pat +%%DATADIR%%/patterns/wood5.pat +%%DATADIR%%/scripts/3d-outline.scm +%%DATADIR%%/scripts/3dTruchet.scm +%%DATADIR%%/scripts/add-bevel.scm +%%DATADIR%%/scripts/addborder.scm +%%DATADIR%%/scripts/alien-glow-arrow.scm +%%DATADIR%%/scripts/alien-glow-bar.scm +%%DATADIR%%/scripts/alien-glow-bullet.scm +%%DATADIR%%/scripts/alien-glow-button.scm +%%DATADIR%%/scripts/alien-glow-logo.scm +%%DATADIR%%/scripts/alien-neon-logo.scm +%%DATADIR%%/scripts/asc2img.scm +%%DATADIR%%/scripts/basic1-logo.scm +%%DATADIR%%/scripts/basic2-logo.scm +%%DATADIR%%/scripts/beavis.jpg +%%DATADIR%%/scripts/beveled-button.scm +%%DATADIR%%/scripts/beveled-pattern-arrow.scm +%%DATADIR%%/scripts/beveled-pattern-bullet.scm +%%DATADIR%%/scripts/beveled-pattern-button.scm +%%DATADIR%%/scripts/beveled-pattern-heading.scm +%%DATADIR%%/scripts/beveled-pattern-hrule.scm +%%DATADIR%%/scripts/blend-anim.scm +%%DATADIR%%/scripts/blended-logo.scm +%%DATADIR%%/scripts/bovinated-logo.scm +%%DATADIR%%/scripts/camo.scm +%%DATADIR%%/scripts/carve-it.scm +%%DATADIR%%/scripts/carved-logo.scm +%%DATADIR%%/scripts/chalk.scm +%%DATADIR%%/scripts/chip-away.scm +%%DATADIR%%/scripts/chrome-it.scm +%%DATADIR%%/scripts/chrome-logo.scm +%%DATADIR%%/scripts/circuit.scm +%%DATADIR%%/scripts/clothify.scm +%%DATADIR%%/scripts/coffee.scm +%%DATADIR%%/scripts/comic-logo.scm +%%DATADIR%%/scripts/coolmetal-logo.scm +%%DATADIR%%/scripts/copy-visible.scm +%%DATADIR%%/scripts/crystal-logo.scm +%%DATADIR%%/scripts/distress_selection.scm +%%DATADIR%%/scripts/drop-shadow.scm +%%DATADIR%%/scripts/erase-rows.scm +%%DATADIR%%/scripts/fade-outline.scm +%%DATADIR%%/scripts/flatland.scm +%%DATADIR%%/scripts/font-map.scm +%%DATADIR%%/scripts/frosty-logo.scm +%%DATADIR%%/scripts/fuzzyborder.scm +%%DATADIR%%/scripts/gimp-headers.scm +%%DATADIR%%/scripts/gimp-labels.scm +%%DATADIR%%/scripts/glossy.scm +%%DATADIR%%/scripts/glowing-logo.scm +%%DATADIR%%/scripts/gradient-bevel-logo.scm +%%DATADIR%%/scripts/gradient-example.scm +%%DATADIR%%/scripts/grid-system.scm +%%DATADIR%%/scripts/hsv-graph.scm +%%DATADIR%%/scripts/i26-gunya2.scm +%%DATADIR%%/scripts/image-structure.scm +%%DATADIR%%/scripts/land.scm +%%DATADIR%%/scripts/lava.scm +%%DATADIR%%/scripts/line-nova.scm +%%DATADIR%%/scripts/mkbrush.scm +%%DATADIR%%/scripts/neon-logo.scm +%%DATADIR%%/scripts/news-text.scm +%%DATADIR%%/scripts/old_photo.scm +%%DATADIR%%/scripts/perspective-shadow.scm +%%DATADIR%%/scripts/predator.scm +%%DATADIR%%/scripts/pupi-button.scm +%%DATADIR%%/scripts/rendermap.scm +%%DATADIR%%/scripts/ripply-anim.scm +%%DATADIR%%/scripts/round-corners.scm +%%DATADIR%%/scripts/script-fu-util.scm +%%DATADIR%%/scripts/sel-to-anim-img.scm +%%DATADIR%%/scripts/select_to_brush.scm +%%DATADIR%%/scripts/select_to_image.scm +%%DATADIR%%/scripts/selection-round.scm +%%DATADIR%%/scripts/slide.scm +%%DATADIR%%/scripts/sota-chrome-logo.scm +%%DATADIR%%/scripts/speed-text.scm +%%DATADIR%%/scripts/sphere.scm +%%DATADIR%%/scripts/spinning_globe.scm +%%DATADIR%%/scripts/starburst-logo.scm +%%DATADIR%%/scripts/starscape-logo.scm +%%DATADIR%%/scripts/swirltile.scm +%%DATADIR%%/scripts/swirly-pattern.scm +%%DATADIR%%/scripts/t-o-p-logo.scm +%%DATADIR%%/scripts/text-circle.scm +%%DATADIR%%/scripts/texture.jpg +%%DATADIR%%/scripts/texture1.jpg +%%DATADIR%%/scripts/texture2.jpg +%%DATADIR%%/scripts/texture3.jpg +%%DATADIR%%/scripts/textured-logo.scm +%%DATADIR%%/scripts/tileblur.scm +%%DATADIR%%/scripts/title-header.scm +%%DATADIR%%/scripts/trochoid.scm +%%DATADIR%%/scripts/truchet.scm +%%DATADIR%%/scripts/unsharp-mask.scm +%%DATADIR%%/scripts/waves-anim.scm +%%DATADIR%%/scripts/weave.scm +%%DATADIR%%/scripts/web-browser.scm +%%DATADIR%%/scripts/xach-effect.scm +%%DATADIR%%/tips/gimp_conseils.fr.txt +%%DATADIR%%/tips/gimp_tips.cs.txt +%%DATADIR%%/tips/gimp_tips.da.txt +%%DATADIR%%/tips/gimp_tips.de.txt +%%DATADIR%%/tips/gimp_tips.es.txt +%%DATADIR%%/tips/gimp_tips.hu.txt +%%DATADIR%%/tips/gimp_tips.it.txt +%%DATADIR%%/tips/gimp_tips.ja.txt +%%DATADIR%%/tips/gimp_tips.ko.txt +%%DATADIR%%/tips/gimp_tips.lt.txt +%%DATADIR%%/tips/gimp_tips.pl.txt +%%DATADIR%%/tips/gimp_tips.ru.txt +%%DATADIR%%/tips/gimp_tips.sk.txt +%%DATADIR%%/tips/gimp_tips.sl.txt +%%DATADIR%%/tips/gimp_tips.txt +%%DATADIR%%/tips/gimp_tips.tr.txt +%%DATADIR%%/tips/gimp_tips.uk.txt +%%DATADIR%%/tips/gimp_tips.zh_CN.txt +%%DATADIR%%/tips/gimp_tips.zh_TW.txt +%%DATADIR%%/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/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/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/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 +@dirrm etc/gimp/1.2 +@dirrm etc/gimp +@dirrm include/gck +@dirrm include/libgimp +@dirrm libexec/gimp/1.2/plug-ins +@dirrm libexec/gimp/1.2/modules +@dirrm libexec/gimp/1.2 +@dirrm libexec/gimp +@dirrm %%DATADIR%%/brushes +@dirrm %%DATADIR%%/devel-docs/html/libgimp +@dirrm %%DATADIR%%/devel-docs/html +@dirrm %%DATADIR%%/devel-docs +@dirrm %%DATADIR%%/fractalexplorer +@dirrm %%DATADIR%%/gfig +@dirrm %%DATADIR%%/gflare +@dirrm %%DATADIR%%/gimpressionist/Brushes +@dirrm %%DATADIR%%/gimpressionist/Paper +@dirrm %%DATADIR%%/gimpressionist/Presets +@dirrm %%DATADIR%%/gimpressionist +@dirrm %%DATADIR%%/gradients +@dirrm %%DATADIR%%/help/C/dialogs/layers +@dirrm %%DATADIR%%/help/C/dialogs/channels +@dirrm %%DATADIR%%/help/C/dialogs/paths +@dirrm %%DATADIR%%/help/C/dialogs/palette_editor +@dirrm %%DATADIR%%/help/C/dialogs/gradient_editor +@dirrm %%DATADIR%%/help/C/dialogs/color_selectors +@dirrm %%DATADIR%%/help/C/dialogs/preferences +@dirrm %%DATADIR%%/help/C/dialogs +@dirrm %%DATADIR%%/help/C/stylesheet-images +@dirrm %%DATADIR%%/help/C/tools +@dirrm %%DATADIR%%/help/C/layers/stack +@dirrm %%DATADIR%%/help/C/layers +@dirrm %%DATADIR%%/help/C/channels +@dirrm %%DATADIR%%/help/C/paths +@dirrm %%DATADIR%%/help/C/toolbox/help +@dirrm %%DATADIR%%/help/C/toolbox +@dirrm %%DATADIR%%/help/C/images/examples +@dirrm %%DATADIR%%/help/C/images/glossary +@dirrm %%DATADIR%%/help/C/images/tools +@dirrm %%DATADIR%%/help/C/images +@dirrm %%DATADIR%%/help/C/image/edit +@dirrm %%DATADIR%%/help/C/image/select +@dirrm %%DATADIR%%/help/C/image/view +@dirrm %%DATADIR%%/help/C/image/image/colors/auto +@dirrm %%DATADIR%%/help/C/image/image/colors +@dirrm %%DATADIR%%/help/C/image/image/mode +@dirrm %%DATADIR%%/help/C/image/image/transforms +@dirrm %%DATADIR%%/help/C/image/image +@dirrm %%DATADIR%%/help/C/image +@dirrm %%DATADIR%%/help/C/open +@dirrm %%DATADIR%%/help/C/save +@dirrm %%DATADIR%%/help/C/filters +@dirrm %%DATADIR%%/help/C/file +@dirrm %%DATADIR%%/help/C +@dirrm %%DATADIR%%/help +@dirrm %%DATADIR%%/palettes +@dirrm %%DATADIR%%/patterns +@dirrm %%DATADIR%%/scripts +@dirrm %%DATADIR%%/tips +@dirrm %%DATADIR%% diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile new file mode 100644 index 000000000..2ba0b513b --- /dev/null +++ b/graphics/imlib/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: imlib +# Date created: 10 June 1997 +# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= imlib +PORTVERSION= 1.9.15 +PORTREVISION= 4 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/imlib/1.9 +DIST_SUBDIR= gnome + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A graphic library for enlightenment package + +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ + tiff.4:${PORTSDIR}/graphics/tiff \ + ungif.5:${PORTSDIR}/graphics/libungif + +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNOME= gtk12 gnomehack +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib --disable-modules +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +MAN1= imlib-config.1 imlib_config.1 + +pre-configure: + @${REINPLACE_CMD} -e "s|10:15:9|5:0:0|" ${WRKSRC}/*/Makefile.in + @${REINPLACE_CMD} -e "s|glib-config|${GLIB_CONFIG}|" ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s|@SUPPORT_LIBS@|-L${LOCALBASE}/lib @SUPPORT_LIBS@|" ${WRKSRC}/imlib-config.in + +.include <bsd.port.mk> diff --git a/graphics/imlib/distinfo b/graphics/imlib/distinfo new file mode 100644 index 000000000..310e718b6 --- /dev/null +++ b/graphics/imlib/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome/imlib-1.9.15.tar.bz2) = 7db987e6c52e4daf70d7d0f471238eae +SHA256 (gnome/imlib-1.9.15.tar.bz2) = 4e6a270308a9ae16586bfc133c1a3dfb2e56f431edb66aaa3a80e36e5ed84ce0 +SIZE (gnome/imlib-1.9.15.tar.bz2) = 683242 diff --git a/graphics/imlib/files/patch-security-1 b/graphics/imlib/files/patch-security-1 new file mode 100644 index 000000000..6a4511a4c --- /dev/null +++ b/graphics/imlib/files/patch-security-1 @@ -0,0 +1,510 @@ +diff -urN imlib-1.9.13.orig/Imlib/load.c imlib-1.9.13/Imlib/load.c +--- imlib-1.9.13.orig/Imlib/load.c Wed Mar 13 19:06:29 2002 ++++ Imlib/load.c Thu Sep 16 17:21:01 2004 +@@ -4,6 +4,8 @@ + #include "Imlib_private.h" + #include <setjmp.h> + ++#define G_MAXINT ((int) 0x7fffffff) ++ + /* Split the ID - damages input */ + + static char * +@@ -41,13 +43,17 @@ + + /* + * Make sure we don't wrap on our memory allocations ++ * we check G_MAXINT/4 because rend.c malloc's w * h * bpp ++ * + 3 is safety margin + */ + + void * _imlib_malloc_image(unsigned int w, unsigned int h) + { +- if( w > 32767 || h > 32767) +- return NULL; +- return malloc(w * h * 3); ++ if (w <= 0 || w > 32767 || ++ h <= 0 || h > 32767 || ++ h >= (G_MAXINT/4 - 1) / w) ++ return NULL; ++ return malloc(w * h * 3 + 3); + } + + #ifdef HAVE_LIBJPEG +@@ -360,7 +366,9 @@ + npix = ww * hh; + *w = (int)ww; + *h = (int)hh; +- if(ww > 32767 || hh > 32767) ++ if (ww <= 0 || ww > 32767 || ++ hh <= 0 || hh > 32767 || ++ hh >= (G_MAXINT/sizeof(uint32)) / ww) + { + TIFFClose(tif); + return NULL; +@@ -463,7 +471,7 @@ + } + *w = gif->Image.Width; + *h = gif->Image.Height; +- if (*h > 32767 || *w > 32767) ++ if (*h <= 0 || *h > 32767 || *w <= 0 || *w > 32767) + { + return NULL; + } +@@ -965,7 +973,12 @@ + comment = 0; + quote = 0; + context = 0; ++ memset(lookup, 0, sizeof(lookup)); ++ + line = malloc(lsz); ++ if (!line) ++ return NULL; ++ + while (!done) + { + pc = c; +@@ -994,25 +1007,25 @@ + { + /* Header */ + sscanf(line, "%i %i %i %i", w, h, &ncolors, &cpp); +- if (ncolors > 32766) ++ if (ncolors <= 0 || ncolors > 32766) + { + fprintf(stderr, "IMLIB ERROR: XPM files wth colors > 32766 not supported\n"); + free(line); + return NULL; + } +- if (cpp > 5) ++ if (cpp <= 0 || cpp > 5) + { + fprintf(stderr, "IMLIB ERROR: XPM files with characters per pixel > 5 not supported\n"); + free(line); + return NULL; + } +- if (*w > 32767) ++ if (*w <= 0 || *w > 32767) + { + fprintf(stderr, "IMLIB ERROR: Image width > 32767 pixels for file\n"); + free(line); + return NULL; + } +- if (*h > 32767) ++ if (*h <= 0 || *h > 32767) + { + fprintf(stderr, "IMLIB ERROR: Image height > 32767 pixels for file\n"); + free(line); +@@ -1045,11 +1058,13 @@ + { + int slen; + int hascolor, iscolor; ++ int space; + + iscolor = 0; + hascolor = 0; + tok[0] = 0; + col[0] = 0; ++ space = sizeof(col) - 1; + s[0] = 0; + len = strlen(line); + strncpy(cmap[j].str, line, cpp); +@@ -1072,10 +1087,10 @@ + { + if (k >= len) + { +- if (col[0]) +- strcat(col, " "); +- if (strlen(col) + strlen(s) < sizeof(col)) +- strcat(col, s); ++ if (col[0] && space > 0) ++ strcat(col, " "), space -= 1; ++ if (slen <= space) ++ strcat(col, s), space -= slen; + } + if (col[0]) + { +@@ -1105,14 +1120,17 @@ + } + } + } +- strcpy(tok, s); ++ if (slen < sizeof(tok)); ++ strcpy(tok, s); + col[0] = 0; ++ space = sizeof(col) - 1; + } + else + { +- if (col[0]) +- strcat(col, " "); +- strcat(col, s); ++ if (col[0] && space > 0) ++ strcat(col, " "), space -=1; ++ if (slen <= space) ++ strcat(col, s), space -= slen; + } + } + } +@@ -1341,12 +1359,12 @@ + sscanf(s, "%i %i", w, h); + a = *w; + b = *h; +- if (a > 32767) ++ if (a <= 0 || a > 32767) + { + fprintf(stderr, "IMLIB ERROR: Image width > 32767 pixels for file\n"); + return NULL; + } +- if (b > 32767) ++ if (b <= 0 || b > 32767) + { + fprintf(stderr, "IMLIB ERROR: Image height > 32767 pixels for file\n"); + return NULL; +diff -urN imlib-1.9.13.orig/Imlib/utils.c imlib-1.9.13/Imlib/utils.c +--- imlib-1.9.13.orig/Imlib/utils.c Mon Mar 4 17:45:28 2002 ++++ Imlib/utils.c Thu Sep 16 17:21:15 2004 +@@ -1496,36 +1496,56 @@ + context = 0; + ptr = NULL; + end = NULL; ++ memset(lookup, 0, sizeof(lookup)); + + while (!done) + { + line = data[count++]; ++ if (!line) ++ break; ++ line = strdup(line); ++ if (!line) ++ break; ++ len = strlen(line); ++ for (i = 0; i < len; ++i) ++ { ++ c = line[i]; ++ if (c < 32) ++ line[i] = 32; ++ else if (c > 127) ++ line[i] = 127; ++ } ++ + if (context == 0) + { + /* Header */ + sscanf(line, "%i %i %i %i", &w, &h, &ncolors, &cpp); +- if (ncolors > 32766) ++ if (ncolors <= 0 || ncolors > 32766) + { + fprintf(stderr, "IMLIB ERROR: XPM data wth colors > 32766 not supported\n"); + free(im); ++ free(line); + return NULL; + } +- if (cpp > 5) ++ if (cpp <= 0 || cpp > 5) + { + fprintf(stderr, "IMLIB ERROR: XPM data with characters per pixel > 5 not supported\n"); + free(im); ++ free(line); + return NULL; + } +- if (w > 32767) ++ if (w <= 0 || w > 32767) + { + fprintf(stderr, "IMLIB ERROR: Image width > 32767 pixels for data\n"); + free(im); ++ free(line); + return NULL; + } +- if (h > 32767) ++ if (h <= 0 || h > 32767) + { + fprintf(stderr, "IMLIB ERROR: Image height > 32767 pixels for data\n"); + free(im); ++ free(line); + return NULL; + } + cmap = malloc(sizeof(struct _cmap) * ncolors); +@@ -1533,6 +1553,7 @@ + if (!cmap) + { + free(im); ++ free(line); + return NULL; + } + im->rgb_width = w; +@@ -1542,6 +1563,7 @@ + { + free(cmap); + free(im); ++ free(line); + return NULL; + } + im->alpha_data = NULL; +@@ -1817,6 +1839,7 @@ + } + if ((ptr) && ((ptr - im->rgb_data) >= w * h * 3)) + done = 1; ++ free(line); + } + if (!transp) + { +diff -urN imlib-1.9.13.orig/gdk_imlib/io-gif.c imlib-1.9.13/gdk_imlib/io-gif.c +--- imlib-1.9.13.orig/gdk_imlib/io-gif.c Mon Mar 4 17:26:51 2002 ++++ gdk_imlib/io-gif.c Thu Sep 16 16:11:31 2004 +@@ -55,7 +55,7 @@ + } + *w = gif->Image.Width; + *h = gif->Image.Height; +- if(*h > 32767 || *w > 32767) ++ if(*h <= 0 || *h > 32767 || *w <= 0 || *w > 32767) + { + return NULL; + } +diff -urN imlib-1.9.13.orig/gdk_imlib/io-ppm.c imlib-1.9.13/gdk_imlib/io-ppm.c +--- imlib-1.9.13.orig/gdk_imlib/io-ppm.c Mon Mar 4 17:26:51 2002 ++++ gdk_imlib/io-ppm.c Thu Sep 16 16:13:13 2004 +@@ -53,12 +53,12 @@ + sscanf(s, "%i %i", w, h); + a = *w; + b = *h; +- if (a > 32767) ++ if (a <= 0 || a > 32767) + { + fprintf(stderr, "gdk_imlib ERROR: Image width > 32767 pixels for file\n"); + return NULL; + } +- if (b > 32767) ++ if (b <= 0 || b > 32767) + { + fprintf(stderr, "gdk_imlib ERROR: Image height > 32767 pixels for file\n"); + return NULL; +diff -urN imlib-1.9.13.orig/gdk_imlib/io-tiff.c imlib-1.9.13/gdk_imlib/io-tiff.c +--- imlib-1.9.13.orig/gdk_imlib/io-tiff.c Mon Mar 4 17:26:51 2002 ++++ gdk_imlib/io-tiff.c Thu Sep 16 16:13:57 2004 +@@ -36,7 +36,9 @@ + npix = ww * hh; + *w = (int)ww; + *h = (int)hh; +- if(ww > 32767 || hh > 32767) ++ if (ww <= 0 || ww > 32767 || ++ hh <= 0 || hh > 32767 || ++ hh >= (G_MAXINT/sizeof(uint32)) / ww) + { + TIFFClose(tif); + return NULL; +diff -urN imlib-1.9.13.orig/gdk_imlib/io-xpm.c imlib-1.9.13/gdk_imlib/io-xpm.c +--- imlib-1.9.13.orig/gdk_imlib/io-xpm.c Mon Mar 4 17:26:51 2002 ++++ gdk_imlib/io-xpm.c Thu Sep 16 17:08:24 2004 +@@ -40,8 +40,12 @@ + context = 0; + i = j = 0; + cmap = NULL; ++ memset(lookup, 0, sizeof(lookup)); + + line = malloc(lsz); ++ if (!line) ++ return NULL; ++ + while (!done) + { + pc = c; +@@ -70,25 +74,25 @@ + { + /* Header */ + sscanf(line, "%i %i %i %i", w, h, &ncolors, &cpp); +- if (ncolors > 32766) ++ if (ncolors <= 0 || ncolors > 32766) + { + fprintf(stderr, "gdk_imlib ERROR: XPM files wth colors > 32766 not supported\n"); + free(line); + return NULL; + } +- if (cpp > 5) ++ if (cpp <= 0 || cpp > 5) + { + fprintf(stderr, "gdk_imlib ERROR: XPM files with characters per pixel > 5 not supported\n"); + free(line); + return NULL; + } +- if (*w > 32767) ++ if (*w <= 0 || *w > 32767) + { + fprintf(stderr, "gdk_imlib ERROR: Image width > 32767 pixels for file\n"); + free(line); + return NULL; + } +- if (*h > 32767) ++ if (*h <= 0 || *h > 32767) + { + fprintf(stderr, "gdk_imlib ERROR: Image height > 32767 pixels for file\n"); + free(line); +@@ -120,11 +124,13 @@ + { + int slen; + int hascolor, iscolor; ++ int space; + + hascolor = 0; + iscolor = 0; + tok[0] = 0; + col[0] = 0; ++ space = sizeof(col) - 1; + s[0] = 0; + len = strlen(line); + strncpy(cmap[j].str, line, cpp); +@@ -147,10 +153,10 @@ + { + if (k >= len) + { +- if (col[0]) +- strcat(col, " "); +- if (strlen(col) + strlen(s) < sizeof(col)) +- strcat(col, s); ++ if (col[0] && space > 0) ++ strncat(col, " ", space), space -= 1; ++ if (slen <= space) ++ strcat(col, s), space -= slen; + } + if (col[0]) + { +@@ -180,14 +186,17 @@ + } + } + } +- strcpy(tok, s); ++ if (slen < sizeof(tok)) ++ strcpy(tok, s); + col[0] = 0; ++ space = sizeof(col) - 1; + } + else + { +- if (col[0]) +- strcat(col, " "); +- strcat(col, s); ++ if (col[0] && space > 0) ++ strcat(col, " "), space -= 1; ++ if (slen <= space) ++ strcat(col, s), space -= slen; + } + } + } +diff -urN imlib-1.9.13.orig/gdk_imlib/misc.c imlib-1.9.13/gdk_imlib/misc.c +--- imlib-1.9.13.orig/gdk_imlib/misc.c Mon Mar 4 17:26:51 2002 ++++ gdk_imlib/misc.c Thu Sep 16 16:35:32 2004 +@@ -1355,11 +1355,16 @@ + + /* + * Make sure we don't wrap on our memory allocations ++ * we check G_MAX_INT/4 because rend.c malloc's w * h * bpp ++ * + 3 is safety margin + */ + + void *_gdk_malloc_image(unsigned int w, unsigned int h) + { +- if( w > 32767 || h > 32767) ++ if (w <= 0 || w > 32767 || ++ h <= 0 || h > 32767 || ++ h >= (G_MAXINT/4 - 1) / w) + return NULL; +- return malloc(w * h * 3); ++ return malloc(w * h * 3 + 3); + } ++ +diff -urN imlib-1.9.13.orig/gdk_imlib/utils.c imlib-1.9.13/gdk_imlib/utils.c +--- imlib-1.9.13.orig/gdk_imlib/utils.c Mon Mar 4 17:26:51 2002 ++++ gdk_imlib/utils.c Thu Sep 16 17:28:35 2004 +@@ -1236,36 +1236,56 @@ + context = 0; + ptr = NULL; + end = NULL; ++ memset(lookup, 0, sizeof(lookup)); + + while (!done) + { + line = data[count++]; ++ if (!line) ++ break; ++ line = strdup(line); ++ if (!line) ++ break; ++ len = strlen(line); ++ for (i = 0; i < len; ++i) ++ { ++ c = line[i]; ++ if (c < 32) ++ line[i] = 32; ++ else if (c > 127) ++ line[i] = 127; ++ } ++ + if (context == 0) + { + /* Header */ + sscanf(line, "%i %i %i %i", &w, &h, &ncolors, &cpp); +- if (ncolors > 32766) ++ if (ncolors <= 0 || ncolors > 32766) + { + fprintf(stderr, "gdk_imlib ERROR: XPM data wth colors > 32766 not supported\n"); + free(im); ++ free(line); + return NULL; + } +- if (cpp > 5) ++ if (cpp <= 0 || cpp > 5) + { + fprintf(stderr, "gdk_imlib ERROR: XPM data with characters per pixel > 5 not supported\n"); + free(im); ++ free(line); + return NULL; + } +- if (w > 32767) ++ if (w <= 0 || w > 32767) + { + fprintf(stderr, "gdk_imlib ERROR: Image width > 32767 pixels for data\n"); + free(im); ++ free(line); + return NULL; + } +- if (h > 32767) ++ if (h <= 0 || h > 32767) + { + fprintf(stderr, "gdk_imlib ERROR: Image height > 32767 pixels for data\n"); + free(im); ++ free(line); + return NULL; + } + cmap = malloc(sizeof(struct _cmap) * ncolors); +@@ -1273,6 +1293,7 @@ + if (!cmap) + { + free(im); ++ free(line); + return NULL; + } + im->rgb_width = w; +@@ -1282,6 +1303,7 @@ + { + free(cmap); + free(im); ++ free(line); + return NULL; + } + im->alpha_data = NULL; +@@ -1355,7 +1377,7 @@ + strcpy(col + colptr, " "); + colptr++; + } +- if (colptr + ls <= sizeof(col)) ++ if (colptr + ls < sizeof(col)) + { + strcpy(col + colptr, s); + colptr += ls; +@@ -1558,6 +1580,7 @@ + } + if ((ptr) && ((ptr - im->rgb_data) >= w * h * 3)) + done = 1; ++ free(line); + } + if (!transp) + { diff --git a/graphics/imlib/pkg-descr b/graphics/imlib/pkg-descr new file mode 100644 index 000000000..8dcc3cfae --- /dev/null +++ b/graphics/imlib/pkg-descr @@ -0,0 +1,6 @@ +Imlib is a general Image loading and rendering library designed to make the +task of loading images, and obtaining X-Windows drawables a simple task, as +well as a quick one. It also aims to provide simple manipulation routines that +might be desired for common operations. + +WWW: http://enlightenment.sourceforge.net/Libraries/Imlib.html diff --git a/graphics/imlib/pkg-plist b/graphics/imlib/pkg-plist new file mode 100644 index 000000000..00e956f7b --- /dev/null +++ b/graphics/imlib/pkg-plist @@ -0,0 +1,48 @@ +bin/imlib-config +bin/imlib_config +etc/imlib/im_palette-small.pal +etc/imlib/im_palette-tiny.pal +etc/imlib/im_palette.pal +etc/imlib/imrc +include/Imlib.h +include/Imlib_private.h +include/Imlib_types.h +include/gdk_imlib.h +include/gdk_imlib_private.h +include/gdk_imlib_types.h +lib/libImlib.a +lib/libImlib.la +lib/libImlib.so +lib/libImlib.so.5 +lib/libgdk_imlib.a +lib/libgdk_imlib.la +lib/libgdk_imlib.so +lib/libgdk_imlib.so.5 +lib/libimlib-bmp.a +lib/libimlib-bmp.la +lib/libimlib-bmp.so +lib/libimlib-gif.a +lib/libimlib-gif.la +lib/libimlib-gif.so +lib/libimlib-jpeg.a +lib/libimlib-jpeg.la +lib/libimlib-jpeg.so +lib/libimlib-png.a +lib/libimlib-png.la +lib/libimlib-png.so +lib/libimlib-ppm.a +lib/libimlib-ppm.la +lib/libimlib-ppm.so +lib/libimlib-ps.a +lib/libimlib-ps.la +lib/libimlib-ps.so +lib/libimlib-tiff.a +lib/libimlib-tiff.la +lib/libimlib-tiff.so +lib/libimlib-xpm.a +lib/libimlib-xpm.la +lib/libimlib-xpm.so +libdata/pkgconfig/imlib.pc +libdata/pkgconfig/imlibgdk.pc +share/aclocal/imlib.m4 +@dirrm etc/imlib diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile new file mode 100644 index 000000000..04169f471 --- /dev/null +++ b/graphics/libgnomecanvas/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: gnomecanvas +# Date created: 18 May 2001 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/graphics/libgnomecanvas/Makefile,v 1.57 2006/04/13 07:52:35 bland Exp $ + +PORTNAME= libgnomecanvas +PORTVERSION= 2.14.0 +PORTREVISION?= 2 +CATEGORIES= graphics gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A graphics library for GNOME + +USE_BZIP2= yes + +.if !defined(REFERENCE_PORT) + +USE_GMAKE= yes +USE_GETTEXT= yes +USE_XLIB= yes +INSTALLS_SHLIB= yes +USE_AUTOTOOLS= libtool:15 +USE_GNOME= gnomehack libglade2 libartlgpl2 ltverhack referencehack +CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ + --disable-gtk-doc +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> + +.endif diff --git a/graphics/libgnomecanvas/distinfo b/graphics/libgnomecanvas/distinfo new file mode 100644 index 000000000..cd3d87c1d --- /dev/null +++ b/graphics/libgnomecanvas/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/libgnomecanvas-2.14.0.tar.bz2) = 516c46fb4a1401b05cfef58c350fbd3d +SHA256 (gnome2/libgnomecanvas-2.14.0.tar.bz2) = 5ceadd704327c2967868b3c0c81b5e600e1c6fd4f8efcbaaf89f9b18aa8bb5cf +SIZE (gnome2/libgnomecanvas-2.14.0.tar.bz2) = 612330 diff --git a/graphics/libgnomecanvas/files/patch-libgnomecanvas_gnome-canvas-shape.c b/graphics/libgnomecanvas/files/patch-libgnomecanvas_gnome-canvas-shape.c new file mode 100644 index 000000000..75c1fd41d --- /dev/null +++ b/graphics/libgnomecanvas/files/patch-libgnomecanvas_gnome-canvas-shape.c @@ -0,0 +1,11 @@ +--- libgnomecanvas/gnome-canvas-shape.c.orig Fri May 20 16:55:35 2005 ++++ libgnomecanvas/gnome-canvas-shape.c Fri May 20 16:55:41 2005 +@@ -1343,7 +1343,7 @@ gcbp_destroy_gdk (GnomeCanvasShape * sha + { + GnomeCanvasShapePrivGdk * gdk; + +- g_assert (!((GnomeCanvasItem *)shape)->canvas->aa); ++ /*g_assert (!((GnomeCanvasItem *)shape)->canvas->aa);*/ + + gdk = shape->priv->gdk; + diff --git a/graphics/libgnomecanvas/pkg-descr b/graphics/libgnomecanvas/pkg-descr new file mode 100644 index 000000000..a3d2ae327 --- /dev/null +++ b/graphics/libgnomecanvas/pkg-descr @@ -0,0 +1,2 @@ +The GNOMECanvas library allows images to be used directly within +GUIs. diff --git a/graphics/libgnomecanvas/pkg-plist b/graphics/libgnomecanvas/pkg-plist new file mode 100644 index 000000000..a6ac3bcb3 --- /dev/null +++ b/graphics/libgnomecanvas/pkg-plist @@ -0,0 +1,108 @@ +include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-bpath.h +include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-clipgroup.h +include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-line.h +include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-path-def.h +include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-pixbuf.h +include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-polygon.h +include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-rect-ellipse.h +include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-rich-text.h +include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-shape.h +include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-text.h +include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-util.h +include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-widget.h +include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas.h +include/libgnomecanvas-2.0/libgnomecanvas/libgnomecanvas.h +lib/libglade/2.0/libcanvas.a +lib/libglade/2.0/libcanvas.la +lib/libglade/2.0/libcanvas.so +lib/libgnomecanvas-2.a +lib/libgnomecanvas-2.la +lib/libgnomecanvas-2.so +lib/libgnomecanvas-2.so.0 +libdata/pkgconfig/libgnomecanvas-2.0.pc +share/locale/am/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/ang/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/ar/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/az/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/be/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/bg/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/bn/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/bs/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/ca/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/cs/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/cy/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/da/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/de/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/el/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/en_CA/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/en_GB/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/eo/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/es/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/et/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/eu/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/fa/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/fi/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/fr/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/ga/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/gl/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/gu/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/he/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/hi/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/hr/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/hu/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/id/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/is/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/it/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/ja/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/kn/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/ko/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/ku/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/li/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/lt/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/lv/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/mk/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/ml/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/mn/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/ms/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/nb/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/ne/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/nl/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/nn/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/no/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/pa/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/pl/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/pt/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/pt_BR/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/ro/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/ru/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/rw/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/sk/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/sl/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/sq/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/sr/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/sr@Latn/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/sr@ije/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/sv/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/ta/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/tr/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/tt/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/uk/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/vi/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/wa/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/xh/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/yi/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/zh_CN/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/zh_HK/LC_MESSAGES/libgnomecanvas-2.0.mo +share/locale/zh_TW/LC_MESSAGES/libgnomecanvas-2.0.mo +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/tt/LC_MESSAGES +@dirrmtry share/locale/tt +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/ang/LC_MESSAGES +@dirrmtry share/locale/ang +@dirrm include/libgnomecanvas-2.0/libgnomecanvas +@dirrm include/libgnomecanvas-2.0 diff --git a/graphics/librsvg/Makefile b/graphics/librsvg/Makefile new file mode 100644 index 000000000..d69f85a0b --- /dev/null +++ b/graphics/librsvg/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: librsvg +# Date created: 8th May 2001 +# Whom: Ade Lovett <ade@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= librsvg +PORTVERSION= 1.0.3 +PORTREVISION= 4 +CATEGORIES= graphics gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/librsvg/1.0 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Library for parsing and rendering SVG vector-graphic files + +BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX +LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ + popt.0:${PORTSDIR}/devel/popt + +USE_GMAKE= yes +USE_XLIB= yes +USE_GNOME= gnomelibs gdkpixbuf +INSTALLS_SHLIB= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/graphics/librsvg/distinfo b/graphics/librsvg/distinfo new file mode 100644 index 000000000..d75539230 --- /dev/null +++ b/graphics/librsvg/distinfo @@ -0,0 +1,3 @@ +MD5 (librsvg-1.0.3.tar.gz) = dedaae33d63db3e5c7e3b310ae87ff00 +SHA256 (librsvg-1.0.3.tar.gz) = d5e04b1599fcb9f830f0ccd3ae1f4b41349c0bc8483c6083875079bd75f387bb +SIZE (librsvg-1.0.3.tar.gz) = 213368 diff --git a/graphics/librsvg/files/patch-Makefile.in b/graphics/librsvg/files/patch-Makefile.in new file mode 100644 index 000000000..076b991ec --- /dev/null +++ b/graphics/librsvg/files/patch-Makefile.in @@ -0,0 +1,52 @@ +--- Makefile.in.orig Fri Jul 27 16:29:51 2001 ++++ Makefile.in Fri Jul 27 16:30:27 2001 +@@ -110,7 +110,7 @@ + XML_CONFIG = @XML_CONFIG@ + XML_LIBS = @XML_LIBS@ + +-noinst_PROGRAMS = test-ft-gtk test-ft test-rsvg ++noinst_PROGRAMS = #test-ft-gtk test-ft test-rsvg + + bin_SCRIPTS = librsvg-config + +@@ -151,10 +151,10 @@ + test_rsvg_DEPENDENCIES = $(DEPS) + test_rsvg_LDADD = $(LDADDS) -lm + +-m4datadir = $(datadir)/aclocal ++m4datadir = $(prefix)/share/aclocal + m4data_DATA = librsvg.m4 + +-confexecdir = $(libdir) ++confexecdir = $(sysconfdir) + confexec_DATA = librsvgConf.sh + + pkgconfigdir = $(libdir)/pkgconfig +@@ -188,7 +188,7 @@ + LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) + CCLD = $(CC) + LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ +-DATA = $(confexec_DATA) $(m4data_DATA) $(pkgconfig_DATA) ++DATA = $(confexec_DATA) $(m4data_DATA) + + HEADERS = $(librsvginc_HEADERS) + +@@ -560,8 +560,7 @@ + install-confexecDATA + install-exec: install-exec-am + +-install-data-am: install-m4dataDATA install-pkgconfigDATA \ +- install-librsvgincHEADERS ++install-data-am: install-m4dataDATA install-librsvgincHEADERS + install-data: install-data-am + + install-am: all-am +@@ -579,7 +578,7 @@ + installdirs: + $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) \ + $(DESTDIR)$(confexecdir) $(DESTDIR)$(m4datadir) \ +- $(DESTDIR)$(pkgconfigdir) $(DESTDIR)$(librsvgincdir) ++ $(DESTDIR)$(librsvgincdir) + + + mostlyclean-generic: diff --git a/graphics/librsvg/files/patch-configure b/graphics/librsvg/files/patch-configure new file mode 100644 index 000000000..e34540082 --- /dev/null +++ b/graphics/librsvg/files/patch-configure @@ -0,0 +1,30 @@ +--- configure.orig Thu Jan 17 13:54:07 2002 ++++ configure Mon Mar 22 23:16:08 2004 +@@ -5397,6 +5397,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -6020,7 +6021,8 @@ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> +-#include <freetype/freetype.h> ++#include <ft2build.h> ++#include FT_FREETYPE_H + + char* + my_strdup (char *str) +@@ -6114,7 +6116,8 @@ + #include "confdefs.h" + + #include <stdio.h> +-#include <freetype/freetype.h> ++#include <ft2build.h> ++#include FT_FREETYPE_H + + int main() { + return 0; diff --git a/graphics/librsvg/files/patch-librsvg-config.in b/graphics/librsvg/files/patch-librsvg-config.in new file mode 100644 index 000000000..2c4c58a19 --- /dev/null +++ b/graphics/librsvg/files/patch-librsvg-config.in @@ -0,0 +1,13 @@ +--- librsvg-config.in 2001/10/05 14:55:24 1.1 ++++ librsvg-config.in 2001/10/05 15:05:57 +@@ -39,9 +39,7 @@ + echo @LIBRSVG_VERSION@ + ;; + --cflags) +- if test @includedir@ != /usr/include ; then +- includes=-I@includedir@ +- fi ++ includes=-I@includedir@/librsvg-1 + echo $includes + ;; + --libs) diff --git a/graphics/librsvg/files/patch-rsvg-ft.c b/graphics/librsvg/files/patch-rsvg-ft.c new file mode 100644 index 000000000..60740ddb1 --- /dev/null +++ b/graphics/librsvg/files/patch-rsvg-ft.c @@ -0,0 +1,12 @@ +--- rsvg-ft.c.orig Mon Mar 22 23:16:39 2004 ++++ rsvg-ft.c Mon Mar 22 23:16:57 2004 +@@ -28,7 +28,8 @@ + #include <stdlib.h> + #include <math.h> + +-#include <freetype/freetype.h> ++#include <ft2build.h> ++#include FT_FREETYPE_H + + #include <libart_lgpl/art_misc.h> + #include <libart_lgpl/art_rect.h> diff --git a/graphics/librsvg/files/patch-test-ft-gtk.c b/graphics/librsvg/files/patch-test-ft-gtk.c new file mode 100644 index 000000000..07bc00113 --- /dev/null +++ b/graphics/librsvg/files/patch-test-ft-gtk.c @@ -0,0 +1,12 @@ +--- test-ft-gtk.c.orig Mon Mar 22 23:17:19 2004 ++++ test-ft-gtk.c Mon Mar 22 23:17:38 2004 +@@ -34,7 +34,8 @@ + + #include <gdk-pixbuf/gdk-pixbuf.h> + +-#include <freetype/freetype.h> ++#include <ft2build.h> ++#include FT_FREETYPE_H + + #include <libart_lgpl/art_misc.h> + #include <libart_lgpl/art_rect.h> diff --git a/graphics/librsvg/files/patch-test-ft.c b/graphics/librsvg/files/patch-test-ft.c new file mode 100644 index 000000000..97f323bdb --- /dev/null +++ b/graphics/librsvg/files/patch-test-ft.c @@ -0,0 +1,12 @@ +--- test-ft.c.orig Mon Mar 22 23:17:54 2004 ++++ test-ft.c Mon Mar 22 23:18:06 2004 +@@ -30,7 +30,8 @@ + + #include <gdk-pixbuf/gdk-pixbuf.h> + +-#include <freetype/freetype.h> ++#include <ft2build.h> ++#include FT_FREETYPE_H + + #include <libart_lgpl/art_misc.h> + #include <libart_lgpl/art_rect.h> diff --git a/graphics/librsvg/pkg-descr b/graphics/librsvg/pkg-descr new file mode 100644 index 000000000..09e3d9c95 --- /dev/null +++ b/graphics/librsvg/pkg-descr @@ -0,0 +1,7 @@ +The librsvg library is a lightweight library for parsing and rendering +vector-graphic files in SVG format (like the ones made by sodipodi). It also +includes functions that render anti-aliased fonts using freetype, including +caching of glyphs. It's used by Nautilus for drawing vector icons and +anti-aliased type. + +WWW: http://librsvg.sourceforge.net/ diff --git a/graphics/librsvg/pkg-plist b/graphics/librsvg/pkg-plist new file mode 100644 index 000000000..0398939df --- /dev/null +++ b/graphics/librsvg/pkg-plist @@ -0,0 +1,22 @@ +bin/librsvg-config +etc/librsvgConf.sh +include/librsvg-1/librsvg/art_render.h +include/librsvg-1/librsvg/art_render_gradient.h +include/librsvg-1/librsvg/art_render_mask.h +include/librsvg-1/librsvg/art_render_svp.h +include/librsvg-1/librsvg/art_rgba.h +include/librsvg-1/librsvg/librsvg-features.h +include/librsvg-1/librsvg/rsvg-bpath-util.h +include/librsvg-1/librsvg/rsvg-css.h +include/librsvg-1/librsvg/rsvg-defs.h +include/librsvg-1/librsvg/rsvg-ft.h +include/librsvg-1/librsvg/rsvg-paint-server.h +include/librsvg-1/librsvg/rsvg-path.h +include/librsvg-1/librsvg/rsvg.h +lib/librsvg.a +lib/librsvg.la +lib/librsvg.so +lib/librsvg.so.1 +share/aclocal/librsvg.m4 +@dirrm include/librsvg-1/librsvg +@dirrm include/librsvg-1 |