Sometimes I hate CVS. Import did not raise these from the dead
so I'm doing it the hard way. Gimp 1.0.0
This commit is contained in:
parent
0ca7cf3f97
commit
e50d61b4bc
66
graphics/gimp/Makefile
Normal file
66
graphics/gimp/Makefile
Normal file
@ -0,0 +1,66 @@
|
||||
# OpenBSD makefile for: gimp
|
||||
# Version required: 1.0.0
|
||||
# Date created: 1998-Jun-07
|
||||
# Whom: marc@OpenBSD.ORG
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.4 1998/06/08 17:16:07 marc Exp $
|
||||
#
|
||||
|
||||
# What port/package will be created
|
||||
#
|
||||
DISTNAME= gimp-1.0.0
|
||||
EXTRANAME= gimp-data-extras-1.0.0
|
||||
CATEGORIES= graphics x11
|
||||
|
||||
# where to send bitches about this port
|
||||
#
|
||||
MAINTAINER= marc@openbsd.org
|
||||
|
||||
# where the source files and patches can be fetched
|
||||
#
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v1.0/v1.0.0/ \
|
||||
ftp://ftp.ameth.org:/pub/mirrors/ftp.gimp.org/pub/gimp/v1.0/v1.0.0/
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${EXTRANAME}${EXTRACT_SUFX}
|
||||
|
||||
# Dependencies
|
||||
#
|
||||
LIB_DEPENDS= gtk\\.1\\.:${PORTSDIR}/x11/gtk+ \
|
||||
jpeg\\.62\\.:${PORTSDIR}/graphics/jpeg \
|
||||
mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib \
|
||||
png\\.1\\.:${PORTSDIR}/graphics/png \
|
||||
tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34
|
||||
OS_RELEASE!= uname -r
|
||||
OS_NO_XPM= 2.2
|
||||
.if ( ${OS_RELEASE} <= ${OS_NO_XPM} )
|
||||
LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
||||
.endif
|
||||
|
||||
# build/configuration variables
|
||||
#
|
||||
USE_X11= yes
|
||||
GNU_CONFIGURE= yes
|
||||
.if (${MACHINE_ARCH} != "alpha")
|
||||
CONFIGURE_ARGS+= --enable-shared
|
||||
.endif
|
||||
CONFIGURE_ARGS+= --enable-static
|
||||
CONFIGURE_ENV= ${SETENV} CPPFLAGS=-I/usr/local/include \
|
||||
LDFLAGS=-L/usr/local/lib
|
||||
|
||||
# Configure the gimp-data-extras, too.
|
||||
#
|
||||
post-configure:
|
||||
@(cd ${WRKDIR}/${EXTRANAME} && \
|
||||
CC="${CC}" ac_cv_path_CC="${CC}" CFLAGS="${CFLAGS}" \
|
||||
INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \
|
||||
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
||||
INSTALL_DATA="${INSTALL_DATA}" \
|
||||
${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS})
|
||||
|
||||
# Update shared lib info just in case the port install procedure didn't
|
||||
# install the extras.
|
||||
#
|
||||
post-install:
|
||||
${LDCONFIG} -m ${PREFIX}/lib
|
||||
cd ${WRKDIR}/${EXTRANAME} && make install
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/gimp/files/md5
Normal file
2
graphics/gimp/files/md5
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (gimp-1.0.0.tar.gz) = b08fbdea508e6df7058b5e3bef5b1e12
|
||||
MD5 (gimp-data-extras-1.0.0.tar.gz) = 62fbffda0fdc34e89f04fb70c8e17672
|
65
graphics/gimp/patches/patch-aa
Normal file
65
graphics/gimp/patches/patch-aa
Normal file
@ -0,0 +1,65 @@
|
||||
--- configure.orig Tue Jun 2 16:42:47 1998
|
||||
+++ configure Sun Jun 7 18:06:04 1998
|
||||
@@ -2317,16 +2317,16 @@
|
||||
fi
|
||||
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
- ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
|
||||
-echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
|
||||
-echo "configure:2323: checking for tiffio.h" >&5
|
||||
+ ac_safe=`echo "tiffio34.h" | sed 'y%./+-%__p_%'`
|
||||
+echo $ac_n "checking for tiffio34.h""... $ac_c" 1>&6
|
||||
+echo "configure:2323: checking for tiffio34.h" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 2328 "configure"
|
||||
#include "confdefs.h"
|
||||
-#include <tiffio.h>
|
||||
+#include <tiffio34.h>
|
||||
EOF
|
||||
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
||||
{ (eval echo configure:2333: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
||||
@@ -2388,16 +2388,16 @@
|
||||
fi
|
||||
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
- ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
|
||||
-echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
|
||||
-echo "configure:2394: checking for tiffio.h" >&5
|
||||
+ ac_safe=`echo "tiffio34.h" | sed 'y%./+-%__p_%'`
|
||||
+echo $ac_n "checking for tiffio34.h""... $ac_c" 1>&6
|
||||
+echo "configure:2394: checking for tiffio34.h" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 2399 "configure"
|
||||
#include "confdefs.h"
|
||||
-#include <tiffio.h>
|
||||
+#include <tiffio34.h>
|
||||
EOF
|
||||
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
||||
{ (eval echo configure:2404: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
||||
@@ -2459,16 +2459,16 @@
|
||||
fi
|
||||
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
- ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
|
||||
-echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
|
||||
-echo "configure:2465: checking for tiffio.h" >&5
|
||||
+ ac_safe=`echo "tiffio34.h" | sed 'y%./+-%__p_%'`
|
||||
+echo $ac_n "checking for tiffio34.h""... $ac_c" 1>&6
|
||||
+echo "configure:2465: checking for tiffio34.h" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 2470 "configure"
|
||||
#include "confdefs.h"
|
||||
-#include <tiffio.h>
|
||||
+#include <tiffio34.h>
|
||||
EOF
|
||||
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
||||
{ (eval echo configure:2475: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
11
graphics/gimp/patches/patch-ab
Normal file
11
graphics/gimp/patches/patch-ab
Normal file
@ -0,0 +1,11 @@
|
||||
--- plug-ins/tiff/tiff.c.~1~ Sat May 30 23:49:20 1998
|
||||
+++ plug-ins/tiff/tiff.c Sun Jun 7 20:53:53 1998
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
-#include <tiffio.h>
|
||||
+#include <tiffio34.h>
|
||||
#include "gtk/gtk.h"
|
||||
#include "libgimp/gimp.h"
|
||||
|
1
graphics/gimp/pkg/COMMENT
Normal file
1
graphics/gimp/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
The GIMP: the GNU Image Manipulation Program
|
31
graphics/gimp/pkg/DESCR
Normal file
31
graphics/gimp/pkg/DESCR
Normal file
@ -0,0 +1,31 @@
|
||||
The GNU Image Manipulation Program (GIMP) is a powerful tool for the
|
||||
preparation and manipulation of digital images. The GIMP provides the user
|
||||
with a wide variety of image manipulation, painting, processing, and
|
||||
rendering tools. The key to the GIMP's power lies in its flexible
|
||||
core and easily extensible design. The GIMP's open design and
|
||||
extensible architecture make for a very powerful end product which can
|
||||
continue to be extended to meet the needs of the photo compositor,
|
||||
image retoucher, web graphics designer, or digital illustrator for a
|
||||
very long time.
|
||||
|
||||
The GIMP's extensible plug-in architecture allows for image
|
||||
manipulation procedures and other functionality to be easily added
|
||||
without requiring any change to the application core. A plug-in can
|
||||
provide functionality as simple as rotating an image, or as
|
||||
complicated as rendering iterated function system fractals. There are
|
||||
nearly 150 plug-ins available in version 1.0, and more are sure to
|
||||
follow.
|
||||
|
||||
The plug-in architecture also allows the GIMP to support a wide
|
||||
variety of file formats. File operations are implemented by special
|
||||
file plug-ins, allowing additional file formats to be added
|
||||
without modification to the core. File formats supported in version
|
||||
1.0 include the popular GIF and JPEG standards, as well as PNG, TIFF,
|
||||
XPM, SGI, PCX, and Windows BMP.
|
||||
|
||||
The GIMP's home page is at
|
||||
|
||||
http://www.gimp.org
|
||||
|
||||
Please be sure to visit this site for information, documentation,
|
||||
tutorials, news, etc. All things GIMP-ish are available from there.
|
640
graphics/gimp/pkg/PLIST
Normal file
640
graphics/gimp/pkg/PLIST
Normal file
@ -0,0 +1,640 @@
|
||||
include/libgimp/gimp.h
|
||||
include/libgimp/gimpenums.h
|
||||
include/libgimp/gimpmenu.h
|
||||
include/libgimp/gimpui.h
|
||||
@dirrm include/libgimp
|
||||
include/gck/gck.h
|
||||
include/gck/gckcolor.h
|
||||
include/gck/gckcommon.h
|
||||
include/gck/gckimage.h
|
||||
include/gck/gcklistbox.h
|
||||
include/gck/gckmath.h
|
||||
include/gck/gcktypes.h
|
||||
include/gck/gckui.h
|
||||
include/gck/gckvector.h
|
||||
@dirrm include/gck
|
||||
lib/libgimp.so.1.0
|
||||
lib/libgimp.la
|
||||
lib/libgimp.a
|
||||
lib/libgimpui.so.1.0
|
||||
lib/libgimpui.la
|
||||
lib/libgimpui.a
|
||||
lib/libgck.so.1.0
|
||||
lib/libgck.la
|
||||
lib/libgck.a
|
||||
lib/gimp/1.0/plug-ins/libmegawidget.a
|
||||
lib/gimp/1.0/plug-ins/libgpc.a
|
||||
lib/gimp/1.0/plug-ins/MapObject
|
||||
lib/gimp/1.0/plug-ins/AlienMap
|
||||
lib/gimp/1.0/plug-ins/dbbrowser
|
||||
lib/gimp/1.0/plug-ins/script-fu
|
||||
lib/gimp/1.0/plug-ins/struc
|
||||
lib/gimp/1.0/plug-ins/webbrowser
|
||||
lib/gimp/1.0/plug-ins/tiff
|
||||
lib/gimp/1.0/plug-ins/jpeg
|
||||
lib/gimp/1.0/plug-ins/png
|
||||
lib/gimp/1.0/plug-ins/mpeg
|
||||
lib/gimp/1.0/plug-ins/xpm
|
||||
lib/gimp/1.0/plug-ins/CML_explorer
|
||||
lib/gimp/1.0/plug-ins/align_layers
|
||||
lib/gimp/1.0/plug-ins/animoptimize
|
||||
lib/gimp/1.0/plug-ins/apply_lens
|
||||
lib/gimp/1.0/plug-ins/autocrop
|
||||
lib/gimp/1.0/plug-ins/animationplay
|
||||
lib/gimp/1.0/plug-ins/autostretch_hsv
|
||||
lib/gimp/1.0/plug-ins/blinds
|
||||
lib/gimp/1.0/plug-ins/blur
|
||||
lib/gimp/1.0/plug-ins/bmp
|
||||
lib/gimp/1.0/plug-ins/bumpmap
|
||||
lib/gimp/1.0/plug-ins/bz2
|
||||
lib/gimp/1.0/plug-ins/c_astretch
|
||||
lib/gimp/1.0/plug-ins/CEL
|
||||
lib/gimp/1.0/plug-ins/checkerboard
|
||||
lib/gimp/1.0/plug-ins/colorify
|
||||
lib/gimp/1.0/plug-ins/compose
|
||||
lib/gimp/1.0/plug-ins/convmatrix
|
||||
lib/gimp/1.0/plug-ins/cubism
|
||||
lib/gimp/1.0/plug-ins/decompose
|
||||
lib/gimp/1.0/plug-ins/deinterlace
|
||||
lib/gimp/1.0/plug-ins/depthmerge
|
||||
lib/gimp/1.0/plug-ins/despeckle
|
||||
lib/gimp/1.0/plug-ins/destripe
|
||||
lib/gimp/1.0/plug-ins/diffraction
|
||||
lib/gimp/1.0/plug-ins/displace
|
||||
lib/gimp/1.0/plug-ins/edge
|
||||
lib/gimp/1.0/plug-ins/emboss
|
||||
lib/gimp/1.0/plug-ins/engrave
|
||||
lib/gimp/1.0/plug-ins/exchange
|
||||
lib/gimp/1.0/plug-ins/faxg3
|
||||
lib/gimp/1.0/plug-ins/film
|
||||
lib/gimp/1.0/plug-ins/fits
|
||||
lib/gimp/1.0/plug-ins/flame
|
||||
lib/gimp/1.0/plug-ins/flarefx
|
||||
lib/gimp/1.0/plug-ins/fractaltrace
|
||||
lib/gimp/1.0/plug-ins/gauss_iir
|
||||
lib/gimp/1.0/plug-ins/gauss_rle
|
||||
lib/gimp/1.0/plug-ins/gbr
|
||||
lib/gimp/1.0/plug-ins/gee
|
||||
lib/gimp/1.0/plug-ins/gfig
|
||||
lib/gimp/1.0/plug-ins/gif
|
||||
lib/gimp/1.0/plug-ins/gfli
|
||||
lib/gimp/1.0/plug-ins/gicon
|
||||
lib/gimp/1.0/plug-ins/glasstile
|
||||
lib/gimp/1.0/plug-ins/gqbist
|
||||
lib/gimp/1.0/plug-ins/gradmap
|
||||
lib/gimp/1.0/plug-ins/grid
|
||||
lib/gimp/1.0/plug-ins/gtm
|
||||
lib/gimp/1.0/plug-ins/gz
|
||||
lib/gimp/1.0/plug-ins/header
|
||||
lib/gimp/1.0/plug-ins/hot
|
||||
lib/gimp/1.0/plug-ins/hrz
|
||||
lib/gimp/1.0/plug-ins/ifscompose
|
||||
lib/gimp/1.0/plug-ins/illusion
|
||||
lib/gimp/1.0/plug-ins/iwarp
|
||||
lib/gimp/1.0/plug-ins/laplace
|
||||
lib/gimp/1.0/plug-ins/mail
|
||||
lib/gimp/1.0/plug-ins/max_rgb
|
||||
lib/gimp/1.0/plug-ins/maze
|
||||
lib/gimp/1.0/plug-ins/mblur
|
||||
lib/gimp/1.0/plug-ins/mosaic
|
||||
lib/gimp/1.0/plug-ins/nlfilt
|
||||
lib/gimp/1.0/plug-ins/noisify
|
||||
lib/gimp/1.0/plug-ins/normalize
|
||||
lib/gimp/1.0/plug-ins/nova
|
||||
lib/gimp/1.0/plug-ins/oilify
|
||||
lib/gimp/1.0/plug-ins/pagecurl
|
||||
lib/gimp/1.0/plug-ins/palette
|
||||
lib/gimp/1.0/plug-ins/papertile
|
||||
lib/gimp/1.0/plug-ins/pat
|
||||
lib/gimp/1.0/plug-ins/pcx
|
||||
lib/gimp/1.0/plug-ins/pix
|
||||
lib/gimp/1.0/plug-ins/pixelize
|
||||
lib/gimp/1.0/plug-ins/plasma
|
||||
lib/gimp/1.0/plug-ins/pnm
|
||||
lib/gimp/1.0/plug-ins/polar
|
||||
lib/gimp/1.0/plug-ins/print
|
||||
lib/gimp/1.0/plug-ins/ps
|
||||
lib/gimp/1.0/plug-ins/psd
|
||||
lib/gimp/1.0/plug-ins/randomize
|
||||
lib/gimp/1.0/plug-ins/ripple
|
||||
lib/gimp/1.0/plug-ins/rotate
|
||||
lib/gimp/1.0/plug-ins/rotators
|
||||
lib/gimp/1.0/plug-ins/scatter_hsv
|
||||
lib/gimp/1.0/plug-ins/screenshot
|
||||
lib/gimp/1.0/plug-ins/semiflatten
|
||||
lib/gimp/1.0/plug-ins/sgi
|
||||
lib/gimp/1.0/plug-ins/sharpen
|
||||
lib/gimp/1.0/plug-ins/shift
|
||||
lib/gimp/1.0/plug-ins/sinus
|
||||
lib/gimp/1.0/plug-ins/smooth_palette
|
||||
lib/gimp/1.0/plug-ins/snoise
|
||||
lib/gimp/1.0/plug-ins/snp
|
||||
lib/gimp/1.0/plug-ins/sobel
|
||||
lib/gimp/1.0/plug-ins/sparkle
|
||||
lib/gimp/1.0/plug-ins/spread
|
||||
lib/gimp/1.0/plug-ins/sunras
|
||||
lib/gimp/1.0/plug-ins/tga
|
||||
lib/gimp/1.0/plug-ins/threshold_alpha
|
||||
lib/gimp/1.0/plug-ins/tile
|
||||
lib/gimp/1.0/plug-ins/tileit
|
||||
lib/gimp/1.0/plug-ins/tiler
|
||||
lib/gimp/1.0/plug-ins/url
|
||||
lib/gimp/1.0/plug-ins/video
|
||||
lib/gimp/1.0/plug-ins/vinvert
|
||||
lib/gimp/1.0/plug-ins/vpropagate
|
||||
lib/gimp/1.0/plug-ins/waves
|
||||
lib/gimp/1.0/plug-ins/whirlpinch
|
||||
lib/gimp/1.0/plug-ins/xwd
|
||||
lib/gimp/1.0/plug-ins/zealouscrop
|
||||
@dirrm lib/gimp/1.0/plug-ins
|
||||
@dirrm lib/gimp/1.0
|
||||
@dirrm lib/gimp
|
||||
bin/gimp
|
||||
bin/gimptool
|
||||
man/man1/gimp.1
|
||||
man/man1/gimptool.1
|
||||
man/man3/gpc.3
|
||||
share/gimp/scripts/3d-outline.scm
|
||||
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/asc2img.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/egg.scm
|
||||
share/gimp/scripts/beveled-pattern-heading.scm
|
||||
share/gimp/scripts/beveled-pattern-hrule.scm
|
||||
share/gimp/scripts/blend-anim.scm
|
||||
share/gimp/scripts/blended-logo.scm
|
||||
share/gimp/scripts/bovinated-logo.scm
|
||||
share/gimp/scripts/camo.scm
|
||||
share/gimp/scripts/carve-it.scm
|
||||
share/gimp/scripts/carved-logo.scm
|
||||
share/gimp/scripts/chalk.scm
|
||||
share/gimp/scripts/chip-away.scm
|
||||
share/gimp/scripts/chrome-it.scm
|
||||
share/gimp/scripts/chrome-logo.scm
|
||||
share/gimp/scripts/circuit.scm
|
||||
share/gimp/scripts/clothify.scm
|
||||
share/gimp/scripts/coffee.scm
|
||||
share/gimp/scripts/color-cycling.scm
|
||||
share/gimp/scripts/comic-logo.scm
|
||||
share/gimp/scripts/coolmetal-logo.scm
|
||||
share/gimp/scripts/copy-visible.scm
|
||||
share/gimp/scripts/crystal-logo.scm
|
||||
share/gimp/scripts/distress_selection.scm
|
||||
share/gimp/scripts/drop-shadow.scm
|
||||
share/gimp/scripts/erase-rows.scm
|
||||
share/gimp/scripts/fade-outline.scm
|
||||
share/gimp/scripts/flatland.scm
|
||||
share/gimp/scripts/font-map.scm
|
||||
share/gimp/scripts/frosty-logo.scm
|
||||
share/gimp/scripts/fuzzyborder.scm
|
||||
share/gimp/scripts/gimp-headers.scm
|
||||
share/gimp/scripts/gimp-labels.scm
|
||||
share/gimp/scripts/glossy.scm
|
||||
share/gimp/scripts/glowing-logo.scm
|
||||
share/gimp/scripts/gradient-bevel-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/old_photo.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/rendermap.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/spinning_globe.scm
|
||||
share/gimp/scripts/starburst-logo.scm
|
||||
share/gimp/scripts/starscape-logo.scm
|
||||
share/gimp/scripts/swirltile.scm
|
||||
share/gimp/scripts/t-o-p-logo.scm
|
||||
share/gimp/scripts/swirly-pattern.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/tileblur.scm
|
||||
share/gimp/scripts/trochoid.scm
|
||||
share/gimp/scripts/truchet.scm
|
||||
share/gimp/scripts/unsharp-mask.scm
|
||||
share/gimp/scripts/waves-anim.scm
|
||||
share/gimp/scripts/weave.scm
|
||||
share/gimp/scripts/xach-effect.scm
|
||||
share/gimp/scripts/web-browser.scm
|
||||
@dirrm share/gimp/scripts
|
||||
share/gimp/gfig/A_star
|
||||
share/gimp/gfig/curves
|
||||
share/gimp/gfig/polys
|
||||
share/gimp/gfig/ring
|
||||
share/gimp/gfig/ring+star
|
||||
share/gimp/gfig/simily
|
||||
share/gimp/gfig/spirals_and_stars
|
||||
share/gimp/gfig/sprial
|
||||
share/gimp/gfig/star2
|
||||
share/gimp/gfig/stars
|
||||
@dirrm share/gimp/gfig
|
||||
share/gimp/brushes/10x10square.gbr
|
||||
share/gimp/brushes/10x10squareBlur.gbr
|
||||
share/gimp/brushes/11circle.gbr
|
||||
share/gimp/brushes/11fcircle.gbr
|
||||
share/gimp/brushes/13circle.gbr
|
||||
share/gimp/brushes/13fcircle.gbr
|
||||
share/gimp/brushes/15circle.gbr
|
||||
share/gimp/brushes/15fcircle.gbr
|
||||
share/gimp/brushes/17circle.gbr
|
||||
share/gimp/brushes/17fcircle.gbr
|
||||
share/gimp/brushes/19circle.gbr
|
||||
share/gimp/brushes/19fcircle.gbr
|
||||
share/gimp/brushes/1circle.gbr
|
||||
share/gimp/brushes/20x20square.gbr
|
||||
share/gimp/brushes/20x20squareBlur.gbr
|
||||
share/gimp/brushes/3circle.gbr
|
||||
share/gimp/brushes/3fcircle.gbr
|
||||
share/gimp/brushes/5circle.gbr
|
||||
share/gimp/brushes/5fcircle.gbr
|
||||
share/gimp/brushes/5x5square.gbr
|
||||
share/gimp/brushes/5x5squareBlur.gbr
|
||||
share/gimp/brushes/7circle.gbr
|
||||
share/gimp/brushes/7fcircle.gbr
|
||||
share/gimp/brushes/9circle.gbr
|
||||
share/gimp/brushes/9fcircle.gbr
|
||||
share/gimp/brushes/DStar11.gbr
|
||||
share/gimp/brushes/DStar17.gbr
|
||||
share/gimp/brushes/DStar25.gbr
|
||||
share/gimp/brushes/callig1.gbr
|
||||
share/gimp/brushes/callig2.gbr
|
||||
share/gimp/brushes/callig3.gbr
|
||||
share/gimp/brushes/callig4.gbr
|
||||
share/gimp/brushes/confetti.gbr
|
||||
share/gimp/brushes/dunes.gbr
|
||||
share/gimp/brushes/galaxy.gbr
|
||||
share/gimp/brushes/galaxy_big.gbr
|
||||
share/gimp/brushes/galaxy_small.gbr
|
||||
share/gimp/brushes/pixel.gbr
|
||||
share/gimp/brushes/thegimp.gbr
|
||||
share/gimp/brushes/xcf.gbr
|
||||
share/gimp/brushes/50x50cone.gbr
|
||||
share/gimp/brushes/50x50square.gbr
|
||||
share/gimp/brushes/50x50squareBlur.gbr
|
||||
share/gimp/brushes/50x50squareBlur2.gbr
|
||||
share/gimp/brushes/bigcircle.gbr
|
||||
share/gimp/brushes/bigcircle2.gbr
|
||||
share/gimp/brushes/bigcircle3.gbr
|
||||
share/gimp/brushes/bigcircle4.gbr
|
||||
share/gimp/brushes/bird.gbr
|
||||
share/gimp/brushes/bullethole.gbr
|
||||
share/gimp/brushes/cloth.gbr
|
||||
share/gimp/brushes/flower.gbr
|
||||
share/gimp/brushes/flower_large.gbr
|
||||
share/gimp/brushes/gecko.gbr
|
||||
share/gimp/brushes/grid.gbr
|
||||
share/gimp/brushes/grid2.gbr
|
||||
share/gimp/brushes/guitar.gbr
|
||||
share/gimp/brushes/nova.gbr
|
||||
share/gimp/brushes/point.gbr
|
||||
share/gimp/brushes/punch.gbr
|
||||
share/gimp/brushes/qbert2.gbr
|
||||
share/gimp/brushes/qbert3Blur.gbr
|
||||
share/gimp/brushes/reach.gbr
|
||||
share/gimp/brushes/sphere29.gbr
|
||||
share/gimp/brushes/sphere36.gbr
|
||||
share/gimp/brushes/sphere47.gbr
|
||||
share/gimp/brushes/sphere55.gbr
|
||||
share/gimp/brushes/sphere79.gbr
|
||||
share/gimp/brushes/star1.gbr
|
||||
share/gimp/brushes/star2.gbr
|
||||
share/gimp/brushes/star3.gbr
|
||||
share/gimp/brushes/star4.gbr
|
||||
share/gimp/brushes/star5.gbr
|
||||
share/gimp/brushes/swirl.gbr
|
||||
share/gimp/brushes/swirl2.gbr
|
||||
share/gimp/brushes/text1.gbr
|
||||
share/gimp/brushes/text2.gbr
|
||||
share/gimp/brushes/text3.gbr
|
||||
share/gimp/brushes/text4.gbr
|
||||
share/gimp/brushes/tulip.gbr
|
||||
share/gimp/brushes/wave.gbr
|
||||
@dirrm share/gimp/brushes
|
||||
share/gimp/gradients/Abstract_1
|
||||
share/gimp/gradients/Abstract_2
|
||||
share/gimp/gradients/Abstract_3
|
||||
share/gimp/gradients/Aneurism
|
||||
share/gimp/gradients/Blinds
|
||||
share/gimp/gradients/Blue_Green
|
||||
share/gimp/gradients/Browns
|
||||
share/gimp/gradients/Brushed_Aluminium
|
||||
share/gimp/gradients/Burning_Paper
|
||||
share/gimp/gradients/Burning_Transparency
|
||||
share/gimp/gradients/CD
|
||||
share/gimp/gradients/CD_Half
|
||||
share/gimp/gradients/Caribbean_Blues
|
||||
share/gimp/gradients/Coffee
|
||||
share/gimp/gradients/Cold_Steel
|
||||
share/gimp/gradients/Cold_Steel_2
|
||||
share/gimp/gradients/Crown_molding
|
||||
share/gimp/gradients/Dark_1
|
||||
share/gimp/gradients/Deep_Sea
|
||||
share/gimp/gradients/Default
|
||||
share/gimp/gradients/Flare_Glow_Angular_1
|
||||
share/gimp/gradients/Flare_Glow_Radial_1
|
||||
share/gimp/gradients/Four_bars
|
||||
share/gimp/gradients/Flare_Glow_Radial_2
|
||||
share/gimp/gradients/Flare_Glow_Radial_3
|
||||
share/gimp/gradients/Flare_Glow_Radial_4
|
||||
share/gimp/gradients/Flare_Radial_101
|
||||
share/gimp/gradients/Flare_Radial_102
|
||||
share/gimp/gradients/Flare_Radial_103
|
||||
share/gimp/gradients/Flare_Rays_Radial_1
|
||||
share/gimp/gradients/Flare_Rays_Radial_2
|
||||
share/gimp/gradients/Flare_Rays_Size_1
|
||||
share/gimp/gradients/Flare_Sizefac_101
|
||||
share/gimp/gradients/French_flag
|
||||
share/gimp/gradients/French_flag_smooth
|
||||
share/gimp/gradients/Full_saturation_spectrum_CCW
|
||||
share/gimp/gradients/Full_saturation_spectrum_CW
|
||||
share/gimp/gradients/German_flag
|
||||
share/gimp/gradients/German_flag_smooth
|
||||
share/gimp/gradients/Golden
|
||||
share/gimp/gradients/Greens
|
||||
share/gimp/gradients/Horizon_1
|
||||
share/gimp/gradients/Horizon_2
|
||||
share/gimp/gradients/Incandescent
|
||||
share/gimp/gradients/Land_1
|
||||
share/gimp/gradients/Land_and_Sea
|
||||
share/gimp/gradients/Metallic_Something
|
||||
share/gimp/gradients/Mexican_flag
|
||||
share/gimp/gradients/Mexican_flag_smooth
|
||||
share/gimp/gradients/Nauseating_Headache
|
||||
share/gimp/gradients/Neon_Cyan
|
||||
share/gimp/gradients/Neon_Green
|
||||
share/gimp/gradients/Neon_Yellow
|
||||
share/gimp/gradients/Pastel_Rainbow
|
||||
share/gimp/gradients/Pastels
|
||||
share/gimp/gradients/Purples
|
||||
share/gimp/gradients/Radial_Eyeball_Blue
|
||||
share/gimp/gradients/Radial_Eyeball_Brown
|
||||
share/gimp/gradients/Radial_Eyeball_Green
|
||||
share/gimp/gradients/Radial_Glow_1
|
||||
share/gimp/gradients/Radial_Rainbow_Hoop
|
||||
share/gimp/gradients/Romanian_flag
|
||||
share/gimp/gradients/Romanian_flag_smooth
|
||||
share/gimp/gradients/Rounded_edge
|
||||
share/gimp/gradients/Shadows_1
|
||||
share/gimp/gradients/Shadows_2
|
||||
share/gimp/gradients/Shadows_3
|
||||
share/gimp/gradients/Skyline
|
||||
share/gimp/gradients/Skyline_polluted
|
||||
share/gimp/gradients/Square_Wood_Frame
|
||||
share/gimp/gradients/Sunrise
|
||||
share/gimp/gradients/Three_bars_sin
|
||||
share/gimp/gradients/Tropical_Colors
|
||||
share/gimp/gradients/Tube_Red
|
||||
share/gimp/gradients/Wood_1
|
||||
share/gimp/gradients/Wood_2
|
||||
share/gimp/gradients/Yellow_Contrast
|
||||
share/gimp/gradients/Yellow_Orange
|
||||
@dirrm share/gimp/gradients
|
||||
share/gimp/palettes/Bears
|
||||
share/gimp/palettes/Bgold
|
||||
share/gimp/palettes/Blues
|
||||
share/gimp/palettes/Borders
|
||||
share/gimp/palettes/Browns_And_Yellows
|
||||
share/gimp/palettes/Caramel
|
||||
share/gimp/palettes/Cascade
|
||||
share/gimp/palettes/China
|
||||
share/gimp/palettes/Coldfire
|
||||
share/gimp/palettes/Cool_Colors
|
||||
share/gimp/palettes/Cranes
|
||||
share/gimp/palettes/Dark_pastels
|
||||
share/gimp/palettes/Default
|
||||
share/gimp/palettes/Ega
|
||||
share/gimp/palettes/Firecode
|
||||
share/gimp/palettes/Gold
|
||||
share/gimp/palettes/GrayViolet
|
||||
share/gimp/palettes/Grayblue
|
||||
share/gimp/palettes/Grays
|
||||
share/gimp/palettes/Greens
|
||||
share/gimp/palettes/Hilite
|
||||
share/gimp/palettes/Kahki
|
||||
share/gimp/palettes/Lights
|
||||
share/gimp/palettes/Muted
|
||||
share/gimp/palettes/Named_Colors
|
||||
share/gimp/palettes/News3
|
||||
share/gimp/palettes/Op2
|
||||
share/gimp/palettes/Pastels
|
||||
share/gimp/palettes/Paintjet
|
||||
share/gimp/palettes/Plasma
|
||||
share/gimp/palettes/Reds
|
||||
share/gimp/palettes/Reds_And_Purples
|
||||
share/gimp/palettes/Royal
|
||||
share/gimp/palettes/Topographic
|
||||
share/gimp/palettes/Volcano
|
||||
share/gimp/palettes/Warm_Colors
|
||||
share/gimp/palettes/Web
|
||||
@dirrm share/gimp/palettes
|
||||
share/gimp/patterns/3dgreen.pat
|
||||
share/gimp/patterns/Craters.pat
|
||||
share/gimp/patterns/Moonfoot.pat
|
||||
share/gimp/patterns/amethyst.pat
|
||||
share/gimp/patterns/bark.pat
|
||||
share/gimp/patterns/blue.pat
|
||||
share/gimp/patterns/bluegrid.pat
|
||||
share/gimp/patterns/bluesquares.pat
|
||||
share/gimp/patterns/blueweb.pat
|
||||
share/gimp/patterns/brick.pat
|
||||
share/gimp/patterns/burlap.pat
|
||||
share/gimp/patterns/burlwood.pat
|
||||
share/gimp/patterns/choc_swirl.pat
|
||||
share/gimp/patterns/corkboard.pat
|
||||
share/gimp/patterns/cracked.pat
|
||||
share/gimp/patterns/crinklepaper.pat
|
||||
share/gimp/patterns/electric.pat
|
||||
share/gimp/patterns/fibers.pat
|
||||
share/gimp/patterns/granite1.pat
|
||||
share/gimp/patterns/ground1.pat
|
||||
share/gimp/patterns/ice.pat
|
||||
share/gimp/patterns/java.pat
|
||||
share/gimp/patterns/leather.pat
|
||||
share/gimp/patterns/leaves.pat
|
||||
share/gimp/patterns/leopard.pat
|
||||
share/gimp/patterns/lightning.pat
|
||||
share/gimp/patterns/marble1.pat
|
||||
share/gimp/patterns/marble2.pat
|
||||
share/gimp/patterns/marble3.pat
|
||||
share/gimp/patterns/nops.pat
|
||||
share/gimp/patterns/paper.pat
|
||||
share/gimp/patterns/parque1.pat
|
||||
share/gimp/patterns/parque2.pat
|
||||
share/gimp/patterns/parque3.pat
|
||||
share/gimp/patterns/pastel.pat
|
||||
share/gimp/patterns/pine.pat
|
||||
share/gimp/patterns/pink_marble.pat
|
||||
share/gimp/patterns/pool.pat
|
||||
share/gimp/patterns/qube1.pat
|
||||
share/gimp/patterns/rain.pat
|
||||
share/gimp/patterns/recessed.pat
|
||||
share/gimp/patterns/redcube.pat
|
||||
share/gimp/patterns/rock.pat
|
||||
share/gimp/patterns/sky.pat
|
||||
share/gimp/patterns/slate.pat
|
||||
share/gimp/patterns/sm_squares.pat
|
||||
share/gimp/patterns/stone33.pat
|
||||
share/gimp/patterns/starfield.pat
|
||||
share/gimp/patterns/terra.pat
|
||||
share/gimp/patterns/walnut.pat
|
||||
share/gimp/patterns/warning.pat
|
||||
share/gimp/patterns/wood1.pat
|
||||
share/gimp/patterns/wood2.pat
|
||||
share/gimp/patterns/wood3.pat
|
||||
share/gimp/patterns/wood4.pat
|
||||
share/gimp/patterns/wood5.pat
|
||||
share/gimp/patterns/3dweave.pat
|
||||
share/gimp/patterns/abstract_flowers.pat
|
||||
share/gimp/patterns/blackoil.pat
|
||||
share/gimp/patterns/blackwhitefloor.pat
|
||||
share/gimp/patterns/blob1.pat
|
||||
share/gimp/patterns/blob2.pat
|
||||
share/gimp/patterns/bluebar.pat
|
||||
share/gimp/patterns/bluecanyons.pat
|
||||
share/gimp/patterns/bluemars.pat
|
||||
share/gimp/patterns/bluemetal.pat
|
||||
share/gimp/patterns/bluespikes.pat
|
||||
share/gimp/patterns/brownie.pat
|
||||
share/gimp/patterns/bwcubes.pat
|
||||
share/gimp/patterns/canyons2.pat
|
||||
share/gimp/patterns/cashew.pat
|
||||
share/gimp/patterns/chains.pat
|
||||
share/gimp/patterns/chroma.pat
|
||||
share/gimp/patterns/circuit.pat
|
||||
share/gimp/patterns/clouds.pat
|
||||
share/gimp/patterns/clovers.pat
|
||||
share/gimp/patterns/coins.pat
|
||||
share/gimp/patterns/color.pat
|
||||
share/gimp/patterns/colorblob.pat
|
||||
share/gimp/patterns/colored_rock.pat
|
||||
share/gimp/patterns/colorwhirl.pat
|
||||
share/gimp/patterns/connestoga.pat
|
||||
share/gimp/patterns/contrawhirl.pat
|
||||
share/gimp/patterns/cow.pat
|
||||
share/gimp/patterns/crash1.pat
|
||||
share/gimp/patterns/crazytile.pat
|
||||
share/gimp/patterns/crystals.pat
|
||||
share/gimp/patterns/curvedledge.pat
|
||||
share/gimp/patterns/deepswirl.pat
|
||||
share/gimp/patterns/diffpat.pat
|
||||
share/gimp/patterns/dirt.pat
|
||||
share/gimp/patterns/disco.pat
|
||||
share/gimp/patterns/drymud.pat
|
||||
share/gimp/patterns/dunemaze.pat
|
||||
share/gimp/patterns/dunes.pat
|
||||
share/gimp/patterns/eggcarton.pat
|
||||
share/gimp/patterns/electric-blue-ribbons.pat
|
||||
share/gimp/patterns/etbf.pat
|
||||
share/gimp/patterns/floor_tile.pat
|
||||
share/gimp/patterns/funnyblobs.pat
|
||||
share/gimp/patterns/funnymess.pat
|
||||
share/gimp/patterns/funnymess2.pat
|
||||
share/gimp/patterns/fuzzy-colors.pat
|
||||
share/gimp/patterns/gold.pat
|
||||
share/gimp/patterns/goldcloth.pat
|
||||
share/gimp/patterns/granite2.pat
|
||||
share/gimp/patterns/green_curtains.pat
|
||||
share/gimp/patterns/green_eek.pat
|
||||
share/gimp/patterns/greyweave.pat
|
||||
share/gimp/patterns/greyweave2.pat
|
||||
share/gimp/patterns/grid.pat
|
||||
share/gimp/patterns/gridwhirltile.pat
|
||||
share/gimp/patterns/headache.pat
|
||||
share/gimp/patterns/horiz.pat
|
||||
share/gimp/patterns/ice2.pat
|
||||
share/gimp/patterns/icechex.pat
|
||||
share/gimp/patterns/inlay.pat
|
||||
share/gimp/patterns/krinkle.pat
|
||||
share/gimp/patterns/land1.pat
|
||||
share/gimp/patterns/land2.pat
|
||||
share/gimp/patterns/lathe.pat
|
||||
share/gimp/patterns/leaves3.pat
|
||||
share/gimp/patterns/pj.pat
|
||||
share/gimp/patterns/leaves4.pat
|
||||
share/gimp/patterns/leaves6.pat
|
||||
share/gimp/patterns/lumps.pat
|
||||
share/gimp/patterns/meltedcolors.pat
|
||||
share/gimp/patterns/metallica.pat
|
||||
share/gimp/patterns/metalpaths.pat
|
||||
share/gimp/patterns/mhuerock.pat
|
||||
share/gimp/patterns/money.pat
|
||||
share/gimp/patterns/neurons.pat
|
||||
share/gimp/patterns/novaugh.pat
|
||||
share/gimp/patterns/oooh.pat
|
||||
share/gimp/patterns/oooh3.pat
|
||||
share/gimp/patterns/orange_eek.pat
|
||||
share/gimp/patterns/orangebrown.pat
|
||||
share/gimp/patterns/orangecheese.pat
|
||||
share/gimp/patterns/paint-explosion.pat
|
||||
share/gimp/patterns/pastel2.pat
|
||||
share/gimp/patterns/pebbles.pat
|
||||
share/gimp/patterns/pixeled1.pat
|
||||
share/gimp/patterns/psycho1.pat
|
||||
share/gimp/patterns/purple-ribbons.pat
|
||||
share/gimp/patterns/purple.pat
|
||||
share/gimp/patterns/wax.pat
|
||||
share/gimp/patterns/purple_glow.pat
|
||||
share/gimp/patterns/redishstuff.pat
|
||||
share/gimp/patterns/redmess.pat
|
||||
share/gimp/patterns/redrings.pat
|
||||
share/gimp/patterns/rust.pat
|
||||
share/gimp/patterns/sandytext.pat
|
||||
share/gimp/patterns/send1.pat
|
||||
share/gimp/patterns/silver.pat
|
||||
share/gimp/patterns/slice1.pat
|
||||
share/gimp/patterns/spectbar.pat
|
||||
share/gimp/patterns/startile.pat
|
||||
share/gimp/patterns/swirl.pat
|
||||
share/gimp/patterns/swirl2.pat
|
||||
share/gimp/patterns/torrents.pat
|
||||
share/gimp/patterns/tube.pat
|
||||
share/gimp/patterns/unsharpswirl.pat
|
||||
share/gimp/patterns/water3.pat
|
||||
share/gimp/patterns/waves.pat
|
||||
share/gimp/patterns/weird2.pat
|
||||
share/gimp/patterns/whirledstuff.pat
|
||||
share/gimp/patterns/woodblind.pat
|
||||
share/gimp/patterns/worn_metal_chex.pat
|
||||
@dirrm share/gimp/patterns
|
||||
share/gimp/user_install
|
||||
share/gimp/gimprc
|
||||
share/gimp/gimprc_user
|
||||
share/gimp/gtkrc
|
||||
share/gimp/gimp_logo.ppm
|
||||
share/gimp/gimp_splash.ppm
|
||||
share/gimp/gimp_tips.txt
|
||||
share/gimp/ps-menurc
|
||||
share/gimp/gtkrc.forest2
|
||||
@dirrm share/gimp
|
Loading…
Reference in New Issue
Block a user