diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1997-12-16 22:06:42 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1997-12-16 22:06:42 +0000 |
commit | 6401ad5dce291144f0348b2545d7ee6e0658752e (patch) | |
tree | e8f17ffca58699e158bbf1dfd64bf98e057d536b /graphics/gimp-devel | |
parent | a2cea30537df1d095cb90501f1277bf685767379 (diff) | |
download | ports-6401ad5dce291144f0348b2545d7ee6e0658752e.tar.gz ports-6401ad5dce291144f0348b2545d7ee6e0658752e.zip |
Notes
Diffstat (limited to 'graphics/gimp-devel')
-rw-r--r-- | graphics/gimp-devel/Makefile | 38 | ||||
-rw-r--r-- | graphics/gimp-devel/distinfo | 7 | ||||
-rw-r--r-- | graphics/gimp-devel/files/patch-ab | 22 | ||||
-rw-r--r-- | graphics/gimp-devel/files/patch-ac | 15 | ||||
-rw-r--r-- | graphics/gimp-devel/files/patch-ah | 49 | ||||
-rw-r--r-- | graphics/gimp-devel/pkg-plist | 947 |
6 files changed, 434 insertions, 644 deletions
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index 29840090e774..e68895e1f9bc 100644 --- a/graphics/gimp-devel/Makefile +++ b/graphics/gimp-devel/Makefile @@ -3,21 +3,24 @@ # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.12 1997/10/16 09:04:34 tg Exp $ +# $Id: Makefile,v 1.13 1997/12/01 08:05:34 tg Exp $ # -VERSION= 0.99.14 +MAJOR= 0 +MINOR= 99 +MICRO= 16 + +VERSION= ${MAJOR}.${MINOR}.${MICRO} +MM_VERSION= ${MAJOR}.${MINOR} DISTNAME= gimp-${VERSION} DISTFILES= ${DISTNAME}.tar.gz -DISTFILES+= gimp-data-min-${VERSION}.tar.gz \ - gimp-data-extras-${VERSION}.tar.gz \ - gimptcl-1.0.tar.gz +DISTFILES+= gimp-data-min-${MM_VERSION}.tar.gz \ + gimp-data-extras-${MM_VERSION}.tar.gz CATEGORIES= graphics -MASTER_SITES= ftp://ftp.cs.umn.edu/pub/gimp/gimp/0.99/${VERSION}/ \ - ftp://ftp.gimp.org/pub/gimp/0.99/${VERSION}/ \ - http://www.freebsd.org/~erich/ +MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/0.99/${VERSION}/ \ + ftp://ftp.cs.umn.edu/pub/gimp/gimp/0.99/${VERSION}/ \ MAINTAINER= erich@FreeBSD.org @@ -34,17 +37,24 @@ GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.0 \ -I${LOCALBASE}/include/tk8.0 -I${LOCALBASE}/include/tiff34" \ - LIBS=-L${LOCALBASE}/lib + LIBS=-L${LOCALBASE}/lib INSTALL_SCRIPT='$${INSTALL} -m 755' +CONFIGURE_ARGS= --with-tcl=tcl80 --with-tk=tk80 DATASTUFF= brushes palettes gradients patterns post-install: - cd ${WRKDIR}/gimp-data-min-${VERSION}; \ - tar -cf - --exclude '*Makefile*' ${DATASTUFF} |\ - (cd ${PREFIX}/share/gimp/${VERSION}; tar -xvf -) - cd ${WRKDIR}/gimp-data-extras-${VERSION}; \ + mkdir -p ${PREFIX}/share/gimp/${MM_VERSION}; + cd ${WRKDIR}/gimp-data-min-${MM_VERSION}; \ + tar -cf - --exclude '*Makefile*' ${MM_DATASTUFF} |\ + (cd ${PREFIX}/share/gimp/${MM_VERSION}; tar -xvf -) + cd ${WRKDIR}/gimp-data-extras-${MM_VERSION}; \ tar -cf - --exclude '*Makefile*' ${DATASTUFF} |\ - (cd ${PREFIX}/share/gimp/${VERSION}; tar -xvf -) + (cd ${PREFIX}/share/gimp/${MM_VERSION}; tar -xvf -) + +post-extract: + rm -f ${WRKSRC}/plug-ins/gimptcl/scripts/consolio \ + ${WRKSRC}/plug-ins/gimptcl/scripts/pdb_help \ + ${WRKSRC}/plug-ins/gimptcl/scripts/stained_glass .include <bsd.port.mk> diff --git a/graphics/gimp-devel/distinfo b/graphics/gimp-devel/distinfo index a9f9b4122631..3dcdb45a8ad2 100644 --- a/graphics/gimp-devel/distinfo +++ b/graphics/gimp-devel/distinfo @@ -1,4 +1,3 @@ -MD5 (gimp-0.99.14.tar.gz) = bd407ab4000c36f87b46c73702aa72cf -MD5 (gimp-data-min-0.99.14.tar.gz) = a70d9ef29156727c6fb79d00d33300f6 -MD5 (gimp-data-extras-0.99.14.tar.gz) = ecd82f22cf7de261a534cfe94729ed3e -MD5 (gimptcl-1.0.tar.gz) = 0e69036eff36e5007f96ab5079296f64 +MD5 (gimp-0.99.16.tar.gz) = 3409cc14d5958c25a7761aa43f502668 +MD5 (gimp-data-min-0.99.tar.gz) = 81e4e4571f71f1bd6bba158071671edd +MD5 (gimp-data-extras-0.99.tar.gz) = 361eed158157acbc65da47ed8332d8fa diff --git a/graphics/gimp-devel/files/patch-ab b/graphics/gimp-devel/files/patch-ab index 405f8b713151..3c90bafc4593 100644 --- a/graphics/gimp-devel/files/patch-ab +++ b/graphics/gimp-devel/files/patch-ab @@ -3,8 +3,8 @@ ***** patches for plug-ins ***** ---- /a/gimp-0.99.6/plug-ins/url.c Mon Mar 10 04:57:12 1997 -+++ plug-ins/url.c Wed Mar 12 21:56:39 1997 +--- /a/gimp-0.99.6/plug-ins/url/url.c Mon Mar 10 04:57:12 1997 ++++ plug-ins/url/url.c Wed Mar 12 21:56:39 1997 @@ -146,8 +146,8 @@ } else if (pid == 0) @@ -18,21 +18,3 @@ else ---- plug-ins/script-fu/interp_regex.c~ Fri Apr 18 14:00:00 1997 -+++ plug-ins/script-fu/interp_regex.c Fri Apr 18 14:00:45 1997 -@@ -1,3 +1,4 @@ -+#include <sys/types.h> - #include <stdio.h> - #include <stdlib.h> - #include <string.h> - ---- plug-ins/dgimp/dgimp.c.orig Wed Apr 30 11:39:18 1997 -+++ plug-ins/dgimp/dgimp.c Wed Apr 30 11:38:42 1997 -@@ -15,6 +15,7 @@ - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - */ -+#include <sys/types.h> - #include <stdlib.h> - #include <stdio.h> - #include <string.h> diff --git a/graphics/gimp-devel/files/patch-ac b/graphics/gimp-devel/files/patch-ac new file mode 100644 index 000000000000..6e5af3f2bc81 --- /dev/null +++ b/graphics/gimp-devel/files/patch-ac @@ -0,0 +1,15 @@ +--- plug-ins/libgck/gck/Makefile.in.orig Tue Dec 16 08:26:17 1997 ++++ plug-ins/libgck/gck/Makefile.in Tue Dec 16 08:26:31 1997 +@@ -111,9 +111,10 @@ + libgck_la_LDFLAGS = -version-info 0:1:0 -rpath $(libdir) + + INCLUDES = \ ++ -I$(srcdir)/.. \ + -I$(top_srcdir) \ +- -I$(includedir) \ +- -I$(srcdir)/.. ++ -I$(includedir) ++ + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../../../config.h + CONFIG_CLEAN_FILES = diff --git a/graphics/gimp-devel/files/patch-ah b/graphics/gimp-devel/files/patch-ah index dba1b4f5c0c9..8acc0093b135 100644 --- a/graphics/gimp-devel/files/patch-ah +++ b/graphics/gimp-devel/files/patch-ah @@ -9,40 +9,25 @@ AC_SUBST(INSTALL_SCRIPT)dnl ]) ---- configure.in.orig Tue Oct 14 20:50:42 1997 -+++ configure.in Tue Oct 14 20:50:51 1997 -@@ -185,7 +185,7 @@ - fi +--- configure.in.orig Sun Dec 14 21:44:48 1997 ++++ configure.in Mon Dec 15 11:14:59 1997 +@@ -240,7 +240,7 @@ + AC_C_INLINE - gimpdatadir=$datadir/$PACKAGE/$VERSION --gimpplugindir=$libdir/$PACKAGE/$VERSION -+gimpplugindir=$libexecdir/$PACKAGE/$VERSION + gimpdatadir=$datadir/$PACKAGE +-gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION_NUMBER.$GIMP_MINOR_VERSION_NUMBER ++gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION_NUMBER.$GIMP_MINOR_VERSION_NUMBER - scriptdata=`ls -1 plug-ins/script-fu/scripts | grep -v Makefile` - scriptdata=`echo $scriptdata` ---- configure.orig Wed Oct 1 12:51:27 1997 -+++ configure Tue Oct 14 21:28:44 1997 -@@ -615,12 +615,12 @@ + dnl This is for generating PDB docuemntation. + AC_PATH_PROG(EMACS, emacs, :) +--- configure.orig Mon Dec 15 11:13:24 1997 ++++ configure Mon Dec 15 11:13:41 1997 +@@ -3933,7 +3933,7 @@ - # Use test -z because SunOS4 sh mishandles braces in ${var-val}. - # It thinks the first close brace ends the variable substitution. --test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' -+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL} -c -s -m 755' - test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + gimpdatadir=$datadir/$PACKAGE +-gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION_NUMBER.$GIMP_MINOR_VERSION_NUMBER ++gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION_NUMBER.$GIMP_MINOR_VERSION_NUMBER - --test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' -+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -c -m 755' - - - PACKAGE=gimp -@@ -3692,7 +3692,7 @@ - fi - - gimpdatadir=$datadir/$PACKAGE/$VERSION --gimpplugindir=$libdir/$PACKAGE/$VERSION -+gimpplugindir=$libexecdir/$PACKAGE/$VERSION - - scriptdata=`ls -1 plug-ins/script-fu/scripts | grep -v Makefile` - scriptdata=`echo $scriptdata` + # Extract the first word of "emacs", so it can be a program name with args. + set dummy emacs; ac_word=$2 diff --git a/graphics/gimp-devel/pkg-plist b/graphics/gimp-devel/pkg-plist index 557852365c3c..7967b08bca3e 100644 --- a/graphics/gimp-devel/pkg-plist +++ b/graphics/gimp-devel/pkg-plist @@ -13,12 +13,9 @@ include/gck/gcktypes.h include/gck/gckui.h include/gck/gcknotebook.h include/gck/gckvector.h -@unexec install-info --delete %D/info/pdb.info %D/info/dir info/pdb.info info/pdb.info-1 info/pdb.info-2 -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/pdb.info %D/info/dir lib/libgimp.so.1.0 lib/libgimp.la lib/libgimp.a @@ -28,582 +25,384 @@ lib/libgimpui.a lib/libgck.so.0.1 lib/libgck.la lib/libgck.a -libexec/gimp/0.99.14/plug-ins/MapObject -libexec/gimp/0.99.14/plug-ins/AlienMap -libexec/gimp/0.99.14/plug-ins/Anamorphose -libexec/gimp/0.99.14/plug-ins/CentralReflection -libexec/gimp/0.99.14/plug-ins/Curtain -libexec/gimp/0.99.14/plug-ins/Encript_Decript -libexec/gimp/0.99.14/plug-ins/Julia -libexec/gimp/0.99.14/plug-ins/Mandelbrot -libexec/gimp/0.99.14/plug-ins/dbbrowser -libexec/gimp/0.99.14/plug-ins/gflare -libexec/gimp/0.99.14/plug-ins/script-fu -libexec/gimp/0.99.14/plug-ins/tiff -libexec/gimp/0.99.14/plug-ins/jpeg -libexec/gimp/0.99.14/plug-ins/png -libexec/gimp/0.99.14/plug-ins/mpeg -libexec/gimp/0.99.14/plug-ins/consolio -libexec/gimp/0.99.14/plug-ins/pdb_help -libexec/gimp/0.99.14/plug-ins/stained_glass -libexec/gimp/0.99.14/plug-ins/CML_explorer -libexec/gimp/0.99.14/plug-ins/align_layers -libexec/gimp/0.99.14/plug-ins/apply_lens -libexec/gimp/0.99.14/plug-ins/autocrop -libexec/gimp/0.99.14/plug-ins/animationplay -libexec/gimp/0.99.14/plug-ins/autostretch_hsv -libexec/gimp/0.99.14/plug-ins/blinds -libexec/gimp/0.99.14/plug-ins/blur -libexec/gimp/0.99.14/plug-ins/blur2 -libexec/gimp/0.99.14/plug-ins/bmp -libexec/gimp/0.99.14/plug-ins/bumpmap -libexec/gimp/0.99.14/plug-ins/bz2 -libexec/gimp/0.99.14/plug-ins/c_astretch -libexec/gimp/0.99.14/plug-ins/CEL -libexec/gimp/0.99.14/plug-ins/checkerboard -libexec/gimp/0.99.14/plug-ins/compose -libexec/gimp/0.99.14/plug-ins/convmatrix -libexec/gimp/0.99.14/plug-ins/coordmap -libexec/gimp/0.99.14/plug-ins/cubism -libexec/gimp/0.99.14/plug-ins/decompose -libexec/gimp/0.99.14/plug-ins/deinterlace -libexec/gimp/0.99.14/plug-ins/depthmerge -libexec/gimp/0.99.14/plug-ins/despeckle -libexec/gimp/0.99.14/plug-ins/destripe -libexec/gimp/0.99.14/plug-ins/diffraction -libexec/gimp/0.99.14/plug-ins/displace -libexec/gimp/0.99.14/plug-ins/edge -libexec/gimp/0.99.14/plug-ins/emboss -libexec/gimp/0.99.14/plug-ins/engrave -libexec/gimp/0.99.14/plug-ins/exchange -libexec/gimp/0.99.14/plug-ins/faxg3 -libexec/gimp/0.99.14/plug-ins/figures -libexec/gimp/0.99.14/plug-ins/film -libexec/gimp/0.99.14/plug-ins/fits -libexec/gimp/0.99.14/plug-ins/fp -libexec/gimp/0.99.14/plug-ins/gbr -libexec/gimp/0.99.14/plug-ins/gauss_iir -libexec/gimp/0.99.14/plug-ins/gauss_rle -libexec/gimp/0.99.14/plug-ins/gfli -libexec/gimp/0.99.14/plug-ins/gicon -libexec/gimp/0.99.14/plug-ins/gif -libexec/gimp/0.99.14/plug-ins/gqbist -libexec/gimp/0.99.14/plug-ins/gradmap -libexec/gimp/0.99.14/plug-ins/grid -libexec/gimp/0.99.14/plug-ins/gz -libexec/gimp/0.99.14/plug-ins/header -libexec/gimp/0.99.14/plug-ins/holes -libexec/gimp/0.99.14/plug-ins/hot -libexec/gimp/0.99.14/plug-ins/hrz -libexec/gimp/0.99.14/plug-ins/ifscompose -libexec/gimp/0.99.14/plug-ins/laplace -libexec/gimp/0.99.14/plug-ins/lic -libexec/gimp/0.99.14/plug-ins/magiceye -libexec/gimp/0.99.14/plug-ins/mail -libexec/gimp/0.99.14/plug-ins/max_rgb -libexec/gimp/0.99.14/plug-ins/maze -libexec/gimp/0.99.14/plug-ins/mblur -libexec/gimp/0.99.14/plug-ins/mosaic -libexec/gimp/0.99.14/plug-ins/nlfilt -libexec/gimp/0.99.14/plug-ins/noisify -libexec/gimp/0.99.14/plug-ins/normalize -libexec/gimp/0.99.14/plug-ins/nova -libexec/gimp/0.99.14/plug-ins/oilify -libexec/gimp/0.99.14/plug-ins/pat -libexec/gimp/0.99.14/plug-ins/pcx -libexec/gimp/0.99.14/plug-ins/pix -libexec/gimp/0.99.14/plug-ins/pixelize -libexec/gimp/0.99.14/plug-ins/plasma -libexec/gimp/0.99.14/plug-ins/pnm -libexec/gimp/0.99.14/plug-ins/polar -libexec/gimp/0.99.14/plug-ins/print -libexec/gimp/0.99.14/plug-ins/ps -libexec/gimp/0.99.14/plug-ins/psd -libexec/gimp/0.99.14/plug-ins/randomize -libexec/gimp/0.99.14/plug-ins/ripple -libexec/gimp/0.99.14/plug-ins/rotate -libexec/gimp/0.99.14/plug-ins/rotators -libexec/gimp/0.99.14/plug-ins/scatter_hsv -libexec/gimp/0.99.14/plug-ins/sgi -libexec/gimp/0.99.14/plug-ins/sharpen -libexec/gimp/0.99.14/plug-ins/shift -libexec/gimp/0.99.14/plug-ins/sinus -libexec/gimp/0.99.14/plug-ins/smooth_palette -libexec/gimp/0.99.14/plug-ins/snoise -libexec/gimp/0.99.14/plug-ins/snp -libexec/gimp/0.99.14/plug-ins/sobel -libexec/gimp/0.99.14/plug-ins/sparkle -libexec/gimp/0.99.14/plug-ins/spread -libexec/gimp/0.99.14/plug-ins/stereogram -libexec/gimp/0.99.14/plug-ins/sunras -libexec/gimp/0.99.14/plug-ins/tga -libexec/gimp/0.99.14/plug-ins/threshold_alpha -libexec/gimp/0.99.14/plug-ins/tile -libexec/gimp/0.99.14/plug-ins/tileit -libexec/gimp/0.99.14/plug-ins/tiler -libexec/gimp/0.99.14/plug-ins/universal -libexec/gimp/0.99.14/plug-ins/url -libexec/gimp/0.99.14/plug-ins/video -libexec/gimp/0.99.14/plug-ins/vinvert -libexec/gimp/0.99.14/plug-ins/vpropagate -libexec/gimp/0.99.14/plug-ins/waves -libexec/gimp/0.99.14/plug-ins/whirlpinch -libexec/gimp/0.99.14/plug-ins/xwd -libexec/gimp/0.99.14/plug-ins/zealouscrop +libexec/gimp/0.99/plug-ins/libmegawidget.a +libexec/gimp/0.99/plug-ins/MapObject +libexec/gimp/0.99/plug-ins/AlienMap +libexec/gimp/0.99/plug-ins/Anamorphose +libexec/gimp/0.99/plug-ins/CentralReflection +libexec/gimp/0.99/plug-ins/Curtain +libexec/gimp/0.99/plug-ins/Encript_Decript +libexec/gimp/0.99/plug-ins/Julia +libexec/gimp/0.99/plug-ins/Mandelbrot +libexec/gimp/0.99/plug-ins/dbbrowser +libexec/gimp/0.99/plug-ins/fuse +libexec/gimp/0.99/plug-ins/gflare +libexec/gimp/0.99/plug-ins/consolio +libexec/gimp/0.99/plug-ins/pdb_help +libexec/gimp/0.99/plug-ins/stained_glass +libexec/gimp/0.99/plug-ins/refract +libexec/gimp/0.99/plug-ins/script-fu +libexec/gimp/0.99/plug-ins/struc +libexec/gimp/0.99/plug-ins/twist +libexec/gimp/0.99/plug-ins/warp +libexec/gimp/0.99/plug-ins/tiff +libexec/gimp/0.99/plug-ins/jpeg +libexec/gimp/0.99/plug-ins/png +libexec/gimp/0.99/plug-ins/mpeg +libexec/gimp/0.99/plug-ins/xpm +libexec/gimp/0.99/plug-ins/CML_explorer +libexec/gimp/0.99/plug-ins/align_layers +libexec/gimp/0.99/plug-ins/apply_lens +libexec/gimp/0.99/plug-ins/autocrop +libexec/gimp/0.99/plug-ins/animationplay +libexec/gimp/0.99/plug-ins/autostretch_hsv +libexec/gimp/0.99/plug-ins/blinds +libexec/gimp/0.99/plug-ins/blur +libexec/gimp/0.99/plug-ins/blur2 +libexec/gimp/0.99/plug-ins/bmp +libexec/gimp/0.99/plug-ins/bumpmap +libexec/gimp/0.99/plug-ins/bz2 +libexec/gimp/0.99/plug-ins/c_astretch +libexec/gimp/0.99/plug-ins/CEL +libexec/gimp/0.99/plug-ins/checkerboard +libexec/gimp/0.99/plug-ins/colorify +libexec/gimp/0.99/plug-ins/compose +libexec/gimp/0.99/plug-ins/convmatrix +libexec/gimp/0.99/plug-ins/coordmap +libexec/gimp/0.99/plug-ins/cubism +libexec/gimp/0.99/plug-ins/decompose +libexec/gimp/0.99/plug-ins/deinterlace +libexec/gimp/0.99/plug-ins/depthmerge +libexec/gimp/0.99/plug-ins/despeckle +libexec/gimp/0.99/plug-ins/destripe +libexec/gimp/0.99/plug-ins/diffraction +libexec/gimp/0.99/plug-ins/displace +libexec/gimp/0.99/plug-ins/edge +libexec/gimp/0.99/plug-ins/emboss +libexec/gimp/0.99/plug-ins/engrave +libexec/gimp/0.99/plug-ins/exchange +libexec/gimp/0.99/plug-ins/faxg3 +libexec/gimp/0.99/plug-ins/figures +libexec/gimp/0.99/plug-ins/film +libexec/gimp/0.99/plug-ins/fits +libexec/gimp/0.99/plug-ins/flame +libexec/gimp/0.99/plug-ins/fp +libexec/gimp/0.99/plug-ins/fractaltrace +libexec/gimp/0.99/plug-ins/gauss_iir +libexec/gimp/0.99/plug-ins/gauss_rle +libexec/gimp/0.99/plug-ins/gbr +libexec/gimp/0.99/plug-ins/gfli +libexec/gimp/0.99/plug-ins/gicon +libexec/gimp/0.99/plug-ins/gif +libexec/gimp/0.99/plug-ins/glasstile +libexec/gimp/0.99/plug-ins/gqbist +libexec/gimp/0.99/plug-ins/gradmap +libexec/gimp/0.99/plug-ins/grid +libexec/gimp/0.99/plug-ins/gz +libexec/gimp/0.99/plug-ins/header +libexec/gimp/0.99/plug-ins/holes +libexec/gimp/0.99/plug-ins/hot +libexec/gimp/0.99/plug-ins/hrz +libexec/gimp/0.99/plug-ins/ifscompose +libexec/gimp/0.99/plug-ins/illusion +libexec/gimp/0.99/plug-ins/iwarp +libexec/gimp/0.99/plug-ins/laplace +libexec/gimp/0.99/plug-ins/lic +libexec/gimp/0.99/plug-ins/magiceye +libexec/gimp/0.99/plug-ins/mail +libexec/gimp/0.99/plug-ins/max_rgb +libexec/gimp/0.99/plug-ins/maze +libexec/gimp/0.99/plug-ins/mblur +libexec/gimp/0.99/plug-ins/mosaic +libexec/gimp/0.99/plug-ins/nlfilt +libexec/gimp/0.99/plug-ins/noisify +libexec/gimp/0.99/plug-ins/normalize +libexec/gimp/0.99/plug-ins/nova +libexec/gimp/0.99/plug-ins/oilify +libexec/gimp/0.99/plug-ins/papertile +libexec/gimp/0.99/plug-ins/pat +libexec/gimp/0.99/plug-ins/pcx +libexec/gimp/0.99/plug-ins/pix +libexec/gimp/0.99/plug-ins/pixelize +libexec/gimp/0.99/plug-ins/plasma +libexec/gimp/0.99/plug-ins/pnm +libexec/gimp/0.99/plug-ins/polar +libexec/gimp/0.99/plug-ins/print +libexec/gimp/0.99/plug-ins/ps +libexec/gimp/0.99/plug-ins/psd +libexec/gimp/0.99/plug-ins/randomize +libexec/gimp/0.99/plug-ins/ripple +libexec/gimp/0.99/plug-ins/rotate +libexec/gimp/0.99/plug-ins/rotators +libexec/gimp/0.99/plug-ins/scatter_hsv +libexec/gimp/0.99/plug-ins/sgi +libexec/gimp/0.99/plug-ins/sharpen +libexec/gimp/0.99/plug-ins/shift +libexec/gimp/0.99/plug-ins/sinus +libexec/gimp/0.99/plug-ins/smooth_palette +libexec/gimp/0.99/plug-ins/snp +libexec/gimp/0.99/plug-ins/snoise +libexec/gimp/0.99/plug-ins/sobel +libexec/gimp/0.99/plug-ins/sparkle +libexec/gimp/0.99/plug-ins/spread +libexec/gimp/0.99/plug-ins/stereogram +libexec/gimp/0.99/plug-ins/sunras +libexec/gimp/0.99/plug-ins/tga +libexec/gimp/0.99/plug-ins/threshold_alpha +libexec/gimp/0.99/plug-ins/tile +libexec/gimp/0.99/plug-ins/tileit +libexec/gimp/0.99/plug-ins/tiler +libexec/gimp/0.99/plug-ins/universal +libexec/gimp/0.99/plug-ins/url +libexec/gimp/0.99/plug-ins/video +libexec/gimp/0.99/plug-ins/vinvert +libexec/gimp/0.99/plug-ins/vpropagate +libexec/gimp/0.99/plug-ins/waves +libexec/gimp/0.99/plug-ins/whirlpinch +libexec/gimp/0.99/plug-ins/xwd +libexec/gimp/0.99/plug-ins/zealouscrop libexec/gimptcl -share/gimp/0.99.14/scripts/3dTruchet.scm -share/gimp/0.99.14/scripts/add-bevel.scm -share/gimp/0.99.14/scripts/addborder.scm -share/gimp/0.99.14/scripts/alien-glow-arrow.scm -share/gimp/0.99.14/scripts/alien-glow-bar.scm -share/gimp/0.99.14/scripts/alien-glow-bullet.scm -share/gimp/0.99.14/scripts/alien-glow-button.scm -share/gimp/0.99.14/scripts/alien-glow-logo.scm -share/gimp/0.99.14/scripts/basic1-logo.scm -share/gimp/0.99.14/scripts/basic2-logo.scm -share/gimp/0.99.14/scripts/beavis.jpg -share/gimp/0.99.14/scripts/beveled-button.scm -share/gimp/0.99.14/scripts/beveled-pattern-arrow.scm -share/gimp/0.99.14/scripts/beveled-pattern-bullet.scm -share/gimp/0.99.14/scripts/beveled-pattern-button.scm -share/gimp/0.99.14/scripts/beveled-pattern-heading.scm -share/gimp/0.99.14/scripts/blend-anim.scm -share/gimp/0.99.14/scripts/beveled-pattern-hrule.scm -share/gimp/0.99.14/scripts/blended-logo.scm -share/gimp/0.99.14/scripts/carve-it.scm -share/gimp/0.99.14/scripts/carved-logo.scm -share/gimp/0.99.14/scripts/chalk.scm -share/gimp/0.99.14/scripts/chrome-it.scm -share/gimp/0.99.14/scripts/chrome-logo.scm -share/gimp/0.99.14/scripts/circle-logo.scm -share/gimp/0.99.14/scripts/clothify.scm -share/gimp/0.99.14/scripts/coolmetal-logo.scm -share/gimp/0.99.14/scripts/crystal-logo.scm -share/gimp/0.99.14/scripts/drop-shadow.scm -share/gimp/0.99.14/scripts/erase-rows.scm -share/gimp/0.99.14/scripts/flatland.scm -share/gimp/0.99.14/scripts/font-map.scm -share/gimp/0.99.14/scripts/frosty-logo.scm -share/gimp/0.99.14/scripts/glowing-logo.scm -share/gimp/0.99.14/scripts/gradient-example.scm -share/gimp/0.99.14/scripts/grid-system.scm -share/gimp/0.99.14/scripts/hsv-graph.scm -share/gimp/0.99.14/scripts/i26-gunya2.scm -share/gimp/0.99.14/scripts/image-structure.scm -share/gimp/0.99.14/scripts/kanji-circle.scm -share/gimp/0.99.14/scripts/kanji-neon.scm -share/gimp/0.99.14/scripts/land.scm -share/gimp/0.99.14/scripts/lava.scm -share/gimp/0.99.14/scripts/line-nova.scm -share/gimp/0.99.14/scripts/mkbrush.scm -share/gimp/0.99.14/scripts/neon-logo.scm -share/gimp/0.99.14/scripts/perspective-shadow.scm -share/gimp/0.99.14/scripts/pie-chart.scm -share/gimp/0.99.14/scripts/ripply-anim.scm -share/gimp/0.99.14/scripts/round-corners.scm -share/gimp/0.99.14/scripts/selection-round.scm -share/gimp/0.99.14/scripts/slide.scm -share/gimp/0.99.14/scripts/sota-chrome-logo.scm -share/gimp/0.99.14/scripts/sphere.scm -share/gimp/0.99.14/scripts/starburst-logo.scm -share/gimp/0.99.14/scripts/starscape-logo.scm -share/gimp/0.99.14/scripts/swirltile.scm -share/gimp/0.99.14/scripts/swirly-pattern.scm -share/gimp/0.99.14/scripts/t-o-p-logo.scm -share/gimp/0.99.14/scripts/t-o-p.scm -share/gimp/0.99.14/scripts/text-circle.scm -share/gimp/0.99.14/scripts/texture.jpg -share/gimp/0.99.14/scripts/texture1.jpg -share/gimp/0.99.14/scripts/texture2.jpg -share/gimp/0.99.14/scripts/texture3.jpg -share/gimp/0.99.14/scripts/textured-logo.scm -share/gimp/0.99.14/scripts/title-header.scm -share/gimp/0.99.14/scripts/trochoid.scm -share/gimp/0.99.14/scripts/truchet.scm -share/gimp/0.99.14/scripts/waves-anim.scm -share/gimp/0.99.14/scripts/weave.scm -share/gimp/0.99.14/user_install -share/gimp/0.99.14/gimprc -share/gimp/0.99.14/gtkrc -share/gimp/0.99.14/gimp_logo.ppm -share/gimp/0.99.14/brushes/10x10square.gbr -share/gimp/0.99.14/brushes/10x10squareBlur.gbr -share/gimp/0.99.14/brushes/11circle.gbr -share/gimp/0.99.14/brushes/11fcircle.gbr -share/gimp/0.99.14/brushes/13circle.gbr -share/gimp/0.99.14/brushes/13fcircle.gbr -share/gimp/0.99.14/brushes/15circle.gbr -share/gimp/0.99.14/brushes/15fcircle.gbr -share/gimp/0.99.14/brushes/17circle.gbr -share/gimp/0.99.14/brushes/17fcircle.gbr -share/gimp/0.99.14/brushes/19circle.gbr -share/gimp/0.99.14/brushes/19fcircle.gbr -share/gimp/0.99.14/brushes/1circle.gbr -share/gimp/0.99.14/brushes/20x20square.gbr -share/gimp/0.99.14/brushes/20x20squareBlur.gbr -share/gimp/0.99.14/brushes/3circle.gbr -share/gimp/0.99.14/brushes/3fcircle.gbr -share/gimp/0.99.14/brushes/5circle.gbr -share/gimp/0.99.14/brushes/7circle.gbr -share/gimp/0.99.14/brushes/5fcircle.gbr -share/gimp/0.99.14/brushes/xcf.gbr -share/gimp/0.99.14/brushes/5x5square.gbr -share/gimp/0.99.14/brushes/5x5squareBlur.gbr -share/gimp/0.99.14/brushes/7fcircle.gbr -share/gimp/0.99.14/brushes/9circle.gbr -share/gimp/0.99.14/brushes/9fcircle.gbr -share/gimp/0.99.14/brushes/confetti.gbr -share/gimp/0.99.14/brushes/dunes.gbr -share/gimp/0.99.14/brushes/galaxy.gbr -share/gimp/0.99.14/brushes/galaxy_big.gbr -share/gimp/0.99.14/brushes/galaxy_small.gbr -share/gimp/0.99.14/brushes/pixel.gbr -share/gimp/0.99.14/brushes/thegimp.gbr -share/gimp/0.99.14/brushes/50x50cone.gbr -share/gimp/0.99.14/brushes/50x50square.gbr -share/gimp/0.99.14/brushes/50x50squareBlur.gbr -share/gimp/0.99.14/brushes/50x50squareBlur2.gbr -share/gimp/0.99.14/brushes/WindozeSux.gbr -share/gimp/0.99.14/brushes/airplane.gbr -share/gimp/0.99.14/brushes/asteroid.gbr -share/gimp/0.99.14/brushes/berserk.gbr -share/gimp/0.99.14/brushes/bigcircle.gbr -share/gimp/0.99.14/brushes/bigcircle2.gbr -share/gimp/0.99.14/brushes/bigcircle3.gbr -share/gimp/0.99.14/brushes/bigcircle4.gbr -share/gimp/0.99.14/brushes/bird.gbr -share/gimp/0.99.14/brushes/bullethole.gbr -share/gimp/0.99.14/brushes/bush.gbr -share/gimp/0.99.14/brushes/cloth.gbr -share/gimp/0.99.14/brushes/cross_large.gbr -share/gimp/0.99.14/brushes/cross_small.gbr -share/gimp/0.99.14/brushes/diamond.gbr -share/gimp/0.99.14/brushes/defender.gbr -share/gimp/0.99.14/brushes/demonattack.gbr -share/gimp/0.99.14/brushes/duck.gbr -share/gimp/0.99.14/brushes/elk.gbr -share/gimp/0.99.14/brushes/flags.gbr -share/gimp/0.99.14/brushes/flower.gbr -share/gimp/0.99.14/brushes/flower_large.gbr -share/gimp/0.99.14/brushes/gecko.gbr -share/gimp/0.99.14/brushes/glyph.gbr -share/gimp/0.99.14/brushes/grid.gbr -share/gimp/0.99.14/brushes/grid2.gbr -share/gimp/0.99.14/brushes/guitar.gbr -share/gimp/0.99.14/brushes/hash.gbr -share/gimp/0.99.14/brushes/jack.gbr -share/gimp/0.99.14/brushes/joust.gbr -share/gimp/0.99.14/brushes/manta.gbr -share/gimp/0.99.14/brushes/nova.gbr -share/gimp/0.99.14/brushes/pacman.gbr -share/gimp/0.99.14/brushes/point.gbr -share/gimp/0.99.14/brushes/punch.gbr -share/gimp/0.99.14/brushes/qbert2.gbr -share/gimp/0.99.14/brushes/qbert3Blur.gbr -share/gimp/0.99.14/brushes/reach.gbr -share/gimp/0.99.14/brushes/ribbon.gbr -share/gimp/0.99.14/brushes/rings1.gbr -share/gimp/0.99.14/brushes/rings2.gbr -share/gimp/0.99.14/brushes/rings3.gbr -share/gimp/0.99.14/brushes/rings4.gbr -share/gimp/0.99.14/brushes/rings5.gbr -share/gimp/0.99.14/brushes/rings6.gbr -share/gimp/0.99.14/brushes/rings7.gbr -share/gimp/0.99.14/brushes/sball.gbr -share/gimp/0.99.14/brushes/slope.gbr -share/gimp/0.99.14/brushes/snake.gbr -share/gimp/0.99.14/brushes/snowflake.gbr -share/gimp/0.99.14/brushes/space1.gbr -share/gimp/0.99.14/brushes/space2.gbr -share/gimp/0.99.14/brushes/space3.gbr -share/gimp/0.99.14/brushes/space4.gbr -share/gimp/0.99.14/brushes/space5.gbr -share/gimp/0.99.14/brushes/space6.gbr -share/gimp/0.99.14/brushes/space7.gbr -share/gimp/0.99.14/brushes/sparkle.gbr -share/gimp/0.99.14/brushes/sparkle2.gbr -share/gimp/0.99.14/brushes/sphere29.gbr -share/gimp/0.99.14/brushes/sphere36.gbr -share/gimp/0.99.14/brushes/sphere47.gbr -share/gimp/0.99.14/brushes/sphere55.gbr -share/gimp/0.99.14/brushes/sphere79.gbr -share/gimp/0.99.14/brushes/star_medium.gbr -share/gimp/0.99.14/brushes/star_small.gbr -share/gimp/0.99.14/brushes/swirl.gbr -share/gimp/0.99.14/brushes/swirl2.gbr -share/gimp/0.99.14/brushes/text1.gbr -share/gimp/0.99.14/brushes/text2.gbr -share/gimp/0.99.14/brushes/text3.gbr -share/gimp/0.99.14/brushes/text4.gbr -share/gimp/0.99.14/brushes/therefore.gbr -share/gimp/0.99.14/brushes/tictactoe.gbr -share/gimp/0.99.14/brushes/tile.gbr -share/gimp/0.99.14/brushes/triangle.gbr -share/gimp/0.99.14/brushes/triangle1.gbr -share/gimp/0.99.14/brushes/triangle2.gbr -share/gimp/0.99.14/brushes/triangle3.gbr -share/gimp/0.99.14/brushes/tulip.gbr -share/gimp/0.99.14/brushes/wave.gbr -share/gimp/0.99.14/brushes/yars.gbr -share/gimp/0.99.14/palettes/Blues -share/gimp/0.99.14/palettes/Browns_And_Yellows -share/gimp/0.99.14/palettes/Cool_Colors -share/gimp/0.99.14/palettes/Default -share/gimp/0.99.14/palettes/Grays -share/gimp/0.99.14/palettes/Greens -share/gimp/0.99.14/palettes/Lights -share/gimp/0.99.14/palettes/Muted -share/gimp/0.99.14/palettes/Named_Colors -share/gimp/0.99.14/palettes/Pastels -share/gimp/0.99.14/palettes/Reds_And_Purples -share/gimp/0.99.14/palettes/Warm_Colors -share/gimp/0.99.14/gradients/Abstract_1 -share/gimp/0.99.14/gradients/Abstract_2 -share/gimp/0.99.14/gradients/Abstract_3 -share/gimp/0.99.14/gradients/Aneurism -share/gimp/0.99.14/gradients/Blinds -share/gimp/0.99.14/gradients/Browns -share/gimp/0.99.14/gradients/Brushed_Aluminium -share/gimp/0.99.14/gradients/Burning_Paper -share/gimp/0.99.14/gradients/Burning_Transparency -share/gimp/0.99.14/gradients/CD -share/gimp/0.99.14/gradients/CD_Half -share/gimp/0.99.14/gradients/Caribbean_Blues -share/gimp/0.99.14/gradients/Cold_Steel -share/gimp/0.99.14/gradients/Cold_Steel_2 -share/gimp/0.99.14/gradients/Crown_molding -share/gimp/0.99.14/gradients/Dark_1 -share/gimp/0.99.14/gradients/Deep_Sea -share/gimp/0.99.14/gradients/Default -share/gimp/0.99.14/gradients/Flare_Glow_Angular_1 -share/gimp/0.99.14/gradients/Flare_Glow_Radial_1 -share/gimp/0.99.14/gradients/Four_bars -share/gimp/0.99.14/gradients/Flare_Glow_Radial_2 -share/gimp/0.99.14/gradients/Flare_Radial_101 -share/gimp/0.99.14/gradients/Flare_Radial_102 -share/gimp/0.99.14/gradients/Flare_Radial_103 -share/gimp/0.99.14/gradients/Flare_Rays_Radial_1 -share/gimp/0.99.14/gradients/Flare_Rays_Radial_2 -share/gimp/0.99.14/gradients/Flare_Rays_Size_1 -share/gimp/0.99.14/gradients/Flare_Sizefac_101 -share/gimp/0.99.14/gradients/French_flag -share/gimp/0.99.14/gradients/French_flag_smooth -share/gimp/0.99.14/gradients/Full_saturation_spectrum_CCW -share/gimp/0.99.14/gradients/Full_saturation_spectrum_CW -share/gimp/0.99.14/gradients/German_flag -share/gimp/0.99.14/gradients/German_flag_smooth -share/gimp/0.99.14/gradients/Golden -share/gimp/0.99.14/gradients/Greens -share/gimp/0.99.14/gradients/Horizon_1 -share/gimp/0.99.14/gradients/Horizon_2 -share/gimp/0.99.14/gradients/Incandescent -share/gimp/0.99.14/gradients/Land_1 -share/gimp/0.99.14/gradients/Mexican_flag -share/gimp/0.99.14/gradients/Mexican_flag_smooth -share/gimp/0.99.14/gradients/Nauseating_Headache -share/gimp/0.99.14/gradients/Neon_Cyan -share/gimp/0.99.14/gradients/Neon_Green -share/gimp/0.99.14/gradients/Neon_Yellow -share/gimp/0.99.14/gradients/Pastel_Rainbow -share/gimp/0.99.14/gradients/Purples -share/gimp/0.99.14/gradients/Radial_Eyeball_Blue -share/gimp/0.99.14/gradients/Radial_Eyeball_Brown -share/gimp/0.99.14/gradients/Radial_Eyeball_Green -share/gimp/0.99.14/gradients/Radial_Glow_1 -share/gimp/0.99.14/gradients/Radial_Rainbow_Hoop -share/gimp/0.99.14/gradients/Romanian_flag -share/gimp/0.99.14/gradients/Romanian_flag_smooth -share/gimp/0.99.14/gradients/Rounded_edge -share/gimp/0.99.14/gradients/Shadows_1 -share/gimp/0.99.14/gradients/Shadows_2 -share/gimp/0.99.14/gradients/Skyline -share/gimp/0.99.14/gradients/Skyline_polluted -share/gimp/0.99.14/gradients/Three_bars_sin -share/gimp/0.99.14/gradients/Tropical_Colors -share/gimp/0.99.14/gradients/Square_Wood_Frame -share/gimp/0.99.14/gradients/Tube_Red -share/gimp/0.99.14/gradients/Wood_1 -share/gimp/0.99.14/gradients/Wood_2 -share/gimp/0.99.14/patterns/3dgreen.pat -share/gimp/0.99.14/patterns/Craters.pat -share/gimp/0.99.14/patterns/Moonfoot.pat -share/gimp/0.99.14/patterns/amethyst.pat -share/gimp/0.99.14/patterns/bark.pat -share/gimp/0.99.14/patterns/blue.pat -share/gimp/0.99.14/patterns/bluegrid.pat -share/gimp/0.99.14/patterns/bluesquares.pat -share/gimp/0.99.14/patterns/blueweb.pat -share/gimp/0.99.14/patterns/brick.pat -share/gimp/0.99.14/patterns/burlap.pat -share/gimp/0.99.14/patterns/burlwood.pat -share/gimp/0.99.14/patterns/choc_swirl.pat -share/gimp/0.99.14/patterns/corkboard.pat -share/gimp/0.99.14/patterns/crinklepaper.pat -share/gimp/0.99.14/patterns/electric.pat -share/gimp/0.99.14/patterns/granite1.pat -share/gimp/0.99.14/patterns/ground1.pat -share/gimp/0.99.14/patterns/ice.pat -share/gimp/0.99.14/patterns/java.pat -share/gimp/0.99.14/patterns/leather.pat -share/gimp/0.99.14/patterns/leaves.pat -share/gimp/0.99.14/patterns/leopard.pat -share/gimp/0.99.14/patterns/lightning.pat -share/gimp/0.99.14/patterns/marble1.pat -share/gimp/0.99.14/patterns/marble2.pat -share/gimp/0.99.14/patterns/marble3.pat -share/gimp/0.99.14/patterns/nops.pat -share/gimp/0.99.14/patterns/paper.pat -share/gimp/0.99.14/patterns/parque1.pat -share/gimp/0.99.14/patterns/parque2.pat -share/gimp/0.99.14/patterns/parque3.pat -share/gimp/0.99.14/patterns/pastel.pat -share/gimp/0.99.14/patterns/pine.pat -share/gimp/0.99.14/patterns/pink_marble.pat -share/gimp/0.99.14/patterns/pool.pat -share/gimp/0.99.14/patterns/qube1.pat -share/gimp/0.99.14/patterns/rain.pat -share/gimp/0.99.14/patterns/recessed.pat -share/gimp/0.99.14/patterns/redcube.pat -share/gimp/0.99.14/patterns/rock.pat -share/gimp/0.99.14/patterns/sky.pat -share/gimp/0.99.14/patterns/slate.pat -share/gimp/0.99.14/patterns/sm_squares.pat -share/gimp/0.99.14/patterns/terra.pat -share/gimp/0.99.14/patterns/starfield.pat -share/gimp/0.99.14/patterns/cow.pat -share/gimp/0.99.14/patterns/walnut.pat -share/gimp/0.99.14/patterns/warning.pat -share/gimp/0.99.14/patterns/wood1.pat -share/gimp/0.99.14/patterns/wood2.pat -share/gimp/0.99.14/patterns/wood3.pat -share/gimp/0.99.14/patterns/wood4.pat -share/gimp/0.99.14/patterns/wood5.pat -share/gimp/0.99.14/patterns/3dweave.pat -share/gimp/0.99.14/patterns/abstract_flowers.pat -share/gimp/0.99.14/patterns/blackoil.pat -share/gimp/0.99.14/patterns/blackwhitefloor.pat -share/gimp/0.99.14/patterns/blob1.pat -share/gimp/0.99.14/patterns/blob2.pat -share/gimp/0.99.14/patterns/bluebar.pat -share/gimp/0.99.14/patterns/bluecanyons.pat -share/gimp/0.99.14/patterns/bluemars.pat -share/gimp/0.99.14/patterns/bluemetal.pat -share/gimp/0.99.14/patterns/bluespikes.pat -share/gimp/0.99.14/patterns/brownie.pat -share/gimp/0.99.14/patterns/bwcubes.pat -share/gimp/0.99.14/patterns/canyons2.pat -share/gimp/0.99.14/patterns/cashew.pat -share/gimp/0.99.14/patterns/chains.pat -share/gimp/0.99.14/patterns/chroma.pat -share/gimp/0.99.14/patterns/circuit.pat -share/gimp/0.99.14/patterns/clouds.pat -share/gimp/0.99.14/patterns/clovers.pat -share/gimp/0.99.14/patterns/coins.pat -share/gimp/0.99.14/patterns/color.pat -share/gimp/0.99.14/patterns/colorblob.pat -share/gimp/0.99.14/patterns/colored_rock.pat -share/gimp/0.99.14/patterns/colorwhirl.pat -share/gimp/0.99.14/patterns/connestoga.pat -share/gimp/0.99.14/patterns/contrawhirl.pat -share/gimp/0.99.14/patterns/cracked.pat -share/gimp/0.99.14/patterns/crash1.pat -share/gimp/0.99.14/patterns/crazytile.pat -share/gimp/0.99.14/patterns/crystals.pat -share/gimp/0.99.14/patterns/curvedledge.pat -share/gimp/0.99.14/patterns/deepswirl.pat -share/gimp/0.99.14/patterns/diffpat.pat -share/gimp/0.99.14/patterns/dirt.pat -share/gimp/0.99.14/patterns/disco.pat -share/gimp/0.99.14/patterns/drymud.pat -share/gimp/0.99.14/patterns/dunemaze.pat -share/gimp/0.99.14/patterns/dunes.pat -share/gimp/0.99.14/patterns/eggcarton.pat -share/gimp/0.99.14/patterns/electric-blue-ribbons.pat -share/gimp/0.99.14/patterns/etbf.pat -share/gimp/0.99.14/patterns/fibers.pat -share/gimp/0.99.14/patterns/floor_tile.pat -share/gimp/0.99.14/patterns/funnyblobs.pat -share/gimp/0.99.14/patterns/funnymess.pat -share/gimp/0.99.14/patterns/funnymess2.pat -share/gimp/0.99.14/patterns/fuzzy-colors.pat -share/gimp/0.99.14/patterns/gold.pat -share/gimp/0.99.14/patterns/goldcloth.pat -share/gimp/0.99.14/patterns/granite2.pat -share/gimp/0.99.14/patterns/green_curtains.pat -share/gimp/0.99.14/patterns/green_eek.pat -share/gimp/0.99.14/patterns/greyweave.pat -share/gimp/0.99.14/patterns/greyweave2.pat -share/gimp/0.99.14/patterns/grid.pat -share/gimp/0.99.14/patterns/gridwhirltile.pat -share/gimp/0.99.14/patterns/headache.pat -share/gimp/0.99.14/patterns/horiz.pat -share/gimp/0.99.14/patterns/ice2.pat -share/gimp/0.99.14/patterns/icechex.pat -share/gimp/0.99.14/patterns/inlay.pat -share/gimp/0.99.14/patterns/krinkle.pat -share/gimp/0.99.14/patterns/land1.pat -share/gimp/0.99.14/patterns/land2.pat -share/gimp/0.99.14/patterns/lathe.pat -share/gimp/0.99.14/patterns/leaves3.pat -share/gimp/0.99.14/patterns/leaves4.pat -share/gimp/0.99.14/patterns/leaves6.pat -share/gimp/0.99.14/patterns/lumps.pat -share/gimp/0.99.14/patterns/meltedcolors.pat -share/gimp/0.99.14/patterns/metallica.pat -share/gimp/0.99.14/patterns/metalpaths.pat -share/gimp/0.99.14/patterns/mhuerock.pat -share/gimp/0.99.14/patterns/money.pat -share/gimp/0.99.14/patterns/neurons.pat -share/gimp/0.99.14/patterns/novaugh.pat -share/gimp/0.99.14/patterns/oooh.pat -share/gimp/0.99.14/patterns/oooh3.pat -share/gimp/0.99.14/patterns/orange_eek.pat -share/gimp/0.99.14/patterns/orangebrown.pat -share/gimp/0.99.14/patterns/orangecheese.pat -share/gimp/0.99.14/patterns/paint-explosion.pat -share/gimp/0.99.14/patterns/pastel2.pat -share/gimp/0.99.14/patterns/pebbles.pat -share/gimp/0.99.14/patterns/pixeled1.pat -share/gimp/0.99.14/patterns/pj.pat -share/gimp/0.99.14/patterns/psycho1.pat -share/gimp/0.99.14/patterns/purple-ribbons.pat -share/gimp/0.99.14/patterns/purple.pat -share/gimp/0.99.14/patterns/purple_glow.pat -share/gimp/0.99.14/patterns/redishstuff.pat -share/gimp/0.99.14/patterns/redmess.pat -share/gimp/0.99.14/patterns/redrings.pat -share/gimp/0.99.14/patterns/rust.pat -share/gimp/0.99.14/patterns/sandytext.pat -share/gimp/0.99.14/patterns/send1.pat -share/gimp/0.99.14/patterns/silver.pat -share/gimp/0.99.14/patterns/slice1.pat -share/gimp/0.99.14/patterns/spectbar.pat -share/gimp/0.99.14/patterns/startile.pat -share/gimp/0.99.14/patterns/stone33.pat -share/gimp/0.99.14/patterns/swirl.pat -share/gimp/0.99.14/patterns/swirl2.pat -share/gimp/0.99.14/patterns/torrents.pat -share/gimp/0.99.14/patterns/tube.pat -share/gimp/0.99.14/patterns/wax.pat -share/gimp/0.99.14/patterns/unsharpswirl.pat -share/gimp/0.99.14/patterns/water3.pat -share/gimp/0.99.14/patterns/waves.pat -share/gimp/0.99.14/patterns/weird2.pat -share/gimp/0.99.14/patterns/whirledstuff.pat -share/gimp/0.99.14/patterns/woodblind.pat -share/gimp/0.99.14/patterns/worn_metal_chex.pat +share/gimp/scripts/3dTruchet.scm +share/gimp/scripts/add-bevel.scm +share/gimp/scripts/addborder.scm +share/gimp/scripts/alien-glow-arrow.scm +share/gimp/scripts/alien-glow-bar.scm +share/gimp/scripts/alien-glow-bullet.scm +share/gimp/scripts/alien-glow-button.scm +share/gimp/scripts/alien-glow-logo.scm +share/gimp/scripts/basic1-logo.scm +share/gimp/scripts/basic2-logo.scm +share/gimp/scripts/beavis.jpg +share/gimp/scripts/beveled-button.scm +share/gimp/scripts/beveled-pattern-arrow.scm +share/gimp/scripts/beveled-pattern-bullet.scm +share/gimp/scripts/beveled-pattern-button.scm +share/gimp/scripts/beveled-pattern-heading.scm +share/gimp/scripts/blend-anim.scm +share/gimp/scripts/beveled-pattern-hrule.scm +share/gimp/scripts/blended-logo.scm +share/gimp/scripts/carve-it.scm +share/gimp/scripts/carved-logo.scm +share/gimp/scripts/chalk.scm +share/gimp/scripts/chrome-it.scm +share/gimp/scripts/chrome-logo.scm +share/gimp/scripts/circle-logo.scm +share/gimp/scripts/circuit.scm +share/gimp/scripts/clothify.scm +share/gimp/scripts/coolmetal-logo.scm +share/gimp/scripts/copy-visible.scm +share/gimp/scripts/crystal-logo.scm +share/gimp/scripts/drop-shadow.scm +share/gimp/scripts/erase-rows.scm +share/gimp/scripts/flatland.scm +share/gimp/scripts/font-map.scm +share/gimp/scripts/frosty-logo.scm +share/gimp/scripts/gimp-headers.scm +share/gimp/scripts/gimp-labels.scm +share/gimp/scripts/glowing-logo.scm +share/gimp/scripts/gradient-example.scm +share/gimp/scripts/grid-system.scm +share/gimp/scripts/hsv-graph.scm +share/gimp/scripts/i26-gunya2.scm +share/gimp/scripts/image-structure.scm +share/gimp/scripts/land.scm +share/gimp/scripts/lava.scm +share/gimp/scripts/line-nova.scm +share/gimp/scripts/mkbrush.scm +share/gimp/scripts/neon-logo.scm +share/gimp/scripts/perspective-shadow.scm +share/gimp/scripts/predator.scm +share/gimp/scripts/ripply-anim.scm +share/gimp/scripts/round-corners.scm +share/gimp/scripts/select_to_brush.scm +share/gimp/scripts/select_to_image.scm +share/gimp/scripts/selection-round.scm +share/gimp/scripts/slide.scm +share/gimp/scripts/sota-chrome-logo.scm +share/gimp/scripts/sphere.scm +share/gimp/scripts/starburst-logo.scm +share/gimp/scripts/starscape-logo.scm +share/gimp/scripts/swirltile.scm +share/gimp/scripts/swirly-pattern.scm +share/gimp/scripts/t-o-p-logo.scm +share/gimp/scripts/text-circle.scm +share/gimp/scripts/texture.jpg +share/gimp/scripts/texture1.jpg +share/gimp/scripts/texture2.jpg +share/gimp/scripts/texture3.jpg +share/gimp/scripts/textured-logo.scm +share/gimp/scripts/title-header.scm +share/gimp/scripts/trochoid.scm +share/gimp/scripts/truchet.scm +share/gimp/scripts/waves-anim.scm +share/gimp/scripts/weave.scm +share/gimp/scripts/xach-effect.scm +share/gimp/user_install +share/gimp/gimprc +share/gimp/gtkrc +share/gimp/gimp_logo.ppm +share/gimp/gimp_tips.txt +share/gimp/ps-menurc +share/gimp/0.99/brushes/50x50cone.gbr +share/gimp/0.99/brushes/50x50square.gbr +share/gimp/0.99/brushes/50x50squareBlur.gbr +share/gimp/0.99/brushes/50x50squareBlur2.gbr +share/gimp/0.99/brushes/bigcircle.gbr +share/gimp/0.99/brushes/bigcircle2.gbr +share/gimp/0.99/brushes/bigcircle3.gbr +share/gimp/0.99/brushes/bigcircle4.gbr +share/gimp/0.99/brushes/bird.gbr +share/gimp/0.99/brushes/bullethole.gbr +share/gimp/0.99/brushes/cloth.gbr +share/gimp/0.99/brushes/flower.gbr +share/gimp/0.99/brushes/flower_large.gbr +share/gimp/0.99/brushes/gecko.gbr +share/gimp/0.99/brushes/grid.gbr +share/gimp/0.99/brushes/grid2.gbr +share/gimp/0.99/brushes/guitar.gbr +share/gimp/0.99/brushes/nova.gbr +share/gimp/0.99/brushes/point.gbr +share/gimp/0.99/brushes/punch.gbr +share/gimp/0.99/brushes/qbert2.gbr +share/gimp/0.99/brushes/qbert3Blur.gbr +share/gimp/0.99/brushes/reach.gbr +share/gimp/0.99/brushes/sphere29.gbr +share/gimp/0.99/brushes/sphere36.gbr +share/gimp/0.99/brushes/sphere47.gbr +share/gimp/0.99/brushes/sphere55.gbr +share/gimp/0.99/brushes/sphere79.gbr +share/gimp/0.99/brushes/swirl.gbr +share/gimp/0.99/brushes/swirl2.gbr +share/gimp/0.99/brushes/text1.gbr +share/gimp/0.99/brushes/text2.gbr +share/gimp/0.99/brushes/text3.gbr +share/gimp/0.99/brushes/text4.gbr +share/gimp/0.99/brushes/tulip.gbr +share/gimp/0.99/brushes/wave.gbr +share/gimp/0.99/patterns/3dweave.pat +share/gimp/0.99/patterns/abstract_flowers.pat +share/gimp/0.99/patterns/blackoil.pat +share/gimp/0.99/patterns/blackwhitefloor.pat +share/gimp/0.99/patterns/blob1.pat +share/gimp/0.99/patterns/blob2.pat +share/gimp/0.99/patterns/bluebar.pat +share/gimp/0.99/patterns/bluecanyons.pat +share/gimp/0.99/patterns/bluemars.pat +share/gimp/0.99/patterns/bluemetal.pat +share/gimp/0.99/patterns/bluespikes.pat +share/gimp/0.99/patterns/brownie.pat +share/gimp/0.99/patterns/bwcubes.pat +share/gimp/0.99/patterns/canyons2.pat +share/gimp/0.99/patterns/cashew.pat +share/gimp/0.99/patterns/chains.pat +share/gimp/0.99/patterns/chroma.pat +share/gimp/0.99/patterns/circuit.pat +share/gimp/0.99/patterns/clouds.pat +share/gimp/0.99/patterns/clovers.pat +share/gimp/0.99/patterns/coins.pat +share/gimp/0.99/patterns/color.pat +share/gimp/0.99/patterns/colorblob.pat +share/gimp/0.99/patterns/colored_rock.pat +share/gimp/0.99/patterns/colorwhirl.pat +share/gimp/0.99/patterns/connestoga.pat +share/gimp/0.99/patterns/contrawhirl.pat +share/gimp/0.99/patterns/cow.pat +share/gimp/0.99/patterns/crash1.pat +share/gimp/0.99/patterns/crazytile.pat +share/gimp/0.99/patterns/crystals.pat +share/gimp/0.99/patterns/curvedledge.pat +share/gimp/0.99/patterns/deepswirl.pat +share/gimp/0.99/patterns/diffpat.pat +share/gimp/0.99/patterns/dirt.pat +share/gimp/0.99/patterns/disco.pat +share/gimp/0.99/patterns/drymud.pat +share/gimp/0.99/patterns/dunemaze.pat +share/gimp/0.99/patterns/dunes.pat +share/gimp/0.99/patterns/eggcarton.pat +share/gimp/0.99/patterns/electric-blue-ribbons.pat +share/gimp/0.99/patterns/etbf.pat +share/gimp/0.99/patterns/floor_tile.pat +share/gimp/0.99/patterns/funnyblobs.pat +share/gimp/0.99/patterns/funnymess.pat +share/gimp/0.99/patterns/funnymess2.pat +share/gimp/0.99/patterns/fuzzy-colors.pat +share/gimp/0.99/patterns/gold.pat +share/gimp/0.99/patterns/goldcloth.pat +share/gimp/0.99/patterns/granite2.pat +share/gimp/0.99/patterns/green_curtains.pat +share/gimp/0.99/patterns/green_eek.pat +share/gimp/0.99/patterns/greyweave.pat +share/gimp/0.99/patterns/greyweave2.pat +share/gimp/0.99/patterns/grid.pat +share/gimp/0.99/patterns/gridwhirltile.pat +share/gimp/0.99/patterns/headache.pat +share/gimp/0.99/patterns/horiz.pat +share/gimp/0.99/patterns/ice2.pat +share/gimp/0.99/patterns/icechex.pat +share/gimp/0.99/patterns/inlay.pat +share/gimp/0.99/patterns/krinkle.pat +share/gimp/0.99/patterns/land1.pat +share/gimp/0.99/patterns/land2.pat +share/gimp/0.99/patterns/lathe.pat +share/gimp/0.99/patterns/leaves3.pat +share/gimp/0.99/patterns/pj.pat +share/gimp/0.99/patterns/leaves4.pat +share/gimp/0.99/patterns/leaves6.pat +share/gimp/0.99/patterns/lumps.pat +share/gimp/0.99/patterns/meltedcolors.pat +share/gimp/0.99/patterns/metallica.pat +share/gimp/0.99/patterns/metalpaths.pat +share/gimp/0.99/patterns/mhuerock.pat +share/gimp/0.99/patterns/money.pat +share/gimp/0.99/patterns/neurons.pat +share/gimp/0.99/patterns/novaugh.pat +share/gimp/0.99/patterns/oooh.pat +share/gimp/0.99/patterns/oooh3.pat +share/gimp/0.99/patterns/orange_eek.pat +share/gimp/0.99/patterns/orangebrown.pat +share/gimp/0.99/patterns/orangecheese.pat +share/gimp/0.99/patterns/paint-explosion.pat +share/gimp/0.99/patterns/pastel2.pat +share/gimp/0.99/patterns/pebbles.pat +share/gimp/0.99/patterns/pixeled1.pat +share/gimp/0.99/patterns/psycho1.pat +share/gimp/0.99/patterns/purple-ribbons.pat +share/gimp/0.99/patterns/purple.pat +share/gimp/0.99/patterns/wax.pat +share/gimp/0.99/patterns/purple_glow.pat +share/gimp/0.99/patterns/redishstuff.pat +share/gimp/0.99/patterns/redmess.pat +share/gimp/0.99/patterns/redrings.pat +share/gimp/0.99/patterns/rust.pat +share/gimp/0.99/patterns/sandytext.pat +share/gimp/0.99/patterns/send1.pat +share/gimp/0.99/patterns/silver.pat +share/gimp/0.99/patterns/slice1.pat +share/gimp/0.99/patterns/spectbar.pat +share/gimp/0.99/patterns/startile.pat +share/gimp/0.99/patterns/swirl.pat +share/gimp/0.99/patterns/swirl2.pat +share/gimp/0.99/patterns/torrents.pat +share/gimp/0.99/patterns/tube.pat +share/gimp/0.99/patterns/unsharpswirl.pat +share/gimp/0.99/patterns/water3.pat +share/gimp/0.99/patterns/waves.pat +share/gimp/0.99/patterns/weird2.pat +share/gimp/0.99/patterns/whirledstuff.pat +share/gimp/0.99/patterns/woodblind.pat +share/gimp/0.99/patterns/worn_metal_chex.pat lib/libgimp.so lib/libgimpui.so lib/libgck.so @dirrm include/libgimp @dirrm include/gck -@dirrm libexec/gimp/0.99.14/plug-ins -@dirrm libexec/gimp/0.99.14 +@dirrm libexec/gimp/0.99/plug-ins +@dirrm libexec/gimp/0.99 @dirrm libexec/gimp -@dirrm share/gimp/0.99.14/scripts -@dirrm share/gimp/0.99.14/brushes -@dirrm share/gimp/0.99.14/palettes -@dirrm share/gimp/0.99.14/gradients -@dirrm share/gimp/0.99.14/patterns -@dirrm share/gimp/0.99.14 +@dirrm share/gimp/scripts +@dirrm share/gimp/0.99/brushes +@dirrm share/gimp/0.99/palettes +@dirrm share/gimp/0.99/gradients +@dirrm share/gimp/0.99/patterns +@dirrm share/gimp/0.99 @dirrm share/gimp |