upgrade to Gimp 1.1.25
This commit is contained in:
parent
ec64f3033b
commit
b50aec6c12
@ -1,21 +1,21 @@
|
|||||||
# $OpenBSD: Makefile,v 1.50 2000/07/23 02:37:11 brad Exp $
|
# $OpenBSD: Makefile,v 1.51 2000/08/23 02:36:17 brad Exp $
|
||||||
|
|
||||||
DISTNAME= gimp-1.1.24
|
DISTNAME= gimp-1.1.25
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
NEED_VERSION= 1.310
|
NEED_VERSION= 1.320
|
||||||
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v1.1/v1.1.24/ \
|
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v1.1/v1.1.25/ \
|
||||||
ftp://ftp.sunet.se/pub/gnu/gimp/v1.1/v1.1.24/ \
|
ftp://ftp.sunet.se/pub/gnu/gimp/v1.1/v1.1.25/ \
|
||||||
ftp://ftp.cs.umn.edu/pub/gimp/v1.1/v1.1.24/
|
ftp://ftp.cs.umn.edu/pub/gimp/v1.1/v1.1.25/
|
||||||
|
|
||||||
HOMEPAGE= http://www.gimp.org/
|
HOMEPAGE= http://www.gimp.org/
|
||||||
|
|
||||||
BUILD_DEPENDS= wget::net/wget
|
|
||||||
RUN_DEPENDS= wget::net/wget
|
|
||||||
LIB_DEPENDS= gtk.1.2::x11/gtk+ \
|
LIB_DEPENDS= gtk.1.2::x11/gtk+ \
|
||||||
aa.1.3::graphics/aalib \
|
aa.1.3::graphics/aalib \
|
||||||
mpeg.13::graphics/mpeg-lib \
|
mpeg.13::graphics/mpeg-lib \
|
||||||
png.1::graphics/png \
|
png.1::graphics/png \
|
||||||
tiff.35::graphics/tiff
|
tiff.35::graphics/tiff
|
||||||
|
BUILD_DEPENDS= wget::net/wget
|
||||||
|
RUN_DEPENDS= wget::net/wget
|
||||||
|
|
||||||
MAINTAINER= brad@openbsd.org
|
MAINTAINER= brad@openbsd.org
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (gimp-1.1.24.tar.gz) = 3d0c8a27e7dc596f6599360d2ddaa2fd
|
MD5 (gimp-1.1.25.tar.gz) = 5666e1ce9d2bea5e4bbadc33fcec7d08
|
||||||
RMD160 (gimp-1.1.24.tar.gz) = e5c44f425311c45b1d89c2878738aa2506c1c4f2
|
RMD160 (gimp-1.1.25.tar.gz) = 59ae6770a548e1d6c0fa9564ae022dbea52f1695
|
||||||
SHA1 (gimp-1.1.24.tar.gz) = 3eb56a00e109e951b4ac0758b6b68a71e5d8170e
|
SHA1 (gimp-1.1.25.tar.gz) = add5a830467c7646c217a59a3313a5b3b3d688e6
|
||||||
|
@ -1,149 +0,0 @@
|
|||||||
--- plug-ins/common/Makefile.in.orig Tue Jun 27 14:56:57 2000
|
|
||||||
+++ plug-ins/common/Makefile.in Tue Jun 27 14:58:18 2000
|
|
||||||
@@ -228,7 +228,7 @@
|
|
||||||
animoptimize_SOURCES = animoptimize.c
|
|
||||||
|
|
||||||
|
|
||||||
-animoptimize_LDADD = $(top_builddir)/libgimp/libgimp.la $(GLIB_LIBS) $(INTLLIBS)
|
|
||||||
+animoptimize_LDADD = $(top_builddir)/libgimp/libgimp.la $(GTK_LIBS) $(INTLLIBS)
|
|
||||||
|
|
||||||
|
|
||||||
apply_lens_SOURCES = apply_lens.c
|
|
||||||
@@ -240,13 +240,13 @@
|
|
||||||
autocrop_SOURCES = autocrop.c
|
|
||||||
|
|
||||||
|
|
||||||
-autocrop_LDADD = $(top_builddir)/libgimp/libgimp.la $(GLIB_LIBS) $(INTLLIBS)
|
|
||||||
+autocrop_LDADD = $(top_builddir)/libgimp/libgimp.la $(GTK_LIBS) $(INTLLIBS)
|
|
||||||
|
|
||||||
|
|
||||||
autostretch_hsv_SOURCES = autostretch_hsv.c
|
|
||||||
|
|
||||||
|
|
||||||
-autostretch_hsv_LDADD = $(top_builddir)/libgimp/libgimp.la $(GLIB_LIBS) $(INTLLIBS)
|
|
||||||
+autostretch_hsv_LDADD = $(top_builddir)/libgimp/libgimp.la $(GTK_LIBS) $(INTLLIBS)
|
|
||||||
|
|
||||||
|
|
||||||
blinds_SOURCES = blinds.c
|
|
||||||
@@ -276,13 +276,13 @@
|
|
||||||
bz2_SOURCES = bz2.c
|
|
||||||
|
|
||||||
|
|
||||||
-bz2_LDADD = $(top_builddir)/libgimp/libgimp.la $(GLIB_LIBS) $(INTLLIBS)
|
|
||||||
+bz2_LDADD = $(top_builddir)/libgimp/libgimp.la $(GTK_LIBS) $(INTLLIBS)
|
|
||||||
|
|
||||||
|
|
||||||
c_astretch_SOURCES = c_astretch.c
|
|
||||||
|
|
||||||
|
|
||||||
-c_astretch_LDADD = $(top_builddir)/libgimp/libgimp.la $(GLIB_LIBS) $(INTLLIBS)
|
|
||||||
+c_astretch_LDADD = $(top_builddir)/libgimp/libgimp.la $(GTK_LIBS) $(INTLLIBS)
|
|
||||||
|
|
||||||
|
|
||||||
checkerboard_SOURCES = checkerboard.c
|
|
||||||
@@ -486,7 +486,7 @@
|
|
||||||
gradmap_SOURCES = gradmap.c
|
|
||||||
|
|
||||||
|
|
||||||
-gradmap_LDADD = $(top_builddir)/libgimp/libgimpui.la $(top_builddir)/libgimp/libgimp.la $(GLIB_LIBS) $(INTLLIBS)
|
|
||||||
+gradmap_LDADD = $(top_builddir)/libgimp/libgimpui.la $(top_builddir)/libgimp/libgimp.la $(GTK_LIBS) $(INTLLIBS)
|
|
||||||
|
|
||||||
|
|
||||||
grid_SOURCES = grid.c
|
|
||||||
@@ -504,13 +504,13 @@
|
|
||||||
guillotine_SOURCES = guillotine.c
|
|
||||||
|
|
||||||
|
|
||||||
-guillotine_LDADD = $(top_builddir)/libgimp/libgimp.la $(GLIB_LIBS) $(INTLLIBS)
|
|
||||||
+guillotine_LDADD = $(top_builddir)/libgimp/libgimp.la $(GTK_LIBS) $(INTLLIBS)
|
|
||||||
|
|
||||||
|
|
||||||
gz_SOURCES = gz.c
|
|
||||||
|
|
||||||
|
|
||||||
-gz_LDADD = $(top_builddir)/libgimp/libgimp.la $(GLIB_LIBS) $(INTLLIBS)
|
|
||||||
+gz_LDADD = $(top_builddir)/libgimp/libgimp.la $(GTK_LIBS) $(INTLLIBS)
|
|
||||||
|
|
||||||
|
|
||||||
header_SOURCES = header.c
|
|
||||||
@@ -558,7 +558,7 @@
|
|
||||||
laplace_SOURCES = laplace.c
|
|
||||||
|
|
||||||
|
|
||||||
-laplace_LDADD = $(top_builddir)/libgimp/libgimpui.la $(top_builddir)/libgimp/libgimp.la $(GLIB_LIBS) $(INTLLIBS)
|
|
||||||
+laplace_LDADD = $(top_builddir)/libgimp/libgimpui.la $(top_builddir)/libgimp/libgimp.la $(GTK_LIBS) $(INTLLIBS)
|
|
||||||
|
|
||||||
|
|
||||||
lic_SOURCES = lic.c
|
|
||||||
@@ -618,7 +618,7 @@
|
|
||||||
normalize_SOURCES = normalize.c
|
|
||||||
|
|
||||||
|
|
||||||
-normalize_LDADD = $(top_builddir)/libgimp/libgimp.la $(GLIB_LIBS) $(INTLLIBS)
|
|
||||||
+normalize_LDADD = $(top_builddir)/libgimp/libgimp.la $(GTK_LIBS) $(INTLLIBS)
|
|
||||||
|
|
||||||
|
|
||||||
nova_SOURCES = nova.c
|
|
||||||
@@ -702,7 +702,7 @@
|
|
||||||
psd_SOURCES = psd.c
|
|
||||||
|
|
||||||
|
|
||||||
-psd_LDADD = $(top_builddir)/libgimp/libgimp.la $(GLIB_LIBS) $(INTLLIBS)
|
|
||||||
+psd_LDADD = $(top_builddir)/libgimp/libgimp.la $(GTK_LIBS) $(INTLLIBS)
|
|
||||||
|
|
||||||
|
|
||||||
psp_SOURCES = psp.c
|
|
||||||
@@ -726,7 +726,7 @@
|
|
||||||
rotate_SOURCES = rotate.c
|
|
||||||
|
|
||||||
|
|
||||||
-rotate_LDADD = $(top_builddir)/libgimp/libgimp.la $(GLIB_LIBS) $(INTLLIBS)
|
|
||||||
+rotate_LDADD = $(top_builddir)/libgimp/libgimp.la $(GTK_LIBS) $(INTLLIBS)
|
|
||||||
|
|
||||||
|
|
||||||
sample_colorize_SOURCES = sample_colorize.c
|
|
||||||
@@ -756,7 +756,7 @@
|
|
||||||
semiflatten_SOURCES = semiflatten.c
|
|
||||||
|
|
||||||
|
|
||||||
-semiflatten_LDADD = $(top_builddir)/libgimp/libgimp.la $(GLIB_LIBS) $(INTLLIBS)
|
|
||||||
+semiflatten_LDADD = $(top_builddir)/libgimp/libgimp.la $(GTK_LIBS) $(INTLLIBS)
|
|
||||||
|
|
||||||
|
|
||||||
sharpen_SOURCES = sharpen.c
|
|
||||||
@@ -846,7 +846,7 @@
|
|
||||||
tiler_SOURCES = tiler.c
|
|
||||||
|
|
||||||
|
|
||||||
-tiler_LDADD = $(top_builddir)/libgimp/libgimp.la $(GLIB_LIBS) $(INTLLIBS)
|
|
||||||
+tiler_LDADD = $(top_builddir)/libgimp/libgimp.la $(GTK_LIBS) $(INTLLIBS)
|
|
||||||
|
|
||||||
|
|
||||||
uniteditor_SOURCES = uniteditor.c
|
|
||||||
@@ -864,7 +864,7 @@
|
|
||||||
url_SOURCES = url.c
|
|
||||||
|
|
||||||
|
|
||||||
-url_LDADD = $(top_builddir)/libgimp/libgimp.la $(GLIB_LIBS) $(INTLLIBS)
|
|
||||||
+url_LDADD = $(top_builddir)/libgimp/libgimp.la $(GTK_LIBS) $(INTLLIBS)
|
|
||||||
|
|
||||||
|
|
||||||
video_SOURCES = video.c
|
|
||||||
@@ -876,7 +876,7 @@
|
|
||||||
vinvert_SOURCES = vinvert.c
|
|
||||||
|
|
||||||
|
|
||||||
-vinvert_LDADD = $(top_builddir)/libgimp/libgimp.la $(GLIB_LIBS) $(INTLLIBS)
|
|
||||||
+vinvert_LDADD = $(top_builddir)/libgimp/libgimp.la $(GTK_LIBS) $(INTLLIBS)
|
|
||||||
|
|
||||||
|
|
||||||
vpropagate_SOURCES = vpropagate.c
|
|
||||||
@@ -936,7 +936,7 @@
|
|
||||||
zealouscrop_SOURCES = zealouscrop.c
|
|
||||||
|
|
||||||
|
|
||||||
-zealouscrop_LDADD = $(top_builddir)/libgimp/libgimp.la $(GLIB_LIBS) $(INTLLIBS)
|
|
||||||
+zealouscrop_LDADD = $(top_builddir)/libgimp/libgimp.la $(GTK_LIBS) $(INTLLIBS)
|
|
||||||
|
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
||||||
CONFIG_HEADER = ../../config.h
|
|
@ -1,20 +0,0 @@
|
|||||||
--- configure.orig Thu Jun 22 16:49:05 2000
|
|
||||||
+++ configure Sat Jul 22 15:14:01 2000
|
|
||||||
@@ -3478,7 +3478,7 @@
|
|
||||||
cat conftest.$ac_ext >&5
|
|
||||||
rm -rf conftest*
|
|
||||||
CATOBJEXT=.mo
|
|
||||||
- DATADIRNAME=lib
|
|
||||||
+ DATADIRNAME=share
|
|
||||||
fi
|
|
||||||
rm -f conftest*
|
|
||||||
INSTOBJEXT=.mo
|
|
||||||
@@ -3740,7 +3740,7 @@
|
|
||||||
USE_INCLUDED_LIBINTL=yes
|
|
||||||
CATOBJEXT=.cat
|
|
||||||
INSTOBJEXT=.cat
|
|
||||||
- DATADIRNAME=lib
|
|
||||||
+ DATADIRNAME=share
|
|
||||||
INTLDEPS='$(top_builddir)/intl/libintl.a'
|
|
||||||
INTLLIBS=$INTLDEPS
|
|
||||||
LIBS=`echo $LIBS | sed -e 's/-lintl//'`
|
|
14
graphics/gimp/patches/patch-configure
Normal file
14
graphics/gimp/patches/patch-configure
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
--- configure.orig Mon Aug 21 12:53:06 2000
|
||||||
|
+++ configure Tue Aug 22 15:48:52 2000
|
||||||
|
@@ -3478,7 +3478,10 @@
|
||||||
|
cat conftest.$ac_ext >&5
|
||||||
|
rm -rf conftest*
|
||||||
|
CATOBJEXT=.mo
|
||||||
|
- DATADIRNAME=lib
|
||||||
|
+ DATADIRNAME=share
|
||||||
|
+ INTLDEPS='-lintl'
|
||||||
|
+ INTLLIBS=$INTLDEPS INSTOBJEXT=.mo
|
||||||
|
+ LIBS=`echo $LIBS | sed -e 's/-lintl//'`
|
||||||
|
fi
|
||||||
|
rm -f conftest*
|
||||||
|
INSTOBJEXT=.mo
|
@ -1,26 +1,16 @@
|
|||||||
--- libgimp/Makefile.in.orig Thu Jun 22 18:47:39 2000
|
--- libgimp/Makefile.in.orig Tue Aug 22 13:08:23 2000
|
||||||
+++ libgimp/Makefile.in Tue Jun 27 14:45:21 2000
|
+++ libgimp/Makefile.in Tue Aug 22 13:09:10 2000
|
||||||
@@ -184,7 +184,7 @@
|
@@ -215,11 +215,11 @@
|
||||||
AM_CPPFLAGS = -DGIMPDIR=\""$(gimpdir)"\" -DDATADIR=\""$(gimpdatadir)"\" @GIMP_THREAD_FLAGS@
|
|
||||||
|
|
||||||
|
|
||||||
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/intl -I../intl $(GTK_CFLAGS) -I$(includedir)
|
|
||||||
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/intl -I../intl $(GTK_CFLAGS) -I$(includedir) -I/usr/local/include
|
|
||||||
|
|
||||||
|
|
||||||
EXTRA_DIST = gimpfeatures.h.in makefile.msc makefile.cygwin gimp.def gimpui.def
|
|
||||||
@@ -213,11 +213,11 @@
|
|
||||||
gimpinclude_HEADERS = gimp.h ${PDB_WRAPPERS_H} gimpchainbutton.h gimpchannel.h gimpcolorbutton.h gimpcolordisplay.h gimpcolorselector.h gimpcolorspace.h gimpcompat.h gimpdrawable.h gimpdialog.h gimpenums.h gimpenv.h gimpexport.h gimpfeatures.h gimpfileselection.h gimpgradientselect.h gimphelpui.h gimpimage.h gimplayer.h gimplimits.h gimpmath.h gimpmatrix.h gimpmenu.h gimpmodule.h gimpparasite.h gimpparasiteio.h gimppatheditor.h gimppixelrgn.h gimppixmap.h gimpproceduraldb.h gimpquerybox.h gimpselection.h gimpsignal.h gimpsizeentry.h gimptile.h gimptypes.h gimpui.h gimpunit.h gimpunitmenu.h gimputils.h gimpvector.h gimpwidgets.h gimpintl.h
|
gimpinclude_HEADERS = gimp.h ${PDB_WRAPPERS_H} gimpchainbutton.h gimpchannel.h gimpcolorbutton.h gimpcolordisplay.h gimpcolorselector.h gimpcolorspace.h gimpcompat.h gimpdrawable.h gimpdialog.h gimpenums.h gimpenv.h gimpexport.h gimpfeatures.h gimpfileselection.h gimpgradientselect.h gimphelpui.h gimpimage.h gimplayer.h gimplimits.h gimpmath.h gimpmatrix.h gimpmenu.h gimpmodule.h gimpparasite.h gimpparasiteio.h gimppatheditor.h gimppixelrgn.h gimppixmap.h gimpproceduraldb.h gimpquerybox.h gimpselection.h gimpsignal.h gimpsizeentry.h gimptile.h gimptypes.h gimpui.h gimpunit.h gimpunitmenu.h gimputils.h gimpvector.h gimpwidgets.h gimpintl.h
|
||||||
|
|
||||||
|
|
||||||
-libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE)
|
-libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE)
|
||||||
+libgimp_la_LDFLAGS = -version-info 1:1:0
|
+libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
||||||
|
|
||||||
-libgimp_la_LIBADD = $(GLIB_LIBS) -lm
|
libgimp_la_LIBADD = $(GLIB_LIBS) -lm
|
||||||
+libgimp_la_LIBADD = $(GTK_LIBS) -lm
|
|
||||||
|
|
||||||
-libgimpui_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE)
|
-libgimpui_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE)
|
||||||
+libgimpui_la_LDFLAGS = -version-info 1:1:0
|
+libgimpui_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
||||||
|
|
||||||
libgimpui_la_LIBADD = $(GTK_LIBS)
|
libgimpui_la_LIBADD = $(GTK_LIBS)
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
@ -1,11 +1,11 @@
|
|||||||
--- plug-ins/libgck/gck/Makefile.in.orig Thu Jun 22 18:47:46 2000
|
--- plug-ins/libgck/gck/Makefile.in.orig Tue Aug 22 13:10:27 2000
|
||||||
+++ plug-ins/libgck/gck/Makefile.in Tue Jun 27 14:45:48 2000
|
+++ plug-ins/libgck/gck/Makefile.in Tue Aug 22 13:10:42 2000
|
||||||
@@ -189,7 +189,7 @@
|
@@ -191,7 +191,7 @@
|
||||||
gckinclude_HEADERS = gck.h
|
gckinclude_HEADERS = gck.h
|
||||||
|
|
||||||
|
|
||||||
-libgck_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE)
|
-libgck_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE)
|
||||||
+libgck_la_LDFLAGS = -version-info 1:1:0
|
+libgck_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
||||||
|
|
||||||
|
|
||||||
INCLUDES = -I.. -I$(srcdir)/.. -I$(top_srcdir) $(GTK_CFLAGS) -I$(includedir)
|
INCLUDES = -I.. -I$(srcdir)/.. -I$(top_srcdir) $(GTK_CFLAGS) -I$(includedir)
|
@ -1,10 +1,10 @@
|
|||||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2000/07/04 02:09:22 krw Exp $
|
@comment $OpenBSD: PFRAG.shared,v 1.3 2000/08/23 02:36:22 brad Exp $
|
||||||
lib/gimp/1.1/modules/libcdisplay_gamma.so.0.0
|
lib/gimp/1.1/modules/libcdisplay_gamma.so.0.0
|
||||||
lib/gimp/1.1/modules/libcdisplay_highcontrast.so.0.0
|
lib/gimp/1.1/modules/libcdisplay_highcontrast.so.0.0
|
||||||
lib/gimp/1.1/modules/libcolorsel_gtk.so.0.0
|
lib/gimp/1.1/modules/libcolorsel_gtk.so.0.0
|
||||||
lib/gimp/1.1/modules/libcolorsel_triangle.so.0.0
|
lib/gimp/1.1/modules/libcolorsel_triangle.so.0.0
|
||||||
lib/gimp/1.1/modules/libcolorsel_water.so.0.0
|
lib/gimp/1.1/modules/libcolorsel_water.so.0.0
|
||||||
lib/libgck.so.1.1
|
lib/libgck.so.25.0
|
||||||
lib/libgimp.so.1.1
|
lib/libgimp.so.25.0
|
||||||
lib/libgimpui.so.1.1
|
lib/libgimpui.so.25.0
|
||||||
DYNLIBDIR(%B)
|
DYNLIBDIR(%B)
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.23 2000/07/23 02:37:12 brad Exp $
|
@comment $OpenBSD: PLIST,v 1.24 2000/08/23 02:36:23 brad Exp $
|
||||||
bin/gimp
|
bin/gimp
|
||||||
bin/gimp-config
|
bin/gimp-config
|
||||||
|
bin/gimp-remote
|
||||||
bin/gimptool
|
bin/gimptool
|
||||||
include/gck/gck.h
|
include/gck/gck.h
|
||||||
include/libgimp/gimp.h
|
include/libgimp/gimp.h
|
||||||
@ -255,6 +256,7 @@ lib/libgimp.la
|
|||||||
lib/libgimpui.a
|
lib/libgimpui.a
|
||||||
lib/libgimpui.la
|
lib/libgimpui.la
|
||||||
%%SHARED%%
|
%%SHARED%%
|
||||||
|
man/man1/gimp-remote.1
|
||||||
man/man1/gimp.1
|
man/man1/gimp.1
|
||||||
man/man1/gimptool.1
|
man/man1/gimptool.1
|
||||||
man/man5/gimprc.5
|
man/man5/gimprc.5
|
||||||
@ -354,6 +356,7 @@ share/gimp/1.1/devel-docs/html/libgimp/libgimp-gimpmodule.html
|
|||||||
share/gimp/1.1/devel-docs/html/libgimp/libgimp-gimppalette.html
|
share/gimp/1.1/devel-docs/html/libgimp/libgimp-gimppalette.html
|
||||||
share/gimp/1.1/devel-docs/html/libgimp/libgimp-gimpparasite.html
|
share/gimp/1.1/devel-docs/html/libgimp/libgimp-gimpparasite.html
|
||||||
share/gimp/1.1/devel-docs/html/libgimp/libgimp-gimpparasiteio.html
|
share/gimp/1.1/devel-docs/html/libgimp/libgimp-gimpparasiteio.html
|
||||||
|
share/gimp/1.1/devel-docs/html/libgimp/libgimp-gimppatterns.html
|
||||||
share/gimp/1.1/devel-docs/html/libgimp/libgimp-gimppixelrgn.html
|
share/gimp/1.1/devel-docs/html/libgimp/libgimp-gimppixelrgn.html
|
||||||
share/gimp/1.1/devel-docs/html/libgimp/libgimp-gimpplugin.html
|
share/gimp/1.1/devel-docs/html/libgimp/libgimp-gimpplugin.html
|
||||||
share/gimp/1.1/devel-docs/html/libgimp/libgimp-gimpproceduraldb.html
|
share/gimp/1.1/devel-docs/html/libgimp/libgimp-gimpproceduraldb.html
|
||||||
@ -716,6 +719,7 @@ share/gimp/1.1/help/C/filters/animoptimize.html
|
|||||||
share/gimp/1.1/help/C/filters/apply_lens.html
|
share/gimp/1.1/help/C/filters/apply_lens.html
|
||||||
share/gimp/1.1/help/C/filters/autocrop.html
|
share/gimp/1.1/help/C/filters/autocrop.html
|
||||||
share/gimp/1.1/help/C/filters/autostretch_hsv.html
|
share/gimp/1.1/help/C/filters/autostretch_hsv.html
|
||||||
|
share/gimp/1.1/help/C/filters/avi.html
|
||||||
share/gimp/1.1/help/C/filters/blinds.html
|
share/gimp/1.1/help/C/filters/blinds.html
|
||||||
share/gimp/1.1/help/C/filters/blur.html
|
share/gimp/1.1/help/C/filters/blur.html
|
||||||
share/gimp/1.1/help/C/filters/bmp.html
|
share/gimp/1.1/help/C/filters/bmp.html
|
||||||
@ -733,6 +737,7 @@ share/gimp/1.1/help/C/filters/convmatrix.html
|
|||||||
share/gimp/1.1/help/C/filters/csource.html
|
share/gimp/1.1/help/C/filters/csource.html
|
||||||
share/gimp/1.1/help/C/filters/cubism.html
|
share/gimp/1.1/help/C/filters/cubism.html
|
||||||
share/gimp/1.1/help/C/filters/curve_bend.html
|
share/gimp/1.1/help/C/filters/curve_bend.html
|
||||||
|
share/gimp/1.1/help/C/filters/dataurl.html
|
||||||
share/gimp/1.1/help/C/filters/dbbrowser.html
|
share/gimp/1.1/help/C/filters/dbbrowser.html
|
||||||
share/gimp/1.1/help/C/filters/decompose.html
|
share/gimp/1.1/help/C/filters/decompose.html
|
||||||
share/gimp/1.1/help/C/filters/deinterlace.html
|
share/gimp/1.1/help/C/filters/deinterlace.html
|
||||||
@ -796,7 +801,9 @@ share/gimp/1.1/help/C/filters/mapobject.html
|
|||||||
share/gimp/1.1/help/C/filters/max_rgb.html
|
share/gimp/1.1/help/C/filters/max_rgb.html
|
||||||
share/gimp/1.1/help/C/filters/maze.html
|
share/gimp/1.1/help/C/filters/maze.html
|
||||||
share/gimp/1.1/help/C/filters/mblur.html
|
share/gimp/1.1/help/C/filters/mblur.html
|
||||||
|
share/gimp/1.1/help/C/filters/miff.html
|
||||||
share/gimp/1.1/help/C/filters/mosaic.html
|
share/gimp/1.1/help/C/filters/mosaic.html
|
||||||
|
share/gimp/1.1/help/C/filters/mpeg.html
|
||||||
share/gimp/1.1/help/C/filters/newsprint.html
|
share/gimp/1.1/help/C/filters/newsprint.html
|
||||||
share/gimp/1.1/help/C/filters/nlfilt.html
|
share/gimp/1.1/help/C/filters/nlfilt.html
|
||||||
share/gimp/1.1/help/C/filters/noisify.html
|
share/gimp/1.1/help/C/filters/noisify.html
|
||||||
@ -1204,6 +1211,7 @@ share/gimp/1.1/scripts/xach-effect.scm
|
|||||||
share/gimp/1.1/tips/gimp_conseils.fr.txt
|
share/gimp/1.1/tips/gimp_conseils.fr.txt
|
||||||
share/gimp/1.1/tips/gimp_tips.cs.txt
|
share/gimp/1.1/tips/gimp_tips.cs.txt
|
||||||
share/gimp/1.1/tips/gimp_tips.de.txt
|
share/gimp/1.1/tips/gimp_tips.de.txt
|
||||||
|
share/gimp/1.1/tips/gimp_tips.es.txt
|
||||||
share/gimp/1.1/tips/gimp_tips.it.txt
|
share/gimp/1.1/tips/gimp_tips.it.txt
|
||||||
share/gimp/1.1/tips/gimp_tips.ja.txt
|
share/gimp/1.1/tips/gimp_tips.ja.txt
|
||||||
share/gimp/1.1/tips/gimp_tips.ko.txt
|
share/gimp/1.1/tips/gimp_tips.ko.txt
|
||||||
@ -1245,6 +1253,10 @@ share/locale/fr/LC_MESSAGES/gimp-libgimp.mo
|
|||||||
share/locale/fr/LC_MESSAGES/gimp-script-fu.mo
|
share/locale/fr/LC_MESSAGES/gimp-script-fu.mo
|
||||||
share/locale/fr/LC_MESSAGES/gimp-std-plugins.mo
|
share/locale/fr/LC_MESSAGES/gimp-std-plugins.mo
|
||||||
share/locale/fr/LC_MESSAGES/gimp.mo
|
share/locale/fr/LC_MESSAGES/gimp.mo
|
||||||
|
share/locale/gl/LC_MESSAGES/gimp-libgimp.mo
|
||||||
|
share/locale/gl/LC_MESSAGES/gimp-script-fu.mo
|
||||||
|
share/locale/gl/LC_MESSAGES/gimp-std-plugins.mo
|
||||||
|
share/locale/gl/LC_MESSAGES/gimp.mo
|
||||||
share/locale/hu/LC_MESSAGES/gimp-libgimp.mo
|
share/locale/hu/LC_MESSAGES/gimp-libgimp.mo
|
||||||
share/locale/hu/LC_MESSAGES/gimp-script-fu.mo
|
share/locale/hu/LC_MESSAGES/gimp-script-fu.mo
|
||||||
share/locale/hu/LC_MESSAGES/gimp-std-plugins.mo
|
share/locale/hu/LC_MESSAGES/gimp-std-plugins.mo
|
||||||
@ -1273,6 +1285,10 @@ share/locale/pl/LC_MESSAGES/gimp-libgimp.mo
|
|||||||
share/locale/pl/LC_MESSAGES/gimp-script-fu.mo
|
share/locale/pl/LC_MESSAGES/gimp-script-fu.mo
|
||||||
share/locale/pl/LC_MESSAGES/gimp-std-plugins.mo
|
share/locale/pl/LC_MESSAGES/gimp-std-plugins.mo
|
||||||
share/locale/pl/LC_MESSAGES/gimp.mo
|
share/locale/pl/LC_MESSAGES/gimp.mo
|
||||||
|
share/locale/pt_BR/LC_MESSAGES/gimp-libgimp.mo
|
||||||
|
share/locale/pt_BR/LC_MESSAGES/gimp-script-fu.mo
|
||||||
|
share/locale/pt_BR/LC_MESSAGES/gimp-std-plugins.mo
|
||||||
|
share/locale/pt_BR/LC_MESSAGES/gimp.mo
|
||||||
share/locale/ru/LC_MESSAGES/gimp-libgimp.mo
|
share/locale/ru/LC_MESSAGES/gimp-libgimp.mo
|
||||||
share/locale/ru/LC_MESSAGES/gimp-script-fu.mo
|
share/locale/ru/LC_MESSAGES/gimp-script-fu.mo
|
||||||
share/locale/ru/LC_MESSAGES/gimp-std-plugins.mo
|
share/locale/ru/LC_MESSAGES/gimp-std-plugins.mo
|
||||||
@ -1289,59 +1305,59 @@ share/locale/uk/LC_MESSAGES/gimp-libgimp.mo
|
|||||||
share/locale/uk/LC_MESSAGES/gimp-script-fu.mo
|
share/locale/uk/LC_MESSAGES/gimp-script-fu.mo
|
||||||
share/locale/uk/LC_MESSAGES/gimp-std-plugins.mo
|
share/locale/uk/LC_MESSAGES/gimp-std-plugins.mo
|
||||||
share/locale/uk/LC_MESSAGES/gimp.mo
|
share/locale/uk/LC_MESSAGES/gimp.mo
|
||||||
@dirrm share/gimp/1.1/tips
|
@dirrm include/gck
|
||||||
@dirrm share/gimp/1.1/scripts
|
@dirrm include/libgimp
|
||||||
@dirrm share/gimp/1.1/patterns
|
@dirrm lib/gimp
|
||||||
@dirrm share/gimp/1.1/palettes
|
@dirrm lib/gimp/1.1
|
||||||
@dirrm share/gimp/1.1/help/images
|
@dirrm lib/gimp/1.1/modules
|
||||||
@dirrm share/gimp/1.1/help/C/tools
|
@dirrm lib/gimp/1.1/plug-ins
|
||||||
@dirrm share/gimp/1.1/help/C/toolbox/help
|
@dirrm share/gimp/1.1/brushes
|
||||||
@dirrm share/gimp/1.1/help/C/toolbox
|
|
||||||
@dirrm share/gimp/1.1/help/C/save
|
|
||||||
@dirrm share/gimp/1.1/help/C/paths
|
|
||||||
@dirrm share/gimp/1.1/help/C/open
|
|
||||||
@dirrm share/gimp/1.1/help/C/layers/stack
|
|
||||||
@dirrm share/gimp/1.1/help/C/layers
|
|
||||||
@dirrm share/gimp/1.1/help/C/image/view
|
|
||||||
@dirrm share/gimp/1.1/help/C/image/select
|
|
||||||
@dirrm share/gimp/1.1/help/C/image/image/transforms
|
|
||||||
@dirrm share/gimp/1.1/help/C/image/image/mode
|
|
||||||
@dirrm share/gimp/1.1/help/C/image/image/colors/auto
|
|
||||||
@dirrm share/gimp/1.1/help/C/image/image/colors
|
|
||||||
@dirrm share/gimp/1.1/help/C/image/image
|
|
||||||
@dirrm share/gimp/1.1/help/C/image/edit
|
|
||||||
@dirrm share/gimp/1.1/help/C/image
|
|
||||||
@dirrm share/gimp/1.1/help/C/filters
|
|
||||||
@dirrm share/gimp/1.1/help/C/file
|
|
||||||
@dirrm share/gimp/1.1/help/C/dialogs/preferences
|
|
||||||
@dirrm share/gimp/1.1/help/C/dialogs/paths
|
|
||||||
@dirrm share/gimp/1.1/help/C/dialogs/palette_editor
|
|
||||||
@dirrm share/gimp/1.1/help/C/dialogs/layers
|
|
||||||
@dirrm share/gimp/1.1/help/C/dialogs/gradient_editor
|
|
||||||
@dirrm share/gimp/1.1/help/C/dialogs/display_filters
|
|
||||||
@dirrm share/gimp/1.1/help/C/dialogs/color_selectors
|
|
||||||
@dirrm share/gimp/1.1/help/C/dialogs/channels
|
|
||||||
@dirrm share/gimp/1.1/help/C/dialogs
|
|
||||||
@dirrm share/gimp/1.1/help/C/channels
|
|
||||||
@dirrm share/gimp/1.1/help/C
|
|
||||||
@dirrm share/gimp/1.1/help
|
|
||||||
@dirrm share/gimp/1.1/gradients
|
|
||||||
@dirrm share/gimp/1.1/gimpressionist/Presets
|
|
||||||
@dirrm share/gimp/1.1/gimpressionist/Paper
|
|
||||||
@dirrm share/gimp/1.1/gimpressionist/Brushes
|
|
||||||
@dirrm share/gimp/1.1/gimpressionist
|
|
||||||
@dirrm share/gimp/1.1/gflare
|
|
||||||
@dirrm share/gimp/1.1/gfig
|
|
||||||
@dirrm share/gimp/1.1/fractalexplorer
|
|
||||||
@dirrm share/gimp/1.1/devel-docs/html/libgimp
|
@dirrm share/gimp/1.1/devel-docs/html/libgimp
|
||||||
@dirrm share/gimp/1.1/devel-docs/html
|
@dirrm share/gimp/1.1/devel-docs/html
|
||||||
@dirrm share/gimp/1.1/devel-docs
|
@dirrm share/gimp/1.1/devel-docs
|
||||||
@dirrm share/gimp/1.1/brushes
|
@dirrm share/gimp/1.1/fractalexplorer
|
||||||
|
@dirrm share/gimp/1.1/gfig
|
||||||
|
@dirrm share/gimp/1.1/gflare
|
||||||
|
@dirrm share/gimp/1.1/gimpressionist/Brushes
|
||||||
|
@dirrm share/gimp/1.1/gimpressionist/Paper
|
||||||
|
@dirrm share/gimp/1.1/gimpressionist/Presets
|
||||||
|
@dirrm share/gimp/1.1/gimpressionist
|
||||||
|
@dirrm share/gimp/1.1/gradients
|
||||||
|
@dirrm share/gimp/1.1/help/C/channels
|
||||||
|
@dirrm share/gimp/1.1/help/C/dialogs/channels
|
||||||
|
@dirrm share/gimp/1.1/help/C/dialogs/color_selectors
|
||||||
|
@dirrm share/gimp/1.1/help/C/dialogs/display_filters
|
||||||
|
@dirrm share/gimp/1.1/help/C/dialogs/gradient_editor
|
||||||
|
@dirrm share/gimp/1.1/help/C/dialogs/layers
|
||||||
|
@dirrm share/gimp/1.1/help/C/dialogs/palette_editor
|
||||||
|
@dirrm share/gimp/1.1/help/C/dialogs/paths
|
||||||
|
@dirrm share/gimp/1.1/help/C/dialogs/preferences
|
||||||
|
@dirrm share/gimp/1.1/help/C/dialogs
|
||||||
|
@dirrm share/gimp/1.1/help/C/file
|
||||||
|
@dirrm share/gimp/1.1/help/C/filters
|
||||||
|
@dirrm share/gimp/1.1/help/C/image/edit
|
||||||
|
@dirrm share/gimp/1.1/help/C/image/image/colors
|
||||||
|
@dirrm share/gimp/1.1/help/C/image/image/colors/auto
|
||||||
|
@dirrm share/gimp/1.1/help/C/image/image/mode
|
||||||
|
@dirrm share/gimp/1.1/help/C/image/image/transforms
|
||||||
|
@dirrm share/gimp/1.1/help/C/image/image
|
||||||
|
@dirrm share/gimp/1.1/help/C/image/select
|
||||||
|
@dirrm share/gimp/1.1/help/C/image/view
|
||||||
|
@dirrm share/gimp/1.1/help/C/image
|
||||||
|
@dirrm share/gimp/1.1/help/C/layers/stack
|
||||||
|
@dirrm share/gimp/1.1/help/C/layers
|
||||||
|
@dirrm share/gimp/1.1/help/C/open
|
||||||
|
@dirrm share/gimp/1.1/help/C/paths
|
||||||
|
@dirrm share/gimp/1.1/help/C/save
|
||||||
|
@dirrm share/gimp/1.1/help/C/toolbox/help
|
||||||
|
@dirrm share/gimp/1.1/help/C/toolbox
|
||||||
|
@dirrm share/gimp/1.1/help/C/tools
|
||||||
|
@dirrm share/gimp/1.1/help/C
|
||||||
|
@dirrm share/gimp/1.1/help/images
|
||||||
|
@dirrm share/gimp/1.1/help
|
||||||
|
@dirrm share/gimp/1.1/palettes
|
||||||
|
@dirrm share/gimp/1.1/patterns
|
||||||
|
@dirrm share/gimp/1.1/scripts
|
||||||
|
@dirrm share/gimp/1.1/tips
|
||||||
@dirrm share/gimp/1.1
|
@dirrm share/gimp/1.1
|
||||||
@dirrm share/gimp
|
@dirrm share/gimp
|
||||||
@dirrm lib/gimp/1.1/plug-ins
|
|
||||||
@dirrm lib/gimp/1.1/modules
|
|
||||||
@dirrm lib/gimp/1.1
|
|
||||||
@dirrm lib/gimp
|
|
||||||
@dirrm include/libgimp
|
|
||||||
@dirrm include/gck
|
|
||||||
|
Loading…
Reference in New Issue
Block a user