From ea49ae58d1f191104ada172cd87c43b6e8386a24 Mon Sep 17 00:00:00 2001 From: "Eric L. Hernes" Date: Thu, 1 May 1997 18:25:47 +0000 Subject: upgrade to 0.99.9, plus a bunch of patches from the list. Obtained from: gimp-devel mailing list, in part --- graphics/gimpshop/Makefile | 6 +- graphics/gimpshop/distinfo | 4 +- graphics/gimpshop/files/patch-aa | 45 --- graphics/gimpshop/files/patch-ab | 61 ++-- graphics/gimpshop/files/patch-ac | 20 +- graphics/gimpshop/files/patch-ah | 337 ++++++++++++++++++++ graphics/gimpshop/pkg-plist | 662 +++++++++++++++++++++++---------------- 7 files changed, 761 insertions(+), 374 deletions(-) delete mode 100644 graphics/gimpshop/files/patch-aa create mode 100644 graphics/gimpshop/files/patch-ah (limited to 'graphics/gimpshop') diff --git a/graphics/gimpshop/Makefile b/graphics/gimpshop/Makefile index 5c6f6d1643f5..9f67fdcfb466 100644 --- a/graphics/gimpshop/Makefile +++ b/graphics/gimpshop/Makefile @@ -3,12 +3,12 @@ # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.7 1997/04/08 22:06:51 erich Exp $ +# $Id: Makefile,v 1.8 1997/04/18 21:26:28 erich Exp $ # -VERSION= 0.99.8 +VERSION= 0.99.9 DISTNAME= gimp-${VERSION} -DISTFILES= ${DISTNAME}.tar.gz gimp-data-0.99.8.tar.gz +DISTFILES= ${DISTNAME}.tar.gz gimp-data-${VERSION}.tar.gz CATEGORIES= graphics MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/gimp/developers/ diff --git a/graphics/gimpshop/distinfo b/graphics/gimpshop/distinfo index de8ff392435a..f64cc19f2046 100644 --- a/graphics/gimpshop/distinfo +++ b/graphics/gimpshop/distinfo @@ -1,2 +1,2 @@ -MD5 (gimp-0.99.8.tar.gz) = 0466a576f25bfdb56774ba342059b343 -MD5 (gimp-data-0.99.8.tar.gz) = 80c4296ef85ffdec045b52a498b5caaa +MD5 (gimp-0.99.9.tar.gz) = 0045175adee34bd6d54457a06337549f +MD5 (gimp-data-0.99.9.tar.gz) = 19f1e8b916edfcbd2d657b7de329e90f diff --git a/graphics/gimpshop/files/patch-aa b/graphics/gimpshop/files/patch-aa deleted file mode 100644 index 9049a1722446..000000000000 --- a/graphics/gimpshop/files/patch-aa +++ /dev/null @@ -1,45 +0,0 @@ -**** -**** patches for the libtool in all the directories. -**** These are mostly for linking against the freshly build -**** libraraies rather than the installed ones. -**** - ---- /a/gimp-0.99.6/ltmain.sh Wed Feb 26 03:39:50 1997 -+++ ltmain.sh Wed Mar 12 20:20:40 1997 -@@ -334,7 +335,9 @@ - exit 1 - ;; - esac -- deplibs="$deplibs $arg" -+ compile_shlibpath="$compile_shlibpath$dir:" -+ printf "compile_shlibpath: $compile_shlibpath\n" -+ arg="" - ;; - - -l*) deplibs="$deplibs $arg" ;; ---- /a/gimp-0.99.6/gtk+/ltmain.sh Wed Feb 26 03:39:50 1997 -+++ gtk+/ltmain.sh Wed Mar 12 20:20:40 1997 -@@ -334,7 +335,9 @@ - exit 1 - ;; - esac -- deplibs="$deplibs $arg" -+ compile_shlibpath="$compile_shlibpath$dir:" -+ printf "compile_shlibpath: $compile_shlibpath\n" -+ arg="" - ;; - - -l*) deplibs="$deplibs $arg" ;; ---- /a/gimp-0.99.6/gtk+/glib/ltmain.sh Wed Feb 26 03:39:50 1997 -+++ gtk+/glib/ltmain.sh Wed Mar 12 20:20:40 1997 -@@ -334,7 +335,9 @@ - exit 1 - ;; - esac -- deplibs="$deplibs $arg" -+ compile_shlibpath="$compile_shlibpath$dir:" -+ printf "compile_shlibpath: $compile_shlibpath\n" -+ arg="" - ;; - - -l*) deplibs="$deplibs $arg" ;; diff --git a/graphics/gimpshop/files/patch-ab b/graphics/gimpshop/files/patch-ab index 081000754daa..6a11e5bcd9fa 100644 --- a/graphics/gimpshop/files/patch-ab +++ b/graphics/gimpshop/files/patch-ab @@ -16,17 +16,6 @@ _exit(127); } else ---- plug-ins/ripple.c~ Fri Apr 18 09:21:26 1997 -+++ plug-ins/ripple.c Fri Apr 18 09:21:31 1997 -@@ -1015,7 +1015,7 @@ - switch (rvals.waveform) - { - case SINE: -- return rvals.amplitude*sin(location*(2*PI)/(double)rvals.period); -+ return rvals.amplitude*sin(location*(2*M_PI)/(double)rvals.period); - break; - case SAWTOOTH: - return floor(rvals.amplitude*(fabs((((location%rvals.period)/(double)rvals.period)*4)-2)-1)); The patches for displace ------------------------ @@ -119,24 +108,6 @@ The patches for displace } tile = displace_pixel (drawable, tile, x1, y1, x2, y2, xi, yi, &row, &col, pixel[0]); -*************** -*** 712,718 **** - return TRUE; - - if (gimp_drawable_width (drawable_id) == drawable->width && -! gimp_drawable_height (drawable_id) == drawable->height) - return TRUE; - else - return FALSE; ---- 719,726 ---- - return TRUE; - - if (gimp_drawable_width (drawable_id) == drawable->width && -! gimp_drawable_height (drawable_id) == drawable->height && -! gimp_drawable_type (drawable_id) == GRAY_IMAGE) - return TRUE; - else - return FALSE; --- 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 @@ -145,14 +116,24 @@ The patches for displace #include #include #include ---- plug-ins/plasma.c~ Fri Apr 18 15:01:43 1997 -+++ plug-ins/plasma.c Fri Apr 18 15:01:53 1997 -@@ -310,7 +310,7 @@ - gtk_widget_set_usize( entry, ENTRY_WIDTH, 0 ); - sprintf( buffer, "%d", pvals.seed ); - gtk_entry_set_text (GTK_ENTRY (entry), buffer ); -- gtk_signal_connect (GTK_OBJECT (entry), "changed_text", -+ gtk_signal_connect (GTK_OBJECT (entry), "changed", - (GtkSignalFunc) plasma_entry_callback, - &pvals.seed); - gtk_widget_show (entry); + +--- 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 + #include + #include + #include +--- plug-ins/dgimp/lgp.c.orig Wed Apr 30 11:39:18 1997 ++++ plug-ins/dgimp/lgp.c Wed Apr 30 11:39:00 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 + #include + #include + #include diff --git a/graphics/gimpshop/files/patch-ac b/graphics/gimpshop/files/patch-ac index 6ee30980df23..ac953a93187e 100644 --- a/graphics/gimpshop/files/patch-ac +++ b/graphics/gimpshop/files/patch-ac @@ -15,6 +15,7 @@ echo "configure:564: checking for a BSD compatible install" >&5 if test -z "$INSTALL"; then if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then + --- ./gtk+/configure~ Fri Mar 28 10:58:42 1997 +++ ./gtk+/configure Tue Apr 8 08:05:57 1997 @@ -568,6 +568,7 @@ @@ -25,17 +26,18 @@ echo "configure:572: checking for a BSD compatible install" >&5 if test -z "$INSTALL"; then if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then ---- configure.orig Fri Apr 18 03:57:14 1997 -+++ configure Fri Apr 18 08:44:36 1997 -@@ -567,6 +567,7 @@ + +--- configure.orig Sun Apr 27 00:27:09 1997 ++++ configure Mon Apr 28 21:23:51 1997 +@@ -571,6 +571,7 @@ # ./install, which can be erroneously created by make from ./install.sh. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 - echo "configure:570: checking for a BSD compatible install" >&5 + echo "configure:574: checking for a BSD compatible install" >&5 +INSTALL="/usr/bin/install -c" if test -z "$INSTALL"; then if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -616,7 +617,7 @@ +@@ -620,7 +621,7 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' @@ -44,12 +46,12 @@ PACKAGE=gimp -@@ -2172,7 +2173,7 @@ - +@@ -2196,7 +2197,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` diff --git a/graphics/gimpshop/files/patch-ah b/graphics/gimpshop/files/patch-ah new file mode 100644 index 000000000000..97c39b1d7058 --- /dev/null +++ b/graphics/gimpshop/files/patch-ah @@ -0,0 +1,337 @@ +Date: Mon, 28 Apr 1997 13:14:20 -0500 +Message-Id: <199704281814.NAA31815@nuclecu.unam.mx> +From: Federico Mena +To: gimp-developer@scam.xcf.berkeley.edu +Subject: PATCH: repeat functions added to blend.c +Reply-to: federico@nuclecu.unam.mx + +Hello, everyone + +This patch makes the necessary changes to blend.c so that the blend +tool lets you select among three different repeat functions: + +- None: this is the default, and it is the way the blend tool always +has worked. On either side of the direction vector, the gradient will +use 0 and 1 values, respectively. + +- Sawtooth wave: the gradient will repeat 01->01->01->etc. + +- Triangular wave: the gradient will repeat 01->10->01->10->etc. + +I have thus added the constants REPEAT-NONE, REPEAT-SAWTOOTH and +REPEAT-TRIANGULAR to Script-fu. + +My next patch to blend.c will be to add adaptive supersampling. + + Quartic + +--- app/blend.dist.c Mon Apr 28 09:06:57 1997 ++++ app/blend.c Mon Apr 28 12:51:22 1997 +@@ -65,6 +65,15 @@ + CUSTOM_MODE + } BlendMode; + ++typedef enum ++{ ++ REPEAT_NONE, ++ REPEAT_SAWTOOTH, ++ REPEAT_TRIANGULAR, ++} RepeatMode; ++ ++typedef double (*RepeatFunc)(double); ++ + typedef struct _BlendTool BlendTool; + struct _BlendTool + { +@@ -85,7 +94,7 @@ + BlendMode blend_mode; + int paint_mode; + GradientType gradient_type; +- int repeat; ++ RepeatMode repeat; + }; + + /* local function prototypes */ +@@ -93,7 +102,7 @@ + static void gradient_type_callback (GtkWidget *, gpointer); + static void blend_mode_callback (GtkWidget *, gpointer); + static void paint_mode_callback (GtkWidget *, gpointer); +-static void repeat_toggle_update (GtkWidget *widget, int *value); ++static void repeat_type_callback (GtkWidget *, gpointer); + + static void blend_button_press (Tool *, GdkEventButton *, gpointer); + static void blend_button_release (Tool *, GdkEventButton *, gpointer); +@@ -105,7 +114,7 @@ + BlendMode blend_mode, int paint_mode, + GradientType gradient_type, + double opacity, double offset, +- int repeat, ++ RepeatMode repeat, + double startx, double starty, + double endx, double endy); + +@@ -125,10 +134,14 @@ + static double gradient_calc_shapeburst_spherical_factor (double x, double y); + static double gradient_calc_shapeburst_dimpled_factor (double x, double y); + ++static double gradient_repeat_none(double val); ++static double gradient_repeat_sawtooth(double val); ++static double gradient_repeat_triangular(double val); ++ + static void gradient_precalc_shapeburst (GImage *gimage, int, PixelRegion *PR, double dist); + static void gradient_fill_region (GImage *gimage, int, PixelRegion *PR, + BlendMode blend_mode, GradientType gradient_type, +- double offset, int repeat, int sx, int sy, int ex, int ey); ++ double offset, RepeatMode repeat, int sx, int sy, int ex, int ey); + + static BlendOptions *create_blend_options (void); + static Argument *blend_invoker (Argument *); +@@ -173,6 +186,16 @@ + /* blend options */ + static BlendOptions *blend_options = NULL; + ++/* repeat menu items */ ++ ++static MenuItem repeat_option_items[] = ++{ ++ { "None", 0, 0, repeat_type_callback, (gpointer) REPEAT_NONE, NULL, NULL }, ++ { "Sawtooth wave", 0, 0, repeat_type_callback, (gpointer) REPEAT_SAWTOOTH, NULL, NULL }, ++ { "Triangular wave", 0, 0, repeat_type_callback, (gpointer) REPEAT_TRIANGULAR, NULL, NULL }, ++ { NULL, 0, 0, NULL, NULL, NULL, NULL } ++}; ++ + + static void + blend_scale_update (GtkAdjustment *adjustment, +@@ -203,13 +226,10 @@ + } + + static void +-repeat_toggle_update(GtkWidget *widget, +- int *value) ++repeat_type_callback(GtkWidget *widget, ++ gpointer client_data) + { +- if (GTK_TOGGLE_BUTTON(widget)->active) +- *value = TRUE; +- else +- *value = FALSE; ++ blend_options->repeat = (RepeatMode) client_data; + } + + static BlendOptions * +@@ -225,7 +245,8 @@ + GtkWidget *pm_menu; + GtkWidget *gt_option_menu; + GtkWidget *gt_menu; +- GtkWidget *button; ++ GtkWidget *rt_option_menu; ++ GtkWidget *rt_menu; + GtkWidget *opacity_scale; + GtkWidget *table; + GtkWidget *offset_scale; +@@ -239,7 +260,7 @@ + options->blend_mode = FG_BG_RGB_MODE; + options->paint_mode = NORMAL; + options->gradient_type = Linear; +- options->repeat = FALSE; ++ options->repeat = REPEAT_NONE; + + /* the main vbox */ + vbox = gtk_vbox_new (FALSE, 5); +@@ -257,7 +278,7 @@ + gtk_widget_show(frame); + + /* the table */ +- table = gtk_table_new (5, 2, FALSE); ++ table = gtk_table_new (6, 2, FALSE); + gtk_container_border_width (GTK_CONTAINER (table), 5); + gtk_container_add(GTK_CONTAINER(frame), table); + +@@ -336,16 +357,22 @@ + gtk_widget_show (label); + gtk_widget_show (gt_option_menu); + +- gtk_widget_show (table); +- + /* the repeat option */ + +- button = gtk_check_button_new_with_label("Repeat gradient"); +- gtk_box_pack_start(GTK_BOX(vbox), button, TRUE, TRUE, 0); +- gtk_signal_connect(GTK_OBJECT(button), "toggled", +- (GtkSignalFunc) repeat_toggle_update, +- &options->repeat); +- gtk_widget_show(button); ++ label = gtk_label_new("Repeat:"); ++ gtk_misc_set_alignment(GTK_MISC(label), 0.0, 0.5); ++ gtk_table_attach(GTK_TABLE(table), label, 0, 1, 5, 6, ++ GTK_SHRINK | GTK_FILL, GTK_SHRINK, 0, 2); ++ rt_menu = build_menu(repeat_option_items, NULL); ++ rt_option_menu = gtk_option_menu_new(); ++ gtk_table_attach(GTK_TABLE(table), rt_option_menu, 1, 2, 5, 6, ++ GTK_EXPAND | GTK_SHRINK | GTK_FILL, GTK_SHRINK, 4, 2); ++ gtk_widget_show(label); ++ gtk_widget_show(rt_option_menu); ++ ++ /* show the whole table */ ++ ++ gtk_widget_show (table); + + /* Register this selection options widget with the main tools options dialog */ + tools_register_options (BLEND, vbox); +@@ -354,6 +381,7 @@ + gtk_option_menu_set_menu (GTK_OPTION_MENU (bm_option_menu), bm_menu); + gtk_option_menu_set_menu (GTK_OPTION_MENU (gt_option_menu), gt_menu); + gtk_option_menu_set_menu (GTK_OPTION_MENU (pm_option_menu), pm_menu); ++ gtk_option_menu_set_menu (GTK_OPTION_MENU (rt_option_menu), rt_menu); + + return options; + } +@@ -561,7 +589,7 @@ + GradientType gradient_type, + double opacity, + double offset, +- int repeat, ++ RepeatMode repeat, + double startx, + double starty, + double endx, +@@ -865,6 +893,36 @@ + return value; + } + ++static double ++gradient_repeat_none(double val) ++{ ++ return BOUNDS(val, 0.0, 1.0); ++} ++ ++static double ++gradient_repeat_sawtooth(double val) ++{ ++ if (val >= 0.0) ++ return fmod(val, 1.0); ++ else ++ return 1.0 - fmod(-val, 1.0); ++} ++ ++static double ++gradient_repeat_triangular(double val) ++{ ++ int ival; ++ ++ if (val < 0.0) ++ val = -val; ++ ++ ival = (int) val; ++ ++ if (ival & 1) ++ return 1.0 - fmod(val, 1.0); ++ else ++ return fmod(val, 1.0); ++} + + /*****/ + static void +@@ -956,7 +1014,7 @@ + BlendMode blend_mode, + GradientType gradient_type, + double offset, +- int repeat, ++ RepeatMode repeat, + int sx, + int sy, + int ex, +@@ -973,6 +1031,7 @@ + double factor; + unsigned char *data; + void * pr; ++ RepeatFunc repeat_func; + + /* Get foreground and background colors */ + palette_get_foreground(&rf, &gf, &bf); +@@ -1058,6 +1117,26 @@ + break; + } /* switch */ + ++ /* Set repeat function */ ++ ++ switch (repeat) ++ { ++ case REPEAT_NONE: ++ repeat_func = gradient_repeat_none; ++ break; ++ ++ case REPEAT_SAWTOOTH: ++ repeat_func = gradient_repeat_sawtooth; ++ break; ++ ++ case REPEAT_TRIANGULAR: ++ repeat_func = gradient_repeat_triangular; ++ break; ++ ++ default: ++ fatal_error("gradient_fill_region(): unknown repeat mode %d", (int) repeat); ++ break; ++ } /* switch */ + + /* Cycle through the affected tiles and fill */ + for (pr = pixel_regions_register (1, PR); pr != NULL; pr = pixel_regions_process (pr)) +@@ -1116,10 +1195,7 @@ + + /* Adjust for repeat */ + +- if (repeat) +- factor = fmod(factor, 1.0); +- else +- factor = BOUNDS(factor, 0.0, 1.0); ++ factor = (*repeat_func)(factor); + + /* Blend the colors */ + +@@ -1250,7 +1326,7 @@ + }, + { PDB_INT32, + "repeat", +- "Repeat the gradient indefinitely along the direction vector" ++ "Repeat mode: { NONE (0), REPEAT_SAWTOOTH (1), REPEAT_TRIANGULAR (2) }" + }, + { PDB_FLOAT, + "x1", +@@ -1303,7 +1379,7 @@ + GradientType gradient_type; + double opacity; + double offset; +- int repeat; ++ RepeatMode repeat; + double x1, y1; + double x2, y2; + int int_value; +@@ -1387,7 +1463,13 @@ + if (success) + { + int_value = args[7].value.pdb_int; +- repeat = (int_value ? TRUE : FALSE); ++ switch (int_value) ++ { ++ case 0: repeat = REPEAT_NONE; break; ++ case 1: repeat = REPEAT_SAWTOOTH; break; ++ case 2: repeat = REPEAT_TRIANGULAR; break; ++ default: success = FALSE; ++ } + } + /* x1, y1, x2, y2 */ + if (success) +--- plug-ins/script-fu/script-fu.c~ Sun Apr 27 00:31:00 1997 ++++ plug-ins/script-fu/script-fu.c Mon Apr 28 12:58:19 1997 +@@ -493,6 +493,10 @@ + setvar (cintern ("SHAPEBURST-SPHERICAL"), flocons (7), NIL); + setvar (cintern ("SHAPEBURST-DIMPLED"), flocons (8), NIL); + ++ setvar (cintern ("REPEAT-NONE"), flocons(0), NIL); ++ setvar (cintern ("REPEAT-SAWTOOTH"), flocons(1), NIL); ++ setvar (cintern ("REPEAT-TRIANGULAR"), flocons(2), NIL); ++ + setvar (cintern ("FG-BUCKET-FILL"), flocons (0), NIL); + setvar (cintern ("BG-BUCKET-FILL"), flocons (1), NIL); + setvar (cintern ("PATTERN-BUCKET-FILL"), flocons (2), NIL); diff --git a/graphics/gimpshop/pkg-plist b/graphics/gimpshop/pkg-plist index 4a3891fb0068..fe3775033bac 100644 --- a/graphics/gimpshop/pkg-plist +++ b/graphics/gimpshop/pkg-plist @@ -6,9 +6,77 @@ include/gdk/gdkprivate.h include/gdk/gdktypes.h include/gdk/gdkx.h include/glib/gconfig.h -include/glib/gconfig.h -include/glib/glib.h include/glib/glib.h +include/gtk/gtk.h +include/gtk/gtkaccelerator.h +include/gtk/gtkadjustment.h +include/gtk/gtkalignment.h +include/gtk/gtkarrow.h +include/gtk/gtkaspectframe.h +include/gtk/gtkbin.h +include/gtk/gtkbox.h +include/gtk/gtkbutton.h +include/gtk/gtkcheckbutton.h +include/gtk/gtkcheckmenuitem.h +include/gtk/gtkcolorsel.h +include/gtk/gtkcontainer.h +include/gtk/gtkdata.h +include/gtk/gtkdialog.h +include/gtk/gtkdrawingarea.h +include/gtk/gtkentry.h +include/gtk/gtkenums.h +include/gtk/gtkfilesel.h +include/gtk/gtkframe.h +include/gtk/gtkgc.h +include/gtk/gtkhbox.h +include/gtk/gtkhruler.h +include/gtk/gtkhscale.h +include/gtk/gtkhscrollbar.h +include/gtk/gtkhseparator.h +include/gtk/gtkimage.h +include/gtk/gtkitem.h +include/gtk/gtklabel.h +include/gtk/gtklist.h +include/gtk/gtklistitem.h +include/gtk/gtkmain.h +include/gtk/gtkmenu.h +include/gtk/gtkmenubar.h +include/gtk/gtkmenufactory.h +include/gtk/gtkmenuitem.h +include/gtk/gtkmenushell.h +include/gtk/gtkmisc.h +include/gtk/gtknotebook.h +include/gtk/gtkobject.h +include/gtk/gtkoptionmenu.h +include/gtk/gtkpixmap.h +include/gtk/gtkpreview.h +include/gtk/gtkprogressbar.h +include/gtk/gtkradiobutton.h +include/gtk/gtkradiomenuitem.h +include/gtk/gtkrange.h +include/gtk/gtkrc.h +include/gtk/gtkruler.h +include/gtk/gtkscale.h +include/gtk/gtkscrollbar.h +include/gtk/gtkscrolledwindow.h +include/gtk/gtkseparator.h +include/gtk/gtksignal.h +include/gtk/gtkstyle.h +include/gtk/gtktable.h +include/gtk/gtktext.h +include/gtk/gtktogglebutton.h +include/gtk/gtktooltips.h +include/gtk/gtktree.h +include/gtk/gtktreeitem.h +include/gtk/gtktypeutils.h +include/gtk/gtkvbox.h +include/gtk/gtkviewport.h +include/gtk/gtkvruler.h +include/gtk/gtkvscale.h +include/gtk/gtkvscrollbar.h +include/gtk/gtkvseparator.h +include/gtk/gtkwidget.h +include/gtk/gtkwindow.h include/libgimp/gimp.h include/libgimp/gimpenums.h include/libgimp/gimpmenu.h @@ -24,293 +92,337 @@ info/pdb.info-1 info/pdb.info-2 lib/libgdk.a lib/libgdk.la +lib/libgdk.so lib/libgdk.so.1.0 lib/libgimp.a lib/libgimp.la +lib/libgimp.so lib/libgimp.so.1.0 lib/libgimpui.a lib/libgimpui.la +lib/libgimpui.so lib/libgimpui.so.1.0 lib/libglib.a lib/libglib.la +lib/libglib.so lib/libglib.so.1.0 lib/libgtk.a lib/libgtk.la +lib/libgtk.so lib/libgtk.so.1.0 -libexec/gimp/0.99.8/plug-ins/CML_explorer -libexec/gimp/0.99.8/plug-ins/autocrop -libexec/gimp/0.99.8/plug-ins/blur -libexec/gimp/0.99.8/plug-ins/bumpmap -libexec/gimp/0.99.8/plug-ins/c_astretch -libexec/gimp/0.99.8/plug-ins/checkerboard -libexec/gimp/0.99.8/plug-ins/cubism -libexec/gimp/0.99.8/plug-ins/demo -libexec/gimp/0.99.8/plug-ins/diffraction -libexec/gimp/0.99.8/plug-ins/displace -libexec/gimp/0.99.8/plug-ins/edge -libexec/gimp/0.99.8/plug-ins/emboss -libexec/gimp/0.99.8/plug-ins/figures -libexec/gimp/0.99.8/plug-ins/gauss_iir -libexec/gimp/0.99.8/plug-ins/gauss_rle -libexec/gimp/0.99.8/plug-ins/gbr -libexec/gimp/0.99.8/plug-ins/gif -libexec/gimp/0.99.8/plug-ins/gradmap -libexec/gimp/0.99.8/plug-ins/grid -libexec/gimp/0.99.8/plug-ins/header -libexec/gimp/0.99.8/plug-ins/holes -libexec/gimp/0.99.8/plug-ins/hot -libexec/gimp/0.99.8/plug-ins/hrz -libexec/gimp/0.99.8/plug-ins/ifscompose -libexec/gimp/0.99.8/plug-ins/jpeg -libexec/gimp/0.99.8/plug-ins/laplace -libexec/gimp/0.99.8/plug-ins/mosaic -libexec/gimp/0.99.8/plug-ins/nlfilt -libexec/gimp/0.99.8/plug-ins/noisify -libexec/gimp/0.99.8/plug-ins/normalize -libexec/gimp/0.99.8/plug-ins/nova -libexec/gimp/0.99.8/plug-ins/oilify -libexec/gimp/0.99.8/plug-ins/pat -libexec/gimp/0.99.8/plug-ins/pcx -libexec/gimp/0.99.8/plug-ins/pinch -libexec/gimp/0.99.8/plug-ins/pixelize -libexec/gimp/0.99.8/plug-ins/plasma -libexec/gimp/0.99.8/plug-ins/pnm -libexec/gimp/0.99.8/plug-ins/ps -libexec/gimp/0.99.8/plug-ins/ripple -libexec/gimp/0.99.8/plug-ins/script-fu -libexec/gimp/0.99.8/plug-ins/shift -libexec/gimp/0.99.8/plug-ins/sobel -libexec/gimp/0.99.8/plug-ins/sparkle -libexec/gimp/0.99.8/plug-ins/spread -libexec/gimp/0.99.8/plug-ins/sunras -libexec/gimp/0.99.8/plug-ins/tiff -libexec/gimp/0.99.8/plug-ins/tile -libexec/gimp/0.99.8/plug-ins/url -libexec/gimp/0.99.8/plug-ins/video -libexec/gimp/0.99.8/plug-ins/vinvert -libexec/gimp/0.99.8/plug-ins/waves -libexec/gimp/0.99.8/plug-ins/whirl -libexec/gimp/0.99.8/plug-ins/xpm -libexec/gimp/0.99.8/plug-ins/xwd -share/gimp/0.99.8/brushes/10x10square.gbr -share/gimp/0.99.8/brushes/10x10squareBlur.gbr -share/gimp/0.99.8/brushes/11circle.gbr -share/gimp/0.99.8/brushes/11fcircle.gbr -share/gimp/0.99.8/brushes/13circle.gbr -share/gimp/0.99.8/brushes/13fcircle.gbr -share/gimp/0.99.8/brushes/15circle.gbr -share/gimp/0.99.8/brushes/15fcircle.gbr -share/gimp/0.99.8/brushes/17circle.gbr -share/gimp/0.99.8/brushes/17fcircle.gbr -share/gimp/0.99.8/brushes/19circle.gbr -share/gimp/0.99.8/brushes/19fcircle.gbr -share/gimp/0.99.8/brushes/1circle.gbr -share/gimp/0.99.8/brushes/20x20square.gbr -share/gimp/0.99.8/brushes/20x20squareBlur.gbr -share/gimp/0.99.8/brushes/3circle.gbr -share/gimp/0.99.8/brushes/3fcircle.gbr -share/gimp/0.99.8/brushes/50x50cone.gbr -share/gimp/0.99.8/brushes/50x50square.gbr -share/gimp/0.99.8/brushes/50x50squareBlur.gbr -share/gimp/0.99.8/brushes/50x50squareBlur2.gbr -share/gimp/0.99.8/brushes/5circle.gbr -share/gimp/0.99.8/brushes/5fcircle.gbr -share/gimp/0.99.8/brushes/5x5square.gbr -share/gimp/0.99.8/brushes/5x5squareBlur.gbr -share/gimp/0.99.8/brushes/7circle.gbr -share/gimp/0.99.8/brushes/7fcircle.gbr -share/gimp/0.99.8/brushes/9circle.gbr -share/gimp/0.99.8/brushes/9fcircle.gbr -share/gimp/0.99.8/brushes/WindozeSux.gbr -share/gimp/0.99.8/brushes/airplane.gbr -share/gimp/0.99.8/brushes/bigGalaxy.gbr -share/gimp/0.99.8/brushes/bird.gbr -share/gimp/0.99.8/brushes/bush.gbr -share/gimp/0.99.8/brushes/cloth.gbr -share/gimp/0.99.8/brushes/confetti.gbr -share/gimp/0.99.8/brushes/cross.gbr -share/gimp/0.99.8/brushes/cross_large.gbr -share/gimp/0.99.8/brushes/cross_small.gbr -share/gimp/0.99.8/brushes/diamond.gbr -share/gimp/0.99.8/brushes/duck.gbr -share/gimp/0.99.8/brushes/dunes.gbr -share/gimp/0.99.8/brushes/elk.gbr -share/gimp/0.99.8/brushes/flags.gbr -share/gimp/0.99.8/brushes/flower.gbr -share/gimp/0.99.8/brushes/flower_large.gbr -share/gimp/0.99.8/brushes/galaxy.gbr -share/gimp/0.99.8/brushes/galaxy_small.gbr -share/gimp/0.99.8/brushes/gecko.gbr -share/gimp/0.99.8/brushes/glyph.gbr -share/gimp/0.99.8/brushes/grid.gbr -share/gimp/0.99.8/brushes/grid2.gbr -share/gimp/0.99.8/brushes/guitar.gbr -share/gimp/0.99.8/brushes/hash.gbr -share/gimp/0.99.8/brushes/jack.gbr -share/gimp/0.99.8/brushes/manta.gbr -share/gimp/0.99.8/brushes/nova.gbr -share/gimp/0.99.8/brushes/pixel.gbr -share/gimp/0.99.8/brushes/qbert2.gbr -share/gimp/0.99.8/brushes/qbert3Blur.gbr -share/gimp/0.99.8/brushes/ribbon.gbr -share/gimp/0.99.8/brushes/rings1.gbr -share/gimp/0.99.8/brushes/rings2.gbr -share/gimp/0.99.8/brushes/rings3.gbr -share/gimp/0.99.8/brushes/rings4.gbr -share/gimp/0.99.8/brushes/rings5.gbr -share/gimp/0.99.8/brushes/rings6.gbr -share/gimp/0.99.8/brushes/rings7.gbr -share/gimp/0.99.8/brushes/sball.gbr -share/gimp/0.99.8/brushes/slope.gbr -share/gimp/0.99.8/brushes/snake.gbr -share/gimp/0.99.8/brushes/snowflake.gbr -share/gimp/0.99.8/brushes/sparkle.gbr -share/gimp/0.99.8/brushes/sparkle2.gbr -share/gimp/0.99.8/brushes/star_medium.gbr -share/gimp/0.99.8/brushes/star_small.gbr -share/gimp/0.99.8/brushes/swirl.gbr -share/gimp/0.99.8/brushes/swirl2.gbr -share/gimp/0.99.8/brushes/thegimp.gbr -share/gimp/0.99.8/brushes/therefore.gbr -share/gimp/0.99.8/brushes/tictactoe.gbr -share/gimp/0.99.8/brushes/tile.gbr -share/gimp/0.99.8/brushes/triangle.gbr -share/gimp/0.99.8/brushes/tulip.gbr -share/gimp/0.99.8/brushes/xcf.gbr -share/gimp/0.99.8/gimp_logo.ppm -share/gimp/0.99.8/gimprc -share/gimp/0.99.8/gradients/Default -share/gimp/0.99.8/gradients/French_flag -share/gimp/0.99.8/gradients/French_flag_smooth -share/gimp/0.99.8/gradients/Full_saturation_spectrum_CCW -share/gimp/0.99.8/gradients/Full_saturation_spectrum_CW -share/gimp/0.99.8/gradients/German_flag -share/gimp/0.99.8/gradients/German_flag_smooth -share/gimp/0.99.8/gradients/Mexican_flag -share/gimp/0.99.8/gradients/Mexican_flag_smooth -share/gimp/0.99.8/palettes/Blues -share/gimp/0.99.8/palettes/Browns_And_Yellows -share/gimp/0.99.8/palettes/Cool_Colors -share/gimp/0.99.8/palettes/Default -share/gimp/0.99.8/palettes/Grays -share/gimp/0.99.8/palettes/Greens -share/gimp/0.99.8/palettes/Lights -share/gimp/0.99.8/palettes/Muted -share/gimp/0.99.8/palettes/Pastels -share/gimp/0.99.8/palettes/Reds_And_Purples -share/gimp/0.99.8/palettes/Warm_Colors -share/gimp/0.99.8/patterns/3dgreen.pat -share/gimp/0.99.8/patterns/Craters.pat -share/gimp/0.99.8/patterns/Moonfoot.pat -share/gimp/0.99.8/patterns/amethyst.pat -share/gimp/0.99.8/patterns/bark.pat -share/gimp/0.99.8/patterns/blackwhitefloor.pat -share/gimp/0.99.8/patterns/blue.pat -share/gimp/0.99.8/patterns/blueweb.pat -share/gimp/0.99.8/patterns/brick.pat -share/gimp/0.99.8/patterns/burlap.pat -share/gimp/0.99.8/patterns/burlwood.pat -share/gimp/0.99.8/patterns/chains.pat -share/gimp/0.99.8/patterns/choc_swirl.pat -share/gimp/0.99.8/patterns/circuit.pat -share/gimp/0.99.8/patterns/clouds.pat -share/gimp/0.99.8/patterns/clovers.pat -share/gimp/0.99.8/patterns/coins.pat -share/gimp/0.99.8/patterns/color.pat -share/gimp/0.99.8/patterns/corkboard.pat -share/gimp/0.99.8/patterns/cracked.pat -share/gimp/0.99.8/patterns/crazytile.pat -share/gimp/0.99.8/patterns/crinklepaper.pat -share/gimp/0.99.8/patterns/drymud.pat -share/gimp/0.99.8/patterns/dunes.pat -share/gimp/0.99.8/patterns/eggcarton.pat -share/gimp/0.99.8/patterns/electric.pat -share/gimp/0.99.8/patterns/fibers.pat -share/gimp/0.99.8/patterns/floor_tile.pat -share/gimp/0.99.8/patterns/granite1.pat -share/gimp/0.99.8/patterns/granite2.pat -share/gimp/0.99.8/patterns/green_curtains.pat -share/gimp/0.99.8/patterns/ground1.pat -share/gimp/0.99.8/patterns/java.pat -share/gimp/0.99.8/patterns/krinkle.pat -share/gimp/0.99.8/patterns/lathe.pat -share/gimp/0.99.8/patterns/leather.pat -share/gimp/0.99.8/patterns/leaves.pat -share/gimp/0.99.8/patterns/leaves3.pat -share/gimp/0.99.8/patterns/leaves4.pat -share/gimp/0.99.8/patterns/leaves6.pat -share/gimp/0.99.8/patterns/leopard.pat -share/gimp/0.99.8/patterns/lightning.pat -share/gimp/0.99.8/patterns/lumps.pat -share/gimp/0.99.8/patterns/marble1.pat -share/gimp/0.99.8/patterns/marble2.pat -share/gimp/0.99.8/patterns/marble3.pat -share/gimp/0.99.8/patterns/mhuerock.pat -share/gimp/0.99.8/patterns/money.pat -share/gimp/0.99.8/patterns/oooh.pat -share/gimp/0.99.8/patterns/oooh3.pat -share/gimp/0.99.8/patterns/paper.pat -share/gimp/0.99.8/patterns/parque1.pat -share/gimp/0.99.8/patterns/parque2.pat -share/gimp/0.99.8/patterns/parque3.pat -share/gimp/0.99.8/patterns/pine.pat -share/gimp/0.99.8/patterns/pink_marble.pat -share/gimp/0.99.8/patterns/pj.pat -share/gimp/0.99.8/patterns/pool.pat -share/gimp/0.99.8/patterns/qube1.pat -share/gimp/0.99.8/patterns/recessed.pat -share/gimp/0.99.8/patterns/rock.pat -share/gimp/0.99.8/patterns/sky.pat -share/gimp/0.99.8/patterns/slate.pat -share/gimp/0.99.8/patterns/sm_squares.pat -share/gimp/0.99.8/patterns/startile.pat -share/gimp/0.99.8/patterns/stone33.pat -share/gimp/0.99.8/patterns/swirl.pat -share/gimp/0.99.8/patterns/swirl2.pat -share/gimp/0.99.8/patterns/terra.pat -share/gimp/0.99.8/patterns/torrents.pat -share/gimp/0.99.8/patterns/walnut.pat -share/gimp/0.99.8/patterns/water3.pat -share/gimp/0.99.8/patterns/waves.pat -share/gimp/0.99.8/patterns/wax.pat -share/gimp/0.99.8/patterns/wood1.pat -share/gimp/0.99.8/patterns/wood2.pat -share/gimp/0.99.8/patterns/wood3.pat -share/gimp/0.99.8/patterns/wood4.pat -share/gimp/0.99.8/patterns/wood5.pat -share/gimp/0.99.8/scripts/alien-glow.scm -share/gimp/0.99.8/scripts/bds-logo-textured.scm -share/gimp/0.99.8/scripts/beavis.jpg -share/gimp/0.99.8/scripts/blend-logo.scm -share/gimp/0.99.8/scripts/carve.scm -share/gimp/0.99.8/scripts/chrome-it.scm -share/gimp/0.99.8/scripts/chrome.scm -share/gimp/0.99.8/scripts/chrome2.scm -share/gimp/0.99.8/scripts/clothify.scm -share/gimp/0.99.8/scripts/crystal.scm -share/gimp/0.99.8/scripts/ds-logo.scm -share/gimp/0.99.8/scripts/frozen-text.scm -share/gimp/0.99.8/scripts/glowing.scm -share/gimp/0.99.8/scripts/hds-logo.scm -share/gimp/0.99.8/scripts/neon.scm -share/gimp/0.99.8/scripts/sphere.scm -share/gimp/0.99.8/scripts/swirltile.scm -share/gimp/0.99.8/scripts/t-o-p.scm -share/gimp/0.99.8/scripts/text-circle.scm -share/gimp/0.99.8/scripts/texture1.jpg -share/gimp/0.99.8/scripts/texture2.jpg -share/gimp/0.99.8/user_install +libexec/gimp/0.99.9/plug-ins/CML_explorer +libexec/gimp/0.99.9/plug-ins/autocrop +libexec/gimp/0.99.9/plug-ins/blinds +libexec/gimp/0.99.9/plug-ins/blur +libexec/gimp/0.99.9/plug-ins/bumpmap +libexec/gimp/0.99.9/plug-ins/c_astretch +libexec/gimp/0.99.9/plug-ins/checkerboard +libexec/gimp/0.99.9/plug-ins/cubism +libexec/gimp/0.99.9/plug-ins/diffraction +libexec/gimp/0.99.9/plug-ins/displace +libexec/gimp/0.99.9/plug-ins/edge +libexec/gimp/0.99.9/plug-ins/emboss +libexec/gimp/0.99.9/plug-ins/figures +libexec/gimp/0.99.9/plug-ins/gauss_iir +libexec/gimp/0.99.9/plug-ins/gauss_rle +libexec/gimp/0.99.9/plug-ins/gbr +libexec/gimp/0.99.9/plug-ins/gif +libexec/gimp/0.99.9/plug-ins/gradmap +libexec/gimp/0.99.9/plug-ins/grid +libexec/gimp/0.99.9/plug-ins/header +libexec/gimp/0.99.9/plug-ins/holes +libexec/gimp/0.99.9/plug-ins/hot +libexec/gimp/0.99.9/plug-ins/hrz +libexec/gimp/0.99.9/plug-ins/ifscompose +libexec/gimp/0.99.9/plug-ins/jpeg +libexec/gimp/0.99.9/plug-ins/laplace +libexec/gimp/0.99.9/plug-ins/mosaic +libexec/gimp/0.99.9/plug-ins/nlfilt +libexec/gimp/0.99.9/plug-ins/noisify +libexec/gimp/0.99.9/plug-ins/normalize +libexec/gimp/0.99.9/plug-ins/nova +libexec/gimp/0.99.9/plug-ins/oilify +libexec/gimp/0.99.9/plug-ins/pat +libexec/gimp/0.99.9/plug-ins/pcx +libexec/gimp/0.99.9/plug-ins/pinch +libexec/gimp/0.99.9/plug-ins/pixelize +libexec/gimp/0.99.9/plug-ins/plasma +libexec/gimp/0.99.9/plug-ins/pnm +libexec/gimp/0.99.9/plug-ins/ps +libexec/gimp/0.99.9/plug-ins/ripple +libexec/gimp/0.99.9/plug-ins/script-fu +libexec/gimp/0.99.9/plug-ins/shift +libexec/gimp/0.99.9/plug-ins/sobel +libexec/gimp/0.99.9/plug-ins/sparkle +libexec/gimp/0.99.9/plug-ins/spread +libexec/gimp/0.99.9/plug-ins/sunras +libexec/gimp/0.99.9/plug-ins/tiff +libexec/gimp/0.99.9/plug-ins/tile +libexec/gimp/0.99.9/plug-ins/url +libexec/gimp/0.99.9/plug-ins/video +libexec/gimp/0.99.9/plug-ins/vinvert +libexec/gimp/0.99.9/plug-ins/waves +libexec/gimp/0.99.9/plug-ins/whirl +libexec/gimp/0.99.9/plug-ins/xpm +libexec/gimp/0.99.9/plug-ins/xwd +libexec/gimp/0.99.9/plug-ins/zealouscrop +share/gimp/0.99.9/brushes/10x10square.gbr +share/gimp/0.99.9/brushes/10x10squareBlur.gbr +share/gimp/0.99.9/brushes/11circle.gbr +share/gimp/0.99.9/brushes/11fcircle.gbr +share/gimp/0.99.9/brushes/13circle.gbr +share/gimp/0.99.9/brushes/13fcircle.gbr +share/gimp/0.99.9/brushes/15circle.gbr +share/gimp/0.99.9/brushes/15fcircle.gbr +share/gimp/0.99.9/brushes/17circle.gbr +share/gimp/0.99.9/brushes/17fcircle.gbr +share/gimp/0.99.9/brushes/19circle.gbr +share/gimp/0.99.9/brushes/19fcircle.gbr +share/gimp/0.99.9/brushes/1circle.gbr +share/gimp/0.99.9/brushes/20x20square.gbr +share/gimp/0.99.9/brushes/20x20squareBlur.gbr +share/gimp/0.99.9/brushes/3circle.gbr +share/gimp/0.99.9/brushes/3fcircle.gbr +share/gimp/0.99.9/brushes/50x50cone.gbr +share/gimp/0.99.9/brushes/50x50square.gbr +share/gimp/0.99.9/brushes/50x50squareBlur.gbr +share/gimp/0.99.9/brushes/50x50squareBlur2.gbr +share/gimp/0.99.9/brushes/5circle.gbr +share/gimp/0.99.9/brushes/5fcircle.gbr +share/gimp/0.99.9/brushes/5x5square.gbr +share/gimp/0.99.9/brushes/5x5squareBlur.gbr +share/gimp/0.99.9/brushes/7circle.gbr +share/gimp/0.99.9/brushes/7fcircle.gbr +share/gimp/0.99.9/brushes/9circle.gbr +share/gimp/0.99.9/brushes/9fcircle.gbr +share/gimp/0.99.9/brushes/WindozeSux.gbr +share/gimp/0.99.9/brushes/airplane.gbr +share/gimp/0.99.9/brushes/bigGalaxy.gbr +share/gimp/0.99.9/brushes/bird.gbr +share/gimp/0.99.9/brushes/bush.gbr +share/gimp/0.99.9/brushes/cloth.gbr +share/gimp/0.99.9/brushes/confetti.gbr +share/gimp/0.99.9/brushes/cross.gbr +share/gimp/0.99.9/brushes/cross_large.gbr +share/gimp/0.99.9/brushes/cross_small.gbr +share/gimp/0.99.9/brushes/diamond.gbr +share/gimp/0.99.9/brushes/duck.gbr +share/gimp/0.99.9/brushes/dunes.gbr +share/gimp/0.99.9/brushes/elk.gbr +share/gimp/0.99.9/brushes/flags.gbr +share/gimp/0.99.9/brushes/flower.gbr +share/gimp/0.99.9/brushes/flower_large.gbr +share/gimp/0.99.9/brushes/galaxy.gbr +share/gimp/0.99.9/brushes/galaxy_small.gbr +share/gimp/0.99.9/brushes/gecko.gbr +share/gimp/0.99.9/brushes/glyph.gbr +share/gimp/0.99.9/brushes/grid.gbr +share/gimp/0.99.9/brushes/grid2.gbr +share/gimp/0.99.9/brushes/guitar.gbr +share/gimp/0.99.9/brushes/hash.gbr +share/gimp/0.99.9/brushes/jack.gbr +share/gimp/0.99.9/brushes/manta.gbr +share/gimp/0.99.9/brushes/nova.gbr +share/gimp/0.99.9/brushes/pixel.gbr +share/gimp/0.99.9/brushes/qbert2.gbr +share/gimp/0.99.9/brushes/qbert3Blur.gbr +share/gimp/0.99.9/brushes/ribbon.gbr +share/gimp/0.99.9/brushes/rings1.gbr +share/gimp/0.99.9/brushes/rings2.gbr +share/gimp/0.99.9/brushes/rings3.gbr +share/gimp/0.99.9/brushes/rings4.gbr +share/gimp/0.99.9/brushes/rings5.gbr +share/gimp/0.99.9/brushes/rings6.gbr +share/gimp/0.99.9/brushes/rings7.gbr +share/gimp/0.99.9/brushes/sball.gbr +share/gimp/0.99.9/brushes/slope.gbr +share/gimp/0.99.9/brushes/snake.gbr +share/gimp/0.99.9/brushes/snowflake.gbr +share/gimp/0.99.9/brushes/sparkle.gbr +share/gimp/0.99.9/brushes/sparkle2.gbr +share/gimp/0.99.9/brushes/star_medium.gbr +share/gimp/0.99.9/brushes/star_small.gbr +share/gimp/0.99.9/brushes/swirl.gbr +share/gimp/0.99.9/brushes/swirl2.gbr +share/gimp/0.99.9/brushes/thegimp.gbr +share/gimp/0.99.9/brushes/therefore.gbr +share/gimp/0.99.9/brushes/tictactoe.gbr +share/gimp/0.99.9/brushes/tile.gbr +share/gimp/0.99.9/brushes/triangle.gbr +share/gimp/0.99.9/brushes/tulip.gbr +share/gimp/0.99.9/brushes/xcf.gbr +share/gimp/0.99.9/gimp_logo.ppm +share/gimp/0.99.9/gimprc +share/gimp/0.99.9/gradients/Blinds +share/gimp/0.99.9/gradients/Brushed_Aluminium +share/gimp/0.99.9/gradients/Cold_Steel +share/gimp/0.99.9/gradients/Crown_molding +share/gimp/0.99.9/gradients/Deep_Sea +share/gimp/0.99.9/gradients/Default +share/gimp/0.99.9/gradients/Four_bars +share/gimp/0.99.9/gradients/French_flag +share/gimp/0.99.9/gradients/French_flag_smooth +share/gimp/0.99.9/gradients/Full_saturation_spectrum_CCW +share/gimp/0.99.9/gradients/Full_saturation_spectrum_CW +share/gimp/0.99.9/gradients/German_flag +share/gimp/0.99.9/gradients/German_flag_smooth +share/gimp/0.99.9/gradients/Horizon_1 +share/gimp/0.99.9/gradients/Incandescent +share/gimp/0.99.9/gradients/Mexican_flag +share/gimp/0.99.9/gradients/Mexican_flag_smooth +share/gimp/0.99.9/gradients/Neon_Cyan +share/gimp/0.99.9/gradients/Neon_Green +share/gimp/0.99.9/gradients/Neon_Yellow +share/gimp/0.99.9/gradients/Pastel_Rainbow +share/gimp/0.99.9/gradients/Radial_Eyeball_Blue +share/gimp/0.99.9/gradients/Radial_Eyeball_Brown +share/gimp/0.99.9/gradients/Radial_Eyeball_Green +share/gimp/0.99.9/gradients/Radial_Glow_1 +share/gimp/0.99.9/gradients/Radial_Rainbow_Hoop +share/gimp/0.99.9/gradients/Rounded_edge +share/gimp/0.99.9/gradients/Skyline +share/gimp/0.99.9/gradients/Skyline_polluted +share/gimp/0.99.9/gradients/Three_bars_sin +share/gimp/0.99.9/gradients/untitled +share/gimp/0.99.9/palettes/Blues +share/gimp/0.99.9/palettes/Browns_And_Yellows +share/gimp/0.99.9/palettes/Cool_Colors +share/gimp/0.99.9/palettes/Default +share/gimp/0.99.9/palettes/Grays +share/gimp/0.99.9/palettes/Greens +share/gimp/0.99.9/palettes/Lights +share/gimp/0.99.9/palettes/Muted +share/gimp/0.99.9/palettes/Pastels +share/gimp/0.99.9/palettes/Reds_And_Purples +share/gimp/0.99.9/palettes/Warm_Colors +share/gimp/0.99.9/patterns/3dgreen.pat +share/gimp/0.99.9/patterns/Craters.pat +share/gimp/0.99.9/patterns/Moonfoot.pat +share/gimp/0.99.9/patterns/amethyst.pat +share/gimp/0.99.9/patterns/bark.pat +share/gimp/0.99.9/patterns/blackwhitefloor.pat +share/gimp/0.99.9/patterns/blue.pat +share/gimp/0.99.9/patterns/bluebar.pat +share/gimp/0.99.9/patterns/blueweb.pat +share/gimp/0.99.9/patterns/brick.pat +share/gimp/0.99.9/patterns/burlap.pat +share/gimp/0.99.9/patterns/burlwood.pat +share/gimp/0.99.9/patterns/bwcubes.pat +share/gimp/0.99.9/patterns/chains.pat +share/gimp/0.99.9/patterns/choc_swirl.pat +share/gimp/0.99.9/patterns/circuit.pat +share/gimp/0.99.9/patterns/clouds.pat +share/gimp/0.99.9/patterns/clovers.pat +share/gimp/0.99.9/patterns/coins.pat +share/gimp/0.99.9/patterns/color.pat +share/gimp/0.99.9/patterns/colorwhirl.pat +share/gimp/0.99.9/patterns/corkboard.pat +share/gimp/0.99.9/patterns/cracked.pat +share/gimp/0.99.9/patterns/crazytile.pat +share/gimp/0.99.9/patterns/crinklepaper.pat +share/gimp/0.99.9/patterns/diffpat.pat +share/gimp/0.99.9/patterns/drymud.pat +share/gimp/0.99.9/patterns/dunes.pat +share/gimp/0.99.9/patterns/eggcarton.pat +share/gimp/0.99.9/patterns/electric.pat +share/gimp/0.99.9/patterns/fibers.pat +share/gimp/0.99.9/patterns/floor_tile.pat +share/gimp/0.99.9/patterns/granite1.pat +share/gimp/0.99.9/patterns/granite2.pat +share/gimp/0.99.9/patterns/green_curtains.pat +share/gimp/0.99.9/patterns/ground1.pat +share/gimp/0.99.9/patterns/horiz.pat +share/gimp/0.99.9/patterns/java.pat +share/gimp/0.99.9/patterns/krinkle.pat +share/gimp/0.99.9/patterns/lathe.pat +share/gimp/0.99.9/patterns/leather.pat +share/gimp/0.99.9/patterns/leaves.pat +share/gimp/0.99.9/patterns/leaves3.pat +share/gimp/0.99.9/patterns/leaves4.pat +share/gimp/0.99.9/patterns/leaves6.pat +share/gimp/0.99.9/patterns/leopard.pat +share/gimp/0.99.9/patterns/lightning.pat +share/gimp/0.99.9/patterns/lumps.pat +share/gimp/0.99.9/patterns/marble1.pat +share/gimp/0.99.9/patterns/marble2.pat +share/gimp/0.99.9/patterns/marble3.pat +share/gimp/0.99.9/patterns/mhuerock.pat +share/gimp/0.99.9/patterns/money.pat +share/gimp/0.99.9/patterns/oooh.pat +share/gimp/0.99.9/patterns/oooh3.pat +share/gimp/0.99.9/patterns/orangebrown.pat +share/gimp/0.99.9/patterns/paper.pat +share/gimp/0.99.9/patterns/parque1.pat +share/gimp/0.99.9/patterns/parque2.pat +share/gimp/0.99.9/patterns/parque3.pat +share/gimp/0.99.9/patterns/pastel.pat +share/gimp/0.99.9/patterns/pastel2.pat +share/gimp/0.99.9/patterns/pine.pat +share/gimp/0.99.9/patterns/pink_marble.pat +share/gimp/0.99.9/patterns/pj.pat +share/gimp/0.99.9/patterns/pool.pat +share/gimp/0.99.9/patterns/qube1.pat +share/gimp/0.99.9/patterns/recessed.pat +share/gimp/0.99.9/patterns/redcube.pat +share/gimp/0.99.9/patterns/rock.pat +share/gimp/0.99.9/patterns/sky.pat +share/gimp/0.99.9/patterns/slate.pat +share/gimp/0.99.9/patterns/sm_squares.pat +share/gimp/0.99.9/patterns/spectbar.pat +share/gimp/0.99.9/patterns/startile.pat +share/gimp/0.99.9/patterns/stone33.pat +share/gimp/0.99.9/patterns/swirl.pat +share/gimp/0.99.9/patterns/swirl2.pat +share/gimp/0.99.9/patterns/terra.pat +share/gimp/0.99.9/patterns/torrents.pat +share/gimp/0.99.9/patterns/walnut.pat +share/gimp/0.99.9/patterns/warning.pat +share/gimp/0.99.9/patterns/water3.pat +share/gimp/0.99.9/patterns/waves.pat +share/gimp/0.99.9/patterns/wax.pat +share/gimp/0.99.9/patterns/whirledstuff.pat +share/gimp/0.99.9/patterns/wood1.pat +share/gimp/0.99.9/patterns/wood2.pat +share/gimp/0.99.9/patterns/wood3.pat +share/gimp/0.99.9/patterns/wood4.pat +share/gimp/0.99.9/patterns/wood5.pat +share/gimp/0.99.9/scripts/alien-glow.scm +share/gimp/0.99.9/scripts/bds-logo-textured.scm +share/gimp/0.99.9/scripts/beavis.jpg +share/gimp/0.99.9/scripts/blend-logo.scm +share/gimp/0.99.9/scripts/carve.scm +share/gimp/0.99.9/scripts/chrome-it.scm +share/gimp/0.99.9/scripts/chrome.scm +share/gimp/0.99.9/scripts/chrome2.scm +share/gimp/0.99.9/scripts/clothify.scm +share/gimp/0.99.9/scripts/crystal.scm +share/gimp/0.99.9/scripts/ds-logo.scm +share/gimp/0.99.9/scripts/font-select.scm +share/gimp/0.99.9/scripts/frozen-text.scm +share/gimp/0.99.9/scripts/glowing.scm +share/gimp/0.99.9/scripts/gradient-example.scm +share/gimp/0.99.9/scripts/hds-logo.scm +share/gimp/0.99.9/scripts/neon.scm +share/gimp/0.99.9/scripts/pattern00.scm +share/gimp/0.99.9/scripts/sphere.scm +share/gimp/0.99.9/scripts/swirltile.scm +share/gimp/0.99.9/scripts/t-o-p.scm +share/gimp/0.99.9/scripts/text-circle.scm +share/gimp/0.99.9/scripts/texture.jpg +share/gimp/0.99.9/scripts/texture1.jpg +share/gimp/0.99.9/scripts/texture2.jpg +share/gimp/0.99.9/user_install +@dirrm include/libgimp @dirrm include/glib @dirrm include/gdk -@dirrm include/glib -@dirrm include/libgimp -@dirrm libexec/gimp/0.99.8/plug-ins -@dirrm libexec/gimp/0.99.8 +@dirrm include/gtk +@dirrm libexec/gimp/0.99.9/plug-ins +@dirrm libexec/gimp/0.99.9 @dirrm libexec/gimp -@dirrm share/gimp/0.99.8/scripts -@dirrm share/gimp/0.99.8/brushes -@dirrm share/gimp/0.99.8/palettes -@dirrm share/gimp/0.99.8/gradients -@dirrm share/gimp/0.99.8/patterns -@dirrm share/gimp/0.99.8 +@dirrm share/gimp/0.99.9/scripts +@dirrm share/gimp/0.99.9/brushes +@dirrm share/gimp/0.99.9/palettes +@dirrm share/gimp/0.99.9/gradients +@dirrm share/gimp/0.99.9/patterns +@dirrm share/gimp/0.99.9 @dirrm share/gimp -- cgit v1.2.3