upgrade to Gimp 1.1.17
This commit is contained in:
parent
f139bc5a63
commit
0e9a9f8b6a
@ -1,18 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2000/02/15 05:04:32 turan Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2000/02/16 05:19:59 brad Exp $
|
||||
|
||||
DISTNAME= gimp-1.1.16
|
||||
DISTNAME= gimp-1.1.17
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.16/ \
|
||||
ftp://ftp.sunet.se/pub/gnu/gimp/unstable/v1.1.16/ \
|
||||
ftp://ftp.cs.umn.edu/pub/gimp/unstable/v1.1.16/
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.17/ \
|
||||
ftp://ftp.sunet.se/pub/gnu/gimp/unstable/v1.1.17/ \
|
||||
ftp://ftp.cs.umn.edu/pub/gimp/unstable/v1.1.17/
|
||||
|
||||
MAINTAINER= brad@openbsd.org
|
||||
|
||||
LICENSE_TYPE= GPL
|
||||
PERMIT_PACKAGE_CDROM= YES
|
||||
PERMIT_PACKAGE_FTP= YES
|
||||
PERMIT_DISTFILES_CDROM= YES
|
||||
PERMIT_DISTFILES_FTP= YES
|
||||
LICENSE_TYPE= GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
LIB_DEPENDS= gtk.1.2:${PORTSDIR}/x11/gtk+ \
|
||||
aa.1.3:${PORTSDIR}/graphics/aalib \
|
||||
@ -21,8 +21,8 @@ LIB_DEPENDS= gtk.1.2:${PORTSDIR}/x11/gtk+ \
|
||||
png.1.3:${PORTSDIR}/graphics/png \
|
||||
tiff.35:${PORTSDIR}/graphics/tiff
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= Yes
|
||||
GNU_CONFIGURE= Yes
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --enable-static --disable-perl
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gimp-1.1.16.tar.gz) = 2c03ac520e18a2b7a45b6f4030140f41
|
||||
RMD160 (gimp-1.1.16.tar.gz) = 69f0afc7ae6e64be7ba0b5d7f745c1b787847d53
|
||||
SHA1 (gimp-1.1.16.tar.gz) = 1d5c47e9409cf4ee1350482ff9a1df1874dd3bfa
|
||||
MD5 (gimp-1.1.17.tar.gz) = c2401119f32c19de96e9000b683a8410
|
||||
RMD160 (gimp-1.1.17.tar.gz) = 2020b2a26aadbf5aa7b01679a1a53480f7fa0ae5
|
||||
SHA1 (gimp-1.1.17.tar.gz) = 1a585520b8f007a8b98055b3984e9b89272e4eb2
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- libgimp/Makefile.in.orig Wed Feb 2 21:36:14 2000
|
||||
+++ libgimp/Makefile.in Sat Feb 5 16:24:33 2000
|
||||
@@ -183,7 +183,7 @@
|
||||
--- libgimp/Makefile.in.orig Fri Feb 11 13:42:12 2000
|
||||
+++ libgimp/Makefile.in Mon Feb 14 22:05:14 2000
|
||||
@@ -186,7 +186,7 @@
|
||||
AM_CPPFLAGS = -DGIMPDIR=\""$(gimpdir)"\" -DDATADIR=\""$(gimpdatadir)"\" @GIMP_THREAD_FLAGS@
|
||||
|
||||
|
||||
@ -9,8 +9,8 @@
|
||||
|
||||
|
||||
EXTRA_DIST = gimpfeatures.h.in makefile.msc makefile.cygwin gimp.def gimpui.def
|
||||
@@ -206,11 +206,11 @@
|
||||
gimpinclude_HEADERS = color_display.h color_selector.h gimp.h gimpchainbutton.h gimpcolorbutton.h gimpcolorspace.h gimpcompat.h gimpdialog.h gimpenums.h gimpenv.h gimpexport.h gimpfeatures.h gimpfileselection.h gimphelpui.h gimplimits.h gimpmath.h gimpmatrix.h gimpmenu.h gimpmodule.h gimppatheditor.h gimpsizeentry.h gimpui.h gimpunit.h gimpunitmenu.h gimpwidgets.h gimpintl.h gserialize.h parasite.h parasiteF.h parasiteP.h parasiteio.h
|
||||
@@ -209,11 +209,11 @@
|
||||
gimpinclude_HEADERS = color_display.h color_selector.h gimp.h gimpchainbutton.h gimpcolorbutton.h gimpcolorspace.h gimpcompat.h gimpdialog.h gimpenums.h gimpenv.h gimpexport.h gimpfeatures.h gimpfileselection.h gimphelpui.h gimplimits.h gimpmath.h gimpmatrix.h gimpmenu.h gimpmodule.h gimppatheditor.h gimpquerybox.h gimpsizeentry.h gimpui.h gimpunit.h gimpunitmenu.h gimpwidgets.h gimpintl.h gserialize.h parasite.h parasiteF.h parasiteP.h parasiteio.h
|
||||
|
||||
|
||||
-libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE)
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- plug-ins/libgck/gck/Makefile.in.orig Wed Feb 2 21:36:22 2000
|
||||
+++ plug-ins/libgck/gck/Makefile.in Sat Feb 5 16:24:52 2000
|
||||
@@ -188,7 +188,7 @@
|
||||
--- plug-ins/libgck/gck/Makefile.in.orig Fri Feb 11 13:42:20 2000
|
||||
+++ plug-ins/libgck/gck/Makefile.in Mon Feb 14 22:06:41 2000
|
||||
@@ -191,7 +191,7 @@
|
||||
gckinclude_HEADERS = gck.h gckcolor.h gckcommon.h gckimage.h gcklistbox.h gckmath.h gcktypes.h gckui.h gckvector.h
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- docs/Makefile.in.orig Wed Feb 2 21:44:12 2000
|
||||
+++ docs/Makefile.in Sat Feb 5 16:25:30 2000
|
||||
@@ -138,7 +138,7 @@
|
||||
--- docs/Makefile.in.orig Fri Feb 11 13:46:43 2000
|
||||
+++ docs/Makefile.in Mon Feb 14 22:07:34 2000
|
||||
@@ -141,7 +141,7 @@
|
||||
LT_REVISION = @LT_REVISION@
|
||||
MAILER = @MAILER@
|
||||
MAINT = @MAINT@
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- plug-ins/common/Makefile.in.orig Wed Feb 2 21:36:59 2000
|
||||
+++ plug-ins/common/Makefile.in Sat Feb 5 16:28:19 2000
|
||||
@@ -227,7 +227,7 @@
|
||||
--- plug-ins/common/Makefile.in.orig Fri Feb 11 13:42:52 2000
|
||||
+++ plug-ins/common/Makefile.in Mon Feb 14 22:08:13 2000
|
||||
@@ -230,7 +230,7 @@
|
||||
animoptimize_SOURCES = animoptimize.c
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
|
||||
|
||||
apply_lens_SOURCES = apply_lens.c
|
||||
@@ -239,13 +239,13 @@
|
||||
@@ -242,13 +242,13 @@
|
||||
autocrop_SOURCES = autocrop.c
|
||||
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
|
||||
|
||||
blinds_SOURCES = blinds.c
|
||||
@@ -269,13 +269,13 @@
|
||||
@@ -272,13 +272,13 @@
|
||||
bz2_SOURCES = bz2.c
|
||||
|
||||
|
||||
@ -41,7 +41,7 @@
|
||||
|
||||
|
||||
checkerboard_SOURCES = checkerboard.c
|
||||
@@ -479,7 +479,7 @@
|
||||
@@ -482,7 +482,7 @@
|
||||
gradmap_SOURCES = gradmap.c
|
||||
|
||||
|
||||
@ -50,7 +50,7 @@
|
||||
|
||||
|
||||
grid_SOURCES = grid.c
|
||||
@@ -497,13 +497,13 @@
|
||||
@@ -500,13 +500,13 @@
|
||||
guillotine_SOURCES = guillotine.c
|
||||
|
||||
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
|
||||
header_SOURCES = header.c
|
||||
@@ -551,7 +551,7 @@
|
||||
@@ -554,7 +554,7 @@
|
||||
laplace_SOURCES = laplace.c
|
||||
|
||||
|
||||
@ -75,7 +75,7 @@
|
||||
|
||||
|
||||
lic_SOURCES = lic.c
|
||||
@@ -611,7 +611,7 @@
|
||||
@@ -614,7 +614,7 @@
|
||||
normalize_SOURCES = normalize.c
|
||||
|
||||
|
||||
@ -84,7 +84,7 @@
|
||||
|
||||
|
||||
nova_SOURCES = nova.c
|
||||
@@ -695,7 +695,7 @@
|
||||
@@ -698,7 +698,7 @@
|
||||
psd_SOURCES = psd.c
|
||||
|
||||
|
||||
@ -93,7 +93,7 @@
|
||||
|
||||
|
||||
psp_SOURCES = psp.c
|
||||
@@ -719,7 +719,7 @@
|
||||
@@ -722,7 +722,7 @@
|
||||
rotate_SOURCES = rotate.c
|
||||
|
||||
|
||||
@ -102,7 +102,7 @@
|
||||
|
||||
|
||||
sample_colorize_SOURCES = sample_colorize.c
|
||||
@@ -749,7 +749,7 @@
|
||||
@@ -752,7 +752,7 @@
|
||||
semiflatten_SOURCES = semiflatten.c
|
||||
|
||||
|
||||
@ -111,7 +111,7 @@
|
||||
|
||||
|
||||
sharpen_SOURCES = sharpen.c
|
||||
@@ -839,7 +839,7 @@
|
||||
@@ -842,7 +842,7 @@
|
||||
tiler_SOURCES = tiler.c
|
||||
|
||||
|
||||
@ -120,7 +120,7 @@
|
||||
|
||||
|
||||
unsharp_SOURCES = unsharp.c
|
||||
@@ -851,7 +851,7 @@
|
||||
@@ -854,7 +854,7 @@
|
||||
url_SOURCES = url.c
|
||||
|
||||
|
||||
@ -129,7 +129,7 @@
|
||||
|
||||
|
||||
video_SOURCES = video.c
|
||||
@@ -863,7 +863,7 @@
|
||||
@@ -866,7 +866,7 @@
|
||||
vinvert_SOURCES = vinvert.c
|
||||
|
||||
|
||||
@ -138,7 +138,7 @@
|
||||
|
||||
|
||||
vpropagate_SOURCES = vpropagate.c
|
||||
@@ -923,7 +923,7 @@
|
||||
@@ -926,7 +926,7 @@
|
||||
zealouscrop_SOURCES = zealouscrop.c
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- modules/Makefile.in.orig Wed Feb 2 21:37:00 2000
|
||||
+++ modules/Makefile.in Sat Feb 5 16:26:12 2000
|
||||
@@ -181,8 +181,7 @@
|
||||
--- modules/Makefile.in.orig Fri Feb 11 13:42:53 2000
|
||||
+++ modules/Makefile.in Mon Feb 14 22:08:22 2000
|
||||
@@ -184,8 +184,7 @@
|
||||
CPPFLAGS = -DMODULE_COMPILATION
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- configure.orig Wed Feb 2 21:10:43 2000
|
||||
+++ configure Sat Feb 5 16:26:35 2000
|
||||
@@ -7013,7 +7013,7 @@
|
||||
--- configure.orig Fri Feb 11 13:32:12 2000
|
||||
+++ configure Mon Feb 14 22:09:02 2000
|
||||
@@ -7018,7 +7018,7 @@
|
||||
|
||||
gimpdatadir=$datadir/gimp
|
||||
gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
|
||||
|
@ -30,6 +30,7 @@ include/libgimp/gimpmatrix.h
|
||||
include/libgimp/gimpmenu.h
|
||||
include/libgimp/gimpmodule.h
|
||||
include/libgimp/gimppatheditor.h
|
||||
include/libgimp/gimpquerybox.h
|
||||
include/libgimp/gimpsizeentry.h
|
||||
include/libgimp/gimpui.h
|
||||
include/libgimp/gimpunit.h
|
||||
@ -266,6 +267,42 @@ share/gimp/brushes/pixel.gbr
|
||||
share/gimp/brushes/thegimp.gbr
|
||||
share/gimp/brushes/vine.gih
|
||||
share/gimp/brushes/xcf.gbr
|
||||
share/gimp/devel-docs/html/libgimp/book1.html
|
||||
share/gimp/devel-docs/html/libgimp/gimpchainbutton.html
|
||||
share/gimp/devel-docs/html/libgimp/gimpcolorbutton.html
|
||||
share/gimp/devel-docs/html/libgimp/gimpdefinitions.html
|
||||
share/gimp/devel-docs/html/libgimp/gimpfileselection.html
|
||||
share/gimp/devel-docs/html/libgimp/gimpmodule.html
|
||||
share/gimp/devel-docs/html/libgimp/gimppatheditor.html
|
||||
share/gimp/devel-docs/html/libgimp/gimpsizeentry.html
|
||||
share/gimp/devel-docs/html/libgimp/gimpunitmenu.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-color-display.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-color-selector.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimp.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpcolorspace.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpcompat.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpdialog.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpenums.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpenv.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpexport.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpfeatures.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimphelpui.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimplimits.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpmath.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpmatrix.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpmenu.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpmodule.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpprotocol.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpunit.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpwidgets.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpwire.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gserialize.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-parasite.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-parasitef.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-parasiteio.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-parasitep.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimpui.html
|
||||
share/gimp/fractalexplorer/Asteroid_Field
|
||||
share/gimp/fractalexplorer/Bar_Code_Label
|
||||
share/gimp/fractalexplorer/Beauty_of_Nature
|
||||
@ -491,7 +528,6 @@ share/gimp/gradients/Wood_2
|
||||
share/gimp/gradients/Yellow_Contrast
|
||||
share/gimp/gradients/Yellow_Orange
|
||||
share/gimp/gtkrc
|
||||
share/gimp/gtkrc.forest2
|
||||
share/gimp/help/C/channels/channel_to_selection.html
|
||||
share/gimp/help/C/channels/channels.html
|
||||
share/gimp/help/C/channels/delete_channel.html
|
||||
@ -1105,6 +1141,8 @@ share/locale/da/LC_MESSAGES/gimp-std-plugins.mo
|
||||
share/locale/da/LC_MESSAGES/gimp.mo
|
||||
share/locale/de/LC_MESSAGES/gimp-std-plugins.mo
|
||||
share/locale/de/LC_MESSAGES/gimp.mo
|
||||
share/locale/en_GB/LC_MESSAGES/gimp-std-plugins.mo
|
||||
share/locale/en_GB/LC_MESSAGES/gimp.mo
|
||||
share/locale/fi/LC_MESSAGES/gimp-std-plugins.mo
|
||||
share/locale/fi/LC_MESSAGES/gimp.mo
|
||||
share/locale/fr/LC_MESSAGES/gimp-std-plugins.mo
|
||||
@ -1139,6 +1177,9 @@ share/locale/uk/LC_MESSAGES/gimp.mo
|
||||
@dirrm lib/gimp
|
||||
@dirrm share/gimp/brushes
|
||||
@dirrm share/gimp/fractalexplorer
|
||||
@dirrm share/gimp/devel-docs/html/libgimp
|
||||
@dirrm share/gimp/devel-docs/html
|
||||
@dirrm share/gimp/devel-docs
|
||||
@dirrm share/gimp/gfig
|
||||
@dirrm share/gimp/gflare
|
||||
@dirrm share/gimp/gimpressionist/Brushes
|
||||
|
@ -30,6 +30,7 @@ include/libgimp/gimpmatrix.h
|
||||
include/libgimp/gimpmenu.h
|
||||
include/libgimp/gimpmodule.h
|
||||
include/libgimp/gimppatheditor.h
|
||||
include/libgimp/gimpquerybox.h
|
||||
include/libgimp/gimpsizeentry.h
|
||||
include/libgimp/gimpui.h
|
||||
include/libgimp/gimpunit.h
|
||||
@ -258,6 +259,42 @@ share/gimp/brushes/pixel.gbr
|
||||
share/gimp/brushes/thegimp.gbr
|
||||
share/gimp/brushes/vine.gih
|
||||
share/gimp/brushes/xcf.gbr
|
||||
share/gimp/devel-docs/html/libgimp/book1.html
|
||||
share/gimp/devel-docs/html/libgimp/gimpchainbutton.html
|
||||
share/gimp/devel-docs/html/libgimp/gimpcolorbutton.html
|
||||
share/gimp/devel-docs/html/libgimp/gimpdefinitions.html
|
||||
share/gimp/devel-docs/html/libgimp/gimpfileselection.html
|
||||
share/gimp/devel-docs/html/libgimp/gimpmodule.html
|
||||
share/gimp/devel-docs/html/libgimp/gimppatheditor.html
|
||||
share/gimp/devel-docs/html/libgimp/gimpsizeentry.html
|
||||
share/gimp/devel-docs/html/libgimp/gimpunitmenu.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-color-display.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-color-selector.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimp.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpcolorspace.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpcompat.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpdialog.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpenums.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpenv.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpexport.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpfeatures.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimphelpui.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimplimits.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpmath.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpmatrix.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpmenu.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpmodule.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpprotocol.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpunit.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpwidgets.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gimpwire.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-gserialize.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-parasite.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-parasitef.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-parasiteio.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp-parasitep.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimp.html
|
||||
share/gimp/devel-docs/html/libgimp/libgimpui.html
|
||||
share/gimp/fractalexplorer/Asteroid_Field
|
||||
share/gimp/fractalexplorer/Bar_Code_Label
|
||||
share/gimp/fractalexplorer/Beauty_of_Nature
|
||||
@ -483,7 +520,6 @@ share/gimp/gradients/Wood_2
|
||||
share/gimp/gradients/Yellow_Contrast
|
||||
share/gimp/gradients/Yellow_Orange
|
||||
share/gimp/gtkrc
|
||||
share/gimp/gtkrc.forest2
|
||||
share/gimp/help/C/channels/channel_to_selection.html
|
||||
share/gimp/help/C/channels/channels.html
|
||||
share/gimp/help/C/channels/delete_channel.html
|
||||
@ -1097,6 +1133,8 @@ share/locale/da/LC_MESSAGES/gimp-std-plugins.mo
|
||||
share/locale/da/LC_MESSAGES/gimp.mo
|
||||
share/locale/de/LC_MESSAGES/gimp-std-plugins.mo
|
||||
share/locale/de/LC_MESSAGES/gimp.mo
|
||||
share/locale/en_GB/LC_MESSAGES/gimp-std-plugins.mo
|
||||
share/locale/en_GB/LC_MESSAGES/gimp.mo
|
||||
share/locale/fi/LC_MESSAGES/gimp-std-plugins.mo
|
||||
share/locale/fi/LC_MESSAGES/gimp.mo
|
||||
share/locale/fr/LC_MESSAGES/gimp-std-plugins.mo
|
||||
@ -1131,6 +1169,9 @@ share/locale/uk/LC_MESSAGES/gimp.mo
|
||||
@dirrm lib/gimp
|
||||
@dirrm share/gimp/brushes
|
||||
@dirrm share/gimp/fractalexplorer
|
||||
@dirrm share/gimp/devel-docs/html/libgimp
|
||||
@dirrm share/gimp/devel-docs/html
|
||||
@dirrm share/gimp/devel-docs
|
||||
@dirrm share/gimp/gfig
|
||||
@dirrm share/gimp/gflare
|
||||
@dirrm share/gimp/gimpressionist/Brushes
|
||||
|
Loading…
x
Reference in New Issue
Block a user