diff options
Diffstat (limited to 'graphics')
340 files changed, 0 insertions, 31626 deletions
diff --git a/graphics/cairo-java/Makefile b/graphics/cairo-java/Makefile deleted file mode 100644 index de4ddff72..000000000 --- a/graphics/cairo-java/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# New ports collection makefile for: cairo-java -# Date created: 26 Oct 2005 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/cairo-java/Makefile,v 1.2 2005/10/29 22:06:06 marcus Exp $ -# - -PORTNAME= cairo-java -PORTVERSION= 1.0.5 -CATEGORIES= graphics java -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Java wrapper for the cairo graphics package - -LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ - glibjni-${GLIB_API_VERSION}.1:${PORTSDIR}/devel/glib-java - -USE_BZIP2= yes -USE_GMAKE= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -USE_JAVA= yes -JAVA_VERSION= 1.2+ -JAVA_OS= native -USE_GCC= 3.4+ -USE_GNOME= gnomehack gnometarget -CONFIGURE_ARGS= --without-gcj-compile -CONFIGURE_ENV= CPPFLAGS="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd" -CAIRO_API_VERSION= 1.0 -GLIB_API_VERSION= 0.2 -PLIST_SUB= CAIRO_API_VERSION=${CAIRO_API_VERSION} PORTNAME=${PORTNAME} -PKGMESSAGE= ${WRKDIR}/pkg-message - -# jikes related -CONFIGURE_ENV+= BOOTCLASSPATH=${JAVA_CLASSES} -MAKE_ENV+= BOOTCLASSPATH=${JAVA_CLASSES} - -do-install: - ${MKDIR} ${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/.libs/libcairojni-${CAIRO_API_VERSION}.so \ - ${PREFIX}/lib/libcairojni-${CAIRO_API_VERSION}.so.1 - ${LN} -sf ${PREFIX}/lib/libcairojni-${CAIRO_API_VERSION}.so.1 \ - ${PREFIX}/lib/libcairojni-${CAIRO_API_VERSION}.so - ${MKDIR} ${PREFIX}/libdata/pkgconfig - ${INSTALL_DATA} ${WRKSRC}/cairo-java.pc ${PREFIX}/libdata/pkgconfig - ${MKDIR} ${JAVAJARDIR} - ${INSTALL_DATA} ${WRKSRC}/cairo${CAIRO_API_VERSION}.jar ${JAVAJARDIR} - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - ${MKDIR} ${DOCSDIR}/api - cd ${WRKSRC}/doc/api && ${FIND} . | ${CPIO} -pdmu ${DOCSDIR}/api - ${TOUCH} ${DOCSDIR}/api/packages.html -.endif - @${SED} -e 's|%%JAVAJARDIR%%|${JAVAJARDIR}|g ; \ - s|%%PREFIX%%|${PREFIX}|g ; \ - s|%%CAIRO_API_VERSION%%|${CAIRO_API_VERSION}|g' \ - < ${PKGDIR}/pkg-message > ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/graphics/cairo-java/distinfo b/graphics/cairo-java/distinfo deleted file mode 100644 index 0a8275cd4..000000000 --- a/graphics/cairo-java/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/cairo-java-1.0.5.tar.bz2) = 2e532ab7d4afe681cfec3b70132d7a80 -SHA256 (gnome2/cairo-java-1.0.5.tar.bz2) = dbe9ace5ce65e434628c4b10c6a3b21110a699c8fabce1fc35b8e2f17ceac7e9 -SIZE (gnome2/cairo-java-1.0.5.tar.bz2) = 256184 diff --git a/graphics/cairo-java/files/patch-cairo-java.pc.in b/graphics/cairo-java/files/patch-cairo-java.pc.in deleted file mode 100644 index e6d5d6f4f..000000000 --- a/graphics/cairo-java/files/patch-cairo-java.pc.in +++ /dev/null @@ -1,8 +0,0 @@ ---- cairo-java.pc.in.orig Tue Mar 28 23:56:09 2006 -+++ cairo-java.pc.in Tue Mar 28 23:56:26 2006 -@@ -11,4 +11,4 @@ Requires: cairo glib-java - api_version=@apiversion@ - classpath=@INSTALLED_CLASSPATH@ - jnilibs=-L@libdir@ -lcairojni --Libs: -L@libdir@ -lcairojava -+Libs: -L@libdir@ -lcairojava-@apiversion@ diff --git a/graphics/cairo-java/files/patch-configure b/graphics/cairo-java/files/patch-configure deleted file mode 100644 index 637cd4ac2..000000000 --- a/graphics/cairo-java/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Wed Oct 26 20:57:49 2005 -+++ configure Wed Oct 26 20:58:13 2005 -@@ -20032,7 +20032,7 @@ - - apiversion="1.0" - --INSTALLED_CLASSPATH=\${prefix}/share/java/cairo${apiversion}-${VERSION}.jar -+INSTALLED_CLASSPATH=\${prefix}/share/java/classes/cairo${apiversion}.jar - INSTALLED_JNI_DIR=\${prefix}/lib/ - - diff --git a/graphics/cairo-java/pkg-descr b/graphics/cairo-java/pkg-descr deleted file mode 100644 index abc1cdd10..000000000 --- a/graphics/cairo-java/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Java-GNOME is a set of Java bindings for GNOME and GTK libraries, -so GNOME applications can be written in Java. It is implemented -as a JNI layer that delegates the Java calls out to the underlying -C library. - --- Java-GNOME README - -WWW: http://java-gnome.sourceforge.net/ diff --git a/graphics/cairo-java/pkg-message b/graphics/cairo-java/pkg-message deleted file mode 100644 index 3d8bbd512..000000000 --- a/graphics/cairo-java/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ -************************************************************************ -Libgtk-java was successfully installed. In order to build and run cairo -Java applications, you must add the following to your CLASSPATH: - -%%JAVAJARDIR%%/cairo%%CAIRO_API_VERSION%%.jar - -************************************************************************ diff --git a/graphics/cairo-java/pkg-plist b/graphics/cairo-java/pkg-plist deleted file mode 100644 index ac16ab757..000000000 --- a/graphics/cairo-java/pkg-plist +++ /dev/null @@ -1,65 +0,0 @@ -lib/libcairojni-%%CAIRO_API_VERSION%%.so -lib/libcairojni-%%CAIRO_API_VERSION%%.so.1 -libdata/pkgconfig/%%PORTNAME%%.pc -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/api/allclasses-frame.html -%%PORTDOCS%%%%DOCSDIR%%/api/allclasses-noframe.html -%%PORTDOCS%%%%DOCSDIR%%/api/constant-values.html -%%PORTDOCS%%%%DOCSDIR%%/api/deprecated-list.html -%%PORTDOCS%%%%DOCSDIR%%/api/help-doc.html -%%PORTDOCS%%%%DOCSDIR%%/api/index-all.html -%%PORTDOCS%%%%DOCSDIR%%/api/index.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Antialias.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/CairoException.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Config.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Content.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Context.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Extend.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/FillRule.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Filter.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/FontExtents.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/FontFace.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/FontOptions.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/FontSlant.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/FontWeight.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Format.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Glyph.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Gradient.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/HintMetrics.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/HintStyle.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/ImageSurface.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/LineCap.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/LineJoin.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/LinearGradient.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Matrix.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Operator.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/PDFSurface.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Pattern.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Point.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/RadialGradient.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Rectangle.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/ScaledFont.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Status.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/SubpixelOrder.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Surface.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/SurfacePattern.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/TextExtents.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/package-frame.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/package-summary.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/package-tree.html -%%PORTDOCS%%%%DOCSDIR%%/api/overview-tree.html -%%PORTDOCS%%%%DOCSDIR%%/api/package-list -%%PORTDOCS%%%%DOCSDIR%%/api/packages.html -%%PORTDOCS%%%%DOCSDIR%%/api/resources/inherit.gif -%%PORTDOCS%%%%DOCSDIR%%/api/serialized-form.html -%%PORTDOCS%%%%DOCSDIR%%/api/stylesheet.css -share/java/classes/cairo%%CAIRO_API_VERSION%%.jar -%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/resources -%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/org/freedesktop/cairo -%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/org/freedesktop -%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/org -%%PORTDOCS%%@dirrm %%DOCSDIR%%/api -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile deleted file mode 100644 index fed2c8e40..000000000 --- a/graphics/cairo/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# New ports collection makefile for: cairo -# Date created: 2004-10-06 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/cairo/Makefile,v 1.44 2006/08/09 00:19:28 ahze Exp $ -# - -PORTNAME= cairo -PORTVERSION= 1.2.4 -PORTREVISION?= 0 -CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/releases/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Vector graphics library with cross-device output support - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - png.5:${PORTSDIR}/graphics/png \ - fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig - -CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ - --enable-pdf \ - --enable-ps -USE_GNOME= gnometarget gnomehack ltverhack referencehack -USE_AUTOTOOLS= libtool:15 -USE_LDCONFIG= yes - -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include" \ - LDFLAGS="${PTHREAD_LIBS}" - -OPTIONS+= GLITZ "Enable Glitz OpenGL Support" Off - -.include <bsd.port.pre.mk> - -.if defined(WITH_GLITZ) -LIB_DEPENDS+= glitz-glx.1:${PORTSDIR}/graphics/glitz -CONFIGURE_ARGS+= --enable-glitz -PLIST_SUB+= GLITZ="" -.else -CONFIGURE_ARGS+= --disable-glitz -PLIST_SUB+= GLITZ="@comment " -.endif - -.if defined(WITHOUT_X11) -CONFIGURE_ARGS+=--disable-xlib -PLIST_SUB+= X11="@comment " -.else -USE_XLIB= yes -PLIST_SUB+= X11="" -.endif - -post-patch: -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' \ - ${WRKSRC}/src/*.* \ - ${WRKSRC}/pixman/src/*.* -.endif - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \ - ${WRKSRC}/test/Makefile.in - @${REINPLACE_CMD} -e 's|src test doc|src doc|; \ - s|@CAIRO_HAS_PNG_FUNCTIONS_TRUE@am__append_1 = test||' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.post.mk> - -.endif diff --git a/graphics/cairo/distinfo b/graphics/cairo/distinfo deleted file mode 100644 index 166ee3f1f..000000000 --- a/graphics/cairo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (cairo-1.2.4.tar.gz) = 1222b2bfdf113e2c92f66b3389659f2d -SHA256 (cairo-1.2.4.tar.gz) = c1580ca951b2f57c4f8b34549997854bc48dbaf036ca1ca6c017c03db3504ddb -SIZE (cairo-1.2.4.tar.gz) = 2882781 diff --git a/graphics/cairo/files/patch-src_cairo-ft-font.c b/graphics/cairo/files/patch-src_cairo-ft-font.c deleted file mode 100644 index 8cd60665f..000000000 --- a/graphics/cairo/files/patch-src_cairo-ft-font.c +++ /dev/null @@ -1,28 +0,0 @@ ---- src/cairo-ft-font.c.orig Tue Aug 16 14:46:46 2005 -+++ src/cairo-ft-font.c Tue Aug 16 14:46:59 2005 -@@ -44,6 +44,11 @@ - #include <fontconfig/fontconfig.h> - #include <fontconfig/fcfreetype.h> - -+#include <sys/types.h> -+#include <stdlib.h> -+#include <time.h> -+#include <unistd.h> -+ - #include <ft2build.h> - #include FT_FREETYPE_H - #include FT_OUTLINE_H -@@ -257,7 +262,12 @@ _cairo_ft_unscaled_font_init_key (cairo_ - key->id = id; - - /* 1607 is just an arbitrary prime. */ -- hash = _cairo_hash_string (filename); -+ if (filename != NULL) { -+ hash = _cairo_hash_string (filename); -+ } else { -+ srandom(time(NULL) * getpid()); -+ hash = random(); -+ } - hash += ((unsigned long) id) * 1607; - - key->base.hash_entry.hash = hash; diff --git a/graphics/cairo/files/patch-src_cairo-xlib-surface.c b/graphics/cairo/files/patch-src_cairo-xlib-surface.c deleted file mode 100644 index 396ac3e29..000000000 --- a/graphics/cairo/files/patch-src_cairo-xlib-surface.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/cairo-xlib-surface.c.orig Mon Oct 3 22:44:43 2005 -+++ src/cairo-xlib-surface.c Wed Nov 16 18:59:40 2005 -@@ -1758,7 +1758,7 @@ - - surface->buggy_repeat = FALSE; - if (strstr (ServerVendor (dpy), "X.Org") != NULL) { -- if (VendorRelease (dpy) <= 60802000) -+ if (VendorRelease (dpy) < 60900000) - surface->buggy_repeat = TRUE; - } else if (strstr (ServerVendor (dpy), "XFree86") != NULL) { - if (VendorRelease (dpy) <= 40500000) diff --git a/graphics/cairo/pkg-descr b/graphics/cairo/pkg-descr deleted file mode 100644 index 4fd137a19..000000000 --- a/graphics/cairo/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Cairo is a vector graphics library with cross-device output -support. Currently supported output targets include the X Window -System and in-memory image buffers. PostScript and PDF file output is -planned. Cairo is designed to produce identical output on all output -media while taking advantage of display hardware acceleration when -available (eg. through the X Render Extension). - -Cairo provides a stateful user-level API with capabilities similar to -the PDF 1.4 imaging model. Cairo provides operations including stroking -and filling Bezier cubic splines, transforming and compositing translucent -images, and antialiased text rendering. - -WWW: http://www.cairographics.org diff --git a/graphics/cairo/pkg-plist b/graphics/cairo/pkg-plist deleted file mode 100644 index 39be15285..000000000 --- a/graphics/cairo/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -include/cairo/cairo-features.h -include/cairo/cairo-ft.h -%%GLITZ%%include/cairo/cairo-glitz.h -include/cairo/cairo-pdf.h -include/cairo/cairo-ps.h -include/cairo/cairo-svg.h -%%X11%%include/cairo/cairo-xlib-xrender.h -%%X11%%include/cairo/cairo-xlib.h -include/cairo/cairo.h -lib/libcairo.a -lib/libcairo.la -lib/libcairo.so -lib/libcairo.so.2 -libdata/pkgconfig/cairo.pc -libdata/pkgconfig/cairo-ft.pc -%%GLITZ%%libdata/pkgconfig/cairo-glitz.pc -libdata/pkgconfig/cairo-pdf.pc -libdata/pkgconfig/cairo-png.pc -libdata/pkgconfig/cairo-ps.pc -libdata/pkgconfig/cairo-svg.pc -%%X11%%libdata/pkgconfig/cairo-xlib.pc -%%X11%%libdata/pkgconfig/cairo-xlib-xrender.pc -@dirrm include/cairo diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile deleted file mode 100644 index 815a52bb5..000000000 --- a/graphics/cairomm/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: cairomm -# Date created: 2005-12-07 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/cairomm/Makefile,v 1.3 2006/08/21 00:04:50 ahze Exp $ -# - -PORTNAME= cairomm -PORTVERSION= 1.2.2 -CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/releases/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= C++ interface to cairo - -LIB_DEPENDS= xml\\+\\+-2.6:${PORTSDIR}/textproc/libxml++26 \ - cairo.2:${PORTSDIR}/graphics/cairo - -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ - AUTOMAKE="${TRUE}" AUTOCONF="${TRUE}" DOXYGEN="${TRUE}" - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not build -.endif - -.if defined(NOPORTDOCS) -CONFIGURE_ARGS+= --disable-docs - -post-patch: - @${REINPLACE_CMD} -E '/^SUBDIRS = /s/(docs|examples)//g' ${WRKSRC}/Makefile.in -.else -post-configure: - @${TOUCH} -f ${WRKSRC}/docs/reference/html/index.html -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/cairomm/distinfo b/graphics/cairomm/distinfo deleted file mode 100644 index 6c4a3de43..000000000 --- a/graphics/cairomm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (cairomm-1.2.2.tar.gz) = fabb040a5ff2cf0529af55ff46d22d2d -SHA256 (cairomm-1.2.2.tar.gz) = 6f02087249f1f9e9293fdfcf008c0d3066a4e52d5c625d6129a451ccb8bdeaae -SIZE (cairomm-1.2.2.tar.gz) = 582629 diff --git a/graphics/cairomm/files/patch-docs_reference_Makefile.in b/graphics/cairomm/files/patch-docs_reference_Makefile.in deleted file mode 100644 index 560b3dc7b..000000000 --- a/graphics/cairomm/files/patch-docs_reference_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/Makefile.in.orig Thu Jul 6 00:29:26 2006 -+++ docs/reference/Makefile.in Thu Jul 6 00:29:40 2006 -@@ -342,7 +342,7 @@ - - $(index_html): $(DOXYGEN_CONFIGFILE) $(wildcard $(top_srcdir)/cairomm/*.h) $(HTML_TEMPLATE_FILES) - -rm -rf html -- doxygen $(DOXYGEN_CONFIGFILE) \ -+ $(DOXYGEN) $(DOXYGEN_CONFIGFILE) \ - 2> doxygen-warnings.txt | tee doxygen-output.txt && cat doxygen-warnings.txt - - html: $(index_html) diff --git a/graphics/cairomm/pkg-descr b/graphics/cairomm/pkg-descr deleted file mode 100644 index 4a85fd74a..000000000 --- a/graphics/cairomm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -C++ interface to cairo - -WWW: http://cairographics.org diff --git a/graphics/cairomm/pkg-plist b/graphics/cairomm/pkg-plist deleted file mode 100644 index 42d9079b1..000000000 --- a/graphics/cairomm/pkg-plist +++ /dev/null @@ -1,198 +0,0 @@ -include/cairomm-1.0/cairomm/cairomm.h -include/cairomm-1.0/cairomm/context.h -include/cairomm-1.0/cairomm/enums.h -include/cairomm-1.0/cairomm/exception.h -include/cairomm-1.0/cairomm/fontface.h -include/cairomm-1.0/cairomm/fontoptions.h -include/cairomm-1.0/cairomm/path.h -include/cairomm-1.0/cairomm/pattern.h -include/cairomm-1.0/cairomm/refptr.h -include/cairomm-1.0/cairomm/scaledfont.h -include/cairomm-1.0/cairomm/surface.h -include/cairomm-1.0/cairomm/win32_surface.h -include/cairomm-1.0/cairomm/xlib_surface.h -lib/libcairomm-1.0.a -lib/libcairomm-1.0.la -lib/libcairomm-1.0.so -lib/libcairomm-1.0.so.1 -libdata/pkgconfig/cairomm-1.0.pc -share/doc/libcairomm-1.0/reference/html/annotated.html -share/doc/libcairomm-1.0/reference/html/cairomm.css -share/doc/libcairomm-1.0/reference/html/cairomm_8h-source.html -share/doc/libcairomm-1.0/reference/html/cairomm_8h.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1Context-members.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1Context.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1FontFace-members.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1FontFace.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1FontOptions-members.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1FontOptions.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1GlitzSurface-members.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1GlitzSurface.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1GlitzSurface__inherit__graph.map -share/doc/libcairomm-1.0/reference/html/classCairo_1_1GlitzSurface__inherit__graph.md5 -share/doc/libcairomm-1.0/reference/html/classCairo_1_1GlitzSurface__inherit__graph.png -share/doc/libcairomm-1.0/reference/html/classCairo_1_1Gradient-members.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1Gradient.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1Gradient__inherit__graph.map -share/doc/libcairomm-1.0/reference/html/classCairo_1_1Gradient__inherit__graph.md5 -share/doc/libcairomm-1.0/reference/html/classCairo_1_1Gradient__inherit__graph.png -share/doc/libcairomm-1.0/reference/html/classCairo_1_1ImageSurface-members.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1ImageSurface.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1ImageSurface__inherit__graph.map -share/doc/libcairomm-1.0/reference/html/classCairo_1_1ImageSurface__inherit__graph.md5 -share/doc/libcairomm-1.0/reference/html/classCairo_1_1ImageSurface__inherit__graph.png -share/doc/libcairomm-1.0/reference/html/classCairo_1_1LinearGradient-members.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1LinearGradient.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1LinearGradient__inherit__graph.map -share/doc/libcairomm-1.0/reference/html/classCairo_1_1LinearGradient__inherit__graph.md5 -share/doc/libcairomm-1.0/reference/html/classCairo_1_1LinearGradient__inherit__graph.png -share/doc/libcairomm-1.0/reference/html/classCairo_1_1Path-members.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1Path.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1Pattern-members.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1Pattern.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1Pattern__inherit__graph.map -share/doc/libcairomm-1.0/reference/html/classCairo_1_1Pattern__inherit__graph.md5 -share/doc/libcairomm-1.0/reference/html/classCairo_1_1Pattern__inherit__graph.png -share/doc/libcairomm-1.0/reference/html/classCairo_1_1PdfSurface-members.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1PdfSurface.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1PdfSurface__inherit__graph.map -share/doc/libcairomm-1.0/reference/html/classCairo_1_1PdfSurface__inherit__graph.md5 -share/doc/libcairomm-1.0/reference/html/classCairo_1_1PdfSurface__inherit__graph.png -share/doc/libcairomm-1.0/reference/html/classCairo_1_1PsSurface-members.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1PsSurface.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1PsSurface__inherit__graph.map -share/doc/libcairomm-1.0/reference/html/classCairo_1_1PsSurface__inherit__graph.md5 -share/doc/libcairomm-1.0/reference/html/classCairo_1_1PsSurface__inherit__graph.png -share/doc/libcairomm-1.0/reference/html/classCairo_1_1RadialGradient-members.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1RadialGradient.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1RadialGradient__inherit__graph.map -share/doc/libcairomm-1.0/reference/html/classCairo_1_1RadialGradient__inherit__graph.md5 -share/doc/libcairomm-1.0/reference/html/classCairo_1_1RadialGradient__inherit__graph.png -share/doc/libcairomm-1.0/reference/html/classCairo_1_1RefPtr-members.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1RefPtr.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1ScaledFont-members.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1ScaledFont.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1SolidPattern-members.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1SolidPattern.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1SolidPattern__inherit__graph.map -share/doc/libcairomm-1.0/reference/html/classCairo_1_1SolidPattern__inherit__graph.md5 -share/doc/libcairomm-1.0/reference/html/classCairo_1_1SolidPattern__inherit__graph.png -share/doc/libcairomm-1.0/reference/html/classCairo_1_1Surface-members.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1Surface.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1SurfacePattern-members.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1SurfacePattern.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1SurfacePattern__inherit__graph.map -share/doc/libcairomm-1.0/reference/html/classCairo_1_1SurfacePattern__inherit__graph.md5 -share/doc/libcairomm-1.0/reference/html/classCairo_1_1SurfacePattern__inherit__graph.png -share/doc/libcairomm-1.0/reference/html/classCairo_1_1Surface__inherit__graph.map -share/doc/libcairomm-1.0/reference/html/classCairo_1_1Surface__inherit__graph.md5 -share/doc/libcairomm-1.0/reference/html/classCairo_1_1Surface__inherit__graph.png -share/doc/libcairomm-1.0/reference/html/classCairo_1_1SvgSurface-members.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1SvgSurface.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1SvgSurface__inherit__graph.map -share/doc/libcairomm-1.0/reference/html/classCairo_1_1SvgSurface__inherit__graph.md5 -share/doc/libcairomm-1.0/reference/html/classCairo_1_1SvgSurface__inherit__graph.png -share/doc/libcairomm-1.0/reference/html/classCairo_1_1Win32Surface-members.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1Win32Surface.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1Win32Surface__inherit__graph.map -share/doc/libcairomm-1.0/reference/html/classCairo_1_1Win32Surface__inherit__graph.md5 -share/doc/libcairomm-1.0/reference/html/classCairo_1_1Win32Surface__inherit__graph.png -share/doc/libcairomm-1.0/reference/html/classCairo_1_1XlibSurface-members.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1XlibSurface.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1XlibSurface__inherit__graph.map -share/doc/libcairomm-1.0/reference/html/classCairo_1_1XlibSurface__inherit__graph.md5 -share/doc/libcairomm-1.0/reference/html/classCairo_1_1XlibSurface__inherit__graph.png -share/doc/libcairomm-1.0/reference/html/classCairo_1_1logic__error-members.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1logic__error.html -share/doc/libcairomm-1.0/reference/html/classCairo_1_1logic__error__inherit__graph.map -share/doc/libcairomm-1.0/reference/html/classCairo_1_1logic__error__inherit__graph.md5 -share/doc/libcairomm-1.0/reference/html/classCairo_1_1logic__error__inherit__graph.png -share/doc/libcairomm-1.0/reference/html/classstd_1_1logic__error.html -share/doc/libcairomm-1.0/reference/html/classstd_1_1logic__error__inherit__graph.map -share/doc/libcairomm-1.0/reference/html/classstd_1_1logic__error__inherit__graph.md5 -share/doc/libcairomm-1.0/reference/html/classstd_1_1logic__error__inherit__graph.png -share/doc/libcairomm-1.0/reference/html/context_8h-source.html -share/doc/libcairomm-1.0/reference/html/context_8h.html -share/doc/libcairomm-1.0/reference/html/dir_6283efd5b9f2674eb85d62f98eaada7d.html -share/doc/libcairomm-1.0/reference/html/dir_6283efd5b9f2674eb85d62f98eaada7d_dep.map -share/doc/libcairomm-1.0/reference/html/dir_6283efd5b9f2674eb85d62f98eaada7d_dep.png -share/doc/libcairomm-1.0/reference/html/dirs.html -share/doc/libcairomm-1.0/reference/html/doxygen.png -share/doc/libcairomm-1.0/reference/html/enums_8h-source.html -share/doc/libcairomm-1.0/reference/html/enums_8h.html -share/doc/libcairomm-1.0/reference/html/exception_8h-source.html -share/doc/libcairomm-1.0/reference/html/exception_8h.html -share/doc/libcairomm-1.0/reference/html/files.html -share/doc/libcairomm-1.0/reference/html/fontface_8h-source.html -share/doc/libcairomm-1.0/reference/html/fontface_8h.html -share/doc/libcairomm-1.0/reference/html/fontoptions_8h-source.html -share/doc/libcairomm-1.0/reference/html/fontoptions_8h.html -share/doc/libcairomm-1.0/reference/html/functions.html -share/doc/libcairomm-1.0/reference/html/functions_func.html -share/doc/libcairomm-1.0/reference/html/functions_type.html -share/doc/libcairomm-1.0/reference/html/functions_vars.html -share/doc/libcairomm-1.0/reference/html/globals.html -share/doc/libcairomm-1.0/reference/html/globals_enum.html -share/doc/libcairomm-1.0/reference/html/globals_eval.html -share/doc/libcairomm-1.0/reference/html/globals_type.html -share/doc/libcairomm-1.0/reference/html/graph_legend.dot -share/doc/libcairomm-1.0/reference/html/graph_legend.html -share/doc/libcairomm-1.0/reference/html/graph_legend.png -share/doc/libcairomm-1.0/reference/html/hierarchy.html -share/doc/libcairomm-1.0/reference/html/index.html -share/doc/libcairomm-1.0/reference/html/inherit__graph__0.map -share/doc/libcairomm-1.0/reference/html/inherit__graph__0.md5 -share/doc/libcairomm-1.0/reference/html/inherit__graph__0.png -share/doc/libcairomm-1.0/reference/html/inherit__graph__1.map -share/doc/libcairomm-1.0/reference/html/inherit__graph__1.md5 -share/doc/libcairomm-1.0/reference/html/inherit__graph__1.png -share/doc/libcairomm-1.0/reference/html/inherit__graph__2.map -share/doc/libcairomm-1.0/reference/html/inherit__graph__2.md5 -share/doc/libcairomm-1.0/reference/html/inherit__graph__2.png -share/doc/libcairomm-1.0/reference/html/inherit__graph__3.map -share/doc/libcairomm-1.0/reference/html/inherit__graph__3.md5 -share/doc/libcairomm-1.0/reference/html/inherit__graph__3.png -share/doc/libcairomm-1.0/reference/html/inherit__graph__4.map -share/doc/libcairomm-1.0/reference/html/inherit__graph__4.md5 -share/doc/libcairomm-1.0/reference/html/inherit__graph__4.png -share/doc/libcairomm-1.0/reference/html/inherit__graph__5.map -share/doc/libcairomm-1.0/reference/html/inherit__graph__5.md5 -share/doc/libcairomm-1.0/reference/html/inherit__graph__5.png -share/doc/libcairomm-1.0/reference/html/inherit__graph__6.map -share/doc/libcairomm-1.0/reference/html/inherit__graph__6.md5 -share/doc/libcairomm-1.0/reference/html/inherit__graph__6.png -share/doc/libcairomm-1.0/reference/html/inherit__graph__7.map -share/doc/libcairomm-1.0/reference/html/inherit__graph__7.md5 -share/doc/libcairomm-1.0/reference/html/inherit__graph__7.png -share/doc/libcairomm-1.0/reference/html/inherit__graph__8.map -share/doc/libcairomm-1.0/reference/html/inherit__graph__8.md5 -share/doc/libcairomm-1.0/reference/html/inherit__graph__8.png -share/doc/libcairomm-1.0/reference/html/inherits.html -share/doc/libcairomm-1.0/reference/html/namespaceCairo.html -share/doc/libcairomm-1.0/reference/html/namespacemembers.html -share/doc/libcairomm-1.0/reference/html/namespacemembers_enum.html -share/doc/libcairomm-1.0/reference/html/namespacemembers_eval.html -share/doc/libcairomm-1.0/reference/html/namespacemembers_type.html -share/doc/libcairomm-1.0/reference/html/namespaces.html -share/doc/libcairomm-1.0/reference/html/pages.html -share/doc/libcairomm-1.0/reference/html/path_8h-source.html -share/doc/libcairomm-1.0/reference/html/path_8h.html -share/doc/libcairomm-1.0/reference/html/pattern_8h-source.html -share/doc/libcairomm-1.0/reference/html/pattern_8h.html -share/doc/libcairomm-1.0/reference/html/refptr_8h-source.html -share/doc/libcairomm-1.0/reference/html/refptr_8h.html -share/doc/libcairomm-1.0/reference/html/scaledfont_8h-source.html -share/doc/libcairomm-1.0/reference/html/scaledfont_8h.html -share/doc/libcairomm-1.0/reference/html/surface_8h-source.html -share/doc/libcairomm-1.0/reference/html/surface_8h.html -share/doc/libcairomm-1.0/reference/html/tabs.css -share/doc/libcairomm-1.0/reference/html/todo.html -share/doc/libcairomm-1.0/reference/html/win32__surface_8h-source.html -share/doc/libcairomm-1.0/reference/html/win32__surface_8h.html -share/doc/libcairomm-1.0/reference/html/xlib__surface_8h-source.html -share/doc/libcairomm-1.0/reference/html/xlib__surface_8h.html -@dirrm share/doc/libcairomm-1.0/reference/html -@dirrm share/doc/libcairomm-1.0/reference -@dirrm share/doc/libcairomm-1.0 -@dirrm include/cairomm-1.0/cairomm -@dirrm include/cairomm-1.0 diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile deleted file mode 100644 index ef101aa76..000000000 --- a/graphics/comix/Makefile +++ /dev/null @@ -1,79 +0,0 @@ -# New ports collection makefile for: comix -# Date created: 26 November 2005 -# Whom: Mezz <mezz@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/comix/Makefile,v 1.3 2006/09/30 03:24:43 ahze Exp $ -# - -PORTNAME= comix -PORTVERSION= 3.6 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= mezz@FreeBSD.org -COMMENT= A GTK2 comic book viewer for .cbz, .cbr and .cbt files - -RUN_DEPENDS= unrar:${PORTSDIR}/archivers/unrar \ - ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging - -NO_BUILD= yes -USE_XLIB= yes -USE_GNOME= desktopfileutils pygtk2 -WANT_GNOME= yes -USE_PYTHON= yes -USE_GETTEXT= yes -INSTALLS_ICONS= yes - -DOCS= COPYING ChangeLog README -MAN1= comix.1 - -.include <bsd.port.pre.mk> - -.if (${HAVE_GNOME:Mnautilus2}!="" || defined(WITH_THUMBNAILS)) && !defined(WITHOUT_THUMBNAILS) -USE_GNOME+= gnomehier gconf2 -MAN1+= comicthumb.1 -GCONF_SCHEMAS= comicbook.schemas -PLIST_SUB+= THUMBNAILS:="" -THUMBNAILS_ENABLED=yes -.else -PLIST_SUB+= THUMBNAILS:="@comment " -.endif - -post-extract: - @${FIND} ${WRKSRC} -name \*.gz | ${XARGS} ${GUNZIP_CMD} - -post-patch: - @${REINPLACE_CMD} -e "s|share/man|man|g ; s|1.gz|1|g ; \ - s|/usr/share/mime|${PREFIX}/share/mime|g ; \ - s|'/usr'|'${PREFIX}'|g" \ - ${WRKSRC}/install.py - @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g" \ - ${WRKSRC}/comix - -do-install: -.if defined(THUMBNAILS_ENABLED) - @${MKDIR} ${PREFIX}/share/mime/packages - @(cd ${WRKSRC} ; \ - ${PYTHON_CMD} install.py install --installdir ${PREFIX}) - @${MKDIR} ${PREFIX}/etc/gconf/schemas - @${INSTALL_DATA} ${WRKSRC}/mime/comicbook.schemas \ - ${PREFIX}/etc/gconf/schemas/ -.else - @(cd ${WRKSRC} ; \ - ${PYTHON_CMD} install.py install \ - --installdir ${PREFIX} --no-mime) -.endif - -post-install: - @-update-desktop-database -.ifndef (NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for i in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/comix/distinfo b/graphics/comix/distinfo deleted file mode 100644 index 818ca879f..000000000 --- a/graphics/comix/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (comix-3.6.tar.gz) = 2d6034c5c032fcb5fe257048d64364a8 -SHA256 (comix-3.6.tar.gz) = 3f4a177ef1832a2d7f6335efa3a54397feda141d5c482e7e0c4573d63901facf -SIZE (comix-3.6.tar.gz) = 322947 diff --git a/graphics/comix/pkg-descr b/graphics/comix/pkg-descr deleted file mode 100644 index 72951b6a3..000000000 --- a/graphics/comix/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Comix is an image viewer specifically designed to handle comic books. It reads -ZIP, RAR and tar archives (also gzip or bzip2 compressed), as well as plain -image files. It has a simple and user-friendly GUI using PyGTK. - -WWW: http://comix.sourceforge.net/ diff --git a/graphics/comix/pkg-plist b/graphics/comix/pkg-plist deleted file mode 100644 index 098b70a36..000000000 --- a/graphics/comix/pkg-plist +++ /dev/null @@ -1,76 +0,0 @@ -%%THUMBNAILS:%%bin/comicthumb -bin/comix -share/applications/comix.desktop -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/README -share/icons/hicolor/48x48/apps/comix.png -share/icons/hicolor/scalable/apps/comix.svg -share/locale/ca/LC_MESSAGES/comix.mo -share/locale/de/LC_MESSAGES/comix.mo -share/locale/el/LC_MESSAGES/comix.mo -share/locale/es/LC_MESSAGES/comix.mo -share/locale/fr/LC_MESSAGES/comix.mo -share/locale/it/LC_MESSAGES/comix.mo -share/locale/nl/LC_MESSAGES/comix.mo -share/locale/pl/LC_MESSAGES/comix.mo -share/locale/pt_BR/LC_MESSAGES/comix.mo -share/locale/sv/LC_MESSAGES/comix.mo -share/locale/zh_CN/LC_MESSAGES/comix.mo -share/locale/zh_TW/LC_MESSAGES/comix.mo -%%THUMBNAILS:%%share/mime/application/x-cbr.xml -%%THUMBNAILS:%%share/mime/application/x-cbt.xml -%%THUMBNAILS:%%share/mime/application/x-cbz.xml -%%THUMBNAILS:%%share/mime/packages/comix.xml -share/pixmaps/comix.png -share/pixmaps/comix/cbr.png -share/pixmaps/comix/cbt.png -share/pixmaps/comix/cbz.png -share/pixmaps/comix/double-page.png -share/pixmaps/comix/fitheight.png -share/pixmaps/comix/fitnone.png -share/pixmaps/comix/fitscreen.png -share/pixmaps/comix/fitwidth.png -share/pixmaps/comix/flip-horizontal-jpeg.png -share/pixmaps/comix/flip-horizontal.png -share/pixmaps/comix/flip-vertical-jpeg.png -share/pixmaps/comix/flip-vertical.png -share/pixmaps/comix/lens.png -share/pixmaps/comix/manga.png -share/pixmaps/comix/rotate-180.png -share/pixmaps/comix/rotate-270-jpeg.png -share/pixmaps/comix/rotate-270.png -share/pixmaps/comix/rotate-90-jpeg.png -share/pixmaps/comix/rotate-90.png -share/pixmaps/comix/silk-bookmarks.png -share/pixmaps/comix/silk-colour-adjust.png -share/pixmaps/comix/silk-desaturate.png -share/pixmaps/comix/silk-edit-bookmarks.png -share/pixmaps/comix/silk-file-operations.png -share/pixmaps/comix/silk-library-add.png -share/pixmaps/comix/silk-library.png -share/pixmaps/comix/silk-recent-files.png -share/pixmaps/comix/silk-slideshow.png -share/pixmaps/comix/silk-thumbnails.png -share/pixmaps/comix/silk-toolbars.png -share/pixmaps/comix/silk-transform.png -share/pixmaps/comix/silk-view.png -share/pixmaps/comix/silk-zoom.png -@dirrm share/pixmaps/comix -@dirrmtry share/pixmaps -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry share/applications -%%THUMBNAILS:%%@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -%%THUMBNAILS:%%@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca diff --git a/graphics/crystalspace-devel/Makefile b/graphics/crystalspace-devel/Makefile deleted file mode 100644 index aa9af9a73..000000000 --- a/graphics/crystalspace-devel/Makefile +++ /dev/null @@ -1,186 +0,0 @@ -# New ports collection makefile for: Crystal Space 3d -# Date created: 2005-11-19 -# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> -# -# $FreeBSD$ -# - -PORTNAME= crystalspace -PORTVERSION= 20060710 -PORTREVISION= 3 -CATEGORIES= graphics -MASTER_SITES= http://alex.foxybanana.com/freebsd/ -PKGNAMESUFFIX= -devel -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= acm@FreeBSD.org -COMMENT= Free and portable 3D Game Development Kit - -BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm \ - swig:${PORTSDIR}/devel/swig13 \ - jam:${PORTSDIR}/devel/jam -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - aa.1:${PORTSDIR}/graphics/aalib \ - openal.0:${PORTSDIR}/audio/openal \ - alut.1:${PORTSDIR}/audio/freealut \ - CEGUIBase.0:${PORTSDIR}/graphics/cegui - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GCC= 3.4+ -USE_GL= yes -LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} -CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -MAKE_ENV= CC="${CC}" CFLAGS="${CFLAGS} ${CXX}" \ - CPPFLAGS="${CPPFLAGS} "LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS+= --disable-cpu-specific-optimizations \ - --disable-make-emulation \ - --prefix=${PREFIX} -DOCSDIR= share/doc/${PORTNAME}-0.99 -JAM_CMD= ${LOCALBASE}/bin/jam -JAM_ARGS= -qa - -OPTIONS= DEBUG "Build with debugging information" off \ - PYTHON "PYTHON interface" on \ - PERL "PERL interface" on \ - LCMS "Little Color Management System support" on \ - MNG "MNG/JNG graphic files support" on \ - MIKMOD "MIKMOD support" on \ - VORBIS "Ogg/Vorbis sound plugin support" on \ - 3DS "3DS files support" on \ - ODE "Plugin providing physics through ODE" on \ - FREETYPE2 "FREETYPE2 support" on \ - CAL3D "Skeletal based 3D character animation support" on \ - SDL "SDL support" on \ - CACA "LIBCACA support" on \ - CPPUNIT "The C++ Unit Test Library" on \ - BFD "Universal BFD library from the GNU binutils" on - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 -.endif - -.if !defined(WITHOUT_DEBUG) -CONFIGURE_ARGS+= --enable-debug=yes -.else -CONFIGURE_ARGS+= --enable-debug=no -.endif - -.if !defined(WITHOUT_PYTHON) -USE_PYTHON= yes -.include <${PORTSDIR}/Mk/bsd.python.mk> -.else -CONFIGURE_ARGS+= --without-python -.endif - -.if !defined(WITHOUT_PERL) -USE_PERL5= yes -.else -CONFIGURE_ARGS+= --without-perl -.endif - -.if !defined(WITHOUT_LCMS) -LIB_DEPENDS+= lcms.1:${PORTSDIR}/graphics/lcms -.else -CONFIGURE_ARGS+= --without-lcms -.endif - -.if !defined(WITHOUT_MNG) -LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng -.else -CONFIGURE_ARGS+= --without-mng -.endif - -.if !defined(WITHOUT_MIKMOD) -LIB_DEPENDS+= mikmod.2:${PORTSDIR}/audio/libmikmod -.else -CONFIGURE_ARGS+= --without-mikmod -.endif - -.if !defined(WITHOUT_VORBIS) -LIB_DEPENDS+= vorbis:${PORTSDIR}/audio/libvorbis -.else -CONFIGURE_ARGS+= --without-ogg \ - --without-vorbis -.endif - -.if !defined(WITHOUT_3DS) -LIB_DEPENDS+= 3ds.1:${PORTSDIR}/graphics/lib3ds -.else -CONFIGURE_ARGS+= --without-3ds -.endif - -.if !defined(WITHOUT_ODE) -BUILD_DEPENDS+= ${X11BASE}/lib/libode.a:${PORTSDIR}/devel/ode -CONFIGURE_ARGS+= --with-ode=${X11BASE} -.else -CONFIGURE_ARGS+= --without-ode -.endif - -.if !defined(WITHOUT_FREETYPE2) -LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 -.else -CONFIGURE_ARGS+= --without-freetype2 -.endif - -.if !defined(WITHOUT_CAL3D) -LIB_DEPENDS+= cal3d.12:${PORTSDIR}/graphics/cal3d -.else -CONFIGURE_ARGS+= --without-cal3d -.endif - -.if !defined(WITHOUT_SDL) -USE_SDL= sdl -.else -CONFIGURE_ARGS+= --without-sdl -.endif - -.if !defined(WITHOUT_CACA) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libcaca.a:${PORTSDIR}/graphics/libcaca -.else -CONFIGURE_ARGS+= --without-caca -.endif - -.if !defined(WITHOUT_CPPUNIT) -LIB_DEPENDS+= cppunit-1.10:${PORTSDIR}/devel/cppunit -.else -CONFIGURE_ARGS+= --without-cppunit -.endif - -.if !defined(WITHOUT_BFD) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/libbfd -.else -CONFIGURE_ARGS+= --without-bfd -.endif - -pre-configure: - @${REINPLACE_CMD} -e 's,sdl-config,${SDL_CONFIG:T},g; \ - s,86\*),86\*|amd64|ia64),' ${WRKSRC}/configure - -post-configure: - @${REINPLACE_CMD} -i "" -e 's|^COMPILER.LFLAGS += "-lm"|COMPILER.LFLAGS += "-lm -lc"|g' \ - ${WRKSRC}/Jamconfig - @${REINPLACE_CMD} -i "" -e 's|-lcaca|-lcaca_pic|g' ${WRKSRC}/Jamconfig -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 42,44d ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e 26d ${WRKSRC}/Jamfile - @${REINPLACE_CMD} -e 79d ${WRKSRC}/Jamfile -.endif - -do-build: - @cd ${WRKSRC} && \ - ${SETENV} ${MAKE_ENV} ${JAM_CMD} ${JAM_ARGS} - -do-install: - @cd ${WRKSRC} && \ - ${JAM_CMD} install - -.include <bsd.port.post.mk> diff --git a/graphics/crystalspace-devel/distinfo b/graphics/crystalspace-devel/distinfo deleted file mode 100644 index 7340f4414..000000000 --- a/graphics/crystalspace-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (crystalspace/crystalspace-20060710.tar.bz2) = 1f6c04c0168bec349e87f39f0ac0f843 -SHA256 (crystalspace/crystalspace-20060710.tar.bz2) = 1ca2db2cbc3269bdeca85defed823710543f59fba390e2a0a73b2ace61df25b1 -SIZE (crystalspace/crystalspace-20060710.tar.bz2) = 20546176 diff --git a/graphics/crystalspace-devel/files/patch-configure b/graphics/crystalspace-devel/files/patch-configure deleted file mode 100644 index 26e7850c4..000000000 --- a/graphics/crystalspace-devel/files/patch-configure +++ /dev/null @@ -1,18 +0,0 @@ ---- configure.orig Tue Oct 10 17:24:44 2006 -+++ configure Tue Oct 10 17:29:10 2006 -@@ -39605,7 +39605,6 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - #include <ft2build.h> -- #include FT_INTERNAL_OBJECTS_H - #include FT_FREETYPE_H - #include FT_GLYPH_H - #include FT_MODULE_H -@@ -39760,7 +39759,6 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - #include <ft2build.h> -- #include FT_INTERNAL_OBJECTS_H - #include FT_FREETYPE_H - #include FT_GLYPH_H - #include FT_MODULE_H diff --git a/graphics/crystalspace-devel/files/patch-plugins-mesh-sprcal3d-object_sprcal3d.cpp b/graphics/crystalspace-devel/files/patch-plugins-mesh-sprcal3d-object_sprcal3d.cpp deleted file mode 100644 index 0f1031994..000000000 --- a/graphics/crystalspace-devel/files/patch-plugins-mesh-sprcal3d-object_sprcal3d.cpp +++ /dev/null @@ -1,75 +0,0 @@ ---- plugins/mesh/sprcal3d/object/sprcal3d.cpp Wed Aug 16 10:45:55 2006 -+++ plugins/mesh/sprcal3d/object/sprcal3d.cpp Wed Aug 16 23:34:50 2006 -@@ -53,6 +53,8 @@ - - - #include "sprcal3d.h" -+#include <cal3d/coretrack.h> -+#include <cal3d/corekeyframe.h> - - // STL include required by cal3d - #include <string> -@@ -657,10 +659,12 @@ - ->getVectorCoreBone(); - - // loop through all root core bones -- std::list<int>::iterator iteratorRootCoreBoneId; -- for (iteratorRootCoreBoneId = pCoreSkeleton->getListRootCoreBoneId().begin() -- ; iteratorRootCoreBoneId != pCoreSkeleton->getListRootCoreBoneId().end() -- ; ++iteratorRootCoreBoneId) -+ std::vector<int>& rootCoreBones = -+ pCoreSkeleton->getVectorRootCoreBoneId(); -+ std::vector<int>::iterator iteratorRootCoreBoneId; -+ for (iteratorRootCoreBoneId = rootCoreBones.begin(); -+ iteratorRootCoreBoneId != rootCoreBones.end(); -+ ++iteratorRootCoreBoneId) - { - CalCoreBone *bone = vectorCoreBone[*iteratorRootCoreBoneId]; - CalQuaternion bonerot = bone->getRotation(); -@@ -677,32 +681,25 @@ - { - CalCoreAnimation *anim = calCoreModel.getCoreAnimation(i); - if (!anim) continue; -- -- const uint trackCount = anim->getTrackCount(); -- std::vector<CalTransform> poses = anim->getPoses(); -- const uint frameCount = (uint)poses.size() / trackCount; -- - // loop through all root core bones -- std::list<int>::iterator iteratorRootCoreBoneId; -- for (iteratorRootCoreBoneId = pCoreSkeleton->getListRootCoreBoneId().begin() -- ; iteratorRootCoreBoneId != pCoreSkeleton->getListRootCoreBoneId().end() -- ; ++iteratorRootCoreBoneId) -+ for (iteratorRootCoreBoneId = rootCoreBones.begin(); -+ iteratorRootCoreBoneId != rootCoreBones.end(); -+ ++iteratorRootCoreBoneId) - { -- int boneTrack = anim->getTrackAssignment (*iteratorRootCoreBoneId); -- if (boneTrack < 0) continue; -- for (uint j = 0; j < frameCount; j++) -+ CalCoreTrack *track = anim->getCoreTrack(*iteratorRootCoreBoneId); -+ if (!track) continue; -+ for (int j=0; j<track->getCoreKeyframeCount(); j++) - { -- CalTransform& tf = poses[j * trackCount + boneTrack]; -- CalQuaternion bonerot = tf.getRotation(); -- CalVector bonevec = tf.getTranslation(); -- bonerot *= quatrot; -- bonevec *= quatrot; -- bonevec += translation; -- tf.setRotation (bonerot); -- tf.setTranslation (bonevec); -+ CalCoreKeyframe *frame = track->getCoreKeyframe(j); -+ CalQuaternion bonerot = frame->getRotation(); -+ CalVector bonevec = frame->getTranslation(); -+ bonerot *= quatrot; -+ bonevec *= quatrot; -+ bonevec += translation; -+ frame->setRotation(bonerot); -+ frame->setTranslation(bonevec); - } - } -- anim->setPoses (poses, trackCount); - } - // calCoreModel.getCoreSkeleton()->calculateBoundingBoxes(&calCoreModel); - } diff --git a/graphics/crystalspace-devel/files/patch-plugins_font_server_freefnt2_freefnt2.cpp b/graphics/crystalspace-devel/files/patch-plugins_font_server_freefnt2_freefnt2.cpp deleted file mode 100644 index 486843d87..000000000 --- a/graphics/crystalspace-devel/files/patch-plugins_font_server_freefnt2_freefnt2.cpp +++ /dev/null @@ -1,214 +0,0 @@ ---- plugins/font/server/freefnt2/freefnt2.cpp.orig Thu Oct 12 12:48:44 2006 -+++ plugins/font/server/freefnt2/freefnt2.cpp Thu Oct 12 12:54:51 2006 -@@ -30,10 +30,11 @@ - #include "iutil/comp.h" - - #include <ft2build.h> --#include FT_INTERNAL_OBJECTS_H - #include FT_FREETYPE_H - #include FT_GLYPH_H - #include FT_MODULE_H -+#include FT_SIZES_H -+#include FT_OUTLINE_H - - #include "freefnt2.h" - -@@ -372,6 +373,20 @@ - return true; - } - -+static void GridFitCbox (FT_BBox& cbox, FT_UInt& glyphW, FT_UInt& glyphH) -+{ -+ /* compute the control box, and grid fit it */ -+#define FT_PIX_FLOOR( x ) ( (x) & ~63 ) -+#define FT_PIX_CEIL( x ) FT_PIX_FLOOR( (x) + 63 ) -+ cbox.xMin = FT_PIX_FLOOR( cbox.xMin ); -+ cbox.yMin = FT_PIX_FLOOR( cbox.yMin ); -+ cbox.xMax = FT_PIX_CEIL( cbox.xMax ); -+ cbox.yMax = FT_PIX_CEIL( cbox.yMax ); -+ -+ glyphW = (FT_UInt)( ( cbox.xMax - cbox.xMin ) >> 6 ); -+ glyphH = (FT_UInt)( ( cbox.yMax - cbox.yMin ) >> 6 ); -+} -+ - csPtr<iDataBuffer> csFreeType2Font::GetGlyphBitmap (utf32_char c, - csBitmapMetrics& metrics) - { -@@ -381,37 +396,65 @@ - if ((c != CS_FONT_DEFAULT_GLYPH) && (ci == 0)) return 0; - - if (server->FreetypeError (FT_Load_Glyph (face->face, ci, -- FT_LOAD_RENDER | FT_LOAD_MONOCHROME | FT_LOAD_TARGET_MONO), -+ FT_LOAD_MONOCHROME | FT_LOAD_TARGET_MONO), - "Could not load glyph %u for %s", ci, name)) - { - return 0; - } - -- int stride = (face->face->glyph->bitmap.width + 7) / 8; -+ /* Work around an FT2.2.1 issue where rendering of a glyph fails if the width -+ * or height is 0 */ -+ FT_Outline* outline = &face->face->glyph->outline; -+ FT_BBox cbox; -+ FT_Outline_Get_CBox( outline, &cbox ); -+ FT_UInt glyphW, glyphH; -+ GridFitCbox (cbox, glyphW, glyphH); - int maxrows = (size->metrics.height + 63) >> 6; -- int bitmapsize = maxrows*stride; -- uint8* bitmap = new uint8 [bitmapsize]; -- memset (bitmap, 0, bitmapsize); -+ int stride, bitmapsize; -+ uint8* bitmap; -+ if ((glyphW > 0) && (glyphH > 0)) -+ { -+ if (server->FreetypeError (FT_Render_Glyph (face->face->glyph, -+ FT_RENDER_MODE_MONO), -+ "Could not render glyph %u for %s", ci, name)) -+ { -+ return 0; -+ } -+ stride = (face->face->glyph->bitmap.width + 7) / 8; -+ bitmapsize = maxrows*stride; -+ } -+ else -+ bitmapsize = 0; - - int descend = (-size->metrics.descender + 63) >> 6;; - -- int startrow = maxrows - (descend + face->face->glyph->bitmap_top); -- -- int endrow = startrow + face->face->glyph->bitmap.rows; -+ if (bitmapsize > 0) -+ { -+ int startrow = maxrows - (descend + face->face->glyph->bitmap_top); -+ int endrow = startrow + face->face->glyph->bitmap.rows; - -- if (startrow < 0) startrow = 0; -- if (endrow > maxrows) endrow = maxrows; -+ if (startrow < 0) startrow = 0; -+ if (endrow > maxrows) endrow = maxrows; - -- int n, i; -- for (n = 0, i = startrow; i < endrow; i++, n++) -- memcpy (bitmap + stride*i, -- face->face->glyph->bitmap.buffer + -- n * face->face->glyph->bitmap.pitch, -- MIN(stride, face->face->glyph->bitmap.pitch)); -+ bitmap = new uint8 [bitmapsize]; -+ memset (bitmap, 0, bitmapsize); -+ int n, i; -+ for (n = 0, i = startrow; i < endrow; i++, n++) -+ memcpy (bitmap + stride*i, -+ face->face->glyph->bitmap.buffer + -+ n * face->face->glyph->bitmap.pitch, -+ MIN(stride, face->face->glyph->bitmap.pitch)); -+ metrics.width = face->face->glyph->bitmap.width; -+ metrics.left = face->face->glyph->bitmap_left; -+ } -+ else -+ { -+ bitmap = 0; -+ metrics.width = glyphW >> 6; -+ metrics.left = (FT_Int)( cbox.xMin >> 6 ); -+ } - -- metrics.width = face->face->glyph->bitmap.width; - metrics.height = maxrows; -- metrics.left = face->face->glyph->bitmap_left; - metrics.top = maxrows - descend; - - return (csPtr<iDataBuffer> (new csDataBuffer ((char*)bitmap, bitmapsize, -@@ -427,42 +470,70 @@ - if ((c != CS_FONT_DEFAULT_GLYPH) && (ci == 0)) return 0; - - if (server->FreetypeError (FT_Load_Glyph (face->face, ci, -- FT_LOAD_RENDER | FT_RENDER_MODE_NORMAL), -+ FT_LOAD_TARGET_NORMAL), - "Could not load glyph %u for %s", ci, name)) - { - return 0; - } - -- if (face->face->glyph->bitmap.pixel_mode != FT_PIXEL_MODE_GRAY) -- // That's not what we want. -- return 0; -- -- int stride = face->face->glyph->bitmap.width; -+ /* Work around an FT2.2.1 issue where rendering of a glyph fails if the width -+ * or height is 0 */ -+ FT_Outline* outline = &face->face->glyph->outline; -+ FT_BBox cbox; -+ FT_Outline_Get_CBox( outline, &cbox ); -+ FT_UInt glyphW, glyphH; -+ GridFitCbox (cbox, glyphW, glyphH); - int maxrows = (size->metrics.height + 63) >> 6; -- int bitmapsize = maxrows * stride; -- // Allocate at least 1 byte -- uint8* bitmap = (bitmapsize > 0) ? new uint8 [bitmapsize] : new uint8[1]; -- memset (bitmap, 0, bitmapsize); -+ int stride, bitmapsize; -+ uint8* bitmap; -+ if ((glyphW > 0) && (glyphH > 0)) -+ { -+ if (server->FreetypeError (FT_Render_Glyph (face->face->glyph, -+ FT_RENDER_MODE_NORMAL), -+ "Could not render glyph %u for %s", ci, name)) -+ { -+ return 0; -+ } -+ if (face->face->glyph->bitmap.pixel_mode != FT_PIXEL_MODE_GRAY) -+ { -+ // That's not what we want. -+ return 0; -+ } -+ stride = face->face->glyph->bitmap.width; -+ bitmapsize = maxrows*stride; -+ metrics.width = face->face->glyph->bitmap.width; -+ metrics.left = face->face->glyph->bitmap_left; -+ } -+ else -+ { -+ bitmapsize = 0; -+ metrics.width = glyphW >> 6; -+ metrics.left = (FT_Int)( cbox.xMin >> 6 ); -+ } - - int descend = (-size->metrics.descender + 63) >> 6; - -- int startrow = maxrows - (descend + face->face->glyph->bitmap_top); -- -- int endrow = startrow + face->face->glyph->bitmap.rows; -+ if (bitmapsize > 0) -+ { -+ int startrow = maxrows - (descend + face->face->glyph->bitmap_top); -+ int endrow = startrow + face->face->glyph->bitmap.rows; - -- if (startrow < 0) startrow = 0; -- if (endrow > maxrows) endrow = maxrows; -+ if (startrow < 0) startrow = 0; -+ if (endrow > maxrows) endrow = maxrows; - -- int n, i; -- for (n = 0, i = startrow; i < endrow; i++, n++) -- memcpy (bitmap + stride*i, -- face->face->glyph->bitmap.buffer + -- n * face->face->glyph->bitmap.pitch, -- MIN(stride, face->face->glyph->bitmap.pitch)); -+ bitmap = new uint8 [bitmapsize]; -+ memset (bitmap, 0, bitmapsize); -+ int n, i; -+ for (n = 0, i = startrow; i < endrow; i++, n++) -+ memcpy (bitmap + stride*i, -+ face->face->glyph->bitmap.buffer + -+ n * face->face->glyph->bitmap.pitch, -+ MIN(stride, face->face->glyph->bitmap.pitch)); -+ } -+ else -+ bitmap = 0; - -- metrics.width = face->face->glyph->bitmap.width; - metrics.height = maxrows; -- metrics.left = face->face->glyph->bitmap_left; - metrics.top = maxrows - descend; - - return (csPtr<iDataBuffer> (new csDataBuffer ((char*)bitmap, bitmapsize, diff --git a/graphics/crystalspace-devel/pkg-descr b/graphics/crystalspace-devel/pkg-descr deleted file mode 100644 index 47dcecde1..000000000 --- a/graphics/crystalspace-devel/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Crystal Space is a free (LGPL) and portable 3D Game Development Kit written in -C++. It supports: true six degrees of freedom, colored lighting, lightmapped -and stencil based lighting, shader support (CG, vertex programs, fragment -programs, ...), mipmapping, portals, mirrors, alpha transparency, reflective -surfaces, 3D sprites (frame based or with skeletal animation using cal3d -animation library), procedural textures, particle systems, halos, volumetric -fog, scripting (using Python, Perl, Java, or potentially other languages), -16-bit and 32-bit display support, OpenGL, and software renderer, font support -(also with freetype), hierarchical transformations, physics plugin based on ODE - -WWW: http://www.crystalspace3d.org diff --git a/graphics/crystalspace-devel/pkg-plist b/graphics/crystalspace-devel/pkg-plist deleted file mode 100644 index 6c2a40efe..000000000 --- a/graphics/crystalspace-devel/pkg-plist +++ /dev/null @@ -1,1615 +0,0 @@ -bin/3ds2lev -bin/ceguitest -bin/cs-config -bin/csbench -bin/csdemo -bin/csfgen -bin/cslight -bin/docconv -bin/heightmapgen -bin/levtool -bin/lighter2 -bin/maya2spr -bin/md32spr -bin/mdl2spr -bin/partedit -bin/partedit2 -bin/python.cex -bin/startme -bin/viewmesh -bin/vsh -bin/walktest -etc/crystalspace/asciiart.cfg -etc/crystalspace/autoexec.cfg -etc/crystalspace/awstest.cfg -etc/crystalspace/awstut.cfg -etc/crystalspace/bugplug.cfg -etc/crystalspace/bugplug.key -etc/crystalspace/cacacanvas.cfg -etc/crystalspace/csdemo.cfg -etc/crystalspace/dynavis.cfg -etc/crystalspace/engine.cfg -etc/crystalspace/fancycon.cfg -etc/crystalspace/fontplex.cfg -etc/crystalspace/freetype.cfg -etc/crystalspace/g2dtest.cfg -etc/crystalspace/gldrivers.xml -etc/crystalspace/heightmapgen.cfg -etc/crystalspace/joystick.cfg -etc/crystalspace/lighter.xml -etc/crystalspace/macosx.cfg -etc/crystalspace/mouse.cfg -etc/crystalspace/movierecorder.cfg -etc/crystalspace/null3d.cfg -etc/crystalspace/partedit2.cfg -etc/crystalspace/picview.cfg -etc/crystalspace/r3dopengl.cfg -etc/crystalspace/shadermgr.cfg -etc/crystalspace/simpcon.cfg -etc/crystalspace/simpvs.cfg -etc/crystalspace/soft3d.cfg -etc/crystalspace/sound.cfg -etc/crystalspace/sprcal3d.cfg -etc/crystalspace/standardcon.cfg -etc/crystalspace/startme.cfg -etc/crystalspace/system.cfg -etc/crystalspace/thing.cfg -etc/crystalspace/vfs.cfg -etc/crystalspace/video.cfg -etc/crystalspace/walktest.cfg -etc/crystalspace/waterdemo.cfg -include/crystalspace/crystalspace.h -include/crystalspace/csconfig.h -include/crystalspace/csdef.h -include/crystalspace/csextern.h -include/crystalspace/csgeom.h -include/crystalspace/csgeom/box.h -include/crystalspace/csgeom/bsptree.h -include/crystalspace/csgeom/cspoint.h -include/crystalspace/csgeom/csrect.h -include/crystalspace/csgeom/csrectrg.h -include/crystalspace/csgeom/chainhull2d.h -include/crystalspace/csgeom/fastsqrt.h -include/crystalspace/csgeom/fixed.h -include/crystalspace/csgeom/frustum.h -include/crystalspace/csgeom/kdtree.h -include/crystalspace/csgeom/math.h -include/crystalspace/csgeom/math2d.h -include/crystalspace/csgeom/math3d.h -include/crystalspace/csgeom/math3d_d.h -include/crystalspace/csgeom/matrix2.h -include/crystalspace/csgeom/matrix3.h -include/crystalspace/csgeom/obb.h -include/crystalspace/csgeom/path.h -include/crystalspace/csgeom/plane2.h -include/crystalspace/csgeom/plane3.h -include/crystalspace/csgeom/pmtools.h -include/crystalspace/csgeom/poly2d.h -include/crystalspace/csgeom/poly3d.h -include/crystalspace/csgeom/polyaa.h -include/crystalspace/csgeom/polyclip.h -include/crystalspace/csgeom/polyidx.h -include/crystalspace/csgeom/polymesh.h -include/crystalspace/csgeom/polypool.h -include/crystalspace/csgeom/quaterni.h -include/crystalspace/csgeom/quaternion.h -include/crystalspace/csgeom/segment.h -include/crystalspace/csgeom/solidspace.h -include/crystalspace/csgeom/sphere.h -include/crystalspace/csgeom/spline.h -include/crystalspace/csgeom/subrec.h -include/crystalspace/csgeom/subrec2.h -include/crystalspace/csgeom/tcovbuf.h -include/crystalspace/csgeom/textrans.h -include/crystalspace/csgeom/transfrm.h -include/crystalspace/csgeom/tri.h -include/crystalspace/csgeom/triangulate.h -include/crystalspace/csgeom/trimesh.h -include/crystalspace/csgeom/trimeshlod.h -include/crystalspace/csgeom/vector2.h -include/crystalspace/csgeom/vector3.h -include/crystalspace/csgeom/vector4.h -include/crystalspace/csgfx.h -include/crystalspace/csgfx/bakekeycolor.h -include/crystalspace/csgfx/gradient.h -include/crystalspace/csgfx/imagebase.h -include/crystalspace/csgfx/imagecubemapmaker.h -include/crystalspace/csgfx/imagemanipulate.h -include/crystalspace/csgfx/imagetools.h -include/crystalspace/csgfx/imagevolumemaker.h -include/crystalspace/csgfx/inv_cmap.h -include/crystalspace/csgfx/lightsvcache.h -include/crystalspace/csgfx/memimage.h -include/crystalspace/csgfx/normalmaptools.h -include/crystalspace/csgfx/packrgb.h -include/crystalspace/csgfx/quantize.h -include/crystalspace/csgfx/renderbuffer.h -include/crystalspace/csgfx/rgbpixel.h -include/crystalspace/csgfx/shaderexp.h -include/crystalspace/csgfx/shaderexpaccessor.h -include/crystalspace/csgfx/shadervar.h -include/crystalspace/csgfx/shadervarblockalloc.h -include/crystalspace/csgfx/shadervarcontext.h -include/crystalspace/csgfx/shadervarframeholder.h -include/crystalspace/csgfx/vertexlight.h -include/crystalspace/csgfx/vertexlistwalker.h -include/crystalspace/csgfx/xorpat.h -include/crystalspace/csplatform.h -include/crystalspace/csplugincommon.h -include/crystalspace/csplugincommon/canvas/cursorconvert.h -include/crystalspace/csplugincommon/canvas/draw_box.h -include/crystalspace/csplugincommon/canvas/draw_common.h -include/crystalspace/csplugincommon/canvas/draw_line.h -include/crystalspace/csplugincommon/canvas/draw_text.h -include/crystalspace/csplugincommon/canvas/fontcache.h -include/crystalspace/csplugincommon/canvas/graph2d.h -include/crystalspace/csplugincommon/canvas/scancode.h -include/crystalspace/csplugincommon/canvas/scrshot.h -include/crystalspace/csplugincommon/canvas/softfontcache.h -include/crystalspace/csplugincommon/canvas/softfontcacheimpl.h -include/crystalspace/csplugincommon/directx/csextern_dx.h -include/crystalspace/csplugincommon/directx/directdetection.h -include/crystalspace/csplugincommon/directx/error.h -include/crystalspace/csplugincommon/directx/guids.h -include/crystalspace/csplugincommon/imageloader/commonimagefile.h -include/crystalspace/csplugincommon/imageloader/optionsparser.h -include/crystalspace/csplugincommon/iopengl/driverdb.h -include/crystalspace/csplugincommon/iopengl/openglinterface.h -include/crystalspace/csplugincommon/macosx/OSXDelegate2D.h -include/crystalspace/csplugincommon/macosx/OSXDriver2D.h -include/crystalspace/csplugincommon/macosx/OSXView.h -include/crystalspace/csplugincommon/macosx/OSXWindow.h -include/crystalspace/csplugincommon/macosx/csextern_osx.h -include/crystalspace/csplugincommon/opengl/csextern_gl.h -include/crystalspace/csplugincommon/opengl/driverdb.h -include/crystalspace/csplugincommon/opengl/glcommon2d.h -include/crystalspace/csplugincommon/opengl/glenum_identstrs.h -include/crystalspace/csplugincommon/opengl/glextmanager.h -include/crystalspace/csplugincommon/opengl/glfontcache.h -include/crystalspace/csplugincommon/opengl/glhelper.h -include/crystalspace/csplugincommon/opengl/glss.h -include/crystalspace/csplugincommon/opengl/glstates.h -include/crystalspace/csplugincommon/particlesys/partgen.h -include/crystalspace/csplugincommon/particlesys/particle.h -include/crystalspace/csplugincommon/render3d/normalizationcube.h -include/crystalspace/csplugincommon/render3d/txtmgr.h -include/crystalspace/csplugincommon/renderstep/basesteploader.h -include/crystalspace/csplugincommon/renderstep/basesteptype.h -include/crystalspace/csplugincommon/renderstep/parserenderstep.h -include/crystalspace/csplugincommon/shader/shaderplugin.h -include/crystalspace/csplugincommon/shader/shaderprogram.h -include/crystalspace/csplugincommon/shader/shaderprogram.tok -include/crystalspace/csplugincommon/sndsys/convert.h -include/crystalspace/csplugincommon/sndsys/cyclicbuf.h -include/crystalspace/csplugincommon/sndsys/queue.h -include/crystalspace/csplugincommon/sndsys/snddata.h -include/crystalspace/csplugincommon/sndsys/sndstream.h -include/crystalspace/csplugincommon/softshader/defaultshader.h -include/crystalspace/csplugincommon/softshader/renderinterface.h -include/crystalspace/csplugincommon/softshader/scanline.h -include/crystalspace/csplugincommon/softshader/texture.h -include/crystalspace/csplugincommon/softshader/types.h -include/crystalspace/csplugincommon/win32/csextern_win.h -include/crystalspace/csplugincommon/win32/customcursor.h -include/crystalspace/csqint.h -include/crystalspace/csqsqrt.h -include/crystalspace/cssysdef.h -include/crystalspace/cstool.h -include/crystalspace/cstool/basetexfact.h -include/crystalspace/cstool/bitmasktostr.h -include/crystalspace/cstool/collider.h -include/crystalspace/cstool/csanim2d.h -include/crystalspace/cstool/csapplicationframework.h -include/crystalspace/cstool/csfxscr.h -include/crystalspace/cstool/cspixmap.h -include/crystalspace/cstool/csview.h -include/crystalspace/cstool/debugimagewriter.h -include/crystalspace/cstool/enginetools.h -include/crystalspace/cstool/fogmath.h -include/crystalspace/cstool/framedataholder.h -include/crystalspace/cstool/gentrtex.h -include/crystalspace/cstool/identstrings.h -include/crystalspace/cstool/importkit.h -include/crystalspace/cstool/initapp.h -include/crystalspace/cstool/keyval.h -include/crystalspace/cstool/mapnode.h -include/crystalspace/cstool/meshobjtmpl.h -include/crystalspace/cstool/normalcalc.h -include/crystalspace/cstool/objmodel.h -include/crystalspace/cstool/pen.h -include/crystalspace/cstool/primitives.h -include/crystalspace/cstool/procmesh.h -include/crystalspace/cstool/proctex.h -include/crystalspace/cstool/proctxtanim.h -include/crystalspace/cstool/rbuflock.h -include/crystalspace/cstool/rendermeshholder.h -include/crystalspace/cstool/rendermeshlist.h -include/crystalspace/cstool/saverfile.h -include/crystalspace/cstool/saverref.h -include/crystalspace/cstool/tokenlist.h -include/crystalspace/cstool/userrndbuf.h -include/crystalspace/cstool/vertexcompress.h -include/crystalspace/cstool/vfsdirchange.h -include/crystalspace/cstypes.h -include/crystalspace/csutil.h -include/crystalspace/csutil/algorithms.h -include/crystalspace/csutil/alignedalloc.h -include/crystalspace/csutil/allocator.h -include/crystalspace/csutil/ansicommand.h -include/crystalspace/csutil/ansiparse.h -include/crystalspace/csutil/archive.h -include/crystalspace/csutil/array.h -include/crystalspace/csutil/binder.h -include/crystalspace/csutil/bitarray.h -include/crystalspace/csutil/blockallocator.h -include/crystalspace/csutil/callstack.h -include/crystalspace/csutil/cfgacc.h -include/crystalspace/csutil/cfgdoc.h -include/crystalspace/csutil/cfgfile.h -include/crystalspace/csutil/cfgmgr.h -include/crystalspace/csutil/cmdhelp.h -include/crystalspace/csutil/cmdline.h -include/crystalspace/csutil/common_handlers.h -include/crystalspace/csutil/comparator.h -include/crystalspace/csutil/compileassert.h -include/crystalspace/csutil/cowwrapper.h -include/crystalspace/csutil/csbaseeventh.h -include/crystalspace/csutil/cscolor.h -include/crystalspace/csutil/csendian.h -include/crystalspace/csutil/csevcord.h -include/crystalspace/csutil/csevent.h -include/crystalspace/csutil/cseventflattener.h -include/crystalspace/csutil/cseventq.h -include/crystalspace/csutil/csinput.h -include/crystalspace/csutil/csmd5.h -include/crystalspace/csutil/csobject.h -include/crystalspace/csutil/csosdefs.h -include/crystalspace/csutil/csperlxs_fallback.inc -include/crystalspace/csutil/cspmeter.h -include/crystalspace/csutil/csppulse.h -include/crystalspace/csutil/csprocessorcap.h -include/crystalspace/csutil/csshlib.h -include/crystalspace/csutil/csstring.h -include/crystalspace/csutil/cssubscription.h -include/crystalspace/csutil/csuctransform.h -include/crystalspace/csutil/csunicode.h -include/crystalspace/csutil/custom_new_disable.h -include/crystalspace/csutil/custom_new_enable.h -include/crystalspace/csutil/databuf.h -include/crystalspace/csutil/debug.h -include/crystalspace/csutil/dirtyaccessarray.h -include/crystalspace/csutil/documentcommon.h -include/crystalspace/csutil/documenthelper.h -include/crystalspace/csutil/event.h -include/crystalspace/csutil/eventhandlers.h -include/crystalspace/csutil/eventnames.h -include/crystalspace/csutil/evoutlet.h -include/crystalspace/csutil/fifo.h -include/crystalspace/csutil/filereadhelper.h -include/crystalspace/csutil/fixedsizeallocator.h -include/crystalspace/csutil/flags.h -include/crystalspace/csutil/floatrand.h -include/crystalspace/csutil/formatter.h -include/crystalspace/csutil/fpu80x86.h -include/crystalspace/csutil/garray.h -include/crystalspace/csutil/getopt.h -include/crystalspace/csutil/hash.h -include/crystalspace/csutil/hashhandlers.h -include/crystalspace/csutil/hashr.h -include/crystalspace/csutil/inputdef.h -include/crystalspace/csutil/leakguard.h -include/crystalspace/csutil/list.h -include/crystalspace/csutil/macosx/OSXAssistant.h -include/crystalspace/csutil/macosx/csosdefs.h -include/crystalspace/csutil/measuretime.h -include/crystalspace/csutil/memdebug.h -include/crystalspace/csutil/memfile.h -include/crystalspace/csutil/memheap.h -include/crystalspace/csutil/mempool.h -include/crystalspace/csutil/mmap_dummy.h -include/crystalspace/csutil/mmap_posix.h -include/crystalspace/csutil/mmapio.h -include/crystalspace/csutil/nobjvec.h -include/crystalspace/csutil/nulcache.h -include/crystalspace/csutil/objiter.h -include/crystalspace/csutil/objpool.h -include/crystalspace/csutil/objreg.h -include/crystalspace/csutil/parasiticdatabuffer.h -include/crystalspace/csutil/partialorder.h -include/crystalspace/csutil/parray.h -include/crystalspace/csutil/physfile.h -include/crystalspace/csutil/plugldr.h -include/crystalspace/csutil/plugmgr.h -include/crystalspace/csutil/pooledscfclass.h -include/crystalspace/csutil/prfxcfg.h -include/crystalspace/csutil/profile.h -include/crystalspace/csutil/ptrwrap.h -include/crystalspace/csutil/radixsort.h -include/crystalspace/csutil/randomgen.h -include/crystalspace/csutil/redblacktree.h -include/crystalspace/csutil/ref.h -include/crystalspace/csutil/refarr.h -include/crystalspace/csutil/refcount.h -include/crystalspace/csutil/reftrackeraccess.h -include/crystalspace/csutil/regexp.h -include/crystalspace/csutil/scanstr.h -include/crystalspace/csutil/scf.h -include/crystalspace/csutil/scf_impl.h -include/crystalspace/csutil/scf_implementation.h -include/crystalspace/csutil/scf_implgen.h -include/crystalspace/csutil/scf_interface.h -include/crystalspace/csutil/scfarray.h -include/crystalspace/csutil/scfstr.h -include/crystalspace/csutil/scfstringarray.h -include/crystalspace/csutil/scfstrset.h -include/crystalspace/csutil/scopedmutexlock.h -include/crystalspace/csutil/schedule.h -include/crystalspace/csutil/set.h -include/crystalspace/csutil/snprintf.h -include/crystalspace/csutil/sparse3d.h -include/crystalspace/csutil/spinlock.h -include/crystalspace/csutil/strhash.h -include/crystalspace/csutil/stringarray.h -include/crystalspace/csutil/stringreader.h -include/crystalspace/csutil/strset.h -include/crystalspace/csutil/sysfunc.h -include/crystalspace/csutil/syspath.h -include/crystalspace/csutil/thread.h -include/crystalspace/csutil/threadjobqueue.h -include/crystalspace/csutil/timer.h -include/crystalspace/csutil/tree.h -include/crystalspace/csutil/typetraits.h -include/crystalspace/csutil/unix/csosdefs.h -include/crystalspace/csutil/util.h -include/crystalspace/csutil/verbosity.h -include/crystalspace/csutil/vfscache.h -include/crystalspace/csutil/vfsplat.h -include/crystalspace/csutil/virtclk.h -include/crystalspace/csutil/weakref.h -include/crystalspace/csutil/weakrefarr.h -include/crystalspace/csutil/win32/APIdeclare.inc -include/crystalspace/csutil/win32/DbgHelpAPI.fun -include/crystalspace/csutil/win32/DbgHelpAPI.h -include/crystalspace/csutil/win32/callstack.h -include/crystalspace/csutil/win32/csconfig.h -include/crystalspace/csutil/win32/csosdefs.h -include/crystalspace/csutil/win32/minidump.h -include/crystalspace/csutil/win32/mmap.h -include/crystalspace/csutil/win32/msvc_deprecated_warn_off.h -include/crystalspace/csutil/win32/msvc_deprecated_warn_on.h -include/crystalspace/csutil/win32/psdk-compat.h -include/crystalspace/csutil/win32/registrycfg.h -include/crystalspace/csutil/win32/sanity.inc -include/crystalspace/csutil/win32/win32.h -include/crystalspace/csutil/win32/wintools.h -include/crystalspace/csutil/xmltiny.h -include/crystalspace/csutil/zip.h -include/crystalspace/csver.h -include/crystalspace/iaws.h -include/crystalspace/iaws/aws.h -include/crystalspace/iaws/aws2.h -include/crystalspace/iaws/awscnvs.h -include/crystalspace/iaws/awsdefs.h -include/crystalspace/iaws/awsdock.h -include/crystalspace/iaws/awsecomp.h -include/crystalspace/iaws/awsparm.h -include/crystalspace/iengine.h -include/crystalspace/iengine/camera.h -include/crystalspace/iengine/campos.h -include/crystalspace/iengine/collectn.h -include/crystalspace/iengine/engine.h -include/crystalspace/iengine/fview.h -include/crystalspace/iengine/halo.h -include/crystalspace/iengine/imposter.h -include/crystalspace/iengine/light.h -include/crystalspace/iengine/lightmgr.h -include/crystalspace/iengine/lod.h -include/crystalspace/iengine/material.h -include/crystalspace/iengine/mesh.h -include/crystalspace/iengine/meshgen.h -include/crystalspace/iengine/movable.h -include/crystalspace/iengine/objwatch.h -include/crystalspace/iengine/portal.h -include/crystalspace/iengine/portalcontainer.h -include/crystalspace/iengine/region.h -include/crystalspace/iengine/renderloop.h -include/crystalspace/iengine/rendersteps/icontainer.h -include/crystalspace/iengine/rendersteps/igeneric.h -include/crystalspace/iengine/rendersteps/ilightiter.h -include/crystalspace/iengine/rendersteps/irenderstep.h -include/crystalspace/iengine/rendersteps/irsfact.h -include/crystalspace/iengine/rview.h -include/crystalspace/iengine/scenenode.h -include/crystalspace/iengine/sector.h -include/crystalspace/iengine/shadcast.h -include/crystalspace/iengine/shadows.h -include/crystalspace/iengine/sharevar.h -include/crystalspace/iengine/texture.h -include/crystalspace/iengine/viscull.h -include/crystalspace/igeom.h -include/crystalspace/igeom/clip2d.h -include/crystalspace/igeom/path.h -include/crystalspace/igeom/polymesh.h -include/crystalspace/igraphic.h -include/crystalspace/igraphic/animimg.h -include/crystalspace/igraphic/image.h -include/crystalspace/igraphic/imageio.h -include/crystalspace/imap.h -include/crystalspace/imap/ldrctxt.h -include/crystalspace/imap/loader.h -include/crystalspace/imap/modelload.h -include/crystalspace/imap/parser.h -include/crystalspace/imap/reader.h -include/crystalspace/imap/saver.h -include/crystalspace/imap/saverfile.h -include/crystalspace/imap/saverref.h -include/crystalspace/imap/services.h -include/crystalspace/imap/streamsource.h -include/crystalspace/imap/writer.h -include/crystalspace/imesh.h -include/crystalspace/imesh/bezier.h -include/crystalspace/imesh/emit.h -include/crystalspace/imesh/explode.h -include/crystalspace/imesh/fire.h -include/crystalspace/imesh/fountain.h -include/crystalspace/imesh/genmesh.h -include/crystalspace/imesh/gmeshanim.h -include/crystalspace/imesh/gmeshskel.h -include/crystalspace/imesh/gmeshskel2.h -include/crystalspace/imesh/haze.h -include/crystalspace/imesh/instmesh.h -include/crystalspace/imesh/lghtng.h -include/crystalspace/imesh/lighting.h -include/crystalspace/imesh/nullmesh.h -include/crystalspace/imesh/object.h -include/crystalspace/imesh/objmodel.h -include/crystalspace/imesh/particle.h -include/crystalspace/imesh/particles.h -include/crystalspace/imesh/partsys.h -include/crystalspace/imesh/protomesh.h -include/crystalspace/imesh/rain.h -include/crystalspace/imesh/skeleton.h -include/crystalspace/imesh/snow.h -include/crystalspace/imesh/spiral.h -include/crystalspace/imesh/sprite2d.h -include/crystalspace/imesh/sprite3d.h -include/crystalspace/imesh/spritecal3d.h -include/crystalspace/imesh/terrain.h -include/crystalspace/imesh/thing.h -include/crystalspace/inetwork.h -include/crystalspace/isndsys.h -include/crystalspace/isndsys/ss_data.h -include/crystalspace/isndsys/ss_driver.h -include/crystalspace/isndsys/ss_eventrecorder.h -include/crystalspace/isndsys/ss_filter.h -include/crystalspace/isndsys/ss_listener.h -include/crystalspace/isndsys/ss_loader.h -include/crystalspace/isndsys/ss_manager.h -include/crystalspace/isndsys/ss_renderer.h -include/crystalspace/isndsys/ss_source.h -include/crystalspace/isndsys/ss_stream.h -include/crystalspace/isndsys/ss_structs.h -include/crystalspace/itexture.h -include/crystalspace/itexture/ifire.h -include/crystalspace/itexture/iproctex.h -include/crystalspace/itexture/itexfact.h -include/crystalspace/itexture/itexloaderctx.h -include/crystalspace/iutil.h -include/crystalspace/iutil/array.h -include/crystalspace/iutil/binder.h -include/crystalspace/iutil/cache.h -include/crystalspace/iutil/cfgfile.h -include/crystalspace/iutil/cfgmgr.h -include/crystalspace/iutil/cmdline.h -include/crystalspace/iutil/comp.h -include/crystalspace/iutil/csinput.h -include/crystalspace/iutil/databuff.h -include/crystalspace/iutil/dbghelp.h -include/crystalspace/iutil/document.h -include/crystalspace/iutil/evdefs.h -include/crystalspace/iutil/event.h -include/crystalspace/iutil/eventh.h -include/crystalspace/iutil/eventhandlers.h -include/crystalspace/iutil/eventnames.h -include/crystalspace/iutil/eventq.h -include/crystalspace/iutil/job.h -include/crystalspace/iutil/kitchensink.h -include/crystalspace/iutil/memdebug.h -include/crystalspace/iutil/object.h -include/crystalspace/iutil/objreg.h -include/crystalspace/iutil/plugin.h -include/crystalspace/iutil/pluginconfig.h -include/crystalspace/iutil/reftrack.h -include/crystalspace/iutil/selfdestruct.h -include/crystalspace/iutil/string.h -include/crystalspace/iutil/stringarray.h -include/crystalspace/iutil/strset.h -include/crystalspace/iutil/timer.h -include/crystalspace/iutil/verbositymanager.h -include/crystalspace/iutil/vfs.h -include/crystalspace/iutil/virtclk.h -include/crystalspace/ivaria.h -include/crystalspace/ivaria/bugplug.h -include/crystalspace/ivaria/collider.h -include/crystalspace/ivaria/conin.h -include/crystalspace/ivaria/conout.h -include/crystalspace/ivaria/cspace.i -include/crystalspace/ivaria/dynamics.h -include/crystalspace/ivaria/engseq.h -include/crystalspace/ivaria/gradient.h -include/crystalspace/ivaria/icegui.h -include/crystalspace/ivaria/javapost.i -include/crystalspace/ivaria/javapre.i -include/crystalspace/ivaria/keyval.h -include/crystalspace/ivaria/mapnode.h -include/crystalspace/ivaria/movierecorder.h -include/crystalspace/ivaria/ode.h -include/crystalspace/ivaria/pagingformer.h -include/crystalspace/ivaria/perl1st.i -include/crystalspace/ivaria/perlpost.i -include/crystalspace/ivaria/perlpre.i -include/crystalspace/ivaria/pmeter.h -include/crystalspace/ivaria/pyeventh.i -include/crystalspace/ivaria/pythpost.i -include/crystalspace/ivaria/pythpre.i -include/crystalspace/ivaria/pythvarg.i -include/crystalspace/ivaria/reporter.h -include/crystalspace/ivaria/scf.i -include/crystalspace/ivaria/script.h -include/crystalspace/ivaria/sequence.h -include/crystalspace/ivaria/simpleformer.h -include/crystalspace/ivaria/stdrep.h -include/crystalspace/ivaria/terraform.h -include/crystalspace/ivaria/view.h -include/crystalspace/ivideo.h -include/crystalspace/ivideo/cursor.h -include/crystalspace/ivideo/custcursor.h -include/crystalspace/ivideo/fontserv.h -include/crystalspace/ivideo/gfxmem.h -include/crystalspace/ivideo/graph2d.h -include/crystalspace/ivideo/graph3d.h -include/crystalspace/ivideo/halo.h -include/crystalspace/ivideo/lighting.h -include/crystalspace/ivideo/material.h -include/crystalspace/ivideo/natwin.h -include/crystalspace/ivideo/rendermesh.h -include/crystalspace/ivideo/rndbuf.h -include/crystalspace/ivideo/shader/shader.h -include/crystalspace/ivideo/texture.h -include/crystalspace/ivideo/txtmgr.h -include/crystalspace/ivideo/wxwin.h -lib/crystalspace/aws.so -lib/crystalspace/bezier.so -lib/crystalspace/bezierldr.so -lib/crystalspace/bindoc.so -lib/crystalspace/bruteblock.so -lib/crystalspace/bugplug.so -lib/crystalspace/cacacanvas.so -lib/crystalspace/cegui.so -lib/crystalspace/csbmpimg.so -lib/crystalspace/csconin.so -lib/crystalspace/csconout.so -lib/crystalspace/cscursor.so -lib/crystalspace/csddsimg.so -lib/crystalspace/csfont.so -lib/crystalspace/csgifimg.so -lib/crystalspace/csjngimg.so -lib/crystalspace/csjpgimg.so -lib/crystalspace/csopcode.so -lib/crystalspace/csparser.so -lib/crystalspace/cspngimg.so -lib/crystalspace/cspython.so -lib/crystalspace/cssaver.so -lib/crystalspace/cssynldr.so -lib/crystalspace/cstgaimg.so -lib/crystalspace/dsplex.so -lib/crystalspace/dynavis.so -lib/crystalspace/emit.so -lib/crystalspace/emitldr.so -lib/crystalspace/engine.so -lib/crystalspace/engseq.so -lib/crystalspace/explo.so -lib/crystalspace/exploldr.so -lib/crystalspace/fancycon.so -lib/crystalspace/fire.so -lib/crystalspace/fireldr.so -lib/crystalspace/fontplex.so -lib/crystalspace/fountain.so -lib/crystalspace/fountldr.so -lib/crystalspace/freefnt2.so -lib/crystalspace/frustvis.so -lib/crystalspace/genmesh.so -lib/crystalspace/gl3d.so -lib/crystalspace/glshader_arb.so -lib/crystalspace/glshader_fixed.so -lib/crystalspace/glshader_ps1.so -lib/crystalspace/glx2d.so -lib/crystalspace/gmesh3ds.so -lib/crystalspace/gmeshanim.so -lib/crystalspace/gmeshldr.so -lib/crystalspace/gmeshskelanim.so -lib/crystalspace/gmeshskelanim2.so -lib/crystalspace/haze.so -lib/crystalspace/hazeldr.so -lib/crystalspace/imgplex.so -lib/crystalspace/instmesh.so -lib/crystalspace/instmeshldr.so -lib/crystalspace/lghtng.so -lib/crystalspace/lghtngldr.so -lib/crystalspace/memory2d.so -lib/crystalspace/movierecorder.so -lib/crystalspace/null2d.so -lib/crystalspace/null3d.so -lib/crystalspace/nullmesh.so -lib/crystalspace/nullmeshldr.so -lib/crystalspace/odedynam.so -lib/crystalspace/pagingformer.so -lib/crystalspace/pagingformerldr.so -lib/crystalspace/particles.so -lib/crystalspace/particlesldr.so -lib/crystalspace/partphys_ode.so -lib/crystalspace/partphys_simple.so -lib/crystalspace/physldr.so -lib/crystalspace/protomesh.so -lib/crystalspace/protomeshldr.so -lib/crystalspace/ptanimimg.so -lib/crystalspace/rain.so -lib/crystalspace/rainldr.so -lib/crystalspace/rendloop_loader.so -lib/crystalspace/rendstep_fatrl.so -lib/crystalspace/rendstep_std.so -lib/crystalspace/rendstep_stencil.so -lib/crystalspace/rendstep_stencil2.so -lib/crystalspace/reporter.so -lib/crystalspace/sdl2d.so -lib/crystalspace/sequence.so -lib/crystalspace/shadermgr.so -lib/crystalspace/simpleformer.so -lib/crystalspace/simpleformerldr.so -lib/crystalspace/skeleton.so -lib/crystalspace/skelldr.so -lib/crystalspace/sndmanager.so -lib/crystalspace/sndsyseventrecorder.so -lib/crystalspace/sndsysloader.so -lib/crystalspace/sndsysnull.so -lib/crystalspace/sndsysogg.so -lib/crystalspace/sndsysoss.so -lib/crystalspace/sndsyssoft.so -lib/crystalspace/sndsyswav.so -lib/crystalspace/snow.so -lib/crystalspace/snowldr.so -lib/crystalspace/soft3d.so -lib/crystalspace/softshader.so -lib/crystalspace/spiral.so -lib/crystalspace/spirldr.so -lib/crystalspace/spr2d.so -lib/crystalspace/spr2dldr.so -lib/crystalspace/spr3d.so -lib/crystalspace/spr3dbin.so -lib/crystalspace/spr3dldr.so -lib/crystalspace/spr3md2.so -lib/crystalspace/sprcal3d.so -lib/crystalspace/sprcal3dldr.so -lib/crystalspace/stdpt.so -lib/crystalspace/stdrep.so -lib/crystalspace/terrainldr.so -lib/crystalspace/thing.so -lib/crystalspace/thingldr.so -lib/crystalspace/tlfunc.so -lib/crystalspace/vfs.so -lib/crystalspace/vproc_std.so -lib/crystalspace/x2d.so -lib/crystalspace/xext86vm.so -lib/crystalspace/xextshm.so -lib/crystalspace/xmlread.so -lib/crystalspace/xmlshader.so -lib/crystalspace/xmltiny.so -lib/crystalspace/xwin.so -lib/libcrystalspace.a -lib/libcrystalspace_opengl.a -lib/libcrystalspace_python.a -%%DATADIR%%/bindings/java/SimpleRoom.java -%%DATADIR%%/bindings/python/_cspace.so -%%DATADIR%%/bindings/python/cshelper.py -%%DATADIR%%/bindings/python/cspace.py -%%DATADIR%%/bindings/python/pysimp.py -%%DATADIR%%/bindings/python/pysimp2.py -%%DATADIR%%/bindings/python/pysimpcd.py -%%DATADIR%%/bindings/python/tutorial0.py -%%DATADIR%%/bindings/python/tutorial1.py -%%DATADIR%%/bindings/python/tutorial2.py -%%DATADIR%%/bindings/python/tutorial3.py -%%DATADIR%%/build/autoconf/cel.m4 -%%DATADIR%%/build/autoconf/compiler.m4 -%%DATADIR%%/build/autoconf/config.guess -%%DATADIR%%/build/autoconf/config.sub -%%DATADIR%%/build/autoconf/crystal.m4 -%%DATADIR%%/build/autoconf/cs_check_host.m4 -%%DATADIR%%/build/autoconf/checkbuild.m4 -%%DATADIR%%/build/autoconf/checkcommon.m4 -%%DATADIR%%/build/autoconf/checkcppunit.m4 -%%DATADIR%%/build/autoconf/checkcswin32libs.m4 -%%DATADIR%%/build/autoconf/checklib.m4 -%%DATADIR%%/build/autoconf/checklibtool.m4 -%%DATADIR%%/build/autoconf/checkopengl.m4 -%%DATADIR%%/build/autoconf/checkpic.m4 -%%DATADIR%%/build/autoconf/checkprog.m4 -%%DATADIR%%/build/autoconf/checkpthread.m4 -%%DATADIR%%/build/autoconf/checkpython.m4 -%%DATADIR%%/build/autoconf/checktt2.m4 -%%DATADIR%%/build/autoconf/diagnose.m4 -%%DATADIR%%/build/autoconf/embed.m4 -%%DATADIR%%/build/autoconf/emit.m4 -%%DATADIR%%/build/autoconf/headercache.m4 -%%DATADIR%%/build/autoconf/install-sh -%%DATADIR%%/build/autoconf/installdirs.m4 -%%DATADIR%%/build/autoconf/jamcache.m4 -%%DATADIR%%/build/autoconf/makecache.m4 -%%DATADIR%%/build/autoconf/mkdir.m4 -%%DATADIR%%/build/autoconf/packageinfo.m4 -%%DATADIR%%/build/autoconf/path.m4 -%%DATADIR%%/build/autoconf/progver.m4 -%%DATADIR%%/build/autoconf/qualify.m4 -%%DATADIR%%/build/autoconf/split.m4 -%%DATADIR%%/build/autoconf/textcache.m4 -%%DATADIR%%/build/autoconf/trim.m4 -%%DATADIR%%/build/autoconf/warnings.m4 -%%DATADIR%%/build/jam/application.jam -%%DATADIR%%/build/jam/assembler.jam -%%DATADIR%%/build/jam/bisonflex.jam -%%DATADIR%%/build/jam/build.jam -%%DATADIR%%/build/jam/clean.jam -%%DATADIR%%/build/jam/compiler.jam -%%DATADIR%%/build/jam/docs.jam -%%DATADIR%%/build/jam/dump.jam -%%DATADIR%%/build/jam/flags.jam -%%DATADIR%%/build/jam/groups.jam -%%DATADIR%%/build/jam/help.jam -%%DATADIR%%/build/jam/helper.jam -%%DATADIR%%/build/jam/install.jam -%%DATADIR%%/build/jam/jamcompatibility.jam -%%DATADIR%%/build/jam/library.jam -%%DATADIR%%/build/jam/macosx.jam -%%DATADIR%%/build/jam/msvcgen.jam -%%DATADIR%%/build/jam/objectivec.jam -%%DATADIR%%/build/jam/objects.jam -%%DATADIR%%/build/jam/options.jam -%%DATADIR%%/build/jam/plugin.jam -%%DATADIR%%/build/jam/property.jam -%%DATADIR%%/build/jam/resource.jam -%%DATADIR%%/build/jam/static.jam -%%DATADIR%%/build/jam/strip.jam -%%DATADIR%%/build/jam/subdir.jam -%%DATADIR%%/build/jam/swig.jam -%%DATADIR%%/build/jam/unittest.jam -%%DATADIR%%/build/jam/unix.jam -%%DATADIR%%/build/jam/variant.jam -%%DATADIR%%/build/jam/win32.jam -%%DATADIR%%/build/jamtemplate/Jamfile-src.template -%%DATADIR%%/build/jamtemplate/Jamfile.template -%%DATADIR%%/build/jamtemplate/Jamrules.template -%%DATADIR%%/build/jamtemplate/README -%%DATADIR%%/build/jamtemplate/README-msvc.template -%%DATADIR%%/build/jamtemplate/README.template -%%DATADIR%%/build/jamtemplate/app.cpp.template -%%DATADIR%%/build/jamtemplate/app.h.template -%%DATADIR%%/build/jamtemplate/autogen.template -%%DATADIR%%/build/jamtemplate/config-msvc.template -%%DATADIR%%/build/jamtemplate/configure.template -%%DATADIR%%/build/jamtemplate/createproject.sh -%%DATADIR%%/build/jamtemplate/main.template -%%DATADIR%%/build/jamtemplate/projheader.template -%%DATADIR%%/build/maketemplate/Makefile.template -%%DATADIR%%/build/maketemplate/README -%%DATADIR%%/build/maketemplate/appwrap.sh -%%DATADIR%%/build/msvcgen/control.tlib -%%DATADIR%%/build/msvcgen/macros.tlib -%%DATADIR%%/build/msvcgen/project6.tlib -%%DATADIR%%/build/msvcgen/project7.tlib -%%DATADIR%%/build/msvcgen/projectx6.tlib -%%DATADIR%%/build/msvcgen/projectx7.tlib -%%DATADIR%%/build/msvcgen/workspace6.tlib -%%DATADIR%%/build/msvcgen/workspace7.tlib -%%DATADIR%%/conversion/hammer/README -%%DATADIR%%/conversion/hammer/crystal.fgd -%%DATADIR%%/conversion/max/Poly_Counter.mcr -%%DATADIR%%/conversion/max/README -%%DATADIR%%/conversion/max/exportcsp.mcr -%%DATADIR%%/conversion/max/exporterguide/basics.htm -%%DATADIR%%/conversion/max/exporterguide/emitter.htm -%%DATADIR%%/conversion/max/exporterguide/evenmore.htm -%%DATADIR%%/conversion/max/exporterguide/exportscene.htm -%%DATADIR%%/conversion/max/exporterguide/exportsprite.htm -%%DATADIR%%/conversion/max/exporterguide/index.htm -%%DATADIR%%/conversion/max/exporterguide/installation.htm -%%DATADIR%%/conversion/max/exporterguide/intro.htm -%%DATADIR%%/conversion/max/exporterguide/left_frame.htm -%%DATADIR%%/conversion/max/exporterguide/light.htm -%%DATADIR%%/conversion/max/exporterguide/lod.htm -%%DATADIR%%/conversion/max/exporterguide/modelsprite.htm -%%DATADIR%%/conversion/max/exporterguide/object.htm -%%DATADIR%%/conversion/max/exporterguide/occluders.htm -%%DATADIR%%/conversion/max/exporterguide/pictures/3dsMaxExporters_img1.gif -%%DATADIR%%/conversion/max/exporterguide/pictures/3dsMaxExporters_img2.gif -%%DATADIR%%/conversion/max/exporterguide/pictures/attrib.jpg -%%DATADIR%%/conversion/max/exporterguide/pictures/particle.jpg -%%DATADIR%%/conversion/max/exporterguide/pictures/room_properties.jpg -%%DATADIR%%/conversion/max/exporterguide/portals.htm -%%DATADIR%%/conversion/max/exporterguide/samples.htm -%%DATADIR%%/conversion/max/exporterguide/sectors.htm -%%DATADIR%%/conversion/max/exporterguide/sectorsinfo.htm -%%DATADIR%%/conversion/max/exporterguide/terrain.htm -%%DATADIR%%/conversion/max/exporterguide/thinggenmesh.htm -%%DATADIR%%/conversion/max/exportlights.mcr -%%DATADIR%%/conversion/max/exportsprite.mcr -%%DATADIR%%/conversion/max/fixmaterials.mcr -%%DATADIR%%/conversion/max/gmeshskelanim/IPhysique.gup -%%DATADIR%%/conversion/max/gmeshskelanim/README -%%DATADIR%%/conversion/max/gmeshskelanim/export_genmesh_skelanim.mcr -%%DATADIR%%/conversion/max/ps_terrain.materials.txt -%%DATADIR%%/conversion/max/ps_terrain.render.txt -%%DATADIR%%/conversion/max/ps_terrain.shaders.txt -%%DATADIR%%/conversion/max/ps_terrain.textures.txt -%%DATADIR%%/conversion/max/psmaxmenus5.mnu -%%DATADIR%%/conversion/max/sanitycheck.ms -%%DATADIR%%/conversion/max/showMap.mcr -%%DATADIR%%/conversion/maya/CrystalExporter.mel -%%DATADIR%%/conversion/maya/README -%%DATADIR%%/conversion/maya/exportsprite.mel -%%DATADIR%%/conversion/qt2aws/README -%%DATADIR%%/conversion/qt2aws/qt2aws.xsl -%%DATADIR%%/conversion/qt2aws/qt3aws.xsl -%%DATADIR%%/data/aws/Aws2Default.js -%%DATADIR%%/data/aws/ControlBarTest.def -%%DATADIR%%/data/aws/PopupMenuTest.def -%%DATADIR%%/data/aws/PopupMenuTest2.def -%%DATADIR%%/data/aws/XMLInterface.js -%%DATADIR%%/data/aws/awstest.def -%%DATADIR%%/data/aws/awstest.js.def -%%DATADIR%%/data/aws/awstest.xml.def -%%DATADIR%%/data/aws/awstest2.def -%%DATADIR%%/data/aws/awstut.def -%%DATADIR%%/data/aws/buttonTest.def -%%DATADIR%%/data/aws/layoutTest.def -%%DATADIR%%/data/aws/layouts/Horizontal.js -%%DATADIR%%/data/aws/layouts/Layouts.js -%%DATADIR%%/data/aws/layouts/Vertical.js -%%DATADIR%%/data/aws/skins/Amalgam.js -%%DATADIR%%/data/aws/stddlg.def -%%DATADIR%%/data/aws/test.js -%%DATADIR%%/data/aws/widgets/Button.js -%%DATADIR%%/data/aws/widgets/Clock.js -%%DATADIR%%/data/aws/widgets/ComboBox.js -%%DATADIR%%/data/aws/widgets/CheckBox.js -%%DATADIR%%/data/aws/widgets/FileChooser.js -%%DATADIR%%/data/aws/widgets/Frames.js -%%DATADIR%%/data/aws/widgets/Gauge.js -%%DATADIR%%/data/aws/widgets/Image.js -%%DATADIR%%/data/aws/widgets/Label.js -%%DATADIR%%/data/aws/widgets/Listbox.js -%%DATADIR%%/data/aws/widgets/Panel.js -%%DATADIR%%/data/aws/widgets/RadioButton.js -%%DATADIR%%/data/aws/widgets/ResizeKnob.js -%%DATADIR%%/data/aws/widgets/ScrollBar.js -%%DATADIR%%/data/aws/widgets/Slider.js -%%DATADIR%%/data/aws/widgets/StatusBar.js -%%DATADIR%%/data/aws/widgets/Styles.js -%%DATADIR%%/data/aws/widgets/Support.js -%%DATADIR%%/data/aws/widgets/TextBox.js -%%DATADIR%%/data/aws/widgets/TitleBar.js -%%DATADIR%%/data/aws/widgets/ToolTip.js -%%DATADIR%%/data/aws/widgets/Widgets.js -%%DATADIR%%/data/aws/widgets/Window.js -%%DATADIR%%/data/aws/windowTest.def -%%DATADIR%%/data/aws/windows_skin.def -%%DATADIR%%/data/awsdef.zip -%%DATADIR%%/data/ceguitest/Falagard.xsd -%%DATADIR%%/data/ceguitest/Falagard.xsx -%%DATADIR%%/data/ceguitest/GUILayout.xsd -%%DATADIR%%/data/ceguitest/GUIScheme.xsd -%%DATADIR%%/data/ceguitest/GUIScheme.xsx -%%DATADIR%%/data/ceguitest/Imageset.xsd -%%DATADIR%%/data/ceguitest/ice.imageset -%%DATADIR%%/data/ceguitest/ice.layout -%%DATADIR%%/data/ceguitest/ice.looknfeel -%%DATADIR%%/data/ceguitest/ice.png -%%DATADIR%%/data/ceguitest/ice.scheme -%%DATADIR%%/data/ceguitest/ice.svg -%%DATADIR%%/data/cube/cubemap_bk.jpg -%%DATADIR%%/data/cube/cubemap_dn.jpg -%%DATADIR%%/data/cube/cubemap_fr.jpg -%%DATADIR%%/data/cube/cubemap_lf.jpg -%%DATADIR%%/data/cube/cubemap_rt.jpg -%%DATADIR%%/data/cube/cubemap_up.jpg -%%DATADIR%%/data/fancycon.zip -%%DATADIR%%/data/maps/flarge/cube_street.dds -%%DATADIR%%/data/maps/flarge/christmasTree.png -%%DATADIR%%/data/maps/flarge/factories/thingCircle -%%DATADIR%%/data/maps/flarge/factories/thingCircle.006 -%%DATADIR%%/data/maps/flarge/factories/thingCircle.007 -%%DATADIR%%/data/maps/flarge/factories/thingCircle.008 -%%DATADIR%%/data/maps/flarge/factories/thingPlane.004 -%%DATADIR%%/data/maps/flarge/factories/thingPlane.012 -%%DATADIR%%/data/maps/flarge/factories/thingPlane.013 -%%DATADIR%%/data/maps/flarge/factories/thingPlane.014 -%%DATADIR%%/data/maps/flarge/factories/thingPlane.025 -%%DATADIR%%/data/maps/flarge/factories/thingPlane.057 -%%DATADIR%%/data/maps/flarge/factories/thingPlane.058 -%%DATADIR%%/data/maps/flarge/factories/thingPlane.059 -%%DATADIR%%/data/maps/flarge/factories/thingPlane.060 -%%DATADIR%%/data/maps/flarge/mosaic-detail.dds -%%DATADIR%%/data/maps/flarge/oldbrick_h.png -%%DATADIR%%/data/maps/flarge/world -%%DATADIR%%/data/maps/isomap/vedette.spr -%%DATADIR%%/data/maps/isomap/world -%%DATADIR%%/data/maps/parallaxtest/box.jpg -%%DATADIR%%/data/maps/parallaxtest/boxh.jpg -%%DATADIR%%/data/maps/parallaxtest/boxn.jpg -%%DATADIR%%/data/maps/parallaxtest/boxn.png -%%DATADIR%%/data/maps/parallaxtest/floor.jpg -%%DATADIR%%/data/maps/parallaxtest/walls.jpg -%%DATADIR%%/data/maps/parallaxtest/world -%%DATADIR%%/data/maps/particles/dot.png -%%DATADIR%%/data/maps/particles/world -%%DATADIR%%/data/maps/partsys/world -%%DATADIR%%/data/maps/r3dtest/world -%%DATADIR%%/data/maps/stenciltest/bricks.png -%%DATADIR%%/data/maps/stenciltest/bricks_n.png -%%DATADIR%%/data/maps/stenciltest/world -%%DATADIR%%/data/maps/terrain/grass.png -%%DATADIR%%/data/maps/terrain/grassDOT3.png -%%DATADIR%%/data/maps/terrain/heightmap.png -%%DATADIR%%/data/maps/terrain/heightmap_257x257.png -%%DATADIR%%/data/maps/terrain/materialmap.png -%%DATADIR%%/data/maps/terrain/materialmap_base.png -%%DATADIR%%/data/maps/terrain/normalmap.png -%%DATADIR%%/data/maps/terrain/swiss1_b.jpg -%%DATADIR%%/data/maps/terrain/swiss1_d.jpg -%%DATADIR%%/data/maps/terrain/swiss1_f.jpg -%%DATADIR%%/data/maps/terrain/swiss1_l.jpg -%%DATADIR%%/data/maps/terrain/swiss1_r.jpg -%%DATADIR%%/data/maps/terrain/swiss1_u.jpg -%%DATADIR%%/data/maps/terrain/world -%%DATADIR%%/data/maps/terrainf/bark.png -%%DATADIR%%/data/maps/terrainf/branch.png -%%DATADIR%%/data/maps/terrainf/bush2.lib -%%DATADIR%%/data/maps/terrainf/clouddome.jpg -%%DATADIR%%/data/maps/terrainf/grass.dds -%%DATADIR%%/data/maps/terrainf/grass.lib -%%DATADIR%%/data/maps/terrainf/rock.lib -%%DATADIR%%/data/maps/terrainf/rocky_surface.jpg -%%DATADIR%%/data/maps/terrainf/sage2.png -%%DATADIR%%/data/maps/terrainf/skybox_b.jpg -%%DATADIR%%/data/maps/terrainf/skybox_d.jpg -%%DATADIR%%/data/maps/terrainf/skybox_f.jpg -%%DATADIR%%/data/maps/terrainf/skybox_l.jpg -%%DATADIR%%/data/maps/terrainf/skybox_r.jpg -%%DATADIR%%/data/maps/terrainf/skybox_u.jpg -%%DATADIR%%/data/maps/terrainf/tree.lib -%%DATADIR%%/data/maps/terrainf/tree_skimp.lib -%%DATADIR%%/data/maps/terrainf/treebark_bare.lib -%%DATADIR%%/data/maps/terrainf/world -%%DATADIR%%/data/shader/ambient.avp -%%DATADIR%%/data/shader/ambient.fvp -%%DATADIR%%/data/shader/ambient.xml -%%DATADIR%%/data/shader/bump_ppl_diffuse.avp -%%DATADIR%%/data/shader/bump_ppl_diffuse_a.avp -%%DATADIR%%/data/shader/bump_ppl_diffuse_a_2tu.avp -%%DATADIR%%/data/shader/bump_ppl_diffuse_attn.avp -%%DATADIR%%/data/shader/bump_ppl_diffuse_attn2.avp -%%DATADIR%%/data/shader/bump_ppl_scatter.avp -%%DATADIR%%/data/shader/bump_ppl_scatter_b.avp -%%DATADIR%%/data/shader/cg_vertexlight.xml -%%DATADIR%%/data/shader/compressed_splatting_scattering.avp -%%DATADIR%%/data/shader/compressed_splatting_scattering_a.avp -%%DATADIR%%/data/shader/character/character.cgvp -%%DATADIR%%/data/shader/character/character.xml -%%DATADIR%%/data/shader/character/character_bump.cgvp -%%DATADIR%%/data/shader/character/character_bump.xml -%%DATADIR%%/data/shader/flat_ppl_attenuation.avp -%%DATADIR%%/data/shader/flat_ppl_attenuation2.avp -%%DATADIR%%/data/shader/flat_ppl_diffuse.avp -%%DATADIR%%/data/shader/flat_ppl_diffuse_a.avp -%%DATADIR%%/data/shader/flat_ppl_diffuse_b.avp -%%DATADIR%%/data/shader/fog/cg-sectorfog.cginc -%%DATADIR%%/data/shader/fog/cg-sectorfog.inc -%%DATADIR%%/data/shader/light.xml -%%DATADIR%%/data/shader/light2.xml -%%DATADIR%%/data/shader/light_bumpmap.xml -%%DATADIR%%/data/shader/light_bumpmap2.xml -%%DATADIR%%/data/shader/light_projection_bumpmap.xml -%%DATADIR%%/data/shader/light_scattering.xml -%%DATADIR%%/data/shader/lighting/cg-light-classic.cginc -%%DATADIR%%/data/shader/lighting/cg-light-classic.inc -%%DATADIR%%/data/shader/parallax/parallax.afp -%%DATADIR%%/data/shader/parallax/parallax.avp -%%DATADIR%%/data/shader/parallax/parallax.cgfp -%%DATADIR%%/data/shader/parallax/parallax.cgvp -%%DATADIR%%/data/shader/parallax/parallax.xml -%%DATADIR%%/data/shader/particle_basic.xml -%%DATADIR%%/data/shader/reflect.xml -%%DATADIR%%/data/shader/reflectsphere.xml -%%DATADIR%%/data/shader/scattering.avp -%%DATADIR%%/data/shader/scattering_base.afp -%%DATADIR%%/data/shader/shadow.xml -%%DATADIR%%/data/shader/shadow2.xml -%%DATADIR%%/data/shader/shadowdebug.xml -%%DATADIR%%/data/shader/shadowextrude.avp -%%DATADIR%%/data/shader/shadowextrude2.avp -%%DATADIR%%/data/shader/shadowmap/distance.cgfp -%%DATADIR%%/data/shader/shadowmap/distance.cgvp -%%DATADIR%%/data/shader/shadowmap/distance.xml -%%DATADIR%%/data/shader/shadowmap/shadowmap.cgfp -%%DATADIR%%/data/shader/shadowmap/shadowmap.cgvp -%%DATADIR%%/data/shader/shadowmap/shadowmap.xml -%%DATADIR%%/data/shader/sky_scattering.xml -%%DATADIR%%/data/shader/snippets/cg-base.inc -%%DATADIR%%/data/shader/snippets/cg-i-surface.cginc -%%DATADIR%%/data/shader/snippets/fog-ffp.inc -%%DATADIR%%/data/shader/snippets/fog-fvp.inc -%%DATADIR%%/data/shader/snippets/fog-mappings.inc -%%DATADIR%%/data/shader/snippets/fog-pass.inc -%%DATADIR%%/data/shader/snippets/projection-pass.inc -%%DATADIR%%/data/shader/snippets/std_lighting-pass.inc -%%DATADIR%%/data/shader/snippets/std_lighting.cscg -%%DATADIR%%/data/shader/specular/bump.cgvp -%%DATADIR%%/data/shader/specular/light_spec_bumpmap.xml -%%DATADIR%%/data/shader/specular/specular.cgfp -%%DATADIR%%/data/shader/splatting_amb.avp -%%DATADIR%%/data/shader/splatting_amb.xml -%%DATADIR%%/data/shader/splatting_base.avp -%%DATADIR%%/data/shader/splatting_base.xml -%%DATADIR%%/data/shader/splatting_base_b.avp -%%DATADIR%%/data/shader/splatting_bump.avp -%%DATADIR%%/data/shader/splatting_bump.xml -%%DATADIR%%/data/shader/splatting_bump_a.avp -%%DATADIR%%/data/shader/splatting_bump_b.avp -%%DATADIR%%/data/shader/splatting_nobump.avp -%%DATADIR%%/data/shader/splatting_scattering.avp -%%DATADIR%%/data/shader/splatting_scattering.xml -%%DATADIR%%/data/shader/splatting_scattering_a.avp -%%DATADIR%%/data/shader/splatting_scattering_b.avp -%%DATADIR%%/data/shader/splatting_scattering_base.avp -%%DATADIR%%/data/shader/splatting_scattering_base.xml -%%DATADIR%%/data/shader/splatting_scattering_base_b.avp -%%DATADIR%%/data/shader/stat_dyn_reflect.xml -%%DATADIR%%/data/shader/std_lighting.xml -%%DATADIR%%/data/shader/std_lighting_detail.xml -%%DATADIR%%/data/shader/std_lighting_detail_add.xml -%%DATADIR%%/data/shader/std_lighting_detail_alpha.xml -%%DATADIR%%/data/shader/std_lighting_detail_alpha_scroll.xml -%%DATADIR%%/data/shader/std_lighting_fixed.xml -%%DATADIR%%/data/shader/std_lighting_nofog.xml -%%DATADIR%%/data/shader/std_lighting_portal.xml -%%DATADIR%%/data/shader/std_rloop_ambient.xml -%%DATADIR%%/data/shader/std_rloop_diffuse.xml -%%DATADIR%%/data/shader/std_rloop_fat_vproc_all.xml -%%DATADIR%%/data/shader/std_rloop_fattest.xml -%%DATADIR%%/data/shader/std_rloop_fattest2.xml -%%DATADIR%%/data/shader/std_rloop_fattest3.xml -%%DATADIR%%/data/shader/std_rloop_shadowed.xml -%%DATADIR%%/data/shader/std_rloop_shadowed2.xml -%%DATADIR%%/data/shader/std_rloop_shadowmap.xml -%%DATADIR%%/data/shader/std_rloop_standard.xml -%%DATADIR%%/data/shader/std_rloop_terrain.xml -%%DATADIR%%/data/shader/std_rloop_terrainfixed.xml -%%DATADIR%%/data/shader/surface/cg-parallax.cginc -%%DATADIR%%/data/shader/surface/cg-parallax.inc -%%DATADIR%%/data/shader/surface/cg-surface-classic.cginc -%%DATADIR%%/data/shader/surface/cg-surface-classic.inc -%%DATADIR%%/data/shader/terrain_fixed_base.xml -%%DATADIR%%/data/shader/terrain_fixed_splatting.xml -%%DATADIR%%/data/shader/vertexlight.avp -%%DATADIR%%/data/shader/vertexlight.fvp -%%DATADIR%%/data/shader/water.xml -%%DATADIR%%/data/standard.zip -%%DATADIR%%/data/startme.zip -%%DATADIR%%/data/stdtex.zip -%%DATADIR%%/data/teapot.zip -%%DATADIR%%/data/ttf-dejavu.zip -%%DATADIR%%/data/ttf-vera.zip -%%DATADIR%%/data/unifont.zip -%%DATADIR%%/data/varia/partedit.def -%%DATADIR%%/data/varia/picview.def -%%DATADIR%%/data/varia/vidprefs.def -%%DATADIR%%/data/varia/viewmesh.def -%%DATADIR%%/data/varia/walktest.cam -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/history.old -%%PORTDOCS%%%%DOCSDIR%%/history.txt -%%PORTDOCS%%%%DOCSDIR%%/html/manual/build/platform/win32/cygwin/cygshot1.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/build/platform/win32/cygwin/cygshot2.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/build/platform/win32/cygwin/cygshot3.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/build/platform/win32/cygwin/cygshot4.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/build/platform/win32/cygwin/cygshot5.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/build/platform/win32/cygwin/cygshot6.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/build/platform/win32/cygwin/cygshot7.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/build/platform/win32/cygwin/cygshot8.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/build/platform/win32/cygwin/cygshot9.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/content/sprites/cylinder.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/content/sprites/skin.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/content/sprites/split.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/content/sprites/unseamly.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_1.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_1.10.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_1.11.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_1.12.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_1.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_1.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_1.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_1.5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_1.6.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_1.7.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_1.8.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_1.9.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_2.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_2.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_2.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_2.4.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_2.4.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_2.4.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_2.4.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_2.4.5.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_2.4.5.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_2.4.5.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_2.4.5.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_2.4.5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_2.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_2.5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_2.6.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_3.1.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_3.1.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_3.1.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_3.1.4.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_3.1.4.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_3.1.4.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_3.1.4.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_3.1.4.5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_3.1.4.6.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_3.1.4.7.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_3.1.4.8.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_3.1.4.9.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_3.1.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_3.1.5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_3.1.6.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_3.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_3.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.1.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.1.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.1.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.1.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.1.5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.1.6.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.10.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.10.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.10.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.11.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.11.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.11.3.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.11.3.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.11.3.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.11.3.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.11.3.5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.11.3.6.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.11.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.11.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.11.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.12.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.12.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.12.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.13.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.13.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.13.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.14.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.14.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.14.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.14.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.14.5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.14.6.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.14.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.15.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.15.2.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.15.2.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.15.2.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.15.2.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.15.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.15.3.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.15.3.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.15.3.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.15.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.15.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.15.5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.15.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.16.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.16.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.16.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.17.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.17.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.17.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.17.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.17.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.10.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.11.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.11.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.11.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.11.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.11.5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.11.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.3.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.3.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.3.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.5.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.5.10.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.5.11.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.5.12.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.5.13.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.5.14.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.5.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.5.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.5.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.5.5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.5.6.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.5.7.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.5.8.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.5.9.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.6.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.7.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.8.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.9.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.18.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.19.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.19.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.19.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.19.4.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.19.4.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.19.4.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.19.4.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.19.4.5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.19.4.6.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.19.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.19.5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.19.6.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.19.7.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.19.8.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.19.9.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.19.9.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.19.9.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.19.9.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.19.9.5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.19.9.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.19.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.2.1.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.2.1.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.2.1.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.2.1.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.2.1.5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.2.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.2.2.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.2.2.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.2.2.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.2.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.2.3.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.2.3.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.2.3.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.2.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.2.4.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.2.4.10.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.2.4.11.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.2.4.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.2.4.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.2.4.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.2.4.5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.2.4.6.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.2.4.7.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.2.4.8.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.2.4.9.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.2.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.20.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.21.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.21.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.21.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.21.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.21.5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.21.6.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.21.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.22.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.22.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.22.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.22.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.3.1.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.3.1.10.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.3.1.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.3.1.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.3.1.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.3.1.5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.3.1.6.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.3.1.7.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.3.1.8.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.3.1.9.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.3.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.3.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.3.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.4.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.4.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.4.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.4.4.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.4.4.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.4.4.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.4.4.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.4.4.5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.4.4.6.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.4.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.5.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.5.2.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.5.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.6.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.6.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.6.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.7.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.7.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.7.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.7.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.8.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.8.10.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.8.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.8.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.8.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.8.5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.8.6.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.8.7.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.8.8.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.8.8.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.8.8.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.8.8.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.8.8.5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.8.8.6.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.8.8.7.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.8.8.8.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.8.8.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.8.9.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.8.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.9.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.9.10.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.9.11.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.9.12.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.9.13.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.9.14.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.9.15.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.9.16.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.9.17.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.9.18.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.9.19.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.9.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.9.20.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.9.21.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.9.22.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.9.23.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.9.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.9.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.9.5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.9.6.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.9.7.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.9.8.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.9.9.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.9.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_5.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_5.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_5.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_5.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_5.5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_5.6.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_5.7.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_5.7.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_5.7.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_5.7.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_6.1.1.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_6.1.1.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_6.1.1.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_6.1.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_6.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_6.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_6.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_6.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_6.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_7.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_7.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_7.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_7.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_7.5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_7.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_A.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_B.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.1.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.1.10.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.1.11.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.1.12.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.1.13.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.1.14.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.1.15.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.1.16.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.1.17.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.1.18.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.1.19.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.1.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.1.20.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.1.21.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.1.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.1.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.1.5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.1.6.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.1.7.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.1.8.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.1.9.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.4.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.5.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.6.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.7.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.8.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_C.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_D.1.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_D.1.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_D.1.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_D.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_D.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_D.3.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_D.3.2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_D.3.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_D.3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_D.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_INDEX0.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_INDEX1.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_INDEX2.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_INDEX3.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_Index.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_abt.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_ovr.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/cs_toc.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/index.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/engine/portal1.png -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/engine/portal2.png -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/engine/thing.png -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/lighting/light1.png -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/lighting/light2.png -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/ownprojects/kdevproj/snap0.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/ownprojects/kdevproj/snap1.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/ownprojects/kdevproj/snap2.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/ownprojects/kdevproj/snap3.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/ownprojects/kdevproj/snap4.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/ownprojects/kdevproj/snap5.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/ownprojects/kdevproj/snap6.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/ownprojects/kdevproj/snap7.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/ownprojects/kdevproj/snap8.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap0.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap1.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap10.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap11.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap12.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap13.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap14.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap15.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap16.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap2.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap3.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap4.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap5.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap6.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap7.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap8.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap9.jpg -@dirrm etc/crystalspace -@dirrm include/crystalspace/iutil -@dirrm include/crystalspace/cstool -@dirrm include/crystalspace/imesh -@dirrm include/crystalspace/ivaria -@dirrm include/crystalspace/csgeom -@dirrm include/crystalspace/iengine/rendersteps -@dirrm include/crystalspace/iengine -@dirrm include/crystalspace/imap -@dirrm include/crystalspace/igeom -@dirrm include/crystalspace/csplugincommon/directx -@dirrm include/crystalspace/csplugincommon/particlesys -@dirrm include/crystalspace/csplugincommon/softshader -@dirrm include/crystalspace/csplugincommon/win32 -@dirrm include/crystalspace/csplugincommon/sndsys -@dirrm include/crystalspace/csplugincommon/opengl -@dirrm include/crystalspace/csplugincommon/render3d -@dirrm include/crystalspace/csplugincommon/shader -@dirrm include/crystalspace/csplugincommon/imageloader -@dirrm include/crystalspace/csplugincommon/macosx -@dirrm include/crystalspace/csplugincommon/canvas -@dirrm include/crystalspace/csplugincommon/renderstep -@dirrm include/crystalspace/csplugincommon/iopengl -@dirrm include/crystalspace/csplugincommon -@dirrm include/crystalspace/iaws -@dirrm include/crystalspace/csutil/unix -@dirrm include/crystalspace/csutil/win32 -@dirrm include/crystalspace/csutil/macosx -@dirrm include/crystalspace/csutil -@dirrm include/crystalspace/itexture -@dirrm include/crystalspace/csgfx -@dirrm include/crystalspace/igraphic -@dirrm include/crystalspace/ivideo/shader -@dirrm include/crystalspace/ivideo -@dirrm include/crystalspace/isndsys -@dirrm include/crystalspace -@dirrm lib/crystalspace -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/manual/content/sprites -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/manual/content -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/manual/build/platform/win32/cygwin -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/manual/build/platform/win32 -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/manual/build/platform -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/manual/build -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/manual/usingcs/engine -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/manual/usingcs/lighting -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/manual/usingcs/ownprojects/kdevproj -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/manual/usingcs/ownprojects -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/manual/usingcs -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/manual -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/bindings/python -@dirrm %%DATADIR%%/bindings/java -@dirrm %%DATADIR%%/bindings -@dirrm %%DATADIR%%/build/autoconf -@dirrm %%DATADIR%%/build/jam -@dirrm %%DATADIR%%/build/msvcgen -@dirrm %%DATADIR%%/build/jamtemplate -@dirrm %%DATADIR%%/build/maketemplate -@dirrm %%DATADIR%%/build -@dirrm %%DATADIR%%/data/maps/isomap -@dirrm %%DATADIR%%/data/maps/parallaxtest -@dirrm %%DATADIR%%/data/maps/particles -@dirrm %%DATADIR%%/data/maps/partsys -@dirrm %%DATADIR%%/data/maps/r3dtest -@dirrm %%DATADIR%%/data/maps/stenciltest -@dirrm %%DATADIR%%/data/maps/terrain -@dirrm %%DATADIR%%/data/maps/terrainf -@dirrm %%DATADIR%%/data/maps/flarge/factories -@dirrm %%DATADIR%%/data/maps/flarge -@dirrm %%DATADIR%%/data/maps -@dirrm %%DATADIR%%/data/aws/widgets -@dirrm %%DATADIR%%/data/aws/skins -@dirrm %%DATADIR%%/data/aws/layouts -@dirrm %%DATADIR%%/data/aws -@dirrm %%DATADIR%%/data/ceguitest -@dirrm %%DATADIR%%/data/cube -@dirrm %%DATADIR%%/data/shader/surface -@dirrm %%DATADIR%%/data/shader/fog -@dirrm %%DATADIR%%/data/shader/lighting -@dirrm %%DATADIR%%/data/shader/parallax -@dirrm %%DATADIR%%/data/shader/specular -@dirrm %%DATADIR%%/data/shader/snippets -@dirrm %%DATADIR%%/data/shader/character -@dirrm %%DATADIR%%/data/shader/shadowmap -@dirrm %%DATADIR%%/data/shader -@dirrm %%DATADIR%%/data/varia -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%%/conversion/hammer -@dirrm %%DATADIR%%/conversion/max/exporterguide/pictures -@dirrm %%DATADIR%%/conversion/max/exporterguide -@dirrm %%DATADIR%%/conversion/max/gmeshskelanim -@dirrm %%DATADIR%%/conversion/max -@dirrm %%DATADIR%%/conversion/maya -@dirrm %%DATADIR%%/conversion/qt2aws -@dirrm %%DATADIR%%/conversion -@dirrm %%DATADIR%% diff --git a/graphics/crystalspace/Makefile b/graphics/crystalspace/Makefile deleted file mode 100644 index b18adae77..000000000 --- a/graphics/crystalspace/Makefile +++ /dev/null @@ -1,189 +0,0 @@ -# New ports collection makefile for: Crystal Space 3d -# Date created: 2005-11-19 -# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> -# -# $FreeBSD$ -# - -PORTNAME= crystalspace -PORTVERSION= 0.99 -PORTREVISION= 9 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= crystal -DISTNAME= cs-pseudo-stable-2006-01-27 -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= acm@FreeBSD.org -COMMENT= Free and portable 3D Game Development Kit - -BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm \ - swig:${PORTSDIR}/devel/swig13 \ - jam:${PORTSDIR}/devel/jam -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - aa.1:${PORTSDIR}/graphics/aalib \ - openal.0:${PORTSDIR}/audio/openal \ - alut.1:${PORTSDIR}/audio/freealut \ - CEGUIBase.0:${PORTSDIR}/graphics/cegui - -CONFLICTS= crystalspace-devel-[0-9]* - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GCC= 3.4+ -USE_GL= yes -LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} -CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -MAKE_ENV= CC="${CC}" CFLAGS="${CFLAGS} ${CXX}" \ - CPPFLAGS="${CPPFLAGS} "LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS+= --enable-cpu-specific-optimizations=no \ - --disable-make-emulation \ - --prefix=${PREFIX} -DOCSDIR= share/doc/${PORTNAME}-${PORTVERSION} -WRKSRC= ${WRKDIR}/CS - -JAM_CMD= ${LOCALBASE}/bin/jam -JAM_ARGS= -qa - -OPTIONS= DEBUG "Build with debugging information" off \ - PYTHON "PYTHON interface" on \ - PERL "PERL interface" on \ - LCMS "Little Color Management System support" on \ - MNG "MNG/JNG graphic files support" on \ - MIKMOD "MIKMOD support" on \ - VORBIS "Ogg/Vorbis sound plugin support" on \ - 3DS "3DS files support" on \ - ODE "Plugin providing physics through ODE" on \ - FREETYPE2 "FREETYPE2 support" on \ - CAL3D "Skeletal based 3D character animation support" on \ - SDL "SDL support" on \ - CACA "LIBCACA support" on \ - CPPUNIT "The C++ Unit Test Library" on \ - BFD "Universal BFD library from the GNU binutils" on - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 -.endif - -.if !defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug=no -.else -CONFIGURE_ARGS+= --enable-debug=yes -.endif - -.if !defined(WITHOUT_PYTHON) -USE_PYTHON= yes -.include <${PORTSDIR}/Mk/bsd.python.mk> -.else -CONFIGURE_ARGS+= --without-python -.endif - -.if !defined(WITHOUT_PERL) -USE_PERL5= yes -.else -CONFIGURE_ARGS+= --without-perl -.endif - -.if !defined(WITHOUT_LCMS) -LIB_DEPENDS+= lcms.1:${PORTSDIR}/graphics/lcms -.else -CONFIGURE_ARGS+= --without-lcms -.endif - -.if !defined(WITHOUT_MNG) -LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng -.else -CONFIGURE_ARGS+= --without-mng -.endif - -.if !defined(WITHOUT_MIKMOD) -LIB_DEPENDS+= mikmod.2:${PORTSDIR}/audio/libmikmod -.else -CONFIGURE_ARGS+= --without-mikmod -.endif - -.if !defined(WITHOUT_VORBIS) -LIB_DEPENDS+= vorbis:${PORTSDIR}/audio/libvorbis -.else -CONFIGURE_ARGS+= --without-ogg \ - --without-vorbis -.endif - -.if !defined(WITHOUT_3DS) -LIB_DEPENDS+= 3ds.1:${PORTSDIR}/graphics/lib3ds -.else -CONFIGURE_ARGS+= --without-3ds -.endif - -.if !defined(WITHOUT_ODE) -BUILD_DEPENDS+= ${X11BASE}/lib/libode.a:${PORTSDIR}/devel/ode -CONFIGURE_ARGS+= --with-ode=${X11BASE} -.else -CONFIGURE_ARGS+= --without-ode -.endif - -.if !defined(WITHOUT_FREETYPE2) -LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 -.else -CONFIGURE_ARGS+= --without-freetype2 -.endif - -.if !defined(WITHOUT_CAL3D) -LIB_DEPENDS+= cal3d.12:${PORTSDIR}/graphics/cal3d -.else -CONFIGURE_ARGS+= --without-cal3d -.endif - -.if !defined(WITHOUT_SDL) -USE_SDL= sdl -.else -CONFIGURE_ARGS+= --without-sdl -.endif - -.if !defined(WITHOUT_CACA) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libcaca.a:${PORTSDIR}/graphics/libcaca -.else -CONFIGURE_ARGS+= --without-caca -.endif - -.if !defined(WITHOUT_CPPUNIT) -LIB_DEPENDS+= cppunit-1.10:${PORTSDIR}/devel/cppunit -.else -CONFIGURE_ARGS+= --without-cppunit -.endif - -.if !defined(WITHOUT_BFD) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/libbfd -.else -CONFIGURE_ARGS+= --without-bfd -.endif - -pre-configure: - @${REINPLACE_CMD} -e 's,sdl-config,${SDL_CONFIG:T},g; \ - s,86\*),86\*|amd64|ia64),' ${WRKSRC}/configure - -post-configure: - @${REINPLACE_CMD} -i "" -e 's|-lcaca|-lcaca_pic|g' ${WRKSRC}/Jamconfig -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 42,44d ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e 26d ${WRKSRC}/Jamfile - @${REINPLACE_CMD} -e 79d ${WRKSRC}/Jamfile -.endif - -do-build: - @cd ${WRKSRC} && \ - ${SETENV} ${MAKE_ENV} ${JAM_CMD} ${JAM_ARGS} - -do-install: - @cd ${WRKSRC} && \ - ${JAM_CMD} install - -.include <bsd.port.post.mk> diff --git a/graphics/crystalspace/distinfo b/graphics/crystalspace/distinfo deleted file mode 100644 index 6d2635366..000000000 --- a/graphics/crystalspace/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (crystalspace/cs-pseudo-stable-2006-01-27.tar.bz2) = 2586e7e0a76a00b47158f5321b9635d5 -SHA256 (crystalspace/cs-pseudo-stable-2006-01-27.tar.bz2) = 68c0bb9ec56506abb63b449ddc582b0b348f39bbd409e287f4b2d2b37c9c1935 -SIZE (crystalspace/cs-pseudo-stable-2006-01-27.tar.bz2) = 27982298 diff --git a/graphics/crystalspace/files/patch-configure b/graphics/crystalspace/files/patch-configure deleted file mode 100644 index 26e7850c4..000000000 --- a/graphics/crystalspace/files/patch-configure +++ /dev/null @@ -1,18 +0,0 @@ ---- configure.orig Tue Oct 10 17:24:44 2006 -+++ configure Tue Oct 10 17:29:10 2006 -@@ -39605,7 +39605,6 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - #include <ft2build.h> -- #include FT_INTERNAL_OBJECTS_H - #include FT_FREETYPE_H - #include FT_GLYPH_H - #include FT_MODULE_H -@@ -39760,7 +39759,6 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - #include <ft2build.h> -- #include FT_INTERNAL_OBJECTS_H - #include FT_FREETYPE_H - #include FT_GLYPH_H - #include FT_MODULE_H diff --git a/graphics/crystalspace/files/patch-plugins-mesh-sprcal3d-object_sprcal3d.cpp b/graphics/crystalspace/files/patch-plugins-mesh-sprcal3d-object_sprcal3d.cpp deleted file mode 100644 index 0f1031994..000000000 --- a/graphics/crystalspace/files/patch-plugins-mesh-sprcal3d-object_sprcal3d.cpp +++ /dev/null @@ -1,75 +0,0 @@ ---- plugins/mesh/sprcal3d/object/sprcal3d.cpp Wed Aug 16 10:45:55 2006 -+++ plugins/mesh/sprcal3d/object/sprcal3d.cpp Wed Aug 16 23:34:50 2006 -@@ -53,6 +53,8 @@ - - - #include "sprcal3d.h" -+#include <cal3d/coretrack.h> -+#include <cal3d/corekeyframe.h> - - // STL include required by cal3d - #include <string> -@@ -657,10 +659,12 @@ - ->getVectorCoreBone(); - - // loop through all root core bones -- std::list<int>::iterator iteratorRootCoreBoneId; -- for (iteratorRootCoreBoneId = pCoreSkeleton->getListRootCoreBoneId().begin() -- ; iteratorRootCoreBoneId != pCoreSkeleton->getListRootCoreBoneId().end() -- ; ++iteratorRootCoreBoneId) -+ std::vector<int>& rootCoreBones = -+ pCoreSkeleton->getVectorRootCoreBoneId(); -+ std::vector<int>::iterator iteratorRootCoreBoneId; -+ for (iteratorRootCoreBoneId = rootCoreBones.begin(); -+ iteratorRootCoreBoneId != rootCoreBones.end(); -+ ++iteratorRootCoreBoneId) - { - CalCoreBone *bone = vectorCoreBone[*iteratorRootCoreBoneId]; - CalQuaternion bonerot = bone->getRotation(); -@@ -677,32 +681,25 @@ - { - CalCoreAnimation *anim = calCoreModel.getCoreAnimation(i); - if (!anim) continue; -- -- const uint trackCount = anim->getTrackCount(); -- std::vector<CalTransform> poses = anim->getPoses(); -- const uint frameCount = (uint)poses.size() / trackCount; -- - // loop through all root core bones -- std::list<int>::iterator iteratorRootCoreBoneId; -- for (iteratorRootCoreBoneId = pCoreSkeleton->getListRootCoreBoneId().begin() -- ; iteratorRootCoreBoneId != pCoreSkeleton->getListRootCoreBoneId().end() -- ; ++iteratorRootCoreBoneId) -+ for (iteratorRootCoreBoneId = rootCoreBones.begin(); -+ iteratorRootCoreBoneId != rootCoreBones.end(); -+ ++iteratorRootCoreBoneId) - { -- int boneTrack = anim->getTrackAssignment (*iteratorRootCoreBoneId); -- if (boneTrack < 0) continue; -- for (uint j = 0; j < frameCount; j++) -+ CalCoreTrack *track = anim->getCoreTrack(*iteratorRootCoreBoneId); -+ if (!track) continue; -+ for (int j=0; j<track->getCoreKeyframeCount(); j++) - { -- CalTransform& tf = poses[j * trackCount + boneTrack]; -- CalQuaternion bonerot = tf.getRotation(); -- CalVector bonevec = tf.getTranslation(); -- bonerot *= quatrot; -- bonevec *= quatrot; -- bonevec += translation; -- tf.setRotation (bonerot); -- tf.setTranslation (bonevec); -+ CalCoreKeyframe *frame = track->getCoreKeyframe(j); -+ CalQuaternion bonerot = frame->getRotation(); -+ CalVector bonevec = frame->getTranslation(); -+ bonerot *= quatrot; -+ bonevec *= quatrot; -+ bonevec += translation; -+ frame->setRotation(bonerot); -+ frame->setTranslation(bonevec); - } - } -- anim->setPoses (poses, trackCount); - } - // calCoreModel.getCoreSkeleton()->calculateBoundingBoxes(&calCoreModel); - } diff --git a/graphics/crystalspace/files/patch-plugins_font_server_freefnt2_freefnt2.cpp b/graphics/crystalspace/files/patch-plugins_font_server_freefnt2_freefnt2.cpp deleted file mode 100644 index ef9cf0e13..000000000 --- a/graphics/crystalspace/files/patch-plugins_font_server_freefnt2_freefnt2.cpp +++ /dev/null @@ -1,215 +0,0 @@ ---- plugins/font/server/freefnt2/freefnt2.cpp.orig Tue Oct 10 17:29:34 2006 -+++ plugins/font/server/freefnt2/freefnt2.cpp Tue Oct 10 17:36:40 2006 -@@ -29,10 +29,12 @@ - #include "iutil/eventh.h" - #include "iutil/comp.h" - #include <ft2build.h> --#include FT_INTERNAL_OBJECTS_H - #include FT_FREETYPE_H - #include FT_GLYPH_H - #include FT_MODULE_H -+#include FT_SIZES_H -+#include FT_OUTLINE_H -+ - #include "freefnt2.h" - - CS_IMPLEMENT_PLUGIN -@@ -370,6 +372,20 @@ - return true; - } - -+static void GridFitCbox (FT_BBox& cbox, FT_UInt& glyphW, FT_UInt& glyphH) -+{ -+ /* compute the control box, and grid fit it */ -+#define FT_PIX_FLOOR( x ) ( (x) & ~63 ) -+#define FT_PIX_CEIL( x ) FT_PIX_FLOOR( (x) + 63 ) -+ cbox.xMin = FT_PIX_FLOOR( cbox.xMin ); -+ cbox.yMin = FT_PIX_FLOOR( cbox.yMin ); -+ cbox.xMax = FT_PIX_CEIL( cbox.xMax ); -+ cbox.yMax = FT_PIX_CEIL( cbox.yMax ); -+ -+ glyphW = (FT_UInt)( ( cbox.xMax - cbox.xMin ) >> 6 ); -+ glyphH = (FT_UInt)( ( cbox.yMax - cbox.yMin ) >> 6 ); -+} -+ - csPtr<iDataBuffer> csFreeType2Font::GetGlyphBitmap (utf32_char c, - csBitmapMetrics& metrics) - { -@@ -379,37 +395,65 @@ - if ((c != CS_FONT_DEFAULT_GLYPH) && (ci == 0)) return 0; - - if (server->FreetypeError (FT_Load_Glyph (face->face, ci, -- FT_LOAD_RENDER | FT_LOAD_MONOCHROME | FT_LOAD_TARGET_MONO), -+ FT_LOAD_MONOCHROME | FT_LOAD_TARGET_MONO), - "Could not load glyph %u for %s", ci, name)) - { - return 0; - } - -- int stride = (face->face->glyph->bitmap.width + 7) / 8; -+ /* Work around an FT2.2.1 issue where rendering of a glyph fails if the width -+ * or height is 0 */ -+ FT_Outline* outline = &face->face->glyph->outline; -+ FT_BBox cbox; -+ FT_Outline_Get_CBox( outline, &cbox ); -+ FT_UInt glyphW, glyphH; -+ GridFitCbox (cbox, glyphW, glyphH); - int maxrows = (size->metrics.height + 63) >> 6; -- int bitmapsize = maxrows*stride; -- uint8* bitmap = new uint8 [bitmapsize]; -- memset (bitmap, 0, bitmapsize); -+ int stride, bitmapsize; -+ uint8* bitmap; -+ if ((glyphW > 0) && (glyphH > 0)) -+ { -+ if (server->FreetypeError (FT_Render_Glyph (face->face->glyph, -+ FT_RENDER_MODE_MONO), -+ "Could not render glyph %u for %s", ci, name)) -+ { -+ return 0; -+ } -+ stride = (face->face->glyph->bitmap.width + 7) / 8; -+ bitmapsize = maxrows*stride; -+ } -+ else -+ bitmapsize = 0; - - int descend = (-size->metrics.descender + 63) >> 6;; - -- int startrow = maxrows - (descend + face->face->glyph->bitmap_top); -- -- int endrow = startrow + face->face->glyph->bitmap.rows; -+ if (bitmapsize > 0) -+ { -+ int startrow = maxrows - (descend + face->face->glyph->bitmap_top); -+ int endrow = startrow + face->face->glyph->bitmap.rows; - -- if (startrow < 0) startrow = 0; -- if (endrow > maxrows) endrow = maxrows; -+ if (startrow < 0) startrow = 0; -+ if (endrow > maxrows) endrow = maxrows; - -- int n, i; -- for (n = 0, i = startrow; i < endrow; i++, n++) -- memcpy (bitmap + stride*i, -- face->face->glyph->bitmap.buffer + -- n * face->face->glyph->bitmap.pitch, -- MIN(stride, face->face->glyph->bitmap.pitch)); -+ bitmap = new uint8 [bitmapsize]; -+ memset (bitmap, 0, bitmapsize); -+ int n, i; -+ for (n = 0, i = startrow; i < endrow; i++, n++) -+ memcpy (bitmap + stride*i, -+ face->face->glyph->bitmap.buffer + -+ n * face->face->glyph->bitmap.pitch, -+ MIN(stride, face->face->glyph->bitmap.pitch)); -+ metrics.width = face->face->glyph->bitmap.width; -+ metrics.left = face->face->glyph->bitmap_left; -+ } -+ else -+ { -+ bitmap = 0; -+ metrics.width = glyphW >> 6; -+ metrics.left = (FT_Int)( cbox.xMin >> 6 ); -+ } - -- metrics.width = face->face->glyph->bitmap.width; - metrics.height = maxrows; -- metrics.left = face->face->glyph->bitmap_left; - metrics.top = maxrows - descend; - - return (csPtr<iDataBuffer> (new csDataBuffer ((char*)bitmap, bitmapsize, -@@ -425,42 +469,70 @@ - if ((c != CS_FONT_DEFAULT_GLYPH) && (ci == 0)) return 0; - - if (server->FreetypeError (FT_Load_Glyph (face->face, ci, -- FT_LOAD_RENDER | FT_RENDER_MODE_NORMAL), -+ FT_LOAD_TARGET_NORMAL), - "Could not load glyph %u for %s", ci, name)) - { - return 0; - } - -- if (face->face->glyph->bitmap.pixel_mode != FT_PIXEL_MODE_GRAY) -- // That's not what we want. -- return 0; -- -- int stride = face->face->glyph->bitmap.width; -+ /* Work around an FT2.2.1 issue where rendering of a glyph fails if the width -+ * or height is 0 */ -+ FT_Outline* outline = &face->face->glyph->outline; -+ FT_BBox cbox; -+ FT_Outline_Get_CBox( outline, &cbox ); -+ FT_UInt glyphW, glyphH; -+ GridFitCbox (cbox, glyphW, glyphH); - int maxrows = (size->metrics.height + 63) >> 6; -- int bitmapsize = maxrows * stride; -- // malloc at least 1 byte (malloc 0 bytes is undefined). -- uint8* bitmap = (bitmapsize > 0) ? new uint8 [bitmapsize] : new uint8[1]; -- memset (bitmap, 0, bitmapsize); -+ int stride, bitmapsize; -+ uint8* bitmap; -+ if ((glyphW > 0) && (glyphH > 0)) -+ { -+ if (server->FreetypeError (FT_Render_Glyph (face->face->glyph, -+ FT_RENDER_MODE_NORMAL), -+ "Could not render glyph %u for %s", ci, name)) -+ { -+ return 0; -+ } -+ if (face->face->glyph->bitmap.pixel_mode != FT_PIXEL_MODE_GRAY) -+ { -+ // That's not what we want. -+ return 0; -+ } -+ stride = face->face->glyph->bitmap.width; -+ bitmapsize = maxrows*stride; -+ metrics.width = face->face->glyph->bitmap.width; -+ metrics.left = face->face->glyph->bitmap_left; -+ } -+ else -+ { -+ bitmapsize = 0; -+ metrics.width = glyphW >> 6; -+ metrics.left = (FT_Int)( cbox.xMin >> 6 ); -+ } - - int descend = (-size->metrics.descender + 63) >> 6; - -- int startrow = maxrows - (descend + face->face->glyph->bitmap_top); -- -- int endrow = startrow + face->face->glyph->bitmap.rows; -+ if (bitmapsize > 0) -+ { -+ int startrow = maxrows - (descend + face->face->glyph->bitmap_top); -+ int endrow = startrow + face->face->glyph->bitmap.rows; - -- if (startrow < 0) startrow = 0; -- if (endrow > maxrows) endrow = maxrows; -+ if (startrow < 0) startrow = 0; -+ if (endrow > maxrows) endrow = maxrows; - -- int n, i; -- for (n = 0, i = startrow; i < endrow; i++, n++) -- memcpy (bitmap + stride*i, -- face->face->glyph->bitmap.buffer + -- n * face->face->glyph->bitmap.pitch, -- MIN(stride, face->face->glyph->bitmap.pitch)); -+ bitmap = new uint8 [bitmapsize]; -+ memset (bitmap, 0, bitmapsize); -+ int n, i; -+ for (n = 0, i = startrow; i < endrow; i++, n++) -+ memcpy (bitmap + stride*i, -+ face->face->glyph->bitmap.buffer + -+ n * face->face->glyph->bitmap.pitch, -+ MIN(stride, face->face->glyph->bitmap.pitch)); -+ } -+ else -+ bitmap = 0; - -- metrics.width = face->face->glyph->bitmap.width; - metrics.height = maxrows; -- metrics.left = face->face->glyph->bitmap_left; - metrics.top = maxrows - descend; - - return (csPtr<iDataBuffer> (new csDataBuffer ((char*)bitmap, bitmapsize, diff --git a/graphics/crystalspace/pkg-descr b/graphics/crystalspace/pkg-descr deleted file mode 100644 index 47dcecde1..000000000 --- a/graphics/crystalspace/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Crystal Space is a free (LGPL) and portable 3D Game Development Kit written in -C++. It supports: true six degrees of freedom, colored lighting, lightmapped -and stencil based lighting, shader support (CG, vertex programs, fragment -programs, ...), mipmapping, portals, mirrors, alpha transparency, reflective -surfaces, 3D sprites (frame based or with skeletal animation using cal3d -animation library), procedural textures, particle systems, halos, volumetric -fog, scripting (using Python, Perl, Java, or potentially other languages), -16-bit and 32-bit display support, OpenGL, and software renderer, font support -(also with freetype), hierarchical transformations, physics plugin based on ODE - -WWW: http://www.crystalspace3d.org diff --git a/graphics/crystalspace/pkg-plist b/graphics/crystalspace/pkg-plist deleted file mode 100644 index 96fb5be36..000000000 --- a/graphics/crystalspace/pkg-plist +++ /dev/null @@ -1,5193 +0,0 @@ -bin/3ds2lev -bin/ceguitest -bin/cs-config -bin/csdemo -bin/csbench -bin/csfgen -bin/cslight -bin/docconv -bin/heightmapgen -bin/levtool -bin/lighter -bin/lighter2 -bin/map2cs -bin/maya2spr -bin/md32spr -bin/md22spr -bin/partedit -bin/python.cex -bin/startme -bin/viewmesh -bin/vsh -bin/walktest -etc/crystalspace/asciiart.cfg -etc/crystalspace/autoexec.cfg -etc/crystalspace/awstest.cfg -etc/crystalspace/awstut.cfg -etc/crystalspace/bugplug.cfg -etc/crystalspace/bugplug.key -etc/crystalspace/cacacanvas.cfg -etc/crystalspace/csdemo.cfg -etc/crystalspace/dynavis.cfg -etc/crystalspace/engine.cfg -etc/crystalspace/fancycon.cfg -etc/crystalspace/fontplex.cfg -etc/crystalspace/freetype.cfg -etc/crystalspace/g2dtest.cfg -etc/crystalspace/gldrivers.xml -etc/crystalspace/heightmapgen.cfg -etc/crystalspace/joystick.cfg -etc/crystalspace/lighter.xml -etc/crystalspace/macosx.cfg -etc/crystalspace/map2cs.cfg -etc/crystalspace/mouse.cfg -etc/crystalspace/movierecorder.cfg -etc/crystalspace/null3d.cfg -etc/crystalspace/r3dopengl.cfg -etc/crystalspace/shadermgr.cfg -etc/crystalspace/simpcon.cfg -etc/crystalspace/simpvs.cfg -etc/crystalspace/soft3d.cfg -etc/crystalspace/sound.cfg -etc/crystalspace/sprcal3d.cfg -etc/crystalspace/standardcon.cfg -etc/crystalspace/startme.cfg -etc/crystalspace/system.cfg -etc/crystalspace/thing.cfg -etc/crystalspace/video.cfg -etc/crystalspace/walktest.cfg -etc/crystalspace/waterdemo.cfg -etc/crystalspace/vfs.cfg -include/crystalspace/crystalspace.h -include/crystalspace/csdef.h -include/crystalspace/csextern.h -include/crystalspace/csgeom.h -include/crystalspace/csgfx.h -include/crystalspace/csplatform.h -include/crystalspace/csplugincommon.h -include/crystalspace/csqint.h -include/crystalspace/csqsqrt.h -include/crystalspace/cssysdef.h -include/crystalspace/cstool.h -include/crystalspace/cstypes.h -include/crystalspace/csutil.h -include/crystalspace/csver.h -include/crystalspace/iaws.h -include/crystalspace/iengine.h -include/crystalspace/igeom.h -include/crystalspace/igraphic.h -include/crystalspace/imap.h -include/crystalspace/imesh.h -include/crystalspace/inetwork.h -include/crystalspace/isndsys.h -include/crystalspace/isound.h -include/crystalspace/itexture.h -include/crystalspace/iutil.h -include/crystalspace/ivaria.h -include/crystalspace/ivideo.h -include/crystalspace/csgeom/bsptree.h -include/crystalspace/csgeom/box.h -include/crystalspace/csgeom/chainhull2d.h -include/crystalspace/csgeom/cspoint.h -include/crystalspace/csgeom/csrect.h -include/crystalspace/csgeom/csrectrg.h -include/crystalspace/csgeom/fastsqrt.h -include/crystalspace/csgeom/fixed.h -include/crystalspace/csgeom/frustum.h -include/crystalspace/csgeom/kdtree.h -include/crystalspace/csgeom/math.h -include/crystalspace/csgeom/math2d.h -include/crystalspace/csgeom/math3d.h -include/crystalspace/csgeom/math3d_d.h -include/crystalspace/csgeom/matrix2.h -include/crystalspace/csgeom/matrix3.h -include/crystalspace/csgeom/obb.h -include/crystalspace/csgeom/objmodel.h -include/crystalspace/csgeom/path.h -include/crystalspace/csgeom/plane2.h -include/crystalspace/csgeom/plane3.h -include/crystalspace/csgeom/pmtools.h -include/crystalspace/csgeom/poly2d.h -include/crystalspace/csgeom/poly3d.h -include/crystalspace/csgeom/polyaa.h -include/crystalspace/csgeom/polyclip.h -include/crystalspace/csgeom/polyedge.h -include/crystalspace/csgeom/polyidx.h -include/crystalspace/csgeom/polymesh.h -include/crystalspace/csgeom/polypool.h -include/crystalspace/csgeom/quaterni.h -include/crystalspace/csgeom/quaternion.h -include/crystalspace/csgeom/segment.h -include/crystalspace/csgeom/solidspace.h -include/crystalspace/csgeom/sphere.h -include/crystalspace/csgeom/spline.h -include/crystalspace/csgeom/subrec.h -include/crystalspace/csgeom/subrec2.h -include/crystalspace/csgeom/tcovbuf.h -include/crystalspace/csgeom/textrans.h -include/crystalspace/csgeom/transfrm.h -include/crystalspace/csgeom/tri.h -include/crystalspace/csgeom/triangulate.h -include/crystalspace/csgeom/trimesh.h -include/crystalspace/csgeom/trimeshlod.h -include/crystalspace/csgeom/vector2.h -include/crystalspace/csgeom/vector3.h -include/crystalspace/csgeom/vector4.h -include/crystalspace/csgfx/bakekeycolor.h -include/crystalspace/csgfx/gradient.h -include/crystalspace/csgfx/imagebase.h -include/crystalspace/csgfx/imagecubemapmaker.h -include/crystalspace/csgfx/imagemanipulate.h -include/crystalspace/csgfx/imagetools.h -include/crystalspace/csgfx/imagevolumemaker.h -include/crystalspace/csgfx/inv_cmap.h -include/crystalspace/csgfx/lightsvcache.h -include/crystalspace/csgfx/memimage.h -include/crystalspace/csgfx/normalmaptools.h -include/crystalspace/csgfx/packrgb.h -include/crystalspace/csgfx/quantize.h -include/crystalspace/csgfx/renderbuffer.h -include/crystalspace/csgfx/rgbpixel.h -include/crystalspace/csgfx/shaderexp.h -include/crystalspace/csgfx/shaderexpaccessor.h -include/crystalspace/csgfx/shadervar.h -include/crystalspace/csgfx/shadervarblockalloc.h -include/crystalspace/csgfx/shadervarcontext.h -include/crystalspace/csgfx/shadervarframeholder.h -include/crystalspace/csgfx/vertexlight.h -include/crystalspace/csgfx/xorpat.h -include/crystalspace/csplugincommon/canvas/cursorconvert.h -include/crystalspace/csplugincommon/canvas/draw_box.h -include/crystalspace/csplugincommon/canvas/draw_common.h -include/crystalspace/csplugincommon/canvas/draw_line.h -include/crystalspace/csplugincommon/canvas/draw_text.h -include/crystalspace/csplugincommon/canvas/fontcache.h -include/crystalspace/csplugincommon/canvas/graph2d.h -include/crystalspace/csplugincommon/canvas/scancode.h -include/crystalspace/csplugincommon/canvas/scrshot.h -include/crystalspace/csplugincommon/canvas/softfontcache.h -include/crystalspace/csplugincommon/canvas/softfontcacheimpl.h -include/crystalspace/csplugincommon/directx/csextern_dx.h -include/crystalspace/csplugincommon/directx/directdetection.h -include/crystalspace/csplugincommon/directx/guids.h -include/crystalspace/csplugincommon/imageloader/commonimagefile.h -include/crystalspace/csplugincommon/imageloader/optionsparser.h -include/crystalspace/csplugincommon/iopengl/driverdb.h -include/crystalspace/csplugincommon/iopengl/openglinterface.h -include/crystalspace/csplugincommon/macosx/OSXDelegate2D.h -include/crystalspace/csplugincommon/macosx/OSXDriver2D.h -include/crystalspace/csplugincommon/macosx/OSXView.h -include/crystalspace/csplugincommon/macosx/OSXWindow.h -include/crystalspace/csplugincommon/macosx/csextern_osx.h -include/crystalspace/csplugincommon/opengl/csextern_gl.h -include/crystalspace/csplugincommon/opengl/driverdb.h -include/crystalspace/csplugincommon/opengl/glcommon2d.h -include/crystalspace/csplugincommon/opengl/glenum_identstrs.h -include/crystalspace/csplugincommon/opengl/glextmanager.h -include/crystalspace/csplugincommon/opengl/glfontcache.h -include/crystalspace/csplugincommon/opengl/glhelper.h -include/crystalspace/csplugincommon/opengl/glss.h -include/crystalspace/csplugincommon/opengl/glstates.h -include/crystalspace/csplugincommon/particlesys/partgen.h -include/crystalspace/csplugincommon/particlesys/particle.h -include/crystalspace/csplugincommon/render3d/normalizationcube.h -include/crystalspace/csplugincommon/render3d/txtmgr.h -include/crystalspace/csplugincommon/renderstep/basesteploader.h -include/crystalspace/csplugincommon/renderstep/basesteptype.h -include/crystalspace/csplugincommon/renderstep/parserenderstep.h -include/crystalspace/csplugincommon/shader/shaderplugin.h -include/crystalspace/csplugincommon/shader/shaderprogram.h -include/crystalspace/csplugincommon/shader/shaderprogram.tok -include/crystalspace/csplugincommon/sndsys/convert.h -include/crystalspace/csplugincommon/sndsys/cyclicbuf.h -include/crystalspace/csplugincommon/softshader/defaultshader.h -include/crystalspace/csplugincommon/softshader/renderinterface.h -include/crystalspace/csplugincommon/softshader/scanline.h -include/crystalspace/csplugincommon/softshader/texture.h -include/crystalspace/csplugincommon/softshader/types.h -include/crystalspace/csplugincommon/soundloader/sndload.h -include/crystalspace/csplugincommon/soundloader/soundraw.h -include/crystalspace/csplugincommon/soundrenderer/shdl.h -include/crystalspace/csplugincommon/soundrenderer/slstn.h -include/crystalspace/csplugincommon/win32/csextern_win.h -include/crystalspace/csplugincommon/win32/customcursor.h -include/crystalspace/cstool/basetexfact.h -include/crystalspace/cstool/bitmasktostr.h -include/crystalspace/cstool/collider.h -include/crystalspace/cstool/csanim2d.h -include/crystalspace/cstool/csapplicationframework.h -include/crystalspace/cstool/csfxscr.h -include/crystalspace/cstool/cspixmap.h -include/crystalspace/cstool/csview.h -include/crystalspace/cstool/debugimagewriter.h -include/crystalspace/cstool/enginetools.h -include/crystalspace/cstool/fogmath.h -include/crystalspace/cstool/framedataholder.h -include/crystalspace/cstool/gentrtex.h -include/crystalspace/cstool/identstrings.h -include/crystalspace/cstool/importkit.h -include/crystalspace/cstool/initapp.h -include/crystalspace/cstool/keyval.h -include/crystalspace/cstool/mapnode.h -include/crystalspace/cstool/meshobjtmpl.h -include/crystalspace/cstool/normalcalc.h -include/crystalspace/cstool/pen.h -include/crystalspace/cstool/primitives.h -include/crystalspace/cstool/proctex.h -include/crystalspace/cstool/proctxtanim.h -include/crystalspace/cstool/rbuflock.h -include/crystalspace/cstool/rendermeshholder.h -include/crystalspace/cstool/rendermeshlist.h -include/crystalspace/cstool/sndwrap.h -include/crystalspace/cstool/tokenlist.h -include/crystalspace/cstool/userrndbuf.h -include/crystalspace/cstool/vertexcompress.h -include/crystalspace/cstool/vfsdirchange.h -include/crystalspace/csutil/macosx/OSXAssistant.h -include/crystalspace/csutil/macosx/csosdefs.h -include/crystalspace/csutil/algorithms.h -include/crystalspace/csutil/ansicolor.h -include/crystalspace/csutil/ansiparse.h -include/crystalspace/csutil/archive.h -include/crystalspace/csutil/array.h -include/crystalspace/csutil/binder.h -include/crystalspace/csutil/bitarray.h -include/crystalspace/csutil/blockallocator.h -include/crystalspace/csutil/callstack.h -include/crystalspace/csutil/cfgacc.h -include/crystalspace/csutil/cfgdoc.h -include/crystalspace/csutil/cfgfile.h -include/crystalspace/csutil/cfgmgr.h -include/crystalspace/csutil/cmdhelp.h -include/crystalspace/csutil/cmdline.h -include/crystalspace/csutil/comparator.h -include/crystalspace/csutil/csbaseeventh.h -include/crystalspace/csutil/cscolor.h -include/crystalspace/csutil/csendian.h -include/crystalspace/csutil/csevcord.h -include/crystalspace/csutil/csevent.h -include/crystalspace/csutil/cseventq.h -include/crystalspace/csutil/csmd5.h -include/crystalspace/csutil/cseventflattener.h -include/crystalspace/csutil/csinput.h -include/crystalspace/csutil/csobject.h -include/crystalspace/csutil/csosdefs.h -include/crystalspace/csutil/csperlxs_fallback.inc -include/crystalspace/csutil/cspmeter.h -include/crystalspace/csutil/csppulse.h -include/crystalspace/csutil/csprocessorcap.h -include/crystalspace/csutil/csshlib.h -include/crystalspace/csutil/csstring.h -include/crystalspace/csutil/cssubscription.h -include/crystalspace/csutil/csuctransform.h -include/crystalspace/csutil/csunicode.h -include/crystalspace/csutil/databuf.h -include/crystalspace/csutil/debug.h -include/crystalspace/csutil/dirtyaccessarray.h -include/crystalspace/csutil/documentcommon.h -include/crystalspace/csutil/documenthelper.h -include/crystalspace/csutil/event.h -include/crystalspace/csutil/eventhandlers.h -include/crystalspace/csutil/eventnames.h -include/crystalspace/csutil/evoutlet.h -include/crystalspace/csutil/fifo.h -include/crystalspace/csutil/filereadhelper.h -include/crystalspace/csutil/flags.h -include/crystalspace/csutil/floatrand.h -include/crystalspace/csutil/formatter.h -include/crystalspace/csutil/fpu80x86.h -include/crystalspace/csutil/garray.h -include/crystalspace/csutil/getopt.h -include/crystalspace/csutil/hash.h -include/crystalspace/csutil/hashhandlers.h -include/crystalspace/csutil/hashr.h -include/crystalspace/csutil/inputdef.h -include/crystalspace/csutil/leakguard.h -include/crystalspace/csutil/list.h -include/crystalspace/csutil/memdebug.h -include/crystalspace/csutil/memfile.h -include/crystalspace/csutil/mempool.h -include/crystalspace/csutil/mmap_dummy.h -include/crystalspace/csutil/mmap_posix.h -include/crystalspace/csutil/mmapio.h -include/crystalspace/csutil/nobjvec.h -include/crystalspace/csutil/nulcache.h -include/crystalspace/csutil/objiter.h -include/crystalspace/csutil/objpool.h -include/crystalspace/csutil/objreg.h -include/crystalspace/csutil/parasiticdatabuffer.h -include/crystalspace/csutil/parray.h -include/crystalspace/csutil/partialorder.h -include/crystalspace/csutil/physfile.h -include/crystalspace/csutil/plugldr.h -include/crystalspace/csutil/plugmgr.h -include/crystalspace/csutil/pooledscfclass.h -include/crystalspace/csutil/prfxcfg.h -include/crystalspace/csutil/profile.h -include/crystalspace/csutil/radixsort.h -include/crystalspace/csutil/randomgen.h -include/crystalspace/csutil/redblacktree.h -include/crystalspace/csutil/ref.h -include/crystalspace/csutil/refarr.h -include/crystalspace/csutil/refcount.h -include/crystalspace/csutil/reftrackeraccess.h -include/crystalspace/csutil/regexp.h -include/crystalspace/csutil/scanstr.h -include/crystalspace/csutil/scf.h -include/crystalspace/csutil/scf_impl.h -include/crystalspace/csutil/scf_implementation.h -include/crystalspace/csutil/scf_implgen.h -include/crystalspace/csutil/scf_interface.h -include/crystalspace/csutil/scfstr.h -include/crystalspace/csutil/scfstringarray.h -include/crystalspace/csutil/scfstrset.h -include/crystalspace/csutil/schedule.h -include/crystalspace/csutil/scopedmutexlock.h -include/crystalspace/csutil/set.h -include/crystalspace/csutil/snprintf.h -include/crystalspace/csutil/sparse3d.h -include/crystalspace/csutil/strhash.h -include/crystalspace/csutil/stringarray.h -include/crystalspace/csutil/stringreader.h -include/crystalspace/csutil/strset.h -include/crystalspace/csutil/sysfunc.h -include/crystalspace/csutil/syspath.h -include/crystalspace/csutil/thread.h -include/crystalspace/csutil/threadjobqueue.h -include/crystalspace/csutil/timemeasure.h -include/crystalspace/csutil/timer.h -include/crystalspace/csutil/tree.h -include/crystalspace/csutil/util.h -include/crystalspace/csutil/verbosity.h -include/crystalspace/csutil/vfscache.h -include/crystalspace/csutil/vfsplat.h -include/crystalspace/csutil/virtclk.h -include/crystalspace/csutil/weakref.h -include/crystalspace/csutil/weakrefarr.h -include/crystalspace/csutil/xmltiny.h -include/crystalspace/csutil/zip.h -include/crystalspace/csutil/unix/csosdefs.h -include/crystalspace/csutil/win32/APIdeclare.inc -include/crystalspace/csutil/win32/DbgHelpAPI.fun -include/crystalspace/csutil/win32/DbgHelpAPI.h -include/crystalspace/csutil/win32/callstack.h -include/crystalspace/csutil/win32/csconfig.h -include/crystalspace/csutil/win32/csosdefs.h -include/crystalspace/csutil/win32/minidump.h -include/crystalspace/csutil/win32/mmap.h -include/crystalspace/csutil/win32/psdk-compat.h -include/crystalspace/csutil/win32/registrycfg.h -include/crystalspace/csutil/win32/sanity.inc -include/crystalspace/csutil/win32/win32.h -include/crystalspace/csutil/win32/wintools.h -include/crystalspace/iaws/awscnvs.h -include/crystalspace/iaws/aws.h -include/crystalspace/iaws/aws2.h -include/crystalspace/iaws/awsdefs.h -include/crystalspace/iaws/awsdock.h -include/crystalspace/iaws/awsecomp.h -include/crystalspace/iaws/awsparm.h -include/crystalspace/iengine/rendersteps/icontainer.h -include/crystalspace/iengine/rendersteps/igeneric.h -include/crystalspace/iengine/rendersteps/ilightiter.h -include/crystalspace/iengine/rendersteps/irenderstep.h -include/crystalspace/iengine/rendersteps/irsfact.h -include/crystalspace/iengine/camera.h -include/crystalspace/iengine/campos.h -include/crystalspace/iengine/collectn.h -include/crystalspace/iengine/engine.h -include/crystalspace/iengine/fview.h -include/crystalspace/iengine/halo.h -include/crystalspace/iengine/imposter.h -include/crystalspace/iengine/light.h -include/crystalspace/iengine/lightmgr.h -include/crystalspace/iengine/lod.h -include/crystalspace/iengine/material.h -include/crystalspace/iengine/mesh.h -include/crystalspace/iengine/meshgen.h -include/crystalspace/iengine/movable.h -include/crystalspace/iengine/objwatch.h -include/crystalspace/iengine/portal.h -include/crystalspace/iengine/portalcontainer.h -include/crystalspace/iengine/region.h -include/crystalspace/iengine/renderloop.h -include/crystalspace/iengine/rview.h -include/crystalspace/iengine/scenenode.h -include/crystalspace/iengine/sector.h -include/crystalspace/iengine/shadcast.h -include/crystalspace/iengine/shadows.h -include/crystalspace/iengine/sharevar.h -include/crystalspace/iengine/texture.h -include/crystalspace/iengine/viscull.h -include/crystalspace/igeom/clip2d.h -include/crystalspace/igeom/objmodel.h -include/crystalspace/igeom/path.h -include/crystalspace/igeom/polymesh.h -include/crystalspace/igraphic/animimg.h -include/crystalspace/igraphic/image.h -include/crystalspace/igraphic/imageio.h -include/crystalspace/imap/ldrctxt.h -include/crystalspace/imap/loader.h -include/crystalspace/imap/modelload.h -include/crystalspace/imap/parser.h -include/crystalspace/imap/reader.h -include/crystalspace/imap/saver.h -include/crystalspace/imap/services.h -include/crystalspace/imap/streamsource.h -include/crystalspace/imap/writer.h -include/crystalspace/imesh/bezier.h -include/crystalspace/imesh/emit.h -include/crystalspace/imesh/explode.h -include/crystalspace/imesh/fire.h -include/crystalspace/imesh/fountain.h -include/crystalspace/imesh/genmesh.h -include/crystalspace/imesh/gmeshanim.h -include/crystalspace/imesh/gmeshskel.h -include/crystalspace/imesh/haze.h -include/crystalspace/imesh/instmesh.h -include/crystalspace/imesh/lghtng.h -include/crystalspace/imesh/lighting.h -include/crystalspace/imesh/nullmesh.h -include/crystalspace/imesh/object.h -include/crystalspace/imesh/particle.h -include/crystalspace/imesh/particles.h -include/crystalspace/imesh/partsys.h -include/crystalspace/imesh/protomesh.h -include/crystalspace/imesh/rain.h -include/crystalspace/imesh/snow.h -include/crystalspace/imesh/spiral.h -include/crystalspace/imesh/sprite2d.h -include/crystalspace/imesh/sprite3d.h -include/crystalspace/imesh/spritecal3d.h -include/crystalspace/imesh/stars.h -include/crystalspace/imesh/terrain.h -include/crystalspace/imesh/thing.h -include/crystalspace/inetwork/vosa3dl.h -include/crystalspace/inetwork/vosapi.h -include/crystalspace/isndsys/ss_data.h -include/crystalspace/isndsys/ss_driver.h -include/crystalspace/isndsys/ss_filter.h -include/crystalspace/isndsys/ss_listener.h -include/crystalspace/isndsys/ss_loader.h -include/crystalspace/isndsys/ss_manager.h -include/crystalspace/isndsys/ss_renderer.h -include/crystalspace/isndsys/ss_source.h -include/crystalspace/isndsys/ss_stream.h -include/crystalspace/isndsys/ss_structs.h -include/crystalspace/isound/driver.h -include/crystalspace/isound/data.h -include/crystalspace/isound/handle.h -include/crystalspace/isound/listener.h -include/crystalspace/isound/loader.h -include/crystalspace/isound/renderer.h -include/crystalspace/isound/source.h -include/crystalspace/isound/wrapper.h -include/crystalspace/itexture/iproctex.h -include/crystalspace/itexture/ifire.h -include/crystalspace/itexture/itexfact.h -include/crystalspace/itexture/itexloaderctx.h -include/crystalspace/iutil/binder.h -include/crystalspace/iutil/cache.h -include/crystalspace/iutil/cfgfile.h -include/crystalspace/iutil/cfgmgr.h -include/crystalspace/iutil/cmdline.h -include/crystalspace/iutil/comp.h -include/crystalspace/iutil/csinput.h -include/crystalspace/iutil/databuff.h -include/crystalspace/iutil/dbghelp.h -include/crystalspace/iutil/document.h -include/crystalspace/iutil/evdefs.h -include/crystalspace/iutil/event.h -include/crystalspace/iutil/eventh.h -include/crystalspace/iutil/eventhandlers.h -include/crystalspace/iutil/eventnames.h -include/crystalspace/iutil/eventq.h -include/crystalspace/iutil/job.h -include/crystalspace/iutil/kitchensink.h -include/crystalspace/iutil/memdebug.h -include/crystalspace/iutil/object.h -include/crystalspace/iutil/objreg.h -include/crystalspace/iutil/plugin.h -include/crystalspace/iutil/pluginconfig.h -include/crystalspace/iutil/timer.h -include/crystalspace/iutil/reftrack.h -include/crystalspace/iutil/selfdestruct.h -include/crystalspace/iutil/string.h -include/crystalspace/iutil/stringarray.h -include/crystalspace/iutil/strset.h -include/crystalspace/iutil/verbositymanager.h -include/crystalspace/iutil/vfs.h -include/crystalspace/iutil/virtclk.h -include/crystalspace/ivaria/bugplug.h -include/crystalspace/ivaria/collider.h -include/crystalspace/ivaria/conin.h -include/crystalspace/ivaria/conout.h -include/crystalspace/ivaria/cspace.i -include/crystalspace/ivaria/dynamics.h -include/crystalspace/ivaria/engseq.h -include/crystalspace/ivaria/icegui.h -include/crystalspace/ivaria/javapost.i -include/crystalspace/ivaria/javapre.i -include/crystalspace/ivaria/keyval.h -include/crystalspace/ivaria/mapnode.h -include/crystalspace/ivaria/movierecorder.h -include/crystalspace/ivaria/ode.h -include/crystalspace/ivaria/perl1st.i -include/crystalspace/ivaria/perlpost.i -include/crystalspace/ivaria/perlpre.i -include/crystalspace/ivaria/pmeter.h -include/crystalspace/ivaria/pyeventh.i -include/crystalspace/ivaria/pythpost.i -include/crystalspace/ivaria/pythpre.i -include/crystalspace/ivaria/pythvarg.i -include/crystalspace/ivaria/reporter.h -include/crystalspace/ivaria/script.h -include/crystalspace/ivaria/sequence.h -include/crystalspace/ivaria/simpleformer.h -include/crystalspace/ivaria/stdrep.h -include/crystalspace/ivaria/terraform.h -include/crystalspace/ivaria/view.h -include/crystalspace/ivideo/cursor.h -include/crystalspace/ivideo/custcursor.h -include/crystalspace/ivideo/fontserv.h -include/crystalspace/ivideo/gfxmem.h -include/crystalspace/ivideo/graph2d.h -include/crystalspace/ivideo/graph3d.h -include/crystalspace/ivideo/halo.h -include/crystalspace/ivideo/lighting.h -include/crystalspace/ivideo/material.h -include/crystalspace/ivideo/natwin.h -include/crystalspace/ivideo/rendermesh.h -include/crystalspace/ivideo/rndbuf.h -include/crystalspace/ivideo/texture.h -include/crystalspace/ivideo/txtmgr.h -include/crystalspace/ivideo/wxwin.h -include/crystalspace/ivideo/shader/shader.h -include/crystalspace/csconfig.h -lib/crystalspace/aws.so -lib/crystalspace/aws2.so -lib/crystalspace/bugplug.so -lib/crystalspace/csopcode.so -lib/crystalspace/csconin.so -lib/crystalspace/fancycon.so -lib/crystalspace/simpcon.so -lib/crystalspace/csconout.so -lib/crystalspace/cspython.so -lib/crystalspace/csparser.so -lib/crystalspace/cssynldr.so -lib/crystalspace/cssaver.so -lib/crystalspace/dynavis.so -lib/crystalspace/frustvis.so -lib/crystalspace/bindoc.so -lib/crystalspace/dsplex.so -lib/crystalspace/xmlread.so -lib/crystalspace/xmltiny.so -lib/crystalspace/engine.so -lib/crystalspace/rendstep_fatrl.so -lib/crystalspace/rendloop_loader.so -lib/crystalspace/rendstep_std.so -lib/crystalspace/rendstep_stencil.so -lib/crystalspace/rendstep_stencil2.so -lib/crystalspace/engseq.so -lib/crystalspace/vfs.so -lib/crystalspace/csfont.so -lib/crystalspace/fontplex.so -lib/crystalspace/freefnt2.so -lib/crystalspace/bezier.so -lib/crystalspace/bezierldr.so -lib/crystalspace/emit.so -lib/crystalspace/emitldr.so -lib/crystalspace/explo.so -lib/crystalspace/exploldr.so -lib/crystalspace/fire.so -lib/crystalspace/fireldr.so -lib/crystalspace/fountain.so -lib/crystalspace/fountldr.so -lib/crystalspace/genmesh.so -lib/crystalspace/gmeshldr.so -lib/crystalspace/gmesh3ds.so -lib/crystalspace/gmeshanim.so -lib/crystalspace/gmeshskelanim.so -lib/crystalspace/haze.so -lib/crystalspace/hazeldr.so -lib/crystalspace/instmesh.so -lib/crystalspace/lghtng.so -lib/crystalspace/instmeshldr.so -lib/crystalspace/lghtngldr.so -lib/crystalspace/nullmesh.so -lib/crystalspace/nullmeshldr.so -lib/crystalspace/particles.so -lib/crystalspace/particlesldr.so -lib/crystalspace/partphys_simple.so -lib/crystalspace/partphys_ode.so -lib/crystalspace/rain.so -lib/crystalspace/rainldr.so -lib/crystalspace/snow.so -lib/crystalspace/snowldr.so -lib/crystalspace/spiral.so -lib/crystalspace/spirldr.so -lib/crystalspace/spr2d.so -lib/crystalspace/spr2dldr.so -lib/crystalspace/spr3d.so -lib/crystalspace/spr3dbin.so -lib/crystalspace/spr3dldr.so -lib/crystalspace/spr3md2.so -lib/crystalspace/sprcal3d.so -lib/crystalspace/sprcal3dldr.so -lib/crystalspace/stars.so -lib/crystalspace/starldr.so -lib/crystalspace/bruteblock.so -lib/crystalspace/terrainldr.so -lib/crystalspace/thing.so -lib/crystalspace/thingldr.so -lib/crystalspace/protomesh.so -lib/crystalspace/protomeshldr.so -lib/crystalspace/movierecorder.so -lib/crystalspace/physldr.so -lib/crystalspace/odedynam.so -lib/crystalspace/stdpt.so -lib/crystalspace/ptanimimg.so -lib/crystalspace/tlfunc.so -lib/crystalspace/reporter.so -lib/crystalspace/sequence.so -lib/crystalspace/sndsysloader.so -lib/crystalspace/sndsysogg.so -lib/crystalspace/sndsyswav.so -lib/crystalspace/sndmanager.so -lib/crystalspace/sndsyssoft.so -lib/crystalspace/sndsysoss.so -lib/crystalspace/ossdrv.so -lib/crystalspace/sndaiff.so -lib/crystalspace/sndau.so -lib/crystalspace/sndiff.so -lib/crystalspace/sndmod.so -lib/crystalspace/sndplex.so -lib/crystalspace/sndogg.so -lib/crystalspace/sndwav.so -lib/crystalspace/sndoal.so -lib/crystalspace/sndsoft.so -lib/crystalspace/stdrep.so -lib/crystalspace/simpleformer.so -lib/crystalspace/simpleformerldr.so -lib/crystalspace/cacacanvas.so -lib/crystalspace/memory2d.so -lib/crystalspace/null2d.so -lib/crystalspace/glx2d.so -lib/crystalspace/sdl2d.so -lib/crystalspace/x2d.so -lib/crystalspace/xext86vm.so -lib/crystalspace/xextshm.so -lib/crystalspace/xwin.so -lib/crystalspace/cegui.so -lib/crystalspace/csbmpimg.so -lib/crystalspace/csddsimg.so -lib/crystalspace/csgifimg.so -lib/crystalspace/csjngimg.so -lib/crystalspace/csjpgimg.so -lib/crystalspace/imgplex.so -lib/crystalspace/cspngimg.so -lib/crystalspace/cstgaimg.so -lib/crystalspace/gl3d.so -lib/crystalspace/soft3d.so -lib/crystalspace/shadermgr.so -lib/crystalspace/glshader_arb.so -lib/crystalspace/glshader_fixed.so -lib/crystalspace/glshader_ps1.so -lib/crystalspace/softshader.so -lib/crystalspace/vproc_std.so -lib/crystalspace/xmlshader.so -lib/crystalspace/null3d.so -lib/crystalspace/cscursor.so -lib/libcrystalspace.a -lib/libcrystalspace_opengl.a -lib/libcrystalspace_python.a -%%DOCSDIR%%/README -%%DOCSDIR%%/LICENSE -%%DOCSDIR%%/history.txt -%%DOCSDIR%%/history.old -%%DOCSDIR%%/html/manual/build/platform/win32/cygwin/cygshot1.jpg -%%DOCSDIR%%/html/manual/build/platform/win32/cygwin/cygshot2.jpg -%%DOCSDIR%%/html/manual/build/platform/win32/cygwin/cygshot3.jpg -%%DOCSDIR%%/html/manual/build/platform/win32/cygwin/cygshot4.jpg -%%DOCSDIR%%/html/manual/build/platform/win32/cygwin/cygshot5.jpg -%%DOCSDIR%%/html/manual/build/platform/win32/cygwin/cygshot6.jpg -%%DOCSDIR%%/html/manual/build/platform/win32/cygwin/cygshot7.jpg -%%DOCSDIR%%/html/manual/build/platform/win32/cygwin/cygshot8.jpg -%%DOCSDIR%%/html/manual/build/platform/win32/cygwin/cygshot9.jpg -%%DOCSDIR%%/html/manual/build/wincvs/wincvs01.jpg -%%DOCSDIR%%/html/manual/build/wincvs/wincvs02.jpg -%%DOCSDIR%%/html/manual/build/wincvs/wincvs03.jpg -%%DOCSDIR%%/html/manual/build/wincvs/wincvs04.jpg -%%DOCSDIR%%/html/manual/build/wincvs/wincvs05.jpg -%%DOCSDIR%%/html/manual/build/wincvs/wincvs06.jpg -%%DOCSDIR%%/html/manual/build/wincvs/wincvs07.jpg -%%DOCSDIR%%/html/manual/build/wincvs/wincvs08.jpg -%%DOCSDIR%%/html/manual/build/wincvs/wincvs09.jpg -%%DOCSDIR%%/html/manual/build/wincvs/wincvs10.jpg -%%DOCSDIR%%/html/manual/build/wincvs/wincvs11.jpg -%%DOCSDIR%%/html/manual/build/wincvs/wincvs12.jpg -%%DOCSDIR%%/html/manual/build/wincvs/wincvs13.jpg -%%DOCSDIR%%/html/manual/cs_1.1.html -%%DOCSDIR%%/html/manual/cs_1.10.html -%%DOCSDIR%%/html/manual/cs_1.11.html -%%DOCSDIR%%/html/manual/cs_1.12.html -%%DOCSDIR%%/html/manual/cs_1.2.html -%%DOCSDIR%%/html/manual/cs_1.3.html -%%DOCSDIR%%/html/manual/cs_1.4.html -%%DOCSDIR%%/html/manual/cs_1.5.html -%%DOCSDIR%%/html/manual/cs_1.6.html -%%DOCSDIR%%/html/manual/cs_1.7.html -%%DOCSDIR%%/html/manual/cs_1.8.html -%%DOCSDIR%%/html/manual/cs_1.9.html -%%DOCSDIR%%/html/manual/cs_1.html -%%DOCSDIR%%/html/manual/cs_2.1.html -%%DOCSDIR%%/html/manual/cs_2.2.html -%%DOCSDIR%%/html/manual/cs_2.3.html -%%DOCSDIR%%/html/manual/cs_2.4.1.html -%%DOCSDIR%%/html/manual/cs_2.4.2.1.html -%%DOCSDIR%%/html/manual/cs_2.4.2.2.html -%%DOCSDIR%%/html/manual/cs_2.4.2.3.html -%%DOCSDIR%%/html/manual/cs_2.4.2.4.html -%%DOCSDIR%%/html/manual/cs_2.4.html -%%DOCSDIR%%/html/manual/cs_2.4.2.5.html -%%DOCSDIR%%/html/manual/cs_2.4.2.6.html -%%DOCSDIR%%/html/manual/cs_2.4.2.7.html -%%DOCSDIR%%/html/manual/cs_2.4.2.8.html -%%DOCSDIR%%/html/manual/cs_2.4.2.html -%%DOCSDIR%%/html/manual/cs_2.4.3.html -%%DOCSDIR%%/html/manual/cs_2.4.4.html -%%DOCSDIR%%/html/manual/cs_2.4.5.html -%%DOCSDIR%%/html/manual/cs_2.4.6.1.html -%%DOCSDIR%%/html/manual/cs_2.4.6.2.html -%%DOCSDIR%%/html/manual/cs_2.4.6.3.html -%%DOCSDIR%%/html/manual/cs_2.4.6.4.html -%%DOCSDIR%%/html/manual/cs_2.4.6.html -%%DOCSDIR%%/html/manual/cs_2.5.html -%%DOCSDIR%%/html/manual/cs_2.6.html -%%DOCSDIR%%/html/manual/cs_2.html -%%DOCSDIR%%/html/manual/cs_3.1.1.html -%%DOCSDIR%%/html/manual/cs_3.1.2.html -%%DOCSDIR%%/html/manual/cs_3.1.3.html -%%DOCSDIR%%/html/manual/cs_3.1.4.1.html -%%DOCSDIR%%/html/manual/cs_3.1.4.2.html -%%DOCSDIR%%/html/manual/cs_3.1.html -%%DOCSDIR%%/html/manual/cs_3.1.4.3.html -%%DOCSDIR%%/html/manual/cs_3.1.4.4.html -%%DOCSDIR%%/html/manual/cs_3.1.4.5.html -%%DOCSDIR%%/html/manual/cs_3.1.4.6.html -%%DOCSDIR%%/html/manual/cs_3.1.4.7.html -%%DOCSDIR%%/html/manual/cs_3.1.4.8.html -%%DOCSDIR%%/html/manual/cs_3.1.4.9.html -%%DOCSDIR%%/html/manual/cs_3.1.4.html -%%DOCSDIR%%/html/manual/cs_3.1.5.html -%%DOCSDIR%%/html/manual/cs_3.1.6.html -%%DOCSDIR%%/html/manual/cs_3.2.html -%%DOCSDIR%%/html/manual/cs_3.html -%%DOCSDIR%%/html/manual/cs_4.1.1.html -%%DOCSDIR%%/html/manual/cs_4.1.2.html -%%DOCSDIR%%/html/manual/cs_4.1.3.html -%%DOCSDIR%%/html/manual/cs_4.1.html -%%DOCSDIR%%/html/manual/cs_4.10.1.html -%%DOCSDIR%%/html/manual/cs_4.10.10.html -%%DOCSDIR%%/html/manual/cs_4.10.11.html -%%DOCSDIR%%/html/manual/cs_4.10.12.html -%%DOCSDIR%%/html/manual/cs_4.10.13.html -%%DOCSDIR%%/html/manual/cs_4.2.html -%%DOCSDIR%%/html/manual/cs_4.10.14.html -%%DOCSDIR%%/html/manual/cs_4.10.15.html -%%DOCSDIR%%/html/manual/cs_4.10.16.html -%%DOCSDIR%%/html/manual/cs_4.10.17.html -%%DOCSDIR%%/html/manual/cs_4.10.18.html -%%DOCSDIR%%/html/manual/cs_4.10.19.html -%%DOCSDIR%%/html/manual/cs_4.10.2.html -%%DOCSDIR%%/html/manual/cs_4.10.20.html -%%DOCSDIR%%/html/manual/cs_4.10.21.html -%%DOCSDIR%%/html/manual/cs_4.10.22.html -%%DOCSDIR%%/html/manual/cs_4.10.23.html -%%DOCSDIR%%/html/manual/cs_4.10.24.html -%%DOCSDIR%%/html/manual/cs_4.10.3.html -%%DOCSDIR%%/html/manual/cs_4.10.4.html -%%DOCSDIR%%/html/manual/cs_4.10.5.html -%%DOCSDIR%%/html/manual/cs_4.10.6.html -%%DOCSDIR%%/html/manual/cs_4.10.7.html -%%DOCSDIR%%/html/manual/cs_4.10.8.html -%%DOCSDIR%%/html/manual/cs_4.10.9.html -%%DOCSDIR%%/html/manual/cs_4.10.html -%%DOCSDIR%%/html/manual/cs_4.11.1.html -%%DOCSDIR%%/html/manual/cs_4.11.2.html -%%DOCSDIR%%/html/manual/cs_4.11.html -%%DOCSDIR%%/html/manual/cs_4.12.1.html -%%DOCSDIR%%/html/manual/cs_4.12.2.1.html -%%DOCSDIR%%/html/manual/cs_4.12.2.2.html -%%DOCSDIR%%/html/manual/cs_4.12.2.3.html -%%DOCSDIR%%/html/manual/cs_4.12.2.4.html -%%DOCSDIR%%/html/manual/cs_4.12.2.5.html -%%DOCSDIR%%/html/manual/cs_4.12.2.6.html -%%DOCSDIR%%/html/manual/cs_4.12.2.html -%%DOCSDIR%%/html/manual/cs_4.12.3.html -%%DOCSDIR%%/html/manual/cs_4.12.html -%%DOCSDIR%%/html/manual/cs_4.13.1.html -%%DOCSDIR%%/html/manual/cs_4.13.2.html -%%DOCSDIR%%/html/manual/cs_4.13.html -%%DOCSDIR%%/html/manual/cs_4.14.1.html -%%DOCSDIR%%/html/manual/cs_4.14.2.html -%%DOCSDIR%%/html/manual/cs_4.14.html -%%DOCSDIR%%/html/manual/cs_4.15.1.html -%%DOCSDIR%%/html/manual/cs_4.15.2.html -%%DOCSDIR%%/html/manual/cs_4.15.3.html -%%DOCSDIR%%/html/manual/cs_4.15.4.html -%%DOCSDIR%%/html/manual/cs_4.15.5.html -%%DOCSDIR%%/html/manual/cs_4.15.6.html -%%DOCSDIR%%/html/manual/cs_4.15.html -%%DOCSDIR%%/html/manual/cs_4.16.1.html -%%DOCSDIR%%/html/manual/cs_4.16.2.1.html -%%DOCSDIR%%/html/manual/cs_4.16.2.2.html -%%DOCSDIR%%/html/manual/cs_4.16.2.3.html -%%DOCSDIR%%/html/manual/cs_4.16.2.4.html -%%DOCSDIR%%/html/manual/cs_4.16.2.html -%%DOCSDIR%%/html/manual/cs_4.16.3.1.html -%%DOCSDIR%%/html/manual/cs_4.16.3.2.html -%%DOCSDIR%%/html/manual/cs_4.16.3.3.html -%%DOCSDIR%%/html/manual/cs_4.16.3.html -%%DOCSDIR%%/html/manual/cs_4.16.4.html -%%DOCSDIR%%/html/manual/cs_4.16.5.html -%%DOCSDIR%%/html/manual/cs_4.16.html -%%DOCSDIR%%/html/manual/cs_4.17.1.html -%%DOCSDIR%%/html/manual/cs_4.17.2.html -%%DOCSDIR%%/html/manual/cs_4.17.html -%%DOCSDIR%%/html/manual/cs_4.18.1.html -%%DOCSDIR%%/html/manual/cs_4.18.2.html -%%DOCSDIR%%/html/manual/cs_4.18.3.html -%%DOCSDIR%%/html/manual/cs_4.18.4.html -%%DOCSDIR%%/html/manual/cs_4.18.html -%%DOCSDIR%%/html/manual/cs_4.19.1.html -%%DOCSDIR%%/html/manual/cs_4.19.10.html -%%DOCSDIR%%/html/manual/cs_4.19.11.1.html -%%DOCSDIR%%/html/manual/cs_4.19.11.2.html -%%DOCSDIR%%/html/manual/cs_4.19.11.3.html -%%DOCSDIR%%/html/manual/cs_4.19.11.4.html -%%DOCSDIR%%/html/manual/cs_4.19.11.5.html -%%DOCSDIR%%/html/manual/cs_4.19.11.html -%%DOCSDIR%%/html/manual/cs_4.19.2.html -%%DOCSDIR%%/html/manual/cs_4.19.3.1.html -%%DOCSDIR%%/html/manual/cs_4.19.3.2.html -%%DOCSDIR%%/html/manual/cs_4.19.3.3.html -%%DOCSDIR%%/html/manual/cs_4.19.3.html -%%DOCSDIR%%/html/manual/cs_4.19.4.html -%%DOCSDIR%%/html/manual/cs_4.19.5.1.html -%%DOCSDIR%%/html/manual/cs_4.19.5.10.html -%%DOCSDIR%%/html/manual/cs_4.19.5.11.html -%%DOCSDIR%%/html/manual/cs_4.19.5.12.html -%%DOCSDIR%%/html/manual/cs_4.19.5.13.html -%%DOCSDIR%%/html/manual/cs_4.19.5.14.html -%%DOCSDIR%%/html/manual/cs_4.19.5.2.html -%%DOCSDIR%%/html/manual/cs_4.19.5.3.html -%%DOCSDIR%%/html/manual/cs_4.19.5.4.html -%%DOCSDIR%%/html/manual/cs_4.19.5.5.html -%%DOCSDIR%%/html/manual/cs_4.19.5.6.html -%%DOCSDIR%%/html/manual/cs_4.19.5.7.html -%%DOCSDIR%%/html/manual/cs_4.19.5.8.html -%%DOCSDIR%%/html/manual/cs_4.19.5.9.html -%%DOCSDIR%%/html/manual/cs_4.19.5.html -%%DOCSDIR%%/html/manual/cs_4.19.6.html -%%DOCSDIR%%/html/manual/cs_4.19.7.html -%%DOCSDIR%%/html/manual/cs_4.19.8.html -%%DOCSDIR%%/html/manual/cs_4.19.9.html -%%DOCSDIR%%/html/manual/cs_4.19.html -%%DOCSDIR%%/html/manual/cs_4.20.html -%%DOCSDIR%%/html/manual/cs_4.21.1.html -%%DOCSDIR%%/html/manual/cs_4.21.2.html -%%DOCSDIR%%/html/manual/cs_4.21.3.html -%%DOCSDIR%%/html/manual/cs_4.21.4.html -%%DOCSDIR%%/html/manual/cs_4.21.5.html -%%DOCSDIR%%/html/manual/cs_4.21.6.html -%%DOCSDIR%%/html/manual/cs_4.21.html -%%DOCSDIR%%/html/manual/cs_4.22.1.html -%%DOCSDIR%%/html/manual/cs_4.22.2.html -%%DOCSDIR%%/html/manual/cs_4.22.3.html -%%DOCSDIR%%/html/manual/cs_4.22.html -%%DOCSDIR%%/html/manual/cs_4.3.1.1.html -%%DOCSDIR%%/html/manual/cs_4.3.1.2.html -%%DOCSDIR%%/html/manual/cs_4.3.1.3.html -%%DOCSDIR%%/html/manual/cs_4.3.1.4.html -%%DOCSDIR%%/html/manual/cs_4.3.1.5.html -%%DOCSDIR%%/html/manual/cs_4.3.1.html -%%DOCSDIR%%/html/manual/cs_4.3.2.1.html -%%DOCSDIR%%/html/manual/cs_4.3.2.2.html -%%DOCSDIR%%/html/manual/cs_4.3.2.3.html -%%DOCSDIR%%/html/manual/cs_4.3.2.html -%%DOCSDIR%%/html/manual/cs_4.3.3.1.html -%%DOCSDIR%%/html/manual/cs_4.3.3.2.html -%%DOCSDIR%%/html/manual/cs_4.3.3.3.html -%%DOCSDIR%%/html/manual/cs_4.3.3.html -%%DOCSDIR%%/html/manual/cs_4.3.html -%%DOCSDIR%%/html/manual/cs_4.4.1.1.html -%%DOCSDIR%%/html/manual/cs_4.4.1.10.html -%%DOCSDIR%%/html/manual/cs_4.4.1.2.html -%%DOCSDIR%%/html/manual/cs_4.4.1.3.html -%%DOCSDIR%%/html/manual/cs_4.4.1.4.html -%%DOCSDIR%%/html/manual/cs_4.4.1.5.html -%%DOCSDIR%%/html/manual/cs_4.4.1.6.html -%%DOCSDIR%%/html/manual/cs_4.4.1.7.html -%%DOCSDIR%%/html/manual/cs_4.4.1.8.html -%%DOCSDIR%%/html/manual/cs_4.4.1.9.html -%%DOCSDIR%%/html/manual/cs_4.4.1.html -%%DOCSDIR%%/html/manual/cs_4.4.2.html -%%DOCSDIR%%/html/manual/cs_4.4.3.html -%%DOCSDIR%%/html/manual/cs_4.4.html -%%DOCSDIR%%/html/manual/cs_4.5.1.html -%%DOCSDIR%%/html/manual/cs_4.5.2.html -%%DOCSDIR%%/html/manual/cs_4.5.3.html -%%DOCSDIR%%/html/manual/cs_4.5.4.1.html -%%DOCSDIR%%/html/manual/cs_4.5.4.2.html -%%DOCSDIR%%/html/manual/cs_4.5.4.3.html -%%DOCSDIR%%/html/manual/cs_4.5.4.4.html -%%DOCSDIR%%/html/manual/cs_4.5.4.5.html -%%DOCSDIR%%/html/manual/cs_4.5.4.6.html -%%DOCSDIR%%/html/manual/cs_4.5.4.html -%%DOCSDIR%%/html/manual/cs_4.5.html -%%DOCSDIR%%/html/manual/cs_4.6.1.html -%%DOCSDIR%%/html/manual/cs_4.6.2.1.html -%%DOCSDIR%%/html/manual/cs_4.6.2.html -%%DOCSDIR%%/html/manual/cs_4.6.html -%%DOCSDIR%%/html/manual/cs_4.7.1.html -%%DOCSDIR%%/html/manual/cs_4.7.2.html -%%DOCSDIR%%/html/manual/cs_4.7.html -%%DOCSDIR%%/html/manual/cs_4.8.1.html -%%DOCSDIR%%/html/manual/cs_4.8.2.html -%%DOCSDIR%%/html/manual/cs_4.8.3.html -%%DOCSDIR%%/html/manual/cs_4.8.html -%%DOCSDIR%%/html/manual/cs_4.9.1.html -%%DOCSDIR%%/html/manual/cs_4.9.2.html -%%DOCSDIR%%/html/manual/cs_4.9.3.html -%%DOCSDIR%%/html/manual/cs_4.9.4.html -%%DOCSDIR%%/html/manual/cs_4.9.5.html -%%DOCSDIR%%/html/manual/cs_4.9.6.html -%%DOCSDIR%%/html/manual/cs_4.9.7.1.html -%%DOCSDIR%%/html/manual/cs_4.9.7.2.html -%%DOCSDIR%%/html/manual/cs_4.9.7.3.html -%%DOCSDIR%%/html/manual/cs_4.9.7.4.html -%%DOCSDIR%%/html/manual/cs_4.9.7.5.html -%%DOCSDIR%%/html/manual/cs_4.9.7.6.html -%%DOCSDIR%%/html/manual/cs_4.9.7.7.html -%%DOCSDIR%%/html/manual/cs_4.9.7.8.html -%%DOCSDIR%%/html/manual/cs_4.9.7.html -%%DOCSDIR%%/html/manual/cs_4.9.8.html -%%DOCSDIR%%/html/manual/cs_4.9.9.html -%%DOCSDIR%%/html/manual/cs_4.9.html -%%DOCSDIR%%/html/manual/cs_4.html -%%DOCSDIR%%/html/manual/cs_5.1.html -%%DOCSDIR%%/html/manual/cs_5.2.html -%%DOCSDIR%%/html/manual/cs_5.3.html -%%DOCSDIR%%/html/manual/cs_5.4.html -%%DOCSDIR%%/html/manual/cs_5.5.1.html -%%DOCSDIR%%/html/manual/cs_5.5.2.html -%%DOCSDIR%%/html/manual/cs_5.5.3.html -%%DOCSDIR%%/html/manual/cs_5.5.4.html -%%DOCSDIR%%/html/manual/cs_5.5.html -%%DOCSDIR%%/html/manual/cs_5.6.1.html -%%DOCSDIR%%/html/manual/cs_5.6.10.html -%%DOCSDIR%%/html/manual/cs_5.6.11.html -%%DOCSDIR%%/html/manual/cs_5.6.2.html -%%DOCSDIR%%/html/manual/cs_5.6.3.html -%%DOCSDIR%%/html/manual/cs_5.6.4.html -%%DOCSDIR%%/html/manual/cs_5.6.5.html -%%DOCSDIR%%/html/manual/cs_5.6.6.html -%%DOCSDIR%%/html/manual/cs_5.6.7.html -%%DOCSDIR%%/html/manual/cs_5.6.8.html -%%DOCSDIR%%/html/manual/cs_5.6.9.html -%%DOCSDIR%%/html/manual/cs_5.6.html -%%DOCSDIR%%/html/manual/cs_5.7.html -%%DOCSDIR%%/html/manual/cs_5.8.html -%%DOCSDIR%%/html/manual/cs_5.9.1.html -%%DOCSDIR%%/html/manual/cs_5.9.2.html -%%DOCSDIR%%/html/manual/cs_5.9.3.html -%%DOCSDIR%%/html/manual/cs_5.9.html -%%DOCSDIR%%/html/manual/cs_5.html -%%DOCSDIR%%/html/manual/cs_6.1.1.1.html -%%DOCSDIR%%/html/manual/cs_6.1.1.2.html -%%DOCSDIR%%/html/manual/cs_6.1.1.3.html -%%DOCSDIR%%/html/manual/cs_6.1.1.html -%%DOCSDIR%%/html/manual/cs_6.1.html -%%DOCSDIR%%/html/manual/cs_6.2.html -%%DOCSDIR%%/html/manual/cs_6.3.html -%%DOCSDIR%%/html/manual/cs_6.4.html -%%DOCSDIR%%/html/manual/cs_6.html -%%DOCSDIR%%/html/manual/cs_7.1.html -%%DOCSDIR%%/html/manual/cs_7.2.html -%%DOCSDIR%%/html/manual/cs_7.3.html -%%DOCSDIR%%/html/manual/cs_7.4.html -%%DOCSDIR%%/html/manual/cs_7.5.html -%%DOCSDIR%%/html/manual/cs_7.html -%%DOCSDIR%%/html/manual/cs_A.html -%%DOCSDIR%%/html/manual/cs_B.html -%%DOCSDIR%%/html/manual/cs_C.1.html -%%DOCSDIR%%/html/manual/cs_C.2.html -%%DOCSDIR%%/html/manual/cs_C.3.html -%%DOCSDIR%%/html/manual/cs_C.4.html -%%DOCSDIR%%/html/manual/cs_C.5.html -%%DOCSDIR%%/html/manual/cs_C.6.html -%%DOCSDIR%%/html/manual/cs_C.7.html -%%DOCSDIR%%/html/manual/cs_C.8.html -%%DOCSDIR%%/html/manual/cs_C.html -%%DOCSDIR%%/html/manual/cs_D.1.1.html -%%DOCSDIR%%/html/manual/cs_D.1.2.html -%%DOCSDIR%%/html/manual/cs_D.1.3.html -%%DOCSDIR%%/html/manual/cs_D.1.html -%%DOCSDIR%%/html/manual/cs_D.2.html -%%DOCSDIR%%/html/manual/cs_D.3.1.html -%%DOCSDIR%%/html/manual/cs_D.3.2.html -%%DOCSDIR%%/html/manual/cs_D.3.3.html -%%DOCSDIR%%/html/manual/cs_D.3.html -%%DOCSDIR%%/html/manual/cs_D.html -%%DOCSDIR%%/html/manual/cs_INDEX0.html -%%DOCSDIR%%/html/manual/cs_INDEX1.html -%%DOCSDIR%%/html/manual/cs_INDEX2.html -%%DOCSDIR%%/html/manual/cs_INDEX3.html -%%DOCSDIR%%/html/manual/cs_Index.html -%%DOCSDIR%%/html/manual/cs_abt.html -%%DOCSDIR%%/html/manual/cs_ovr.html -%%DOCSDIR%%/html/manual/cs_toc.html -%%DOCSDIR%%/html/manual/index.html -%%DOCSDIR%%/html/manual/content/map2cs/csmap1.jpg -%%DOCSDIR%%/html/manual/content/map2cs/csmap2.jpg -%%DOCSDIR%%/html/manual/content/map2cs/csmap3.jpg -%%DOCSDIR%%/html/manual/content/map2cs/csmap4.jpg -%%DOCSDIR%%/html/manual/content/map2cs/csmap5a.jpg -%%DOCSDIR%%/html/manual/content/map2cs/csmap5b.jpg -%%DOCSDIR%%/html/manual/content/map2cs/terra1.png -%%DOCSDIR%%/html/manual/content/map2cs/terra2.png -%%DOCSDIR%%/html/manual/content/map2cs/wcblock.png -%%DOCSDIR%%/html/manual/content/map2cs/wcconf1.png -%%DOCSDIR%%/html/manual/content/map2cs/wcconf2.png -%%DOCSDIR%%/html/manual/content/map2cs/wcconf3.png -%%DOCSDIR%%/html/manual/content/map2cs/wcconf4.png -%%DOCSDIR%%/html/manual/content/map2cs/wcconf5.png -%%DOCSDIR%%/html/manual/content/map2cs/wcconf6.png -%%DOCSDIR%%/html/manual/content/map2cs/wcentity.png -%%DOCSDIR%%/html/manual/content/map2cs/wclight.png -%%DOCSDIR%%/html/manual/content/map2cs/wclight2.png -%%DOCSDIR%%/html/manual/content/map2cs/wcmap1.png -%%DOCSDIR%%/html/manual/content/map2cs/wcmap2.png -%%DOCSDIR%%/html/manual/content/map2cs/wcsel.png -%%DOCSDIR%%/html/manual/content/map2cs/wcstep7a.png -%%DOCSDIR%%/html/manual/content/map2cs/wcstep7b.png -%%DOCSDIR%%/html/manual/content/map2cs/wctex.png -%%DOCSDIR%%/html/manual/content/map2cs/wctex2.jpg -%%DOCSDIR%%/html/manual/content/map2cs/wctexap.png -%%DOCSDIR%%/html/manual/content/sprites/cylinder.jpg -%%DOCSDIR%%/html/manual/content/sprites/skin.jpg -%%DOCSDIR%%/html/manual/content/sprites/split.jpg -%%DOCSDIR%%/html/manual/content/sprites/unseamly.jpg -%%DOCSDIR%%/html/manual/usingcs/engine/portal1.png -%%DOCSDIR%%/html/manual/usingcs/engine/portal2.png -%%DOCSDIR%%/html/manual/usingcs/engine/thing.png -%%DOCSDIR%%/html/manual/usingcs/lighting/light1.png -%%DOCSDIR%%/html/manual/usingcs/lighting/light2.png -%%DOCSDIR%%/html/manual/usingcs/ownprojects/kdevproj/snap0.jpg -%%DOCSDIR%%/html/manual/usingcs/ownprojects/kdevproj/snap1.jpg -%%DOCSDIR%%/html/manual/usingcs/ownprojects/kdevproj/snap2.jpg -%%DOCSDIR%%/html/manual/usingcs/ownprojects/kdevproj/snap3.jpg -%%DOCSDIR%%/html/manual/usingcs/ownprojects/kdevproj/snap4.jpg -%%DOCSDIR%%/html/manual/usingcs/ownprojects/kdevproj/snap5.jpg -%%DOCSDIR%%/html/manual/usingcs/ownprojects/kdevproj/snap6.jpg -%%DOCSDIR%%/html/manual/usingcs/ownprojects/kdevproj/snap7.jpg -%%DOCSDIR%%/html/manual/usingcs/ownprojects/kdevproj/snap8.jpg -%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap0.jpg -%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap1.jpg -%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap10.jpg -%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap11.jpg -%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap12.jpg -%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap13.jpg -%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap14.jpg -%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap15.jpg -%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap16.jpg -%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap2.jpg -%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap3.jpg -%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap4.jpg -%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap5.jpg -%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap6.jpg -%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap7.jpg -%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap8.jpg -%%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj/snap9.jpg -%%DOCSDIR%%/html/api/DbgHelpAPI_8h-source.html -%%DOCSDIR%%/html/api/OSXAssistant_8h-source.html -%%DOCSDIR%%/html/api/OSXAssistant_8h.html -%%DOCSDIR%%/html/api/OSXDelegate2D_8h-source.html -%%DOCSDIR%%/html/api/OSXDriver2D_8h-source.html -%%DOCSDIR%%/html/api/OSXView_8h-source.html -%%DOCSDIR%%/html/api/OSXWindow_8h-source.html -%%DOCSDIR%%/html/api/algorithms_8h-source.html -%%DOCSDIR%%/html/api/algorithms_8h.html -%%DOCSDIR%%/html/api/animimg_8h-source.html -%%DOCSDIR%%/html/api/animimg_8h.html -%%DOCSDIR%%/html/api/annotated.html -%%DOCSDIR%%/html/api/ansicolor_8h-source.html -%%DOCSDIR%%/html/api/ansicolor_8h.html -%%DOCSDIR%%/html/api/aws_8h.html -%%DOCSDIR%%/html/api/ansiparse_8h-source.html -%%DOCSDIR%%/html/api/ansiparse_8h.html -%%DOCSDIR%%/html/api/archive_8h-source.html -%%DOCSDIR%%/html/api/archive_8h.html -%%DOCSDIR%%/html/api/array_8h-source.html -%%DOCSDIR%%/html/api/array_8h.html -%%DOCSDIR%%/html/api/aws2_8h-source.html -%%DOCSDIR%%/html/api/aws2_8h.html -%%DOCSDIR%%/html/api/aws_8h-source.html -%%DOCSDIR%%/html/api/awscnvs_8h-source.html -%%DOCSDIR%%/html/api/awsdefs_8h-source.html -%%DOCSDIR%%/html/api/awsdefs_8h.html -%%DOCSDIR%%/html/api/awsdock_8h-source.html -%%DOCSDIR%%/html/api/awsecomp_8h-source.html -%%DOCSDIR%%/html/api/awsparm_8h-source.html -%%DOCSDIR%%/html/api/bakekeycolor_8h-source.html -%%DOCSDIR%%/html/api/bakekeycolor_8h.html -%%DOCSDIR%%/html/api/basesteploader_8h-source.html -%%DOCSDIR%%/html/api/basesteploader_8h.html -%%DOCSDIR%%/html/api/basesteptype_8h-source.html -%%DOCSDIR%%/html/api/basesteptype_8h.html -%%DOCSDIR%%/html/api/basetexfact_8h-source.html -%%DOCSDIR%%/html/api/basetexfact_8h.html -%%DOCSDIR%%/html/api/bezier_8h-source.html -%%DOCSDIR%%/html/api/bezier_8h.html -%%DOCSDIR%%/html/api/bitarray_8h-source.html -%%DOCSDIR%%/html/api/bitarray_8h.html -%%DOCSDIR%%/html/api/bitmasktostr_8h-source.html -%%DOCSDIR%%/html/api/bitmasktostr_8h.html -%%DOCSDIR%%/html/api/blockallocator_8h-source.html -%%DOCSDIR%%/html/api/blockallocator_8h.html -%%DOCSDIR%%/html/api/box_8h-source.html -%%DOCSDIR%%/html/api/box_8h.html -%%DOCSDIR%%/html/api/bsptree_8h-source.html -%%DOCSDIR%%/html/api/bsptree_8h.html -%%DOCSDIR%%/html/api/bug.html -%%DOCSDIR%%/html/api/bugplug_8h-source.html -%%DOCSDIR%%/html/api/bugplug_8h.html -%%DOCSDIR%%/html/api/cache_8h-source.html -%%DOCSDIR%%/html/api/cache_8h.html -%%DOCSDIR%%/html/api/callstack_8h-source.html -%%DOCSDIR%%/html/api/callstack_8h.html -%%DOCSDIR%%/html/api/camera_8h-source.html -%%DOCSDIR%%/html/api/camera_8h.html -%%DOCSDIR%%/html/api/campos_8h-source.html -%%DOCSDIR%%/html/api/campos_8h.html -%%DOCSDIR%%/html/api/cfgacc_8h-source.html -%%DOCSDIR%%/html/api/cfgacc_8h.html -%%DOCSDIR%%/html/api/cfgdoc_8h-source.html -%%DOCSDIR%%/html/api/cfgdoc_8h.html -%%DOCSDIR%%/html/api/chainhull2d_8h-source.html -%%DOCSDIR%%/html/api/chainhull2d_8h.html -%%DOCSDIR%%/html/api/classCrystalSpace_1_1DocumentHelper_1_1Implementation_1_1FilterDocumentNodeIterator-members.html -%%DOCSDIR%%/html/api/classCrystalSpace_1_1DocumentHelper_1_1Implementation_1_1FilterDocumentNodeIterator.html -%%DOCSDIR%%/html/api/classCrystalSpace_1_1DocumentHelper_1_1Implementation_1_1FilterDocumentNodeIterator__inherit__graph.png -%%DOCSDIR%%/html/api/classCrystalSpace_1_1ImportKit-members.html -%%DOCSDIR%%/html/api/classCrystalSpace_1_1ImportKit.html -%%DOCSDIR%%/html/api/classCrystalSpace_1_1ImportKit_1_1Container-members.html -%%DOCSDIR%%/html/api/classCrystalSpace_1_1ImportKit_1_1Container.html -%%DOCSDIR%%/html/api/classCrystalSpace_1_1ImportKit_1_1Container_1_1Material-members.html -%%DOCSDIR%%/html/api/classCrystalSpace_1_1ImportKit_1_1Container_1_1Material.html -%%DOCSDIR%%/html/api/classCrystalSpace_1_1ImportKit_1_1Container_1_1Model-members.html -%%DOCSDIR%%/html/api/classCrystalSpace_1_1ImportKit_1_1Container_1_1Model.html -%%DOCSDIR%%/html/api/classCrystalSpace_1_1ImportKit_1_1Container_1_1Model_1_1Mesh-members.html -%%DOCSDIR%%/html/api/classCrystalSpace_1_1PCMSampleConverter-members.html -%%DOCSDIR%%/html/api/classCrystalSpace_1_1ImportKit_1_1Container_1_1Model_1_1Mesh.html -%%DOCSDIR%%/html/api/classCrystalSpace_1_1PCMSampleConverter.html -%%DOCSDIR%%/html/api/classCrystalSpace_1_1SoundCyclicBuffer-members.html -%%DOCSDIR%%/html/api/classCrystalSpace_1_1SoundCyclicBuffer.html -%%DOCSDIR%%/html/api/classDirectDetection-members.html -%%DOCSDIR%%/html/api/classDirectDetection.html -%%DOCSDIR%%/html/api/classDirectDetectionDevice-members.html -%%DOCSDIR%%/html/api/classDirectDetectionDevice.html -%%DOCSDIR%%/html/api/classawsEmbeddedComponent-members.html -%%DOCSDIR%%/html/api/classawsEmbeddedComponent.html -%%DOCSDIR%%/html/api/classawsEmbeddedComponentFactory-members.html -%%DOCSDIR%%/html/api/classawsEmbeddedComponentFactory.html -%%DOCSDIR%%/html/api/classawsEmbeddedComponentFactory__inherit__graph.png -%%DOCSDIR%%/html/api/classawsEmbeddedComponent__inherit__graph.png -%%DOCSDIR%%/html/api/classcsAnimatedPixmap-members.html -%%DOCSDIR%%/html/api/classcsAnimatedPixmap.html -%%DOCSDIR%%/html/api/classcsAnimatedPixmap__inherit__graph.png -%%DOCSDIR%%/html/api/classcsAnimationTemplate-members.html -%%DOCSDIR%%/html/api/classcsAnimationTemplate.html -%%DOCSDIR%%/html/api/classcsAnsiParser-members.html -%%DOCSDIR%%/html/api/classcsArchive.html -%%DOCSDIR%%/html/api/classcsAnsiParser.html -%%DOCSDIR%%/html/api/classcsApplicationFramework-members.html -%%DOCSDIR%%/html/api/classcsApplicationFramework.html -%%DOCSDIR%%/html/api/classcsApplicationFramework__inherit__graph.png -%%DOCSDIR%%/html/api/classcsApplicationRunner-members.html -%%DOCSDIR%%/html/api/classcsApplicationRunner.html -%%DOCSDIR%%/html/api/classcsArchive-members.html -%%DOCSDIR%%/html/api/classcsArray-members.html -%%DOCSDIR%%/html/api/classcsArray.html -%%DOCSDIR%%/html/api/classcsArrayCmp-members.html -%%DOCSDIR%%/html/api/classcsArrayCmp.html -%%DOCSDIR%%/html/api/classcsArrayElementHandler-members.html -%%DOCSDIR%%/html/api/tabs.css -%%DOCSDIR%%/html/api/classcsArrayElementHandler.html -%%DOCSDIR%%/html/api/classcsArrayMemoryAllocator-members.html -%%DOCSDIR%%/html/api/classcsArrayMemoryAllocator.html -%%DOCSDIR%%/html/api/classcsArray_1_1Iterator-members.html -%%DOCSDIR%%/html/api/classcsArray_1_1Iterator.html -%%DOCSDIR%%/html/api/classcsBSPTree-members.html -%%DOCSDIR%%/html/api/classcsBSPTree.html -%%DOCSDIR%%/html/api/classcsBSpline-members.html -%%DOCSDIR%%/html/api/classcsBSpline.html -%%DOCSDIR%%/html/api/classcsBSpline__inherit__graph.png -%%DOCSDIR%%/html/api/classcsBakeKeyColor-members.html -%%DOCSDIR%%/html/api/classcsBakeKeyColor.html -%%DOCSDIR%%/html/api/classcsBitArray.html -%%DOCSDIR%%/html/api/classcsBaseEventHandler-members.html -%%DOCSDIR%%/html/api/classcsBaseEventHandler.html -%%DOCSDIR%%/html/api/classcsBaseEventHandler_1_1EventHandlerImpl-members.html -%%DOCSDIR%%/html/api/classcsBaseEventHandler_1_1EventHandlerImpl.html -%%DOCSDIR%%/html/api/classcsBaseEventHandler_1_1EventHandlerImpl__inherit__graph.png -%%DOCSDIR%%/html/api/classcsBaseRenderStepLoader-members.html -%%DOCSDIR%%/html/api/classcsBaseRenderStepLoader.html -%%DOCSDIR%%/html/api/classcsBaseRenderStepLoader__inherit__graph.png -%%DOCSDIR%%/html/api/classcsBaseRenderStepType-members.html -%%DOCSDIR%%/html/api/classcsMD5.html -%%DOCSDIR%%/html/api/classcsBaseRenderStepType.html -%%DOCSDIR%%/html/api/classcsBaseRenderStepType__inherit__graph.png -%%DOCSDIR%%/html/api/classcsBaseTextureFactory-members.html -%%DOCSDIR%%/html/api/classcsBaseTextureFactory.html -%%DOCSDIR%%/html/api/classcsBaseTextureFactory__inherit__graph.png -%%DOCSDIR%%/html/api/classcsBitArray-members.html -%%DOCSDIR%%/html/api/classcsBitArray_1_1BitProxy-members.html -%%DOCSDIR%%/html/api/classcsBitArray_1_1BitProxy.html -%%DOCSDIR%%/html/api/classcsBitmaskToString-members.html -%%DOCSDIR%%/html/api/classcsBitmaskToString.html -%%DOCSDIR%%/html/api/classcsBlockAllocator-members.html -%%DOCSDIR%%/html/api/classcsBlockAllocator.html -%%DOCSDIR%%/html/api/classcsBlockAllocatorAlignPolicy-members.html -%%DOCSDIR%%/html/api/classcsBlockAllocatorAlignPolicy.html -%%DOCSDIR%%/html/api/classcsBlockAllocatorNormalBlockPolicy-members.html -%%DOCSDIR%%/html/api/classcsBlockAllocatorNormalBlockPolicy.html -%%DOCSDIR%%/html/api/classcsBox2-members.html -%%DOCSDIR%%/html/api/classcsBox2.html -%%DOCSDIR%%/html/api/classcsBox2Int-members.html -%%DOCSDIR%%/html/api/classcsBox2Int.html -%%DOCSDIR%%/html/api/classcsBox3-members.html -%%DOCSDIR%%/html/api/classcsBox3.html -%%DOCSDIR%%/html/api/classcsBox3__inherit__graph.png -%%DOCSDIR%%/html/api/classcsClipper.html -%%DOCSDIR%%/html/api/classcsBoxClipper-members.html -%%DOCSDIR%%/html/api/classcsBoxClipper.html -%%DOCSDIR%%/html/api/classcsBoxClipper__inherit__graph.png -%%DOCSDIR%%/html/api/classcsCallStack-members.html -%%DOCSDIR%%/html/api/classcsCallStack.html -%%DOCSDIR%%/html/api/classcsCallStackHelper-members.html -%%DOCSDIR%%/html/api/classcsCallStackHelper.html -%%DOCSDIR%%/html/api/classcsCatmullRomSpline-members.html -%%DOCSDIR%%/html/api/classcsCatmullRomSpline.html -%%DOCSDIR%%/html/api/classcsCatmullRomSpline__inherit__graph.png -%%DOCSDIR%%/html/api/classcsChainHull2D-members.html -%%DOCSDIR%%/html/api/classcsChainHull2D.html -%%DOCSDIR%%/html/api/classcsColor.html -%%DOCSDIR%%/html/api/classcsClipper-members.html -%%DOCSDIR%%/html/api/classcsClipper__inherit__graph.png -%%DOCSDIR%%/html/api/classcsColliderActor-members.html -%%DOCSDIR%%/html/api/classcsColliderActor.html -%%DOCSDIR%%/html/api/classcsColliderHelper-members.html -%%DOCSDIR%%/html/api/classcsColliderHelper.html -%%DOCSDIR%%/html/api/classcsColliderWrapper-members.html -%%DOCSDIR%%/html/api/classcsColliderWrapper.html -%%DOCSDIR%%/html/api/classcsColliderWrapper__inherit__graph.png -%%DOCSDIR%%/html/api/classcsColor-members.html -%%DOCSDIR%%/html/api/classcsColor4-members.html -%%DOCSDIR%%/html/api/classcsColor4.html -%%DOCSDIR%%/html/api/classcsColorQuantizer.html -%%DOCSDIR%%/html/api/classcsColor4__inherit__graph.png -%%DOCSDIR%%/html/api/classcsColorQuantizer-members.html -%%DOCSDIR%%/html/api/classcsColor__inherit__graph.png -%%DOCSDIR%%/html/api/classcsCommandEventHelper-members.html -%%DOCSDIR%%/html/api/classcsCommandEventHelper.html -%%DOCSDIR%%/html/api/classcsCommandLineHelper-members.html -%%DOCSDIR%%/html/api/classcsCommandLineHelper.html -%%DOCSDIR%%/html/api/classcsCommandLineParser-members.html -%%DOCSDIR%%/html/api/classcsCommandLineParser.html -%%DOCSDIR%%/html/api/classcsCommandLineParser__inherit__graph.png -%%DOCSDIR%%/html/api/classcsCommonImageFile-members.html -%%DOCSDIR%%/html/api/classcsCommonImageFile.html -%%DOCSDIR%%/html/api/classcsCommonImageFileLoader-members.html -%%DOCSDIR%%/html/api/classcsCommonImageFileLoader.html -%%DOCSDIR%%/html/api/classcsCommonImageFileLoader__inherit__graph.png -%%DOCSDIR%%/html/api/classcsCommonImageFile_1_1LoaderJob-members.html -%%DOCSDIR%%/html/api/classcsComparator.html -%%DOCSDIR%%/html/api/classcsCommonImageFile_1_1LoaderJob.html -%%DOCSDIR%%/html/api/classcsCommonImageFile_1_1LoaderJob__inherit__graph.png -%%DOCSDIR%%/html/api/classcsCommonImageFile__inherit__graph.png -%%DOCSDIR%%/html/api/classcsComparator-members.html -%%DOCSDIR%%/html/api/csblur.png -%%DOCSDIR%%/html/api/classcsComparatorString-members.html -%%DOCSDIR%%/html/api/classcsComparatorString.html -%%DOCSDIR%%/html/api/classcsComparatorStruct-members.html -%%DOCSDIR%%/html/api/classcsComparatorStruct.html -%%DOCSDIR%%/html/api/classcsComparator_3_01const_01char_01_5_00_01const_01char_01_5_01_4-members.html -%%DOCSDIR%%/html/api/classcsComparator_3_01const_01char_01_5_00_01const_01char_01_5_01_4.html -%%DOCSDIR%%/html/api/classcsComparator_3_01const_01char_01_5_00_01const_01char_01_5_01_4__inherit__graph.png -%%DOCSDIR%%/html/api/classcsComparator_3_01csStrKey_00_01csStrKey_01_4.html -%%DOCSDIR%%/html/api/classcsComparator_3_01csBitArray_00_01csBitArray_01_4-members.html -%%DOCSDIR%%/html/api/classcsComparator_3_01csBitArray_00_01csBitArray_01_4.html -%%DOCSDIR%%/html/api/classcsComparator_3_01csInputDefinition_00_01csInputDefinition_01_4-members.html -%%DOCSDIR%%/html/api/classcsComparator_3_01csInputDefinition_00_01csInputDefinition_01_4.html -%%DOCSDIR%%/html/api/classcsComparator_3_01csRGBcolor_00_01csRGBcolor_01_4-members.html -%%DOCSDIR%%/html/api/classcsComparator_3_01csRGBcolor_00_01csRGBcolor_01_4.html -%%DOCSDIR%%/html/api/classcsCondition.html -%%DOCSDIR%%/html/api/classcsComparator_3_01csRGBcolor_01_5_00_01csRGBcolor_01_5_01_4-members.html -%%DOCSDIR%%/html/api/classcsComparator_3_01csRGBcolor_01_5_00_01csRGBcolor_01_5_01_4.html -%%DOCSDIR%%/html/api/classcsComparator_3_01csStrKey_00_01csStrKey_01_4-members.html -%%DOCSDIR%%/html/api/classcsComparator_3_01csStrKey_00_01csStrKey_01_4__inherit__graph.png -%%DOCSDIR%%/html/api/classcsComparator_3_01csStringBase_00_01csStringBase_01_4-members.html -%%DOCSDIR%%/html/api/classcsComparator_3_01csStringBase_00_01csStringBase_01_4.html -%%DOCSDIR%%/html/api/classcsCondition-members.html -%%DOCSDIR%%/html/api/classcsComparator_3_01csStringBase_00_01csStringBase_01_4__inherit__graph.png -%%DOCSDIR%%/html/api/classcsComparator_3_01csString_00_01csString_01_4-members.html -%%DOCSDIR%%/html/api/classcsComparator_3_01csString_00_01csString_01_4.html -%%DOCSDIR%%/html/api/classcsComparator_3_01csString_00_01csString_01_4__inherit__graph.png -%%DOCSDIR%%/html/api/classcsCondition__inherit__graph.png -%%DOCSDIR%%/html/api/classcsConfigAccess-members.html -%%DOCSDIR%%/html/api/classcsConfigAccess.html -%%DOCSDIR%%/html/api/classcsConfigDocument-members.html -%%DOCSDIR%%/html/api/classcsConfigDocument.html -%%DOCSDIR%%/html/api/classcsConfigDocument__inherit__graph.png -%%DOCSDIR%%/html/api/classcsConfigFile-members.html -%%DOCSDIR%%/html/api/classcsConfigFile.html -%%DOCSDIR%%/html/api/classcsConfigFile__inherit__graph.png -%%DOCSDIR%%/html/api/classcsConfigManager-members.html -%%DOCSDIR%%/html/api/classcsConfigManager.html -%%DOCSDIR%%/html/api/classcsConfigManager__inherit__graph.png -%%DOCSDIR%%/html/api/classcsCoverageTile-members.html -%%DOCSDIR%%/html/api/classcsCoverageTile.html -%%DOCSDIR%%/html/api/classcsCubicSpline-members.html -%%DOCSDIR%%/html/api/classcsCubicSpline.html -%%DOCSDIR%%/html/api/classcsCubicSpline__inherit__graph.png -%%DOCSDIR%%/html/api/classcsCursorConverter-members.html -%%DOCSDIR%%/html/api/classcsCursorConverter.html -%%DOCSDIR%%/html/api/classcsDIntersect3-members.html -%%DOCSDIR%%/html/api/classcsDIntersect3.html -%%DOCSDIR%%/html/api/classcsDMath3-members.html -%%DOCSDIR%%/html/api/classcsDMath3.html -%%DOCSDIR%%/html/api/classcsDMatrix3-members.html -%%DOCSDIR%%/html/api/classcsDMatrix3.html -%%DOCSDIR%%/html/api/classcsDPlane-members.html -%%DOCSDIR%%/html/api/classcsDPlane.html -%%DOCSDIR%%/html/api/classcsDSquaredDist-members.html -%%DOCSDIR%%/html/api/classcsDSquaredDist.html -%%DOCSDIR%%/html/api/classcsDVector3-members.html -%%DOCSDIR%%/html/api/classcsDVector3.html -%%DOCSDIR%%/html/api/classcsDataBuffer-members.html -%%DOCSDIR%%/html/api/classcsDataBuffer.html -%%DOCSDIR%%/html/api/classcsDataBuffer__inherit__graph.png -%%DOCSDIR%%/html/api/classcsDebugImageWriter-members.html -%%DOCSDIR%%/html/api/classcsDebugImageWriter.html -%%DOCSDIR%%/html/api/classcsDebuggingGraph-members.html -%%DOCSDIR%%/html/api/classcsDebuggingGraph.html -%%DOCSDIR%%/html/api/classcsDirectionalLightProc-members.html -%%DOCSDIR%%/html/api/classcsDirectionalLightProc.html -%%DOCSDIR%%/html/api/classcsDirtyAccessArray-members.html -%%DOCSDIR%%/html/api/classcsDirtyAccessArray.html -%%DOCSDIR%%/html/api/classcsDocumentNodeCommon.html -%%DOCSDIR%%/html/api/classcsDirtyAccessArray__inherit__graph.png -%%DOCSDIR%%/html/api/classcsDocumentAttributeCommon-members.html -%%DOCSDIR%%/html/api/classcsDocumentAttributeCommon.html -%%DOCSDIR%%/html/api/classcsDocumentAttributeCommon__inherit__graph.png -%%DOCSDIR%%/html/api/classcsDocumentNodeCommon-members.html -%%DOCSDIR%%/html/api/classcsDocumentNodeCommon__inherit__graph.png -%%DOCSDIR%%/html/api/classcsDocumentNodeReadOnly-members.html -%%DOCSDIR%%/html/api/classcsDocumentNodeReadOnly.html -%%DOCSDIR%%/html/api/classcsEllipsoid-members.html -%%DOCSDIR%%/html/api/classcsDocumentNodeReadOnly__inherit__graph.png -%%DOCSDIR%%/html/api/classcsEllipsoid.html -%%DOCSDIR%%/html/api/classcsEmptyDocumentAttributeIterator-members.html -%%DOCSDIR%%/html/api/classcsEmptyDocumentAttributeIterator.html -%%DOCSDIR%%/html/api/classcsEmptyDocumentAttributeIterator__inherit__graph.png -%%DOCSDIR%%/html/api/classcsEmptyDocumentNodeIterator-members.html -%%DOCSDIR%%/html/api/classcsEmptyDocumentNodeIterator.html -%%DOCSDIR%%/html/api/classcsEmptyDocumentNodeIterator__inherit__graph.png -%%DOCSDIR%%/html/api/classcsEngineTools-members.html -%%DOCSDIR%%/html/api/classcsEngineTools.html -%%DOCSDIR%%/html/api/classcsEvent-members.html -%%DOCSDIR%%/html/api/classcsOBB.html -%%DOCSDIR%%/html/api/classcsEvent.html -%%DOCSDIR%%/html/api/classcsEventAttributeIterator-members.html -%%DOCSDIR%%/html/api/classcsEventAttributeIterator.html -%%DOCSDIR%%/html/api/classcsEventAttributeIterator__inherit__graph.png -%%DOCSDIR%%/html/api/classcsEventCord-members.html -%%DOCSDIR%%/html/api/classcsEventCord.html -%%DOCSDIR%%/html/api/classcsEventCord__inherit__graph.png -%%DOCSDIR%%/html/api/classcsEventFlattener-members.html -%%DOCSDIR%%/html/api/classcsEventFlattener.html -%%DOCSDIR%%/html/api/classcsEventHandlerRegistry-members.html -%%DOCSDIR%%/html/api/classcsEventHandlerRegistry.html -%%DOCSDIR%%/html/api/classcsEventOutlet.html -%%DOCSDIR%%/html/api/classcsEventHandlerRegistry__inherit__graph.png -%%DOCSDIR%%/html/api/classcsEventNameRegistry-members.html -%%DOCSDIR%%/html/api/classcsEventNameRegistry.html -%%DOCSDIR%%/html/api/classcsEventNameRegistry__inherit__graph.png -%%DOCSDIR%%/html/api/classcsEventOutlet-members.html -%%DOCSDIR%%/html/api/classcsEventOutlet__inherit__graph.png -%%DOCSDIR%%/html/api/classcsEventQueue-members.html -%%DOCSDIR%%/html/api/classcsEventQueue.html -%%DOCSDIR%%/html/api/classcsEventQueue_1_1FinalProcessFrameEventDispatcher-members.html -%%DOCSDIR%%/html/api/classcsEventQueue_1_1FinalProcessFrameEventDispatcher.html -%%DOCSDIR%%/html/api/classcsEventQueue_1_1FinalProcessFrameEventDispatcher__inherit__graph.png -%%DOCSDIR%%/html/api/classcsEventQueue_1_1PostProcessFrameEventDispatcher-members.html -%%DOCSDIR%%/html/api/classcsEventQueue_1_1PostProcessFrameEventDispatcher.html -%%DOCSDIR%%/html/api/classcsEventQueue_1_1PostProcessFrameEventDispatcher__inherit__graph.png -%%DOCSDIR%%/html/api/classcsEventQueue_1_1PreProcessFrameEventDispatcher-members.html -%%DOCSDIR%%/html/api/classcsEventQueue_1_1PreProcessFrameEventDispatcher.html -%%DOCSDIR%%/html/api/classcsEventQueue__inherit__graph.png -%%DOCSDIR%%/html/api/classcsEventQueue_1_1PreProcessFrameEventDispatcher__inherit__graph.png -%%DOCSDIR%%/html/api/classcsEventQueue_1_1ProcessFrameEventDispatcher-members.html -%%DOCSDIR%%/html/api/classcsEventQueue_1_1ProcessFrameEventDispatcher.html -%%DOCSDIR%%/html/api/classcsEventQueue_1_1ProcessFrameEventDispatcher__inherit__graph.png -%%DOCSDIR%%/html/api/classcsEventTimer-members.html -%%DOCSDIR%%/html/api/classcsEventTimer.html -%%DOCSDIR%%/html/api/classcsEventTimer__inherit__graph.png -%%DOCSDIR%%/html/api/classcsEventTree-members.html -%%DOCSDIR%%/html/api/classcsEventTree.html -%%DOCSDIR%%/html/api/classcsPen.html -%%DOCSDIR%%/html/api/classcsEventTree_1_1SubscriberIterator-members.html -%%DOCSDIR%%/html/api/classcsEventTree_1_1SubscriberIterator.html -%%DOCSDIR%%/html/api/classcsEventTree__inherit__graph.png -%%DOCSDIR%%/html/api/classcsEvent__inherit__graph.png -%%DOCSDIR%%/html/api/classcsFIFO-members.html -%%DOCSDIR%%/html/api/classcsFIFO.html -%%DOCSDIR%%/html/api/classcsFileReadHelper-members.html -%%DOCSDIR%%/html/api/classcsFileReadHelper.html -%%DOCSDIR%%/html/api/classcsFixed16-members.html -%%DOCSDIR%%/html/api/classcsFixed16.html -%%DOCSDIR%%/html/api/classcsFixed24-members.html -%%DOCSDIR%%/html/api/classcsFixed24.html -%%DOCSDIR%%/html/api/classcsFlags-members.html -%%DOCSDIR%%/html/api/classcsFlags.html -%%DOCSDIR%%/html/api/classcsFmtDefaultReader-members.html -%%DOCSDIR%%/html/api/classcsFmtDefaultReader.html -%%DOCSDIR%%/html/api/classcsFmtDefaultWriter-members.html -%%DOCSDIR%%/html/api/classcsFmtDefaultWriter.html -%%DOCSDIR%%/html/api/classcsFogInfo-members.html -%%DOCSDIR%%/html/api/classcsFogInfo.html -%%DOCSDIR%%/html/api/classcsFogMath-members.html -%%DOCSDIR%%/html/api/classcsFogMath.html -%%DOCSDIR%%/html/api/classcsFontCache-members.html -%%DOCSDIR%%/html/api/classcsFontCache.html -%%DOCSDIR%%/html/api/classcsFontCache_1_1PlaneGlyphElementHandler-members.html -%%DOCSDIR%%/html/api/classcsFrameDataHolder.html -%%DOCSDIR%%/html/api/classcsFontCache_1_1PlaneGlyphElementHandler.html -%%DOCSDIR%%/html/api/classcsFontCache_1_1PlaneGlyphElementHandler__inherit__graph.png -%%DOCSDIR%%/html/api/classcsFontCache__inherit__graph.png -%%DOCSDIR%%/html/api/classcsFrameDataHolder-members.html -%%DOCSDIR%%/html/api/classcsFrustum-members.html -%%DOCSDIR%%/html/api/classcsFrustum.html -%%DOCSDIR%%/html/api/classcsFrustumContext-members.html -%%DOCSDIR%%/html/api/classcsFrustumContext.html -%%DOCSDIR%%/html/api/classcsG2DDrawBox-members.html -%%DOCSDIR%%/html/api/classcsG2DDrawBox.html -%%DOCSDIR%%/html/api/classcsG2DDrawLine-members.html -%%DOCSDIR%%/html/api/classcsHash.html -%%DOCSDIR%%/html/api/classcsG2DDrawLine.html -%%DOCSDIR%%/html/api/classcsG2DDrawText-members.html -%%DOCSDIR%%/html/api/classcsG2DDrawText.html -%%DOCSDIR%%/html/api/classcsGLDriverDatabase-members.html -%%DOCSDIR%%/html/api/classcsGLDriverDatabase.html -%%DOCSDIR%%/html/api/classcsGLFontCache-members.html -%%DOCSDIR%%/html/api/classcsGLFontCache.html -%%DOCSDIR%%/html/api/classcsGLFontCache__inherit__graph.png -%%DOCSDIR%%/html/api/classcsGLScreenShot-members.html -%%DOCSDIR%%/html/api/classcsGLScreenShot.html -%%DOCSDIR%%/html/api/classcsGLScreenShot__inherit__graph.png -%%DOCSDIR%%/html/api/classcsGLStateCache-members.html -%%DOCSDIR%%/html/api/classcsKDTree.html -%%DOCSDIR%%/html/api/classcsGLStateCache.html -%%DOCSDIR%%/html/api/classcsGLStateCacheContext-members.html -%%DOCSDIR%%/html/api/classcsGLStateCacheContext.html -%%DOCSDIR%%/html/api/classcsGenerateImage-members.html -%%DOCSDIR%%/html/api/classcsGenerateImage.html -%%DOCSDIR%%/html/api/classcsGenerateImageLayer-members.html -%%DOCSDIR%%/html/api/classcsGenerateImageLayer.html -%%DOCSDIR%%/html/api/classcsGenerateImageTexture-members.html -%%DOCSDIR%%/html/api/classcsGenerateImageTexture.html -%%DOCSDIR%%/html/api/classcsGenerateImageTextureBlend-members.html -%%DOCSDIR%%/html/api/classcsGenerateImageTextureBlend.html -%%DOCSDIR%%/html/api/csblurb.png -%%DOCSDIR%%/html/api/classcsGenerateImageTextureBlend__inherit__graph.png -%%DOCSDIR%%/html/api/classcsGenerateImageTextureSingle-members.html -%%DOCSDIR%%/html/api/classcsGenerateImageTextureSingle.html -%%DOCSDIR%%/html/api/classcsGenerateImageTextureSingle__inherit__graph.png -%%DOCSDIR%%/html/api/classcsGenerateImageTextureSolid-members.html -%%DOCSDIR%%/html/api/classcsGenerateImageTextureSolid.html -%%DOCSDIR%%/html/api/classcsGenerateImageTextureSolid__inherit__graph.png -%%DOCSDIR%%/html/api/classcsGenerateImageTexture__inherit__graph.png -%%DOCSDIR%%/html/api/classcsGenerateImageValue-members.html -%%DOCSDIR%%/html/api/classcsGenerateImageValue.html -%%DOCSDIR%%/html/api/classcsGenerateImageValueFunc-members.html -%%DOCSDIR%%/html/api/classcsGenerateImageValueFunc.html -%%DOCSDIR%%/html/api/classcsGenerateImageValueFuncConst-members.html -%%DOCSDIR%%/html/api/classcsGenerateImageValueFuncConst.html -%%DOCSDIR%%/html/api/classcsGenerateImageValueFuncConst__inherit__graph.png -%%DOCSDIR%%/html/api/classcsGenerateImageValueFuncTex-members.html -%%DOCSDIR%%/html/api/classcsGenerateImageValueFuncTex.html -%%DOCSDIR%%/html/api/classcsGenerateImageValueFuncTex__inherit__graph.png -%%DOCSDIR%%/html/api/classcsGeomDebugHelper.html -%%DOCSDIR%%/html/api/classcsGenerateImageValueFunc__inherit__graph.png -%%DOCSDIR%%/html/api/classcsGenerateImageValue__inherit__graph.png -%%DOCSDIR%%/html/api/classcsGeomDebugHelper-members.html -%%DOCSDIR%%/html/api/classcsGeomDebugHelper__inherit__graph.png -%%DOCSDIR%%/html/api/classcsGradient-members.html -%%DOCSDIR%%/html/api/classcsGradient.html -%%DOCSDIR%%/html/api/classcsGraphics2D-members.html -%%DOCSDIR%%/html/api/classcsGraphics2D.html -%%DOCSDIR%%/html/api/classcsGraphics2DGLCommon-members.html -%%DOCSDIR%%/html/api/classcsGraphics2DGLCommon.html -%%DOCSDIR%%/html/api/classcsGraphics2DGLCommon_1_1csGLPixelFormatPicker.html -%%DOCSDIR%%/html/api/classcsGraphics2DGLCommon_1_1csGLPixelFormatPicker-members.html -%%DOCSDIR%%/html/api/classcsGraphics2DGLCommon__inherit__graph.png -%%DOCSDIR%%/html/api/classcsGraphics2D__inherit__graph.png -%%DOCSDIR%%/html/api/classcsHash-members.html -%%DOCSDIR%%/html/api/classcsHashComputer-members.html -%%DOCSDIR%%/html/api/classcsHashComputer.html -%%DOCSDIR%%/html/api/classcsHashComputerIntegral-members.html -%%DOCSDIR%%/html/api/classcsHashComputerIntegral.html -%%DOCSDIR%%/html/api/classcsHashComputerString-members.html -%%DOCSDIR%%/html/api/classcsHashComputerString.html -%%DOCSDIR%%/html/api/classcsHashReversible.html -%%DOCSDIR%%/html/api/classcsHashComputerStruct-members.html -%%DOCSDIR%%/html/api/classcsHashComputerStruct.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01const_01char_01_5_01_4-members.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01const_01char_01_5_01_4.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01const_01char_01_5_01_4__inherit__graph.png -%%DOCSDIR%%/html/api/classcsHashComputer_3_01const_01csEventID_01_4-members.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01const_01csEventID_01_4.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01const_01csHandlerID_01_4-members.html -%%DOCSDIR%%/html/api/doxygen.css -%%DOCSDIR%%/html/api/classcsHashComputer_3_01const_01csHandlerID_01_4.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01csBitArray_01_4-members.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01csBitArray_01_4.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01csInputDefinition_01_4-members.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01csInputDefinition_01_4.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01double_01_4-members.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01double_01_4.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01float_01_4-members.html -%%DOCSDIR%%/html/api/classcsImageBase.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01float_01_4.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01iEventHandler_01_5_01_4-members.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01iEventHandler_01_5_01_4.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01iEventHandler_01_5_01_4__inherit__graph.png -%%DOCSDIR%%/html/api/classcsHashComputer_3_01int_01_4-members.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01int_01_4.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01int_01_4__inherit__graph.png -%%DOCSDIR%%/html/api/classcsHashComputer_3_01long_01_4-members.html -%%DOCSDIR%%/html/api/classcsList.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01long_01_4.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01long_01_4__inherit__graph.png -%%DOCSDIR%%/html/api/classcsHashComputer_3_01longlong_01_4-members.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01longlong_01_4.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01longlong_01_4__inherit__graph.png -%%DOCSDIR%%/html/api/classcsHashComputer_3_01ulonglong_01_4-members.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01ulonglong_01_4.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01ulonglong_01_4__inherit__graph.png -%%DOCSDIR%%/html/api/classcsHash_1_1Iterator.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01unsigned_01int_01_4-members.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01unsigned_01int_01_4.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01unsigned_01int_01_4__inherit__graph.png -%%DOCSDIR%%/html/api/classcsHashComputer_3_01unsigned_01long_01_4-members.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01unsigned_01long_01_4.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01unsigned_01long_01_4__inherit__graph.png -%%DOCSDIR%%/html/api/classcsHashComputer_3_01void_01_5_01_4-members.html -%%DOCSDIR%%/html/api/classcsHashReversible-members.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01void_01_5_01_4.html -%%DOCSDIR%%/html/api/classcsHashComputer_3_01void_01_5_01_4__inherit__graph.png -%%DOCSDIR%%/html/api/classcsHashReversible__inherit__graph.png -%%DOCSDIR%%/html/api/classcsHash_1_1GlobalIterator-members.html -%%DOCSDIR%%/html/api/classcsHash_1_1GlobalIterator.html -%%DOCSDIR%%/html/api/classcsHash_1_1Iterator-members.html -%%DOCSDIR%%/html/api/classcsHash__inherit__graph.png -%%DOCSDIR%%/html/api/classcsIdentStrings-members.html -%%DOCSDIR%%/html/api/classcsIdentStrings.html -%%DOCSDIR%%/html/api/classcsImageBase-members.html -%%DOCSDIR%%/html/api/classcsImageManipulate.html -%%DOCSDIR%%/html/api/classcsImageBase__inherit__graph.png -%%DOCSDIR%%/html/api/classcsImageCubeMapMaker-members.html -%%DOCSDIR%%/html/api/classcsImageCubeMapMaker.html -%%DOCSDIR%%/html/api/classcsImageCubeMapMaker__inherit__graph.png -%%DOCSDIR%%/html/api/classcsImageLoaderOptionsParser-members.html -%%DOCSDIR%%/html/api/classcsImageLoaderOptionsParser.html -%%DOCSDIR%%/html/api/classcsImageManipulate-members.html -%%DOCSDIR%%/html/api/classcsImageMemory-members.html -%%DOCSDIR%%/html/api/classcsImageMemory.html -%%DOCSDIR%%/html/api/classcsImageMemory__inherit__graph.png -%%DOCSDIR%%/html/api/classcsImageTools-members.html -%%DOCSDIR%%/html/api/classcsImageTools.html -%%DOCSDIR%%/html/api/classcsImageVolumeMaker-members.html -%%DOCSDIR%%/html/api/classcsImageVolumeMaker.html -%%DOCSDIR%%/html/api/classcsImageVolumeMaker__inherit__graph.png -%%DOCSDIR%%/html/api/classcsInitializer-members.html -%%DOCSDIR%%/html/api/classcsInitializer.html -%%DOCSDIR%%/html/api/classcsInitializer__inherit__graph.png -%%DOCSDIR%%/html/api/classcsInputBinder-members.html -%%DOCSDIR%%/html/api/classcsInputBinder.html -%%DOCSDIR%%/html/api/classcsInputBinder__inherit__graph.png -%%DOCSDIR%%/html/api/classcsInputDefinition-members.html -%%DOCSDIR%%/html/api/classcsInputDefinition.html -%%DOCSDIR%%/html/api/doxygen.png -%%DOCSDIR%%/html/api/classcsInputDriver-members.html -%%DOCSDIR%%/html/api/classcsInputDriver.html -%%DOCSDIR%%/html/api/classcsInputDriver__inherit__graph.png -%%DOCSDIR%%/html/api/classcsInputEventHelper-members.html -%%DOCSDIR%%/html/api/classcsInputEventHelper.html -%%DOCSDIR%%/html/api/classcsInstallationPathsHelper-members.html -%%DOCSDIR%%/html/api/classcsInstallationPathsHelper.html -%%DOCSDIR%%/html/api/classcsIntersect2-members.html -%%DOCSDIR%%/html/api/classcsIntersect2.html -%%DOCSDIR%%/html/api/classcsIntersect3-members.html -%%DOCSDIR%%/html/api/classcsIntersect3.html -%%DOCSDIR%%/html/api/classcsJoystickDriver-members.html -%%DOCSDIR%%/html/api/files.html -%%DOCSDIR%%/html/api/classcsJoystickDriver.html -%%DOCSDIR%%/html/api/classcsJoystickDriver__inherit__graph.png -%%DOCSDIR%%/html/api/classcsJoystickEventHelper-members.html -%%DOCSDIR%%/html/api/classcsJoystickEventHelper.html -%%DOCSDIR%%/html/api/classcsKDTree-members.html -%%DOCSDIR%%/html/api/classcsKDTreeChild-members.html -%%DOCSDIR%%/html/api/classcsKDTreeChild.html -%%DOCSDIR%%/html/api/classcsKDTree__inherit__graph.png -%%DOCSDIR%%/html/api/classcsKeyComposer-members.html -%%DOCSDIR%%/html/api/classcsKeyComposer.html -%%DOCSDIR%%/html/api/classcsKeyComposer__inherit__graph.png -%%DOCSDIR%%/html/api/classcsKeyEventHelper-members.html -%%DOCSDIR%%/html/api/index.html -%%DOCSDIR%%/html/api/classcsKeyEventHelper.html -%%DOCSDIR%%/html/api/classcsKeyValuePair-members.html -%%DOCSDIR%%/html/api/classcsKeyValuePair.html -%%DOCSDIR%%/html/api/classcsKeyValuePair__inherit__graph.png -%%DOCSDIR%%/html/api/classcsKeyboardDriver-members.html -%%DOCSDIR%%/html/api/classcsKeyboardDriver.html -%%DOCSDIR%%/html/api/classcsKeyboardDriver__inherit__graph.png -%%DOCSDIR%%/html/api/classcsLightShaderVarCache-members.html -%%DOCSDIR%%/html/api/classcsLightShaderVarCache.html -%%DOCSDIR%%/html/api/classcsList-members.html -%%DOCSDIR%%/html/api/classcsList_1_1Iterator-members.html -%%DOCSDIR%%/html/api/classcsList_1_1Iterator.html -%%DOCSDIR%%/html/api/classcsMD5-members.html -%%DOCSDIR%%/html/api/classcsMapNode-members.html -%%DOCSDIR%%/html/api/classcsMapNode.html -%%DOCSDIR%%/html/api/classcsMapNode__inherit__graph.png -%%DOCSDIR%%/html/api/classcsMath2-members.html -%%DOCSDIR%%/html/api/classcsMath2.html -%%DOCSDIR%%/html/api/classcsMath3-members.html -%%DOCSDIR%%/html/api/classcsMath3.html -%%DOCSDIR%%/html/api/classcsMatrix2-members.html -%%DOCSDIR%%/html/api/classcsMatrix2.html -%%DOCSDIR%%/html/api/classcsMatrix3-members.html -%%DOCSDIR%%/html/api/classcsMatrix3.html -%%DOCSDIR%%/html/api/classcsMatrix3__inherit__graph.png -%%DOCSDIR%%/html/api/classcsMeasureTime-members.html -%%DOCSDIR%%/html/api/classcsMeasureTime.html -%%DOCSDIR%%/html/api/classcsMemFile-members.html -%%DOCSDIR%%/html/api/classcsMemFile.html -%%DOCSDIR%%/html/api/classcsMemFile__inherit__graph.png -%%DOCSDIR%%/html/api/classcsMemoryMappedIO-members.html -%%DOCSDIR%%/html/api/classcsMemoryMappedIO.html -%%DOCSDIR%%/html/api/classcsMemoryMappedIO__inherit__graph.png -%%DOCSDIR%%/html/api/classcsMemoryMapping-members.html -%%DOCSDIR%%/html/api/classcsMemoryMapping.html -%%DOCSDIR%%/html/api/classcsMemoryMapping__inherit__graph.png -%%DOCSDIR%%/html/api/classcsMemoryPool-members.html -%%DOCSDIR%%/html/api/classcsMemoryPool.html -%%DOCSDIR%%/html/api/classcsMeshFactory-members.html -%%DOCSDIR%%/html/api/classcsMutex.html -%%DOCSDIR%%/html/api/classcsMeshFactory.html -%%DOCSDIR%%/html/api/classcsMeshFactory__inherit__graph.png -%%DOCSDIR%%/html/api/classcsMeshObject-members.html -%%DOCSDIR%%/html/api/classcsMeshObject.html -%%DOCSDIR%%/html/api/classcsMeshObject__inherit__graph.png -%%DOCSDIR%%/html/api/classcsMeshType-members.html -%%DOCSDIR%%/html/api/classcsMeshType.html -%%DOCSDIR%%/html/api/classcsMeshType__inherit__graph.png -%%DOCSDIR%%/html/api/classcsMouseDriver-members.html -%%DOCSDIR%%/html/api/classcsMouseDriver.html -%%DOCSDIR%%/html/api/classcsMouseDriver__inherit__graph.png -%%DOCSDIR%%/html/api/classcsMouseEventHelper-members.html -%%DOCSDIR%%/html/api/classcsObject.html -%%DOCSDIR%%/html/api/classcsMouseEventHelper.html -%%DOCSDIR%%/html/api/classcsMutex-members.html -%%DOCSDIR%%/html/api/classcsMutex__inherit__graph.png -%%DOCSDIR%%/html/api/classcsNewParticleSystem-members.html -%%DOCSDIR%%/html/api/classcsNewParticleSystem.html -%%DOCSDIR%%/html/api/classcsNewParticleSystem__inherit__graph.png -%%DOCSDIR%%/html/api/classcsNewtonianParticleSystem-members.html -%%DOCSDIR%%/html/api/classcsNewtonianParticleSystem.html -%%DOCSDIR%%/html/api/classcsNewtonianParticleSystem__inherit__graph.png -%%DOCSDIR%%/html/api/classcsNodeIterator-members.html -%%DOCSDIR%%/html/api/classcsNodeIterator.html -%%DOCSDIR%%/html/api/classcsNormalCalculator-members.html -%%DOCSDIR%%/html/api/classcsNormalCalculator.html -%%DOCSDIR%%/html/api/classcsNormalMappingTools-members.html -%%DOCSDIR%%/html/api/classcsNormalMappingTools.html -%%DOCSDIR%%/html/api/classcsNormalizationCubeAccessor-members.html -%%DOCSDIR%%/html/api/classcsNormalizationCubeAccessor.html -%%DOCSDIR%%/html/api/classcsNormalizationCubeAccessor__inherit__graph.png -%%DOCSDIR%%/html/api/classcsNullCacheManager-members.html -%%DOCSDIR%%/html/api/classcsNullCacheManager.html -%%DOCSDIR%%/html/api/classcsNullCacheManager__inherit__graph.png -%%DOCSDIR%%/html/api/classcsPath.html -%%DOCSDIR%%/html/api/classcsOBB-members.html -%%DOCSDIR%%/html/api/classcsOBBFrozen-members.html -%%DOCSDIR%%/html/api/classcsOBBFrozen.html -%%DOCSDIR%%/html/api/classcsOBB__inherit__graph.png -%%DOCSDIR%%/html/api/classcsObject-members.html -%%DOCSDIR%%/html/api/classcsObjectModel-members.html -%%DOCSDIR%%/html/api/classcsObjectModel.html -%%DOCSDIR%%/html/api/classcsObjectModel__inherit__graph.png -%%DOCSDIR%%/html/api/classcsObjectRegistry-members.html -%%DOCSDIR%%/html/api/classcsObjectRegistry.html -%%DOCSDIR%%/html/api/classcsObjectRegistry__inherit__graph.png -%%DOCSDIR%%/html/api/classcsObject__inherit__graph.png -%%DOCSDIR%%/html/api/classcsOrthoTransform.html -%%DOCSDIR%%/html/api/classcsOrthoTransform-members.html -%%DOCSDIR%%/html/api/classcsOrthoTransform__inherit__graph.png -%%DOCSDIR%%/html/api/classcsPDelArray-members.html -%%DOCSDIR%%/html/api/classcsPDelArray.html -%%DOCSDIR%%/html/api/classcsPDelArrayElementHandler-members.html -%%DOCSDIR%%/html/api/classcsPDelArrayElementHandler.html -%%DOCSDIR%%/html/api/classcsPDelArray__inherit__graph.png -%%DOCSDIR%%/html/api/classcsParasiticDataBuffer-members.html -%%DOCSDIR%%/html/api/classcsParasiticDataBuffer.html -%%DOCSDIR%%/html/api/classcsParasiticDataBufferBase-members.html -%%DOCSDIR%%/html/api/classcsParasiticDataBufferBase.html -%%DOCSDIR%%/html/api/classcsParasiticDataBufferBase__inherit__graph.png -%%DOCSDIR%%/html/api/classcsParasiticDataBufferPooled-members.html -%%DOCSDIR%%/html/api/classcsParasiticDataBufferPooled.html -%%DOCSDIR%%/html/api/classcsParasiticDataBufferPooled__inherit__graph.png -%%DOCSDIR%%/html/api/classcsParasiticDataBuffer__inherit__graph.png -%%DOCSDIR%%/html/api/classcsPartialOrder-members.html -%%DOCSDIR%%/html/api/classcsPartialOrder.html -%%DOCSDIR%%/html/api/classcsPartialOrder_1_1Node-members.html -%%DOCSDIR%%/html/api/classcsPartialOrder_1_1Node.html -%%DOCSDIR%%/html/api/classcsParticleSystem-members.html -%%DOCSDIR%%/html/api/classcsParticleSystem.html -%%DOCSDIR%%/html/api/classcsParticleSystem__inherit__graph.png -%%DOCSDIR%%/html/api/classcsPath-members.html -%%DOCSDIR%%/html/api/classcsPath__inherit__graph.png -%%DOCSDIR%%/html/api/classcsPathsList-members.html -%%DOCSDIR%%/html/api/classcsPathsList.html -%%DOCSDIR%%/html/api/classcsPathsUtilities-members.html -%%DOCSDIR%%/html/api/classcsPathsUtilities.html -%%DOCSDIR%%/html/api/classcsPen-members.html -%%DOCSDIR%%/html/api/classcsPen__inherit__graph.png -%%DOCSDIR%%/html/api/classcsPhysicalFile-members.html -%%DOCSDIR%%/html/api/classcsPhysicalFile.html -%%DOCSDIR%%/html/api/classcsPixMixerCopy-members.html -%%DOCSDIR%%/html/api/classcsPhysicalFile__inherit__graph.png -%%DOCSDIR%%/html/api/classcsPixMixerCopy.html -%%DOCSDIR%%/html/api/classcsPixMixerNoop-members.html -%%DOCSDIR%%/html/api/classcsPixMixerNoop.html -%%DOCSDIR%%/html/api/classcsPixMixerRGBA-members.html -%%DOCSDIR%%/html/api/classcsPixMixerRGBA.html -%%DOCSDIR%%/html/api/classcsPixmap-members.html -%%DOCSDIR%%/html/api/classcsPixmap.html -%%DOCSDIR%%/html/api/classcsPixmap__inherit__graph.png -%%DOCSDIR%%/html/api/classcsPlane2-members.html -%%DOCSDIR%%/html/api/classcsPlane2.html -%%DOCSDIR%%/html/api/classcsPlane3-members.html -%%DOCSDIR%%/html/api/classcsPlane3.html -%%DOCSDIR%%/html/api/classcsPluginList.html -%%DOCSDIR%%/html/api/classcsPlatformMemoryMappingDummy-members.html -%%DOCSDIR%%/html/api/classcsPlatformMemoryMappingDummy.html -%%DOCSDIR%%/html/api/classcsPlatformMemoryMappingPosix-members.html -%%DOCSDIR%%/html/api/classcsPlatformMemoryMappingPosix.html -%%DOCSDIR%%/html/api/classcsPlatformMemoryMappingWin32-members.html -%%DOCSDIR%%/html/api/classcsPlatformMemoryMappingWin32.html -%%DOCSDIR%%/html/api/classcsPluginList-members.html -%%DOCSDIR%%/html/api/classcsPluginList__inherit__graph.png -%%DOCSDIR%%/html/api/classcsPluginLoader-members.html -%%DOCSDIR%%/html/api/classcsPluginLoader.html -%%DOCSDIR%%/html/api/classcsPoly2D.html -%%DOCSDIR%%/html/api/classcsPluginManager-members.html -%%DOCSDIR%%/html/api/classcsPluginManager.html -%%DOCSDIR%%/html/api/classcsPluginManager__inherit__graph.png -%%DOCSDIR%%/html/api/classcsPluginRequest-members.html -%%DOCSDIR%%/html/api/classcsPluginRequest.html -%%DOCSDIR%%/html/api/classcsPointLightProc-members.html -%%DOCSDIR%%/html/api/classcsPointLightProc.html -%%DOCSDIR%%/html/api/classcsPoly2D-members.html -%%DOCSDIR%%/html/api/classcsPoly2DEdges-members.html -%%DOCSDIR%%/html/api/classcsPoly2DEdges.html -%%DOCSDIR%%/html/api/classcsPoly2DEdgesPool-members.html -%%DOCSDIR%%/html/api/classcsPoly2DEdgesPool.html -%%DOCSDIR%%/html/api/classcsPoly2DPool.html -%%DOCSDIR%%/html/api/classcsPoly2DFactory-members.html -%%DOCSDIR%%/html/api/classcsPoly2DFactory.html -%%DOCSDIR%%/html/api/classcsPoly2DPool-members.html -%%DOCSDIR%%/html/api/classcsPoly3D-members.html -%%DOCSDIR%%/html/api/classcsPoly3D.html -%%DOCSDIR%%/html/api/classcsPoly3D__inherit__graph.png -%%DOCSDIR%%/html/api/classcsPolyIndexed-members.html -%%DOCSDIR%%/html/api/classcsPolyIndexed.html -%%DOCSDIR%%/html/api/classcsPolygonClipper-members.html -%%DOCSDIR%%/html/api/classcsPolygonClipper.html -%%DOCSDIR%%/html/api/classcsPolygonClipper__inherit__graph.png -%%DOCSDIR%%/html/api/classcsPolygonMesh-members.html -%%DOCSDIR%%/html/api/classcsPolygonMesh.html -%%DOCSDIR%%/html/api/classcsPolygonMeshBox-members.html -%%DOCSDIR%%/html/api/classcsPolygonMeshBox.html -%%DOCSDIR%%/html/api/classcsPolygonMeshBox__inherit__graph.png -%%DOCSDIR%%/html/api/classcsPolygonMeshTools-members.html -%%DOCSDIR%%/html/api/classcsPolygonMeshTools.html -%%DOCSDIR%%/html/api/classcsPolygonMesh__inherit__graph.png -%%DOCSDIR%%/html/api/classcsPoolEvent-members.html -%%DOCSDIR%%/html/api/classcsPoolEvent.html -%%DOCSDIR%%/html/api/classcsPoolEvent__inherit__graph.png -%%DOCSDIR%%/html/api/classcsPrefixConfig-members.html -%%DOCSDIR%%/html/api/classcsPrefixConfig.html -%%DOCSDIR%%/html/api/classcsPrimitives-members.html -%%DOCSDIR%%/html/api/classcsPrefixConfig__inherit__graph.png -%%DOCSDIR%%/html/api/classcsPrimitives.html -%%DOCSDIR%%/html/api/classcsPrintfFormatter-members.html -%%DOCSDIR%%/html/api/classcsPrintfFormatter.html -%%DOCSDIR%%/html/api/classcsProcAnimated-members.html -%%DOCSDIR%%/html/api/classcsProcAnimated.html -%%DOCSDIR%%/html/api/classcsProcAnimated__inherit__graph.png -%%DOCSDIR%%/html/api/classcsProcTexture-members.html -%%DOCSDIR%%/html/api/classcsProcTexture.html -%%DOCSDIR%%/html/api/classcsProcTexture__inherit__graph.png -%%DOCSDIR%%/html/api/classcsProcessorCapability-members.html -%%DOCSDIR%%/html/api/classcsProcessorCapability.html -%%DOCSDIR%%/html/api/classcsProgressPulse-members.html -%%DOCSDIR%%/html/api/classcsProgressPulse.html -%%DOCSDIR%%/html/api/classcsPtr-members.html -%%DOCSDIR%%/html/api/classcsPtr.html -%%DOCSDIR%%/html/api/classcsPtrKey-members.html -%%DOCSDIR%%/html/api/classcsPtrKey.html -%%DOCSDIR%%/html/api/classcsQuaternion-members.html -%%DOCSDIR%%/html/api/classcsQuaternion.html -%%DOCSDIR%%/html/api/classcsRadixSorter-members.html -%%DOCSDIR%%/html/api/classcsRadixSorter.html -%%DOCSDIR%%/html/api/classcsRandomFloatGen-members.html -%%DOCSDIR%%/html/api/classcsRandomFloatGen.html -%%DOCSDIR%%/html/api/classcsRandomGen-members.html -%%DOCSDIR%%/html/api/classcsRandomGen.html -%%DOCSDIR%%/html/api/classcsRect-members.html -%%DOCSDIR%%/html/api/classcsRect.html -%%DOCSDIR%%/html/api/classcsRectRegion-members.html -%%DOCSDIR%%/html/api/classcsRectRegion.html -%%DOCSDIR%%/html/api/classcsRedBlackTree-members.html -%%DOCSDIR%%/html/api/classcsRedBlackTree.html -%%DOCSDIR%%/html/api/classcsRedBlackTreeMap-members.html -%%DOCSDIR%%/html/api/classcsRedBlackTreeMap.html -%%DOCSDIR%%/html/api/classcsRedBlackTreeMap__inherit__graph.png -%%DOCSDIR%%/html/api/classcsRedBlackTreePayload-members.html -%%DOCSDIR%%/html/api/classcsRedBlackTreePayload.html -%%DOCSDIR%%/html/api/classcsRef-members.html -%%DOCSDIR%%/html/api/classcsRef.html -%%DOCSDIR%%/html/api/job_8h.html -%%DOCSDIR%%/html/api/classcsRefArray-members.html -%%DOCSDIR%%/html/api/classcsRefArray.html -%%DOCSDIR%%/html/api/classcsRefArrayElementHandler-members.html -%%DOCSDIR%%/html/api/classcsRefArrayElementHandler.html -%%DOCSDIR%%/html/api/classcsRefArrayObject-members.html -%%DOCSDIR%%/html/api/classcsRefArrayObject.html -%%DOCSDIR%%/html/api/classcsRefArrayObject__inherit__graph.png -%%DOCSDIR%%/html/api/classcsRefArray__inherit__graph.png -%%DOCSDIR%%/html/api/classcsRefCount-members.html -%%DOCSDIR%%/html/api/classcsRefCount.html -%%DOCSDIR%%/html/api/classcsRefCount__inherit__graph.png -%%DOCSDIR%%/html/api/classcsRefTrackerAccess-members.html -%%DOCSDIR%%/html/api/classcsRefTrackerAccess.html -%%DOCSDIR%%/html/api/classcsRegExpMatcher-members.html -%%DOCSDIR%%/html/api/classcsRegExpMatcher.html -%%DOCSDIR%%/html/api/classcsRenderBuffer-members.html -%%DOCSDIR%%/html/api/classcsRenderBuffer.html -%%DOCSDIR%%/html/api/classcsRenderBufferHolder-members.html -%%DOCSDIR%%/html/api/classcsRenderBufferHolder.html -%%DOCSDIR%%/html/api/classcsRenderBufferHolder__inherit__graph.png -%%DOCSDIR%%/html/api/classcsRenderBufferLock-members.html -%%DOCSDIR%%/html/api/classcsRenderBufferLock.html -%%DOCSDIR%%/html/api/classcsRenderBuffer__inherit__graph.png -%%DOCSDIR%%/html/api/classcsRunnable.html -%%DOCSDIR%%/html/api/classcsRenderContext-members.html -%%DOCSDIR%%/html/api/classcsRenderContext.html -%%DOCSDIR%%/html/api/classcsRenderMeshHolder-members.html -%%DOCSDIR%%/html/api/classcsRenderMeshHolder.html -%%DOCSDIR%%/html/api/classcsRenderMeshList-members.html -%%DOCSDIR%%/html/api/classcsRenderMeshList.html -%%DOCSDIR%%/html/api/classcsRenderStepParser-members.html -%%DOCSDIR%%/html/api/classcsRenderStepParser.html -%%DOCSDIR%%/html/api/classcsReporterHelper-members.html -%%DOCSDIR%%/html/api/classcsReporterHelper.html -%%DOCSDIR%%/html/api/classcsReversibleTransform-members.html -%%DOCSDIR%%/html/api/classcsReversibleTransform.html -%%DOCSDIR%%/html/api/classcsReversibleTransform__inherit__graph.png -%%DOCSDIR%%/html/api/classcsRunnable-members.html -%%DOCSDIR%%/html/api/classcsSafeCopyArray-members.html -%%DOCSDIR%%/html/api/classcsSafeCopyArray.html -%%DOCSDIR%%/html/api/classcsSafeCopyArrayMemoryAllocator-members.html -%%DOCSDIR%%/html/api/classcsSafeCopyArrayMemoryAllocator.html -%%DOCSDIR%%/html/api/classcsSafeCopyArray__inherit__graph.png -%%DOCSDIR%%/html/api/classcsScfStringSet-members.html -%%DOCSDIR%%/html/api/classcsScfStringSet.html -%%DOCSDIR%%/html/api/classcsScfStringSet__inherit__graph.png -%%DOCSDIR%%/html/api/classcsSchedule-members.html -%%DOCSDIR%%/html/api/classcsSchedule.html -%%DOCSDIR%%/html/api/classcsScopedMutexLock-members.html -%%DOCSDIR%%/html/api/classcsScopedMutexLock.html -%%DOCSDIR%%/html/api/classcsScreenShot-members.html -%%DOCSDIR%%/html/api/classcsScreenShot.html -%%DOCSDIR%%/html/api/classcsScreenShot__inherit__graph.png -%%DOCSDIR%%/html/api/classcsSegment2-members.html -%%DOCSDIR%%/html/api/classcsSegment2.html -%%DOCSDIR%%/html/api/classcsSegment3-members.html -%%DOCSDIR%%/html/api/classcsSegment3.html -%%DOCSDIR%%/html/api/classcsSemaphore-members.html -%%DOCSDIR%%/html/api/classcsSemaphore.html -%%DOCSDIR%%/html/api/classcsSemaphore__inherit__graph.png -%%DOCSDIR%%/html/api/classcsSet-members.html -%%DOCSDIR%%/html/api/classcsSet.html -%%DOCSDIR%%/html/api/classcsSet_1_1GlobalIterator-members.html -%%DOCSDIR%%/html/api/classcsSet_1_1GlobalIterator.html -%%DOCSDIR%%/html/api/classcsShaderExpression-members.html -%%DOCSDIR%%/html/api/classcsShaderExpression.html -%%DOCSDIR%%/html/api/classcsShaderExpressionAccessor-members.html -%%DOCSDIR%%/html/api/classcsShaderExpressionAccessor.html -%%DOCSDIR%%/html/api/classcsShaderExpressionAccessor__inherit__graph.png -%%DOCSDIR%%/html/api/classcsShaderProgram-members.html -%%DOCSDIR%%/html/api/classcsShaderProgram.html -%%DOCSDIR%%/html/api/classcsSndFunc.html -%%DOCSDIR%%/html/api/classcsShaderProgram__inherit__graph.png -%%DOCSDIR%%/html/api/classcsShaderVarBlockAlloc-members.html -%%DOCSDIR%%/html/api/classcsShaderVarBlockAlloc.html -%%DOCSDIR%%/html/api/classcsShaderVariable-members.html -%%DOCSDIR%%/html/api/classcsShaderVariable.html -%%DOCSDIR%%/html/api/classcsShaderVariableContext-members.html -%%DOCSDIR%%/html/api/classcsShaderVariableContext.html -%%DOCSDIR%%/html/api/classcsShaderVariableContext__inherit__graph.png -%%DOCSDIR%%/html/api/classcsShaderVariableFrameHolder-members.html -%%DOCSDIR%%/html/api/classcsShaderVariableFrameHolder.html -%%DOCSDIR%%/html/api/classcsSolidSpace.html -%%DOCSDIR%%/html/api/classcsShaderVariable__inherit__graph.png -%%DOCSDIR%%/html/api/classcsSimplePixmap-members.html -%%DOCSDIR%%/html/api/classcsSimplePixmap.html -%%DOCSDIR%%/html/api/classcsSimplePixmap__inherit__graph.png -%%DOCSDIR%%/html/api/classcsSndFunc-members.html -%%DOCSDIR%%/html/api/classcsSoftFontCache-members.html -%%DOCSDIR%%/html/api/classcsSoftFontCache.html -%%DOCSDIR%%/html/api/classcsSoftFontCacheImpl-members.html -%%DOCSDIR%%/html/api/classcsSoftFontCacheImpl.html -%%DOCSDIR%%/html/api/classcsSoftFontCacheImpl__inherit__graph.png -%%DOCSDIR%%/html/api/classcsSoftFontCache__inherit__graph.png -%%DOCSDIR%%/html/api/lod_8h.html -%%DOCSDIR%%/html/api/classcsSolidSpace-members.html -%%DOCSDIR%%/html/api/classcsSoundDataRaw-members.html -%%DOCSDIR%%/html/api/classcsSoundDataRaw.html -%%DOCSDIR%%/html/api/classcsSoundDataRaw__inherit__graph.png -%%DOCSDIR%%/html/api/classcsSoundHandle-members.html -%%DOCSDIR%%/html/api/classcsSoundHandle.html -%%DOCSDIR%%/html/api/classcsSoundHandle__inherit__graph.png -%%DOCSDIR%%/html/api/classcsSoundListener-members.html -%%DOCSDIR%%/html/api/classcsSoundListener.html -%%DOCSDIR%%/html/api/classcsSoundListener__inherit__graph.png -%%DOCSDIR%%/html/api/classcsSoundWrapper-members.html -%%DOCSDIR%%/html/api/classcsSoundWrapper.html -%%DOCSDIR%%/html/api/classcsSoundWrapper__inherit__graph.png -%%DOCSDIR%%/html/api/classcsSparse3D-members.html -%%DOCSDIR%%/html/api/classcsSparse3D.html -%%DOCSDIR%%/html/api/classcsSparse3D__inherit__graph.png -%%DOCSDIR%%/html/api/classcsSphere-members.html -%%DOCSDIR%%/html/api/classcsSphere.html -%%DOCSDIR%%/html/api/classcsSpline-members.html -%%DOCSDIR%%/html/api/classcsSpline.html -%%DOCSDIR%%/html/api/classcsSpline__inherit__graph.png -%%DOCSDIR%%/html/api/classcsSpotLightProc-members.html -%%DOCSDIR%%/html/api/classcsSpotLightProc.html -%%DOCSDIR%%/html/api/classcsSquaredDist-members.html -%%DOCSDIR%%/html/api/classcsSquaredDist.html -%%DOCSDIR%%/html/api/classes.html -%%DOCSDIR%%/html/api/classcsStrKey-members.html -%%DOCSDIR%%/html/api/classcsStrKey.html -%%DOCSDIR%%/html/api/classcsString-members.html -%%DOCSDIR%%/html/api/classcsString.html -%%DOCSDIR%%/html/api/classcsStringArray-members.html -%%DOCSDIR%%/html/api/classcsStringArray.html -%%DOCSDIR%%/html/api/classcsStringArrayElementHandler-members.html -%%DOCSDIR%%/html/api/classcsStringArrayElementHandler.html -%%DOCSDIR%%/html/api/classcsStringArray__inherit__graph.png -%%DOCSDIR%%/html/api/classcsStringBase-members.html -%%DOCSDIR%%/html/api/classcsStringBase.html -%%DOCSDIR%%/html/api/classcsStringBase__inherit__graph.png -%%DOCSDIR%%/html/api/classcsStringFast-members.html -%%DOCSDIR%%/html/api/classcsStringFast.html -%%DOCSDIR%%/html/api/classcsStringFast_3_010_01_4-members.html -%%DOCSDIR%%/html/api/classcsStringFast_3_010_01_4.html -%%DOCSDIR%%/html/api/classcsStringFast_3_010_01_4__inherit__graph.png -%%DOCSDIR%%/html/api/classcsStringFast__inherit__graph.png -%%DOCSDIR%%/html/api/classcsStringHash-members.html -%%DOCSDIR%%/html/api/classcsStringHash.html -%%DOCSDIR%%/html/api/classcsStringReader-members.html -%%DOCSDIR%%/html/api/classcsStringReader.html -%%DOCSDIR%%/html/api/classcsStringSet-members.html -%%DOCSDIR%%/html/api/classcsStringSet.html -%%DOCSDIR%%/html/api/classcsString__inherit__graph.png -%%DOCSDIR%%/html/api/classcsSubRectangles-members.html -%%DOCSDIR%%/html/api/classcsSubRectangles.html -%%DOCSDIR%%/html/api/classcsSubRectangles_1_1SubRect-members.html -%%DOCSDIR%%/html/api/classcsSubRectangles_1_1SubRect.html -%%DOCSDIR%%/html/api/classcsTextProgressMeter-members.html -%%DOCSDIR%%/html/api/classcsTextProgressMeter.html -%%DOCSDIR%%/html/api/classcsTextProgressMeter__inherit__graph.png -%%DOCSDIR%%/html/api/classcsTextureHandle-members.html -%%DOCSDIR%%/html/api/classcsTextureHandle.html -%%DOCSDIR%%/html/api/classcsTextureHandle__inherit__graph.png -%%DOCSDIR%%/html/api/classcsTextureManager-members.html -%%DOCSDIR%%/html/api/classcsTextureManager.html -%%DOCSDIR%%/html/api/classcsTextureManager__inherit__graph.png -%%DOCSDIR%%/html/api/classcsTextureTrans-members.html -%%DOCSDIR%%/html/api/classcsTextureTrans.html -%%DOCSDIR%%/html/api/classcsThread-members.html -%%DOCSDIR%%/html/api/classcsThread.html -%%DOCSDIR%%/html/api/classcsThreadJobQueue-members.html -%%DOCSDIR%%/html/api/classcsThreadJobQueue.html -%%DOCSDIR%%/html/api/classcsThreadJobQueue__inherit__graph.png -%%DOCSDIR%%/html/api/classcsThread__inherit__graph.png -%%DOCSDIR%%/html/api/classcsTiledCoverageBuffer-members.html -%%DOCSDIR%%/html/api/classcsTiledCoverageBuffer.html -%%DOCSDIR%%/html/api/classcsTiledCoverageBuffer__inherit__graph.png -%%DOCSDIR%%/html/api/classcsTinyDocumentSystem-members.html -%%DOCSDIR%%/html/api/classcsTinyDocumentSystem.html -%%DOCSDIR%%/html/api/classcsTinyDocumentSystem__inherit__graph.png -%%DOCSDIR%%/html/api/classcsTransform-members.html -%%DOCSDIR%%/html/api/classcsTransform.html -%%DOCSDIR%%/html/api/classcsTransform__inherit__graph.png -%%DOCSDIR%%/html/api/classcsTreeNode-members.html -%%DOCSDIR%%/html/api/classcsTreeNode.html -%%DOCSDIR%%/html/api/classcsTreeNode__inherit__graph.png -%%DOCSDIR%%/html/api/classcsTriangleLODAlgo-members.html -%%DOCSDIR%%/html/api/classcsVector2.html -%%DOCSDIR%%/html/api/classcsTriangleLODAlgo.html -%%DOCSDIR%%/html/api/classcsTriangleLODAlgoEdge-members.html -%%DOCSDIR%%/html/api/classcsTriangleLODAlgoEdge.html -%%DOCSDIR%%/html/api/classcsTriangleLODAlgoEdge__inherit__graph.png -%%DOCSDIR%%/html/api/classcsTriangleLODAlgo__inherit__graph.png -%%DOCSDIR%%/html/api/classcsTriangleMesh-members.html -%%DOCSDIR%%/html/api/classcsTriangleMesh.html -%%DOCSDIR%%/html/api/classcsTriangleMeshLOD-members.html -%%DOCSDIR%%/html/api/classcsTriangleMeshLOD.html -%%DOCSDIR%%/html/api/classcsTriangleVertex-members.html -%%DOCSDIR%%/html/api/classcsTriangleVertex.html -%%DOCSDIR%%/html/api/classcsTriangleVertexCost.html -%%DOCSDIR%%/html/api/classcsTriangleVertexCost-members.html -%%DOCSDIR%%/html/api/classcsTriangleVertexCost__inherit__graph.png -%%DOCSDIR%%/html/api/classcsTriangleVertex__inherit__graph.png -%%DOCSDIR%%/html/api/classcsTriangleVertices-members.html -%%DOCSDIR%%/html/api/classcsTriangleVertices.html -%%DOCSDIR%%/html/api/classcsTriangleVerticesCost-members.html -%%DOCSDIR%%/html/api/classcsTriangleVerticesCost.html -%%DOCSDIR%%/html/api/classcsTriangleVerticesSorted-members.html -%%DOCSDIR%%/html/api/classcsTriangleVerticesSorted.html -%%DOCSDIR%%/html/api/classcsTriangulate2-members.html -%%DOCSDIR%%/html/api/classcsVector3.html -%%DOCSDIR%%/html/api/classcsTriangulate2.html -%%DOCSDIR%%/html/api/classcsTypedObjectIterator-members.html -%%DOCSDIR%%/html/api/classcsTypedObjectIterator.html -%%DOCSDIR%%/html/api/classcsUnicodeTransform-members.html -%%DOCSDIR%%/html/api/classcsUnicodeTransform.html -%%DOCSDIR%%/html/api/classcsUserRenderBufferManager-members.html -%%DOCSDIR%%/html/api/classcsUserRenderBufferManager.html -%%DOCSDIR%%/html/api/classcsVector2-members.html -%%DOCSDIR%%/html/api/classcsVector3-members.html -%%DOCSDIR%%/html/api/classcsVector3Array-members.html -%%DOCSDIR%%/html/api/classcsVector3Array.html -%%DOCSDIR%%/html/api/classcsVector3Array__inherit__graph.png -%%DOCSDIR%%/html/api/classcsVector4-members.html -%%DOCSDIR%%/html/api/classcsVector4.html -%%DOCSDIR%%/html/api/classcsVector4T-members.html -%%DOCSDIR%%/html/api/classcsVector4T.html -%%DOCSDIR%%/html/api/classcsVector4__inherit__graph.png -%%DOCSDIR%%/html/api/classcsVerbosityManager-members.html -%%DOCSDIR%%/html/api/classcsVerbosityManager.html -%%DOCSDIR%%/html/api/classcsVerbosityManager__inherit__graph.png -%%DOCSDIR%%/html/api/classcsVerbosityParser-members.html -%%DOCSDIR%%/html/api/classcsVerbosityParser.html -%%DOCSDIR%%/html/api/classcsVertexCompressor-members.html -%%DOCSDIR%%/html/api/classcsVertexCompressor.html -%%DOCSDIR%%/html/api/clip2d_8h.html -%%DOCSDIR%%/html/api/classcsVertexLightCalculator-members.html -%%DOCSDIR%%/html/api/classcsVertexLightCalculator.html -%%DOCSDIR%%/html/api/classcsVertexLightCalculator__inherit__graph.png -%%DOCSDIR%%/html/api/classcsVfsCacheManager-members.html -%%DOCSDIR%%/html/api/classcsVfsCacheManager.html -%%DOCSDIR%%/html/api/classcsVfsCacheManager__inherit__graph.png -%%DOCSDIR%%/html/api/classcsVfsDirectoryChanger-members.html -%%DOCSDIR%%/html/api/classcsVfsDirectoryChanger.html -%%DOCSDIR%%/html/api/classcsView-members.html -%%DOCSDIR%%/html/api/classcsView.html -%%DOCSDIR%%/html/api/classcsView__inherit__graph.png -%%DOCSDIR%%/html/api/classcsWeakRef.html -%%DOCSDIR%%/html/api/classcsVirtualClock-members.html -%%DOCSDIR%%/html/api/classcsVirtualClock.html -%%DOCSDIR%%/html/api/classcsVirtualClock__inherit__graph.png -%%DOCSDIR%%/html/api/classcsWeakRef-members.html -%%DOCSDIR%%/html/api/classcsWeakRefArray-members.html -%%DOCSDIR%%/html/api/classcsWeakRefArray.html -%%DOCSDIR%%/html/api/classcsWeakRefArray__inherit__graph.png -%%DOCSDIR%%/html/api/classcsWideSparse3D-members.html -%%DOCSDIR%%/html/api/classcsWideSparse3D.html -%%DOCSDIR%%/html/api/classcsWideSparse3D__inherit__graph.png -%%DOCSDIR%%/html/api/classcsWin32CustomCursors-members.html -%%DOCSDIR%%/html/api/classcsWin32CustomCursors.html -%%DOCSDIR%%/html/api/classcsWin32RegistryConfig-members.html -%%DOCSDIR%%/html/api/classcsWin32RegistryConfig.html -%%DOCSDIR%%/html/api/classcsWin32RegistryConfig__inherit__graph.png -%%DOCSDIR%%/html/api/classcsWin32RegistryIterator-members.html -%%DOCSDIR%%/html/api/classcsWin32RegistryIterator.html -%%DOCSDIR%%/html/api/classcsWin32RegistryIterator__inherit__graph.png -%%DOCSDIR%%/html/api/classcsXRotMatrix3-members.html -%%DOCSDIR%%/html/api/classcsXRotMatrix3.html -%%DOCSDIR%%/html/api/classcsXRotMatrix3__inherit__graph.png -%%DOCSDIR%%/html/api/classcsXScaleMatrix3-members.html -%%DOCSDIR%%/html/api/classcsXScaleMatrix3.html -%%DOCSDIR%%/html/api/classcsXScaleMatrix3__inherit__graph.png -%%DOCSDIR%%/html/api/classcsYRotMatrix3-members.html -%%DOCSDIR%%/html/api/classcsYRotMatrix3.html -%%DOCSDIR%%/html/api/classcsYRotMatrix3__inherit__graph.png -%%DOCSDIR%%/html/api/classcsYScaleMatrix3-members.html -%%DOCSDIR%%/html/api/classcsYScaleMatrix3.html -%%DOCSDIR%%/html/api/classcsYScaleMatrix3__inherit__graph.png -%%DOCSDIR%%/html/api/classcsZRotMatrix3-members.html -%%DOCSDIR%%/html/api/classcsZRotMatrix3.html -%%DOCSDIR%%/html/api/classcsZRotMatrix3__inherit__graph.png -%%DOCSDIR%%/html/api/classcsZScaleMatrix3-members.html -%%DOCSDIR%%/html/api/classcsZScaleMatrix3.html -%%DOCSDIR%%/html/api/classcsZScaleMatrix3__inherit__graph.png -%%DOCSDIR%%/html/api/classcswinCallStackHelper-members.html -%%DOCSDIR%%/html/api/classcswinCallStackHelper.html -%%DOCSDIR%%/html/api/classcswinMinidumpWriter-members.html -%%DOCSDIR%%/html/api/classcswinMinidumpWriter.html -%%DOCSDIR%%/html/api/classscfFakeInterface.html -%%DOCSDIR%%/html/api/classscfImplementation-members.html -%%DOCSDIR%%/html/api/classscfImplementation.html -%%DOCSDIR%%/html/api/classscfImplementation0-members.html -%%DOCSDIR%%/html/api/classscfImplementation0.html -%%DOCSDIR%%/html/api/classscfImplementation0__inherit__graph.png -%%DOCSDIR%%/html/api/classscfString.html -%%DOCSDIR%%/html/api/classscfImplementation1-members.html -%%DOCSDIR%%/html/api/classscfImplementation1.html -%%DOCSDIR%%/html/api/classscfImplementation1__inherit__graph.png -%%DOCSDIR%%/html/api/classscfImplementation2-members.html -%%DOCSDIR%%/html/api/classscfImplementation2.html -%%DOCSDIR%%/html/api/classscfImplementation2__inherit__graph.png -%%DOCSDIR%%/html/api/classscfImplementation3-members.html -%%DOCSDIR%%/html/api/classscfImplementation3.html -%%DOCSDIR%%/html/api/classscfImplementation3__inherit__graph.png -%%DOCSDIR%%/html/api/classscfImplementation4-members.html -%%DOCSDIR%%/html/api/classscfImplementation4.html -%%DOCSDIR%%/html/api/classscfImplementation4__inherit__graph.png -%%DOCSDIR%%/html/api/classscfImplementation5-members.html -%%DOCSDIR%%/html/api/classscfImplementation5.html -%%DOCSDIR%%/html/api/classscfImplementation5__inherit__graph.png -%%DOCSDIR%%/html/api/classscfImplementation6-members.html -%%DOCSDIR%%/html/api/classscfImplementation6.html -%%DOCSDIR%%/html/api/classscfImplementation6__inherit__graph.png -%%DOCSDIR%%/html/api/classscfImplementationExt0-members.html -%%DOCSDIR%%/html/api/classscfImplementationExt0.html -%%DOCSDIR%%/html/api/classscfImplementationExt1-members.html -%%DOCSDIR%%/html/api/classscfImplementationExt1.html -%%DOCSDIR%%/html/api/classscfImplementationExt2-members.html -%%DOCSDIR%%/html/api/classscfImplementationExt2.html -%%DOCSDIR%%/html/api/classscfImplementationExt3-members.html -%%DOCSDIR%%/html/api/classscfImplementationExt3.html -%%DOCSDIR%%/html/api/classscfImplementationExt4-members.html -%%DOCSDIR%%/html/api/classscfImplementationExt4.html -%%DOCSDIR%%/html/api/classscfImplementationExt5-members.html -%%DOCSDIR%%/html/api/classscfImplementationExt5.html -%%DOCSDIR%%/html/api/classscfImplementationExt6-members.html -%%DOCSDIR%%/html/api/classscfImplementationExt6.html -%%DOCSDIR%%/html/api/classscfImplementation__inherit__graph.png -%%DOCSDIR%%/html/api/obb_8h.html -%%DOCSDIR%%/html/api/classscfInterfaceTraits-members.html -%%DOCSDIR%%/html/api/classscfInterfaceTraits.html -%%DOCSDIR%%/html/api/classscfString-members.html -%%DOCSDIR%%/html/api/classscfStringArray-members.html -%%DOCSDIR%%/html/api/classscfStringArray.html -%%DOCSDIR%%/html/api/classscfStringArray__inherit__graph.png -%%DOCSDIR%%/html/api/classscfString__inherit__graph.png -%%DOCSDIR%%/html/api/clip2d_8h-source.html -%%DOCSDIR%%/html/api/cmdhelp_8h-source.html -%%DOCSDIR%%/html/api/cmdhelp_8h.html -%%DOCSDIR%%/html/api/collectn_8h-source.html -%%DOCSDIR%%/html/api/collectn_8h.html -%%DOCSDIR%%/html/api/commonimagefile_8h-source.html -%%DOCSDIR%%/html/api/comp_8h-source.html -%%DOCSDIR%%/html/api/commonimagefile_8h.html -%%DOCSDIR%%/html/api/comp_8h.html -%%DOCSDIR%%/html/api/comparator_8h-source.html -%%DOCSDIR%%/html/api/comparator_8h.html -%%DOCSDIR%%/html/api/conin_8h-source.html -%%DOCSDIR%%/html/api/conin_8h.html -%%DOCSDIR%%/html/api/conout_8h-source.html -%%DOCSDIR%%/html/api/conout_8h.html -%%DOCSDIR%%/html/api/convert_8h-source.html -%%DOCSDIR%%/html/api/convert_8h.html -%%DOCSDIR%%/html/api/crystalspace_8h-source.html -%%DOCSDIR%%/html/api/crystalspace_8h.html -%%DOCSDIR%%/html/api/csanim2d_8h-source.html -%%DOCSDIR%%/html/api/csanim2d_8h.html -%%DOCSDIR%%/html/api/csapplicationframework_8h-source.html -%%DOCSDIR%%/html/api/csapplicationframework_8h.html -%%DOCSDIR%%/html/api/csbaseeventh_8h-source.html -%%DOCSDIR%%/html/api/csbaseeventh_8h.html -%%DOCSDIR%%/html/api/cscolor_8h-source.html -%%DOCSDIR%%/html/api/cscolor_8h.html -%%DOCSDIR%%/html/api/csconfig_8h-source.html -%%DOCSDIR%%/html/api/csdef_8h-source.html -%%DOCSDIR%%/html/api/csendian_8h-source.html -%%DOCSDIR%%/html/api/csendian_8h.html -%%DOCSDIR%%/html/api/csevcord_8h-source.html -%%DOCSDIR%%/html/api/csevcord_8h.html -%%DOCSDIR%%/html/api/csevent_8h-source.html -%%DOCSDIR%%/html/api/csevent_8h.html -%%DOCSDIR%%/html/api/cseventflattener_8h-source.html -%%DOCSDIR%%/html/api/cseventflattener_8h.html -%%DOCSDIR%%/html/api/cseventq_8h-source.html -%%DOCSDIR%%/html/api/cseventq_8h.html -%%DOCSDIR%%/html/api/csextern_8h-source.html -%%DOCSDIR%%/html/api/csextern__dx_8h-source.html -%%DOCSDIR%%/html/api/csextern__gl_8h-source.html -%%DOCSDIR%%/html/api/csextern__osx_8h-source.html -%%DOCSDIR%%/html/api/csextern__win_8h-source.html -%%DOCSDIR%%/html/api/csfxscr_8h-source.html -%%DOCSDIR%%/html/api/csfxscr_8h.html -%%DOCSDIR%%/html/api/csgeom_2objmodel_8h-source.html -%%DOCSDIR%%/html/api/csgeom_2objmodel_8h.html -%%DOCSDIR%%/html/api/csgeom_2path_8h-source.html -%%DOCSDIR%%/html/api/csgeom_2path_8h.html -%%DOCSDIR%%/html/api/csgeom_2polymesh_8h-source.html -%%DOCSDIR%%/html/api/csgeom_2polymesh_8h.html -%%DOCSDIR%%/html/api/csgeom_8h-source.html -%%DOCSDIR%%/html/api/ode_8h.html -%%DOCSDIR%%/html/api/csgeom_8h.html -%%DOCSDIR%%/html/api/csgfx_8h-source.html -%%DOCSDIR%%/html/api/csgfx_8h.html -%%DOCSDIR%%/html/api/csmd5_8h-source.html -%%DOCSDIR%%/html/api/csmd5_8h.html -%%DOCSDIR%%/html/api/csobject_8h-source.html -%%DOCSDIR%%/html/api/csobject_8h.html -%%DOCSDIR%%/html/api/csosdefs_8h-source.html -%%DOCSDIR%%/html/api/cspixmap_8h-source.html -%%DOCSDIR%%/html/api/cspixmap_8h.html -%%DOCSDIR%%/html/api/csplatform_8h-source.html -%%DOCSDIR%%/html/api/csplugincommon_2canvas_2graph2d_8h-source.html -%%DOCSDIR%%/html/api/csplugincommon_2canvas_2graph2d_8h.html -%%DOCSDIR%%/html/api/csplugincommon_2particlesys_2particle_8h-source.html -%%DOCSDIR%%/html/api/pages.html -%%DOCSDIR%%/html/api/csplugincommon_2particlesys_2particle_8h.html -%%DOCSDIR%%/html/api/csplugincommon_2render3d_2txtmgr_8h-source.html -%%DOCSDIR%%/html/api/csplugincommon_2render3d_2txtmgr_8h.html -%%DOCSDIR%%/html/api/csplugincommon_2softshader_2texture_8h-source.html -%%DOCSDIR%%/html/api/csplugincommon_8h-source.html -%%DOCSDIR%%/html/api/csplugincommon_8h.html -%%DOCSDIR%%/html/api/cspmeter_8h-source.html -%%DOCSDIR%%/html/api/cspmeter_8h.html -%%DOCSDIR%%/html/api/cspoint_8h-source.html -%%DOCSDIR%%/html/api/cspoint_8h.html -%%DOCSDIR%%/html/api/csppulse_8h-source.html -%%DOCSDIR%%/html/api/csppulse_8h.html -%%DOCSDIR%%/html/api/csprocessorcap_8h-source.html -%%DOCSDIR%%/html/api/csprocessorcap_8h.html -%%DOCSDIR%%/html/api/csqint_8h-source.html -%%DOCSDIR%%/html/api/csqint_8h.html -%%DOCSDIR%%/html/api/csqsqrt_8h-source.html -%%DOCSDIR%%/html/api/csqsqrt_8h.html -%%DOCSDIR%%/html/api/csrect_8h-source.html -%%DOCSDIR%%/html/api/csrect_8h.html -%%DOCSDIR%%/html/api/csrectrg_8h-source.html -%%DOCSDIR%%/html/api/csrectrg_8h.html -%%DOCSDIR%%/html/api/csshadow.png -%%DOCSDIR%%/html/api/csshlib_8h-source.html -%%DOCSDIR%%/html/api/csshlib_8h.html -%%DOCSDIR%%/html/api/csstring_8h-source.html -%%DOCSDIR%%/html/api/csstring_8h.html -%%DOCSDIR%%/html/api/cssubscription_8h-source.html -%%DOCSDIR%%/html/api/cssysdef_8h-source.html -%%DOCSDIR%%/html/api/cssysdef_8h.html -%%DOCSDIR%%/html/api/cstool_2collider_8h-source.html -%%DOCSDIR%%/html/api/cstool_2collider_8h.html -%%DOCSDIR%%/html/api/cstool_2keyval_8h-source.html -%%DOCSDIR%%/html/api/cstool_2keyval_8h.html -%%DOCSDIR%%/html/api/cstool_2mapnode_8h-source.html -%%DOCSDIR%%/html/api/cstool_2mapnode_8h.html -%%DOCSDIR%%/html/api/cstool_8h-source.html -%%DOCSDIR%%/html/api/cstool_8h.html -%%DOCSDIR%%/html/api/cstypes_8h-source.html -%%DOCSDIR%%/html/api/cstypes_8h.html -%%DOCSDIR%%/html/api/csuctransform_8h-source.html -%%DOCSDIR%%/html/api/csuctransform_8h.html -%%DOCSDIR%%/html/api/csunicode_8h-source.html -%%DOCSDIR%%/html/api/csunicode_8h.html -%%DOCSDIR%%/html/api/csutil_2binder_8h-source.html -%%DOCSDIR%%/html/api/csutil_2binder_8h.html -%%DOCSDIR%%/html/api/csutil_2cfgfile_8h-source.html -%%DOCSDIR%%/html/api/csutil_2cfgfile_8h.html -%%DOCSDIR%%/html/api/csutil_2cfgmgr_8h-source.html -%%DOCSDIR%%/html/api/csutil_2cfgmgr_8h.html -%%DOCSDIR%%/html/api/csutil_2cmdline_8h-source.html -%%DOCSDIR%%/html/api/csutil_2cmdline_8h.html -%%DOCSDIR%%/html/api/csutil_2csinput_8h-source.html -%%DOCSDIR%%/html/api/csutil_2csinput_8h.html -%%DOCSDIR%%/html/api/csutil_2event_8h-source.html -%%DOCSDIR%%/html/api/csutil_2event_8h.html -%%DOCSDIR%%/html/api/csutil_2eventhandlers_8h-source.html -%%DOCSDIR%%/html/api/csutil_2eventhandlers_8h.html -%%DOCSDIR%%/html/api/csutil_2objreg_8h.html -%%DOCSDIR%%/html/api/csutil_2eventnames_8h-source.html -%%DOCSDIR%%/html/api/csutil_2eventnames_8h.html -%%DOCSDIR%%/html/api/csutil_2memdebug_8h-source.html -%%DOCSDIR%%/html/api/csutil_2memdebug_8h.html -%%DOCSDIR%%/html/api/csutil_2objreg_8h-source.html -%%DOCSDIR%%/html/api/csutil_2stringarray_8h-source.html -%%DOCSDIR%%/html/api/csutil_2stringarray_8h.html -%%DOCSDIR%%/html/api/csutil_2strset_8h-source.html -%%DOCSDIR%%/html/api/csutil_2strset_8h.html -%%DOCSDIR%%/html/api/csutil_2timer_8h-source.html -%%DOCSDIR%%/html/api/csutil_2timer_8h.html -%%DOCSDIR%%/html/api/csutil_2virtclk_8h-source.html -%%DOCSDIR%%/html/api/csutil_2virtclk_8h.html -%%DOCSDIR%%/html/api/pen_8h.html -%%DOCSDIR%%/html/api/csutil_2win32_2csconfig_8h-source.html -%%DOCSDIR%%/html/api/csutil_8h-source.html -%%DOCSDIR%%/html/api/csutil_8h.html -%%DOCSDIR%%/html/api/csver_8h-source.html -%%DOCSDIR%%/html/api/csver_8h.html -%%DOCSDIR%%/html/api/csview_8h-source.html -%%DOCSDIR%%/html/api/csview_8h.html -%%DOCSDIR%%/html/api/cursor_8h-source.html -%%DOCSDIR%%/html/api/cursor_8h.html -%%DOCSDIR%%/html/api/cursorconvert_8h-source.html -%%DOCSDIR%%/html/api/cursorconvert_8h.html -%%DOCSDIR%%/html/api/custcursor_8h-source.html -%%DOCSDIR%%/html/api/custcursor_8h.html -%%DOCSDIR%%/html/api/customcursor_8h-source.html -%%DOCSDIR%%/html/api/customcursor_8h.html -%%DOCSDIR%%/html/api/cyclicbuf_8h-source.html -%%DOCSDIR%%/html/api/cyclicbuf_8h.html -%%DOCSDIR%%/html/api/data_8h-source.html -%%DOCSDIR%%/html/api/databuf_8h-source.html -%%DOCSDIR%%/html/api/databuf_8h.html -%%DOCSDIR%%/html/api/databuff_8h-source.html -%%DOCSDIR%%/html/api/databuff_8h.html -%%DOCSDIR%%/html/api/dbghelp_8h-source.html -%%DOCSDIR%%/html/api/dbghelp_8h.html -%%DOCSDIR%%/html/api/debug_8h-source.html -%%DOCSDIR%%/html/api/debug_8h.html -%%DOCSDIR%%/html/api/debugimagewriter_8h-source.html -%%DOCSDIR%%/html/api/debugimagewriter_8h.html -%%DOCSDIR%%/html/api/defaultshader_8h-source.html -%%DOCSDIR%%/html/api/defaultshader_8h.html -%%DOCSDIR%%/html/api/deprecated.html -%%DOCSDIR%%/html/api/directdetection_8h-source.html -%%DOCSDIR%%/html/api/directdetection_8h.html -%%DOCSDIR%%/html/api/dirtyaccessarray_8h-source.html -%%DOCSDIR%%/html/api/dirtyaccessarray_8h.html -%%DOCSDIR%%/html/api/document_8h-source.html -%%DOCSDIR%%/html/api/document_8h.html -%%DOCSDIR%%/html/api/documentcommon_8h-source.html -%%DOCSDIR%%/html/api/documentcommon_8h.html -%%DOCSDIR%%/html/api/documenthelper_8h-source.html -%%DOCSDIR%%/html/api/documenthelper_8h.html -%%DOCSDIR%%/html/api/doxygrps-source.html -%%DOCSDIR%%/html/api/draw__box_8h-source.html -%%DOCSDIR%%/html/api/draw__box_8h.html -%%DOCSDIR%%/html/api/draw__common_8h-source.html -%%DOCSDIR%%/html/api/draw__common_8h.html -%%DOCSDIR%%/html/api/draw__line_8h-source.html -%%DOCSDIR%%/html/api/draw__line_8h.html -%%DOCSDIR%%/html/api/draw__text_8h-source.html -%%DOCSDIR%%/html/api/draw__text_8h.html -%%DOCSDIR%%/html/api/driver_8h-source.html -%%DOCSDIR%%/html/api/dynamics_8h-source.html -%%DOCSDIR%%/html/api/dynamics_8h.html -%%DOCSDIR%%/html/api/emit_8h-source.html -%%DOCSDIR%%/html/api/emit_8h.html -%%DOCSDIR%%/html/api/engine_8h-source.html -%%DOCSDIR%%/html/api/engine_8h.html -%%DOCSDIR%%/html/api/enginetools_8h-source.html -%%DOCSDIR%%/html/api/fifo_8h.html -%%DOCSDIR%%/html/api/enginetools_8h.html -%%DOCSDIR%%/html/api/engseq_8h-source.html -%%DOCSDIR%%/html/api/engseq_8h.html -%%DOCSDIR%%/html/api/evdefs_8h-source.html -%%DOCSDIR%%/html/api/evdefs_8h.html -%%DOCSDIR%%/html/api/ref_8h.html -%%DOCSDIR%%/html/api/eventh_8h-source.html -%%DOCSDIR%%/html/api/eventh_8h.html -%%DOCSDIR%%/html/api/eventq_8h-source.html -%%DOCSDIR%%/html/api/eventq_8h.html -%%DOCSDIR%%/html/api/evoutlet_8h-source.html -%%DOCSDIR%%/html/api/evoutlet_8h.html -%%DOCSDIR%%/html/api/explode_8h-source.html -%%DOCSDIR%%/html/api/explode_8h.html -%%DOCSDIR%%/html/api/fastsqrt_8h-source.html -%%DOCSDIR%%/html/api/fastsqrt_8h.html -%%DOCSDIR%%/html/api/fifo_8h-source.html -%%DOCSDIR%%/html/api/filereadhelper_8h-source.html -%%DOCSDIR%%/html/api/filereadhelper_8h.html -%%DOCSDIR%%/html/api/fire_8h-source.html -%%DOCSDIR%%/html/api/fire_8h.html -%%DOCSDIR%%/html/api/fixed_8h-source.html -%%DOCSDIR%%/html/api/fixed_8h.html -%%DOCSDIR%%/html/api/flags_8h-source.html -%%DOCSDIR%%/html/api/flags_8h.html -%%DOCSDIR%%/html/api/floatrand_8h-source.html -%%DOCSDIR%%/html/api/floatrand_8h.html -%%DOCSDIR%%/html/api/fogmath_8h-source.html -%%DOCSDIR%%/html/api/fogmath_8h.html -%%DOCSDIR%%/html/api/fontcache_8h-source.html -%%DOCSDIR%%/html/api/fontcache_8h.html -%%DOCSDIR%%/html/api/fontserv_8h-source.html -%%DOCSDIR%%/html/api/fontserv_8h.html -%%DOCSDIR%%/html/api/formatter_8h-source.html -%%DOCSDIR%%/html/api/formatter_8h.html -%%DOCSDIR%%/html/api/fountain_8h-source.html -%%DOCSDIR%%/html/api/fountain_8h.html -%%DOCSDIR%%/html/api/fpu80x86_8h-source.html -%%DOCSDIR%%/html/api/framedataholder_8h-source.html -%%DOCSDIR%%/html/api/framedataholder_8h.html -%%DOCSDIR%%/html/api/frustum_8h-source.html -%%DOCSDIR%%/html/api/frustum_8h.html -%%DOCSDIR%%/html/api/functions.html -%%DOCSDIR%%/html/api/functions_0x61.html -%%DOCSDIR%%/html/api/functions_0x62.html -%%DOCSDIR%%/html/api/functions_0x63.html -%%DOCSDIR%%/html/api/functions_0x64.html -%%DOCSDIR%%/html/api/functions_0x65.html -%%DOCSDIR%%/html/api/functions_0x66.html -%%DOCSDIR%%/html/api/functions_0x67.html -%%DOCSDIR%%/html/api/functions_0x68.html -%%DOCSDIR%%/html/api/functions_0x69.html -%%DOCSDIR%%/html/api/functions_0x6a.html -%%DOCSDIR%%/html/api/functions_0x6b.html -%%DOCSDIR%%/html/api/functions_0x6c.html -%%DOCSDIR%%/html/api/functions_0x6d.html -%%DOCSDIR%%/html/api/functions_0x6e.html -%%DOCSDIR%%/html/api/functions_0x6f.html -%%DOCSDIR%%/html/api/functions_0x70.html -%%DOCSDIR%%/html/api/functions_0x71.html -%%DOCSDIR%%/html/api/functions_0x72.html -%%DOCSDIR%%/html/api/functions_0x73.html -%%DOCSDIR%%/html/api/functions_0x74.html -%%DOCSDIR%%/html/api/functions_0x75.html -%%DOCSDIR%%/html/api/functions_0x76.html -%%DOCSDIR%%/html/api/functions_0x77.html -%%DOCSDIR%%/html/api/functions_0x78.html -%%DOCSDIR%%/html/api/functions_0x79.html -%%DOCSDIR%%/html/api/functions_0x7a.html -%%DOCSDIR%%/html/api/functions_0x7e.html -%%DOCSDIR%%/html/api/functions_enum.html -%%DOCSDIR%%/html/api/functions_eval.html -%%DOCSDIR%%/html/api/functions_func.html -%%DOCSDIR%%/html/api/functions_func_0x62.html -%%DOCSDIR%%/html/api/functions_rela.html -%%DOCSDIR%%/html/api/functions_func_0x63.html -%%DOCSDIR%%/html/api/functions_func_0x64.html -%%DOCSDIR%%/html/api/functions_func_0x65.html -%%DOCSDIR%%/html/api/functions_func_0x66.html -%%DOCSDIR%%/html/api/functions_func_0x67.html -%%DOCSDIR%%/html/api/functions_func_0x68.html -%%DOCSDIR%%/html/api/functions_func_0x69.html -%%DOCSDIR%%/html/api/functions_func_0x6a.html -%%DOCSDIR%%/html/api/functions_func_0x6b.html -%%DOCSDIR%%/html/api/functions_func_0x6c.html -%%DOCSDIR%%/html/api/functions_func_0x6d.html -%%DOCSDIR%%/html/api/functions_func_0x6e.html -%%DOCSDIR%%/html/api/functions_func_0x6f.html -%%DOCSDIR%%/html/api/functions_func_0x70.html -%%DOCSDIR%%/html/api/functions_func_0x71.html -%%DOCSDIR%%/html/api/functions_func_0x72.html -%%DOCSDIR%%/html/api/functions_func_0x73.html -%%DOCSDIR%%/html/api/functions_func_0x74.html -%%DOCSDIR%%/html/api/functions_func_0x75.html -%%DOCSDIR%%/html/api/functions_func_0x76.html -%%DOCSDIR%%/html/api/functions_func_0x77.html -%%DOCSDIR%%/html/api/functions_func_0x78.html -%%DOCSDIR%%/html/api/functions_func_0x79.html -%%DOCSDIR%%/html/api/functions_func_0x7a.html -%%DOCSDIR%%/html/api/functions_func_0x7e.html -%%DOCSDIR%%/html/api/functions_type.html -%%DOCSDIR%%/html/api/functions_vars.html -%%DOCSDIR%%/html/api/functions_vars_0x61.html -%%DOCSDIR%%/html/api/fview_8h.html -%%DOCSDIR%%/html/api/functions_vars_0x62.html -%%DOCSDIR%%/html/api/functions_vars_0x63.html -%%DOCSDIR%%/html/api/functions_vars_0x64.html -%%DOCSDIR%%/html/api/functions_vars_0x65.html -%%DOCSDIR%%/html/api/functions_vars_0x66.html -%%DOCSDIR%%/html/api/functions_vars_0x67.html -%%DOCSDIR%%/html/api/functions_vars_0x68.html -%%DOCSDIR%%/html/api/functions_vars_0x69.html -%%DOCSDIR%%/html/api/functions_vars_0x6a.html -%%DOCSDIR%%/html/api/functions_vars_0x6b.html -%%DOCSDIR%%/html/api/functions_vars_0x6c.html -%%DOCSDIR%%/html/api/functions_vars_0x6d.html -%%DOCSDIR%%/html/api/functions_vars_0x6e.html -%%DOCSDIR%%/html/api/functions_vars_0x6f.html -%%DOCSDIR%%/html/api/functions_vars_0x70.html -%%DOCSDIR%%/html/api/functions_vars_0x72.html -%%DOCSDIR%%/html/api/functions_vars_0x73.html -%%DOCSDIR%%/html/api/functions_vars_0x74.html -%%DOCSDIR%%/html/api/functions_vars_0x75.html -%%DOCSDIR%%/html/api/functions_vars_0x76.html -%%DOCSDIR%%/html/api/functions_vars_0x77.html -%%DOCSDIR%%/html/api/functions_vars_0x78.html -%%DOCSDIR%%/html/api/functions_vars_0x79.html -%%DOCSDIR%%/html/api/functions_vars_0x7a.html -%%DOCSDIR%%/html/api/fview_8h-source.html -%%DOCSDIR%%/html/api/garray_8h-source.html -%%DOCSDIR%%/html/api/genmesh_8h-source.html -%%DOCSDIR%%/html/api/genmesh_8h.html -%%DOCSDIR%%/html/api/gentrtex_8h-source.html -%%DOCSDIR%%/html/api/gentrtex_8h.html -%%DOCSDIR%%/html/api/getopt_8h-source.html -%%DOCSDIR%%/html/api/getopt_8h.html -%%DOCSDIR%%/html/api/gfxmem_8h-source.html -%%DOCSDIR%%/html/api/gfxmem_8h.html -%%DOCSDIR%%/html/api/glcommon2d_8h-source.html -%%DOCSDIR%%/html/api/glcommon2d_8h.html -%%DOCSDIR%%/html/api/glenum__identstrs_8h-source.html -%%DOCSDIR%%/html/api/glenum__identstrs_8h.html -%%DOCSDIR%%/html/api/glextmanager_8h-source.html -%%DOCSDIR%%/html/api/glextmanager_8h.html -%%DOCSDIR%%/html/api/glfontcache_8h-source.html -%%DOCSDIR%%/html/api/glfontcache_8h.html -%%DOCSDIR%%/html/api/glhelper_8h-source.html -%%DOCSDIR%%/html/api/glhelper_8h.html -%%DOCSDIR%%/html/api/globals.html -%%DOCSDIR%%/html/api/globals_0x61.html -%%DOCSDIR%%/html/api/globals_0x62.html -%%DOCSDIR%%/html/api/globals_0x63.html -%%DOCSDIR%%/html/api/globals_0x64.html -%%DOCSDIR%%/html/api/globals_0x65.html -%%DOCSDIR%%/html/api/globals_0x66.html -%%DOCSDIR%%/html/api/globals_0x67.html -%%DOCSDIR%%/html/api/globals_0x69.html -%%DOCSDIR%%/html/api/globals_0x6c.html -%%DOCSDIR%%/html/api/globals_0x6d.html -%%DOCSDIR%%/html/api/globals_0x6e.html -%%DOCSDIR%%/html/api/globals_0x6f.html -%%DOCSDIR%%/html/api/globals_0x70.html -%%DOCSDIR%%/html/api/globals_0x72.html -%%DOCSDIR%%/html/api/globals_0x73.html -%%DOCSDIR%%/html/api/globals_0x74.html -%%DOCSDIR%%/html/api/globals_0x75.html -%%DOCSDIR%%/html/api/globals_0x76.html -%%DOCSDIR%%/html/api/globals_0x77.html -%%DOCSDIR%%/html/api/globals_0x7a.html -%%DOCSDIR%%/html/api/globals_defs.html -%%DOCSDIR%%/html/api/globals_defs_0x61.html -%%DOCSDIR%%/html/api/globals_defs_0x62.html -%%DOCSDIR%%/html/api/globals_defs_0x63.html -%%DOCSDIR%%/html/api/globals_defs_0x64.html -%%DOCSDIR%%/html/api/globals_defs_0x65.html -%%DOCSDIR%%/html/api/globals_defs_0x66.html -%%DOCSDIR%%/html/api/globals_defs_0x67.html -%%DOCSDIR%%/html/api/globals_defs_0x69.html -%%DOCSDIR%%/html/api/globals_defs_0x6c.html -%%DOCSDIR%%/html/api/globals_defs_0x6d.html -%%DOCSDIR%%/html/api/globals_defs_0x6e.html -%%DOCSDIR%%/html/api/globals_defs_0x6f.html -%%DOCSDIR%%/html/api/globals_defs_0x72.html -%%DOCSDIR%%/html/api/globals_defs_0x73.html -%%DOCSDIR%%/html/api/globals_defs_0x74.html -%%DOCSDIR%%/html/api/globals_defs_0x75.html -%%DOCSDIR%%/html/api/globals_defs_0x76.html -%%DOCSDIR%%/html/api/globals_defs_0x77.html -%%DOCSDIR%%/html/api/globals_defs_0x7a.html -%%DOCSDIR%%/html/api/globals_enum.html -%%DOCSDIR%%/html/api/globals_eval.html -%%DOCSDIR%%/html/api/globals_eval_0x67.html -%%DOCSDIR%%/html/api/globals_eval_0x72.html -%%DOCSDIR%%/html/api/globals_eval_0x73.html -%%DOCSDIR%%/html/api/globals_eval_0x74.html -%%DOCSDIR%%/html/api/globals_func.html -%%DOCSDIR%%/html/api/globals_type.html -%%DOCSDIR%%/html/api/globals_type_0x63.html -%%DOCSDIR%%/html/api/globals_type_0x67.html -%%DOCSDIR%%/html/api/globals_type_0x69.html -%%DOCSDIR%%/html/api/globals_type_0x6c.html -%%DOCSDIR%%/html/api/globals_type_0x6f.html -%%DOCSDIR%%/html/api/globals_type_0x70.html -%%DOCSDIR%%/html/api/globals_type_0x73.html -%%DOCSDIR%%/html/api/globals_type_0x74.html -%%DOCSDIR%%/html/api/globals_type_0x75.html -%%DOCSDIR%%/html/api/globals_type_0x77.html -%%DOCSDIR%%/html/api/globals_vars.html -%%DOCSDIR%%/html/api/glss_8h-source.html -%%DOCSDIR%%/html/api/glss_8h.html -%%DOCSDIR%%/html/api/glstates_8h-source.html -%%DOCSDIR%%/html/api/glstates_8h.html -%%DOCSDIR%%/html/api/gmeshanim_8h-source.html -%%DOCSDIR%%/html/api/gmeshanim_8h.html -%%DOCSDIR%%/html/api/gmeshskel_8h-source.html -%%DOCSDIR%%/html/api/gmeshskel_8h.html -%%DOCSDIR%%/html/api/gradient_8h-source.html -%%DOCSDIR%%/html/api/gradient_8h.html -%%DOCSDIR%%/html/api/graph3d_8h-source.html -%%DOCSDIR%%/html/api/graph3d_8h.html -%%DOCSDIR%%/html/api/graph_legend.html -%%DOCSDIR%%/html/api/graph_legend.png -%%DOCSDIR%%/html/api/group__appframe.html -%%DOCSDIR%%/html/api/group__aws.html -%%DOCSDIR%%/html/api/group__aws__comp__flags.html -%%DOCSDIR%%/html/api/group__aws__sink__errors.html -%%DOCSDIR%%/html/api/group__aws__sys__flags.html -%%DOCSDIR%%/html/api/group__aws__window__trans.html -%%DOCSDIR%%/html/api/group__engine3d.html -%%DOCSDIR%%/html/api/group__engine3d__light.html -%%DOCSDIR%%/html/api/group__geom__utils.html -%%DOCSDIR%%/html/api/group__engine3d__meshes.html -%%DOCSDIR%%/html/api/group__engine3d__rloop.html -%%DOCSDIR%%/html/api/group__engine3d__textures.html -%%DOCSDIR%%/html/api/group__engine3d__views.html -%%DOCSDIR%%/html/api/group__engine3d__vis.html -%%DOCSDIR%%/html/api/group__event__handling.html -%%DOCSDIR%%/html/api/group__floating__point.html -%%DOCSDIR%%/html/api/group__gfx.html -%%DOCSDIR%%/html/api/group__gfx2d.html -%%DOCSDIR%%/html/api/group__gfx3d.html -%%DOCSDIR%%/html/api/group__loadsave.html -%%DOCSDIR%%/html/api/group__meshplugins.html -%%DOCSDIR%%/html/api/group__plugincommon.html -%%DOCSDIR%%/html/api/group__scf.html -%%DOCSDIR%%/html/api/group__sndsys.html -%%DOCSDIR%%/html/api/scf_8h.html -%%DOCSDIR%%/html/api/group__util.html -%%DOCSDIR%%/html/api/group__util__containers.html -%%DOCSDIR%%/html/api/group__vfs.html -%%DOCSDIR%%/html/api/guids_8h-source.html -%%DOCSDIR%%/html/api/handle_8h-source.html -%%DOCSDIR%%/html/api/hash_8h-source.html -%%DOCSDIR%%/html/api/hash_8h.html -%%DOCSDIR%%/html/api/hashhandlers_8h-source.html -%%DOCSDIR%%/html/api/hashr_8h-source.html -%%DOCSDIR%%/html/api/hashr_8h.html -%%DOCSDIR%%/html/api/haze_8h-source.html -%%DOCSDIR%%/html/api/haze_8h.html -%%DOCSDIR%%/html/api/hierarchy.html -%%DOCSDIR%%/html/api/iaws_8h-source.html -%%DOCSDIR%%/html/api/iaws_8h.html -%%DOCSDIR%%/html/api/icegui_8h-source.html -%%DOCSDIR%%/html/api/icegui_8h.html -%%DOCSDIR%%/html/api/icontainer_8h.html -%%DOCSDIR%%/html/api/icontainer_8h-source.html -%%DOCSDIR%%/html/api/identstrings_8h-source.html -%%DOCSDIR%%/html/api/identstrings_8h.html -%%DOCSDIR%%/html/api/iengine_2halo_8h-source.html -%%DOCSDIR%%/html/api/iengine_2halo_8h.html -%%DOCSDIR%%/html/api/iengine_2material_8h-source.html -%%DOCSDIR%%/html/api/iengine_2material_8h.html -%%DOCSDIR%%/html/api/iengine_2texture_8h-source.html -%%DOCSDIR%%/html/api/iengine_2texture_8h.html -%%DOCSDIR%%/html/api/iengine_8h-source.html -%%DOCSDIR%%/html/api/iengine_8h.html -%%DOCSDIR%%/html/api/ifire_8h-source.html -%%DOCSDIR%%/html/api/ifire_8h.html -%%DOCSDIR%%/html/api/igeneric_8h-source.html -%%DOCSDIR%%/html/api/igeneric_8h.html -%%DOCSDIR%%/html/api/igeom_2objmodel_8h-source.html -%%DOCSDIR%%/html/api/igeom_2objmodel_8h.html -%%DOCSDIR%%/html/api/igeom_2path_8h-source.html -%%DOCSDIR%%/html/api/igeom_2path_8h.html -%%DOCSDIR%%/html/api/igeom_2polymesh_8h-source.html -%%DOCSDIR%%/html/api/igeom_2polymesh_8h.html -%%DOCSDIR%%/html/api/igeom_8h-source.html -%%DOCSDIR%%/html/api/igeom_8h.html -%%DOCSDIR%%/html/api/igraphic_8h-source.html -%%DOCSDIR%%/html/api/igraphic_8h.html -%%DOCSDIR%%/html/api/ilightiter_8h-source.html -%%DOCSDIR%%/html/api/ilightiter_8h.html -%%DOCSDIR%%/html/api/image_8h-source.html -%%DOCSDIR%%/html/api/image_8h.html -%%DOCSDIR%%/html/api/imagebase_8h-source.html -%%DOCSDIR%%/html/api/imagebase_8h.html -%%DOCSDIR%%/html/api/imagecubemapmaker_8h-source.html -%%DOCSDIR%%/html/api/imagecubemapmaker_8h.html -%%DOCSDIR%%/html/api/imageio_8h-source.html -%%DOCSDIR%%/html/api/imageio_8h.html -%%DOCSDIR%%/html/api/imagemanipulate_8h-source.html -%%DOCSDIR%%/html/api/imagemanipulate_8h.html -%%DOCSDIR%%/html/api/imagetools_8h-source.html -%%DOCSDIR%%/html/api/imagetools_8h.html -%%DOCSDIR%%/html/api/imagevolumemaker_8h-source.html -%%DOCSDIR%%/html/api/imagevolumemaker_8h.html -%%DOCSDIR%%/html/api/imap_2loader_8h-source.html -%%DOCSDIR%%/html/api/imap_2loader_8h.html -%%DOCSDIR%%/html/api/imap_8h-source.html -%%DOCSDIR%%/html/api/imap_8h.html -%%DOCSDIR%%/html/api/imesh_2lighting_8h-source.html -%%DOCSDIR%%/html/api/imesh_2lighting_8h.html -%%DOCSDIR%%/html/api/imesh_2object_8h-source.html -%%DOCSDIR%%/html/api/imesh_2object_8h.html -%%DOCSDIR%%/html/api/imesh_2particle_8h-source.html -%%DOCSDIR%%/html/api/imesh_2particle_8h.html -%%DOCSDIR%%/html/api/imesh_8h-source.html -%%DOCSDIR%%/html/api/imesh_8h.html -%%DOCSDIR%%/html/api/importkit_8h-source.html -%%DOCSDIR%%/html/api/importkit_8h.html -%%DOCSDIR%%/html/api/imposter_8h-source.html -%%DOCSDIR%%/html/api/imposter_8h.html -%%DOCSDIR%%/html/api/inetwork_8h-source.html -%%DOCSDIR%%/html/api/inetwork_8h.html -%%DOCSDIR%%/html/api/initapp_8h-source.html -%%DOCSDIR%%/html/api/initapp_8h.html -%%DOCSDIR%%/html/api/inputdef_8h-source.html -%%DOCSDIR%%/html/api/inputdef_8h.html -%%DOCSDIR%%/html/api/instmesh_8h-source.html -%%DOCSDIR%%/html/api/instmesh_8h.html -%%DOCSDIR%%/html/api/interfaceOSXDelegate2D-members.html -%%DOCSDIR%%/html/api/interfaceOSXDelegate2D.html -%%DOCSDIR%%/html/api/interfaceOSXView-members.html -%%DOCSDIR%%/html/api/interfaceOSXView.html -%%DOCSDIR%%/html/api/interfaceOSXWindow-members.html -%%DOCSDIR%%/html/api/interfaceOSXWindow.html -%%DOCSDIR%%/html/api/inv__cmap_8h-source.html -%%DOCSDIR%%/html/api/inv__cmap_8h.html -%%DOCSDIR%%/html/api/iopengl_2driverdb_8h-source.html -%%DOCSDIR%%/html/api/iopengl_2driverdb_8h.html -%%DOCSDIR%%/html/api/irsfact_8h.html -%%DOCSDIR%%/html/api/iproctex_8h-source.html -%%DOCSDIR%%/html/api/iproctex_8h.html -%%DOCSDIR%%/html/api/irenderstep_8h-source.html -%%DOCSDIR%%/html/api/irenderstep_8h.html -%%DOCSDIR%%/html/api/irsfact_8h-source.html -%%DOCSDIR%%/html/api/isndsys_8h-source.html -%%DOCSDIR%%/html/api/isndsys_8h.html -%%DOCSDIR%%/html/api/isound_2loader_8h-source.html -%%DOCSDIR%%/html/api/isound_8h-source.html -%%DOCSDIR%%/html/api/isound_8h.html -%%DOCSDIR%%/html/api/itexfact_8h-source.html -%%DOCSDIR%%/html/api/itexfact_8h.html -%%DOCSDIR%%/html/api/itexloaderctx_8h-source.html -%%DOCSDIR%%/html/api/itexloaderctx_8h.html -%%DOCSDIR%%/html/api/itexture_8h-source.html -%%DOCSDIR%%/html/api/itexture_8h.html -%%DOCSDIR%%/html/api/iutil_2binder_8h-source.html -%%DOCSDIR%%/html/api/iutil_2binder_8h.html -%%DOCSDIR%%/html/api/iutil_2cfgfile_8h-source.html -%%DOCSDIR%%/html/api/iutil_2cfgfile_8h.html -%%DOCSDIR%%/html/api/iutil_2cfgmgr_8h-source.html -%%DOCSDIR%%/html/api/iutil_2cfgmgr_8h.html -%%DOCSDIR%%/html/api/iutil_2cmdline_8h-source.html -%%DOCSDIR%%/html/api/iutil_2cmdline_8h.html -%%DOCSDIR%%/html/api/iutil_2csinput_8h-source.html -%%DOCSDIR%%/html/api/iutil_2csinput_8h.html -%%DOCSDIR%%/html/api/iutil_2event_8h-source.html -%%DOCSDIR%%/html/api/iutil_2event_8h.html -%%DOCSDIR%%/html/api/iutil_2eventhandlers_8h-source.html -%%DOCSDIR%%/html/api/iutil_2eventhandlers_8h.html -%%DOCSDIR%%/html/api/iutil_2eventnames_8h.html -%%DOCSDIR%%/html/api/iutil_2eventnames_8h-source.html -%%DOCSDIR%%/html/api/iutil_2memdebug_8h-source.html -%%DOCSDIR%%/html/api/iutil_2memdebug_8h.html -%%DOCSDIR%%/html/api/iutil_2object_8h-source.html -%%DOCSDIR%%/html/api/iutil_2object_8h.html -%%DOCSDIR%%/html/api/iutil_2objreg_8h-source.html -%%DOCSDIR%%/html/api/iutil_2objreg_8h.html -%%DOCSDIR%%/html/api/iutil_2stringarray_8h-source.html -%%DOCSDIR%%/html/api/iutil_2stringarray_8h.html -%%DOCSDIR%%/html/api/iutil_2strset_8h-source.html -%%DOCSDIR%%/html/api/iutil_2strset_8h.html -%%DOCSDIR%%/html/api/iutil_2timer_8h-source.html -%%DOCSDIR%%/html/api/iutil_8h.html -%%DOCSDIR%%/html/api/iutil_2timer_8h.html -%%DOCSDIR%%/html/api/iutil_2virtclk_8h-source.html -%%DOCSDIR%%/html/api/iutil_2virtclk_8h.html -%%DOCSDIR%%/html/api/iutil_8h-source.html -%%DOCSDIR%%/html/api/ivaria_2collider_8h-source.html -%%DOCSDIR%%/html/api/ivaria_2collider_8h.html -%%DOCSDIR%%/html/api/ivaria_2keyval_8h-source.html -%%DOCSDIR%%/html/api/ivaria_2keyval_8h.html -%%DOCSDIR%%/html/api/ivaria_2mapnode_8h-source.html -%%DOCSDIR%%/html/api/ivaria_2mapnode_8h.html -%%DOCSDIR%%/html/api/ivaria_8h-source.html -%%DOCSDIR%%/html/api/ivaria_8h.html -%%DOCSDIR%%/html/api/ivideo_2graph2d_8h-source.html -%%DOCSDIR%%/html/api/ivideo_2graph2d_8h.html -%%DOCSDIR%%/html/api/ivideo_8h.html -%%DOCSDIR%%/html/api/ivideo_2halo_8h-source.html -%%DOCSDIR%%/html/api/ivideo_2halo_8h.html -%%DOCSDIR%%/html/api/ivideo_2lighting_8h-source.html -%%DOCSDIR%%/html/api/ivideo_2material_8h-source.html -%%DOCSDIR%%/html/api/ivideo_2material_8h.html -%%DOCSDIR%%/html/api/ivideo_2texture_8h-source.html -%%DOCSDIR%%/html/api/ivideo_2texture_8h.html -%%DOCSDIR%%/html/api/ivideo_2txtmgr_8h-source.html -%%DOCSDIR%%/html/api/ivideo_2txtmgr_8h.html -%%DOCSDIR%%/html/api/ivideo_8h-source.html -%%DOCSDIR%%/html/api/job_8h-source.html -%%DOCSDIR%%/html/api/kdtree_8h-source.html -%%DOCSDIR%%/html/api/kdtree_8h.html -%%DOCSDIR%%/html/api/kitchensink_8h-source.html -%%DOCSDIR%%/html/api/kitchensink_8h.html -%%DOCSDIR%%/html/api/ldrctxt_8h-source.html -%%DOCSDIR%%/html/api/ldrctxt_8h.html -%%DOCSDIR%%/html/api/leakguard_8h-source.html -%%DOCSDIR%%/html/api/lghtng_8h-source.html -%%DOCSDIR%%/html/api/lghtng_8h.html -%%DOCSDIR%%/html/api/light_8h-source.html -%%DOCSDIR%%/html/api/light_8h.html -%%DOCSDIR%%/html/api/lightmgr_8h-source.html -%%DOCSDIR%%/html/api/lightmgr_8h.html -%%DOCSDIR%%/html/api/lightsvcache_8h-source.html -%%DOCSDIR%%/html/api/lightsvcache_8h.html -%%DOCSDIR%%/html/api/list_8h-source.html -%%DOCSDIR%%/html/api/list_8h.html -%%DOCSDIR%%/html/api/listener_8h-source.html -%%DOCSDIR%%/html/api/lod_8h-source.html -%%DOCSDIR%%/html/api/macosx_2csosdefs_8h-source.html -%%DOCSDIR%%/html/api/math2d_8h.html -%%DOCSDIR%%/html/api/math2d_8h-source.html -%%DOCSDIR%%/html/api/math3d_8h-source.html -%%DOCSDIR%%/html/api/math3d_8h.html -%%DOCSDIR%%/html/api/math3d__d_8h-source.html -%%DOCSDIR%%/html/api/math3d__d_8h.html -%%DOCSDIR%%/html/api/math_8h-source.html -%%DOCSDIR%%/html/api/math_8h.html -%%DOCSDIR%%/html/api/matrix2_8h-source.html -%%DOCSDIR%%/html/api/matrix2_8h.html -%%DOCSDIR%%/html/api/matrix3_8h-source.html -%%DOCSDIR%%/html/api/matrix3_8h.html -%%DOCSDIR%%/html/api/memfile_8h-source.html -%%DOCSDIR%%/html/api/memfile_8h.html -%%DOCSDIR%%/html/api/memimage_8h-source.html -%%DOCSDIR%%/html/api/memimage_8h.html -%%DOCSDIR%%/html/api/mempool_8h-source.html -%%DOCSDIR%%/html/api/mempool_8h.html -%%DOCSDIR%%/html/api/mesh_8h.html -%%DOCSDIR%%/html/api/mesh_8h-source.html -%%DOCSDIR%%/html/api/meshgen_8h-source.html -%%DOCSDIR%%/html/api/meshgen_8h.html -%%DOCSDIR%%/html/api/meshobjtmpl_8h-source.html -%%DOCSDIR%%/html/api/meshobjtmpl_8h.html -%%DOCSDIR%%/html/api/minidump_8h-source.html -%%DOCSDIR%%/html/api/minidump_8h.html -%%DOCSDIR%%/html/api/mmap_8h-source.html -%%DOCSDIR%%/html/api/mmap_8h.html -%%DOCSDIR%%/html/api/mmap__dummy_8h-source.html -%%DOCSDIR%%/html/api/mmap__dummy_8h.html -%%DOCSDIR%%/html/api/mmap__posix_8h-source.html -%%DOCSDIR%%/html/api/mmap__posix_8h.html -%%DOCSDIR%%/html/api/mmapio_8h-source.html -%%DOCSDIR%%/html/api/mmapio_8h.html -%%DOCSDIR%%/html/api/modelload_8h-source.html -%%DOCSDIR%%/html/api/modelload_8h.html -%%DOCSDIR%%/html/api/modules.html -%%DOCSDIR%%/html/api/movable_8h-source.html -%%DOCSDIR%%/html/api/movable_8h.html -%%DOCSDIR%%/html/api/movierecorder_8h-source.html -%%DOCSDIR%%/html/api/movierecorder_8h.html -%%DOCSDIR%%/html/api/namespaceCrystalSpace.html -%%DOCSDIR%%/html/api/namespaceCrystalSpace_1_1DocumentHelper.html -%%DOCSDIR%%/html/api/namespaceCrystalSpace_1_1DocumentHelper_1_1Implementation.html -%%DOCSDIR%%/html/api/namespaceCrystalSpace_1_1ImportKitImpl.html -%%DOCSDIR%%/html/api/namespaceCrystalSpace_1_1SoftShader.html -%%DOCSDIR%%/html/api/namespaceaws.html -%%DOCSDIR%%/html/api/namespaceaws_1_1autom.html -%%DOCSDIR%%/html/api/namespaces.html -%%DOCSDIR%%/html/api/natwin_8h.html -%%DOCSDIR%%/html/api/namespacemembers.html -%%DOCSDIR%%/html/api/namespacemembers_func.html -%%DOCSDIR%%/html/api/namespacemembers_type.html -%%DOCSDIR%%/html/api/namespacemembers_vars.html -%%DOCSDIR%%/html/api/natwin_8h-source.html -%%DOCSDIR%%/html/api/nobjvec_8h-source.html -%%DOCSDIR%%/html/api/nobjvec_8h.html -%%DOCSDIR%%/html/api/normalcalc_8h-source.html -%%DOCSDIR%%/html/api/normalcalc_8h.html -%%DOCSDIR%%/html/api/normalizationcube_8h-source.html -%%DOCSDIR%%/html/api/normalizationcube_8h.html -%%DOCSDIR%%/html/api/normalmaptools_8h-source.html -%%DOCSDIR%%/html/api/normalmaptools_8h.html -%%DOCSDIR%%/html/api/nulcache_8h-source.html -%%DOCSDIR%%/html/api/nulcache_8h.html -%%DOCSDIR%%/html/api/nullmesh_8h-source.html -%%DOCSDIR%%/html/api/nullmesh_8h.html -%%DOCSDIR%%/html/api/obb_8h-source.html -%%DOCSDIR%%/html/api/objiter_8h-source.html -%%DOCSDIR%%/html/api/objiter_8h.html -%%DOCSDIR%%/html/api/objpool_8h-source.html -%%DOCSDIR%%/html/api/objwatch_8h-source.html -%%DOCSDIR%%/html/api/objwatch_8h.html -%%DOCSDIR%%/html/api/ode_8h-source.html -%%DOCSDIR%%/html/api/opengl_2driverdb_8h-source.html -%%DOCSDIR%%/html/api/opengl_2driverdb_8h.html -%%DOCSDIR%%/html/api/openglinterface_8h-source.html -%%DOCSDIR%%/html/api/openglinterface_8h.html -%%DOCSDIR%%/html/api/optionsparser_8h-source.html -%%DOCSDIR%%/html/api/optionsparser_8h.html -%%DOCSDIR%%/html/api/packrgb_8h.html -%%DOCSDIR%%/html/api/packrgb_8h-source.html -%%DOCSDIR%%/html/api/parasiticdatabuffer_8h-source.html -%%DOCSDIR%%/html/api/parasiticdatabuffer_8h.html -%%DOCSDIR%%/html/api/parray_8h-source.html -%%DOCSDIR%%/html/api/parray_8h.html -%%DOCSDIR%%/html/api/parser_8h-source.html -%%DOCSDIR%%/html/api/parserenderstep_8h-source.html -%%DOCSDIR%%/html/api/parserenderstep_8h.html -%%DOCSDIR%%/html/api/partgen_8h-source.html -%%DOCSDIR%%/html/api/partgen_8h.html -%%DOCSDIR%%/html/api/partialorder_8h-source.html -%%DOCSDIR%%/html/api/partialorder_8h.html -%%DOCSDIR%%/html/api/particles_8h-source.html -%%DOCSDIR%%/html/api/particles_8h.html -%%DOCSDIR%%/html/api/partsys_8h.html -%%DOCSDIR%%/html/api/pen_8h-source.html -%%DOCSDIR%%/html/api/partsys_8h-source.html -%%DOCSDIR%%/html/api/physfile_8h-source.html -%%DOCSDIR%%/html/api/physfile_8h.html -%%DOCSDIR%%/html/api/plane2_8h-source.html -%%DOCSDIR%%/html/api/plane2_8h.html -%%DOCSDIR%%/html/api/plane3_8h-source.html -%%DOCSDIR%%/html/api/plane3_8h.html -%%DOCSDIR%%/html/api/plugin_8h-source.html -%%DOCSDIR%%/html/api/plugin_8h.html -%%DOCSDIR%%/html/api/pluginconfig_8h-source.html -%%DOCSDIR%%/html/api/pluginconfig_8h.html -%%DOCSDIR%%/html/api/plugldr_8h-source.html -%%DOCSDIR%%/html/api/plugldr_8h.html -%%DOCSDIR%%/html/api/plugmgr_8h-source.html -%%DOCSDIR%%/html/api/plugmgr_8h.html -%%DOCSDIR%%/html/api/pmeter_8h-source.html -%%DOCSDIR%%/html/api/pmeter_8h.html -%%DOCSDIR%%/html/api/pmtools_8h-source.html -%%DOCSDIR%%/html/api/pmtools_8h.html -%%DOCSDIR%%/html/api/poly2d_8h-source.html -%%DOCSDIR%%/html/api/poly2d_8h.html -%%DOCSDIR%%/html/api/poly3d_8h-source.html -%%DOCSDIR%%/html/api/poly3d_8h.html -%%DOCSDIR%%/html/api/polyaa_8h-source.html -%%DOCSDIR%%/html/api/polyaa_8h.html -%%DOCSDIR%%/html/api/polyclip_8h-source.html -%%DOCSDIR%%/html/api/polyclip_8h.html -%%DOCSDIR%%/html/api/polyedge_8h-source.html -%%DOCSDIR%%/html/api/polyedge_8h.html -%%DOCSDIR%%/html/api/polyidx_8h-source.html -%%DOCSDIR%%/html/api/polyidx_8h.html -%%DOCSDIR%%/html/api/polypool_8h-source.html -%%DOCSDIR%%/html/api/polypool_8h.html -%%DOCSDIR%%/html/api/portal_8h.html -%%DOCSDIR%%/html/api/prfxcfg_8h.html -%%DOCSDIR%%/html/api/pooledscfclass_8h-source.html -%%DOCSDIR%%/html/api/pooledscfclass_8h.html -%%DOCSDIR%%/html/api/portal_8h-source.html -%%DOCSDIR%%/html/api/portalcontainer_8h-source.html -%%DOCSDIR%%/html/api/portalcontainer_8h.html -%%DOCSDIR%%/html/api/prfxcfg_8h-source.html -%%DOCSDIR%%/html/api/primitives_8h-source.html -%%DOCSDIR%%/html/api/primitives_8h.html -%%DOCSDIR%%/html/api/proctex_8h-source.html -%%DOCSDIR%%/html/api/proctex_8h.html -%%DOCSDIR%%/html/api/proctxtanim_8h-source.html -%%DOCSDIR%%/html/api/proctxtanim_8h.html -%%DOCSDIR%%/html/api/profile_8h-source.html -%%DOCSDIR%%/html/api/profile_8h.html -%%DOCSDIR%%/html/api/protomesh_8h-source.html -%%DOCSDIR%%/html/api/protomesh_8h.html -%%DOCSDIR%%/html/api/psdk-compat_8h-source.html -%%DOCSDIR%%/html/api/psdk-compat_8h.html -%%DOCSDIR%%/html/api/quantize_8h-source.html -%%DOCSDIR%%/html/api/quantize_8h.html -%%DOCSDIR%%/html/api/quaterni_8h-source.html -%%DOCSDIR%%/html/api/quaternion_8h-source.html -%%DOCSDIR%%/html/api/quaternion_8h.html -%%DOCSDIR%%/html/api/radixsort_8h-source.html -%%DOCSDIR%%/html/api/radixsort_8h.html -%%DOCSDIR%%/html/api/rain_8h-source.html -%%DOCSDIR%%/html/api/rain_8h.html -%%DOCSDIR%%/html/api/randomgen_8h-source.html -%%DOCSDIR%%/html/api/randomgen_8h.html -%%DOCSDIR%%/html/api/rbuflock_8h-source.html -%%DOCSDIR%%/html/api/rbuflock_8h.html -%%DOCSDIR%%/html/api/reader_8h.html -%%DOCSDIR%%/html/api/ref_8h-source.html -%%DOCSDIR%%/html/api/reader_8h-source.html -%%DOCSDIR%%/html/api/redblacktree_8h-source.html -%%DOCSDIR%%/html/api/redblacktree_8h.html -%%DOCSDIR%%/html/api/refarr_8h-source.html -%%DOCSDIR%%/html/api/refarr_8h.html -%%DOCSDIR%%/html/api/refcount_8h-source.html -%%DOCSDIR%%/html/api/refcount_8h.html -%%DOCSDIR%%/html/api/reftrack_8h-source.html -%%DOCSDIR%%/html/api/reftrack_8h.html -%%DOCSDIR%%/html/api/reftrackeraccess_8h-source.html -%%DOCSDIR%%/html/api/reftrackeraccess_8h.html -%%DOCSDIR%%/html/api/regexp_8h-source.html -%%DOCSDIR%%/html/api/regexp_8h.html -%%DOCSDIR%%/html/api/region_8h-source.html -%%DOCSDIR%%/html/api/region_8h.html -%%DOCSDIR%%/html/api/registrycfg_8h-source.html -%%DOCSDIR%%/html/api/registrycfg_8h.html -%%DOCSDIR%%/html/api/renderbuffer_8h-source.html -%%DOCSDIR%%/html/api/renderbuffer_8h.html -%%DOCSDIR%%/html/api/renderer_8h-source.html -%%DOCSDIR%%/html/api/renderinterface_8h-source.html -%%DOCSDIR%%/html/api/renderinterface_8h.html -%%DOCSDIR%%/html/api/renderloop_8h-source.html -%%DOCSDIR%%/html/api/renderloop_8h.html -%%DOCSDIR%%/html/api/rendermesh_8h-source.html -%%DOCSDIR%%/html/api/rendermesh_8h.html -%%DOCSDIR%%/html/api/rendermeshholder_8h-source.html -%%DOCSDIR%%/html/api/rendermeshholder_8h.html -%%DOCSDIR%%/html/api/rendermeshlist_8h-source.html -%%DOCSDIR%%/html/api/rendermeshlist_8h.html -%%DOCSDIR%%/html/api/reporter_8h-source.html -%%DOCSDIR%%/html/api/reporter_8h.html -%%DOCSDIR%%/html/api/rgbpixel_8h-source.html -%%DOCSDIR%%/html/api/rgbpixel_8h.html -%%DOCSDIR%%/html/api/rndbuf_8h-source.html -%%DOCSDIR%%/html/api/rndbuf_8h.html -%%DOCSDIR%%/html/api/rview_8h-source.html -%%DOCSDIR%%/html/api/rview_8h.html -%%DOCSDIR%%/html/api/saver_8h-source.html -%%DOCSDIR%%/html/api/saver_8h.html -%%DOCSDIR%%/html/api/scancode_8h-source.html -%%DOCSDIR%%/html/api/scancode_8h.html -%%DOCSDIR%%/html/api/scanline_8h-source.html -%%DOCSDIR%%/html/api/scanline_8h.html -%%DOCSDIR%%/html/api/scanstr_8h-source.html -%%DOCSDIR%%/html/api/scanstr_8h.html -%%DOCSDIR%%/html/api/scenenode_8h-source.html -%%DOCSDIR%%/html/api/scenenode_8h.html -%%DOCSDIR%%/html/api/scf_8h-source.html -%%DOCSDIR%%/html/api/scf__implementation_8h-source.html -%%DOCSDIR%%/html/api/scf__implementation_8h.html -%%DOCSDIR%%/html/api/scf__implgen_8h-source.html -%%DOCSDIR%%/html/api/scf__interface_8h-source.html -%%DOCSDIR%%/html/api/scf__interface_8h.html -%%DOCSDIR%%/html/api/scfstr_8h-source.html -%%DOCSDIR%%/html/api/scfstr_8h.html -%%DOCSDIR%%/html/api/scfstringarray_8h-source.html -%%DOCSDIR%%/html/api/scfstringarray_8h.html -%%DOCSDIR%%/html/api/scfstrset_8h-source.html -%%DOCSDIR%%/html/api/scfstrset_8h.html -%%DOCSDIR%%/html/api/schedule_8h-source.html -%%DOCSDIR%%/html/api/schedule_8h.html -%%DOCSDIR%%/html/api/scopedmutexlock_8h-source.html -%%DOCSDIR%%/html/api/scopedmutexlock_8h.html -%%DOCSDIR%%/html/api/script_8h-source.html -%%DOCSDIR%%/html/api/script_8h.html -%%DOCSDIR%%/html/api/scrshot_8h-source.html -%%DOCSDIR%%/html/api/scrshot_8h.html -%%DOCSDIR%%/html/api/sector_8h-source.html -%%DOCSDIR%%/html/api/sector_8h.html -%%DOCSDIR%%/html/api/segment_8h-source.html -%%DOCSDIR%%/html/api/segment_8h.html -%%DOCSDIR%%/html/api/selfdestruct_8h-source.html -%%DOCSDIR%%/html/api/selfdestruct_8h.html -%%DOCSDIR%%/html/api/sequence_8h-source.html -%%DOCSDIR%%/html/api/sequence_8h.html -%%DOCSDIR%%/html/api/services_8h-source.html -%%DOCSDIR%%/html/api/services_8h.html -%%DOCSDIR%%/html/api/set_8h-source.html -%%DOCSDIR%%/html/api/set_8h.html -%%DOCSDIR%%/html/api/tab_b.gif -%%DOCSDIR%%/html/api/shadcast_8h-source.html -%%DOCSDIR%%/html/api/shadcast_8h.html -%%DOCSDIR%%/html/api/shader_8h-source.html -%%DOCSDIR%%/html/api/shader_8h.html -%%DOCSDIR%%/html/api/shaderexp_8h-source.html -%%DOCSDIR%%/html/api/shaderexp_8h.html -%%DOCSDIR%%/html/api/shaderexpaccessor_8h-source.html -%%DOCSDIR%%/html/api/shaderexpaccessor_8h.html -%%DOCSDIR%%/html/api/shaderplugin_8h-source.html -%%DOCSDIR%%/html/api/shaderplugin_8h.html -%%DOCSDIR%%/html/api/shaderprogram_8h-source.html -%%DOCSDIR%%/html/api/shaderprogram_8h.html -%%DOCSDIR%%/html/api/shadervar_8h-source.html -%%DOCSDIR%%/html/api/shadervar_8h.html -%%DOCSDIR%%/html/api/shadows_8h.html -%%DOCSDIR%%/html/api/sndload_8h.html -%%DOCSDIR%%/html/api/shadervarblockalloc_8h-source.html -%%DOCSDIR%%/html/api/shadervarblockalloc_8h.html -%%DOCSDIR%%/html/api/shadervarcontext_8h-source.html -%%DOCSDIR%%/html/api/shadervarcontext_8h.html -%%DOCSDIR%%/html/api/shadervarframeholder_8h-source.html -%%DOCSDIR%%/html/api/shadervarframeholder_8h.html -%%DOCSDIR%%/html/api/shadows_8h-source.html -%%DOCSDIR%%/html/api/sharevar_8h-source.html -%%DOCSDIR%%/html/api/sharevar_8h.html -%%DOCSDIR%%/html/api/shdl_8h-source.html -%%DOCSDIR%%/html/api/simpleformer_8h-source.html -%%DOCSDIR%%/html/api/simpleformer_8h.html -%%DOCSDIR%%/html/api/slstn_8h-source.html -%%DOCSDIR%%/html/api/sndload_8h-source.html -%%DOCSDIR%%/html/api/tab_l.gif -%%DOCSDIR%%/html/api/sndwrap_8h-source.html -%%DOCSDIR%%/html/api/snow_8h-source.html -%%DOCSDIR%%/html/api/snow_8h.html -%%DOCSDIR%%/html/api/snprintf_8h-source.html -%%DOCSDIR%%/html/api/snprintf_8h.html -%%DOCSDIR%%/html/api/softfontcache_8h-source.html -%%DOCSDIR%%/html/api/softfontcache_8h.html -%%DOCSDIR%%/html/api/softfontcacheimpl_8h-source.html -%%DOCSDIR%%/html/api/softfontcacheimpl_8h.html -%%DOCSDIR%%/html/api/solidspace_8h-source.html -%%DOCSDIR%%/html/api/solidspace_8h.html -%%DOCSDIR%%/html/api/soundraw_8h-source.html -%%DOCSDIR%%/html/api/source_8h-source.html -%%DOCSDIR%%/html/api/sparse3d_8h-source.html -%%DOCSDIR%%/html/api/sparse3d_8h.html -%%DOCSDIR%%/html/api/sphere_8h.html -%%DOCSDIR%%/html/api/sphere_8h-source.html -%%DOCSDIR%%/html/api/spiral_8h-source.html -%%DOCSDIR%%/html/api/spiral_8h.html -%%DOCSDIR%%/html/api/spline_8h-source.html -%%DOCSDIR%%/html/api/spline_8h.html -%%DOCSDIR%%/html/api/sprite2d_8h-source.html -%%DOCSDIR%%/html/api/sprite2d_8h.html -%%DOCSDIR%%/html/api/sprite3d_8h-source.html -%%DOCSDIR%%/html/api/sprite3d_8h.html -%%DOCSDIR%%/html/api/spritecal3d_8h-source.html -%%DOCSDIR%%/html/api/spritecal3d_8h.html -%%DOCSDIR%%/html/api/ss__data_8h-source.html -%%DOCSDIR%%/html/api/ss__data_8h.html -%%DOCSDIR%%/html/api/ss__driver_8h-source.html -%%DOCSDIR%%/html/api/ss__driver_8h.html -%%DOCSDIR%%/html/api/ss__filter_8h-source.html -%%DOCSDIR%%/html/api/stars_8h.html -%%DOCSDIR%%/html/api/ss__filter_8h.html -%%DOCSDIR%%/html/api/ss__listener_8h-source.html -%%DOCSDIR%%/html/api/ss__listener_8h.html -%%DOCSDIR%%/html/api/ss__loader_8h-source.html -%%DOCSDIR%%/html/api/ss__loader_8h.html -%%DOCSDIR%%/html/api/ss__manager_8h-source.html -%%DOCSDIR%%/html/api/ss__manager_8h.html -%%DOCSDIR%%/html/api/ss__renderer_8h-source.html -%%DOCSDIR%%/html/api/ss__renderer_8h.html -%%DOCSDIR%%/html/api/ss__source_8h-source.html -%%DOCSDIR%%/html/api/ss__source_8h.html -%%DOCSDIR%%/html/api/ss__stream_8h-source.html -%%DOCSDIR%%/html/api/ss__stream_8h.html -%%DOCSDIR%%/html/api/ss__structs_8h-source.html -%%DOCSDIR%%/html/api/ss__structs_8h.html -%%DOCSDIR%%/html/api/stdrep_8h.html -%%DOCSDIR%%/html/api/stars_8h-source.html -%%DOCSDIR%%/html/api/stdrep_8h-source.html -%%DOCSDIR%%/html/api/streamsource_8h-source.html -%%DOCSDIR%%/html/api/streamsource_8h.html -%%DOCSDIR%%/html/api/strhash_8h-source.html -%%DOCSDIR%%/html/api/strhash_8h.html -%%DOCSDIR%%/html/api/string_8h-source.html -%%DOCSDIR%%/html/api/string_8h.html -%%DOCSDIR%%/html/api/stringreader_8h-source.html -%%DOCSDIR%%/html/api/stringreader_8h.html -%%DOCSDIR%%/html/api/structADDRESS64-members.html -%%DOCSDIR%%/html/api/structADDRESS64.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1ConditionAnd-members.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1ConditionAnd.html -%%DOCSDIR%%/html/api/structiAws.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1DocumentHelper_1_1NodeAttributeCompare-members.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1DocumentHelper_1_1NodeAttributeCompare.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1DocumentHelper_1_1NodeAttributeRegexpTest-members.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1DocumentHelper_1_1NodeAttributeRegexpTest.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1DocumentHelper_1_1NodeAttributeValueTest-members.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1DocumentHelper_1_1NodeAttributeValueTest.html -%%DOCSDIR%%/html/api/structiJob.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1DocumentHelper_1_1NodeNameCompare-members.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1DocumentHelper_1_1NodeNameCompare.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1DocumentHelper_1_1NodeValueTest-members.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1Pixel-members.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1DocumentHelper_1_1NodeValueTest.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1InterpolateEdgePersp-members.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1InterpolateEdgePersp.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1InterpolateEdgePersp_1_1PerFloat-members.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1InterpolateEdgePersp_1_1PerFloat.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1InterpolateScanlinePersp-members.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1InterpolateScanlinePersp.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1InterpolateScanlinePerspCommon-members.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1InterpolateScanlinePerspCommon.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1InterpolateScanlinePerspCommon__inherit__graph.png -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1InterpolateScanlinePersp_3_010_01_4-members.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1InterpolateScanlinePersp_3_010_01_4.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1InterpolateScanlinePersp_3_010_01_4__inherit__graph.png -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1InterpolateScanlinePersp__inherit__graph.png -%%DOCSDIR%%/html/api/structIMAGEHLP__LINE64.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1Pixel.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1Pixel_1_1tag__c-members.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1Pixel_1_1tag__c.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1ScanlineComp-members.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1ScanlineComp.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1ScanlineCompDivZ-members.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1ScanlineCompDivZ.html -%%DOCSDIR%%/html/api/structSTACKFRAME64.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1SoftwareTexture-members.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1SoftwareTexture.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1iDefaultScanlineRenderer-members.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1iDefaultScanlineRenderer.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1iDefaultScanlineRenderer__inherit__graph.png -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1iDefaultShader-members.html -%%DOCSDIR%%/html/api/structIMAGEHLP__LINE64-members.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1iDefaultShader.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1iDefaultShader__inherit__graph.png -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1iScanlineRenderer-members.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1iScanlineRenderer.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1iScanlineRenderer_1_1RenderInfoMesh-members.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1iScanlineRenderer_1_1RenderInfoMesh.html -%%DOCSDIR%%/html/api/structIMAGEHLP__LINEW64.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1iScanlineRenderer_1_1RenderInfoTriangle-members.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1iScanlineRenderer_1_1RenderInfoTriangle.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1iScanlineRenderer__inherit__graph.png -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1iSoftShaderRenderInterface-members.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1iSoftShaderRenderInterface.html -%%DOCSDIR%%/html/api/structIMAGEHLP__LINEW64-members.html -%%DOCSDIR%%/html/api/structKDHELP64.html -%%DOCSDIR%%/html/api/structCrystalSpace_1_1SoftShader_1_1iSoftShaderRenderInterface__inherit__graph.png -%%DOCSDIR%%/html/api/structIMAGEHLP__MODULE64-members.html -%%DOCSDIR%%/html/api/structIMAGEHLP__MODULE64.html -%%DOCSDIR%%/html/api/structIMAGEHLP__MODULEW64-members.html -%%DOCSDIR%%/html/api/structIMAGEHLP__MODULEW64.html -%%DOCSDIR%%/html/api/structIMAGEHLP__STACK__FRAME-members.html -%%DOCSDIR%%/html/api/structIMAGEHLP__STACK__FRAME.html -%%DOCSDIR%%/html/api/structKDHELP64-members.html -%%DOCSDIR%%/html/api/structMINIDUMP__CALLBACK__INFORMATION-members.html -%%DOCSDIR%%/html/api/structMINIDUMP__CALLBACK__INFORMATION.html -%%DOCSDIR%%/html/api/structMINIDUMP__CALLBACK__INPUT-members.html -%%DOCSDIR%%/html/api/structMINIDUMP__CALLBACK__INPUT.html -%%DOCSDIR%%/html/api/structMINIDUMP__CALLBACK__OUTPUT-members.html -%%DOCSDIR%%/html/api/structMINIDUMP__CALLBACK__OUTPUT.html -%%DOCSDIR%%/html/api/structMINIDUMP__DIRECTORY-members.html -%%DOCSDIR%%/html/api/structMINIDUMP__DIRECTORY.html -%%DOCSDIR%%/html/api/structMINIDUMP__EXCEPTION__INFORMATION-members.html -%%DOCSDIR%%/html/api/structMINIDUMP__HEADER-members.html -%%DOCSDIR%%/html/api/structMINIDUMP__EXCEPTION__INFORMATION.html -%%DOCSDIR%%/html/api/structMINIDUMP__HEADER.html -%%DOCSDIR%%/html/api/structiPen.html -%%DOCSDIR%%/html/api/structMINIDUMP__INCLUDE__MODULE__CALLBACK-members.html -%%DOCSDIR%%/html/api/structMINIDUMP__INCLUDE__MODULE__CALLBACK.html -%%DOCSDIR%%/html/api/structMINIDUMP__INCLUDE__THREAD__CALLBACK-members.html -%%DOCSDIR%%/html/api/structMINIDUMP__INCLUDE__THREAD__CALLBACK.html -%%DOCSDIR%%/html/api/structMINIDUMP__LOCATION__DESCRIPTOR-members.html -%%DOCSDIR%%/html/api/structMINIDUMP__LOCATION__DESCRIPTOR.html -%%DOCSDIR%%/html/api/structMINIDUMP__MEMORY__DESCRIPTOR-members.html -%%DOCSDIR%%/html/api/structMINIDUMP__MEMORY__DESCRIPTOR.html -%%DOCSDIR%%/html/api/structMINIDUMP__MEMORY__LIST-members.html -%%DOCSDIR%%/html/api/structMINIDUMP__MEMORY__LIST.html -%%DOCSDIR%%/html/api/structMINIDUMP__MODULE__CALLBACK-members.html -%%DOCSDIR%%/html/api/structMINIDUMP__MODULE__CALLBACK.html -%%DOCSDIR%%/html/api/structMINIDUMP__THREAD__CALLBACK-members.html -%%DOCSDIR%%/html/api/structMINIDUMP__THREAD__CALLBACK.html -%%DOCSDIR%%/html/api/structMINIDUMP__THREAD__EX__CALLBACK-members.html -%%DOCSDIR%%/html/api/structMINIDUMP__THREAD__EX__CALLBACK.html -%%DOCSDIR%%/html/api/structMINIDUMP__USER__STREAM-members.html -%%DOCSDIR%%/html/api/structMINIDUMP__USER__STREAM.html -%%DOCSDIR%%/html/api/structSTACKFRAME64-members.html -%%DOCSDIR%%/html/api/structMINIDUMP__USER__STREAM__INFORMATION-members.html -%%DOCSDIR%%/html/api/structMINIDUMP__USER__STREAM__INFORMATION.html -%%DOCSDIR%%/html/api/structSYMBOL__INFO-members.html -%%DOCSDIR%%/html/api/structSYMBOL__INFO.html -%%DOCSDIR%%/html/api/structSYMBOL__INFOW-members.html -%%DOCSDIR%%/html/api/structSYMBOL__INFOW.html -%%DOCSDIR%%/html/api/structZIP__central__directory__file__header-members.html -%%DOCSDIR%%/html/api/structZIP__central__directory__file__header.html -%%DOCSDIR%%/html/api/structZIP__end__central__dir__record-members.html -%%DOCSDIR%%/html/api/structZIP__end__central__dir__record.html -%%DOCSDIR%%/html/api/structZIP__local__file__header-members.html -%%DOCSDIR%%/html/api/structZIP__local__file__header.html -%%DOCSDIR%%/html/api/struct__csKeyModifiers-members.html -%%DOCSDIR%%/html/api/struct__csKeyModifiers.html -%%DOCSDIR%%/html/api/structaws_1_1autom_1_1iObject-members.html -%%DOCSDIR%%/html/api/structaws_1_1autom_1_1iObject.html -%%DOCSDIR%%/html/api/structcsAlphaMode-members.html -%%DOCSDIR%%/html/api/structcsAlphaMode.html -%%DOCSDIR%%/html/api/structcsAnsiParser_1_1CommandParams-members.html -%%DOCSDIR%%/html/api/structcsAnsiParser_1_1CommandParams.html -%%DOCSDIR%%/html/api/structcsBigEndian-members.html -%%DOCSDIR%%/html/api/structcsBigEndian.html -%%DOCSDIR%%/html/api/structcsBitmapMetrics-members.html -%%DOCSDIR%%/html/api/structcsBitmapMetrics.html -%%DOCSDIR%%/html/api/structcsBitmaskToString_1_1MaskNames-members.html -%%DOCSDIR%%/html/api/structcsBitmaskToString_1_1MaskNames.html -%%DOCSDIR%%/html/api/structcsBlockAllocator_1_1BlockKey-members.html -%%DOCSDIR%%/html/api/structcsBlockAllocator_1_1BlockKey.html -%%DOCSDIR%%/html/api/structcsBlockAllocator_1_1FreeNode-members.html -%%DOCSDIR%%/html/api/structcsBlockAllocator_1_1FreeNode.html -%%DOCSDIR%%/html/api/structcsBox3_1_1bEdge-members.html -%%DOCSDIR%%/html/api/structcsBox3_1_1bEdge.html -%%DOCSDIR%%/html/api/structcsCLQAttenuation-members.html -%%DOCSDIR%%/html/api/structcsCLQAttenuation.html -%%DOCSDIR%%/html/api/structcsClipInfo-members.html -%%DOCSDIR%%/html/api/structcsClipInfo.html -%%DOCSDIR%%/html/api/structcsCollisionPair-members.html -%%DOCSDIR%%/html/api/structcsCollisionPair.html -%%DOCSDIR%%/html/api/structcsCommandEventData-members.html -%%DOCSDIR%%/html/api/structcsCommandEventData.html -%%DOCSDIR%%/html/api/structcsCommandLineOption-members.html -%%DOCSDIR%%/html/api/structcsCommandLineOption.html -%%DOCSDIR%%/html/api/structcsCompressVertex-members.html -%%DOCSDIR%%/html/api/structcsCompressVertex.html -%%DOCSDIR%%/html/api/structiSCF.html -%%DOCSDIR%%/html/api/structcsCompressVertexInfo-members.html -%%DOCSDIR%%/html/api/structcsCompressVertexInfo.html -%%DOCSDIR%%/html/api/structcsCoreRenderMesh-members.html -%%DOCSDIR%%/html/api/structcsCoreRenderMesh.html -%%DOCSDIR%%/html/api/structcsCoreRenderMesh__inherit__graph.png -%%DOCSDIR%%/html/api/structcsCtoW-members.html -%%DOCSDIR%%/html/api/structcsCtoW.html -%%DOCSDIR%%/html/api/structcsEventCord_1_1PluginData-members.html -%%DOCSDIR%%/html/api/structcsEventCord_1_1PluginData.html -%%DOCSDIR%%/html/api/structcsEventQueue_1_1iTypedFrameEventDispatcher-members.html -%%DOCSDIR%%/html/api/structcsFileTime-members.html -%%DOCSDIR%%/html/api/structcsEventQueue_1_1iTypedFrameEventDispatcher.html -%%DOCSDIR%%/html/api/structcsEventQueue_1_1iTypedFrameEventDispatcher__inherit__graph.png -%%DOCSDIR%%/html/api/structcsFileTime.html -%%DOCSDIR%%/html/api/structcsFog-members.html -%%DOCSDIR%%/html/api/structcsFog.html -%%DOCSDIR%%/html/api/structcsFontCache_1_1FontDeleteNotify-members.html -%%DOCSDIR%%/html/api/structcsFontCache_1_1FontDeleteNotify.html -%%DOCSDIR%%/html/api/structcsFontCache_1_1FontDeleteNotify__inherit__graph.png -%%DOCSDIR%%/html/api/structcsFontCache_1_1GlyphCacheData-members.html -%%DOCSDIR%%/html/api/structcsPackRGB.html -%%DOCSDIR%%/html/api/structcsFontCache_1_1GlyphCacheData.html -%%DOCSDIR%%/html/api/structcsFontCache_1_1GlyphCacheData__inherit__graph.png -%%DOCSDIR%%/html/api/structcsFontCache_1_1KnownFont-members.html -%%DOCSDIR%%/html/api/structcsFontCache_1_1KnownFont.html -%%DOCSDIR%%/html/api/structcsFontCache_1_1LRUEntry-members.html -%%DOCSDIR%%/html/api/structcsFontCache_1_1LRUEntry.html -%%DOCSDIR%%/html/api/structcsFontCache_1_1PlaneGlyphs-members.html -%%DOCSDIR%%/html/api/structcsFontCache_1_1PlaneGlyphs.html -%%DOCSDIR%%/html/api/structcsGLExtensionFlags-members.html -%%DOCSDIR%%/html/api/structcsGLExtensionFlags.html -%%DOCSDIR%%/html/api/structcsGLExtensionFlags__inherit__graph.png -%%DOCSDIR%%/html/api/structcsGLExtensionFunctions-members.html -%%DOCSDIR%%/html/api/structcsGLExtensionFunctions.html -%%DOCSDIR%%/html/api/structcsGLExtensionFunctions__inherit__graph.png -%%DOCSDIR%%/html/api/structcsGLExtensionManager-members.html -%%DOCSDIR%%/html/api/structcsGLExtensionManager.html -%%DOCSDIR%%/html/api/structcsGLExtensionManager__inherit__graph.png -%%DOCSDIR%%/html/api/structcsGetFromAddress-members.html -%%DOCSDIR%%/html/api/structcsGetFromAddress.html -%%DOCSDIR%%/html/api/structcsGlyphMetrics-members.html -%%DOCSDIR%%/html/api/structcsIEEEfloat.html -%%DOCSDIR%%/html/api/structcsGlyphMetrics.html -%%DOCSDIR%%/html/api/structcsGradientShade-members.html -%%DOCSDIR%%/html/api/structcsGradientShade.html -%%DOCSDIR%%/html/api/structcsGraphics2D_1_1EventHandler-members.html -%%DOCSDIR%%/html/api/structcsGraphics2D_1_1EventHandler.html -%%DOCSDIR%%/html/api/structcsGraphics2D_1_1EventHandler__inherit__graph.png -%%DOCSDIR%%/html/api/structcsGraphics3DCaps-members.html -%%DOCSDIR%%/html/api/structcsGraphics3DCaps.html -%%DOCSDIR%%/html/api/structcsHash_1_1Element-members.html -%%DOCSDIR%%/html/api/structcsHash_1_1Element.html -%%DOCSDIR%%/html/api/structcsHitBeamResult-members.html -%%DOCSDIR%%/html/api/structcsHitBeamResult.html -%%DOCSDIR%%/html/api/structcsIEEEfloat-members.html -%%DOCSDIR%%/html/api/structcsIdentStrings_1_1csIdentString-members.html -%%DOCSDIR%%/html/api/structcsIdentStrings_1_1csIdentString.html -%%DOCSDIR%%/html/api/structcsImageArea-members.html -%%DOCSDIR%%/html/api/structcsImageArea.html -%%DOCSDIR%%/html/api/structcsImageIOFileFormatDescription-members.html -%%DOCSDIR%%/html/api/structcsImageIOFileFormatDescription.html -%%DOCSDIR%%/html/api/structcsInterleavedSubBufferOptions-members.html -%%DOCSDIR%%/html/api/structcsInterleavedSubBufferOptions.html -%%DOCSDIR%%/html/api/structcsWtoC.html -%%DOCSDIR%%/html/api/structcsIntersectingTriangle-members.html -%%DOCSDIR%%/html/api/structcsIntersectingTriangle.html -%%DOCSDIR%%/html/api/structcsInverseAttenuation-members.html -%%DOCSDIR%%/html/api/structcsInverseAttenuation.html -%%DOCSDIR%%/html/api/structcsJoystickEventData-members.html -%%DOCSDIR%%/html/api/structcsJoystickEventData.html -%%DOCSDIR%%/html/api/structcsKeyEventData-members.html -%%DOCSDIR%%/html/api/structcsKeyEventData.html -%%DOCSDIR%%/html/api/structcsLightProperties-members.html -%%DOCSDIR%%/html/api/structcsLightProperties.html -%%DOCSDIR%%/html/api/structcsLineOperation-members.html -%%DOCSDIR%%/html/api/structdirent.html -%%DOCSDIR%%/html/api/structcsLineOperation.html -%%DOCSDIR%%/html/api/structcsLinearAttenuation-members.html -%%DOCSDIR%%/html/api/structcsLinearAttenuation.html -%%DOCSDIR%%/html/api/structcsList_1_1csListElement-members.html -%%DOCSDIR%%/html/api/structcsList_1_1csListElement.html -%%DOCSDIR%%/html/api/structcsLittleEndian-members.html -%%DOCSDIR%%/html/api/structcsLittleEndian.html -%%DOCSDIR%%/html/api/structcsMD5_1_1Digest-members.html -%%DOCSDIR%%/html/api/structcsMD5_1_1Digest.html -%%DOCSDIR%%/html/api/structcsMD5_1_1md5__state__t-members.html -%%DOCSDIR%%/html/api/structcsMD5_1_1md5__state__t.html -%%DOCSDIR%%/html/api/structcsMeshedPolygon.html -%%DOCSDIR%%/html/api/structcsMeshedPolygon-members.html -%%DOCSDIR%%/html/api/structcsMouseEventData-members.html -%%DOCSDIR%%/html/api/structcsMouseEventData.html -%%DOCSDIR%%/html/api/structcsNewParticleSystem_1_1PerFrameData-members.html -%%DOCSDIR%%/html/api/structcsNewParticleSystem_1_1PerFrameData.html -%%DOCSDIR%%/html/api/structcsNoAttenuation-members.html -%%DOCSDIR%%/html/api/structcsNoAttenuation.html -%%DOCSDIR%%/html/api/structcsOptionDescription-members.html -%%DOCSDIR%%/html/api/structcsOptionDescription.html -%%DOCSDIR%%/html/api/structcsPackRGB-members.html -%%DOCSDIR%%/html/api/structcsPackRGBA-members.html -%%DOCSDIR%%/html/api/tab_r.gif -%%DOCSDIR%%/html/api/structcsPackRGBA.html -%%DOCSDIR%%/html/api/structcsParticleSystem_1_1PerFrameData-members.html -%%DOCSDIR%%/html/api/structcsParticleSystem_1_1PerFrameData.html -%%DOCSDIR%%/html/api/structcsParticlesData-members.html -%%DOCSDIR%%/html/api/structcsParticlesData.html -%%DOCSDIR%%/html/api/structcsPathsList_1_1Entry-members.html -%%DOCSDIR%%/html/api/structcsPathsList_1_1Entry.html -%%DOCSDIR%%/html/api/structcsPixelCoord-members.html -%%DOCSDIR%%/html/api/structcsPixelCoord.html -%%DOCSDIR%%/html/api/structcsPixelFormat-members.html -%%DOCSDIR%%/html/api/structcsPixelFormat.html -%%DOCSDIR%%/html/api/structcsPluginLoadRec-members.html -%%DOCSDIR%%/html/api/structcsPlatformMemoryMappingDummy_1_1PlatformMemoryMapping-members.html -%%DOCSDIR%%/html/api/structcsPlatformMemoryMappingDummy_1_1PlatformMemoryMapping.html -%%DOCSDIR%%/html/api/structcsPlatformMemoryMappingPosix_1_1PlatformMemoryMapping-members.html -%%DOCSDIR%%/html/api/structcsPlatformMemoryMappingPosix_1_1PlatformMemoryMapping.html -%%DOCSDIR%%/html/api/structcsPlatformMemoryMappingWin32_1_1PlatformMemoryMapping-members.html -%%DOCSDIR%%/html/api/structcsPlatformMemoryMappingWin32_1_1PlatformMemoryMapping.html -%%DOCSDIR%%/html/api/structcsRGBcolor.html -%%DOCSDIR%%/html/api/structcsPluginLoadRec.html -%%DOCSDIR%%/html/api/structcsPolygonMeshEdge-members.html -%%DOCSDIR%%/html/api/structcsPolygonMeshEdge.html -%%DOCSDIR%%/html/api/structcsPolygonRange-members.html -%%DOCSDIR%%/html/api/structcsPolygonRange.html -%%DOCSDIR%%/html/api/structcsRGBcolor-members.html -%%DOCSDIR%%/html/api/structcsRGBpixel-members.html -%%DOCSDIR%%/html/api/structcsRGBpixel.html -%%DOCSDIR%%/html/api/structcsRealisticAttenuation-members.html -%%DOCSDIR%%/html/api/structcsRealisticAttenuation.html -%%DOCSDIR%%/html/api/structcsRedBlackTree_1_1Node-members.html -%%DOCSDIR%%/html/api/structcsRedBlackTree_1_1Node.html -%%DOCSDIR%%/html/api/structcsRegExpMatch-members.html -%%DOCSDIR%%/html/api/structcsRegExpMatch.html -%%DOCSDIR%%/html/api/structcsRenderBuffer_1_1Props-members.html -%%DOCSDIR%%/html/api/structcsRenderBuffer_1_1Props.html -%%DOCSDIR%%/html/api/structcsRenderMesh-members.html -%%DOCSDIR%%/html/api/structcsRenderMesh.html -%%DOCSDIR%%/html/api/structcsRenderMeshModes-members.html -%%DOCSDIR%%/html/api/structcsRenderMeshModes.html -%%DOCSDIR%%/html/api/structcsRenderMeshModes__inherit__graph.png -%%DOCSDIR%%/html/api/structcsRenderMesh__inherit__graph.png -%%DOCSDIR%%/html/api/structcsScreenBoxResult-members.html -%%DOCSDIR%%/html/api/structiAwsKey.html -%%DOCSDIR%%/html/api/structcsScreenBoxResult.html -%%DOCSDIR%%/html/api/structcsSequenceOp-members.html -%%DOCSDIR%%/html/api/structcsSequenceOp.html -%%DOCSDIR%%/html/api/structcsSetToAddress-members.html -%%DOCSDIR%%/html/api/structcsSetToAddress.html -%%DOCSDIR%%/html/api/structcsShaderExpression_1_1oper-members.html -%%DOCSDIR%%/html/api/structcsShaderExpression_1_1oper.html -%%DOCSDIR%%/html/api/structcsShaderExpression_1_1oper__arg-members.html -%%DOCSDIR%%/html/api/structcsShaderExpression_1_1oper__arg.html -%%DOCSDIR%%/html/api/structcsShaderMetadata-members.html -%%DOCSDIR%%/html/api/structcsShaderMetadata.html -%%DOCSDIR%%/html/api/structiVFS.html -%%DOCSDIR%%/html/api/structcsShaderProgram_1_1ProgramParam-members.html -%%DOCSDIR%%/html/api/structcsShaderProgram_1_1ProgramParam.html -%%DOCSDIR%%/html/api/structcsShaderProgram_1_1VariableMapEntry-members.html -%%DOCSDIR%%/html/api/structcsShaderProgram_1_1VariableMapEntry.html -%%DOCSDIR%%/html/api/structcsShaderProgram_1_1VariableMapEntry__inherit__graph.png -%%DOCSDIR%%/html/api/structcsShaderVarMapping-members.html -%%DOCSDIR%%/html/api/structcsShaderVarMapping.html -%%DOCSDIR%%/html/api/structcsShaderVarMapping__inherit__graph.png -%%DOCSDIR%%/html/api/structcsSimpleRenderMesh-members.html -%%DOCSDIR%%/html/api/structcsSimpleRenderMesh.html -%%DOCSDIR%%/html/api/structcsSndSysSoundFormat-members.html -%%DOCSDIR%%/html/api/structcsSndSysSoundFormat.html -%%DOCSDIR%%/html/api/structcsSoftFontCache_1_1SoftGlyphCacheData-members.html -%%DOCSDIR%%/html/api/structcsSoftFontCache_1_1SoftGlyphCacheData.html -%%DOCSDIR%%/html/api/structcsSoftFontCache_1_1SoftGlyphCacheData__inherit__graph.png -%%DOCSDIR%%/html/api/structcsSoundFormat-members.html -%%DOCSDIR%%/html/api/structcsSoundFormat.html -%%DOCSDIR%%/html/api/structcsSprite2DVertex-members.html -%%DOCSDIR%%/html/api/structcsSprite2DVertex.html -%%DOCSDIR%%/html/api/subrec_8h.html -%%DOCSDIR%%/html/api/structcsSpriteCal3DActiveAnim-members.html -%%DOCSDIR%%/html/api/structcsSpriteCal3DActiveAnim.html -%%DOCSDIR%%/html/api/structcsSubRectangles_1_1SubRect_1_1AllocInfo-members.html -%%DOCSDIR%%/html/api/structcsSubRectangles_1_1SubRect_1_1AllocInfo.html -%%DOCSDIR%%/html/api/structcsSwapBytes-members.html -%%DOCSDIR%%/html/api/structcsSwapBytes.html -%%DOCSDIR%%/html/api/structcsTestRectData-members.html -%%DOCSDIR%%/html/api/structcsTestRectData.html -%%DOCSDIR%%/html/api/structcsTraceBeamResult-members.html -%%DOCSDIR%%/html/api/structcsTraceBeamResult.html -%%DOCSDIR%%/html/api/structcsTriangle-members.html -%%DOCSDIR%%/html/api/structcsTriangle.html -%%DOCSDIR%%/html/api/structcsTriangleMinMax-members.html -%%DOCSDIR%%/html/api/structcsTriangleMinMax.html -%%DOCSDIR%%/html/api/structcsTriangleMinMax__inherit__graph.png -%%DOCSDIR%%/html/api/structcsTriangle__inherit__graph.png -%%DOCSDIR%%/html/api/structcsVariant-members.html -%%DOCSDIR%%/html/api/structcsVariant.html -%%DOCSDIR%%/html/api/structcsVertexStatus-members.html -%%DOCSDIR%%/html/api/structcsVertexStatus.html -%%DOCSDIR%%/html/api/structcsWtoC-members.html -%%DOCSDIR%%/html/api/structcswinCtoA-members.html -%%DOCSDIR%%/html/api/structcswinCtoA.html -%%DOCSDIR%%/html/api/structcswinWtoA-members.html -%%DOCSDIR%%/html/api/structcswinWtoA.html -%%DOCSDIR%%/html/api/structdirent-members.html -%%DOCSDIR%%/html/api/structgetopt__option-members.html -%%DOCSDIR%%/html/api/structgetopt__option.html -%%DOCSDIR%%/html/api/structiAnimTimeUpdateHandler-members.html -%%DOCSDIR%%/html/api/structiAnimTimeUpdateHandler.html -%%DOCSDIR%%/html/api/structiAnimTimeUpdateHandler__inherit__graph.png -%%DOCSDIR%%/html/api/structiAnimatedImage-members.html -%%DOCSDIR%%/html/api/structiAnimatedImage.html -%%DOCSDIR%%/html/api/structiAnimatedImage__inherit__graph.png -%%DOCSDIR%%/html/api/structiAws-members.html -%%DOCSDIR%%/html/api/structiAwsCanvas-members.html -%%DOCSDIR%%/html/api/structiAwsCanvas.html -%%DOCSDIR%%/html/api/structiAwsCanvas__inherit__graph.png -%%DOCSDIR%%/html/api/structiAwsComponent-members.html -%%DOCSDIR%%/html/api/structiAwsComponent.html -%%DOCSDIR%%/html/api/structiAwsComponentFactory-members.html -%%DOCSDIR%%/html/api/structiAwsComponentFactory.html -%%DOCSDIR%%/html/api/structiAwsComponentFactory__inherit__graph.png -%%DOCSDIR%%/html/api/structiAwsComponentNode-members.html -%%DOCSDIR%%/html/api/structiAwsComponentNode.html -%%DOCSDIR%%/html/api/structiAwsComponentNode__inherit__graph.png -%%DOCSDIR%%/html/api/structiAwsComponent__inherit__graph.png -%%DOCSDIR%%/html/api/todo.html -%%DOCSDIR%%/html/api/structiAwsConnectionKey-members.html -%%DOCSDIR%%/html/api/structiAwsConnectionKey.html -%%DOCSDIR%%/html/api/structiAwsConnectionKey__inherit__graph.png -%%DOCSDIR%%/html/api/structiAwsConnectionNodeFactory-members.html -%%DOCSDIR%%/html/api/structiAwsConnectionNodeFactory.html -%%DOCSDIR%%/html/api/structiAwsConnectionNodeFactory__inherit__graph.png -%%DOCSDIR%%/html/api/structiAwsDockSite-members.html -%%DOCSDIR%%/html/api/structiAwsDockSite.html -%%DOCSDIR%%/html/api/structiAwsDockSite__inherit__graph.png -%%DOCSDIR%%/html/api/structiAwsDockableWindow-members.html -%%DOCSDIR%%/html/api/structiAwsDockableWindow.html -%%DOCSDIR%%/html/api/structiAwsDockableWindow__inherit__graph.png -%%DOCSDIR%%/html/api/structiAwsFloatKey-members.html -%%DOCSDIR%%/html/api/structiAwsFloatKey.html -%%DOCSDIR%%/html/api/structiAwsFloatKey__inherit__graph.png -%%DOCSDIR%%/html/api/structiAwsIntKey-members.html -%%DOCSDIR%%/html/api/structiAwsIntKey.html -%%DOCSDIR%%/html/api/structiAwsIntKey__inherit__graph.png -%%DOCSDIR%%/html/api/structiAwsKey-members.html -%%DOCSDIR%%/html/api/structiAwsKeyContainer-members.html -%%DOCSDIR%%/html/api/structiAwsKeyContainer.html -%%DOCSDIR%%/html/api/structiAwsKeyContainer__inherit__graph.png -%%DOCSDIR%%/html/api/structiAwsKeyFactory-members.html -%%DOCSDIR%%/html/api/structiAwsKeyFactory.html -%%DOCSDIR%%/html/api/structiAwsKeyFactory__inherit__graph.png -%%DOCSDIR%%/html/api/structiAwsKey__inherit__graph.png -%%DOCSDIR%%/html/api/structiAwsLayoutManager-members.html -%%DOCSDIR%%/html/api/structiAwsLayoutManager.html -%%DOCSDIR%%/html/api/structiAwsLayoutManager__inherit__graph.png -%%DOCSDIR%%/html/api/structiAwsParmList-members.html -%%DOCSDIR%%/html/api/structiAwsParmList.html -%%DOCSDIR%%/html/api/structiAwsParmList__inherit__graph.png -%%DOCSDIR%%/html/api/structiAwsPointKey-members.html -%%DOCSDIR%%/html/api/structiAwsPointKey.html -%%DOCSDIR%%/html/api/structiAwsPointKey__inherit__graph.png -%%DOCSDIR%%/html/api/structiAwsPrefManager-members.html -%%DOCSDIR%%/html/api/structiAwsPrefManager.html -%%DOCSDIR%%/html/api/structiAwsPrefManager__inherit__graph.png -%%DOCSDIR%%/html/api/structiAwsRGBKey-members.html -%%DOCSDIR%%/html/api/structiAwsRGBKey.html -%%DOCSDIR%%/html/api/structiAwsRGBKey_1_1RGB-members.html -%%DOCSDIR%%/html/api/structiAwsRGBKey_1_1RGB.html -%%DOCSDIR%%/html/api/structiAwsRGBKey__inherit__graph.png -%%DOCSDIR%%/html/api/structiAwsRectKey-members.html -%%DOCSDIR%%/html/api/structiAwsRectKey.html -%%DOCSDIR%%/html/api/structiAwsRectKey__inherit__graph.png -%%DOCSDIR%%/html/api/structiAwsSink-members.html -%%DOCSDIR%%/html/api/structiAwsSink.html -%%DOCSDIR%%/html/api/structiAwsSinkManager-members.html -%%DOCSDIR%%/html/api/structiAwsSinkManager.html -%%DOCSDIR%%/html/api/structiAwsSinkManager__inherit__graph.png -%%DOCSDIR%%/html/api/structiAwsSink__inherit__graph.png -%%DOCSDIR%%/html/api/structiAwsSlot-members.html -%%DOCSDIR%%/html/api/structiAwsSlot.html -%%DOCSDIR%%/html/api/structiAwsSlot__inherit__graph.png -%%DOCSDIR%%/html/api/structiAwsSource-members.html -%%DOCSDIR%%/html/api/structiAwsSource.html -%%DOCSDIR%%/html/api/structiAwsSource__inherit__graph.png -%%DOCSDIR%%/html/api/structiAwsStringKey-members.html -%%DOCSDIR%%/html/api/structiAwsStringKey.html -%%DOCSDIR%%/html/api/structiAwsStringKey__inherit__graph.png -%%DOCSDIR%%/html/api/structiAwsWindow-members.html -%%DOCSDIR%%/html/api/structiAwsWindow.html -%%DOCSDIR%%/html/api/structiAwsWindow__inherit__graph.png -%%DOCSDIR%%/html/api/structiAws__inherit__graph.png -%%DOCSDIR%%/html/api/structiBase-members.html -%%DOCSDIR%%/html/api/structiBase.html -%%DOCSDIR%%/html/api/structiBaseHalo-members.html -%%DOCSDIR%%/html/api/structiBaseHalo.html -%%DOCSDIR%%/html/api/structiBaseHalo__inherit__graph.png -%%DOCSDIR%%/html/api/structiBase__inherit__graph.png -%%DOCSDIR%%/html/api/structiBezierFactoryState-members.html -%%DOCSDIR%%/html/api/structiBezierState.html -%%DOCSDIR%%/html/api/structiBezierFactoryState.html -%%DOCSDIR%%/html/api/structiBezierFactoryState__inherit__graph.png -%%DOCSDIR%%/html/api/structiBezierState-members.html -%%DOCSDIR%%/html/api/structiBezierState__inherit__graph.png -%%DOCSDIR%%/html/api/structiBinaryLoaderPlugin-members.html -%%DOCSDIR%%/html/api/structiBinaryLoaderPlugin.html -%%DOCSDIR%%/html/api/structiBinaryLoaderPlugin__inherit__graph.png -%%DOCSDIR%%/html/api/structiBinarySaverPlugin-members.html -%%DOCSDIR%%/html/api/structiBugPlug.html -%%DOCSDIR%%/html/api/structiBinarySaverPlugin.html -%%DOCSDIR%%/html/api/structiBinarySaverPlugin__inherit__graph.png -%%DOCSDIR%%/html/api/structiBodyGroup-members.html -%%DOCSDIR%%/html/api/structiBodyGroup.html -%%DOCSDIR%%/html/api/structiBodyGroup__inherit__graph.png -%%DOCSDIR%%/html/api/structiBugPlug-members.html -%%DOCSDIR%%/html/api/structiBugPlugRenderObject-members.html -%%DOCSDIR%%/html/api/structiBugPlugRenderObject.html -%%DOCSDIR%%/html/api/structiBugPlugRenderObject__inherit__graph.png -%%DOCSDIR%%/html/api/structiBugPlug__inherit__graph.png -%%DOCSDIR%%/html/api/structiCEGUI-members.html -%%DOCSDIR%%/html/api/structiCEGUI.html -%%DOCSDIR%%/html/api/structiCEGUI__inherit__graph.png -%%DOCSDIR%%/html/api/structiCacheManager-members.html -%%DOCSDIR%%/html/api/structiCacheManager.html -%%DOCSDIR%%/html/api/structiCacheManager__inherit__graph.png -%%DOCSDIR%%/html/api/structiCamera-members.html -%%DOCSDIR%%/html/api/structiCamera.html -%%DOCSDIR%%/html/api/structiCameraPosition-members.html -%%DOCSDIR%%/html/api/structiCameraPosition.html -%%DOCSDIR%%/html/api/structiCameraPositionList-members.html -%%DOCSDIR%%/html/api/structiCameraPositionList.html -%%DOCSDIR%%/html/api/structiCameraPositionList__inherit__graph.png -%%DOCSDIR%%/html/api/structiCameraPosition__inherit__graph.png -%%DOCSDIR%%/html/api/structiCameraSectorListener-members.html -%%DOCSDIR%%/html/api/structiClipper2D.html -%%DOCSDIR%%/html/api/structiCameraSectorListener.html -%%DOCSDIR%%/html/api/structiCameraSectorListener__inherit__graph.png -%%DOCSDIR%%/html/api/structiCamera__inherit__graph.png -%%DOCSDIR%%/html/api/structiClipper2D-members.html -%%DOCSDIR%%/html/api/structiClipper2D__inherit__graph.png -%%DOCSDIR%%/html/api/structiCollection-members.html -%%DOCSDIR%%/html/api/structiCollection.html -%%DOCSDIR%%/html/api/structiCollectionList-members.html -%%DOCSDIR%%/html/api/structiCollectionList.html -%%DOCSDIR%%/html/api/structiCollectionList__inherit__graph.png -%%DOCSDIR%%/html/api/structiCollection__inherit__graph.png -%%DOCSDIR%%/html/api/structiCursor.html -%%DOCSDIR%%/html/api/structiCollideSystem-members.html -%%DOCSDIR%%/html/api/structiCollideSystem.html -%%DOCSDIR%%/html/api/structiCollideSystem__inherit__graph.png -%%DOCSDIR%%/html/api/structiCollider-members.html -%%DOCSDIR%%/html/api/structiCollider.html -%%DOCSDIR%%/html/api/structiCollider__inherit__graph.png -%%DOCSDIR%%/html/api/structiCommandLineParser-members.html -%%DOCSDIR%%/html/api/structiCommandLineParser.html -%%DOCSDIR%%/html/api/structiCommandLineParser__inherit__graph.png -%%DOCSDIR%%/html/api/structiComponent-members.html -%%DOCSDIR%%/html/api/structiComponent.html -%%DOCSDIR%%/html/api/structiComponent__inherit__graph.png -%%DOCSDIR%%/html/api/structiConfigFile-members.html -%%DOCSDIR%%/html/api/structiConfigFile.html -%%DOCSDIR%%/html/api/structiConfigFile__inherit__graph.png -%%DOCSDIR%%/html/api/structiConfigIterator-members.html -%%DOCSDIR%%/html/api/structiConfigIterator.html -%%DOCSDIR%%/html/api/structiConfigIterator__inherit__graph.png -%%DOCSDIR%%/html/api/structiConfigManager-members.html -%%DOCSDIR%%/html/api/structiConfigManager.html -%%DOCSDIR%%/html/api/structiConfigManager__inherit__graph.png -%%DOCSDIR%%/html/api/structiConsoleExecCallback-members.html -%%DOCSDIR%%/html/api/structiConsoleExecCallback.html -%%DOCSDIR%%/html/api/structiConsoleInput.html -%%DOCSDIR%%/html/api/structiConsoleExecCallback__inherit__graph.png -%%DOCSDIR%%/html/api/structiConsoleInput-members.html -%%DOCSDIR%%/html/api/structiConsoleInput__inherit__graph.png -%%DOCSDIR%%/html/api/structiConsoleOutput-members.html -%%DOCSDIR%%/html/api/structiConsoleOutput.html -%%DOCSDIR%%/html/api/structiConsoleOutput__inherit__graph.png -%%DOCSDIR%%/html/api/structiConsoleWatcher-members.html -%%DOCSDIR%%/html/api/structiConsoleWatcher.html -%%DOCSDIR%%/html/api/structiConsoleWatcher__inherit__graph.png -%%DOCSDIR%%/html/api/structiCrossHalo-members.html -%%DOCSDIR%%/html/api/structiCrossHalo.html -%%DOCSDIR%%/html/api/structiCurve.html -%%DOCSDIR%%/html/api/structiCrossHalo__inherit__graph.png -%%DOCSDIR%%/html/api/structiCursor-members.html -%%DOCSDIR%%/html/api/structiCursor__inherit__graph.png -%%DOCSDIR%%/html/api/structiCurve-members.html -%%DOCSDIR%%/html/api/structiCurve__inherit__graph.png -%%DOCSDIR%%/html/api/structiDataBuffer-members.html -%%DOCSDIR%%/html/api/structiDataBuffer.html -%%DOCSDIR%%/html/api/structiDataBuffer__inherit__graph.png -%%DOCSDIR%%/html/api/structiDebugHelper-members.html -%%DOCSDIR%%/html/api/structiDebugHelper.html -%%DOCSDIR%%/html/api/structiDebugHelper__inherit__graph.png -%%DOCSDIR%%/html/api/structiDocument-members.html -%%DOCSDIR%%/html/api/sysfunc_8h.html -%%DOCSDIR%%/html/api/structiDocument.html -%%DOCSDIR%%/html/api/structiDocumentAttribute-members.html -%%DOCSDIR%%/html/api/structiDocumentAttribute.html -%%DOCSDIR%%/html/api/structiDocumentAttributeIterator-members.html -%%DOCSDIR%%/html/api/structiDocumentAttributeIterator.html -%%DOCSDIR%%/html/api/structiDocumentAttributeIterator__inherit__graph.png -%%DOCSDIR%%/html/api/structiDocumentAttribute__inherit__graph.png -%%DOCSDIR%%/html/api/structiDocumentNode-members.html -%%DOCSDIR%%/html/api/structiDocumentNode.html -%%DOCSDIR%%/html/api/structiDocumentNodeIterator-members.html -%%DOCSDIR%%/html/api/structiDocumentSystem.html -%%DOCSDIR%%/html/api/structiDocumentNodeIterator.html -%%DOCSDIR%%/html/api/structiDocumentNode__inherit__graph.png -%%DOCSDIR%%/html/api/structiDocumentNodeIterator__inherit__graph.png -%%DOCSDIR%%/html/api/structiDocumentSystem-members.html -%%DOCSDIR%%/html/api/structiDocumentSystem__inherit__graph.png -%%DOCSDIR%%/html/api/structiDocument__inherit__graph.png -%%DOCSDIR%%/html/api/structiDynamicSystem-members.html -%%DOCSDIR%%/html/api/structiDynamicSystem.html -%%DOCSDIR%%/html/api/structiDynamicSystem__inherit__graph.png -%%DOCSDIR%%/html/api/structiDynamics-members.html -%%DOCSDIR%%/html/api/structiDynamics.html -%%DOCSDIR%%/html/api/tri_8h.html -%%DOCSDIR%%/html/api/structiDynamicsColliderCollisionCallback-members.html -%%DOCSDIR%%/html/api/structiDynamicsColliderCollisionCallback.html -%%DOCSDIR%%/html/api/structiDynamicsColliderCollisionCallback__inherit__graph.png -%%DOCSDIR%%/html/api/structiDynamicsCollisionCallback-members.html -%%DOCSDIR%%/html/api/structiDynamicsCollisionCallback.html -%%DOCSDIR%%/html/api/structiDynamicsCollisionCallback__inherit__graph.png -%%DOCSDIR%%/html/api/structiDynamicsMoveCallback-members.html -%%DOCSDIR%%/html/api/structiDynamicsMoveCallback.html -%%DOCSDIR%%/html/api/structiDynamicsMoveCallback__inherit__graph.png -%%DOCSDIR%%/html/api/structiDynamicsSystemCollider-members.html -%%DOCSDIR%%/html/api/structiDynamicsSystemCollider.html -%%DOCSDIR%%/html/api/structiDynamicsSystemCollider__inherit__graph.png -%%DOCSDIR%%/html/api/structiDynamics__inherit__graph.png -%%DOCSDIR%%/html/api/structiEmitBox-members.html -%%DOCSDIR%%/html/api/structiEmitBox.html -%%DOCSDIR%%/html/api/structiEmitBox__inherit__graph.png -%%DOCSDIR%%/html/api/structiEmitCone-members.html -%%DOCSDIR%%/html/api/structiEmitCone.html -%%DOCSDIR%%/html/api/structiEmitCone__inherit__graph.png -%%DOCSDIR%%/html/api/structiEmitCylinder-members.html -%%DOCSDIR%%/html/api/structiEmitCylinder.html -%%DOCSDIR%%/html/api/structiEmitCylinderTangent-members.html -%%DOCSDIR%%/html/api/structiEmitCylinderTangent.html -%%DOCSDIR%%/html/api/structiEmitCylinderTangent__inherit__graph.png -%%DOCSDIR%%/html/api/structiEmitCylinder__inherit__graph.png -%%DOCSDIR%%/html/api/structiEmitFactoryState-members.html -%%DOCSDIR%%/html/api/structiEmitFactoryState.html -%%DOCSDIR%%/html/api/structiEmitFactoryState__inherit__graph.png -%%DOCSDIR%%/html/api/structiEmitFixed-members.html -%%DOCSDIR%%/html/api/structiEmitFixed.html -%%DOCSDIR%%/html/api/structiEmitFixed__inherit__graph.png -%%DOCSDIR%%/html/api/structiEmitGen3D-members.html -%%DOCSDIR%%/html/api/vfs_8h.html -%%DOCSDIR%%/html/api/structiEmitGen3D.html -%%DOCSDIR%%/html/api/structiEmitGen3D__inherit__graph.png -%%DOCSDIR%%/html/api/structiEmitLine-members.html -%%DOCSDIR%%/html/api/structiEmitLine.html -%%DOCSDIR%%/html/api/structiEmitLine__inherit__graph.png -%%DOCSDIR%%/html/api/structiEmitMix-members.html -%%DOCSDIR%%/html/api/structiEmitMix.html -%%DOCSDIR%%/html/api/structiEmitMix__inherit__graph.png -%%DOCSDIR%%/html/api/structiEmitSphere-members.html -%%DOCSDIR%%/html/api/structiEmitSphere.html -%%DOCSDIR%%/html/api/structiEmitSphereTangent-members.html -%%DOCSDIR%%/html/api/structiEmitSphereTangent.html -%%DOCSDIR%%/html/api/structiEmitSphere__inherit__graph.png -%%DOCSDIR%%/html/api/structiEmitSphereTangent__inherit__graph.png -%%DOCSDIR%%/html/api/structiEmitState-members.html -%%DOCSDIR%%/html/api/structiEmitState.html -%%DOCSDIR%%/html/api/structiEmitState__inherit__graph.png -%%DOCSDIR%%/html/api/structiEngine-members.html -%%DOCSDIR%%/html/api/structiEngine.html -%%DOCSDIR%%/html/api/structiEngineFrameCallback-members.html -%%DOCSDIR%%/html/api/structiEngineFrameCallback.html -%%DOCSDIR%%/html/api/structiEngineFrameCallback__inherit__graph.png -%%DOCSDIR%%/html/api/structiEngineSectorCallback-members.html -%%DOCSDIR%%/html/api/structiEngineSectorCallback.html -%%DOCSDIR%%/html/api/structiEvent.html -%%DOCSDIR%%/html/api/structiEngineSectorCallback__inherit__graph.png -%%DOCSDIR%%/html/api/structiEngineSequenceManager-members.html -%%DOCSDIR%%/html/api/structiEngineSequenceManager.html -%%DOCSDIR%%/html/api/structiEngineSequenceManager__inherit__graph.png -%%DOCSDIR%%/html/api/structiEngineSequenceParameters-members.html -%%DOCSDIR%%/html/api/structiEngineSequenceParameters.html -%%DOCSDIR%%/html/api/structiEngineSequenceParameters__inherit__graph.png -%%DOCSDIR%%/html/api/structiEngine__inherit__graph.png -%%DOCSDIR%%/html/api/structiEvent-members.html -%%DOCSDIR%%/html/api/structiEventAttributeIterator-members.html -%%DOCSDIR%%/html/api/structiEventAttributeIterator.html -%%DOCSDIR%%/html/api/structiEventAttributeIterator__inherit__graph.png -%%DOCSDIR%%/html/api/structiEventCord-members.html -%%DOCSDIR%%/html/api/structiEventCord.html -%%DOCSDIR%%/html/api/structiEventCord__inherit__graph.png -%%DOCSDIR%%/html/api/structiEventHandler-members.html -%%DOCSDIR%%/html/api/structiEventHandler.html -%%DOCSDIR%%/html/api/structiEventHandlerRegistry-members.html -%%DOCSDIR%%/html/api/structiEventHandlerRegistry.html -%%DOCSDIR%%/html/api/structiEventHandlerRegistry__inherit__graph.png -%%DOCSDIR%%/html/api/structiEventHandler__inherit__graph.png -%%DOCSDIR%%/html/api/structiEventNameRegistry-members.html -%%DOCSDIR%%/html/api/structiEventNameRegistry.html -%%DOCSDIR%%/html/api/structiEventNameRegistry__inherit__graph.png -%%DOCSDIR%%/html/api/structiEventOutlet-members.html -%%DOCSDIR%%/html/api/structiEventOutlet.html -%%DOCSDIR%%/html/api/structiFile.html -%%DOCSDIR%%/html/api/structiEventOutlet__inherit__graph.png -%%DOCSDIR%%/html/api/structiEventPlug-members.html -%%DOCSDIR%%/html/api/structiEventPlug.html -%%DOCSDIR%%/html/api/structiEventPlug__inherit__graph.png -%%DOCSDIR%%/html/api/structiEventQueue-members.html -%%DOCSDIR%%/html/api/structiEventQueue.html -%%DOCSDIR%%/html/api/structiFactory.html -%%DOCSDIR%%/html/api/structiEventQueue__inherit__graph.png -%%DOCSDIR%%/html/api/structiEventTimer-members.html -%%DOCSDIR%%/html/api/structiEventTimer.html -%%DOCSDIR%%/html/api/structiEventTimer__inherit__graph.png -%%DOCSDIR%%/html/api/structiEvent__inherit__graph.png -%%DOCSDIR%%/html/api/structiExplosionState-members.html -%%DOCSDIR%%/html/api/structiExplosionState.html -%%DOCSDIR%%/html/api/structiExplosionState__inherit__graph.png -%%DOCSDIR%%/html/api/structiFactory-members.html -%%DOCSDIR%%/html/api/structiFactory__inherit__graph.png -%%DOCSDIR%%/html/api/structiFile-members.html -%%DOCSDIR%%/html/api/structiFile__inherit__graph.png -%%DOCSDIR%%/html/api/structiFireState-members.html -%%DOCSDIR%%/html/api/structiFireState.html -%%DOCSDIR%%/html/api/structiFireState__inherit__graph.png -%%DOCSDIR%%/html/api/structiFireTexture-members.html -%%DOCSDIR%%/html/api/structiFireTexture.html -%%DOCSDIR%%/html/api/structiFireTexture__inherit__graph.png -%%DOCSDIR%%/html/api/structiFlareHalo-members.html -%%DOCSDIR%%/html/api/structiFlareHalo.html -%%DOCSDIR%%/html/api/structiFlareHalo__inherit__graph.png -%%DOCSDIR%%/html/api/structiFont-members.html -%%DOCSDIR%%/html/api/structiFont.html -%%DOCSDIR%%/html/api/structiFontDeleteNotify-members.html -%%DOCSDIR%%/html/api/structiFontDeleteNotify.html -%%DOCSDIR%%/html/api/structiFontDeleteNotify__inherit__graph.png -%%DOCSDIR%%/html/api/structiFontServer-members.html -%%DOCSDIR%%/html/api/structiFontServer.html -%%DOCSDIR%%/html/api/structiFontServer__inherit__graph.png -%%DOCSDIR%%/html/api/structiFont__inherit__graph.png -%%DOCSDIR%%/html/api/structiFountainState-members.html -%%DOCSDIR%%/html/api/structiFountainState.html -%%DOCSDIR%%/html/api/structiFountainState__inherit__graph.png -%%DOCSDIR%%/html/api/structiFrustumView-members.html -%%DOCSDIR%%/html/api/structiFrustumView.html -%%DOCSDIR%%/html/api/structiFrustumViewUserdata-members.html -%%DOCSDIR%%/html/api/structiFrustumViewUserdata.html -%%DOCSDIR%%/html/api/structiFrustumViewUserdata__inherit__graph.png -%%DOCSDIR%%/html/api/structiFrustumView__inherit__graph.png -%%DOCSDIR%%/html/api/structiGenMeshAnimationControl-members.html -%%DOCSDIR%%/html/api/structiGenMeshAnimationControl.html -%%DOCSDIR%%/html/api/structiGenMeshAnimationControlFactory-members.html -%%DOCSDIR%%/html/api/structiGenMeshAnimationControlFactory.html -%%DOCSDIR%%/html/api/structiGenMeshAnimationControlFactory__inherit__graph.png -%%DOCSDIR%%/html/api/structiGenMeshAnimationControlState-members.html -%%DOCSDIR%%/html/api/structiGenMeshAnimationControlState.html -%%DOCSDIR%%/html/api/zip_8h.html -%%DOCSDIR%%/html/api/structiGenMeshAnimationControlState__inherit__graph.png -%%DOCSDIR%%/html/api/structiGenMeshAnimationControlType-members.html -%%DOCSDIR%%/html/api/structiGenMeshAnimationControlType.html -%%DOCSDIR%%/html/api/structiGenMeshAnimationControlType__inherit__graph.png -%%DOCSDIR%%/html/api/structiGenMeshAnimationControl__inherit__graph.png -%%DOCSDIR%%/html/api/structiGenMeshSkeletonBone-members.html -%%DOCSDIR%%/html/api/structiGenMeshSkeletonBone.html -%%DOCSDIR%%/html/api/structiGenMeshSkeletonBoneUpdateCallback-members.html -%%DOCSDIR%%/html/api/structiGenMeshSkeletonBoneUpdateCallback.html -%%DOCSDIR%%/html/api/structiGenMeshSkeletonBoneUpdateCallback__inherit__graph.png -%%DOCSDIR%%/html/api/structiGenMeshSkeletonBone__inherit__graph.png -%%DOCSDIR%%/html/api/structiGenMeshSkeletonControlFactory-members.html -%%DOCSDIR%%/html/api/structiGenMeshSkeletonControlFactory.html -%%DOCSDIR%%/html/api/structiGenMeshSkeletonControlFactory__inherit__graph.png -%%DOCSDIR%%/html/api/structiGenMeshSkeletonControlState-members.html -%%DOCSDIR%%/html/api/structiGenMeshSkeletonControlState.html -%%DOCSDIR%%/html/api/structiGenMeshSkeletonControlState__inherit__graph.png -%%DOCSDIR%%/html/api/structiHalo.html -%%DOCSDIR%%/html/api/structiGenMeshSkeletonScript-members.html -%%DOCSDIR%%/html/api/structiGenMeshSkeletonScript.html -%%DOCSDIR%%/html/api/structiGenMeshSkeletonScript__inherit__graph.png -%%DOCSDIR%%/html/api/structiGeneralFactoryState-members.html -%%DOCSDIR%%/html/api/structiGeneralFactoryState.html -%%DOCSDIR%%/html/api/structiGeneralFactoryState__inherit__graph.png -%%DOCSDIR%%/html/api/structiGeneralMeshCommonState-members.html -%%DOCSDIR%%/html/api/structiGeneralMeshCommonState.html -%%DOCSDIR%%/html/api/structiGeneralMeshCommonState__inherit__graph.png -%%DOCSDIR%%/html/api/structiGeneralMeshState-members.html -%%DOCSDIR%%/html/api/structiGeneralMeshState.html -%%DOCSDIR%%/html/api/structiGeneralMeshState__inherit__graph.png -%%DOCSDIR%%/html/api/structiGenerateImageFunction-members.html -%%DOCSDIR%%/html/api/structiGenerateImageFunction.html -%%DOCSDIR%%/html/api/structiGenerateImageFunction__inherit__graph.png -%%DOCSDIR%%/html/api/structiGenericRenderStep-members.html -%%DOCSDIR%%/html/api/structiGenericRenderStep.html -%%DOCSDIR%%/html/api/structiGenericRenderStep__inherit__graph.png -%%DOCSDIR%%/html/api/structiGraphics2D-members.html -%%DOCSDIR%%/html/api/structiGraphics2D.html -%%DOCSDIR%%/html/api/structiGraphics2D__inherit__graph.png -%%DOCSDIR%%/html/api/structiGraphics3D-members.html -%%DOCSDIR%%/html/api/structiGraphics3D.html -%%DOCSDIR%%/html/api/structiGraphics3D__inherit__graph.png -%%DOCSDIR%%/html/api/structiGraphicsMemory-members.html -%%DOCSDIR%%/html/api/structiGraphicsMemory.html -%%DOCSDIR%%/html/api/structiGraphicsMemory__inherit__graph.png -%%DOCSDIR%%/html/api/structiHalo-members.html -%%DOCSDIR%%/html/api/structiHalo__inherit__graph.png -%%DOCSDIR%%/html/api/structiHazeFactoryState-members.html -%%DOCSDIR%%/html/api/structiHazeFactoryState.html -%%DOCSDIR%%/html/api/structiHazeFactoryState__inherit__graph.png -%%DOCSDIR%%/html/api/structiHazeHull-members.html -%%DOCSDIR%%/html/api/structiHazeHull.html -%%DOCSDIR%%/html/api/structiHazeHullBox-members.html -%%DOCSDIR%%/html/api/structiHazeHullBox.html -%%DOCSDIR%%/html/api/structiHazeHullBox__inherit__graph.png -%%DOCSDIR%%/html/api/structiHazeHullCone-members.html -%%DOCSDIR%%/html/api/structiHazeHullCone.html -%%DOCSDIR%%/html/api/structiHazeHullCone__inherit__graph.png -%%DOCSDIR%%/html/api/structiHazeHullCreation-members.html -%%DOCSDIR%%/html/api/structiHazeHullCreation.html -%%DOCSDIR%%/html/api/structiHazeHullCreation__inherit__graph.png -%%DOCSDIR%%/html/api/structiHazeHull__inherit__graph.png -%%DOCSDIR%%/html/api/structiHazeState-members.html -%%DOCSDIR%%/html/api/structiHazeState.html -%%DOCSDIR%%/html/api/structiHazeState__inherit__graph.png -%%DOCSDIR%%/html/api/structiImage-members.html -%%DOCSDIR%%/html/api/structiImage.html -%%DOCSDIR%%/html/api/structiImageFileLoader-members.html -%%DOCSDIR%%/html/api/structiImageFileLoader.html -%%DOCSDIR%%/html/api/structiImageFileLoader__inherit__graph.png -%%DOCSDIR%%/html/api/structiImageIO-members.html -%%DOCSDIR%%/html/api/structiImageIO.html -%%DOCSDIR%%/html/api/structiImageIO__inherit__graph.png -%%DOCSDIR%%/html/api/structiImage__inherit__graph.png -%%DOCSDIR%%/html/api/structiImposter-members.html -%%DOCSDIR%%/html/api/structiImposter.html -%%DOCSDIR%%/html/api/structiImposter__inherit__graph.png -%%DOCSDIR%%/html/api/structiInputBinder-members.html -%%DOCSDIR%%/html/api/structiInputBinder.html -%%DOCSDIR%%/html/api/structiInputBinder__inherit__graph.png -%%DOCSDIR%%/html/api/structiInstancingFactoryState-members.html -%%DOCSDIR%%/html/api/structiInstancingFactoryState.html -%%DOCSDIR%%/html/api/structiInstancingFactoryState__inherit__graph.png -%%DOCSDIR%%/html/api/structiInstancingMeshCommonState-members.html -%%DOCSDIR%%/html/api/structiInstancingMeshCommonState.html -%%DOCSDIR%%/html/api/structiInstancingMeshCommonState__inherit__graph.png -%%DOCSDIR%%/html/api/syspath_8h.html -%%DOCSDIR%%/html/api/structiInstancingMeshState-members.html -%%DOCSDIR%%/html/api/structiInstancingMeshState.html -%%DOCSDIR%%/html/api/structiInstancingMeshState__inherit__graph.png -%%DOCSDIR%%/html/api/structiJob-members.html -%%DOCSDIR%%/html/api/structiJobQueue-members.html -%%DOCSDIR%%/html/api/structiJobQueue.html -%%DOCSDIR%%/html/api/structiJobQueue__inherit__graph.png -%%DOCSDIR%%/html/api/structiJob__inherit__graph.png -%%DOCSDIR%%/html/api/structiJoint-members.html -%%DOCSDIR%%/html/api/structiJoint.html -%%DOCSDIR%%/html/api/structiJoint__inherit__graph.png -%%DOCSDIR%%/html/api/structiJoystickDriver-members.html -%%DOCSDIR%%/html/api/structiLight.html -%%DOCSDIR%%/html/api/structiJoystickDriver.html -%%DOCSDIR%%/html/api/structiJoystickDriver__inherit__graph.png -%%DOCSDIR%%/html/api/structiKDTreeObjectDescriptor-members.html -%%DOCSDIR%%/html/api/structiKDTreeObjectDescriptor.html -%%DOCSDIR%%/html/api/structiKDTreeObjectDescriptor__inherit__graph.png -%%DOCSDIR%%/html/api/structiKeyComposer-members.html -%%DOCSDIR%%/html/api/structiKeyComposer.html -%%DOCSDIR%%/html/api/structiKeyComposer__inherit__graph.png -%%DOCSDIR%%/html/api/structiKeyValuePair-members.html -%%DOCSDIR%%/html/api/structiKeyValuePair.html -%%DOCSDIR%%/html/api/structiKeyValuePair__inherit__graph.png -%%DOCSDIR%%/html/api/structiKeyboardDriver-members.html -%%DOCSDIR%%/html/api/structiKeyboardDriver.html -%%DOCSDIR%%/html/api/structiKeyboardDriver__inherit__graph.png -%%DOCSDIR%%/html/api/structiKitchenSink-members.html -%%DOCSDIR%%/html/api/structiKitchenSink.html -%%DOCSDIR%%/html/api/structiKitchenSink__inherit__graph.png -%%DOCSDIR%%/html/api/structiLODControl-members.html -%%DOCSDIR%%/html/api/structiLODControl.html -%%DOCSDIR%%/html/api/structiLODControl__inherit__graph.png -%%DOCSDIR%%/html/api/structiLight-members.html -%%DOCSDIR%%/html/api/structiLightCallback-members.html -%%DOCSDIR%%/html/api/structiLightCallback.html -%%DOCSDIR%%/html/api/tcovbuf_8h.html -%%DOCSDIR%%/html/api/structiLightCallback__inherit__graph.png -%%DOCSDIR%%/html/api/structiLightIterRenderStep-members.html -%%DOCSDIR%%/html/api/structiLightIterRenderStep.html -%%DOCSDIR%%/html/api/structiLightIterRenderStep__inherit__graph.png -%%DOCSDIR%%/html/api/structiLightIterator-members.html -%%DOCSDIR%%/html/api/structiLightIterator.html -%%DOCSDIR%%/html/api/structiLightIterator__inherit__graph.png -%%DOCSDIR%%/html/api/structiLightList-members.html -%%DOCSDIR%%/html/api/structiLightList.html -%%DOCSDIR%%/html/api/structiLightList__inherit__graph.png -%%DOCSDIR%%/html/api/structiLightManager-members.html -%%DOCSDIR%%/html/api/structiLightManager.html -%%DOCSDIR%%/html/api/structiLoader.html -%%DOCSDIR%%/html/api/structiLightManager__inherit__graph.png -%%DOCSDIR%%/html/api/structiLightRenderStep-members.html -%%DOCSDIR%%/html/api/structiLightRenderStep.html -%%DOCSDIR%%/html/api/structiLightRenderStep__inherit__graph.png -%%DOCSDIR%%/html/api/structiLightSectorInfluence-members.html -%%DOCSDIR%%/html/api/structiLightSectorInfluence.html -%%DOCSDIR%%/html/api/structiLightSectorInfluence__inherit__graph.png -%%DOCSDIR%%/html/api/structiLightVisibleCallback-members.html -%%DOCSDIR%%/html/api/structiLightVisibleCallback.html -%%DOCSDIR%%/html/api/structiLightVisibleCallback__inherit__graph.png -%%DOCSDIR%%/html/api/structiLight__inherit__graph.png -%%DOCSDIR%%/html/api/structiLightingInfo-members.html -%%DOCSDIR%%/html/api/structiLightingInfo.html -%%DOCSDIR%%/html/api/structiLightingInfo__inherit__graph.png -%%DOCSDIR%%/html/api/structiLightingManager-members.html -%%DOCSDIR%%/html/api/structiLightingManager.html -%%DOCSDIR%%/html/api/structiLightingManager__inherit__graph.png -%%DOCSDIR%%/html/api/structiLightingProcessData-members.html -%%DOCSDIR%%/html/api/structiLightingProcessData.html -%%DOCSDIR%%/html/api/structiLightingProcessData__inherit__graph.png -%%DOCSDIR%%/html/api/structiLightingProcessInfo-members.html -%%DOCSDIR%%/html/api/structiLightingProcessInfo.html -%%DOCSDIR%%/html/api/structiLightingProcessInfo__inherit__graph.png -%%DOCSDIR%%/html/api/structiLightningFactoryState-members.html -%%DOCSDIR%%/html/api/structiLightningFactoryState.html -%%DOCSDIR%%/html/api/structiLightningFactoryState__inherit__graph.png -%%DOCSDIR%%/html/api/structiLightningState-members.html -%%DOCSDIR%%/html/api/structiLightningState.html -%%DOCSDIR%%/html/api/structiLightningState__inherit__graph.png -%%DOCSDIR%%/html/api/structiLoader-members.html -%%DOCSDIR%%/html/api/structiLoaderContext-members.html -%%DOCSDIR%%/html/api/structiLoaderContext.html -%%DOCSDIR%%/html/api/structiLoaderContext__inherit__graph.png -%%DOCSDIR%%/html/api/structiLoaderPlugin-members.html -%%DOCSDIR%%/html/api/structiLoaderPlugin.html -%%DOCSDIR%%/html/api/structiLoaderPlugin__inherit__graph.png -%%DOCSDIR%%/html/api/structiLoaderStatus-members.html -%%DOCSDIR%%/html/api/structiLoaderStatus.html -%%DOCSDIR%%/html/api/structiLoaderStatus__inherit__graph.png -%%DOCSDIR%%/html/api/structiLoader__inherit__graph.png -%%DOCSDIR%%/html/api/structiMapNode-members.html -%%DOCSDIR%%/html/api/structiMapNode.html -%%DOCSDIR%%/html/api/structiMapNode__inherit__graph.png -%%DOCSDIR%%/html/api/structiMaterial-members.html -%%DOCSDIR%%/html/api/structiMaterial.html -%%DOCSDIR%%/html/api/structiMaterialEngine-members.html -%%DOCSDIR%%/html/api/structiMaterialEngine.html -%%DOCSDIR%%/html/api/structiMaterialEngine__inherit__graph.png -%%DOCSDIR%%/html/api/structiMaterialList-members.html -%%DOCSDIR%%/html/api/structiMaterialList.html -%%DOCSDIR%%/html/api/structiMaterialList__inherit__graph.png -%%DOCSDIR%%/html/api/structiMaterialWrapper-members.html -%%DOCSDIR%%/html/api/structiMaterialWrapper.html -%%DOCSDIR%%/html/api/structiMaterialWrapper__inherit__graph.png -%%DOCSDIR%%/html/api/structiMaterial__inherit__graph.png -%%DOCSDIR%%/html/api/structiMemoryTracker-members.html -%%DOCSDIR%%/html/api/structiMemoryTracker.html -%%DOCSDIR%%/html/api/structiMemoryTracker__inherit__graph.png -%%DOCSDIR%%/html/api/structiMeshDrawCallback-members.html -%%DOCSDIR%%/html/api/structiMeshDrawCallback.html -%%DOCSDIR%%/html/api/structiMeshDrawCallback__inherit__graph.png -%%DOCSDIR%%/html/api/structiMeshFactoryList-members.html -%%DOCSDIR%%/html/api/structiMeshFactoryList.html -%%DOCSDIR%%/html/api/structiMeshFactoryList__inherit__graph.png -%%DOCSDIR%%/html/api/structiMeshFactoryWrapper-members.html -%%DOCSDIR%%/html/api/structiMeshFactoryWrapper.html -%%DOCSDIR%%/html/api/structiMeshFactoryWrapper__inherit__graph.png -%%DOCSDIR%%/html/api/structiMeshGenerator-members.html -%%DOCSDIR%%/html/api/structiMeshGenerator.html -%%DOCSDIR%%/html/api/structiMeshGeneratorGeometry-members.html -%%DOCSDIR%%/html/api/structiMeshGeneratorGeometry.html -%%DOCSDIR%%/html/api/structiMeshGeneratorGeometry__inherit__graph.png -%%DOCSDIR%%/html/api/structiMeshGenerator__inherit__graph.png -%%DOCSDIR%%/html/api/structiMeshList-members.html -%%DOCSDIR%%/html/api/structiMeshList.html -%%DOCSDIR%%/html/api/structiMeshList__inherit__graph.png -%%DOCSDIR%%/html/api/structiMeshObject-members.html -%%DOCSDIR%%/html/api/structiMeshObject.html -%%DOCSDIR%%/html/api/structiMeshObjectDrawCallback-members.html -%%DOCSDIR%%/html/api/structiMeshObjectDrawCallback.html -%%DOCSDIR%%/html/api/structiMeshObjectDrawCallback__inherit__graph.png -%%DOCSDIR%%/html/api/structiMeshObjectFactory-members.html -%%DOCSDIR%%/html/api/structiMeshObjectFactory.html -%%DOCSDIR%%/html/api/structiMeshObjectFactory__inherit__graph.png -%%DOCSDIR%%/html/api/structiMeshObjectType-members.html -%%DOCSDIR%%/html/api/structiMeshObjectType.html -%%DOCSDIR%%/html/api/structiMeshObjectType__inherit__graph.png -%%DOCSDIR%%/html/api/structiMeshObject__inherit__graph.png -%%DOCSDIR%%/html/api/structiMeshWrapper-members.html -%%DOCSDIR%%/html/api/structiMeshWrapper.html -%%DOCSDIR%%/html/api/structiMeshWrapperIterator-members.html -%%DOCSDIR%%/html/api/structiMeshWrapperIterator.html -%%DOCSDIR%%/html/api/structiMeshWrapperIterator__inherit__graph.png -%%DOCSDIR%%/html/api/structiMovable.html -%%DOCSDIR%%/html/api/structiMeshWrapper__inherit__graph.png -%%DOCSDIR%%/html/api/structiModelLoader-members.html -%%DOCSDIR%%/html/api/structiModelLoader.html -%%DOCSDIR%%/html/api/structiModelLoader__inherit__graph.png -%%DOCSDIR%%/html/api/structiMouseDriver-members.html -%%DOCSDIR%%/html/api/structiMouseDriver.html -%%DOCSDIR%%/html/api/structiObject.html -%%DOCSDIR%%/html/api/structiMouseDriver__inherit__graph.png -%%DOCSDIR%%/html/api/structiMovable-members.html -%%DOCSDIR%%/html/api/structiMovableListener-members.html -%%DOCSDIR%%/html/api/structiMovableListener.html -%%DOCSDIR%%/html/api/structiMovableListener__inherit__graph.png -%%DOCSDIR%%/html/api/structiMovable__inherit__graph.png -%%DOCSDIR%%/html/api/structiMovieRecorder-members.html -%%DOCSDIR%%/html/api/structiMovieRecorder.html -%%DOCSDIR%%/html/api/structiMovieRecorder__inherit__graph.png -%%DOCSDIR%%/html/api/structiNativeWindow-members.html -%%DOCSDIR%%/html/api/structiNativeWindow.html -%%DOCSDIR%%/html/api/structiNativeWindowManager.html -%%DOCSDIR%%/html/api/structiNativeWindowManager-members.html -%%DOCSDIR%%/html/api/structiNativeWindowManager__inherit__graph.png -%%DOCSDIR%%/html/api/structiNativeWindow__inherit__graph.png -%%DOCSDIR%%/html/api/structiNovaHalo-members.html -%%DOCSDIR%%/html/api/structiNovaHalo.html -%%DOCSDIR%%/html/api/structiNovaHalo__inherit__graph.png -%%DOCSDIR%%/html/api/structiNullFactoryState-members.html -%%DOCSDIR%%/html/api/structiNullFactoryState.html -%%DOCSDIR%%/html/api/structiNullFactoryState__inherit__graph.png -%%DOCSDIR%%/html/api/structiNullMeshState-members.html -%%DOCSDIR%%/html/api/structiNullMeshState.html -%%DOCSDIR%%/html/api/terrain_8h.html -%%DOCSDIR%%/html/api/structiNullMeshState__inherit__graph.png -%%DOCSDIR%%/html/api/structiODEAMotorJoint-members.html -%%DOCSDIR%%/html/api/structiODEAMotorJoint.html -%%DOCSDIR%%/html/api/structiODEAMotorJoint__inherit__graph.png -%%DOCSDIR%%/html/api/structiODEBallJoint-members.html -%%DOCSDIR%%/html/api/structiODEBallJoint.html -%%DOCSDIR%%/html/api/structiODEBallJoint__inherit__graph.png -%%DOCSDIR%%/html/api/structiODEDynamicState-members.html -%%DOCSDIR%%/html/api/structiODEDynamicState.html -%%DOCSDIR%%/html/api/structiODEDynamicState__inherit__graph.png -%%DOCSDIR%%/html/api/structiODEDynamicSystemState-members.html -%%DOCSDIR%%/html/api/structiODEDynamicSystemState.html -%%DOCSDIR%%/html/api/structiODEDynamicSystemState__inherit__graph.png -%%DOCSDIR%%/html/api/structiODEFrameUpdateCallback-members.html -%%DOCSDIR%%/html/api/structiODEFrameUpdateCallback.html -%%DOCSDIR%%/html/api/structiODEFrameUpdateCallback__inherit__graph.png -%%DOCSDIR%%/html/api/structiODEGeneralJointState-members.html -%%DOCSDIR%%/html/api/structiODEGeneralJointState.html -%%DOCSDIR%%/html/api/structiODEGeneralJointState__inherit__graph.png -%%DOCSDIR%%/html/api/structiODEHinge2Joint-members.html -%%DOCSDIR%%/html/api/structiODEHinge2Joint.html -%%DOCSDIR%%/html/api/structiODEHinge2Joint__inherit__graph.png -%%DOCSDIR%%/html/api/structiODEHingeJoint-members.html -%%DOCSDIR%%/html/api/structiODEHingeJoint.html -%%DOCSDIR%%/html/api/structiODEHingeJoint__inherit__graph.png -%%DOCSDIR%%/html/api/structiODEJointState-members.html -%%DOCSDIR%%/html/api/structiODEJointState.html -%%DOCSDIR%%/html/api/structiODEJointState__inherit__graph.png -%%DOCSDIR%%/html/api/structiODESliderJoint-members.html -%%DOCSDIR%%/html/api/structiODESliderJoint.html -%%DOCSDIR%%/html/api/structiODESliderJoint__inherit__graph.png -%%DOCSDIR%%/html/api/structiODEUniversalJoint-members.html -%%DOCSDIR%%/html/api/structiODEUniversalJoint.html -%%DOCSDIR%%/html/api/structiODEUniversalJoint__inherit__graph.png -%%DOCSDIR%%/html/api/structiOSXAssistant-members.html -%%DOCSDIR%%/html/api/structiOSXAssistant.html -%%DOCSDIR%%/html/api/structiOSXAssistant__inherit__graph.png -%%DOCSDIR%%/html/api/structiObject-members.html -%%DOCSDIR%%/html/api/structiObjectIterator-members.html -%%DOCSDIR%%/html/api/structiObjectIterator.html -%%DOCSDIR%%/html/api/structiObjectIterator__inherit__graph.png -%%DOCSDIR%%/html/api/structiObjectModel-members.html -%%DOCSDIR%%/html/api/structiObjectModel.html -%%DOCSDIR%%/html/api/structiObjectModelListener-members.html -%%DOCSDIR%%/html/api/structiObjectModelListener.html -%%DOCSDIR%%/html/api/structiObjectModelListener__inherit__graph.png -%%DOCSDIR%%/html/api/structiObjectModel__inherit__graph.png -%%DOCSDIR%%/html/api/structiObjectNameChangeListener-members.html -%%DOCSDIR%%/html/api/structiObjectNameChangeListener.html -%%DOCSDIR%%/html/api/structiObjectNameChangeListener__inherit__graph.png -%%DOCSDIR%%/html/api/structiObjectRegistry-members.html -%%DOCSDIR%%/html/api/structiObjectRegistry.html -%%DOCSDIR%%/html/api/structiObjectRegistryIterator-members.html -%%DOCSDIR%%/html/api/structiObjectRegistryIterator.html -%%DOCSDIR%%/html/api/structiPath.html -%%DOCSDIR%%/html/api/structiObjectRegistryIterator__inherit__graph.png -%%DOCSDIR%%/html/api/structiObjectRegistry__inherit__graph.png -%%DOCSDIR%%/html/api/structiObjectWatcher-members.html -%%DOCSDIR%%/html/api/structiObjectWatcher.html -%%DOCSDIR%%/html/api/structiObjectWatcherListener-members.html -%%DOCSDIR%%/html/api/structiObjectWatcherListener.html -%%DOCSDIR%%/html/api/structiObjectWatcherListener__inherit__graph.png -%%DOCSDIR%%/html/api/structiObjectWatcher__inherit__graph.png -%%DOCSDIR%%/html/api/structiOpenGLInterface.html -%%DOCSDIR%%/html/api/structiObject__inherit__graph.png -%%DOCSDIR%%/html/api/structiParticle.html -%%DOCSDIR%%/html/api/structiOffscreenCanvasCallback-members.html -%%DOCSDIR%%/html/api/structiOffscreenCanvasCallback.html -%%DOCSDIR%%/html/api/structiOffscreenCanvasCallback__inherit__graph.png -%%DOCSDIR%%/html/api/structiOpenGLDriverDatabase-members.html -%%DOCSDIR%%/html/api/structiOpenGLDriverDatabase.html -%%DOCSDIR%%/html/api/structiOpenGLDriverDatabase__inherit__graph.png -%%DOCSDIR%%/html/api/structiOpenGLInterface-members.html -%%DOCSDIR%%/html/api/structiOpenGLInterface__inherit__graph.png -%%DOCSDIR%%/html/api/structiParameterESM-members.html -%%DOCSDIR%%/html/api/structiParameterESM.html -%%DOCSDIR%%/html/api/structiPortal.html -%%DOCSDIR%%/html/api/structiParameterESM__inherit__graph.png -%%DOCSDIR%%/html/api/structiParticle-members.html -%%DOCSDIR%%/html/api/structiParticleState-members.html -%%DOCSDIR%%/html/api/structiParticleState.html -%%DOCSDIR%%/html/api/structiParticleState__inherit__graph.png -%%DOCSDIR%%/html/api/structiParticle__inherit__graph.png -%%DOCSDIR%%/html/api/structiParticlesColorCallback-members.html -%%DOCSDIR%%/html/api/structiParticlesColorCallback.html -%%DOCSDIR%%/html/api/structiParticlesColorCallback__inherit__graph.png -%%DOCSDIR%%/html/api/structiParticlesFactoryState-members.html -%%DOCSDIR%%/html/api/structiParticlesPhysics.html -%%DOCSDIR%%/html/api/structiParticlesFactoryState.html -%%DOCSDIR%%/html/api/structiParticlesFactoryState__inherit__graph.png -%%DOCSDIR%%/html/api/structiParticlesObjectState-members.html -%%DOCSDIR%%/html/api/structiParticlesObjectState.html -%%DOCSDIR%%/html/api/structiParticlesObjectState__inherit__graph.png -%%DOCSDIR%%/html/api/structiParticlesPhysics-members.html -%%DOCSDIR%%/html/api/structiParticlesPhysics__inherit__graph.png -%%DOCSDIR%%/html/api/structiParticlesStateBase-members.html -%%DOCSDIR%%/html/api/structiParticlesStateBase.html -%%DOCSDIR%%/html/api/structiParticlesStateBase__inherit__graph.png -%%DOCSDIR%%/html/api/structiPath-members.html -%%DOCSDIR%%/html/api/structiPath__inherit__graph.png -%%DOCSDIR%%/html/api/structiPen-members.html -%%DOCSDIR%%/html/api/structiPen__inherit__graph.png -%%DOCSDIR%%/html/api/structiPluginConfig-members.html -%%DOCSDIR%%/html/api/structiPluginConfig.html -%%DOCSDIR%%/html/api/structiPluginConfig__inherit__graph.png -%%DOCSDIR%%/html/api/structiPluginIterator-members.html -%%DOCSDIR%%/html/api/structiPluginIterator.html -%%DOCSDIR%%/html/api/structiPluginIterator__inherit__graph.png -%%DOCSDIR%%/html/api/structiPluginManager-members.html -%%DOCSDIR%%/html/api/structiPluginManager.html -%%DOCSDIR%%/html/api/thing_8h.html -%%DOCSDIR%%/html/api/structiPluginManager__inherit__graph.png -%%DOCSDIR%%/html/api/structiPolygonHandle-members.html -%%DOCSDIR%%/html/api/structiPolygonHandle.html -%%DOCSDIR%%/html/api/structiPolygonHandle__inherit__graph.png -%%DOCSDIR%%/html/api/structiPolygonMesh-members.html -%%DOCSDIR%%/html/api/structiPolygonMesh.html -%%DOCSDIR%%/html/api/structiPolygonMesh__inherit__graph.png -%%DOCSDIR%%/html/api/structiPortal-members.html -%%DOCSDIR%%/html/api/structiPortalCallback-members.html -%%DOCSDIR%%/html/api/structiPortalCallback.html -%%DOCSDIR%%/html/api/structiPortalCallback__inherit__graph.png -%%DOCSDIR%%/html/api/structiPortalContainer.html -%%DOCSDIR%%/html/api/structiPortalContainer-members.html -%%DOCSDIR%%/html/api/structiPortalContainer__inherit__graph.png -%%DOCSDIR%%/html/api/structiPortal__inherit__graph.png -%%DOCSDIR%%/html/api/structiProcTexCallback-members.html -%%DOCSDIR%%/html/api/structiProcTexCallback.html -%%DOCSDIR%%/html/api/structiProcTexCallback__inherit__graph.png -%%DOCSDIR%%/html/api/structiProcTexture-members.html -%%DOCSDIR%%/html/api/structiProcTexture.html -%%DOCSDIR%%/html/api/structiProcTexture__inherit__graph.png -%%DOCSDIR%%/html/api/structiProgressMeter-members.html -%%DOCSDIR%%/html/api/structiProgressMeter.html -%%DOCSDIR%%/html/api/structiProtoFactoryState.html -%%DOCSDIR%%/html/api/structiProgressMeter__inherit__graph.png -%%DOCSDIR%%/html/api/structiProtoFactoryState-members.html -%%DOCSDIR%%/html/api/structiProtoFactoryState__inherit__graph.png -%%DOCSDIR%%/html/api/structiProtoMeshState-members.html -%%DOCSDIR%%/html/api/structiProtoMeshState.html -%%DOCSDIR%%/html/api/structiProtoMeshState__inherit__graph.png -%%DOCSDIR%%/html/api/structiRainState-members.html -%%DOCSDIR%%/html/api/structiRainState.html -%%DOCSDIR%%/html/api/structiRainState__inherit__graph.png -%%DOCSDIR%%/html/api/structiRefTracker-members.html -%%DOCSDIR%%/html/api/structiRefTracker.html -%%DOCSDIR%%/html/api/structiRegion.html -%%DOCSDIR%%/html/api/structiRefTracker__inherit__graph.png -%%DOCSDIR%%/html/api/structiRegion-members.html -%%DOCSDIR%%/html/api/structiRegionList-members.html -%%DOCSDIR%%/html/api/structiRegionList.html -%%DOCSDIR%%/html/api/structiRegionList__inherit__graph.png -%%DOCSDIR%%/html/api/structiRegion__inherit__graph.png -%%DOCSDIR%%/html/api/structiRenderBuffer-members.html -%%DOCSDIR%%/html/api/structiRenderBuffer.html -%%DOCSDIR%%/html/api/structiRenderBufferAccessor-members.html -%%DOCSDIR%%/html/api/structiRenderBufferAccessor.html -%%DOCSDIR%%/html/api/structiRenderBufferAccessor__inherit__graph.png -%%DOCSDIR%%/html/api/structiRenderLoop.html -%%DOCSDIR%%/html/api/structiRenderBuffer__inherit__graph.png -%%DOCSDIR%%/html/api/structiRenderLoop-members.html -%%DOCSDIR%%/html/api/structiRenderLoopManager-members.html -%%DOCSDIR%%/html/api/structiRenderLoopManager.html -%%DOCSDIR%%/html/api/structiRenderLoopManager__inherit__graph.png -%%DOCSDIR%%/html/api/structiRenderLoop__inherit__graph.png -%%DOCSDIR%%/html/api/structiRenderStep-members.html -%%DOCSDIR%%/html/api/structiRenderStep.html -%%DOCSDIR%%/html/api/structiRenderStepContainer-members.html -%%DOCSDIR%%/html/api/structiRenderStepContainer.html -%%DOCSDIR%%/html/api/structiRenderStepContainer__inherit__graph.png -%%DOCSDIR%%/html/api/structiRenderStepFactory-members.html -%%DOCSDIR%%/html/api/structiRenderStepFactory.html -%%DOCSDIR%%/html/api/structiRenderStepFactory__inherit__graph.png -%%DOCSDIR%%/html/api/structiRenderStepType-members.html -%%DOCSDIR%%/html/api/structiRenderStepType.html -%%DOCSDIR%%/html/api/structiRenderStepType__inherit__graph.png -%%DOCSDIR%%/html/api/structiRenderStep__inherit__graph.png -%%DOCSDIR%%/html/api/structiRenderView-members.html -%%DOCSDIR%%/html/api/structiRenderView.html -%%DOCSDIR%%/html/api/structiRenderView__inherit__graph.png -%%DOCSDIR%%/html/api/structiRendererLightmap-members.html -%%DOCSDIR%%/html/api/structiRendererLightmap.html -%%DOCSDIR%%/html/api/structiRendererLightmap__inherit__graph.png -%%DOCSDIR%%/html/api/structiReporter-members.html -%%DOCSDIR%%/html/api/structiReporter.html -%%DOCSDIR%%/html/api/structiReporterIterator-members.html -%%DOCSDIR%%/html/api/structiReporterIterator.html -%%DOCSDIR%%/html/api/structiReporterIterator__inherit__graph.png -%%DOCSDIR%%/html/api/structiReporterListener-members.html -%%DOCSDIR%%/html/api/structiReporterListener.html -%%DOCSDIR%%/html/api/structiReporterListener__inherit__graph.png -%%DOCSDIR%%/html/api/structiReporter__inherit__graph.png -%%DOCSDIR%%/html/api/thread_8h.html -%%DOCSDIR%%/html/api/structiRigidBody-members.html -%%DOCSDIR%%/html/api/structiRigidBody.html -%%DOCSDIR%%/html/api/structiRigidBody__inherit__graph.png -%%DOCSDIR%%/html/api/structiSCF-members.html -%%DOCSDIR%%/html/api/structiSCF__inherit__graph.png -%%DOCSDIR%%/html/api/structiSaver-members.html -%%DOCSDIR%%/html/api/structiSaver.html -%%DOCSDIR%%/html/api/structiSaverPlugin-members.html -%%DOCSDIR%%/html/api/structiSaverPlugin.html -%%DOCSDIR%%/html/api/structiSaverPlugin__inherit__graph.png -%%DOCSDIR%%/html/api/structiSaver__inherit__graph.png -%%DOCSDIR%%/html/api/structiSceneNode-members.html -%%DOCSDIR%%/html/api/structiSceneNode.html -%%DOCSDIR%%/html/api/structiSceneNode__inherit__graph.png -%%DOCSDIR%%/html/api/structiScript-members.html -%%DOCSDIR%%/html/api/structiScript.html -%%DOCSDIR%%/html/api/structiScriptObject-members.html -%%DOCSDIR%%/html/api/structiScriptObject.html -%%DOCSDIR%%/html/api/structiScriptObject__inherit__graph.png -%%DOCSDIR%%/html/api/structiScript__inherit__graph.png -%%DOCSDIR%%/html/api/structiSector-members.html -%%DOCSDIR%%/html/api/structiSector.html -%%DOCSDIR%%/html/api/structiSectorCallback-members.html -%%DOCSDIR%%/html/api/structiSectorCallback.html -%%DOCSDIR%%/html/api/structiSectorCallback__inherit__graph.png -%%DOCSDIR%%/html/api/structiSectorList.html -%%DOCSDIR%%/html/api/structiSectorIterator-members.html -%%DOCSDIR%%/html/api/structiSectorIterator.html -%%DOCSDIR%%/html/api/structiSectorIterator__inherit__graph.png -%%DOCSDIR%%/html/api/structiSectorList-members.html -%%DOCSDIR%%/html/api/structiSectorList__inherit__graph.png -%%DOCSDIR%%/html/api/structiSectorMeshCallback-members.html -%%DOCSDIR%%/html/api/structiSectorMeshCallback.html -%%DOCSDIR%%/html/api/structiSectorMeshCallback__inherit__graph.png -%%DOCSDIR%%/html/api/structiSector__inherit__graph.png -%%DOCSDIR%%/html/api/structiSelfDestruct-members.html -%%DOCSDIR%%/html/api/structiSelfDestruct.html -%%DOCSDIR%%/html/api/tree_8h.html -%%DOCSDIR%%/html/api/structiSelfDestruct__inherit__graph.png -%%DOCSDIR%%/html/api/structiSequence-members.html -%%DOCSDIR%%/html/api/structiSequence.html -%%DOCSDIR%%/html/api/structiSequenceCondition-members.html -%%DOCSDIR%%/html/api/structiSequenceCondition.html -%%DOCSDIR%%/html/api/structiSequenceCondition__inherit__graph.png -%%DOCSDIR%%/html/api/structiSequenceManager-members.html -%%DOCSDIR%%/html/api/structiSequenceManager.html -%%DOCSDIR%%/html/api/structiSequenceManager__inherit__graph.png -%%DOCSDIR%%/html/api/structiSequenceOperation-members.html -%%DOCSDIR%%/html/api/structiSequenceOperation.html -%%DOCSDIR%%/html/api/structiShader.html -%%DOCSDIR%%/html/api/structiSequenceOperation__inherit__graph.png -%%DOCSDIR%%/html/api/structiSequenceTimedOperation-members.html -%%DOCSDIR%%/html/api/structiSequenceTimedOperation.html -%%DOCSDIR%%/html/api/structiSequenceTimedOperation__inherit__graph.png -%%DOCSDIR%%/html/api/structiSequenceTrigger-members.html -%%DOCSDIR%%/html/api/structiSequenceTrigger.html -%%DOCSDIR%%/html/api/structiSequenceTrigger__inherit__graph.png -%%DOCSDIR%%/html/api/structiSequenceWrapper-members.html -%%DOCSDIR%%/html/api/structiSequenceWrapper.html -%%DOCSDIR%%/html/api/structiSequenceWrapper__inherit__graph.png -%%DOCSDIR%%/html/api/structiShader-members.html -%%DOCSDIR%%/html/api/structiSequence__inherit__graph.png -%%DOCSDIR%%/html/api/structiShaderCompiler-members.html -%%DOCSDIR%%/html/api/structiShaderCompiler.html -%%DOCSDIR%%/html/api/structiShaderCompiler__inherit__graph.png -%%DOCSDIR%%/html/api/structiShaderDestinationResolver-members.html -%%DOCSDIR%%/html/api/structiShaderDestinationResolver.html -%%DOCSDIR%%/html/api/structiShaderDestinationResolver__inherit__graph.png -%%DOCSDIR%%/html/api/structiShaderManager-members.html -%%DOCSDIR%%/html/api/structiShaderManager.html -%%DOCSDIR%%/html/api/structiShaderManager__inherit__graph.png -%%DOCSDIR%%/html/api/structiShaderProgram.html -%%DOCSDIR%%/html/api/structiShaderPriorityList-members.html -%%DOCSDIR%%/html/api/structiShaderPriorityList.html -%%DOCSDIR%%/html/api/structiShaderPriorityList__inherit__graph.png -%%DOCSDIR%%/html/api/structiShaderProgram-members.html -%%DOCSDIR%%/html/api/structiShaderProgramPlugin-members.html -%%DOCSDIR%%/html/api/structiShaderProgramPlugin.html -%%DOCSDIR%%/html/api/structiShaderProgramPlugin__inherit__graph.png -%%DOCSDIR%%/html/api/structiShaderProgram__inherit__graph.png -%%DOCSDIR%%/html/api/structiShaderVariableAccessor-members.html -%%DOCSDIR%%/html/api/structiShaderVariableAccessor.html -%%DOCSDIR%%/html/api/structiShadowBlock.html -%%DOCSDIR%%/html/api/structiShaderVariableAccessor__inherit__graph.png -%%DOCSDIR%%/html/api/structiShaderVariableContext-members.html -%%DOCSDIR%%/html/api/structiShaderVariableContext.html -%%DOCSDIR%%/html/api/structiShaderVariableContext__inherit__graph.png -%%DOCSDIR%%/html/api/structiShader__inherit__graph.png -%%DOCSDIR%%/html/api/structiShadowBlock-members.html -%%DOCSDIR%%/html/api/structiShadowBlockList-members.html -%%DOCSDIR%%/html/api/structiShadowBlockList.html -%%DOCSDIR%%/html/api/structiShadowBlockList__inherit__graph.png -%%DOCSDIR%%/html/api/structiShadowBlock__inherit__graph.png -%%DOCSDIR%%/html/api/structiSndSysData.html -%%DOCSDIR%%/html/api/structiShadowCaster-members.html -%%DOCSDIR%%/html/api/structiShadowCaster.html -%%DOCSDIR%%/html/api/structiShadowCaster__inherit__graph.png -%%DOCSDIR%%/html/api/structiShadowIterator-members.html -%%DOCSDIR%%/html/api/structiShadowIterator.html -%%DOCSDIR%%/html/api/structiShadowIterator__inherit__graph.png -%%DOCSDIR%%/html/api/structiShadowReceiver-members.html -%%DOCSDIR%%/html/api/structiShadowReceiver.html -%%DOCSDIR%%/html/api/structiShadowReceiver__inherit__graph.png -%%DOCSDIR%%/html/api/structiSharedVariable-members.html -%%DOCSDIR%%/html/api/structiSharedVariable.html -%%DOCSDIR%%/html/api/structiSharedVariableList.html -%%DOCSDIR%%/html/api/structiSharedVariableList-members.html -%%DOCSDIR%%/html/api/structiSharedVariableList__inherit__graph.png -%%DOCSDIR%%/html/api/structiSharedVariableListener-members.html -%%DOCSDIR%%/html/api/structiSharedVariableListener.html -%%DOCSDIR%%/html/api/structiSharedVariableListener__inherit__graph.png -%%DOCSDIR%%/html/api/structiSharedVariable__inherit__graph.png -%%DOCSDIR%%/html/api/structiSimpleFormerState-members.html -%%DOCSDIR%%/html/api/structiSimpleFormerState.html -%%DOCSDIR%%/html/api/structiSimpleFormerState__inherit__graph.png -%%DOCSDIR%%/html/api/structiSndSysData-members.html -%%DOCSDIR%%/html/api/structiSndSysData__inherit__graph.png -%%DOCSDIR%%/html/api/structiSndSysListener-members.html -%%DOCSDIR%%/html/api/structiSndSysListener.html -%%DOCSDIR%%/html/api/structiSndSysListener__inherit__graph.png -%%DOCSDIR%%/html/api/structiSndSysLoader-members.html -%%DOCSDIR%%/html/api/structiSndSysLoader.html -%%DOCSDIR%%/html/api/structiSndSysLoader__inherit__graph.png -%%DOCSDIR%%/html/api/structiSndSysManager-members.html -%%DOCSDIR%%/html/api/structiSndSysManager.html -%%DOCSDIR%%/html/api/structiSndSysManager__inherit__graph.png -%%DOCSDIR%%/html/api/structiSndSysRenderer-members.html -%%DOCSDIR%%/html/api/structiString.html -%%DOCSDIR%%/html/api/structiSndSysRenderer.html -%%DOCSDIR%%/html/api/structiSndSysRenderer__inherit__graph.png -%%DOCSDIR%%/html/api/structiSndSysSoftwareDriver-members.html -%%DOCSDIR%%/html/api/structiSndSysSoftwareDriver.html -%%DOCSDIR%%/html/api/structiSndSysSoftwareDriver__inherit__graph.png -%%DOCSDIR%%/html/api/structiSndSysSoftwareFilter3D-members.html -%%DOCSDIR%%/html/api/structiSndSysSoftwareFilter3D.html -%%DOCSDIR%%/html/api/structiSndSysSoftwareFilter3DProperties-members.html -%%DOCSDIR%%/html/api/structiSndSysSoftwareFilter3DProperties.html -%%DOCSDIR%%/html/api/structiSndSysSoftwareFilterOutput-members.html -%%DOCSDIR%%/html/api/structiSndSysSoftwareFilter3D__inherit__graph.png -%%DOCSDIR%%/html/api/structiSndSysSoftwareFilterOutput.html -%%DOCSDIR%%/html/api/structiSndSysSoftwareFilterOutput__inherit__graph.png -%%DOCSDIR%%/html/api/structiSndSysSource-members.html -%%DOCSDIR%%/html/api/structiSndSysSource.html -%%DOCSDIR%%/html/api/structiSndSysSourceSoftware-members.html -%%DOCSDIR%%/html/api/structiSndSysSourceSoftware.html -%%DOCSDIR%%/html/api/structiSndSysSourceSoftware3D-members.html -%%DOCSDIR%%/html/api/structiSndSysSourceSoftware3D.html -%%DOCSDIR%%/html/api/structiSndSysSourceSoftware3D__inherit__graph.png -%%DOCSDIR%%/html/api/structiSndSysSourceSoftware__inherit__graph.png -%%DOCSDIR%%/html/api/structiSndSysSource__inherit__graph.png -%%DOCSDIR%%/html/api/structiSndSysStream-members.html -%%DOCSDIR%%/html/api/structiSndSysStream.html -%%DOCSDIR%%/html/api/structiSndSysStream__inherit__graph.png -%%DOCSDIR%%/html/api/structiSndSysWrapper-members.html -%%DOCSDIR%%/html/api/structiSnowState.html -%%DOCSDIR%%/html/api/structiSndSysWrapper.html -%%DOCSDIR%%/html/api/structiSndSysWrapper__inherit__graph.png -%%DOCSDIR%%/html/api/structiSnowState-members.html -%%DOCSDIR%%/html/api/structiSnowState__inherit__graph.png -%%DOCSDIR%%/html/api/structiView.html -%%DOCSDIR%%/html/api/structiSoundData-members.html -%%DOCSDIR%%/html/api/structiSoundData.html -%%DOCSDIR%%/html/api/structiSoundData__inherit__graph.png -%%DOCSDIR%%/html/api/structiSoundDriver-members.html -%%DOCSDIR%%/html/api/structiSoundDriver.html -%%DOCSDIR%%/html/api/structiSoundDriver__inherit__graph.png -%%DOCSDIR%%/html/api/structiSoundHandle-members.html -%%DOCSDIR%%/html/api/structiSoundHandle.html -%%DOCSDIR%%/html/api/structiSoundHandle__inherit__graph.png -%%DOCSDIR%%/html/api/structiSoundListener-members.html -%%DOCSDIR%%/html/api/structiSoundListener.html -%%DOCSDIR%%/html/api/structiSoundListener__inherit__graph.png -%%DOCSDIR%%/html/api/structiSoundLoader-members.html -%%DOCSDIR%%/html/api/structiSoundLoader.html -%%DOCSDIR%%/html/api/structiSoundLoader__inherit__graph.png -%%DOCSDIR%%/html/api/structiSoundRender-members.html -%%DOCSDIR%%/html/api/structiSoundRender.html -%%DOCSDIR%%/html/api/structiSoundRender__inherit__graph.png -%%DOCSDIR%%/html/api/structiSoundSource-members.html -%%DOCSDIR%%/html/api/structiSoundSource.html -%%DOCSDIR%%/html/api/structiSoundSource__inherit__graph.png -%%DOCSDIR%%/html/api/structiSoundWrapper-members.html -%%DOCSDIR%%/html/api/structiSoundWrapper.html -%%DOCSDIR%%/html/api/structiSoundWrapper__inherit__graph.png -%%DOCSDIR%%/html/api/trimesh_8h.html -%%DOCSDIR%%/html/api/structiSpiralState-members.html -%%DOCSDIR%%/html/api/structiSpiralState.html -%%DOCSDIR%%/html/api/structiSpiralState__inherit__graph.png -%%DOCSDIR%%/html/api/structiSprite2DFactoryState-members.html -%%DOCSDIR%%/html/api/structiSprite2DFactoryState.html -%%DOCSDIR%%/html/api/structiSprite2DFactoryState__inherit__graph.png -%%DOCSDIR%%/html/api/structiSprite2DState-members.html -%%DOCSDIR%%/html/api/structiSprite2DState.html -%%DOCSDIR%%/html/api/structiSprite2DState__inherit__graph.png -%%DOCSDIR%%/html/api/structiSprite2DUVAnimation-members.html -%%DOCSDIR%%/html/api/structiSprite2DUVAnimation.html -%%DOCSDIR%%/html/api/structiSprite2DUVAnimationFrame-members.html -%%DOCSDIR%%/html/api/structiSprite2DUVAnimationFrame.html -%%DOCSDIR%%/html/api/structiSprite2DUVAnimationFrame__inherit__graph.png -%%DOCSDIR%%/html/api/structiSprite2DUVAnimation__inherit__graph.png -%%DOCSDIR%%/html/api/structiSprite3DFactoryState-members.html -%%DOCSDIR%%/html/api/structiSprite3DFactoryState.html -%%DOCSDIR%%/html/api/structiSprite3DFactoryState__inherit__graph.png -%%DOCSDIR%%/html/api/structiSprite3DState-members.html -%%DOCSDIR%%/html/api/structiSprite3DState.html -%%DOCSDIR%%/html/api/structiSprite3DState__inherit__graph.png -%%DOCSDIR%%/html/api/structiSpriteAction-members.html -%%DOCSDIR%%/html/api/structiSpriteAction.html -%%DOCSDIR%%/html/api/structiSpriteAction__inherit__graph.png -%%DOCSDIR%%/html/api/structiSpriteCal3DFactoryState-members.html -%%DOCSDIR%%/html/api/structiSpriteCal3DFactoryState.html -%%DOCSDIR%%/html/api/structiSpriteCal3DFactoryState__inherit__graph.png -%%DOCSDIR%%/html/api/structiSpriteCal3DSocket-members.html -%%DOCSDIR%%/html/api/structiSpriteCal3DSocket.html -%%DOCSDIR%%/html/api/structiSpriteCal3DSocket__inherit__graph.png -%%DOCSDIR%%/html/api/structiSpriteCal3DState-members.html -%%DOCSDIR%%/html/api/structiSpriteFrame.html -%%DOCSDIR%%/html/api/structiSpriteCal3DState.html -%%DOCSDIR%%/html/api/structiSpriteCal3DState__inherit__graph.png -%%DOCSDIR%%/html/api/structiSpriteFrame-members.html -%%DOCSDIR%%/html/api/structiSpriteFrame__inherit__graph.png -%%DOCSDIR%%/html/api/structiSpriteSocket-members.html -%%DOCSDIR%%/html/api/structiSpriteSocket.html -%%DOCSDIR%%/html/api/structiSpriteSocket__inherit__graph.png -%%DOCSDIR%%/html/api/structiStandardReporterListener-members.html -%%DOCSDIR%%/html/api/structiStandardReporterListener.html -%%DOCSDIR%%/html/api/structiStandardReporterListener__inherit__graph.png -%%DOCSDIR%%/html/api/structiStarsState-members.html -%%DOCSDIR%%/html/api/structiStarsState.html -%%DOCSDIR%%/html/api/structiStarsState__inherit__graph.png -%%DOCSDIR%%/html/api/structiStreamDataCallback-members.html -%%DOCSDIR%%/html/api/structiStreamDataCallback.html -%%DOCSDIR%%/html/api/structiStreamDataCallback__inherit__graph.png -%%DOCSDIR%%/html/api/structiStreamSource-members.html -%%DOCSDIR%%/html/api/structiStreamSource.html -%%DOCSDIR%%/html/api/structiStreamSource__inherit__graph.png -%%DOCSDIR%%/html/api/structiString-members.html -%%DOCSDIR%%/html/api/structiStringArray-members.html -%%DOCSDIR%%/html/api/structiStringArray.html -%%DOCSDIR%%/html/api/structiStringArray__inherit__graph.png -%%DOCSDIR%%/html/api/structiStringSet-members.html -%%DOCSDIR%%/html/api/structiStringSet.html -%%DOCSDIR%%/html/api/structiStringSet__inherit__graph.png -%%DOCSDIR%%/html/api/structiString__inherit__graph.png -%%DOCSDIR%%/html/api/structiSuperLightmap-members.html -%%DOCSDIR%%/html/api/structiSuperLightmap.html -%%DOCSDIR%%/html/api/structiSuperLightmap__inherit__graph.png -%%DOCSDIR%%/html/api/structiSyntaxService-members.html -%%DOCSDIR%%/html/api/structiSyntaxService.html -%%DOCSDIR%%/html/api/structiSyntaxService__inherit__graph.png -%%DOCSDIR%%/html/api/structiTerraFormer-members.html -%%DOCSDIR%%/html/api/structiTerraFormer.html -%%DOCSDIR%%/html/api/structiTerraFormer__inherit__graph.png -%%DOCSDIR%%/html/api/structiTerraSampler-members.html -%%DOCSDIR%%/html/api/structiTerraSampler.html -%%DOCSDIR%%/html/api/structiTerraSampler__inherit__graph.png -%%DOCSDIR%%/html/api/structiTerrainFactoryState-members.html -%%DOCSDIR%%/html/api/structiTerrainFactoryState.html -%%DOCSDIR%%/html/api/structiTerrainFactoryState__inherit__graph.png -%%DOCSDIR%%/html/api/structiTerrainObjectState-members.html -%%DOCSDIR%%/html/api/structiTerrainObjectState.html -%%DOCSDIR%%/html/api/structiTerrainObjectState__inherit__graph.png -%%DOCSDIR%%/html/api/structiTextureCallback-members.html -%%DOCSDIR%%/html/api/structiTextureCallback.html -%%DOCSDIR%%/html/api/structiTextureCallback__inherit__graph.png -%%DOCSDIR%%/html/api/structiTextureFactory-members.html -%%DOCSDIR%%/html/api/structiTextureFactory.html -%%DOCSDIR%%/html/api/structiTextureFactory__inherit__graph.png -%%DOCSDIR%%/html/api/structiTextureHandle-members.html -%%DOCSDIR%%/html/api/structiTextureHandle.html -%%DOCSDIR%%/html/api/structiTextureHandle__inherit__graph.png -%%DOCSDIR%%/html/api/structiTextureList-members.html -%%DOCSDIR%%/html/api/structiTextureList.html -%%DOCSDIR%%/html/api/structiTextureList__inherit__graph.png -%%DOCSDIR%%/html/api/structiTextureManager.html -%%DOCSDIR%%/html/api/structiTextureLoaderContext-members.html -%%DOCSDIR%%/html/api/structiTextureLoaderContext.html -%%DOCSDIR%%/html/api/structiTextureLoaderContext__inherit__graph.png -%%DOCSDIR%%/html/api/structiTextureManager-members.html -%%DOCSDIR%%/html/api/structiTextureManager__inherit__graph.png -%%DOCSDIR%%/html/api/structiTextureType-members.html -%%DOCSDIR%%/html/api/structiTextureType.html -%%DOCSDIR%%/html/api/structiTextureType__inherit__graph.png -%%DOCSDIR%%/html/api/structiTextureWrapper-members.html -%%DOCSDIR%%/html/api/structiTextureWrapper.html -%%DOCSDIR%%/html/api/structiTextureWrapper__inherit__graph.png -%%DOCSDIR%%/html/api/structiThingEnvironment-members.html -%%DOCSDIR%%/html/api/structiThingEnvironment.html -%%DOCSDIR%%/html/api/structiThingEnvironment__inherit__graph.png -%%DOCSDIR%%/html/api/structiThingFactoryState-members.html -%%DOCSDIR%%/html/api/structiThingFactoryState.html -%%DOCSDIR%%/html/api/structiThingFactoryState__inherit__graph.png -%%DOCSDIR%%/html/api/structiThingState-members.html -%%DOCSDIR%%/html/api/structiThingState.html -%%DOCSDIR%%/html/api/structiThingState__inherit__graph.png -%%DOCSDIR%%/html/api/structiTimerEvent-members.html -%%DOCSDIR%%/html/api/structiTimerEvent.html -%%DOCSDIR%%/html/api/structiVFS-members.html -%%DOCSDIR%%/html/api/structiTimerEvent__inherit__graph.png -%%DOCSDIR%%/html/api/structiUserRenderBufferIterator-members.html -%%DOCSDIR%%/html/api/structiUserRenderBufferIterator.html -%%DOCSDIR%%/html/api/structiUserRenderBufferIterator__inherit__graph.png -%%DOCSDIR%%/html/api/structiVFS__inherit__graph.png -%%DOCSDIR%%/html/api/structiVerbosityManager-members.html -%%DOCSDIR%%/html/api/structiVerbosityManager.html -%%DOCSDIR%%/html/api/structiVerbosityManager__inherit__graph.png -%%DOCSDIR%%/html/api/structiVertexLightCalculator-members.html -%%DOCSDIR%%/html/api/structiVertexLightCalculator.html -%%DOCSDIR%%/html/api/types_8h.html -%%DOCSDIR%%/html/api/structiVertexLightCalculator__inherit__graph.png -%%DOCSDIR%%/html/api/structiView-members.html -%%DOCSDIR%%/html/api/structiView__inherit__graph.png -%%DOCSDIR%%/html/api/structiVirtualClock-members.html -%%DOCSDIR%%/html/api/structiVirtualClock.html -%%DOCSDIR%%/html/api/structiVirtualClock__inherit__graph.png -%%DOCSDIR%%/html/api/structiVisibilityCuller-members.html -%%DOCSDIR%%/html/api/structiVisibilityCuller.html -%%DOCSDIR%%/html/api/structiVisibilityCullerListener-members.html -%%DOCSDIR%%/html/api/structiVisibilityCullerListener.html -%%DOCSDIR%%/html/api/structiVisibilityCuller__inherit__graph.png -%%DOCSDIR%%/html/api/structiVisibilityCullerListener__inherit__graph.png -%%DOCSDIR%%/html/api/structiVisibilityObject-members.html -%%DOCSDIR%%/html/api/structiVisibilityObject.html -%%DOCSDIR%%/html/api/structiVisibilityObjectIterator-members.html -%%DOCSDIR%%/html/api/structiVisibilityObjectIterator.html -%%DOCSDIR%%/html/api/structiVisibilityObjectIterator__inherit__graph.png -%%DOCSDIR%%/html/api/structiVisibilityObject__inherit__graph.png -%%DOCSDIR%%/html/api/structiVosA3DL-members.html -%%DOCSDIR%%/html/api/structiVosA3DL.html -%%DOCSDIR%%/html/api/structiVosA3DL__inherit__graph.png -%%DOCSDIR%%/html/api/structiVosApi-members.html -%%DOCSDIR%%/html/api/structiVosApi.html -%%DOCSDIR%%/html/api/structiVosApi__inherit__graph.png -%%DOCSDIR%%/html/api/structiVosObject3D-members.html -%%DOCSDIR%%/html/api/structiVosObject3D.html -%%DOCSDIR%%/html/api/structiVosObject3D__inherit__graph.png -%%DOCSDIR%%/html/api/structiVosSector-members.html -%%DOCSDIR%%/html/api/structiVosSector.html -%%DOCSDIR%%/html/api/structiVosSector__inherit__graph.png -%%DOCSDIR%%/html/api/structiWin32Assistant-members.html -%%DOCSDIR%%/html/api/structiWin32Assistant.html -%%DOCSDIR%%/html/api/structiWin32Assistant__inherit__graph.png -%%DOCSDIR%%/html/api/structiWin32Canvas-members.html -%%DOCSDIR%%/html/api/terraform_8h.html -%%DOCSDIR%%/html/api/structiWin32Canvas.html -%%DOCSDIR%%/html/api/structiWin32Canvas__inherit__graph.png -%%DOCSDIR%%/html/api/structiWxWindow-members.html -%%DOCSDIR%%/html/api/structiWxWindow.html -%%DOCSDIR%%/html/api/structiWxWindow__inherit__graph.png -%%DOCSDIR%%/html/api/structscfFakeInterface_1_1InterfaceTraits-members.html -%%DOCSDIR%%/html/api/structscfFakeInterface_1_1InterfaceTraits.html -%%DOCSDIR%%/html/api/subrec2_8h-source.html -%%DOCSDIR%%/html/api/subrec_8h-source.html -%%DOCSDIR%%/html/api/sysfunc_8h-source.html -%%DOCSDIR%%/html/api/syspath_8h-source.html -%%DOCSDIR%%/html/api/tcovbuf_8h-source.html -%%DOCSDIR%%/html/api/terraform_8h-source.html -%%DOCSDIR%%/html/api/terrain_8h-source.html -%%DOCSDIR%%/html/api/textrans_8h-source.html -%%DOCSDIR%%/html/api/textrans_8h.html -%%DOCSDIR%%/html/api/thing_8h-source.html -%%DOCSDIR%%/html/api/thread_8h-source.html -%%DOCSDIR%%/html/api/threadjobqueue_8h-source.html -%%DOCSDIR%%/html/api/threadjobqueue_8h.html -%%DOCSDIR%%/html/api/timemeasure_8h-source.html -%%DOCSDIR%%/html/api/timemeasure_8h.html -%%DOCSDIR%%/html/api/tokenlist_8h-source.html -%%DOCSDIR%%/html/api/tokenlist_8h.html -%%DOCSDIR%%/html/api/transfrm_8h-source.html -%%DOCSDIR%%/html/api/transfrm_8h.html -%%DOCSDIR%%/html/api/tree_8h-source.html -%%DOCSDIR%%/html/api/tri_8h-source.html -%%DOCSDIR%%/html/api/triangulate_8h-source.html -%%DOCSDIR%%/html/api/trimesh_8h-source.html -%%DOCSDIR%%/html/api/trimeshlod_8h-source.html -%%DOCSDIR%%/html/api/trimeshlod_8h.html -%%DOCSDIR%%/html/api/types_8h-source.html -%%DOCSDIR%%/html/api/unix_2csosdefs_8h-source.html -%%DOCSDIR%%/html/api/userrndbuf_8h-source.html -%%DOCSDIR%%/html/api/userrndbuf_8h.html -%%DOCSDIR%%/html/api/util_8h-source.html -%%DOCSDIR%%/html/api/util_8h.html -%%DOCSDIR%%/html/api/vector2_8h-source.html -%%DOCSDIR%%/html/api/vector2_8h.html -%%DOCSDIR%%/html/api/vector3_8h-source.html -%%DOCSDIR%%/html/api/vector3_8h.html -%%DOCSDIR%%/html/api/vector4_8h-source.html -%%DOCSDIR%%/html/api/vector4_8h.html -%%DOCSDIR%%/html/api/verbosity_8h-source.html -%%DOCSDIR%%/html/api/vfsplat_8h.html -%%DOCSDIR%%/html/api/verbosity_8h.html -%%DOCSDIR%%/html/api/verbositymanager_8h-source.html -%%DOCSDIR%%/html/api/verbositymanager_8h.html -%%DOCSDIR%%/html/api/vertexcompress_8h-source.html -%%DOCSDIR%%/html/api/vertexcompress_8h.html -%%DOCSDIR%%/html/api/vertexlight_8h-source.html -%%DOCSDIR%%/html/api/vertexlight_8h.html -%%DOCSDIR%%/html/api/vfs_8h-source.html -%%DOCSDIR%%/html/api/vfscache_8h-source.html -%%DOCSDIR%%/html/api/vfscache_8h.html -%%DOCSDIR%%/html/api/vfsdirchange_8h-source.html -%%DOCSDIR%%/html/api/vfsdirchange_8h.html -%%DOCSDIR%%/html/api/vfsplat_8h-source.html -%%DOCSDIR%%/html/api/view_8h-source.html -%%DOCSDIR%%/html/api/view_8h.html -%%DOCSDIR%%/html/api/viscull_8h-source.html -%%DOCSDIR%%/html/api/viscull_8h.html -%%DOCSDIR%%/html/api/vosa3dl_8h-source.html -%%DOCSDIR%%/html/api/vosa3dl_8h.html -%%DOCSDIR%%/html/api/vosapi_8h-source.html -%%DOCSDIR%%/html/api/weakref_8h-source.html -%%DOCSDIR%%/html/api/weakref_8h.html -%%DOCSDIR%%/html/api/weakrefarr_8h-source.html -%%DOCSDIR%%/html/api/weakrefarr_8h.html -%%DOCSDIR%%/html/api/win32_2callstack_8h-source.html -%%DOCSDIR%%/html/api/win32_2callstack_8h.html -%%DOCSDIR%%/html/api/win32_2csosdefs_8h-source.html -%%DOCSDIR%%/html/api/win32_8h-source.html -%%DOCSDIR%%/html/api/win32_8h.html -%%DOCSDIR%%/html/api/wintools_8h-source.html -%%DOCSDIR%%/html/api/wintools_8h.html -%%DOCSDIR%%/html/api/wrapper_8h-source.html -%%DOCSDIR%%/html/api/writer_8h-source.html -%%DOCSDIR%%/html/api/writer_8h.html -%%DOCSDIR%%/html/api/wxwin_8h-source.html -%%DOCSDIR%%/html/api/wxwin_8h.html -%%DOCSDIR%%/html/api/xmltiny_8h-source.html -%%DOCSDIR%%/html/api/xmltiny_8h.html -%%DOCSDIR%%/html/api/xorpat_8h-source.html -%%DOCSDIR%%/html/api/xorpat_8h.html -%%DOCSDIR%%/html/api/zip_8h-source.html -%%DATADIR%%/bindings/python/_cspace.so -%%DATADIR%%/bindings/python/cspace.py -%%DATADIR%%/bindings/python/cshelper.py -%%DATADIR%%/bindings/python/pysimp.py -%%DATADIR%%/bindings/python/pysimp2.py -%%DATADIR%%/bindings/python/pysimpcd.py -%%DATADIR%%/bindings/python/tutorial0.py -%%DATADIR%%/bindings/python/tutorial1.py -%%DATADIR%%/bindings/python/tutorial2.py -%%DATADIR%%/bindings/python/tutorial3.py -%%DATADIR%%/bindings/java/SimpleRoom.java -%%DATADIR%%/build/autoconf/checklib.m4 -%%DATADIR%%/build/autoconf/checkbuild.m4 -%%DATADIR%%/build/autoconf/checkcppunit.m4 -%%DATADIR%%/build/autoconf/checkcswin32libs.m4 -%%DATADIR%%/build/autoconf/checklibtool.m4 -%%DATADIR%%/build/autoconf/checkpic.m4 -%%DATADIR%%/build/autoconf/checkprog.m4 -%%DATADIR%%/build/autoconf/checkpthread.m4 -%%DATADIR%%/build/autoconf/checkpython.m4 -%%DATADIR%%/build/autoconf/checktt2.m4 -%%DATADIR%%/build/autoconf/compiler.m4 -%%DATADIR%%/build/autoconf/config.guess -%%DATADIR%%/build/autoconf/config.sub -%%DATADIR%%/build/autoconf/crystal.m4 -%%DATADIR%%/build/autoconf/diagnose.m4 -%%DATADIR%%/build/autoconf/embed.m4 -%%DATADIR%%/build/autoconf/emit.m4 -%%DATADIR%%/build/autoconf/headercache.m4 -%%DATADIR%%/build/autoconf/installdirs.m4 -%%DATADIR%%/build/autoconf/jamcache.m4 -%%DATADIR%%/build/autoconf/makecache.m4 -%%DATADIR%%/build/autoconf/mkdir.m4 -%%DATADIR%%/build/autoconf/packageinfo.m4 -%%DATADIR%%/build/autoconf/path.m4 -%%DATADIR%%/build/autoconf/progver.m4 -%%DATADIR%%/build/autoconf/qualify.m4 -%%DATADIR%%/build/autoconf/split.m4 -%%DATADIR%%/build/autoconf/textcache.m4 -%%DATADIR%%/build/autoconf/trim.m4 -%%DATADIR%%/build/autoconf/warnings.m4 -%%DATADIR%%/build/autoconf/install-sh -%%DATADIR%%/build/autoconf/cel.m4 -%%DATADIR%%/build/autoconf/cs_check_host.m4 -%%DATADIR%%/build/jam/build.jam -%%DATADIR%%/build/jam/application.jam -%%DATADIR%%/build/jam/assembler.jam -%%DATADIR%%/build/jam/bisonflex.jam -%%DATADIR%%/build/jam/clean.jam -%%DATADIR%%/build/jam/compiler.jam -%%DATADIR%%/build/jam/docs.jam -%%DATADIR%%/build/jam/dump.jam -%%DATADIR%%/build/jam/flags.jam -%%DATADIR%%/build/jam/groups.jam -%%DATADIR%%/build/jam/help.jam -%%DATADIR%%/build/jam/helper.jam -%%DATADIR%%/build/jam/install.jam -%%DATADIR%%/build/jam/jamcompatibility.jam -%%DATADIR%%/build/jam/library.jam -%%DATADIR%%/build/jam/macosx.jam -%%DATADIR%%/build/jam/msvcgen.jam -%%DATADIR%%/build/jam/objectivec.jam -%%DATADIR%%/build/jam/objects.jam -%%DATADIR%%/build/jam/options.jam -%%DATADIR%%/build/jam/plugin.jam -%%DATADIR%%/build/jam/property.jam -%%DATADIR%%/build/jam/resource.jam -%%DATADIR%%/build/jam/static.jam -%%DATADIR%%/build/jam/subdir.jam -%%DATADIR%%/build/jam/swig.jam -%%DATADIR%%/build/jam/unittest.jam -%%DATADIR%%/build/jam/unix.jam -%%DATADIR%%/build/jam/variant.jam -%%DATADIR%%/build/jam/win32.jam -%%DATADIR%%/build/msvcgen/control.tlib -%%DATADIR%%/build/msvcgen/macros.tlib -%%DATADIR%%/build/msvcgen/project6.tlib -%%DATADIR%%/build/msvcgen/project7.tlib -%%DATADIR%%/build/msvcgen/projectx6.tlib -%%DATADIR%%/build/msvcgen/projectx7.tlib -%%DATADIR%%/build/msvcgen/workspace6.tlib -%%DATADIR%%/build/msvcgen/workspace7.tlib -%%DATADIR%%/build/jamtemplate/README -%%DATADIR%%/build/jamtemplate/Jamfile-src.template -%%DATADIR%%/build/jamtemplate/Jamfile.template -%%DATADIR%%/build/jamtemplate/Jamrules.template -%%DATADIR%%/build/jamtemplate/README-msvc.template -%%DATADIR%%/build/jamtemplate/README.template -%%DATADIR%%/build/jamtemplate/app.cpp.template -%%DATADIR%%/build/jamtemplate/app.h.template -%%DATADIR%%/build/jamtemplate/autogen.template -%%DATADIR%%/build/jamtemplate/config-msvc.template -%%DATADIR%%/build/jamtemplate/configure.template -%%DATADIR%%/build/jamtemplate/main.template -%%DATADIR%%/build/jamtemplate/projheader.template -%%DATADIR%%/build/jamtemplate/createproject.sh -%%DATADIR%%/build/maketemplate/README -%%DATADIR%%/build/maketemplate/Makefile.template -%%DATADIR%%/build/maketemplate/appwrap.sh -%%DATADIR%%/data/awsdef.zip -%%DATADIR%%/data/fancycon.zip -%%DATADIR%%/data/standard.zip -%%DATADIR%%/data/startme.zip -%%DATADIR%%/data/stdtex.zip -%%DATADIR%%/data/teapot.zip -%%DATADIR%%/data/ttf-dejavu.zip -%%DATADIR%%/data/ttf-vera.zip -%%DATADIR%%/data/unifont.zip -%%DATADIR%%/data/maps/flarge/christmasTree.png -%%DATADIR%%/data/maps/flarge/cube_street.dds -%%DATADIR%%/data/maps/flarge/mosaic-detail.dds -%%DATADIR%%/data/maps/flarge/world -%%DATADIR%%/data/maps/isomap/vedette.spr -%%DATADIR%%/data/maps/isomap/world -%%DATADIR%%/data/maps/parallaxtest/boxh.jpg -%%DATADIR%%/data/maps/parallaxtest/box.jpg -%%DATADIR%%/data/maps/parallaxtest/boxn.jpg -%%DATADIR%%/data/maps/parallaxtest/boxn.png -%%DATADIR%%/data/maps/parallaxtest/floor.jpg -%%DATADIR%%/data/maps/parallaxtest/walls.jpg -%%DATADIR%%/data/maps/parallaxtest/world -%%DATADIR%%/data/maps/particles/dot.png -%%DATADIR%%/data/maps/particles/world -%%DATADIR%%/data/maps/partsys/world -%%DATADIR%%/data/maps/r3dtest/world -%%DATADIR%%/data/maps/stenciltest/bricks.png -%%DATADIR%%/data/maps/stenciltest/bricks_n.png -%%DATADIR%%/data/maps/stenciltest/world -%%DATADIR%%/data/maps/terrain/grass.png -%%DATADIR%%/data/maps/terrain/grassDOT3.png -%%DATADIR%%/data/maps/terrain/heightmap.png -%%DATADIR%%/data/maps/terrain/heightmap_257x257.png -%%DATADIR%%/data/maps/terrain/materialmap.png -%%DATADIR%%/data/maps/terrain/materialmap_base.png -%%DATADIR%%/data/maps/terrain/normalmap.png -%%DATADIR%%/data/maps/terrain/swiss1_b.jpg -%%DATADIR%%/data/maps/terrain/swiss1_d.jpg -%%DATADIR%%/data/maps/terrain/swiss1_f.jpg -%%DATADIR%%/data/maps/terrain/swiss1_l.jpg -%%DATADIR%%/data/maps/terrain/swiss1_r.jpg -%%DATADIR%%/data/maps/terrain/swiss1_u.jpg -%%DATADIR%%/data/maps/terrain/world -%%DATADIR%%/data/maps/terrainf/clouddome.jpg -%%DATADIR%%/data/maps/terrainf/grass.dds -%%DATADIR%%/data/maps/terrainf/rocky_surface.jpg -%%DATADIR%%/data/maps/terrainf/skybox_b.jpg -%%DATADIR%%/data/maps/terrainf/skybox_d.jpg -%%DATADIR%%/data/maps/terrainf/skybox_f.jpg -%%DATADIR%%/data/maps/terrainf/skybox_l.jpg -%%DATADIR%%/data/maps/terrainf/skybox_r.jpg -%%DATADIR%%/data/maps/terrainf/skybox_u.jpg -%%DATADIR%%/data/maps/terrainf/world -%%DATADIR%%/data/aws/ControlBarTest.def -%%DATADIR%%/data/aws/PopupMenuTest.def -%%DATADIR%%/data/aws/PopupMenuTest2.def -%%DATADIR%%/data/aws/awstest.def -%%DATADIR%%/data/aws/awstest.xml.def -%%DATADIR%%/data/aws/awstest2.def -%%DATADIR%%/data/aws/awstut.def -%%DATADIR%%/data/aws/buttonTest.def -%%DATADIR%%/data/aws/layoutTest.def -%%DATADIR%%/data/aws/stddlg.def -%%DATADIR%%/data/aws/windowTest.def -%%DATADIR%%/data/aws/windows_skin.def -%%DATADIR%%/data/ceguitest/Falagard.xsd -%%DATADIR%%/data/ceguitest/Falagard.xsx -%%DATADIR%%/data/ceguitest/GUILayout.xsd -%%DATADIR%%/data/ceguitest/GUIScheme.xsd -%%DATADIR%%/data/ceguitest/GUIScheme.xsx -%%DATADIR%%/data/ceguitest/Imageset.xsd -%%DATADIR%%/data/ceguitest/ice.imageset -%%DATADIR%%/data/ceguitest/ice.layout -%%DATADIR%%/data/ceguitest/ice.looknfeel -%%DATADIR%%/data/ceguitest/ice.png -%%DATADIR%%/data/ceguitest/ice.scheme -%%DATADIR%%/data/ceguitest/ice.svg -%%DATADIR%%/data/cube/cubemap_bk.jpg -%%DATADIR%%/data/cube/cubemap_dn.jpg -%%DATADIR%%/data/cube/cubemap_fr.jpg -%%DATADIR%%/data/cube/cubemap_lf.jpg -%%DATADIR%%/data/cube/cubemap_rt.jpg -%%DATADIR%%/data/cube/cubemap_up.jpg -%%DATADIR%%/data/shader/ambient.avp -%%DATADIR%%/data/shader/ambient.fvp -%%DATADIR%%/data/shader/ambient.xml -%%DATADIR%%/data/shader/ambient2.xml -%%DATADIR%%/data/shader/bump_ppl_diffuse.avp -%%DATADIR%%/data/shader/bump_ppl_diffuse_a.avp -%%DATADIR%%/data/shader/bump_ppl_diffuse_attn.avp -%%DATADIR%%/data/shader/bump_ppl_diffuse_attn2.avp -%%DATADIR%%/data/shader/bump_ppl_scatter.avp -%%DATADIR%%/data/shader/bump_ppl_scatter_b.avp -%%DATADIR%%/data/shader/cg_vertexlight.xml -%%DATADIR%%/data/shader/compressed_splatting_scattering.avp -%%DATADIR%%/data/shader/compressed_splatting_scattering_a.avp -%%DATADIR%%/data/shader/flat_ppl_attenuation.avp -%%DATADIR%%/data/shader/flat_ppl_attenuation2.avp -%%DATADIR%%/data/shader/flat_ppl_diffuse.avp -%%DATADIR%%/data/shader/flat_ppl_diffuse_a.avp -%%DATADIR%%/data/shader/flat_ppl_diffuse_b.avp -%%DATADIR%%/data/shader/light.xml -%%DATADIR%%/data/shader/light2.xml -%%DATADIR%%/data/shader/light_bumpmap.xml -%%DATADIR%%/data/shader/light_bumpmap2.xml -%%DATADIR%%/data/shader/light_projection_bumpmap.xml -%%DATADIR%%/data/shader/light_scattering.xml -%%DATADIR%%/data/shader/particle_basic.xml -%%DATADIR%%/data/shader/reflect.xml -%%DATADIR%%/data/shader/reflectsphere.xml -%%DATADIR%%/data/shader/scattering.avp -%%DATADIR%%/data/shader/scattering_base.afp -%%DATADIR%%/data/shader/shadow.xml -%%DATADIR%%/data/shader/shadow2.xml -%%DATADIR%%/data/shader/shadowdebug.xml -%%DATADIR%%/data/shader/shadowextrude.avp -%%DATADIR%%/data/shader/shadowextrude2.avp -%%DATADIR%%/data/shader/sky_scattering.xml -%%DATADIR%%/data/shader/specifyambient.xml -%%DATADIR%%/data/shader/splatting_amb.avp -%%DATADIR%%/data/shader/splatting_amb.xml -%%DATADIR%%/data/shader/splatting_base.avp -%%DATADIR%%/data/shader/splatting_base.xml -%%DATADIR%%/data/shader/splatting_base_b.avp -%%DATADIR%%/data/shader/splatting_bump.avp -%%DATADIR%%/data/shader/splatting_bump.xml -%%DATADIR%%/data/shader/splatting_bump_a.avp -%%DATADIR%%/data/shader/splatting_bump_b.avp -%%DATADIR%%/data/shader/splatting_nobump.avp -%%DATADIR%%/data/shader/splatting_scattering.avp -%%DATADIR%%/data/shader/splatting_scattering.xml -%%DATADIR%%/data/shader/splatting_scattering_a.avp -%%DATADIR%%/data/shader/splatting_scattering_b.avp -%%DATADIR%%/data/shader/splatting_scattering_base.avp -%%DATADIR%%/data/shader/splatting_scattering_base.xml -%%DATADIR%%/data/shader/splatting_scattering_base_b.avp -%%DATADIR%%/data/shader/stat_dyn_reflect.xml -%%DATADIR%%/data/shader/std_lighting.xml -%%DATADIR%%/data/shader/std_lighting_detail.xml -%%DATADIR%%/data/shader/std_lighting_detail_add.xml -%%DATADIR%%/data/shader/std_lighting_detail_alpha.xml -%%DATADIR%%/data/shader/std_lighting_detail_alpha_scroll.xml -%%DATADIR%%/data/shader/std_lighting_fixed.xml -%%DATADIR%%/data/shader/std_lighting_nofog.xml -%%DATADIR%%/data/shader/std_lighting_portal.xml -%%DATADIR%%/data/shader/std_rloop_ambient.xml -%%DATADIR%%/data/shader/std_rloop_diffuse.xml -%%DATADIR%%/data/shader/std_rloop_fat_vproc_all.xml -%%DATADIR%%/data/shader/std_rloop_fattest.xml -%%DATADIR%%/data/shader/std_rloop_fattest2.xml -%%DATADIR%%/data/shader/std_rloop_fattest3.xml -%%DATADIR%%/data/shader/std_rloop_shadowed.xml -%%DATADIR%%/data/shader/std_rloop_shadowed2.xml -%%DATADIR%%/data/shader/std_rloop_terrainfixed.xml -%%DATADIR%%/data/shader/terrain_fixed_base.xml -%%DATADIR%%/data/shader/terrain_fixed_splatting.xml -%%DATADIR%%/data/shader/vertexlight.avp -%%DATADIR%%/data/shader/vertexlight.fvp -%%DATADIR%%/data/shader/water.xml -%%DATADIR%%/data/shader/parallax/parallax.afp -%%DATADIR%%/data/shader/parallax/parallax.avp -%%DATADIR%%/data/shader/parallax/parallax.cgfp -%%DATADIR%%/data/shader/parallax/parallax.cgvp -%%DATADIR%%/data/shader/parallax/parallax.xml -%%DATADIR%%/data/shader/specular/bump.cgvp -%%DATADIR%%/data/shader/specular/light_spec_bumpmap.xml -%%DATADIR%%/data/shader/specular/specular.cgfp -%%DATADIR%%/data/shader/snippets/fog-ffp.inc -%%DATADIR%%/data/shader/snippets/cg-light-classic.cginc -%%DATADIR%%/data/shader/snippets/cg-light-classic.inc -%%DATADIR%%/data/shader/snippets/cg-sectorfog.cginc -%%DATADIR%%/data/shader/snippets/cg-sectorfog.inc -%%DATADIR%%/data/shader/snippets/cg-surface-classic.cginc -%%DATADIR%%/data/shader/snippets/cg-surface-classic.inc -%%DATADIR%%/data/shader/snippets/fog-fvp.inc -%%DATADIR%%/data/shader/snippets/fog-mappings.inc -%%DATADIR%%/data/shader/snippets/fog-pass.inc -%%DATADIR%%/data/shader/snippets/std_lighting.cscg -%%DATADIR%%/data/varia/partedit.def -%%DATADIR%%/data/varia/picview.def -%%DATADIR%%/data/varia/vidprefs.def -%%DATADIR%%/data/varia/viewmesh.def -%%DATADIR%%/data/varia/walktest.cam -%%DATADIR%%/conversion/hammer/crystal.fgd -%%DATADIR%%/conversion/hammer/README -%%DATADIR%%/conversion/max/showMap.mcr -%%DATADIR%%/conversion/max/Poly_Counter.mcr -%%DATADIR%%/conversion/max/exportcsp.mcr -%%DATADIR%%/conversion/max/exportlights.mcr -%%DATADIR%%/conversion/max/exportsprite.mcr -%%DATADIR%%/conversion/max/fixmaterials.mcr -%%DATADIR%%/conversion/max/ps_terrain.materials.txt -%%DATADIR%%/conversion/max/ps_terrain.render.txt -%%DATADIR%%/conversion/max/ps_terrain.shaders.txt -%%DATADIR%%/conversion/max/ps_terrain.textures.txt -%%DATADIR%%/conversion/max/psmaxmenus5.mnu -%%DATADIR%%/conversion/max/sanitycheck.ms -%%DATADIR%%/conversion/max/README -%%DATADIR%%/conversion/max/exporterguide/basics.htm -%%DATADIR%%/conversion/max/exporterguide/emitter.htm -%%DATADIR%%/conversion/max/exporterguide/evenmore.htm -%%DATADIR%%/conversion/max/exporterguide/exportscene.htm -%%DATADIR%%/conversion/max/exporterguide/exportsprite.htm -%%DATADIR%%/conversion/max/exporterguide/index.htm -%%DATADIR%%/conversion/max/exporterguide/installation.htm -%%DATADIR%%/conversion/max/exporterguide/intro.htm -%%DATADIR%%/conversion/max/exporterguide/left_frame.htm -%%DATADIR%%/conversion/max/exporterguide/light.htm -%%DATADIR%%/conversion/max/exporterguide/lod.htm -%%DATADIR%%/conversion/max/exporterguide/modelsprite.htm -%%DATADIR%%/conversion/max/exporterguide/object.htm -%%DATADIR%%/conversion/max/exporterguide/occluders.htm -%%DATADIR%%/conversion/max/exporterguide/portals.htm -%%DATADIR%%/conversion/max/exporterguide/samples.htm -%%DATADIR%%/conversion/max/exporterguide/sectors.htm -%%DATADIR%%/conversion/max/exporterguide/sectorsinfo.htm -%%DATADIR%%/conversion/max/exporterguide/terrain.htm -%%DATADIR%%/conversion/max/exporterguide/thinggenmesh.htm -%%DATADIR%%/conversion/max/exporterguide/pictures/3dsMaxExporters_img1.gif -%%DATADIR%%/conversion/max/exporterguide/pictures/3dsMaxExporters_img2.gif -%%DATADIR%%/conversion/max/exporterguide/pictures/attrib.jpg -%%DATADIR%%/conversion/max/exporterguide/pictures/particle.jpg -%%DATADIR%%/conversion/max/exporterguide/pictures/room_properties.jpg -%%DATADIR%%/conversion/max/gmeshskelanim/IPhysique.gup -%%DATADIR%%/conversion/max/gmeshskelanim/export_genmesh_skelanim.mcr -%%DATADIR%%/conversion/max/gmeshskelanim/README -%%DATADIR%%/conversion/maya/CrystalExporter.mel -%%DATADIR%%/conversion/maya/README -%%DATADIR%%/conversion/maya/exportsprite.mel -%%DATADIR%%/conversion/qt2aws/qt2aws.xsl -%%DATADIR%%/conversion/qt2aws/README -%%DATADIR%%/conversion/qt2aws/qt3aws.xsl -@dirrm etc/crystalspace -@dirrm include/crystalspace/csgeom -@dirrm include/crystalspace/csgfx -@dirrm include/crystalspace/csplugincommon/canvas -@dirrm include/crystalspace/csplugincommon/directx -@dirrm include/crystalspace/csplugincommon/imageloader -@dirrm include/crystalspace/csplugincommon/iopengl -@dirrm include/crystalspace/csplugincommon/macosx -@dirrm include/crystalspace/csplugincommon/opengl -@dirrm include/crystalspace/csplugincommon/particlesys -@dirrm include/crystalspace/csplugincommon/render3d -@dirrm include/crystalspace/csplugincommon/renderstep -@dirrm include/crystalspace/csplugincommon/shader -@dirrm include/crystalspace/csplugincommon/sndsys -@dirrm include/crystalspace/csplugincommon/softshader -@dirrm include/crystalspace/csplugincommon/soundloader -@dirrm include/crystalspace/csplugincommon/soundrenderer -@dirrm include/crystalspace/csplugincommon/win32 -@dirrm include/crystalspace/csplugincommon -@dirrm include/crystalspace/cstool -@dirrm include/crystalspace/csutil/macosx -@dirrm include/crystalspace/csutil/unix -@dirrm include/crystalspace/csutil/win32 -@dirrm include/crystalspace/csutil -@dirrm include/crystalspace/iaws -@dirrm include/crystalspace/iengine/rendersteps -@dirrm include/crystalspace/iengine -@dirrm include/crystalspace/igeom -@dirrm include/crystalspace/igraphic -@dirrm include/crystalspace/imap -@dirrm include/crystalspace/imesh -@dirrm include/crystalspace/inetwork -@dirrm include/crystalspace/isndsys -@dirrm include/crystalspace/isound -@dirrm include/crystalspace/itexture -@dirrm include/crystalspace/iutil -@dirrm include/crystalspace/ivaria -@dirrm include/crystalspace/ivideo/shader -@dirrm include/crystalspace/ivideo -@dirrm include/crystalspace -@dirrm lib/crystalspace -@dirrm %%DOCSDIR%%/html/manual/build/platform/win32/cygwin -@dirrm %%DOCSDIR%%/html/manual/build/platform/win32 -@dirrm %%DOCSDIR%%/html/manual/build/platform -@dirrm %%DOCSDIR%%/html/manual/build/wincvs -@dirrm %%DOCSDIR%%/html/manual/build -@dirrm %%DOCSDIR%%/html/manual/content/map2cs -@dirrm %%DOCSDIR%%/html/manual/content/sprites -@dirrm %%DOCSDIR%%/html/manual/content -@dirrm %%DOCSDIR%%/html/manual/usingcs/engine -@dirrm %%DOCSDIR%%/html/manual/usingcs/lighting -@dirrm %%DOCSDIR%%/html/manual/usingcs/ownprojects/kdevproj -@dirrm %%DOCSDIR%%/html/manual/usingcs/ownprojects/msvc7proj -@dirrm %%DOCSDIR%%/html/manual/usingcs/ownprojects -@dirrm %%DOCSDIR%%/html/manual/usingcs -@dirrm %%DOCSDIR%%/html/manual -@dirrm %%DOCSDIR%%/html/api -@dirrm %%DOCSDIR%%/html -@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/bindings/python -@dirrm %%DATADIR%%/bindings/java -@dirrm %%DATADIR%%/bindings -@dirrm %%DATADIR%%/build/autoconf -@dirrm %%DATADIR%%/build/jam -@dirrm %%DATADIR%%/build/msvcgen -@dirrm %%DATADIR%%/build/jamtemplate -@dirrm %%DATADIR%%/build/maketemplate -@dirrm %%DATADIR%%/build -@dirrm %%DATADIR%%/data/maps/flarge -@dirrm %%DATADIR%%/data/maps/isomap -@dirrm %%DATADIR%%/data/maps/parallaxtest -@dirrm %%DATADIR%%/data/maps/particles -@dirrm %%DATADIR%%/data/maps/partsys -@dirrm %%DATADIR%%/data/maps/r3dtest -@dirrm %%DATADIR%%/data/maps/stenciltest -@dirrm %%DATADIR%%/data/maps/terrain -@dirrm %%DATADIR%%/data/maps/terrainf -@dirrm %%DATADIR%%/data/maps -@dirrm %%DATADIR%%/data/aws -@dirrm %%DATADIR%%/data/ceguitest -@dirrm %%DATADIR%%/data/cube -@dirrm %%DATADIR%%/data/shader/parallax -@dirrm %%DATADIR%%/data/shader/specular -@dirrm %%DATADIR%%/data/shader/snippets -@dirrm %%DATADIR%%/data/shader -@dirrm %%DATADIR%%/data/varia -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%%/conversion/hammer -@dirrm %%DATADIR%%/conversion/max/exporterguide/pictures -@dirrm %%DATADIR%%/conversion/max/exporterguide -@dirrm %%DATADIR%%/conversion/max/gmeshskelanim -@dirrm %%DATADIR%%/conversion/max -@dirrm %%DATADIR%%/conversion/maya -@dirrm %%DATADIR%%/conversion/qt2aws -@dirrm %%DATADIR%%/conversion -@dirrm %%DATADIR%% diff --git a/graphics/diacanvas2/Makefile b/graphics/diacanvas2/Makefile deleted file mode 100644 index 1c8929722..000000000 --- a/graphics/diacanvas2/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: diacanvas2 -# Date created: Feb 9, 2003 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= diacanvas2 -PORTVERSION= 0.14.4 -CATEGORIES= graphics gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= diacanvas - -MAINTAINER= ports@FreeBSD.org -COMMENT= A general drawing canvas from dia dialog editor - -USE_GNOME= gnomehack gnometarget pygnome2 -USE_PYTHON= 2.2+ -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -INSTALLS_SHLIB= yes -.if defined(PACKAGE_BUILDING) -BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} \ - ${X11BASE}/lib/X11/fonts/misc/8x13O.pcf.gz:${X_FONTS_MISC_PORT} -.endif - -post-patch: - @${REINPLACE_CMD} -e \ - 's|unit_tests doc|unit_tests|g' ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/graphics/diacanvas2/distinfo b/graphics/diacanvas2/distinfo deleted file mode 100644 index 8e4314469..000000000 --- a/graphics/diacanvas2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (diacanvas2-0.14.4.tar.gz) = b3db6c961de3023489a4d2419dab89bd -SHA256 (diacanvas2-0.14.4.tar.gz) = 90972c659015b4d9c45b31177e464df46494d293e83e9ea3657e8b8358edca1c -SIZE (diacanvas2-0.14.4.tar.gz) = 718229 diff --git a/graphics/diacanvas2/files/patch-python_diacanvas.override b/graphics/diacanvas2/files/patch-python_diacanvas.override deleted file mode 100644 index 2b5457da9..000000000 --- a/graphics/diacanvas2/files/patch-python_diacanvas.override +++ /dev/null @@ -1,58 +0,0 @@ ---- python/diacanvas.override.orig Tue Oct 26 03:54:46 2004 -+++ python/diacanvas.override Fri Oct 13 14:22:52 2006 -@@ -182,55 +182,6 @@ _wrap_dia_canvas_text_new (PyGObject *se - return create_canvas_item (self, args, kwargs, DIA_TYPE_CANVAS_TEXT); - } - %% --override dia_canvas_item_new kwargs --static int --_wrap_dia_canvas_item_new (PyGObject *self, PyObject *args, PyObject *kwargs) --{ -- return create_canvas_item (self, args, kwargs, DIA_TYPE_CANVAS_ITEM); --} --%% --override dia_canvas_group_new kwargs --static int --_wrap_dia_canvas_group_new (PyGObject *self, PyObject *args, PyObject *kwargs) --{ -- return create_canvas_item (self, args, kwargs, DIA_TYPE_CANVAS_GROUP); --} --%% --override dia_canvas_element_new kwargs --static int --_wrap_dia_canvas_element_new (PyGObject *self, PyObject *args, PyObject *kwargs) --{ -- return create_canvas_item (self, args, kwargs, DIA_TYPE_CANVAS_ELEMENT); --} --%% --override dia_canvas_line_new kwargs --static int --_wrap_dia_canvas_line_new (PyGObject *self, PyObject *args, PyObject *kwargs) --{ -- return create_canvas_item (self, args, kwargs, DIA_TYPE_CANVAS_LINE); --} --%% --override dia_canvas_box_new kwargs --static int --_wrap_dia_canvas_box_new (PyGObject *self, PyObject *args, PyObject *kwargs) --{ -- return create_canvas_item (self, args, kwargs, DIA_TYPE_CANVAS_BOX); --} --%% --override dia_canvas_image_new kwargs --static int --_wrap_dia_canvas_image_new (PyGObject *self, PyObject *args, PyObject *kwargs) --{ -- return create_canvas_item (self, args, kwargs, DIA_TYPE_CANVAS_IMAGE); --} --%% --override dia_canvas_text_new kwargs --static int --_wrap_dia_canvas_text_new (PyGObject *self, PyObject *args, PyObject *kwargs) --{ -- return create_canvas_item (self, args, kwargs, DIA_TYPE_CANVAS_TEXT); --} --%% - override dia_canvas_get_pango_layout noargs - static PyObject * - _wrap_dia_canvas_get_pango_layout(PyGObject *self) diff --git a/graphics/diacanvas2/pkg-descr b/graphics/diacanvas2/pkg-descr deleted file mode 100644 index 56905af12..000000000 --- a/graphics/diacanvas2/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -DiaCanvas is in its second incarnation: DiaCanvas2. Aiming towards future -computing needs on GNOME based desktop environments, DiaCanvas2 is providing -you with a full featured diagramming canvas: - - Model/View/Controller based design: The DiaCanvas class only holds - abstract data (using DiaShape objects), the data is rendered by one or - more DiaCanvasView's. - - Usage of the widely used GnomeCanvas for visualization. This makes it - easy to let DiaCanvas2 display anti-aliased diagrams with translucency - (alpha) support. - - Export facilities for GnomePrint and SVG. - - Objects can be rotated/sheared/resized/etc. without the need to - recalculate shapes. DiaCanvas relies heavily on the LibArt library - (which is a standard GNOME library). - - Objects can connect to each other with handles. The connection is - represented as a mathematical equation, which is solved using a real - linear constraint solver (see the reference documentation for more info). - Handles do not need predefined connection points, but can connect to each - other in a more generic way. - - Of course DiaCanvas2 has all the features a modern application needs, - including undo/redo and copy/paste functionality (copying is not - implemented yet). - -WWW: http://diacanvas.sourceforge.net/ diff --git a/graphics/diacanvas2/pkg-plist b/graphics/diacanvas2/pkg-plist deleted file mode 100644 index 028492d3a..000000000 --- a/graphics/diacanvas2/pkg-plist +++ /dev/null @@ -1,69 +0,0 @@ -include/diacanvas/dia-canvas-box.h -include/diacanvas/dia-canvas-editable.h -include/diacanvas/dia-canvas-element.h -include/diacanvas/dia-canvas-group.h -include/diacanvas/dia-canvas-groupable.h -include/diacanvas/dia-canvas-i18n.h -include/diacanvas/dia-canvas-image.h -include/diacanvas/dia-canvas-item.h -include/diacanvas/dia-canvas-iter.h -include/diacanvas/dia-canvas-line.h -include/diacanvas/dia-canvas-text.h -include/diacanvas/dia-canvas-view.h -include/diacanvas/dia-canvas.h -include/diacanvas/dia-constraint.h -include/diacanvas/dia-default-tool.h -include/diacanvas/dia-event.h -include/diacanvas/dia-export-print.h -include/diacanvas/dia-export-svg.h -include/diacanvas/dia-features.h -include/diacanvas/dia-geometry.h -include/diacanvas/dia-handle-layer.h -include/diacanvas/dia-handle-tool.h -include/diacanvas/dia-handle.h -include/diacanvas/dia-item-tool.h -include/diacanvas/dia-placement-tool.h -include/diacanvas/dia-selection-tool.h -include/diacanvas/dia-selector.h -include/diacanvas/dia-shape-art.h -include/diacanvas/dia-shape.h -include/diacanvas/dia-solver.h -include/diacanvas/dia-stack-tool.h -include/diacanvas/dia-strength.h -include/diacanvas/dia-tool.h -include/diacanvas/dia-undo-manager.h -include/diacanvas/dia-undo.h -include/diacanvas/dia-variable.h -include/diacanvas/diamarshal.h -include/diacanvas/diatypebuiltins.h -lib/libdiacanvas2.a -lib/libdiacanvas2.la -lib/libdiacanvas2.so -lib/libdiacanvas2.so.0 -%%PYTHON_SITELIBDIR%%/diacanvas/__init__.py -%%PYTHON_SITELIBDIR%%/diacanvas/__init__.pyc -%%PYTHON_SITELIBDIR%%/diacanvas/__init__.pyo -%%PYTHON_SITELIBDIR%%/diacanvas/_canvasmodule.a -%%PYTHON_SITELIBDIR%%/diacanvas/_canvasmodule.la -%%PYTHON_SITELIBDIR%%/diacanvas/_canvasmodule.so -%%PYTHON_SITELIBDIR%%/diacanvas/geometrymodule.a -%%PYTHON_SITELIBDIR%%/diacanvas/geometrymodule.la -%%PYTHON_SITELIBDIR%%/diacanvas/geometrymodule.so -%%PYTHON_SITELIBDIR%%/diacanvas/placementtool.py -%%PYTHON_SITELIBDIR%%/diacanvas/placementtool.pyc -%%PYTHON_SITELIBDIR%%/diacanvas/placementtool.pyo -%%PYTHON_SITELIBDIR%%/diacanvas/shapemodule.a -%%PYTHON_SITELIBDIR%%/diacanvas/shapemodule.la -%%PYTHON_SITELIBDIR%%/diacanvas/shapemodule.so -%%PYTHON_SITELIBDIR%%/diacanvas/viewmodule.a -%%PYTHON_SITELIBDIR%%/diacanvas/viewmodule.la -%%PYTHON_SITELIBDIR%%/diacanvas/viewmodule.so -libdata/pkgconfig/diacanvas2.pc -share/locale/nl/LC_MESSAGES/diacanvas.mo -share/pygtk/2.0/defs/dia-boxed.defs -share/pygtk/2.0/defs/diacanvas.defs -share/pygtk/2.0/defs/diageometry.defs -share/pygtk/2.0/defs/diashape.defs -share/pygtk/2.0/defs/diaview.defs -@dirrm %%PYTHON_SITELIBDIR%%/diacanvas -@dirrm include/diacanvas diff --git a/graphics/djvulibre/Makefile b/graphics/djvulibre/Makefile deleted file mode 100644 index fe7573bb9..000000000 --- a/graphics/djvulibre/Makefile +++ /dev/null @@ -1,92 +0,0 @@ -# New ports collection makefile for: libdjvu++ -# Date Created: 20 July 1999 -# Whom: Mikhail Teterin <mi@aldan.algebra.com> -# -# $FreeBSD$ -# - -PORTNAME= djvulibre -PORTVERSION= 3.5.17 -PORTREVISION= 2 -CATEGORIES= graphics www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= djvu - -MAINTAINER= ports@FreeBSD.org -COMMENT?= DjVu viewers, encoders, browser plugin, and utilities - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash - -USE_ICONV= yes -USE_GNOME= gnomehack -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= JPEG_CFLAGS="-I${LOCALBASE}/include" \ - JPEG_LIBS="-L${LOCALBASE}/lib -ljpeg" \ - TIFF_CFLAGS="-I${LOCALBASE}/include" \ - TIFF_LIBS="-L${LOCALBASE}/lib -ltiff" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" \ - CXX="${CXX}" \ - X11BASE="${X11BASE}" -CONFIGURE_ARGS= --enable-threads=pthread --enable-shared -USE_LDCONFIG= yes - -MANLANG= "" ja -MAN1= bzz.1 c44.1 cjb2.1 cpaldjvu.1 csepdjvu.1 ddjvu.1 djvm.1 \ - djvmcvt.1 djvu.1 djvudump.1 djvuextract.1 djvumake.1 djvups.1 \ - djvused.1 djvuserve.1 djvutxt.1 -MAN1EXTRA= any2djvu.1 djvutoxml.1 djvuxml.1 djvuxmlparser.1 djvudigital.1 -MAN1+= ${MAN1EXTRA} - -PORTDOCS= djvu2spec.djvu lizard2002.djvu - -.if !defined(WITHOUT_X11) -USE_QT_VER= 3 -CONFIGURE_ENV+= QTLIBS="-L${X11BASE}/lib -lqt-mt" -MAN1+= djview.1 nsdejavu.1 -PLIST_SUB+= X11='' -.else -PKGNAMESUFFIX= -nox11 -CONFIGURE_ARGS+= --disable-djview --without-x -PLIST_SUB+= X11='@comment ' -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|$${libdir}/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ - ${WRKSRC}/libdjvu/Makefile.in - @${REINPLACE_CMD} -e '/-O\*/d ; \ - s|$$OPTS -O3|$$OPTS|g ; \ - s|$$OPTS -O2|$$OPTS|g ; \ - s|$$OPTS $$opt|$$OPTS|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|^#! /bin/bash|#! ${LOCALBASE}/bin/bash|g ; \ - s|any2djvu\.sh|any2djvu|g' ${WRKSRC}/tools/any2djvu - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|= @CPPFLAGS|= $${FLAGS} @CPPFLAGS|g ; \ - s|@ $${FLAGS}|@|g ; \ - s|} $${FLAGS}|}|g ; \ - s|/netscape/|/djvulibre/|g ; \ - s|eucjp|eucJP|g ; \ - s|_PROGRAM} -m|} -m|g' - -post-install: -.for man1 in ${MAN1EXTRA} -.for manlang in ${MANLANG} - ${TOUCH} ${MAN1PREFIX}/man/${manlang}/man1/${man1} -.endfor -.endfor -.if !defined(WITHOUT_X11) - @${MKDIR} ${LOCALBASE}/lib/browser_plugins - ${LN} -sf ${PREFIX}/lib/djvulibre/plugins/nsdejavu.so \ - ${LOCALBASE}/lib/browser_plugins/nsdejavu.so -.endif -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/graphics/djvulibre/distinfo b/graphics/djvulibre/distinfo deleted file mode 100644 index 2a4bb3b64..000000000 --- a/graphics/djvulibre/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (djvulibre-3.5.17.tar.gz) = 18e71eec1f7d59ef4710b405ea64650e -SHA256 (djvulibre-3.5.17.tar.gz) = a39977be3ca99f5b1d6a01a7795133c18de538bf20ff1f2d52d652bac94647c7 -SIZE (djvulibre-3.5.17.tar.gz) = 2298690 diff --git a/graphics/djvulibre/files/patch-configure b/graphics/djvulibre/files/patch-configure deleted file mode 100644 index 8ffc666de..000000000 --- a/graphics/djvulibre/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Mon Oct 31 19:34:47 2005 -+++ configure Tue Apr 18 13:55:47 2006 -@@ -486,7 +486,7 @@ - srcdir= - verbose= - x_includes=NONE --x_libraries=NONE -+x_libraries=${X11BASE}/lib - - # Installation directory options. - # These are left unexpanded so users can "make install exec_prefix=/foo" -@@ -26327,7 +26327,7 @@ - then - NSDEJAVU_CFLAGS=${X_CFLAGS} - case "$host" in -- *-cygwin* | *-mingw*) -+ *-cygwin* | *-mingw* | *-freebsd*) - NSDEJAVU_LIBS="`echo ${X_LIBS} | sed -e 's/-lXext/-lXt -lXext/'`" - NSDEJAVU_LIBS="-no-undefined $NSDEJAVU_LIBS" - ;; diff --git a/graphics/djvulibre/pkg-descr b/graphics/djvulibre/pkg-descr deleted file mode 100644 index 71c20fb4a..000000000 --- a/graphics/djvulibre/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -DjVu is a web-centric format and software platform for distributing -documents and images. DjVu was originally developped at AT&T -Labs-Research. In March 2000, AT&T sold DjVu to LizardTech Inc. who -now distributes Windows/Mac plug-ins, and commercial encoders (mostly -on Windows) - -The LizardTech released the reference implementation of DjVu under -the GNU GPL in October 2000. DjVuLibre (which means free DjVu), is -an enhanced version of that code maintained by the original inventors -of DjVu. It is compatible with version 3.5 of the LizardTech DjVu -software suite. - -WWW: http://djvulibre.djvuzone.org/ diff --git a/graphics/djvulibre/pkg-plist b/graphics/djvulibre/pkg-plist deleted file mode 100644 index 1a4f93104..000000000 --- a/graphics/djvulibre/pkg-plist +++ /dev/null @@ -1,69 +0,0 @@ -bin/any2djvu -bin/bzz -bin/c44 -bin/cjb2 -bin/cpaldjvu -bin/csepdjvu -bin/ddjvu -%%X11%%bin/djview -bin/djvm -bin/djvmcvt -bin/djvudigital -bin/djvudump -bin/djvuextract -bin/djvumake -bin/djvups -bin/djvused -bin/djvuserve -bin/djvutoxml -bin/djvutxt -bin/djvuxmlparser -include/libdjvu/ddjvuapi.h -include/libdjvu/miniexp.h -%%X11%%lib/djvulibre/plugins/nsdejavu.so -lib/libdjvulibre.la -lib/libdjvulibre.so -lib/libdjvulibre.so.17 -libdata/pkgconfig/ddjvuapi.pc -share/djvu/languages.xml -%%X11%%share/djvu/osi/de/djview.qm -share/djvu/osi/de/libdjvu++.xml -share/djvu/osi/de/messages.xml -%%X11%%share/djvu/osi/de/qt.qm -share/djvu/osi/en/djvutools-reference.xml -share/djvu/osi/en/libdjvu++.xml -share/djvu/osi/en/messages.xml -share/djvu/osi/en/unixgui-shared.xml -share/djvu/osi/en/unixgui-viewer.xml -%%X11%%share/djvu/osi/fr/djview.qm -share/djvu/osi/fr/libdjvu++.xml -share/djvu/osi/fr/messages.xml -%%X11%%share/djvu/osi/fr/qt.qm -%%X11%%share/djvu/osi/ja/djview.qm -share/djvu/osi/ja/libdjvu++.xml -share/djvu/osi/ja/messages.xml -%%X11%%share/djvu/osi/ja/qt.qm -share/djvu/osi/zh/libdjvu++.xml -share/djvu/osi/zh/messages.xml -share/djvu/pubtext/DjVuMessages.dtd -share/djvu/pubtext/DjVuOCR.dtd -share/djvu/pubtext/DjVuXML-s.dtd -%%X11%%@exec mkdir -p %%LOCALBASE%%/lib/browser_plugins -%%X11%%@exec ln -sf %D/lib/djvulibre/plugins/nsdejavu.so %%LOCALBASE%%/lib/browser_plugins/nsdejavu.so -%%X11%%@unexec rm -f %%LOCALBASE%%/lib/browser_plugins/nsdejavu.so -@dirrm share/djvu/pubtext -@dirrm share/djvu/osi/zh -@dirrm share/djvu/osi/ja -@dirrm share/djvu/osi/fr -@dirrm share/djvu/osi/en -@dirrm share/djvu/osi/de -@dirrm share/djvu/osi -@dirrm share/djvu -%%X11%%@dirrm lib/djvulibre/plugins -%%X11%%@dirrm lib/djvulibre -@dirrm include/libdjvu -@dirrmtry man/fr/man1 -@dirrmtry man/fr -@dirrmtry man/de/man1 -@dirrmtry man/de -@unexec rmdir %%LOCALBASE%%/lib/browser_plugins 2>/dev/null || true diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile deleted file mode 100644 index 8b93cae9e..000000000 --- a/graphics/eog/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: eog2 -# Date created: 21 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/eog/Makefile,v 1.40 2006/09/04 18:44:24 ahze Exp $ -# - -PORTNAME= eog -PORTVERSION= 2.16.1 -CATEGORIES= graphics gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The Eye Of Gnome image viewer - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui \ - librsvg2 desktopfileutils gnomedesktop -USE_GETTEXT= yes -USE_XLIB= yes -INSTALLS_OMF= yes -GNU_CONFIGURE= yes -GNOME_DESKTOP_VERSION=2 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" - -GCONF_SCHEMAS= eog.schemas - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_EXIF) || (exists(${LOCALBASE}/lib/libexif.so.12) || \ - defined(WITH_EXIF)) -LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif -.endif - -post-install: - @-update-desktop-database > /dev/null - -.include <bsd.port.post.mk> diff --git a/graphics/eog/distinfo b/graphics/eog/distinfo deleted file mode 100644 index e07024525..000000000 --- a/graphics/eog/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/eog-2.16.1.tar.bz2) = bba4f238aaac797b5a8e150aa55c7fb3 -SHA256 (gnome2/eog-2.16.1.tar.bz2) = 350e698c05f415e56a694954c5039534b980f2da865b9dd7ffeb594cb63e7fb7 -SIZE (gnome2/eog-2.16.1.tar.bz2) = 661380 diff --git a/graphics/eog/files/patch-libeog_eog-image-list.c b/graphics/eog/files/patch-libeog_eog-image-list.c deleted file mode 100644 index 609cd0469..000000000 --- a/graphics/eog/files/patch-libeog_eog-image-list.c +++ /dev/null @@ -1,17 +0,0 @@ ---- libeog/eog-image-list.c.orig Thu Aug 25 14:57:02 2005 -+++ libeog/eog-image-list.c Thu Aug 25 14:57:46 2005 -@@ -450,12 +450,13 @@ - case GNOME_VFS_MONITOR_EVENT_CREATED: - - if (list && list->priv) { -+ gchar *str; - node = list->priv->store; - - while (node != NULL && !found) { - - uri = eog_image_get_uri(node->data); -- gchar *str = gnome_vfs_uri_to_string -+ str = gnome_vfs_uri_to_string - (uri, GNOME_VFS_URI_HIDE_NONE); - found = (strcmp (str, info_uri)==0)?TRUE:FALSE; - g_free (str); diff --git a/graphics/eog/pkg-descr b/graphics/eog/pkg-descr deleted file mode 100644 index 920f1863a..000000000 --- a/graphics/eog/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is the Eye of Gnome, a GNOME 2 image viewer and cataloging -application. It provides inline image viewing support for -nautilus. - -WWW: http://www.gnome.org/gnome-office/eog.shtml diff --git a/graphics/eog/pkg-plist b/graphics/eog/pkg-plist deleted file mode 100644 index 44d54a22f..000000000 --- a/graphics/eog/pkg-plist +++ /dev/null @@ -1,165 +0,0 @@ -bin/eog -share/gnome/applications/eog.desktop -share/gnome/eog/eog-gtk-ui.xml -share/gnome/eog/glade/eog.glade -share/gnome/help/eog/C/eog.xml -share/gnome/help/eog/C/figures/eog_save_as_window.png -share/gnome/help/eog/C/figures/eog_start_window.png -share/gnome/help/eog/C/legal.xml -share/gnome/omf/eog/eog-C.omf -share/gnome/pixmaps/eog/down-right.png -share/gnome/pixmaps/eog/loading.png -share/gnome/pixmaps/eog/orient-horizontal.png -share/gnome/pixmaps/eog/orient-vertical.png -share/gnome/pixmaps/eog/right-down.png -share/gnome/pixmaps/eog/stock-flip-horizontal-16.png -share/gnome/pixmaps/eog/stock-flip-vertical-16.png -share/gnome/pixmaps/eog/stock-rotate-180-16.png -share/gnome/pixmaps/eog/stock-rotate-270-16.png -share/gnome/pixmaps/eog/stock-rotate-90-16.png -share/gnome/pixmaps/gnome-eog.png -share/locale/af/LC_MESSAGES/eog.mo -share/locale/am/LC_MESSAGES/eog.mo -share/locale/ar/LC_MESSAGES/eog.mo -share/locale/az/LC_MESSAGES/eog.mo -share/locale/be/LC_MESSAGES/eog.mo -share/locale/bg/LC_MESSAGES/eog.mo -share/locale/bn/LC_MESSAGES/eog.mo -share/locale/bn_IN/LC_MESSAGES/eog.mo -share/locale/bs/LC_MESSAGES/eog.mo -share/locale/ca/LC_MESSAGES/eog.mo -share/locale/cs/LC_MESSAGES/eog.mo -share/locale/cy/LC_MESSAGES/eog.mo -share/locale/da/LC_MESSAGES/eog.mo -share/locale/de/LC_MESSAGES/eog.mo -share/locale/dz/LC_MESSAGES/eog.mo -share/locale/el/LC_MESSAGES/eog.mo -share/locale/en_CA/LC_MESSAGES/eog.mo -share/locale/en_GB/LC_MESSAGES/eog.mo -share/locale/es/LC_MESSAGES/eog.mo -share/locale/et/LC_MESSAGES/eog.mo -share/locale/eu/LC_MESSAGES/eog.mo -share/locale/fa/LC_MESSAGES/eog.mo -share/locale/fi/LC_MESSAGES/eog.mo -share/locale/fr/LC_MESSAGES/eog.mo -share/locale/ga/LC_MESSAGES/eog.mo -share/locale/gl/LC_MESSAGES/eog.mo -share/locale/gu/LC_MESSAGES/eog.mo -share/locale/he/LC_MESSAGES/eog.mo -share/locale/hi/LC_MESSAGES/eog.mo -share/locale/hr/LC_MESSAGES/eog.mo -share/locale/hu/LC_MESSAGES/eog.mo -share/locale/id/LC_MESSAGES/eog.mo -share/locale/is/LC_MESSAGES/eog.mo -share/locale/it/LC_MESSAGES/eog.mo -share/locale/ja/LC_MESSAGES/eog.mo -share/locale/ka/LC_MESSAGES/eog.mo -share/locale/kn/LC_MESSAGES/eog.mo -share/locale/ko/LC_MESSAGES/eog.mo -share/locale/ku/LC_MESSAGES/eog.mo -share/locale/lt/LC_MESSAGES/eog.mo -share/locale/lv/LC_MESSAGES/eog.mo -share/locale/mg/LC_MESSAGES/eog.mo -share/locale/mk/LC_MESSAGES/eog.mo -share/locale/ml/LC_MESSAGES/eog.mo -share/locale/mn/LC_MESSAGES/eog.mo -share/locale/ms/LC_MESSAGES/eog.mo -share/locale/nb/LC_MESSAGES/eog.mo -share/locale/ne/LC_MESSAGES/eog.mo -share/locale/nl/LC_MESSAGES/eog.mo -share/locale/nn/LC_MESSAGES/eog.mo -share/locale/nso/LC_MESSAGES/eog.mo -share/locale/or/LC_MESSAGES/eog.mo -share/locale/pa/LC_MESSAGES/eog.mo -share/locale/pl/LC_MESSAGES/eog.mo -share/locale/pt/LC_MESSAGES/eog.mo -share/locale/pt_BR/LC_MESSAGES/eog.mo -share/locale/ro/LC_MESSAGES/eog.mo -share/locale/ru/LC_MESSAGES/eog.mo -share/locale/rw/LC_MESSAGES/eog.mo -share/locale/sk/LC_MESSAGES/eog.mo -share/locale/sl/LC_MESSAGES/eog.mo -share/locale/sq/LC_MESSAGES/eog.mo -share/locale/sr/LC_MESSAGES/eog.mo -share/locale/sr@Latn/LC_MESSAGES/eog.mo -share/locale/sv/LC_MESSAGES/eog.mo -share/locale/ta/LC_MESSAGES/eog.mo -share/locale/th/LC_MESSAGES/eog.mo -share/locale/tk/LC_MESSAGES/eog.mo -share/locale/tr/LC_MESSAGES/eog.mo -share/locale/ug/LC_MESSAGES/eog.mo -share/locale/uk/LC_MESSAGES/eog.mo -share/locale/vi/LC_MESSAGES/eog.mo -share/locale/wa/LC_MESSAGES/eog.mo -share/locale/xh/LC_MESSAGES/eog.mo -share/locale/zh_CN/LC_MESSAGES/eog.mo -share/locale/zh_HK/LC_MESSAGES/eog.mo -share/locale/zh_TW/LC_MESSAGES/eog.mo -share/locale/zu/LC_MESSAGES/eog.mo -@dirrm share/gnome/pixmaps/eog -@dirrm share/gnome/omf/eog -@dirrm share/gnome/help/eog/C/figures -@dirrm share/gnome/help/eog/C -@dirrm share/gnome/help/eog -@dirrm share/gnome/eog/glade -@dirrm share/gnome/eog -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || true -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/tk/LC_MESSAGES -@dirrmtry share/locale/tk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile deleted file mode 100644 index 4bf06eceb..000000000 --- a/graphics/evince/Makefile +++ /dev/null @@ -1,114 +0,0 @@ -# New ports collection makefile for: evince -# Date created: 09 January 2005 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.57 2006/10/07 17:10:05 marcus Exp $ -# - -PORTNAME= evince -PORTVERSION= 0.6.1 -CATEGORIES= graphics print gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 multi-format document viewer - -LIB_DEPENDS= poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk - -USE_LDCONFIG= yes -USE_BZIP2= yes -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -USE_GETTEXT= yes -USE_XLIB= yes -USE_GMAKE= yes -USE_GHOSTSCRIPT=yes -INSTALLS_OMF= yes -USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui libgnomeprintui \ - desktopfileutils gnomedocutils -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" - -GCONF_SCHEMAS= evince.schemas evince-thumbnailer.schemas - -OPTIONS= DVI "Enable DVI viewer support" off \ - T1LIB "Enable T1LIB for TYPE1 fonts to DVI (Enables DVI)" off \ - NAUTILUS "Enable Nautilus plugin" on \ - DBUS "Enable D-BUS support" on \ - COMICS "Enable comic book archives support" off -# IMPRESS "Enable Impress presentations support" off \ -# DJVU "Enable DJVU support" off - -.include <bsd.port.pre.mk> - -.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) \ - || exists(${LOCALBASE}/lib/libdbus-glib-1.so) -WITH_DBUS= yes -.endif - -.if defined(WITH_DVI) || defined(WITH_T1LIB) -BUILD_DEPENDS+= tex:${PORTSDIR}/print/teTeX-base -RUN_DEPENDS+= tex:${PORTSDIR}/print/teTeX-base - -CONFIGURE_ARGS+= --enable-dvi -GCONF_SCHEMAS+= evince-thumbnailer-dvi.schemas -. if defined(WITH_T1LIB) -LIB_DEPENDS+= t1.5:${PORTSDIR}/devel/t1lib - -CONFIGURE_ARGS+= --enable-t1lib -. endif -.endif - -.if !defined(WITHOUT_NAUTILUS) -USE_GNOME+= nautilus2 -CONFIGURE_ARGS+= --enable-nautilus -PLIST_SUB+= NAUTILUS="" -.else -CONFIGURE_ARGS+= --disable-nautilus -PLIST_SUB+= NAUTILUS="@comment " -.endif - -#.if defined(WITH_IMPRESS) -#CONFIGURE_ARGS+= --enable-impress -#.else -CONFIGURE_ARGS+= --disable-impress -#.endif - -#.if exists(${X11BASE}/bin/djview) -#DJVU_DIR?= # empty -#.else -#DJVU_DIR?= -nox11 -#.endif -# -#.if defined(WITH_DJVU) -#LIB_DEPENDS+= djvulibre.17:${PORTSDIR}/graphics/djvulibre${DJVU_DIR} -#CONFIGURE_ARGS+= --enable-djvu -#GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas -#.else -CONFIGURE_ARGS+= --disable-djvu -#.endif - -.if !defined(WITHOUT_DBUS) -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -.endif - -.if defined(WITH_COMICS) -CONFIGURE_ARGS+= --enable-comics -GCONF_SCHEMAS+= evince-thumbnailer-comics.schemas - -RUN_DEPENDS+= unrar:${PORTSDIR}/archivers/unrar \ - unzip:${PORTSDIR}/archivers/unzip -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-lt1lib|-lt1 -lm| ; \ - s|execinfo.h|#|g' \ - ${WRKSRC}/configure \ - ${WRKSRC}/dvi/mdvi-lib/Makefile.in - -post-install: - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/graphics/evince/distinfo b/graphics/evince/distinfo deleted file mode 100644 index f80ff6107..000000000 --- a/graphics/evince/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/evince-0.6.1.tar.bz2) = 55a1d4af3cac209c7cfbe83b7ffcee1d -SHA256 (gnome2/evince-0.6.1.tar.bz2) = ee72f48ec0c76a8f44d8a6aed6759d43a147a9d5bb2b15f06460c4d6ef86025e -SIZE (gnome2/evince-0.6.1.tar.bz2) = 1212271 diff --git a/graphics/evince/pkg-descr b/graphics/evince/pkg-descr deleted file mode 100644 index 800f6fcd3..000000000 --- a/graphics/evince/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Evince is a document viewer for multiple document formats including PDF and -Postscript. The goal of evince is to replace document viewers such as ggv and -gpdf with a single, simple application. - -WWW: http://www.gnome.org/projects/evince/ diff --git a/graphics/evince/pkg-plist b/graphics/evince/pkg-plist deleted file mode 100644 index 06e0564df..000000000 --- a/graphics/evince/pkg-plist +++ /dev/null @@ -1,192 +0,0 @@ -bin/evince -bin/evince-thumbnailer -%%NAUTILUS%%lib/nautilus/extensions-1.0/libevince-properties-page.a -%%NAUTILUS%%lib/nautilus/extensions-1.0/libevince-properties-page.la -%%NAUTILUS%%lib/nautilus/extensions-1.0/libevince-properties-page.so -share/gnome/applications/evince.desktop -share/gnome/evince/evince-password.glade -share/gnome/evince/evince-properties.glade -share/gnome/evince/evince-toolbar.xml -share/gnome/evince/evince-ui.xml -share/gnome/evince/hand-open.png -share/gnome/help/evince/C/evince.xml -share/gnome/help/evince/C/figures/evince_start_window.png -share/gnome/help/evince/C/legal.xml -share/gnome/help/evince/bg/evince.xml -share/gnome/help/evince/bg/figures/evince_start_window.png -share/gnome/help/evince/el/evince.xml -share/gnome/help/evince/el/figures/evince_start_window.png -share/gnome/help/evince/es/evince.xml -share/gnome/help/evince/es/figures/evince_start_window.png -share/gnome/help/evince/fi/evince.xml -share/gnome/help/evince/fi/figures/evince_start_window.png -share/gnome/help/evince/fr/evince.xml -share/gnome/help/evince/fr/figures/evince_start_window.png -share/gnome/help/evince/it/evince.xml -share/gnome/help/evince/it/figures/evince_start_window.png -share/gnome/help/evince/nl/evince.xml -share/gnome/help/evince/nl/figures/evince_start_window.png -share/gnome/help/evince/ru/evince.xml -share/gnome/help/evince/ru/figures/evince_start_window.png -share/gnome/help/evince/sr/evince.xml -share/gnome/help/evince/sr/figures/evince_start_window.png -share/gnome/help/evince/sv/evince.xml -share/gnome/help/evince/sv/figures/evince_start_window.png -share/gnome/help/evince/uk/evince.xml -share/gnome/help/evince/uk/figures/evince_start_window.png -share/gnome/omf/evince/evince-C.omf -share/gnome/omf/evince/evince-bg.omf -share/gnome/omf/evince/evince-el.omf -share/gnome/omf/evince/evince-es.omf -share/gnome/omf/evince/evince-fi.omf -share/gnome/omf/evince/evince-fr.omf -share/gnome/omf/evince/evince-it.omf -share/gnome/omf/evince/evince-nl.omf -share/gnome/omf/evince/evince-ru.omf -share/gnome/omf/evince/evince-sr.omf -share/gnome/omf/evince/evince-sv.omf -share/gnome/omf/evince/evince-uk.omf -share/icons/hicolor/16x16/apps/evince.png -share/icons/hicolor/22x22/apps/evince.png -share/icons/hicolor/48x48/apps/evince.png -share/icons/hicolor/scalable/apps/evince.svg -share/locale/be/LC_MESSAGES/evince.mo -share/locale/bg/LC_MESSAGES/evince.mo -share/locale/bn/LC_MESSAGES/evince.mo -share/locale/bn_IN/LC_MESSAGES/evince.mo -share/locale/br/LC_MESSAGES/evince.mo -share/locale/ca/LC_MESSAGES/evince.mo -share/locale/cs/LC_MESSAGES/evince.mo -share/locale/cy/LC_MESSAGES/evince.mo -share/locale/da/LC_MESSAGES/evince.mo -share/locale/de/LC_MESSAGES/evince.mo -share/locale/dz/LC_MESSAGES/evince.mo -share/locale/el/LC_MESSAGES/evince.mo -share/locale/en_CA/LC_MESSAGES/evince.mo -share/locale/en_GB/LC_MESSAGES/evince.mo -share/locale/es/LC_MESSAGES/evince.mo -share/locale/et/LC_MESSAGES/evince.mo -share/locale/eu/LC_MESSAGES/evince.mo -share/locale/fa/LC_MESSAGES/evince.mo -share/locale/fi/LC_MESSAGES/evince.mo -share/locale/fr/LC_MESSAGES/evince.mo -share/locale/gl/LC_MESSAGES/evince.mo -share/locale/gu/LC_MESSAGES/evince.mo -share/locale/he/LC_MESSAGES/evince.mo -share/locale/hi/LC_MESSAGES/evince.mo -share/locale/hu/LC_MESSAGES/evince.mo -share/locale/id/LC_MESSAGES/evince.mo -share/locale/it/LC_MESSAGES/evince.mo -share/locale/ja/LC_MESSAGES/evince.mo -share/locale/ka/LC_MESSAGES/evince.mo -share/locale/ko/LC_MESSAGES/evince.mo -share/locale/ku/LC_MESSAGES/evince.mo -share/locale/lt/LC_MESSAGES/evince.mo -share/locale/lv/LC_MESSAGES/evince.mo -share/locale/mk/LC_MESSAGES/evince.mo -share/locale/ml/LC_MESSAGES/evince.mo -share/locale/mr/LC_MESSAGES/evince.mo -share/locale/nb/LC_MESSAGES/evince.mo -share/locale/ne/LC_MESSAGES/evince.mo -share/locale/nl/LC_MESSAGES/evince.mo -share/locale/nn/LC_MESSAGES/evince.mo -share/locale/or/LC_MESSAGES/evince.mo -share/locale/pa/LC_MESSAGES/evince.mo -share/locale/pl/LC_MESSAGES/evince.mo -share/locale/pt/LC_MESSAGES/evince.mo -share/locale/pt_BR/LC_MESSAGES/evince.mo -share/locale/ro/LC_MESSAGES/evince.mo -share/locale/ru/LC_MESSAGES/evince.mo -share/locale/rw/LC_MESSAGES/evince.mo -share/locale/sk/LC_MESSAGES/evince.mo -share/locale/sl/LC_MESSAGES/evince.mo -share/locale/sq/LC_MESSAGES/evince.mo -share/locale/sr/LC_MESSAGES/evince.mo -share/locale/sr@Latn/LC_MESSAGES/evince.mo -share/locale/sv/LC_MESSAGES/evince.mo -share/locale/ta/LC_MESSAGES/evince.mo -share/locale/th/LC_MESSAGES/evince.mo -share/locale/tr/LC_MESSAGES/evince.mo -share/locale/uk/LC_MESSAGES/evince.mo -share/locale/vi/LC_MESSAGES/evince.mo -share/locale/wa/LC_MESSAGES/evince.mo -share/locale/zh_CN/LC_MESSAGES/evince.mo -share/locale/zh_HK/LC_MESSAGES/evince.mo -share/locale/zh_TW/LC_MESSAGES/evince.mo -@dirrm share/gnome/omf/evince -@dirrm share/gnome/help/evince/uk/figures -@dirrm share/gnome/help/evince/uk -@dirrm share/gnome/help/evince/sv/figures -@dirrm share/gnome/help/evince/sv -@dirrm share/gnome/help/evince/sr/figures -@dirrm share/gnome/help/evince/sr -@dirrm share/gnome/help/evince/ru/figures -@dirrm share/gnome/help/evince/ru -@dirrm share/gnome/help/evince/nl/figures -@dirrm share/gnome/help/evince/nl -@dirrm share/gnome/help/evince/it/figures -@dirrm share/gnome/help/evince/it -@dirrm share/gnome/help/evince/fr/figures -@dirrm share/gnome/help/evince/fr -@dirrm share/gnome/help/evince/fi/figures -@dirrm share/gnome/help/evince/fi -@dirrm share/gnome/help/evince/es/figures -@dirrm share/gnome/help/evince/es -@dirrm share/gnome/help/evince/el/figures -@dirrm share/gnome/help/evince/el -@dirrm share/gnome/help/evince/bg/figures -@dirrm share/gnome/help/evince/bg -@dirrm share/gnome/help/evince/C/figures -@dirrm share/gnome/help/evince/C -@dirrm share/gnome/help/evince -@dirrm share/gnome/evince -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || true -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be diff --git a/graphics/fyre/Makefile b/graphics/fyre/Makefile deleted file mode 100644 index 0ed08a440..000000000 --- a/graphics/fyre/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: fyre -# Date created: 2004 11 July -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= fyre -PORTVERSION= 1.0.0 -PORTREVISION= 4 -CATEGORIES= graphics -MASTER_SITES= http://samy.kerneled.org/ports/ \ - http://www.felinemenace.org/~nemo/ - -MAINTAINER= sbahra@kerneled.org -COMMENT= Chaos map rendering system with GTK+-2 interface - -BUILD_DEPENDS= update-desktop-database:${PORTSDIR}/devel/desktop-file-utils -LIB_DEPENDS= Half:${PORTSDIR}/graphics/OpenEXR \ - gnet-2.0:${PORTSDIR}/net/gnet2 - -USE_BZIP2= yes -USE_XLIB= yes -USE_GNOME= libglade2 desktopfileutils -USE_GETOPT_LONG=yes -INSTALLS_ICONS= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "i386" -.if defined(WITH_OPTIMIZED_CFLAGS) -CPPFLAGS+= -march=i686 -O3 -ffast-math \ - -fomit-frame-pointer -D__NO_INLINE__ -.else -pre-everything:: - @${ECHO_CMD} "" - @${ECHO_CMD} "The following options are available:" - @${ECHO_CMD} " WITH_OPTIMIZED_CFLAGS - build port with optimization support" - @${ECHO_CMD} "" -.endif -.endif - -post-install: - @-update-desktop-database -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/fyre/distinfo b/graphics/fyre/distinfo deleted file mode 100644 index b30fb3c30..000000000 --- a/graphics/fyre/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (fyre-1.0.0.tar.bz2) = 5da821b3166d3de187cc7d84bb1dc4d3 -SHA256 (fyre-1.0.0.tar.bz2) = 652f9c80569e7ddb85bf8de43222a2b37e5c6a80c2f01260215be8485a234f8e -SIZE (fyre-1.0.0.tar.bz2) = 243544 diff --git a/graphics/fyre/pkg-descr b/graphics/fyre/pkg-descr deleted file mode 100644 index a0a18754b..000000000 --- a/graphics/fyre/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Fyre provides a rendering of the Peter de Jong map, with an interactive -GTK+ 2 frontend and a command line interface for easy and efficient -rendering of high-resolution, high quality images. - -This program was previously known as 'de Jong Explorer', but has been -renamed to make way for supporting other chaotic functions. - -All the images you can create with this program are based on the simple -Peter de Jong map equations: - - x' = sin(a * y) - cos(b * x) - y' = sin(c * x) - cos(d * y) - -WWW: http://fyre.navi.cx/ diff --git a/graphics/fyre/pkg-plist b/graphics/fyre/pkg-plist deleted file mode 100644 index 30f9fceb4..000000000 --- a/graphics/fyre/pkg-plist +++ /dev/null @@ -1,22 +0,0 @@ -bin/fyre -share/applications/fyre.desktop -%%PORTDOCS%%%%DOCSDIR%%/README -%%DATADIR%%/about-box.fa -%%DATADIR%%/animation-render.glade -%%DATADIR%%/explorer.glade -%%DATADIR%%/fyre-16x16.png -%%DATADIR%%/fyre-32x32.png -%%DATADIR%%/fyre-48x48.png -%%DATADIR%%/metadata-emblem.png -share/icons/hicolor/48x48/mimetypes/application-x-fyre-animation.png -share/mime/application/x-fyre-animation.xml -share/mime/packages/fyre.xml -share/pixmaps/fyre-48x48.png -@dirrmtry share/pixmaps -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry share/applications -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile deleted file mode 100644 index dff318d29..000000000 --- a/graphics/gdk-pixbuf/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: gdk-pixbuf -# Date created: 5th October 1999 -# Whom: Ade Lovett <ade@lovett.com> -# -# $FreeBSD$ -# $MCom: ports/graphics/gdk-pixbuf/Makefile,v 1.1 2006/07/18 12:58:56 ahze Exp $ - -PORTNAME?= gdk-pixbuf -PORTVERSION= 0.22.0 -PORTREVISION= 5 -CATEGORIES?= graphics -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gdk-pixbuf/0.22 -DISTNAME= gdk-pixbuf-${PORTVERSION} -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT?= A graphic library for GTK+ - -LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - jpeg.9:${PORTSDIR}/graphics/jpeg - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME+= gnomehack gtk12 -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" \ - BUILD_CANVAS="${BUILD_CANVAS}" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} - -BUILD_CANVAS?= no - -.include <bsd.port.mk> diff --git a/graphics/gdk-pixbuf/distinfo b/graphics/gdk-pixbuf/distinfo deleted file mode 100644 index e883fd515..000000000 --- a/graphics/gdk-pixbuf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome/gdk-pixbuf-0.22.0.tar.bz2) = 05fcb68ceaa338614ab650c775efc2f2 -SHA256 (gnome/gdk-pixbuf-0.22.0.tar.bz2) = 411f2a1c27c3afadc5d034f2213d9f6c3a37f564eb5989cf6e8a53729280ae22 -SIZE (gnome/gdk-pixbuf-0.22.0.tar.bz2) = 398208 diff --git a/graphics/gdk-pixbuf/files/patch-aa b/graphics/gdk-pixbuf/files/patch-aa deleted file mode 100644 index eddda5e63..000000000 --- a/graphics/gdk-pixbuf/files/patch-aa +++ /dev/null @@ -1,41 +0,0 @@ ---- configure.orig Thu Apr 18 18:52:49 2002 -+++ configure Fri Apr 19 12:40:56 2002 -@@ -8849,6 +8849,7 @@ - fi - STRIP_DUMMY= - -+if [ x"$BUILD_CANVAS" != x"no" ]; then - # Extract the first word of "gnome-config", so it can be a program name with args. - set dummy gnome-config; ac_word=$2 - echo "$as_me:8854: checking for $ac_word" >&5 -@@ -8878,6 +8879,10 @@ - esac - fi - GNOME_CONFIG=$ac_cv_path_GNOME_CONFIG -+else -+GNOME_CONFIG="no" -+fi -+ - - if test -n "$GNOME_CONFIG"; then - echo "$as_me:8883: result: $GNOME_CONFIG" >&5 -@@ -8994,8 +8999,8 @@ - #define USE_GMODULE 1 - EOF - -- GMODULE_LIBS="`glib-config --libs gmodule`" -- GMODULE_FLAGS="`glib-config --cflags gmodule`" -+ GMODULE_LIBS="`$GLIB_CONFIG --libs gmodule`" -+ GMODULE_FLAGS="`$GLIB_CONFIG --cflags gmodule`" - - echo "$as_me:9000: result: yes" >&5 - echo "${ECHO_T}yes" >&6 -@@ -10104,7 +10109,7 @@ - fi; - - if test "x$with_html_dir" = "x" ; then -- HTML_DIR='${datadir}/gnome/html' -+ HTML_DIR='${datadir}/html' - else - HTML_DIR=$with_html_dir - fi diff --git a/graphics/gdk-pixbuf/files/patch-ab b/graphics/gdk-pixbuf/files/patch-ab deleted file mode 100644 index ae0c38ff3..000000000 --- a/graphics/gdk-pixbuf/files/patch-ab +++ /dev/null @@ -1,28 +0,0 @@ ---- Makefile.in.orig Sat Oct 5 01:19:24 2002 -+++ Makefile.in Sat Oct 5 01:20:58 2002 -@@ -115,22 +115,10 @@ - - bin_SCRIPTS = gdk-pixbuf-config - --confexecdir = $(libdir) --confexec_DATA = \ -- gdk_pixbufConf.sh \ -- gdk_pixbuf_xlibConf.sh \ -- gnomecanvaspixbufConf.sh -- -- --EXTRA_DIST = \ -- gdk_pixbufConf.sh.in \ -- gdk_pixbuf_xlibConf.sh.in \ -- gnomecanvaspixbufConf.sh.in \ -- gdk-pixbuf-config.in \ -- gdk-pixbuf.m4 \ -- gdk-pixbuf.spec \ -- gdk-pixbuf.spec.in -+confexecdir = $(sysconfdir) -+confexec_DATA = gdk_pixbufConf.sh gdk_pixbuf_xlibConf.sh @BUILD_CANVAS_ITEM_TRUE@gnomecanvaspixbufConf.sh - -+EXTRA_DIST = gdk_pixbufConf.sh.in gdk_pixbuf_xlibConf.sh.in gdk-pixbuf-config.in gdk-pixbuf.m4 gdk-pixbuf.spec gdk-pixbuf.spec.in @BUILD_CANVAS_ITEM_TRUE@gnomecanvaspixbufConf.sh.in - - m4datadir = $(prefix)/share/aclocal - m4data_DATA = gdk-pixbuf.m4 diff --git a/graphics/gdk-pixbuf/files/patch-ac b/graphics/gdk-pixbuf/files/patch-ac deleted file mode 100644 index 830e4a77a..000000000 --- a/graphics/gdk-pixbuf/files/patch-ac +++ /dev/null @@ -1,118 +0,0 @@ ---- gdk-pixbuf/Makefile.in.orig Sat Oct 5 01:29:29 2002 -+++ gdk-pixbuf/Makefile.in Sat Oct 5 01:32:30 2002 -@@ -132,71 +132,71 @@ - # The PNG plugin. - # - libpixbufloader_png_la_SOURCES = io-png.c --libpixbufloader_png_la_LDFLAGS = -module -avoid-version --libpixbufloader_png_la_LIBADD = $(LIBPNG) libgdk_pixbuf.la $(GTK_LIBS) -+libpixbufloader_png_la_LDFLAGS = -avoid-version -module -+libpixbufloader_png_la_LIBADD = $(LIBPNG) libgdk_pixbuf.la $(GTK_LIBS) $(STATIC_LIB_DEPS) - - # - # The JPEG loader - # - libpixbufloader_jpeg_la_SOURCES = io-jpeg.c --libpixbufloader_jpeg_la_LDFLAGS = -module -avoid-version --libpixbufloader_jpeg_la_LIBADD = $(LIBJPEG) libgdk_pixbuf.la $(GTK_LIBS) -+libpixbufloader_jpeg_la_LDFLAGS = -avoid-version -module -+libpixbufloader_jpeg_la_LIBADD = $(LIBJPEG) libgdk_pixbuf.la $(GTK_LIBS) $(STATIC_LIB_DEPS) - - # - # The XPM loader - # - libpixbufloader_xpm_la_SOURCES = io-xpm.c --libpixbufloader_xpm_la_LDFLAGS = -module -avoid-version --libpixbufloader_xpm_la_LIBADD = libgdk_pixbuf.la $(GTK_LIBS) -+libpixbufloader_xpm_la_LDFLAGS = -avoid-version -module -+libpixbufloader_xpm_la_LIBADD = libgdk_pixbuf.la $(GTK_LIBS) $(STATIC_LIB_DEPS) - - # - # The GIF loader - # - libpixbufloader_gif_la_SOURCES = io-gif.c --libpixbufloader_gif_la_LDFLAGS = -module -avoid-version --libpixbufloader_gif_la_LIBADD = libgdk_pixbuf.la $(GTK_LIBS) -+libpixbufloader_gif_la_LDFLAGS = -avoid-version -module -+libpixbufloader_gif_la_LIBADD = libgdk_pixbuf.la $(GTK_LIBS) $(STATIC_LIB_DEPS) - - # - # The ICO loader - # - libpixbufloader_ico_la_SOURCES = io-ico.c --libpixbufloader_ico_la_LDFLAGS = -module -avoid-version --libpixbufloader_ico_la_LIBADD = libgdk_pixbuf.la $(GTK_LIBS) -+libpixbufloader_ico_la_LDFLAGS = -avoid-version -module -+libpixbufloader_ico_la_LIBADD = libgdk_pixbuf.la $(GTK_LIBS) $(STATIC_LIB_DEPS) - - # - # The RAS loader - # - libpixbufloader_ras_la_SOURCES = io-ras.c --libpixbufloader_ras_la_LDFLAGS = -module -avoid-version --libpixbufloader_ras_la_LIBADD = libgdk_pixbuf.la $(GTK_LIBS) -+libpixbufloader_ras_la_LDFLAGS = -avoid-version -module -+libpixbufloader_ras_la_LIBADD = libgdk_pixbuf.la $(GTK_LIBS) $(STATIC_LIB_DEPS) - - # - # The TIFF loader - # - libpixbufloader_tiff_la_SOURCES = io-tiff.c --libpixbufloader_tiff_la_LDFLAGS = -module -avoid-version --libpixbufloader_tiff_la_LIBADD = $(LIBTIFF) libgdk_pixbuf.la $(GTK_LIBS) -+libpixbufloader_tiff_la_LDFLAGS = -avoid-version -module -+libpixbufloader_tiff_la_LIBADD = $(LIBTIFF) libgdk_pixbuf.la $(GTK_LIBS) $(STATIC_LIB_DEPS) - - # - # The PNM loader - # - libpixbufloader_pnm_la_SOURCES = io-pnm.c --libpixbufloader_pnm_la_LDFLAGS = -module -avoid-version --libpixbufloader_pnm_la_LIBADD = libgdk_pixbuf.la $(GTK_LIBS) -+libpixbufloader_pnm_la_LDFLAGS = -avoid-version -module -+libpixbufloader_pnm_la_LIBADD = libgdk_pixbuf.la $(GTK_LIBS) $(STATIC_LIB_DEPS) - - # - # The BMP loader - # - libpixbufloader_bmp_la_SOURCES = io-bmp.c --libpixbufloader_bmp_la_LDFLAGS = -module -avoid-version --libpixbufloader_bmp_la_LIBADD = libgdk_pixbuf.la $(GTK_LIBS) -+libpixbufloader_bmp_la_LDFLAGS = -avoid-version -module -+libpixbufloader_bmp_la_LIBADD = libgdk_pixbuf.la $(GTK_LIBS) $(STATIC_LIB_DEPS) - - # - # The XBM loader - # - libpixbufloader_xbm_la_SOURCES = io-xbm.c --libpixbufloader_xbm_la_LDFLAGS = -module -avoid-version --libpixbufloader_xbm_la_LIBADD = libgdk_pixbuf.la $(GTK_LIBS) -+libpixbufloader_xbm_la_LDFLAGS = -avoid-version -module -+libpixbufloader_xbm_la_LIBADD = libgdk_pixbuf.la $(GTK_LIBS) $(STATIC_LIB_DEPS) - - @HAVE_PNG_TRUE@PNG_LIB = @HAVE_PNG_TRUE@libpixbufloader-png.la - -@@ -259,11 +259,11 @@ - - LDADDS = libgdk_pixbuf.la $(GLIB_LIBS) $(GTK_LIBS) $(STATIC_LIB_DEPS) - --test_gdk_pixbuf_LDADD = $(LDADDS) $(GNOME_LIBS) -lgmodule --testpixbuf_LDADD = $(LDADDS) $(GNOME_LIBS) -lgmodule -+test_gdk_pixbuf_LDADD = $(LDADDS) $(GNOME_LIBS) `$(GLIB_CONFIG) --libs gmodule` -+testpixbuf_LDADD = $(LDADDS) $(GNOME_LIBS) `$(GLIB_CONFIG) --libs gmodule` - testpixbuf_drawable_LDADD = $(LDADDS) $(GNOME_LIBS) - testpixbuf_scale_LDADD = $(LDADDS) $(GNOME_LIBS) --testanimation_LDADD = $(LDADDS) $(GNOME_LIBS) -lgmodule -+testanimation_LDADD = $(LDADDS) $(GNOME_LIBS) `$(GLIB_CONFIG) --libs gmodule` - - GDK_PIXBUF_LIBS = $(GLIB_LIBS) $(GTK_LIBS) - -@@ -400,7 +400,7 @@ - libpixbufloader_bmp_la_OBJECTS = io-bmp.lo - libpixbufloader_xbm_la_DEPENDENCIES = libgdk_pixbuf.la - libpixbufloader_xbm_la_OBJECTS = io-xbm.lo --noinst_PROGRAMS = test-gdk-pixbuf$(EXEEXT) testpixbuf$(EXEEXT) \ -+noinst_PROGRAMS = # test-gdk-pixbuf$(EXEEXT) testpixbuf$(EXEEXT) \ - testpixbuf-drawable$(EXEEXT) testanimation$(EXEEXT) \ - testpixbuf-scale$(EXEEXT) - PROGRAMS = $(noinst_PROGRAMS) diff --git a/graphics/gdk-pixbuf/files/patch-ad b/graphics/gdk-pixbuf/files/patch-ad deleted file mode 100644 index 37e0eca62..000000000 --- a/graphics/gdk-pixbuf/files/patch-ad +++ /dev/null @@ -1,16 +0,0 @@ ---- gdk-pixbuf-config.in.orig Tue Oct 23 20:44:44 2001 -+++ gdk-pixbuf-config.in Fri Oct 26 11:06:32 2001 -@@ -40,11 +40,11 @@ - ;; - --cflags) - includes=-I@includedir@/gdk-pixbuf-1.0 -- echo $includes `gtk-config --cflags` -+ echo $includes `@GTK_CONFIG@ --cflags` - ;; - --libs) - libdirs=-L@libdir@ -- echo $libdirs -lgdk_pixbuf `gtk-config --libs` -+ echo $libdirs -lgdk_pixbuf `@GTK_CONFIG@ --libs` - ;; - *) - echo "${usage}" 1>&2 diff --git a/graphics/gdk-pixbuf/files/patch-gdk-pixbuf::pixops::have_mmx.S b/graphics/gdk-pixbuf/files/patch-gdk-pixbuf::pixops::have_mmx.S deleted file mode 100644 index ea3dd6a81..000000000 --- a/graphics/gdk-pixbuf/files/patch-gdk-pixbuf::pixops::have_mmx.S +++ /dev/null @@ -1,11 +0,0 @@ ---- gdk-pixbuf/pixops/have_mmx.S 2001/11/16 10:34:50 1.1 -+++ gdk-pixbuf/pixops/have_mmx.S 2001/11/16 10:35:21 -@@ -19,6 +19,8 @@ - popfl - pushfl - popl %eax -+ pushl %ebx -+ popfl - - cmpl %eax, %ebx - diff --git a/graphics/gdk-pixbuf/files/patch-ltmain.sh b/graphics/gdk-pixbuf/files/patch-ltmain.sh deleted file mode 100644 index d35b31cea..000000000 --- a/graphics/gdk-pixbuf/files/patch-ltmain.sh +++ /dev/null @@ -1,33 +0,0 @@ ---- ltmain.sh.orig Sun Jan 20 16:11:07 2002 -+++ ltmain.sh Tue Jan 22 13:34:20 2002 -@@ -1060,6 +1060,7 @@ - - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -2442,6 +2443,9 @@ - *-*-openbsd*) - # Do not include libc due to us having libc/libc_r. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test $build_libtool_need_lc = "yes"; then -@@ -4208,10 +4212,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/graphics/gdk-pixbuf/files/patch-pixbuf-security b/graphics/gdk-pixbuf/files/patch-pixbuf-security deleted file mode 100644 index 9c4230063..000000000 --- a/graphics/gdk-pixbuf/files/patch-pixbuf-security +++ /dev/null @@ -1,41 +0,0 @@ ---- gdk-pixbuf/io-ico.c.orig Mon Oct 11 15:44:43 2004 -+++ gdk-pixbuf/io-ico.c Mon Oct 11 15:47:29 2004 -@@ -330,6 +330,10 @@ - - State->HeaderSize+=I; - -+ if (State->HeaderSize < 0) { -+ return FALSE; -+ } -+ - if (State->HeaderSize>State->BytesInHeaderBuf) { - guchar *tmp=realloc(State->HeaderBuf,State->HeaderSize); - if (!tmp) ---- gdk-pixbuf/io-xpm.c.orig Thu Mar 1 15:16:28 2001 -+++ gdk-pixbuf/io-xpm.c Sun Oct 17 17:05:38 2004 -@@ -352,16 +352,21 @@ - return NULL; - } - sscanf (buffer, "%d %d %d %d", &w, &h, &n_col, &cpp); -- if (cpp >= 32) { -- g_warning ("XPM has more than 31 chars per pixel."); -+ if (cpp <= 0 || cpp >= 32) { -+ g_warning ("XPM has invalid number of chars per pixel"); -+ return NULL; -+ } -+ -+ if (n_col <= 0 || n_col >= G_MAXINT / (cpp + 1)) { -+ g_warning ("XPM file has invalid number of colors"); - return NULL; - } - - /* The hash is used for fast lookups of color from chars */ - color_hash = g_hash_table_new (g_str_hash, g_str_equal); - -- name_buf = g_new (gchar, n_col * (cpp + 1)); -- colors = g_new (_XPMColor, n_col); -+ name_buf = (gchar *) g_malloc (n_col * (cpp + 1)); -+ colors = (_XPMColor *) g_malloc (sizeof (_XPMColor) * n_col); - - for (cnt = 0; cnt < n_col; cnt++) { - gchar *color_name; diff --git a/graphics/gdk-pixbuf/pkg-descr b/graphics/gdk-pixbuf/pkg-descr deleted file mode 100644 index e3b98bcb0..000000000 --- a/graphics/gdk-pixbuf/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The GdkPixBuf library provides a number of features: - - - Image loading facilities. - - Rendering of a GdkPixBuf into various formats: - drawables (windows, pixmaps), GdkRGB buffers. - - A cache interface - -WWW: http://developer.gnome.org/arch/imaging/gdkpixbuf.html diff --git a/graphics/gdk-pixbuf/pkg-plist b/graphics/gdk-pixbuf/pkg-plist deleted file mode 100644 index de915088d..000000000 --- a/graphics/gdk-pixbuf/pkg-plist +++ /dev/null @@ -1,53 +0,0 @@ -bin/gdk-pixbuf-config -etc/gdk_pixbufConf.sh -etc/gdk_pixbuf_xlibConf.sh -include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf-features.h -include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf-loader.h -include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf-xlib.h -include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf-xlibrgb.h -include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf.h -lib/gdk-pixbuf/loaders/libpixbufloader-bmp.so -lib/gdk-pixbuf/loaders/libpixbufloader-gif.so -lib/gdk-pixbuf/loaders/libpixbufloader-ico.so -lib/gdk-pixbuf/loaders/libpixbufloader-jpeg.so -lib/gdk-pixbuf/loaders/libpixbufloader-png.so -lib/gdk-pixbuf/loaders/libpixbufloader-pnm.so -lib/gdk-pixbuf/loaders/libpixbufloader-ras.so -lib/gdk-pixbuf/loaders/libpixbufloader-tiff.so -lib/gdk-pixbuf/loaders/libpixbufloader-xbm.so -lib/gdk-pixbuf/loaders/libpixbufloader-xpm.so -lib/libgdk_pixbuf.a -lib/libgdk_pixbuf.so -lib/libgdk_pixbuf.so.2 -lib/libgdk_pixbuf_xlib.a -lib/libgdk_pixbuf_xlib.so -lib/libgdk_pixbuf_xlib.so.2 -share/aclocal/gdk-pixbuf.m4 -%%DOCSDIR%%/a3696.html -%%DOCSDIR%%/compiling.html -%%DOCSDIR%%/extra-configuration-options.html -%%DOCSDIR%%/gdk-pixbuf-animation.html -%%DOCSDIR%%/gdk-pixbuf-creating.html -%%DOCSDIR%%/gdk-pixbuf-file-loading.html -%%DOCSDIR%%/gdk-pixbuf-from-drawables.html -%%DOCSDIR%%/gdk-pixbuf-gdk-pixbuf-xlib-from-drawables.html -%%DOCSDIR%%/gdk-pixbuf-gdk-pixbuf-xlib-init.html -%%DOCSDIR%%/gdk-pixbuf-gdk-pixbuf-xlib-rendering.html -%%DOCSDIR%%/gdk-pixbuf-gdk-pixbuf-xlib-rgb.html -%%DOCSDIR%%/gdk-pixbuf-gdk-pixbuf.html -%%DOCSDIR%%/gdk-pixbuf-refcounting.html -%%DOCSDIR%%/gdk-pixbuf-rendering.html -%%DOCSDIR%%/gdk-pixbuf-scaling.html -%%DOCSDIR%%/gdk-pixbuf-util.html -%%DOCSDIR%%/gdkpixbufloader.html -%%DOCSDIR%%/gnomecanvaspixbuf.html -%%DOCSDIR%%/index.html -%%DOCSDIR%%/license.html -%%DOCSDIR%%/r27.html -%%DOCSDIR%%/x3715.html -%%DOCSDIR%%/x3767.html -@dirrm %%DOCSDIR%% -@dirrm lib/gdk-pixbuf/loaders -@dirrm lib/gdk-pixbuf -@dirrm include/gdk-pixbuf-1.0/gdk-pixbuf -@dirrm include/gdk-pixbuf-1.0 diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile deleted file mode 100644 index aee9765c2..000000000 --- a/graphics/gimageview/Makefile +++ /dev/null @@ -1,102 +0,0 @@ -# New ports collection makefile for: gimageview -# Date Created: 5 Feb 2002 -# Whom: TATEISHI Katsuyuki <katsu@iec.hiroshima-u.ac.jp> -# -# $FreeBSD$ -# - -PORTNAME= gimageview -PORTVERSION= 0.2.25 -PORTREVISION= 6 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gtkmmviewer - -MAINTAINER= dinoex@FreeBSD.org -COMMENT= Yet another GTK+ based image viewer - -USE_GMAKE= yes -USE_GNOME= gdkpixbuf gnomehier -USE_GETTEXT= yes -WANT_GNOME= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -MAKE_ARGS= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mimlib}!="" -USE_GNOME+= imlib -PKGNAMESUFFIX= -imlib -WITH_IMLIB= yes -.endif - -.if exists(${LOCALBASE}/lib/libexif.so.12) -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-exit_view.c -.endif - -.if exists(${LOCALBASE}/lib/libmng.so.1) -WITH_LIBMNG= yes -.endif - -.if exists(${LOCALBASE}/lib/libwmf.so.2) -WITH_LIBWMF= yes -.endif - -.if exists(${X11BASE}/lib/librsvg.so.1) -WITH_LIBRSVG= yes -.endif - -.if exists(${LOCALBASE}/bin/mplayer) -WITH_MPLAYER= yes -.endif - -.if defined(WITH_LIBMNG) -LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng -PLIST_SUB+= WITH_LIBMNG="" -.else -PLIST_SUB+= WITH_LIBMNG="@comment " -.endif - -.if defined(WITH_LIBWMF) -LIB_DEPENDS+= wmf.2:${PORTSDIR}/graphics/libwmf -PLIST_SUB+= WITH_LIBWMF="" -.else -PLIST_SUB+= WITH_LIBWMF="@comment " -.endif - -.if defined(WITH_LIBRSVG) -LIB_DEPENDS+= rsvg.1:${PORTSDIR}/graphics/librsvg -PLIST_SUB+= WITH_LIBRSVG="" -.else -PLIST_SUB+= WITH_LIBRSVG="@comment " -.endif - -.if defined(WITH_MPLAYER) -RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer -CONFIGURE_ARGS+= --enable-mplayer -PLIST_SUB+= WITH_LIBMPLAYER="" -.else -PLIST_SUB+= WITH_LIBMPLAYER="@comment " -.endif - -.if defined(WITH_LIBXINE) -LIB_DEPENDS+= xine.15:${PORTSDIR}/multimedia/libxine -CONFIGURE_ARGS+= --with-xine -PLIST_SUB+= WITH_LIBXINE="" -.else -PLIST_SUB+= WITH_LIBXINE="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's/DATADIRNAME=lib/DATADIRNAME=share/g' \ - ${WRKSRC}/configure - -post-configure: -.if !defined(WITH_IMLIB) - @${FIND} ${WRKSRC} -name 'Makefile' | ${XARGS} ${REINPLACE_CMD} -Ee \ - 's/^(GDK_IMLIB_(CFLAGS|LIBS) =).*$$/$${1}/' -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/gimageview/distinfo b/graphics/gimageview/distinfo deleted file mode 100644 index 66a596548..000000000 --- a/graphics/gimageview/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gimageview-0.2.25.tar.gz) = 82874cd6fecdc9833ce3f5745b4bd788 -SHA256 (gimageview-0.2.25.tar.gz) = dacb5c39ff7819cedf1f7c73ced414155342666836a1f3ce0183ee46bbf433ae -SIZE (gimageview-0.2.25.tar.gz) = 1342347 diff --git a/graphics/gimageview/files/extra-patch-src-exit_view.c b/graphics/gimageview/files/extra-patch-src-exit_view.c deleted file mode 100644 index 4e822a148..000000000 --- a/graphics/gimageview/files/extra-patch-src-exit_view.c +++ /dev/null @@ -1,19 +0,0 @@ ---- src/exif_view.c.orig Tue Feb 1 13:20:55 2005 -+++ src/exif_view.c Tue Feb 1 13:20:16 2005 -@@ -87,6 +87,7 @@ - ExifContent *content) - { - const gchar *text[2]; -+ gchar value[1024]; - gint i; - - g_return_if_fail (clist); -@@ -104,7 +105,7 @@ - for (i = 0; i < content->count; i++) { - text[0] = exif_tag_get_name (content->entries[i]->tag); - if (text[0] && *text[0]) text[0] = _(text[0]); -- text[1] = exif_entry_get_value (content->entries[i]); -+ text[1] = exif_entry_get_value (content->entries[i], value, sizeof(value)); - if (text[1] && *text[1]) text[1] = _(text[1]); - #ifdef ENABLE_TREEVIEW - { diff --git a/graphics/gimageview/files/patch-gimv_thumb_win.c b/graphics/gimageview/files/patch-gimv_thumb_win.c deleted file mode 100644 index 2a21414dd..000000000 --- a/graphics/gimageview/files/patch-gimv_thumb_win.c +++ /dev/null @@ -1,21 +0,0 @@ ---- src/gimv_thumb_win.c.orig Sun Sep 19 17:48:05 2004 -+++ src/gimv_thumb_win.c Sun Sep 19 17:52:20 2004 -@@ -202,7 +202,7 @@ - guint action, - GtkWidget *widget); - static void cb_move_tab (GimvThumbWin *tw, -- GimvSortItem sortitem, -+ MoveTabItem item, - GtkWidget *widget); - static void cb_cut_out_tab (GimvThumbWin *tw, - guint action, -@@ -1215,7 +1215,9 @@ - } - - -+#if 0 - #warning should be implemented as customizable launcher. -+#endif - static void - cb_wallpaper_setting (GtkWidget *menuitem, GimvThumbWin *tw) - { diff --git a/graphics/gimageview/files/patch-ltmain.sh b/graphics/gimageview/files/patch-ltmain.sh deleted file mode 100644 index 8afad632c..000000000 --- a/graphics/gimageview/files/patch-ltmain.sh +++ /dev/null @@ -1,25 +0,0 @@ ---- ltmain.sh.orig Sat Nov 17 07:22:26 2001 -+++ ltmain.sh Wed Feb 20 16:21:57 2002 -@@ -2690,6 +2690,9 @@ - # Absolute path. - rpath="$rpath$dir:" - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Relative path: add a thisdir entry. - rpath="$rpath\$thisdir/$dir:" -@@ -3360,10 +3363,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/graphics/gimageview/pkg-descr b/graphics/gimageview/pkg-descr deleted file mode 100644 index cdd176bf2..000000000 --- a/graphics/gimageview/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -GImageView is a GTK+ based image viewer. - -It supports tabbed browsing, thumbnail table views, directory tree views, -drag and drop, reading thumbnail cache of other famous image viewers, -and a flexible user interface. - -WWW: http://gtkmmviewer.sourceforge.net/ -Authors: Takuro Ashie <ashie@homa.ne.jp>, Nyan2 <t-nyan2@nifty.com> - --- -TATEISHI Katsuyuki <katsu@iec.hiroshima-u.ac.jp> diff --git a/graphics/gimageview/pkg-plist b/graphics/gimageview/pkg-plist deleted file mode 100644 index 4e5cc0596..000000000 --- a/graphics/gimageview/pkg-plist +++ /dev/null @@ -1,141 +0,0 @@ -bin/gimv -lib/gimageview/archiver/libgimv_lha_extarc.so -lib/gimageview/archiver/libgimv_rar_extarc.so -lib/gimageview/archiver/libgimv_tar_extarc.so -lib/gimageview/archiver/libgimv_zip_extarc.so -lib/gimageview/image_loader/libgimv_bmp_loader.so -lib/gimageview/image_loader/libgimv_jpeg_loader.so -lib/gimageview/image_loader/libgimv_mag_loader.so -%%WITH_LIBMNG%%lib/gimageview/image_loader/libgimv_mng_loader.so -lib/gimageview/image_loader/libgimv_pcx_loader.so -lib/gimageview/image_loader/libgimv_pixbuf_loader.so -lib/gimageview/image_loader/libgimv_png_loader.so -%%WITH_LIBRSVG%%lib/gimageview/image_loader/libgimv_rsvg_loader.so -lib/gimageview/image_loader/libgimv_tga_loader.so -%%WITH_LIBWMF%%lib/gimageview/image_loader/libgimv_wmf_loader.so -lib/gimageview/image_loader/libgimv_xbm_loader.so -lib/gimageview/image_loader/libgimv_xcf_loader.so -lib/gimageview/image_loader/libgimv_xvpics_loader.so -lib/gimageview/image_saver/libgimv_png_saver.so -lib/gimageview/image_saver/libgimv_pnm_saver.so -lib/gimageview/image_saver/libgimv_xvpics_saver.so -%%WITH_LIBMPLAYER%%lib/gimageview/image_view/libgimv_mplayer.so -%%WITH_LIBXINE%%lib/gimageview/image_view/libgimv_xine.so -lib/gimageview/io_stream/libgimv_bz_io.so -lib/gimageview/io_stream/libgimv_gzip_io.so -lib/gimageview/thumbnail/libgimv_ee_thumb.so -lib/gimageview/thumbnail/libgimv_gqview_thumb.so -lib/gimageview/thumbnail/libgimv_konq_old_thumb.so -lib/gimageview/thumbnail/libgimv_konqueror_thumb.so -lib/gimageview/thumbnail/libgimv_nautilus-2.0_thumb.so -lib/gimageview/thumbnail/libgimv_nautilus_thumb.so -lib/gimageview/thumbnail/libgimv_thumb.so -lib/gimageview/thumbnail/libgimv_xvpics_thumb.so -lib/gimageview/thumbnail_view/libgimv_thumbview_detail.so -lib/gimageview/thumbnail_view/libgimv_thumbview_list.so -lib/gimageview/thumbnail_view/libgimv_thumbview_table.so -share/doc/gimageview/html/ja/01.html -share/doc/gimageview/html/ja/02.html -share/doc/gimageview/html/ja/03.html -share/doc/gimageview/html/ja/04.html -share/doc/gimageview/html/ja/05.html -share/doc/gimageview/html/ja/06.html -share/doc/gimageview/html/ja/07.html -share/doc/gimageview/html/ja/changelog.html -share/doc/gimageview/html/ja/document.html -share/doc/gimageview/html/ja/gimageview.css -share/doc/gimageview/html/ja/gimv_faq.html -share/doc/gimageview/html/ja/gimv_history.html -share/doc/gimageview/html/ja/gimv_tips.html -share/doc/gimageview/html/ja/index.html -share/doc/gimageview/html/ja/todo.html -share/doc/gimageview/text/C/AUTHORS -share/doc/gimageview/text/C/COPYING -share/doc/gimageview/text/C/ChangeLog -share/doc/gimageview/text/C/INSTALL -share/doc/gimageview/text/C/HACKING -share/doc/gimageview/text/C/NEWS -share/doc/gimageview/text/C/README -share/doc/gimageview/text/C/TODO -share/doc/gimageview/text/ja/COPYING.ja -share/doc/gimageview/text/ja/ChangeLog.ja -share/doc/gimageview/text/ja/INSTALL.ja -share/doc/gimageview/text/ja/NEWS.ja -share/doc/gimageview/text/ja/README.ja -share/doc/gimageview/text/ja/TODO.ja -share/doc/gimageview/text/ja/gimageview.txt -share/gimageview/gtkrc -share/gimageview/mplayerrc -share/gimageview/pixmaps/default/alert.xpm -share/gimageview/pixmaps/default/archive.xpm -share/gimageview/pixmaps/default/back.xpm -share/gimageview/pixmaps/default/close.xpm -share/gimageview/pixmaps/default/dotfile.xpm -share/gimageview/pixmaps/default/eject.xpm -share/gimageview/pixmaps/default/ff.xpm -share/gimageview/pixmaps/default/folder-go.xpm -share/gimageview/pixmaps/default/folder-link-open.xpm -share/gimageview/pixmaps/default/folder-link.xpm -share/gimageview/pixmaps/default/folder-lock.xpm -share/gimageview/pixmaps/default/folder-open.xpm -share/gimageview/pixmaps/default/folder-up.xpm -share/gimageview/pixmaps/default/folder.xpm -share/gimageview/pixmaps/default/folder48.xpm -share/gimageview/pixmaps/default/forward.xpm -share/gimageview/pixmaps/default/fullscreen.xpm -share/gimageview/pixmaps/default/gimageview.xpm -share/gimageview/pixmaps/default/gimv_icon.xpm -share/gimageview/pixmaps/default/home.xpm -share/gimageview/pixmaps/default/image.xpm -share/gimageview/pixmaps/default/leftarrow.xpm -share/gimageview/pixmaps/default/nav_button.xpm -share/gimageview/pixmaps/default/next_t.xpm -share/gimageview/pixmaps/default/nfolder.xpm -share/gimageview/pixmaps/default/no_zoom.xpm -share/gimageview/pixmaps/default/paper.xpm -share/gimageview/pixmaps/default/pause.xpm -share/gimageview/pixmaps/default/play.xpm -share/gimageview/pixmaps/default/prefs.xpm -share/gimageview/pixmaps/default/prev_t.xpm -share/gimageview/pixmaps/default/question.xpm -share/gimageview/pixmaps/default/refresh.xpm -share/gimageview/pixmaps/default/resize.xpm -share/gimageview/pixmaps/default/rightarrow.xpm -share/gimageview/pixmaps/default/rotate.xpm -share/gimageview/pixmaps/default/rw.xpm -share/gimageview/pixmaps/default/search.xpm -share/gimageview/pixmaps/default/skip.xpm -share/gimageview/pixmaps/default/small_archive.xpm -share/gimageview/pixmaps/default/small_close.xpm -share/gimageview/pixmaps/default/small_home.xpm -share/gimageview/pixmaps/default/small_refresh.xpm -share/gimageview/pixmaps/default/small_up.xpm -share/gimageview/pixmaps/default/stop.xpm -share/gimageview/pixmaps/default/stop2.xpm -share/gimageview/pixmaps/default/up.xpm -share/gimageview/pixmaps/default/zoom.xpm -share/gimageview/pixmaps/default/zoom_fit.xpm -share/gimageview/pixmaps/default/zoom_in.xpm -share/gimageview/pixmaps/default/zoom_out.xpm -share/gnome/apps/Graphics/gimageview.desktop -share/locale/fr/LC_MESSAGES/gimageview.mo -share/locale/ja/LC_MESSAGES/gimageview.mo -share/pixmaps/gimv.png -@dirrmtry share/pixmaps -@dirrm lib/gimageview/archiver -@dirrm lib/gimageview/image_loader -@dirrm lib/gimageview/image_saver -@dirrmtry lib/gimageview/image_view -@dirrm lib/gimageview/io_stream -@dirrm lib/gimageview/thumbnail -@dirrm lib/gimageview/thumbnail_view -@dirrm lib/gimageview -@dirrm share/doc/gimageview/html/ja -@dirrm share/doc/gimageview/html -@dirrm share/doc/gimageview/text/C -@dirrm share/doc/gimageview/text/ja -@dirrm share/doc/gimageview/text -@dirrm share/doc/gimageview -@dirrm share/gimageview/pixmaps/default -@dirrm share/gimageview/pixmaps -@dirrm share/gimageview diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile deleted file mode 100644 index 4d2cf97ec..000000000 --- a/graphics/gimp-app-devel/Makefile +++ /dev/null @@ -1,131 +0,0 @@ -# New ports collection makefile for: The GIMP -# Date created: Mon Nov 18 21:28:43 CST 1996 -# Whom: erich@FreeBSD.org -# -# $FreeBSD$ -# $MCom: ports/graphics/gimp/Makefile,v 1.1 2006/07/18 13:01:27 ahze Exp $ - -PORTNAME= gimp -PORTVERSION= 2.2.13 -PORTREVISION= 1 -PORTEPOCH= 1 -CATEGORIES= graphics gnome -MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - http://gimp.mirrors.hoobly.com/%SUBDIR%/ \ - http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \ - ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/%SUBDIR%/ \ - ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \ - http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,} -MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNU Image Manipulation Program - -LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf \ - aa.1:${PORTSDIR}/graphics/aalib \ - exif.12:${PORTSDIR}/graphics/libexif \ - mng.1:${PORTSDIR}/graphics/libmng \ - png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff - -CONFLICTS= gimp-1.* gimpshop-[0-9]* - -SHLIBVER?= 200 - -USE_BZIP2= yes -USE_XPM= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 -WANT_GNOME= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -PLIST_SUB= SHLIBVER="${SHLIBVER}" -CONFIGURE_ARGS= --disable-perl \ - --with-html-dir=${DOCSDIR} \ - --disable-gtk-doc \ - --enable-static \ - --mandir=${PREFIX}/man -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" - -GIMP_DISTFILE= ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} - -MAN1= gimp.1 gimp-2.2.1 gimp-remote.1 gimp-remote-2.2.1 gimptool-2.0.1 -MAN5= gimprc.5 gimprc-2.2.5 - -OPTIONS= DEBUG "debugging" off \ - PYTHON "Python-Fu support" off \ - RSVG "SVG format support" on \ - PRINT "GIMP printing" on \ - HTML_HELP_BROWSER "GIMP help browser" on \ - MP "multiple processor support" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug -.endif - -.if defined(WITH_PYTHON) -USE_PYTHON= yes -# we need to manually include this, because USE_PYTHON is defined -# after including bsd.port.pre.mk -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygtk2 -CONFIGURE_ARGS+= --enable-python -PLIST_SUB+= PYTHON:="" -.else -CONFIGURE_ARGS+= --disable-python -PLIST_SUB+= PYTHON:="@comment " -.endif - -.if defined(WITHOUT_RSVG) -CONFIGURE_ARGS+= --without-librsvg -PLIST_SUB+= SVG="@comment " -.else -USE_GNOME+= librsvg2 -PLIST_SUB+= SVG="" -.endif - -.if defined(WITHOUT_PRINT) -CONFIGURE_ARGS+= --disable-print -PLIST_SUB+= PRINT="@comment " -.else -LIB_DEPENDS+= gimpprint.2:${PORTSDIR}/print/gimp-print -PLIST_SUB+= PRINT="" -.endif - -.if defined(WITH_MP) -CONFIGURE_ARGS+= --enable-mp -.endif - -.if ${HAVE_GNOME:Mgnomepanel}!="" -USE_GNOME+= gnomepanel desktopfileutils -CONFIGURE_ARGS+= --with-desktop-dir=${LOCALBASE}/share/gnome -CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} -PKGNAMESUFFIX:= -gnome -PLIST_SUB+= GNOMEPANEL:="" -GNOME_ENABLED= yes -.else -PLIST_SUB+= GNOMEPANEL:="@comment " -CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} -.endif - -.if defined(WITH_HTML_HELP_BROWSER) -USE_GNOME+= libgtkhtml -PLIST_SUB+= HELPBROWSER:="" -.else -PLIST_SUB+= HELPBROWSER:="@comment " -post-patch: - @${REINPLACE_CMD} -e 's|\(have_gtkhtml2=\)yes|\1no|' ${WRKSRC}/configure -.endif - -.if defined(GNOME_ENABLED) -post-install: - @-update-desktop-database -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/gimp-app-devel/distinfo b/graphics/gimp-app-devel/distinfo deleted file mode 100644 index b3e8ef4f1..000000000 --- a/graphics/gimp-app-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gimp-2.2.13.tar.bz2) = d84a4a476a0c4fae24602db67f6fe49a -SHA256 (gimp-2.2.13.tar.bz2) = d0273a3133461f5531bfa17ee24419abfe1f21121b03ef99195a2371a79b2ed7 -SIZE (gimp-2.2.13.tar.bz2) = 12930670 diff --git a/graphics/gimp-app-devel/files/patch-aa b/graphics/gimp-app-devel/files/patch-aa deleted file mode 100644 index 411ac92c9..000000000 --- a/graphics/gimp-app-devel/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- app/main.c.orig Sun Oct 5 09:16:02 2003 -+++ app/main.c Mon Oct 6 12:14:34 2003 -@@ -23,6 +23,7 @@ - #include <signal.h> - #include <string.h> - #include <sys/types.h> -+#include <floatingpoint.h> - - #ifdef HAVE_SYS_WAIT_H - #include <sys/wait.h> -@@ -113,6 +114,9 @@ - /* Initialize variables */ - - full_prog_name = argv[0]; -+ -+ /* Ignore floating point exceptions */ -+ fpsetmask(0); - - /* Initialize i18n support */ - diff --git a/graphics/gimp-app-devel/files/patch-am b/graphics/gimp-app-devel/files/patch-am deleted file mode 100644 index 45c58cbe5..000000000 --- a/graphics/gimp-app-devel/files/patch-am +++ /dev/null @@ -1,19 +0,0 @@ ---- libgimp/gimp.c.orig Fri May 12 12:37:27 2000 -+++ libgimp/gimp.c Thu May 18 16:42:21 2000 -@@ -26,6 +26,7 @@ - #include <stdlib.h> - #include <string.h> - #include <sys/types.h> -+#include <floatingpoint.h> - - #ifdef HAVE_SYS_TIME_H - #include <sys/time.h> -@@ -211,6 +212,9 @@ - } - - progname = argv[0]; -+ -+ /* Ignore floating point exceptions */ -+ fpsetmask(0); - - g_set_prgname (g_basename (progname)); diff --git a/graphics/gimp-app-devel/files/patch-configure b/graphics/gimp-app-devel/files/patch-configure deleted file mode 100644 index da42f67f8..000000000 --- a/graphics/gimp-app-devel/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.orig Sun Mar 6 15:30:12 2005 -+++ configure Sun Mar 6 15:33:57 2005 -@@ -25925,6 +25925,7 @@ - if test "x$enable_gtktest" = "xyes" ; then - ac_save_CFLAGS="$CFLAGS" - ac_save_LIBS="$LIBS" -+ GTK_LIBS="$GIMP_THREAD_LIBS $GTK_LIBS" - CFLAGS="$CFLAGS $GTK_CFLAGS" - LIBS="$GTK_LIBS $LIBS" - rm -f conf.gtktest -@@ -33865,9 +33866,9 @@ - fi - fi; - --gimpdatadir="$datadir/$PACKAGE/2.0" --gimpplugindir="$libdir/$PACKAGE/2.0" --gimpsysconfdir="$sysconfdir/$PACKAGE/2.0" -+gimpdatadir="$datadir/$PACKAGE" -+gimpplugindir="$libexecdir/$PACKAGE/2.2" -+gimpsysconfdir="$sysconfdir/$PACKAGE/2.2" - - localedir='${prefix}/${DATADIRNAME}/locale' - diff --git a/graphics/gimp-app-devel/files/patch-gimptool-2.0.in b/graphics/gimp-app-devel/files/patch-gimptool-2.0.in deleted file mode 100644 index 3ee0f17b8..000000000 --- a/graphics/gimp-app-devel/files/patch-gimptool-2.0.in +++ /dev/null @@ -1,26 +0,0 @@ ---- gimptool-2.0.in.orig Tue Jan 15 12:21:05 2002 -+++ gimptool-2.0.in Fri May 17 20:46:18 2002 -@@ -215,19 +215,19 @@ - | --uninstall-script | --uninstall-admin-script ) - case $1 in - --*install-bin) -- install_cmd="@INSTALL_PROGRAM@" -+ install_cmd="@INSTALL_SCRIPT@" - install_dir="$HOME/@gimpdir@/plug-ins" - ;; - --install-bin-strip) -- install_cmd="@INSTALL_PROGRAM@ -s" -+ install_cmd="@INSTALL_SCRIPT@ -s" - install_dir="$HOME/@gimpdir@/plug-ins" - ;; - --*install-admin-bin) -- install_cmd="@INSTALL_PROGRAM@" -+ install_cmd="@INSTALL_SCRIPT@" - install_dir="$gimpplugindir/plug-ins" - ;; - --install-admin-bin-strip) -- install_cmd="@INSTALL_PROGRAM@ -s" -+ install_cmd="@INSTALL_SCRIPT@ -s" - install_dir="$gimpplugindir/plug-ins" - ;; - --*install-script) diff --git a/graphics/gimp-app-devel/files/patch-plug-ins_common_url.c b/graphics/gimp-app-devel/files/patch-plug-ins_common_url.c deleted file mode 100644 index bceff6df1..000000000 --- a/graphics/gimp-app-devel/files/patch-plug-ins_common_url.c +++ /dev/null @@ -1,17 +0,0 @@ ---- plug-ins/common/url.c.orig Wed Dec 28 13:56:48 2005 -+++ plug-ins/common/url.c Wed Dec 28 13:58:33 2005 -@@ -186,10 +186,10 @@ - putenv ("LANG=C"); - #endif - -- execlp ("wget", -- "wget", "-v", "-e", "server-response=off", "-T", TIMEOUT, -- filename, "-O", tmpname, NULL); -- g_message ("exec() failed: wget: %s", g_strerror (errno)); -+ execlp ("fetch", -+ "fetch", "-T", TIMEOUT, -+ filename, "-p", "-o", tmpname, NULL); -+ g_message ("exec() failed: fetch: %s", g_strerror (errno)); - g_free (tmpname); - _exit (127); - } diff --git a/graphics/gimp-app-devel/files/patch-plug-ins_print_print.c b/graphics/gimp-app-devel/files/patch-plug-ins_print_print.c deleted file mode 100644 index 36f4bf714..000000000 --- a/graphics/gimp-app-devel/files/patch-plug-ins_print_print.c +++ /dev/null @@ -1,11 +0,0 @@ ---- plug-ins/print/print.c.orig Tue Dec 26 07:43:54 2000 -+++ plug-ins/print/print.c Tue Dec 26 07:44:07 2000 -@@ -1417,7 +1417,7 @@ - - if (i < (sizeof(lpcs) / sizeof(lpcs[0]))) - { -- strcat(command, " status < /dev/null"); -+ strcat(command, " status all < /dev/null"); - type = PRINTERS_LPC; - } - else diff --git a/graphics/gimp-app-devel/pkg-descr b/graphics/gimp-app-devel/pkg-descr deleted file mode 100644 index 4d7f49925..000000000 --- a/graphics/gimp-app-devel/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -The GIMP is designed to provide an intuitive graphical interface to a -variety of image editing operations. Here is a list of the GIMP's -major features: - - Image editing - ------------- - - * Selection tools including rectangle, ellipse, free, fuzzy, bezier - and intelligent. - * Transformation tools including rotate, scale, shear and flip. - * Painting tools including bucket, brush, airbrush, clone, convolve, - blend and text. - * Effects filters (such as blur, edge detect). - * Channel & color operations (such as add, composite, decompose). - * Plug-ins which allow for the easy addition of new file formats and - new effect filters. - * Multiple undo/redo. - -WWW: http://www.gimp.org/ diff --git a/graphics/gimp-app-devel/pkg-plist b/graphics/gimp-app-devel/pkg-plist deleted file mode 100644 index 6946abf9f..000000000 --- a/graphics/gimp-app-devel/pkg-plist +++ /dev/null @@ -1,1971 +0,0 @@ -bin/gimp -bin/gimp-2.2 -bin/gimp-remote -bin/gimp-remote-2.2 -bin/gimptool-2.0 -etc/gimp/2.2/controllerrc -etc/gimp/2.2/gimprc -etc/gimp/2.2/gtkrc -etc/gimp/2.2/ps-menurc -etc/gimp/2.2/sessionrc -etc/gimp/2.2/templaterc -etc/gimp/2.2/unitrc -include/gimp-2.0/libgimp/gimp.h -include/gimp-2.0/libgimp/gimp_pdb.h -include/gimp-2.0/libgimp/gimpaspectpreview.h -include/gimp-2.0/libgimp/gimpbrush_pdb.h -include/gimp-2.0/libgimp/gimpbrushes.h -include/gimp-2.0/libgimp/gimpbrushes_pdb.h -include/gimp-2.0/libgimp/gimpbrushmenu.h -include/gimp-2.0/libgimp/gimpbrushselect.h -include/gimp-2.0/libgimp/gimpbrushselect_pdb.h -include/gimp-2.0/libgimp/gimpchannel.h -include/gimp-2.0/libgimp/gimpchannel_pdb.h -include/gimp-2.0/libgimp/gimpcolor_pdb.h -include/gimp-2.0/libgimp/gimpcompat.h -include/gimp-2.0/libgimp/gimpcontext_pdb.h -include/gimp-2.0/libgimp/gimpconvert_pdb.h -include/gimp-2.0/libgimp/gimpdisplay_pdb.h -include/gimp-2.0/libgimp/gimpdrawable.h -include/gimp-2.0/libgimp/gimpdrawable_pdb.h -include/gimp-2.0/libgimp/gimpdrawablecombobox.h -include/gimp-2.0/libgimp/gimpdrawablepreview.h -include/gimp-2.0/libgimp/gimpdrawabletransform_pdb.h -include/gimp-2.0/libgimp/gimpedit_pdb.h -include/gimp-2.0/libgimp/gimpenums.h -include/gimp-2.0/libgimp/gimpexport.h -include/gimp-2.0/libgimp/gimpfileops_pdb.h -include/gimp-2.0/libgimp/gimpfloatingsel_pdb.h -include/gimp-2.0/libgimp/gimpfontmenu.h -include/gimp-2.0/libgimp/gimpfonts_pdb.h -include/gimp-2.0/libgimp/gimpfontselect.h -include/gimp-2.0/libgimp/gimpfontselect_pdb.h -include/gimp-2.0/libgimp/gimpgimprc_pdb.h -include/gimp-2.0/libgimp/gimpgradient_pdb.h -include/gimp-2.0/libgimp/gimpgradientmenu.h -include/gimp-2.0/libgimp/gimpgradients.h -include/gimp-2.0/libgimp/gimpgradients_pdb.h -include/gimp-2.0/libgimp/gimpgradientselect.h -include/gimp-2.0/libgimp/gimpgradientselect_pdb.h -include/gimp-2.0/libgimp/gimpguides_pdb.h -include/gimp-2.0/libgimp/gimphelp_pdb.h -include/gimp-2.0/libgimp/gimpimage.h -include/gimp-2.0/libgimp/gimpimage_pdb.h -include/gimp-2.0/libgimp/gimpimagecombobox.h -include/gimp-2.0/libgimp/gimplayer.h -include/gimp-2.0/libgimp/gimplayer_pdb.h -include/gimp-2.0/libgimp/gimpmenu.h -include/gimp-2.0/libgimp/gimpmessage_pdb.h -include/gimp-2.0/libgimp/gimpmisc_pdb.h -include/gimp-2.0/libgimp/gimppainttools_pdb.h -include/gimp-2.0/libgimp/gimppalette.h -include/gimp-2.0/libgimp/gimppalette_pdb.h -include/gimp-2.0/libgimp/gimppalettemenu.h -include/gimp-2.0/libgimp/gimppalettes.h -include/gimp-2.0/libgimp/gimppalettes_pdb.h -include/gimp-2.0/libgimp/gimppaletteselect.h -include/gimp-2.0/libgimp/gimppaletteselect_pdb.h -include/gimp-2.0/libgimp/gimpparasite_pdb.h -include/gimp-2.0/libgimp/gimppaths_pdb.h -include/gimp-2.0/libgimp/gimppattern_pdb.h -include/gimp-2.0/libgimp/gimppatternmenu.h -include/gimp-2.0/libgimp/gimppatterns.h -include/gimp-2.0/libgimp/gimppatterns_pdb.h -include/gimp-2.0/libgimp/gimppatternselect.h -include/gimp-2.0/libgimp/gimppatternselect_pdb.h -include/gimp-2.0/libgimp/gimppixbuf.h -include/gimp-2.0/libgimp/gimppixelfetcher.h -include/gimp-2.0/libgimp/gimppixelrgn.h -include/gimp-2.0/libgimp/gimpplugin.h -include/gimp-2.0/libgimp/gimpplugin_pdb.h -include/gimp-2.0/libgimp/gimpproceduraldb.h -include/gimp-2.0/libgimp/gimpproceduraldb_pdb.h -include/gimp-2.0/libgimp/gimpprogress.h -include/gimp-2.0/libgimp/gimpprogress_pdb.h -include/gimp-2.0/libgimp/gimpprogressbar.h -include/gimp-2.0/libgimp/gimpregioniterator.h -include/gimp-2.0/libgimp/gimpselection.h -include/gimp-2.0/libgimp/gimpselection_pdb.h -include/gimp-2.0/libgimp/gimpselectiontools_pdb.h -include/gimp-2.0/libgimp/gimptexttool_pdb.h -include/gimp-2.0/libgimp/gimptile.h -include/gimp-2.0/libgimp/gimptransformtools_pdb.h -include/gimp-2.0/libgimp/gimptypes.h -include/gimp-2.0/libgimp/gimpui.h -include/gimp-2.0/libgimp/gimpuitypes.h -include/gimp-2.0/libgimp/gimpundo_pdb.h -include/gimp-2.0/libgimp/gimpunit_pdb.h -include/gimp-2.0/libgimpbase/gimpbase.h -include/gimp-2.0/libgimpbase/gimpbaseenums.h -include/gimp-2.0/libgimpbase/gimpbasetypes.h -include/gimp-2.0/libgimpbase/gimpchecks.h -include/gimp-2.0/libgimpbase/gimpdatafiles.h -include/gimp-2.0/libgimpbase/gimpenv.h -include/gimp-2.0/libgimpbase/gimplimits.h -include/gimp-2.0/libgimpbase/gimpmemsize.h -include/gimp-2.0/libgimpbase/gimpparasite.h -include/gimp-2.0/libgimpbase/gimpparasiteio.h -include/gimp-2.0/libgimpbase/gimpsignal.h -include/gimp-2.0/libgimpbase/gimpunit.h -include/gimp-2.0/libgimpbase/gimputils.h -include/gimp-2.0/libgimpbase/gimpversion.h -include/gimp-2.0/libgimpcolor/gimpadaptivesupersample.h -include/gimp-2.0/libgimpcolor/gimpbilinear.h -include/gimp-2.0/libgimpcolor/gimpcmyk.h -include/gimp-2.0/libgimpcolor/gimpcolor.h -include/gimp-2.0/libgimpcolor/gimpcolorspace.h -include/gimp-2.0/libgimpcolor/gimpcolortypes.h -include/gimp-2.0/libgimpcolor/gimphsv.h -include/gimp-2.0/libgimpcolor/gimprgb.h -include/gimp-2.0/libgimpmath/gimpmath.h -include/gimp-2.0/libgimpmath/gimpmathtypes.h -include/gimp-2.0/libgimpmath/gimpmatrix.h -include/gimp-2.0/libgimpmath/gimpmd5.h -include/gimp-2.0/libgimpmath/gimpvector.h -include/gimp-2.0/libgimpmodule/gimpmodule.h -include/gimp-2.0/libgimpmodule/gimpmoduledb.h -include/gimp-2.0/libgimpmodule/gimpmoduletypes.h -include/gimp-2.0/libgimpthumb/gimpthumb-enums.h -include/gimp-2.0/libgimpthumb/gimpthumb-error.h -include/gimp-2.0/libgimpthumb/gimpthumb-types.h -include/gimp-2.0/libgimpthumb/gimpthumb-utils.h -include/gimp-2.0/libgimpthumb/gimpthumb.h -include/gimp-2.0/libgimpthumb/gimpthumbnail.h -include/gimp-2.0/libgimpwidgets/gimpbutton.h -include/gimp-2.0/libgimpwidgets/gimpcellrenderercolor.h -include/gimp-2.0/libgimpwidgets/gimpcellrenderertoggle.h -include/gimp-2.0/libgimpwidgets/gimpchainbutton.h -include/gimp-2.0/libgimpwidgets/gimpcolorarea.h -include/gimp-2.0/libgimpwidgets/gimpcolorbutton.h -include/gimp-2.0/libgimpwidgets/gimpcolordisplay.h -include/gimp-2.0/libgimpwidgets/gimpcolordisplaystack.h -include/gimp-2.0/libgimpwidgets/gimpcolorhexentry.h -include/gimp-2.0/libgimpwidgets/gimpcolornotebook.h -include/gimp-2.0/libgimpwidgets/gimpcolorscale.h -include/gimp-2.0/libgimpwidgets/gimpcolorscales.h -include/gimp-2.0/libgimpwidgets/gimpcolorselect.h -include/gimp-2.0/libgimpwidgets/gimpcolorselection.h -include/gimp-2.0/libgimpwidgets/gimpcolorselector.h -include/gimp-2.0/libgimpwidgets/gimpcontroller.h -include/gimp-2.0/libgimpwidgets/gimpdialog.h -include/gimp-2.0/libgimpwidgets/gimpfileentry.h -include/gimp-2.0/libgimpwidgets/gimpframe.h -include/gimp-2.0/libgimpwidgets/gimphelpui.h -include/gimp-2.0/libgimpwidgets/gimpintcombobox.h -include/gimp-2.0/libgimpwidgets/gimpintstore.h -include/gimp-2.0/libgimpwidgets/gimpmemsizeentry.h -include/gimp-2.0/libgimpwidgets/gimpoffsetarea.h -include/gimp-2.0/libgimpwidgets/gimpoldwidgets.h -include/gimp-2.0/libgimpwidgets/gimppatheditor.h -include/gimp-2.0/libgimpwidgets/gimppickbutton.h -include/gimp-2.0/libgimpwidgets/gimppixmap.h -include/gimp-2.0/libgimpwidgets/gimppreview.h -include/gimp-2.0/libgimpwidgets/gimppreviewarea.h -include/gimp-2.0/libgimpwidgets/gimpquerybox.h -include/gimp-2.0/libgimpwidgets/gimpscrolledpreview.h -include/gimp-2.0/libgimpwidgets/gimpsizeentry.h -include/gimp-2.0/libgimpwidgets/gimpstock.h -include/gimp-2.0/libgimpwidgets/gimpunitmenu.h -include/gimp-2.0/libgimpwidgets/gimpwidgets.h -include/gimp-2.0/libgimpwidgets/gimpwidgetstypes.h -libexec/gimp/2.2/environ/default.env -%%PYTHON:%%libexec/gimp/2.2/environ/pygimp.env -%%PYTHON:%%libexec/gimp/2.2/python/pygimp-logo.png -libexec/gimp/2.2/modules/libcdisplay_colorblind.a -libexec/gimp/2.2/modules/libcdisplay_colorblind.la -libexec/gimp/2.2/modules/libcdisplay_colorblind.so -libexec/gimp/2.2/modules/libcdisplay_gamma.a -libexec/gimp/2.2/modules/libcdisplay_gamma.la -libexec/gimp/2.2/modules/libcdisplay_gamma.so -libexec/gimp/2.2/modules/libcdisplay_highcontrast.a -libexec/gimp/2.2/modules/libcdisplay_highcontrast.la -libexec/gimp/2.2/modules/libcdisplay_highcontrast.so -libexec/gimp/2.2/modules/libcdisplay_proof.a -libexec/gimp/2.2/modules/libcdisplay_proof.la -libexec/gimp/2.2/modules/libcdisplay_proof.so -libexec/gimp/2.2/modules/libcolorsel_cmyk.a -libexec/gimp/2.2/modules/libcolorsel_cmyk.la -libexec/gimp/2.2/modules/libcolorsel_cmyk.so -libexec/gimp/2.2/modules/libcolorsel_triangle.a -libexec/gimp/2.2/modules/libcolorsel_triangle.la -libexec/gimp/2.2/modules/libcolorsel_triangle.so -libexec/gimp/2.2/modules/libcolorsel_water.a -libexec/gimp/2.2/modules/libcolorsel_water.la -libexec/gimp/2.2/modules/libcolorsel_water.so -libexec/gimp/2.2/modules/libcontroller_midi.a -libexec/gimp/2.2/modules/libcontroller_midi.la -libexec/gimp/2.2/modules/libcontroller_midi.so -libexec/gimp/2.2/plug-ins/AlienMap2 -libexec/gimp/2.2/plug-ins/CEL -libexec/gimp/2.2/plug-ins/CML_explorer -libexec/gimp/2.2/plug-ins/FractalExplorer -libexec/gimp/2.2/plug-ins/Lighting -libexec/gimp/2.2/plug-ins/MapObject -libexec/gimp/2.2/plug-ins/aa -libexec/gimp/2.2/plug-ins/align_layers -libexec/gimp/2.2/plug-ins/animationplay -libexec/gimp/2.2/plug-ins/animoptimize -libexec/gimp/2.2/plug-ins/apply_lens -libexec/gimp/2.2/plug-ins/autocrop -libexec/gimp/2.2/plug-ins/autostretch_hsv -libexec/gimp/2.2/plug-ins/blinds -libexec/gimp/2.2/plug-ins/blur -libexec/gimp/2.2/plug-ins/bmp -libexec/gimp/2.2/plug-ins/borderaverage -libexec/gimp/2.2/plug-ins/bumpmap -libexec/gimp/2.2/plug-ins/c_astretch -libexec/gimp/2.2/plug-ins/cartoon -libexec/gimp/2.2/plug-ins/ccanalyze -libexec/gimp/2.2/plug-ins/channel_mixer -libexec/gimp/2.2/plug-ins/checkerboard -%%PYTHON:%%libexec/gimp/2.2/plug-ins/clothify.py -libexec/gimp/2.2/plug-ins/color_enhance -libexec/gimp/2.2/plug-ins/colorify -%%PYTHON:%%libexec/gimp/2.2/plug-ins/colorxhtml.py -libexec/gimp/2.2/plug-ins/colortoalpha -libexec/gimp/2.2/plug-ins/compose -libexec/gimp/2.2/plug-ins/compressor -libexec/gimp/2.2/plug-ins/convmatrix -libexec/gimp/2.2/plug-ins/csource -libexec/gimp/2.2/plug-ins/cubism -libexec/gimp/2.2/plug-ins/curve_bend -libexec/gimp/2.2/plug-ins/decompose -libexec/gimp/2.2/plug-ins/deinterlace -libexec/gimp/2.2/plug-ins/depthmerge -libexec/gimp/2.2/plug-ins/despeckle -libexec/gimp/2.2/plug-ins/destripe -libexec/gimp/2.2/plug-ins/dicom -libexec/gimp/2.2/plug-ins/diffraction -libexec/gimp/2.2/plug-ins/displace -libexec/gimp/2.2/plug-ins/dog -libexec/gimp/2.2/plug-ins/edge -libexec/gimp/2.2/plug-ins/emboss -libexec/gimp/2.2/plug-ins/engrave -libexec/gimp/2.2/plug-ins/exchange -libexec/gimp/2.2/plug-ins/faxg3 -libexec/gimp/2.2/plug-ins/film -libexec/gimp/2.2/plug-ins/fits -libexec/gimp/2.2/plug-ins/flame -libexec/gimp/2.2/plug-ins/flarefx -%%PYTHON:%%libexec/gimp/2.2/plug-ins/foggify.py -libexec/gimp/2.2/plug-ins/fp -libexec/gimp/2.2/plug-ins/fractaltrace -libexec/gimp/2.2/plug-ins/gauss -libexec/gimp/2.2/plug-ins/gbr -libexec/gimp/2.2/plug-ins/gee -libexec/gimp/2.2/plug-ins/gee_zoom -libexec/gimp/2.2/plug-ins/gfig -libexec/gimp/2.2/plug-ins/gflare -libexec/gimp/2.2/plug-ins/gfli -libexec/gimp/2.2/plug-ins/gif -libexec/gimp/2.2/plug-ins/gifload -libexec/gimp/2.2/plug-ins/gih -%%PYTHON:%%libexec/gimp/2.2/plug-ins/gimpcons.py -libexec/gimp/2.2/plug-ins/gimpressionist -libexec/gimp/2.2/plug-ins/glasstile -libexec/gimp/2.2/plug-ins/glob -libexec/gimp/2.2/plug-ins/gqbist -libexec/gimp/2.2/plug-ins/gradmap -libexec/gimp/2.2/plug-ins/grid -%%PYTHON:%%libexec/gimp/2.2/plug-ins/gtkcons.py -libexec/gimp/2.2/plug-ins/gtm -libexec/gimp/2.2/plug-ins/guillotine -libexec/gimp/2.2/plug-ins/header -libexec/gimp/2.2/plug-ins/help -%%HELPBROWSER:%%libexec/gimp/2.2/plug-ins/helpbrowser -libexec/gimp/2.2/plug-ins/hot -libexec/gimp/2.2/plug-ins/ifscompose -libexec/gimp/2.2/plug-ins/illusion -libexec/gimp/2.2/plug-ins/imagemap -libexec/gimp/2.2/plug-ins/iwarp -libexec/gimp/2.2/plug-ins/jigsaw -libexec/gimp/2.2/plug-ins/jpeg -libexec/gimp/2.2/plug-ins/laplace -libexec/gimp/2.2/plug-ins/lic -libexec/gimp/2.2/plug-ins/mail -libexec/gimp/2.2/plug-ins/mapcolor -libexec/gimp/2.2/plug-ins/max_rgb -libexec/gimp/2.2/plug-ins/maze -libexec/gimp/2.2/plug-ins/mblur -libexec/gimp/2.2/plug-ins/mng -libexec/gimp/2.2/plug-ins/mosaic -libexec/gimp/2.2/plug-ins/neon -libexec/gimp/2.2/plug-ins/newsprint -libexec/gimp/2.2/plug-ins/nlfilt -libexec/gimp/2.2/plug-ins/noisify -libexec/gimp/2.2/plug-ins/normalize -libexec/gimp/2.2/plug-ins/nova -libexec/gimp/2.2/plug-ins/oilify -libexec/gimp/2.2/plug-ins/pagecurl -libexec/gimp/2.2/plug-ins/papertile -libexec/gimp/2.2/plug-ins/pat -libexec/gimp/2.2/plug-ins/pcx -%%PYTHON:%%libexec/gimp/2.2/plug-ins/pdbbrowse.py -libexec/gimp/2.2/plug-ins/photocopy -libexec/gimp/2.2/plug-ins/pix -libexec/gimp/2.2/plug-ins/pixelize -libexec/gimp/2.2/plug-ins/plasma -libexec/gimp/2.2/plug-ins/plugin-browser -libexec/gimp/2.2/plug-ins/png -libexec/gimp/2.2/plug-ins/pnm -libexec/gimp/2.2/plug-ins/polar -libexec/gimp/2.2/plug-ins/postscript -%%PRINT%%libexec/gimp/2.2/plug-ins/print -libexec/gimp/2.2/plug-ins/procedure-browser -libexec/gimp/2.2/plug-ins/psd -libexec/gimp/2.2/plug-ins/psd_save -libexec/gimp/2.2/plug-ins/psp -%%PYTHON:%%libexec/gimp/2.2/plug-ins/py-slice.py -libexec/gimp/2.2/plug-ins/randomize -libexec/gimp/2.2/plug-ins/raw -libexec/gimp/2.2/plug-ins/rcm -libexec/gimp/2.2/plug-ins/retinex -libexec/gimp/2.2/plug-ins/ripple -libexec/gimp/2.2/plug-ins/rotate -libexec/gimp/2.2/plug-ins/sample_colorize -libexec/gimp/2.2/plug-ins/scatter_hsv -libexec/gimp/2.2/plug-ins/screenshot -libexec/gimp/2.2/plug-ins/script-fu -%%PYTHON:%%libexec/gimp/2.2/plug-ins/shadow_bevel.py -libexec/gimp/2.2/plug-ins/sel2path -libexec/gimp/2.2/plug-ins/sel_gauss -libexec/gimp/2.2/plug-ins/semiflatten -libexec/gimp/2.2/plug-ins/sgi -libexec/gimp/2.2/plug-ins/sharpen -libexec/gimp/2.2/plug-ins/shift -libexec/gimp/2.2/plug-ins/sinus -libexec/gimp/2.2/plug-ins/smooth_palette -libexec/gimp/2.2/plug-ins/snoise -libexec/gimp/2.2/plug-ins/sobel -libexec/gimp/2.2/plug-ins/softglow -libexec/gimp/2.2/plug-ins/sparkle -libexec/gimp/2.2/plug-ins/spheredesigner -libexec/gimp/2.2/plug-ins/spread -libexec/gimp/2.2/plug-ins/struc -libexec/gimp/2.2/plug-ins/sunras -%%SVG%%libexec/gimp/2.2/plug-ins/svg -libexec/gimp/2.2/plug-ins/tga -libexec/gimp/2.2/plug-ins/threshold_alpha -libexec/gimp/2.2/plug-ins/tiff -libexec/gimp/2.2/plug-ins/tile -libexec/gimp/2.2/plug-ins/tileit -libexec/gimp/2.2/plug-ins/tiler -libexec/gimp/2.2/plug-ins/uniteditor -libexec/gimp/2.2/plug-ins/unsharp -libexec/gimp/2.2/plug-ins/url -libexec/gimp/2.2/plug-ins/video -libexec/gimp/2.2/plug-ins/vinvert -libexec/gimp/2.2/plug-ins/vpropagate -libexec/gimp/2.2/plug-ins/warp -libexec/gimp/2.2/plug-ins/waves -libexec/gimp/2.2/plug-ins/webbrowser -%%PYTHON:%%libexec/gimp/2.2/plug-ins/whirlpinch.py -libexec/gimp/2.2/plug-ins/whirlpinch -libexec/gimp/2.2/plug-ins/wind -libexec/gimp/2.2/plug-ins/winicon -libexec/gimp/2.2/plug-ins/wmf -libexec/gimp/2.2/plug-ins/xbm -libexec/gimp/2.2/plug-ins/xjt -libexec/gimp/2.2/plug-ins/xpm -libexec/gimp/2.2/plug-ins/xwd -libexec/gimp/2.2/plug-ins/zealouscrop -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpmodule.so -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowsermodule.so -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.pyo -lib/libgimp-2.0.a -lib/libgimp-2.0.la -lib/libgimp-2.0.so -lib/libgimp-2.0.so.%%SHLIBVER%% -lib/libgimpbase-2.0.a -lib/libgimpbase-2.0.la -lib/libgimpbase-2.0.so -lib/libgimpbase-2.0.so.%%SHLIBVER%% -lib/libgimpcolor-2.0.a -lib/libgimpcolor-2.0.la -lib/libgimpcolor-2.0.so -lib/libgimpcolor-2.0.so.%%SHLIBVER%% -lib/libgimpmath-2.0.a -lib/libgimpmath-2.0.la -lib/libgimpmath-2.0.so -lib/libgimpmath-2.0.so.%%SHLIBVER%% -lib/libgimpmodule-2.0.a -lib/libgimpmodule-2.0.la -lib/libgimpmodule-2.0.so -lib/libgimpmodule-2.0.so.%%SHLIBVER%% -lib/libgimpthumb-2.0.a -lib/libgimpthumb-2.0.la -lib/libgimpthumb-2.0.so -lib/libgimpthumb-2.0.so.%%SHLIBVER%% -lib/libgimpui-2.0.a -lib/libgimpui-2.0.la -lib/libgimpui-2.0.so -lib/libgimpui-2.0.so.%%SHLIBVER%% -lib/libgimpwidgets-2.0.a -lib/libgimpwidgets-2.0.la -lib/libgimpwidgets-2.0.so -lib/libgimpwidgets-2.0.so.%%SHLIBVER%% -libdata/pkgconfig/gimp-2.0.pc -libdata/pkgconfig/gimpthumb-2.0.pc -libdata/pkgconfig/gimpui-2.0.pc -share/aclocal/gimp-2.0.m4 -%%DOCSDIR%%/libgimp/GimpAspectPreview.html -%%DOCSDIR%%/libgimp/GimpDrawablePreview.html -%%DOCSDIR%%/libgimp/GimpProgressBar.html -%%DOCSDIR%%/libgimp/gimpdefinitions.html -%%DOCSDIR%%/libgimp/home.png -%%DOCSDIR%%/libgimp/index.html -%%DOCSDIR%%/libgimp/index.sgml -%%DOCSDIR%%/libgimp/left.png -%%DOCSDIR%%/libgimp/libgimp-data.html -%%DOCSDIR%%/libgimp/libgimp-general.html -%%DOCSDIR%%/libgimp/libgimp-gimp.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrush.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrushes.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrushmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrushselect.html -%%DOCSDIR%%/libgimp/libgimp-gimpchannel.html -%%DOCSDIR%%/libgimp/libgimp-gimpcolor.html -%%DOCSDIR%%/libgimp/libgimp-gimpcontext.html -%%DOCSDIR%%/libgimp/libgimp-gimpconvert.html -%%DOCSDIR%%/libgimp/libgimp-gimpdisplay.html -%%DOCSDIR%%/libgimp/libgimp-gimpdrawable.html -%%DOCSDIR%%/libgimp/libgimp-gimpdrawablecombobox.html -%%DOCSDIR%%/libgimp/libgimp-gimpdrawabletransform.html -%%DOCSDIR%%/libgimp/libgimp-gimpedit.html -%%DOCSDIR%%/libgimp/libgimp-gimpenums.html -%%DOCSDIR%%/libgimp/libgimp-gimpexport.html -%%DOCSDIR%%/libgimp/libgimp-gimpfileops.html -%%DOCSDIR%%/libgimp/libgimp-gimpfloatingsel.html -%%DOCSDIR%%/libgimp/libgimp-gimpfontmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpfonts.html -%%DOCSDIR%%/libgimp/libgimp-gimpfontselect.html -%%DOCSDIR%%/libgimp/libgimp-gimpgimprc.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradient.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradientmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradients.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradientselect.html -%%DOCSDIR%%/libgimp/libgimp-gimpguides.html -%%DOCSDIR%%/libgimp/libgimp-gimphelp.html -%%DOCSDIR%%/libgimp/libgimp-gimpimage.html -%%DOCSDIR%%/libgimp/libgimp-gimpimagecombobox.html -%%DOCSDIR%%/libgimp/libgimp-gimplayer.html -%%DOCSDIR%%/libgimp/libgimp-gimpmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpmessage.html -%%DOCSDIR%%/libgimp/libgimp-gimppalette.html -%%DOCSDIR%%/libgimp/libgimp-gimppalettemenu.html -%%DOCSDIR%%/libgimp/libgimp-gimppalettes.html -%%DOCSDIR%%/libgimp/libgimp-gimppaletteselect.html -%%DOCSDIR%%/libgimp/libgimp-gimppaths.html -%%DOCSDIR%%/libgimp/libgimp-gimppattern.html -%%DOCSDIR%%/libgimp/libgimp-gimppatternmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimppatterns.html -%%DOCSDIR%%/libgimp/libgimp-gimppatternselect.html -%%DOCSDIR%%/libgimp/libgimp-gimppixbuf.html -%%DOCSDIR%%/libgimp/libgimp-gimppixelfetcher.html -%%DOCSDIR%%/libgimp/libgimp-gimppixelrgn.html -%%DOCSDIR%%/libgimp/libgimp-gimpplugin.html -%%DOCSDIR%%/libgimp/libgimp-gimpproceduraldb.html -%%DOCSDIR%%/libgimp/libgimp-gimpprogress.html -%%DOCSDIR%%/libgimp/libgimp-gimpregioniterator.html -%%DOCSDIR%%/libgimp/libgimp-gimpselection.html -%%DOCSDIR%%/libgimp/libgimp-gimptexttool.html -%%DOCSDIR%%/libgimp/libgimp-gimptile.html -%%DOCSDIR%%/libgimp/libgimp-gimptools.html -%%DOCSDIR%%/libgimp/libgimp-gimpui.html -%%DOCSDIR%%/libgimp/libgimp-gimpundo.html -%%DOCSDIR%%/libgimp/libgimp-image.html -%%DOCSDIR%%/libgimp/libgimp-selectors.html -%%DOCSDIR%%/libgimp/libgimp.devhelp -%%DOCSDIR%%/libgimp/libgimp.devhelp2 -%%DOCSDIR%%/libgimp/libgimp.html -%%DOCSDIR%%/libgimp/libgimpui-hierarchy.html -%%DOCSDIR%%/libgimp/libgimpui.html -%%DOCSDIR%%/libgimp/right.png -%%DOCSDIR%%/libgimp/style.css -%%DOCSDIR%%/libgimp/up.png -%%DOCSDIR%%/libgimpbase/home.png -%%DOCSDIR%%/libgimpbase/index.html -%%DOCSDIR%%/libgimpbase/index.sgml -%%DOCSDIR%%/libgimpbase/left.png -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbaseenums.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbasetypes.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpchecks.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpdatafiles.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpenv.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimplimits.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpmemsize.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparasite.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparasiteio.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpprotocol.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpsignal.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpunit.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimputils.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpversion.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpwire.html -%%DOCSDIR%%/libgimpbase/libgimpbase.devhelp -%%DOCSDIR%%/libgimpbase/libgimpbase.devhelp2 -%%DOCSDIR%%/libgimpbase/libgimpbase.html -%%DOCSDIR%%/libgimpbase/right.png -%%DOCSDIR%%/libgimpbase/style.css -%%DOCSDIR%%/libgimpbase/up.png -%%DOCSDIR%%/libgimpcolor/home.png -%%DOCSDIR%%/libgimpcolor/index.html -%%DOCSDIR%%/libgimpcolor/index.sgml -%%DOCSDIR%%/libgimpcolor/left.png -%%DOCSDIR%%/libgimpcolor/style.css -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpAdaptiveSupersample.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpBilinear.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpCMYK.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpColorSpace.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpHSV.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpRGB.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor.devhelp -%%DOCSDIR%%/libgimpcolor/libgimpcolor.html -%%DOCSDIR%%/libgimpcolor/right.png -%%DOCSDIR%%/libgimpcolor/up.png -%%DOCSDIR%%/libgimpmath/home.png -%%DOCSDIR%%/libgimpmath/index.html -%%DOCSDIR%%/libgimpmath/index.sgml -%%DOCSDIR%%/libgimpmath/left.png -%%DOCSDIR%%/libgimpmath/style.css -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMD5.html -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMath.html -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMatrix.html -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpVector.html -%%DOCSDIR%%/libgimpmath/libgimpmath.devhelp -%%DOCSDIR%%/libgimpmath/libgimpmath.html -%%DOCSDIR%%/libgimpmath/right.png -%%DOCSDIR%%/libgimpmath/up.png -%%DOCSDIR%%/libgimpmodule/GimpModule.html -%%DOCSDIR%%/libgimpmodule/GimpModuleDB.html -%%DOCSDIR%%/libgimpmodule/home.png -%%DOCSDIR%%/libgimpmodule/index.html -%%DOCSDIR%%/libgimpmodule/index.sgml -%%DOCSDIR%%/libgimpmodule/left.png -%%DOCSDIR%%/libgimpmodule/style.css -%%DOCSDIR%%/libgimpmodule/libgimpmodule.devhelp -%%DOCSDIR%%/libgimpmodule/libgimpmodule.html -%%DOCSDIR%%/libgimpmodule/right.png -%%DOCSDIR%%/libgimpmodule/up.png -%%DOCSDIR%%/libgimpthumb/GimpThumbnail.html -%%DOCSDIR%%/libgimpthumb/home.png -%%DOCSDIR%%/libgimpthumb/index.html -%%DOCSDIR%%/libgimpthumb/index.sgml -%%DOCSDIR%%/libgimpthumb/left.png -%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-enums.html -%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-error.html -%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-utils.html -%%DOCSDIR%%/libgimpthumb/libgimpthumb.devhelp -%%DOCSDIR%%/libgimpthumb/libgimpthumb.devhelp2 -%%DOCSDIR%%/libgimpthumb/libgimpthumb.html -%%DOCSDIR%%/libgimpthumb/right.png -%%DOCSDIR%%/libgimpthumb/style.css -%%DOCSDIR%%/libgimpthumb/up.png -%%DOCSDIR%%/libgimpwidgets/GimpButton.html -%%DOCSDIR%%/libgimpwidgets/GimpCellRendererColor.html -%%DOCSDIR%%/libgimpwidgets/GimpCellRendererToggle.html -%%DOCSDIR%%/libgimpwidgets/GimpChainButton.html -%%DOCSDIR%%/libgimpwidgets/GimpColorArea.html -%%DOCSDIR%%/libgimpwidgets/GimpColorButton.html -%%DOCSDIR%%/libgimpwidgets/GimpColorDisplay.html -%%DOCSDIR%%/libgimpwidgets/GimpColorDisplayStack.html -%%DOCSDIR%%/libgimpwidgets/GimpColorHexEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpColorNotebook.html -%%DOCSDIR%%/libgimpwidgets/GimpColorScale.html -%%DOCSDIR%%/libgimpwidgets/GimpColorScales.html -%%DOCSDIR%%/libgimpwidgets/GimpColorSelect.html -%%DOCSDIR%%/libgimpwidgets/GimpColorSelection.html -%%DOCSDIR%%/libgimpwidgets/GimpColorSelector.html -%%DOCSDIR%%/libgimpwidgets/GimpController.html -%%DOCSDIR%%/libgimpwidgets/GimpDialog.html -%%DOCSDIR%%/libgimpwidgets/GimpFileEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpFrame.html -%%DOCSDIR%%/libgimpwidgets/GimpIntComboBox.html -%%DOCSDIR%%/libgimpwidgets/GimpIntStore.html -%%DOCSDIR%%/libgimpwidgets/GimpMemsizeEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpOffsetArea.html -%%DOCSDIR%%/libgimpwidgets/GimpPathEditor.html -%%DOCSDIR%%/libgimpwidgets/GimpPickButton.html -%%DOCSDIR%%/libgimpwidgets/GimpPixmap.html -%%DOCSDIR%%/libgimpwidgets/GimpPreview.html -%%DOCSDIR%%/libgimpwidgets/GimpPreviewArea.html -%%DOCSDIR%%/libgimpwidgets/GimpSizeEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpUnitMenu.html -%%DOCSDIR%%/libgimpwidgets/home.png -%%DOCSDIR%%/libgimpwidgets/index.html -%%DOCSDIR%%/libgimpwidgets/index.sgml -%%DOCSDIR%%/libgimpwidgets/left.png -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpHelpUI.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpQueryBox.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpScrolledPreview.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpStock.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpWidgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-cell-renderers.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colordisplay.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colorselector.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-controller.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-deprecated.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-gimpoldwidgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-hierarchy.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-utils.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-widgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets.devhelp -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets.devhelp2 -%%DOCSDIR%%/libgimpwidgets/right.png -%%DOCSDIR%%/libgimpwidgets/stock-anchor-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cap-butt-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cap-round-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cap-square-16.png -%%DOCSDIR%%/libgimpwidgets/stock-center-16.png -%%DOCSDIR%%/libgimpwidgets/stock-center-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channels-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channels-24.png -%%DOCSDIR%%/libgimpwidgets/stock-char-picker-22.png -%%DOCSDIR%%/libgimpwidgets/stock-close-12.png -%%DOCSDIR%%/libgimpwidgets/stock-color-pick-from-screen-16.png -%%DOCSDIR%%/libgimpwidgets/stock-color-picker-black-18.png -%%DOCSDIR%%/libgimpwidgets/stock-color-picker-gray-18.png -%%DOCSDIR%%/libgimpwidgets/stock-color-picker-white-18.png -%%DOCSDIR%%/libgimpwidgets/stock-color-triangle-16.png -%%DOCSDIR%%/libgimpwidgets/stock-convert-grayscale-16.png -%%DOCSDIR%%/libgimpwidgets/stock-convert-indexed-16.png -%%DOCSDIR%%/libgimpwidgets/stock-convert-rgb-16.png -%%DOCSDIR%%/libgimpwidgets/stock-curve-free-16.png -%%DOCSDIR%%/libgimpwidgets/stock-curve-smooth-16.png -%%DOCSDIR%%/libgimpwidgets/stock-default-colors-12.png -%%DOCSDIR%%/libgimpwidgets/stock-device-status-16.png -%%DOCSDIR%%/libgimpwidgets/stock-device-status-24.png -%%DOCSDIR%%/libgimpwidgets/stock-display-filter-16.png -%%DOCSDIR%%/libgimpwidgets/stock-display-filter-24.png -%%DOCSDIR%%/libgimpwidgets/stock-duplicate-16.png -%%DOCSDIR%%/libgimpwidgets/stock-edit-16.png -%%DOCSDIR%%/libgimpwidgets/stock-error-64.png -%%DOCSDIR%%/libgimpwidgets/stock-eye-12.png -%%DOCSDIR%%/libgimpwidgets/stock-eye-20.png -%%DOCSDIR%%/libgimpwidgets/stock-flip-horizontal-16.png -%%DOCSDIR%%/libgimpwidgets/stock-flip-vertical-16.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-16.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-24.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-32.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-48.png -%%DOCSDIR%%/libgimpwidgets/stock-frame-64.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-bilinear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-conical-asymmetric-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-conical-symmetric-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-linear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-radial-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-angular-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-dimpled-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-spherical-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-spiral-anticlockwise-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-spiral-clockwise-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-square-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-east-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-east-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-west-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-east-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-west-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-west-24.png -%%DOCSDIR%%/libgimpwidgets/stock-grid-16.png -%%DOCSDIR%%/libgimpwidgets/stock-hchain-24.png -%%DOCSDIR%%/libgimpwidgets/stock-hchain-broken-24.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-16.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-22.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-linear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-logarithmic-16.png -%%DOCSDIR%%/libgimpwidgets/stock-image-16.png -%%DOCSDIR%%/libgimpwidgets/stock-image-24.png -%%DOCSDIR%%/libgimpwidgets/stock-image-32.png -%%DOCSDIR%%/libgimpwidgets/stock-image-48.png -%%DOCSDIR%%/libgimpwidgets/stock-images-16.png -%%DOCSDIR%%/libgimpwidgets/stock-images-24.png -%%DOCSDIR%%/libgimpwidgets/stock-indexed-palette-16.png -%%DOCSDIR%%/libgimpwidgets/stock-indexed-palette-24.png -%%DOCSDIR%%/libgimpwidgets/stock-info-16.png -%%DOCSDIR%%/libgimpwidgets/stock-info-24.png -%%DOCSDIR%%/libgimpwidgets/stock-info-64.png -%%DOCSDIR%%/libgimpwidgets/stock-invert-16.png -%%DOCSDIR%%/libgimpwidgets/stock-join-bevel-16.png -%%DOCSDIR%%/libgimpwidgets/stock-join-miter-16.png -%%DOCSDIR%%/libgimpwidgets/stock-join-round-16.png -%%DOCSDIR%%/libgimpwidgets/stock-landscape-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-24.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-32.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-48.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-24.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-32.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-48.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-to-imagesize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layers-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layers-24.png -%%DOCSDIR%%/libgimpwidgets/stock-letter-spacing-22.png -%%DOCSDIR%%/libgimpwidgets/stock-line-spacing-22.png -%%DOCSDIR%%/libgimpwidgets/stock-linked-12.png -%%DOCSDIR%%/libgimpwidgets/stock-linked-20.png -%%DOCSDIR%%/libgimpwidgets/stock-list-16.png -%%DOCSDIR%%/libgimpwidgets/stock-menu-left-12.png -%%DOCSDIR%%/libgimpwidgets/stock-menu-right-12.png -%%DOCSDIR%%/libgimpwidgets/stock-merge-down-16.png -%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-16.png -%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-24.png -%%DOCSDIR%%/libgimpwidgets/stock-navigation-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paste-as-new-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paste-into-16.png -%%DOCSDIR%%/libgimpwidgets/stock-path-16.png -%%DOCSDIR%%/libgimpwidgets/stock-path-22.png -%%DOCSDIR%%/libgimpwidgets/stock-path-stroke-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paths-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paths-22.png -%%DOCSDIR%%/libgimpwidgets/stock-plugin-16.png -%%DOCSDIR%%/libgimpwidgets/stock-portrait-16.png -%%DOCSDIR%%/libgimpwidgets/stock-print-resolution-16.png -%%DOCSDIR%%/libgimpwidgets/stock-print-resolution-24.png -%%DOCSDIR%%/libgimpwidgets/stock-qmask-off-16.png -%%DOCSDIR%%/libgimpwidgets/stock-qmask-on-16.png -%%DOCSDIR%%/libgimpwidgets/stock-question-64.png -%%DOCSDIR%%/libgimpwidgets/stock-reset-16.png -%%DOCSDIR%%/libgimpwidgets/stock-reshow-filter-16.png -%%DOCSDIR%%/libgimpwidgets/stock-resize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-rotate-180-16.png -%%DOCSDIR%%/libgimpwidgets/stock-rotate-270-16.png -%%DOCSDIR%%/libgimpwidgets/stock-rotate-90-16.png -%%DOCSDIR%%/libgimpwidgets/stock-scale-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-add-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-all-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-border-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-grow-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-intersect-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-none-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-replace-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-shrink-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-stroke-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-subtract-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-to-channel-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-to-path-16.png -%%DOCSDIR%%/libgimpwidgets/stock-shape-circle-16.png -%%DOCSDIR%%/libgimpwidgets/stock-shape-diamond-16.png -%%DOCSDIR%%/libgimpwidgets/stock-shape-square-16.png -%%DOCSDIR%%/libgimpwidgets/stock-swap-colors-12.png -%%DOCSDIR%%/libgimpwidgets/stock-template-16.png -%%DOCSDIR%%/libgimpwidgets/stock-template-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-dir-ltr-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-dir-rtl-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-16.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-32.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-48.png -%%DOCSDIR%%/libgimpwidgets/stock-texture-64.png -%%DOCSDIR%%/libgimpwidgets/stock-toilet-paper-16.png -%%DOCSDIR%%/libgimpwidgets/stock-toilet-paper-24.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-airbrush-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-airbrush-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blend-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blend-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blur-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blur-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-brightness-contrast-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-brightness-contrast-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-bucket-fill-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-bucket-fill-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-by-color-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-by-color-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-clone-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-clone-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-balance-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-balance-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-picker-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-picker-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-colorize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-colorize-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-crop-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-crop-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-curves-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-curves-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-dodge-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-dodge-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ellipse-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ellipse-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-eraser-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-eraser-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-flip-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-flip-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-free-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-free-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-fuzzy-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-fuzzy-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-hue-saturation-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-hue-saturation-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ink-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ink-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-iscissors-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-iscissors-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-levels-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-levels-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-measure-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-measure-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-move-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-move-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-options-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-options-24.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-paintbrush-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-paintbrush-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-path-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-path-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-pencil-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-pencil-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-perspective-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-perspective-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-posterize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-posterize-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rect-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rect-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rotate-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rotate-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-scale-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-scale-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-shear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-shear-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-smudge-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-smudge-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-text-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-text-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-threshold-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-threshold-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-zoom-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-zoom-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tools-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tools-24.png -%%DOCSDIR%%/libgimpwidgets/stock-transparency-16.png -%%DOCSDIR%%/libgimpwidgets/stock-transparency-24.png -%%DOCSDIR%%/libgimpwidgets/stock-undo-history-16.png -%%DOCSDIR%%/libgimpwidgets/stock-undo-history-24.png -%%DOCSDIR%%/libgimpwidgets/stock-vchain-24.png -%%DOCSDIR%%/libgimpwidgets/stock-vchain-broken-24.png -%%DOCSDIR%%/libgimpwidgets/stock-video-16.png -%%DOCSDIR%%/libgimpwidgets/stock-video-24.png -%%DOCSDIR%%/libgimpwidgets/stock-warning-16.png -%%DOCSDIR%%/libgimpwidgets/stock-warning-24.png -%%DOCSDIR%%/libgimpwidgets/stock-warning-64.png -%%DOCSDIR%%/libgimpwidgets/stock-web-16.png -%%DOCSDIR%%/libgimpwidgets/stock-web-24.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-16.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-32.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-48.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-64.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-eek-64.png -%%DOCSDIR%%/libgimpwidgets/stock-zoom-follow-window-12.png -%%DOCSDIR%%/libgimpwidgets/style.css -%%DOCSDIR%%/libgimpwidgets/up.png -%%DATADIR%%/brushes/10x10square.gbr -%%DATADIR%%/brushes/10x10squareBlur.gbr -%%DATADIR%%/brushes/11circle.gbr -%%DATADIR%%/brushes/11fcircle.gbr -%%DATADIR%%/brushes/13circle.gbr -%%DATADIR%%/brushes/13fcircle.gbr -%%DATADIR%%/brushes/15circle.gbr -%%DATADIR%%/brushes/15fcircle.gbr -%%DATADIR%%/brushes/17circle.gbr -%%DATADIR%%/brushes/17fcircle.gbr -%%DATADIR%%/brushes/19circle.gbr -%%DATADIR%%/brushes/19fcircle.gbr -%%DATADIR%%/brushes/1circle.gbr -%%DATADIR%%/brushes/20x20square.gbr -%%DATADIR%%/brushes/20x20squareBlur.gbr -%%DATADIR%%/brushes/3circle.gbr -%%DATADIR%%/brushes/3fcircle.gbr -%%DATADIR%%/brushes/5circle.gbr -%%DATADIR%%/brushes/5fcircle.gbr -%%DATADIR%%/brushes/5x5square.gbr -%%DATADIR%%/brushes/5x5squareBlur.gbr -%%DATADIR%%/brushes/7circle.gbr -%%DATADIR%%/brushes/7fcircle.gbr -%%DATADIR%%/brushes/9circle.gbr -%%DATADIR%%/brushes/9fcircle.gbr -%%DATADIR%%/brushes/DStar11.gbr -%%DATADIR%%/brushes/DStar17.gbr -%%DATADIR%%/brushes/DStar25.gbr -%%DATADIR%%/brushes/SketchBrush-16.gih -%%DATADIR%%/brushes/SketchBrush-32.gih -%%DATADIR%%/brushes/SketchBrush-64.gih -%%DATADIR%%/brushes/callig1.gbr -%%DATADIR%%/brushes/callig2.gbr -%%DATADIR%%/brushes/callig3.gbr -%%DATADIR%%/brushes/callig4.gbr -%%DATADIR%%/brushes/confetti.gbr -%%DATADIR%%/brushes/confetti.gih -%%DATADIR%%/brushes/dunes.gbr -%%DATADIR%%/brushes/feltpen.gih -%%DATADIR%%/brushes/galaxy.gbr -%%DATADIR%%/brushes/galaxy_big.gbr -%%DATADIR%%/brushes/galaxy_small.gbr -%%DATADIR%%/brushes/hsparks.gih -%%DATADIR%%/brushes/pepper.gbr -%%DATADIR%%/brushes/pixel.gbr -%%DATADIR%%/brushes/thegimp.gbr -%%DATADIR%%/brushes/vine.gih -%%DATADIR%%/brushes/xcf.gbr -@exec mkdir -p %D/%%DATADIR%%/fonts -%%DATADIR%%/fractalexplorer/Asteroid_Field -%%DATADIR%%/fractalexplorer/Bar_Code_Label -%%DATADIR%%/fractalexplorer/Beauty_of_Nature -%%DATADIR%%/fractalexplorer/Blue_Curtain -%%DATADIR%%/fractalexplorer/Car_Track -%%DATADIR%%/fractalexplorer/Energetic_Diamond -%%DATADIR%%/fractalexplorer/Explosive -%%DATADIR%%/fractalexplorer/Flower -%%DATADIR%%/fractalexplorer/Fragments -%%DATADIR%%/fractalexplorer/Hemp -%%DATADIR%%/fractalexplorer/High_Voltage -%%DATADIR%%/fractalexplorer/Hoops -%%DATADIR%%/fractalexplorer/Ice_Crystal -%%DATADIR%%/fractalexplorer/Leaves -%%DATADIR%%/fractalexplorer/Lightning -%%DATADIR%%/fractalexplorer/Mandelbrot -%%DATADIR%%/fractalexplorer/Marble -%%DATADIR%%/fractalexplorer/Marble2 -%%DATADIR%%/fractalexplorer/Medusa -%%DATADIR%%/fractalexplorer/Nautilus -%%DATADIR%%/fractalexplorer/Nebula -%%DATADIR%%/fractalexplorer/Plant -%%DATADIR%%/fractalexplorer/Rose -%%DATADIR%%/fractalexplorer/Saturn -%%DATADIR%%/fractalexplorer/Snow_Crystal -%%DATADIR%%/fractalexplorer/Soma -%%DATADIR%%/fractalexplorer/Spark -%%DATADIR%%/fractalexplorer/Suns -%%DATADIR%%/fractalexplorer/Tentacles -%%DATADIR%%/fractalexplorer/The_Green_Place -%%DATADIR%%/fractalexplorer/Wave -%%DATADIR%%/fractalexplorer/Wood -%%DATADIR%%/fractalexplorer/Zooming_Circle -%%DATADIR%%/gfig/A_star -%%DATADIR%%/gfig/curves -%%DATADIR%%/gfig/polys -%%DATADIR%%/gfig/ring -%%DATADIR%%/gfig/ring+star -%%DATADIR%%/gfig/simily -%%DATADIR%%/gfig/spirals_and_stars -%%DATADIR%%/gfig/sprial -%%DATADIR%%/gfig/star2 -%%DATADIR%%/gfig/stars -%%DATADIR%%/gflare/Bright_Star -%%DATADIR%%/gflare/Classic -%%DATADIR%%/gflare/Default -%%DATADIR%%/gflare/Distant_Sun -%%DATADIR%%/gflare/GFlare_101 -%%DATADIR%%/gflare/GFlare_102 -%%DATADIR%%/gflare/Hidden_Planet -%%DATADIR%%/gimpressionist/Brushes/arrow01.pgm -%%DATADIR%%/gimpressionist/Brushes/ball.ppm -%%DATADIR%%/gimpressionist/Brushes/blob.ppm -%%DATADIR%%/gimpressionist/Brushes/box.ppm -%%DATADIR%%/gimpressionist/Brushes/chalk01.pgm -%%DATADIR%%/gimpressionist/Brushes/cone.ppm -%%DATADIR%%/gimpressionist/Brushes/crayon01.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon02.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon03.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon04.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon05.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon06.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon07.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon08.pgm -%%DATADIR%%/gimpressionist/Brushes/defaultbrush.pgm -%%DATADIR%%/gimpressionist/Brushes/dribble.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric01.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric02.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric03.pgm -%%DATADIR%%/gimpressionist/Brushes/flower01.pgm -%%DATADIR%%/gimpressionist/Brushes/flower02.pgm -%%DATADIR%%/gimpressionist/Brushes/flower03.pgm -%%DATADIR%%/gimpressionist/Brushes/flower04.pgm -%%DATADIR%%/gimpressionist/Brushes/grad01.pgm -%%DATADIR%%/gimpressionist/Brushes/grad02.pgm -%%DATADIR%%/gimpressionist/Brushes/grad03.pgm -%%DATADIR%%/gimpressionist/Brushes/heart.ppm -%%DATADIR%%/gimpressionist/Brushes/leaf01.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush01.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush02.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush03.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush04.pgm -%%DATADIR%%/gimpressionist/Brushes/paper01.pgm -%%DATADIR%%/gimpressionist/Brushes/paper02.pgm -%%DATADIR%%/gimpressionist/Brushes/paper03.pgm -%%DATADIR%%/gimpressionist/Brushes/paper04.pgm -%%DATADIR%%/gimpressionist/Brushes/pentagram.pgm -%%DATADIR%%/gimpressionist/Brushes/scribble.pgm -%%DATADIR%%/gimpressionist/Brushes/shape01.pgm -%%DATADIR%%/gimpressionist/Brushes/shape02.pgm -%%DATADIR%%/gimpressionist/Brushes/shape03.pgm -%%DATADIR%%/gimpressionist/Brushes/shape04.pgm -%%DATADIR%%/gimpressionist/Brushes/snow1.pgm -%%DATADIR%%/gimpressionist/Brushes/sphere.ppm -%%DATADIR%%/gimpressionist/Brushes/splat1.pgm -%%DATADIR%%/gimpressionist/Brushes/splat2.pgm -%%DATADIR%%/gimpressionist/Brushes/splat3.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge01.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge02.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge03.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge04.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge05.pgm -%%DATADIR%%/gimpressionist/Brushes/strange01.pgm -%%DATADIR%%/gimpressionist/Brushes/thegimp.pgm -%%DATADIR%%/gimpressionist/Brushes/torus.ppm -%%DATADIR%%/gimpressionist/Brushes/wavy.pgm -%%DATADIR%%/gimpressionist/Brushes/weave.pgm -%%DATADIR%%/gimpressionist/Brushes/worm.pgm -%%DATADIR%%/gimpressionist/Paper/bricks.pgm -%%DATADIR%%/gimpressionist/Paper/bricks2.pgm -%%DATADIR%%/gimpressionist/Paper/burlap.pgm -%%DATADIR%%/gimpressionist/Paper/canvas2.pgm -%%DATADIR%%/gimpressionist/Paper/defaultpaper.pgm -%%DATADIR%%/gimpressionist/Paper/marble.pgm -%%DATADIR%%/gimpressionist/Paper/marble2.pgm -%%DATADIR%%/gimpressionist/Paper/stone.pgm -%%DATADIR%%/gimpressionist/Paper/struc.pgm -%%DATADIR%%/gimpressionist/Presets/ApplyCanvas -%%DATADIR%%/gimpressionist/Presets/Ballpark -%%DATADIR%%/gimpressionist/Presets/Canvas -%%DATADIR%%/gimpressionist/Presets/Crosshatch -%%DATADIR%%/gimpressionist/Presets/Cubism -%%DATADIR%%/gimpressionist/Presets/Dotify -%%DATADIR%%/gimpressionist/Presets/Embroidery -%%DATADIR%%/gimpressionist/Presets/Feathers -%%DATADIR%%/gimpressionist/Presets/Felt-marker -%%DATADIR%%/gimpressionist/Presets/Flowerbed -%%DATADIR%%/gimpressionist/Presets/Furry -%%DATADIR%%/gimpressionist/Presets/Line-art -%%DATADIR%%/gimpressionist/Presets/Line-art-2 -%%DATADIR%%/gimpressionist/Presets/Maggot-invasion -%%DATADIR%%/gimpressionist/Presets/MarbleMadness -%%DATADIR%%/gimpressionist/Presets/Mossy -%%DATADIR%%/gimpressionist/Presets/Painted_Rock -%%DATADIR%%/gimpressionist/Presets/Parquette -%%DATADIR%%/gimpressionist/Presets/Patchwork -%%DATADIR%%/gimpressionist/Presets/Ringworks -%%DATADIR%%/gimpressionist/Presets/Sample -%%DATADIR%%/gimpressionist/Presets/Smash -%%DATADIR%%/gimpressionist/Presets/Straws -%%DATADIR%%/gimpressionist/Presets/Weave -%%DATADIR%%/gimpressionist/Presets/Wormcan -%%DATADIR%%/gradients/Abstract_1.ggr -%%DATADIR%%/gradients/Abstract_2.ggr -%%DATADIR%%/gradients/Abstract_3.ggr -%%DATADIR%%/gradients/Aneurism.ggr -%%DATADIR%%/gradients/Blinds.ggr -%%DATADIR%%/gradients/Blue_Green.ggr -%%DATADIR%%/gradients/Browns.ggr -%%DATADIR%%/gradients/Brushed_Aluminium.ggr -%%DATADIR%%/gradients/Burning_Paper.ggr -%%DATADIR%%/gradients/Burning_Transparency.ggr -%%DATADIR%%/gradients/CD.ggr -%%DATADIR%%/gradients/CD_Half.ggr -%%DATADIR%%/gradients/Caribbean_Blues.ggr -%%DATADIR%%/gradients/Coffee.ggr -%%DATADIR%%/gradients/Cold_Steel.ggr -%%DATADIR%%/gradients/Cold_Steel_2.ggr -%%DATADIR%%/gradients/Crown_molding.ggr -%%DATADIR%%/gradients/Dark_1.ggr -%%DATADIR%%/gradients/Deep_Sea.ggr -%%DATADIR%%/gradients/Default.ggr -%%DATADIR%%/gradients/Flare_Glow_Angular_1.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_1.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_2.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_3.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_4.ggr -%%DATADIR%%/gradients/Flare_Radial_101.ggr -%%DATADIR%%/gradients/Flare_Radial_102.ggr -%%DATADIR%%/gradients/Flare_Radial_103.ggr -%%DATADIR%%/gradients/Flare_Rays_Radial_1.ggr -%%DATADIR%%/gradients/Flare_Rays_Radial_2.ggr -%%DATADIR%%/gradients/Flare_Rays_Size_1.ggr -%%DATADIR%%/gradients/Flare_Sizefac_101.ggr -%%DATADIR%%/gradients/Four_bars.ggr -%%DATADIR%%/gradients/French_flag.ggr -%%DATADIR%%/gradients/French_flag_smooth.ggr -%%DATADIR%%/gradients/Full_saturation_spectrum_CCW.ggr -%%DATADIR%%/gradients/Full_saturation_spectrum_CW.ggr -%%DATADIR%%/gradients/German_flag.ggr -%%DATADIR%%/gradients/German_flag_smooth.ggr -%%DATADIR%%/gradients/Golden.ggr -%%DATADIR%%/gradients/Greens.ggr -%%DATADIR%%/gradients/Horizon_1.ggr -%%DATADIR%%/gradients/Horizon_2.ggr -%%DATADIR%%/gradients/Incandescent.ggr -%%DATADIR%%/gradients/Land_1.ggr -%%DATADIR%%/gradients/Land_and_Sea.ggr -%%DATADIR%%/gradients/Metallic_Something.ggr -%%DATADIR%%/gradients/Mexican_flag.ggr -%%DATADIR%%/gradients/Mexican_flag_smooth.ggr -%%DATADIR%%/gradients/Nauseating_Headache.ggr -%%DATADIR%%/gradients/Neon_Cyan.ggr -%%DATADIR%%/gradients/Neon_Green.ggr -%%DATADIR%%/gradients/Neon_Yellow.ggr -%%DATADIR%%/gradients/Pastel_Rainbow.ggr -%%DATADIR%%/gradients/Pastels.ggr -%%DATADIR%%/gradients/Purples.ggr -%%DATADIR%%/gradients/Radial_Eyeball_Blue.ggr -%%DATADIR%%/gradients/Radial_Eyeball_Brown.ggr -%%DATADIR%%/gradients/Radial_Eyeball_Green.ggr -%%DATADIR%%/gradients/Radial_Glow_1.ggr -%%DATADIR%%/gradients/Radial_Rainbow_Hoop.ggr -%%DATADIR%%/gradients/Romanian_flag.ggr -%%DATADIR%%/gradients/Romanian_flag_smooth.ggr -%%DATADIR%%/gradients/Rounded_edge.ggr -%%DATADIR%%/gradients/Shadows_1.ggr -%%DATADIR%%/gradients/Shadows_2.ggr -%%DATADIR%%/gradients/Shadows_3.ggr -%%DATADIR%%/gradients/Skyline.ggr -%%DATADIR%%/gradients/Skyline_polluted.ggr -%%DATADIR%%/gradients/Square_Wood_Frame.ggr -%%DATADIR%%/gradients/Sunrise.ggr -%%DATADIR%%/gradients/Three_bars_sin.ggr -%%DATADIR%%/gradients/Tropical_Colors.ggr -%%DATADIR%%/gradients/Tube_Red.ggr -%%DATADIR%%/gradients/Wood_1.ggr -%%DATADIR%%/gradients/Wood_2.ggr -%%DATADIR%%/gradients/Yellow_Contrast.ggr -%%DATADIR%%/gradients/Yellow_Orange.ggr -%%DATADIR%%/images/gimp-splash.png -%%DATADIR%%/images/gimp-logo.png -%%DATADIR%%/images/wilber-devel-icon.png -%%DATADIR%%/images/wilber-icon.png -%%DATADIR%%/images/wilber-tips.png -%%DATADIR%%/images/wilber-wizard.png -%%DATADIR%%/menus/brushes-menu.xml -%%DATADIR%%/menus/buffers-menu.xml -%%DATADIR%%/menus/channels-menu.xml -%%DATADIR%%/menus/colormap-editor-menu.xml -%%DATADIR%%/menus/dockable-menu.xml -%%DATADIR%%/menus/documents-menu.xml -%%DATADIR%%/menus/error-console-menu.xml -%%DATADIR%%/menus/fonts-menu.xml -%%DATADIR%%/menus/gradient-editor-menu.xml -%%DATADIR%%/menus/gradients-menu.xml -%%DATADIR%%/menus/image-menu.xml -%%DATADIR%%/menus/images-menu.xml -%%DATADIR%%/menus/layers-menu.xml -%%DATADIR%%/menus/palette-editor-menu.xml -%%DATADIR%%/menus/palettes-menu.xml -%%DATADIR%%/menus/patterns-menu.xml -%%DATADIR%%/menus/qmask-menu.xml -%%DATADIR%%/menus/selection-editor-menu.xml -%%DATADIR%%/menus/templates-menu.xml -%%DATADIR%%/menus/text-editor-toolbar.xml -%%DATADIR%%/menus/tool-options-menu.xml -%%DATADIR%%/menus/toolbox-menu.xml -%%DATADIR%%/menus/tools-menu.xml -%%DATADIR%%/menus/vectors-menu.xml -%%DATADIR%%/misc/gimp.applications -%%DATADIR%%/misc/gimp.desktop -%%DATADIR%%/misc/gimp.keys -%%GNOMEPANEL:%%share/gnome/application-registry/gimp-2.2.applications -%%GNOMEPANEL:%%share/gnome/applications/gimp-2.2.desktop -%%GNOMEPANEL:%%@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -%%GNOMEPANEL:%%share/gnome/mime-info/gimp-2.2.keys -%%DATADIR%%/palettes/Bears.gpl -%%DATADIR%%/palettes/Bgold.gpl -%%DATADIR%%/palettes/Blues.gpl -%%DATADIR%%/palettes/Borders.gpl -%%DATADIR%%/palettes/Browns_And_Yellows.gpl -%%DATADIR%%/palettes/Caramel.gpl -%%DATADIR%%/palettes/Cascade.gpl -%%DATADIR%%/palettes/China.gpl -%%DATADIR%%/palettes/Coldfire.gpl -%%DATADIR%%/palettes/Cool_Colors.gpl -%%DATADIR%%/palettes/Cranes.gpl -%%DATADIR%%/palettes/Dark_pastels.gpl -%%DATADIR%%/palettes/Default.gpl -%%DATADIR%%/palettes/Ega.gpl -%%DATADIR%%/palettes/Firecode.gpl -%%DATADIR%%/palettes/Gold.gpl -%%DATADIR%%/palettes/GrayViolet.gpl -%%DATADIR%%/palettes/Grayblue.gpl -%%DATADIR%%/palettes/Grays.gpl -%%DATADIR%%/palettes/Greens.gpl -%%DATADIR%%/palettes/Hilite.gpl -%%DATADIR%%/palettes/Khaki.gpl -%%DATADIR%%/palettes/Lights.gpl -%%DATADIR%%/palettes/Muted.gpl -%%DATADIR%%/palettes/Named_Colors.gpl -%%DATADIR%%/palettes/News3.gpl -%%DATADIR%%/palettes/Op2.gpl -%%DATADIR%%/palettes/Paintjet.gpl -%%DATADIR%%/palettes/Pastels.gpl -%%DATADIR%%/palettes/Plasma.gpl -%%DATADIR%%/palettes/Reds.gpl -%%DATADIR%%/palettes/Reds_And_Purples.gpl -%%DATADIR%%/palettes/Royal.gpl -%%DATADIR%%/palettes/Topographic.gpl -%%DATADIR%%/palettes/Visibone.gpl -%%DATADIR%%/palettes/Visibone_2.gpl -%%DATADIR%%/palettes/Volcano.gpl -%%DATADIR%%/palettes/Warm_Colors.gpl -%%DATADIR%%/palettes/Web.gpl -%%DATADIR%%/patterns/3dgreen.pat -%%DATADIR%%/patterns/Craters.pat -%%DATADIR%%/patterns/Moonfoot.pat -%%DATADIR%%/patterns/Stripes1px.pat -%%DATADIR%%/patterns/Stripes2px.pat -%%DATADIR%%/patterns/amethyst.pat -%%DATADIR%%/patterns/bark.pat -%%DATADIR%%/patterns/blue.pat -%%DATADIR%%/patterns/bluegrid.pat -%%DATADIR%%/patterns/bluesquares.pat -%%DATADIR%%/patterns/blueweb.pat -%%DATADIR%%/patterns/brick.pat -%%DATADIR%%/patterns/burlap.pat -%%DATADIR%%/patterns/burlwood.pat -%%DATADIR%%/patterns/choc_swirl.pat -%%DATADIR%%/patterns/corkboard.pat -%%DATADIR%%/patterns/cracked.pat -%%DATADIR%%/patterns/crinklepaper.pat -%%DATADIR%%/patterns/electric.pat -%%DATADIR%%/patterns/fibers.pat -%%DATADIR%%/patterns/granite1.pat -%%DATADIR%%/patterns/ground1.pat -%%DATADIR%%/patterns/ice.pat -%%DATADIR%%/patterns/java.pat -%%DATADIR%%/patterns/leather.pat -%%DATADIR%%/patterns/leaves.pat -%%DATADIR%%/patterns/leopard.pat -%%DATADIR%%/patterns/lightning.pat -%%DATADIR%%/patterns/marble1.pat -%%DATADIR%%/patterns/marble2.pat -%%DATADIR%%/patterns/marble3.pat -%%DATADIR%%/patterns/nops.pat -%%DATADIR%%/patterns/paper.pat -%%DATADIR%%/patterns/parque1.pat -%%DATADIR%%/patterns/parque2.pat -%%DATADIR%%/patterns/parque3.pat -%%DATADIR%%/patterns/pastel.pat -%%DATADIR%%/patterns/pine.pat -%%DATADIR%%/patterns/pink_marble.pat -%%DATADIR%%/patterns/pool.pat -%%DATADIR%%/patterns/qube1.pat -%%DATADIR%%/patterns/rain.pat -%%DATADIR%%/patterns/recessed.pat -%%DATADIR%%/patterns/redcube.pat -%%DATADIR%%/patterns/rock.pat -%%DATADIR%%/patterns/sky.pat -%%DATADIR%%/patterns/slate.pat -%%DATADIR%%/patterns/sm_squares.pat -%%DATADIR%%/patterns/starfield.pat -%%DATADIR%%/patterns/stone33.pat -%%DATADIR%%/patterns/terra.pat -%%DATADIR%%/patterns/walnut.pat -%%DATADIR%%/patterns/warning.pat -%%DATADIR%%/patterns/wood1.pat -%%DATADIR%%/patterns/wood2.pat -%%DATADIR%%/patterns/wood3.pat -%%DATADIR%%/patterns/wood4.pat -%%DATADIR%%/patterns/wood5.pat -%%DATADIR%%/scripts/3d-outline.scm -%%DATADIR%%/scripts/3dTruchet.scm -%%DATADIR%%/scripts/add-bevel.scm -%%DATADIR%%/scripts/addborder.scm -%%DATADIR%%/scripts/alien-glow-arrow.scm -%%DATADIR%%/scripts/alien-glow-bar.scm -%%DATADIR%%/scripts/alien-glow-bullet.scm -%%DATADIR%%/scripts/alien-glow-button.scm -%%DATADIR%%/scripts/alien-glow-logo.scm -%%DATADIR%%/scripts/alien-neon-logo.scm -%%DATADIR%%/scripts/basic1-logo.scm -%%DATADIR%%/scripts/basic2-logo.scm -%%DATADIR%%/scripts/beveled-button.scm -%%DATADIR%%/scripts/beveled-pattern-arrow.scm -%%DATADIR%%/scripts/beveled-pattern-bullet.scm -%%DATADIR%%/scripts/beveled-pattern-button.scm -%%DATADIR%%/scripts/beveled-pattern-heading.scm -%%DATADIR%%/scripts/beveled-pattern-hrule.scm -%%DATADIR%%/scripts/blend-anim.scm -%%DATADIR%%/scripts/blended-logo.scm -%%DATADIR%%/scripts/bovinated-logo.scm -%%DATADIR%%/scripts/burn-in-anim.scm -%%DATADIR%%/scripts/camo.scm -%%DATADIR%%/scripts/carve-it.scm -%%DATADIR%%/scripts/carved-logo.scm -%%DATADIR%%/scripts/chalk.scm -%%DATADIR%%/scripts/chip-away.scm -%%DATADIR%%/scripts/chrome-it.scm -%%DATADIR%%/scripts/chrome-logo.scm -%%DATADIR%%/scripts/circuit.scm -%%DATADIR%%/scripts/clothify.scm -%%DATADIR%%/scripts/coffee.scm -%%DATADIR%%/scripts/comic-logo.scm -%%DATADIR%%/scripts/coolmetal-logo.scm -%%DATADIR%%/scripts/copy-visible.scm -%%DATADIR%%/scripts/crystal-logo.scm -%%DATADIR%%/scripts/distress-selection.scm -%%DATADIR%%/scripts/drop-shadow.scm -%%DATADIR%%/scripts/erase-rows.scm -%%DATADIR%%/scripts/fade-outline.scm -%%DATADIR%%/scripts/flatland.scm -%%DATADIR%%/scripts/font-map.scm -%%DATADIR%%/scripts/frosty-logo.scm -%%DATADIR%%/scripts/fuzzyborder.scm -%%DATADIR%%/scripts/gimp-headers.scm -%%DATADIR%%/scripts/gimp-labels.scm -%%DATADIR%%/scripts/glossy.scm -%%DATADIR%%/scripts/glowing-logo.scm -%%DATADIR%%/scripts/gradient-bevel-logo.scm -%%DATADIR%%/scripts/gradient-example.scm -%%DATADIR%%/scripts/grid-system.scm -%%DATADIR%%/scripts/guides-from-selection.scm -%%DATADIR%%/scripts/guides-new-percent.scm -%%DATADIR%%/scripts/guides-new.scm -%%DATADIR%%/scripts/guides-remove-all.scm -%%DATADIR%%/scripts/hsv-graph.scm -%%DATADIR%%/scripts/i26-gunya2.scm -%%DATADIR%%/scripts/image-structure.scm -%%DATADIR%%/scripts/images/beavis.jpg -%%DATADIR%%/scripts/images/texture.jpg -%%DATADIR%%/scripts/images/texture1.jpg -%%DATADIR%%/scripts/images/texture2.jpg -%%DATADIR%%/scripts/images/texture3.jpg -%%DATADIR%%/scripts/land.scm -%%DATADIR%%/scripts/lava.scm -%%DATADIR%%/scripts/line-nova.scm -%%DATADIR%%/scripts/mkbrush.scm -%%DATADIR%%/scripts/neon-logo.scm -%%DATADIR%%/scripts/news-text.scm -%%DATADIR%%/scripts/old-photo.scm -%%DATADIR%%/scripts/perspective-shadow.scm -%%DATADIR%%/scripts/predator.scm -%%DATADIR%%/scripts/pupi-button.scm -%%DATADIR%%/scripts/rendermap.scm -%%DATADIR%%/scripts/ripply-anim.scm -%%DATADIR%%/scripts/round-corners.scm -%%DATADIR%%/scripts/script-fu-util.scm -%%DATADIR%%/scripts/select-to-brush.scm -%%DATADIR%%/scripts/select-to-image.scm -%%DATADIR%%/scripts/select-to-pattern.scm -%%DATADIR%%/scripts/selection-round.scm -%%DATADIR%%/scripts/slide.scm -%%DATADIR%%/scripts/sota-chrome-logo.scm -%%DATADIR%%/scripts/speed-text.scm -%%DATADIR%%/scripts/sphere.scm -%%DATADIR%%/scripts/spinning-globe.scm -%%DATADIR%%/scripts/spyrogimp.scm -%%DATADIR%%/scripts/starburst-logo.scm -%%DATADIR%%/scripts/starscape-logo.scm -%%DATADIR%%/scripts/swirltile.scm -%%DATADIR%%/scripts/swirly-pattern.scm -%%DATADIR%%/scripts/t-o-p-logo.scm -%%DATADIR%%/scripts/text-circle.scm -%%DATADIR%%/scripts/textured-logo.scm -%%DATADIR%%/scripts/tileblur.scm -%%DATADIR%%/scripts/title-header.scm -%%DATADIR%%/scripts/truchet.scm -%%DATADIR%%/scripts/unsharp-mask.scm -%%DATADIR%%/scripts/waves-anim.scm -%%DATADIR%%/scripts/weave.scm -%%DATADIR%%/scripts/web-browser.scm -%%DATADIR%%/scripts/xach-effect.scm -%%DATADIR%%/themes/Default/gtkrc -%%DATADIR%%/themes/Default/imagerc -%%DATADIR%%/themes/Default/images/preferences/controllers.png -%%DATADIR%%/themes/Default/images/preferences/default-comment.png -%%DATADIR%%/themes/Default/images/preferences/default-grid.png -%%DATADIR%%/themes/Default/images/preferences/display.png -%%DATADIR%%/themes/Default/images/preferences/environment.png -%%DATADIR%%/themes/Default/images/preferences/folders-brushes.png -%%DATADIR%%/themes/Default/images/preferences/folders-environ.png -%%DATADIR%%/themes/Default/images/preferences/folders-fonts.png -%%DATADIR%%/themes/Default/images/preferences/folders-gradients.png -%%DATADIR%%/themes/Default/images/preferences/folders-modules.png -%%DATADIR%%/themes/Default/images/preferences/folders-palettes.png -%%DATADIR%%/themes/Default/images/preferences/folders-patterns.png -%%DATADIR%%/themes/Default/images/preferences/folders-plug-ins.png -%%DATADIR%%/themes/Default/images/preferences/folders-scripts.png -%%DATADIR%%/themes/Default/images/preferences/folders-themes.png -%%DATADIR%%/themes/Default/images/preferences/folders-tool-plug-ins.png -%%DATADIR%%/themes/Default/images/preferences/folders.png -%%DATADIR%%/themes/Default/images/preferences/help-system.png -%%DATADIR%%/themes/Default/images/preferences/image-title.png -%%DATADIR%%/themes/Default/images/preferences/image-windows.png -%%DATADIR%%/themes/Default/images/preferences/input-devices.png -%%DATADIR%%/themes/Default/images/preferences/interface.png -%%DATADIR%%/themes/Default/images/preferences/monitor.png -%%DATADIR%%/themes/Default/images/preferences/new-image.png -%%DATADIR%%/themes/Default/images/preferences/session.png -%%DATADIR%%/themes/Default/images/preferences/theme.png -%%DATADIR%%/themes/Default/images/preferences/tool-options.png -%%DATADIR%%/themes/Default/images/preferences/toolbox.png -%%DATADIR%%/themes/Default/images/preferences/window-management.png -%%DATADIR%%/themes/Default/images/stock-anchor-16.png -%%DATADIR%%/themes/Default/images/stock-cap-butt-16.png -%%DATADIR%%/themes/Default/images/stock-cap-round-16.png -%%DATADIR%%/themes/Default/images/stock-cap-square-16.png -%%DATADIR%%/themes/Default/images/stock-center-16.png -%%DATADIR%%/themes/Default/images/stock-center-24.png -%%DATADIR%%/themes/Default/images/stock-channel-16.png -%%DATADIR%%/themes/Default/images/stock-channel-24.png -%%DATADIR%%/themes/Default/images/stock-channel-32.png -%%DATADIR%%/themes/Default/images/stock-channel-48.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-16.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-24.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-32.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-48.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-16.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-24.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-32.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-48.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-16.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-24.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-32.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-48.png -%%DATADIR%%/themes/Default/images/stock-channel-green-16.png -%%DATADIR%%/themes/Default/images/stock-channel-green-24.png -%%DATADIR%%/themes/Default/images/stock-channel-green-32.png -%%DATADIR%%/themes/Default/images/stock-channel-green-48.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-16.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-24.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-32.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-48.png -%%DATADIR%%/themes/Default/images/stock-channel-red-16.png -%%DATADIR%%/themes/Default/images/stock-channel-red-24.png -%%DATADIR%%/themes/Default/images/stock-channel-red-32.png -%%DATADIR%%/themes/Default/images/stock-channel-red-48.png -%%DATADIR%%/themes/Default/images/stock-channels-16.png -%%DATADIR%%/themes/Default/images/stock-channels-24.png -%%DATADIR%%/themes/Default/images/stock-char-picker-22.png -%%DATADIR%%/themes/Default/images/stock-close-12.png -%%DATADIR%%/themes/Default/images/stock-color-pick-from-screen-16.png -%%DATADIR%%/themes/Default/images/stock-color-picker-black-18.png -%%DATADIR%%/themes/Default/images/stock-color-picker-gray-18.png -%%DATADIR%%/themes/Default/images/stock-color-picker-white-18.png -%%DATADIR%%/themes/Default/images/stock-color-triangle-16.png -%%DATADIR%%/themes/Default/images/stock-convert-grayscale-16.png -%%DATADIR%%/themes/Default/images/stock-convert-indexed-16.png -%%DATADIR%%/themes/Default/images/stock-convert-rgb-16.png -%%DATADIR%%/themes/Default/images/stock-curve-free-16.png -%%DATADIR%%/themes/Default/images/stock-curve-smooth-16.png -%%DATADIR%%/themes/Default/images/stock-default-colors-12.png -%%DATADIR%%/themes/Default/images/stock-device-status-16.png -%%DATADIR%%/themes/Default/images/stock-device-status-24.png -%%DATADIR%%/themes/Default/images/stock-display-filter-16.png -%%DATADIR%%/themes/Default/images/stock-display-filter-24.png -%%DATADIR%%/themes/Default/images/stock-duplicate-16.png -%%DATADIR%%/themes/Default/images/stock-edit-16.png -%%DATADIR%%/themes/Default/images/stock-error-64.png -%%DATADIR%%/themes/Default/images/stock-eye-12.png -%%DATADIR%%/themes/Default/images/stock-eye-20.png -%%DATADIR%%/themes/Default/images/stock-flip-horizontal-16.png -%%DATADIR%%/themes/Default/images/stock-flip-vertical-16.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-16.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-24.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-32.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-48.png -%%DATADIR%%/themes/Default/images/stock-frame-64.png -%%DATADIR%%/themes/Default/images/stock-gradient-bilinear-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-conical-asymmetric-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-conical-symmetric-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-linear-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-radial-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-angular-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-dimpled-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-spherical-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-spiral-anticlockwise-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-spiral-clockwise-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-square-16.png -%%DATADIR%%/themes/Default/images/stock-gravity-east-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-north-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-north-east-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-north-west-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-south-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-south-east-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-south-west-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-west-24.png -%%DATADIR%%/themes/Default/images/stock-grid-16.png -%%DATADIR%%/themes/Default/images/stock-hchain-24.png -%%DATADIR%%/themes/Default/images/stock-hchain-broken-24.png -%%DATADIR%%/themes/Default/images/stock-histogram-16.png -%%DATADIR%%/themes/Default/images/stock-histogram-22.png -%%DATADIR%%/themes/Default/images/stock-histogram-linear-16.png -%%DATADIR%%/themes/Default/images/stock-histogram-logarithmic-16.png -%%DATADIR%%/themes/Default/images/stock-image-16.png -%%DATADIR%%/themes/Default/images/stock-image-24.png -%%DATADIR%%/themes/Default/images/stock-image-32.png -%%DATADIR%%/themes/Default/images/stock-image-48.png -%%DATADIR%%/themes/Default/images/stock-images-16.png -%%DATADIR%%/themes/Default/images/stock-images-24.png -%%DATADIR%%/themes/Default/images/stock-indexed-palette-16.png -%%DATADIR%%/themes/Default/images/stock-indexed-palette-24.png -%%DATADIR%%/themes/Default/images/stock-info-16.png -%%DATADIR%%/themes/Default/images/stock-info-24.png -%%DATADIR%%/themes/Default/images/stock-info-64.png -%%DATADIR%%/themes/Default/images/stock-invert-16.png -%%DATADIR%%/themes/Default/images/stock-join-bevel-16.png -%%DATADIR%%/themes/Default/images/stock-join-miter-16.png -%%DATADIR%%/themes/Default/images/stock-join-round-16.png -%%DATADIR%%/themes/Default/images/stock-landscape-16.png -%%DATADIR%%/themes/Default/images/stock-layer-16.png -%%DATADIR%%/themes/Default/images/stock-layer-24.png -%%DATADIR%%/themes/Default/images/stock-layer-32.png -%%DATADIR%%/themes/Default/images/stock-layer-48.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-16.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-24.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-32.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-48.png -%%DATADIR%%/themes/Default/images/stock-layer-to-imagesize-16.png -%%DATADIR%%/themes/Default/images/stock-layers-16.png -%%DATADIR%%/themes/Default/images/stock-layers-24.png -%%DATADIR%%/themes/Default/images/stock-letter-spacing-22.png -%%DATADIR%%/themes/Default/images/stock-line-spacing-22.png -%%DATADIR%%/themes/Default/images/stock-linked-12.png -%%DATADIR%%/themes/Default/images/stock-linked-20.png -%%DATADIR%%/themes/Default/images/stock-list-16.png -%%DATADIR%%/themes/Default/images/stock-menu-left-12.png -%%DATADIR%%/themes/Default/images/stock-menu-right-12.png -%%DATADIR%%/themes/Default/images/stock-merge-down-16.png -%%DATADIR%%/themes/Default/images/stock-move-to-screen-16.png -%%DATADIR%%/themes/Default/images/stock-move-to-screen-24.png -%%DATADIR%%/themes/Default/images/stock-navigation-16.png -%%DATADIR%%/themes/Default/images/stock-paste-as-new-16.png -%%DATADIR%%/themes/Default/images/stock-paste-into-16.png -%%DATADIR%%/themes/Default/images/stock-path-16.png -%%DATADIR%%/themes/Default/images/stock-path-22.png -%%DATADIR%%/themes/Default/images/stock-path-stroke-16.png -%%DATADIR%%/themes/Default/images/stock-paths-16.png -%%DATADIR%%/themes/Default/images/stock-paths-22.png -%%DATADIR%%/themes/Default/images/stock-plugin-16.png -%%DATADIR%%/themes/Default/images/stock-portrait-16.png -%%DATADIR%%/themes/Default/images/stock-print-resolution-16.png -%%DATADIR%%/themes/Default/images/stock-print-resolution-24.png -%%DATADIR%%/themes/Default/images/stock-qmask-off-16.png -%%DATADIR%%/themes/Default/images/stock-qmask-on-16.png -%%DATADIR%%/themes/Default/images/stock-question-64.png -%%DATADIR%%/themes/Default/images/stock-reset-16.png -%%DATADIR%%/themes/Default/images/stock-reshow-filter-16.png -%%DATADIR%%/themes/Default/images/stock-resize-16.png -%%DATADIR%%/themes/Default/images/stock-rotate-180-16.png -%%DATADIR%%/themes/Default/images/stock-rotate-270-16.png -%%DATADIR%%/themes/Default/images/stock-rotate-90-16.png -%%DATADIR%%/themes/Default/images/stock-scale-16.png -%%DATADIR%%/themes/Default/images/stock-selection-16.png -%%DATADIR%%/themes/Default/images/stock-selection-add-16.png -%%DATADIR%%/themes/Default/images/stock-selection-all-16.png -%%DATADIR%%/themes/Default/images/stock-selection-border-16.png -%%DATADIR%%/themes/Default/images/stock-selection-grow-16.png -%%DATADIR%%/themes/Default/images/stock-selection-intersect-16.png -%%DATADIR%%/themes/Default/images/stock-selection-none-16.png -%%DATADIR%%/themes/Default/images/stock-selection-replace-16.png -%%DATADIR%%/themes/Default/images/stock-selection-shrink-16.png -%%DATADIR%%/themes/Default/images/stock-selection-stroke-16.png -%%DATADIR%%/themes/Default/images/stock-selection-subtract-16.png -%%DATADIR%%/themes/Default/images/stock-selection-to-channel-16.png -%%DATADIR%%/themes/Default/images/stock-selection-to-path-16.png -%%DATADIR%%/themes/Default/images/stock-shape-circle-16.png -%%DATADIR%%/themes/Default/images/stock-shape-diamond-16.png -%%DATADIR%%/themes/Default/images/stock-shape-square-16.png -%%DATADIR%%/themes/Default/images/stock-swap-colors-12.png -%%DATADIR%%/themes/Default/images/stock-template-16.png -%%DATADIR%%/themes/Default/images/stock-template-24.png -%%DATADIR%%/themes/Default/images/stock-text-dir-ltr-24.png -%%DATADIR%%/themes/Default/images/stock-text-dir-rtl-24.png -%%DATADIR%%/themes/Default/images/stock-text-layer-16.png -%%DATADIR%%/themes/Default/images/stock-text-layer-24.png -%%DATADIR%%/themes/Default/images/stock-text-layer-32.png -%%DATADIR%%/themes/Default/images/stock-text-layer-48.png -%%DATADIR%%/themes/Default/images/stock-texture-64.png -%%DATADIR%%/themes/Default/images/stock-toilet-paper-16.png -%%DATADIR%%/themes/Default/images/stock-toilet-paper-24.png -%%DATADIR%%/themes/Default/images/stock-tool-airbrush-16.png -%%DATADIR%%/themes/Default/images/stock-tool-airbrush-22.png -%%DATADIR%%/themes/Default/images/stock-tool-blend-16.png -%%DATADIR%%/themes/Default/images/stock-tool-blend-22.png -%%DATADIR%%/themes/Default/images/stock-tool-blur-16.png -%%DATADIR%%/themes/Default/images/stock-tool-blur-22.png -%%DATADIR%%/themes/Default/images/stock-tool-brightness-contrast-16.png -%%DATADIR%%/themes/Default/images/stock-tool-brightness-contrast-22.png -%%DATADIR%%/themes/Default/images/stock-tool-bucket-fill-16.png -%%DATADIR%%/themes/Default/images/stock-tool-bucket-fill-22.png -%%DATADIR%%/themes/Default/images/stock-tool-by-color-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-by-color-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-clone-16.png -%%DATADIR%%/themes/Default/images/stock-tool-clone-22.png -%%DATADIR%%/themes/Default/images/stock-tool-color-balance-16.png -%%DATADIR%%/themes/Default/images/stock-tool-color-balance-22.png -%%DATADIR%%/themes/Default/images/stock-tool-color-picker-16.png -%%DATADIR%%/themes/Default/images/stock-tool-color-picker-22.png -%%DATADIR%%/themes/Default/images/stock-tool-colorize-16.png -%%DATADIR%%/themes/Default/images/stock-tool-colorize-22.png -%%DATADIR%%/themes/Default/images/stock-tool-crop-16.png -%%DATADIR%%/themes/Default/images/stock-tool-crop-22.png -%%DATADIR%%/themes/Default/images/stock-tool-curves-16.png -%%DATADIR%%/themes/Default/images/stock-tool-curves-22.png -%%DATADIR%%/themes/Default/images/stock-tool-dodge-16.png -%%DATADIR%%/themes/Default/images/stock-tool-dodge-22.png -%%DATADIR%%/themes/Default/images/stock-tool-ellipse-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-ellipse-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-eraser-16.png -%%DATADIR%%/themes/Default/images/stock-tool-eraser-22.png -%%DATADIR%%/themes/Default/images/stock-tool-flip-16.png -%%DATADIR%%/themes/Default/images/stock-tool-flip-22.png -%%DATADIR%%/themes/Default/images/stock-tool-free-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-free-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-fuzzy-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-fuzzy-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-hue-saturation-16.png -%%DATADIR%%/themes/Default/images/stock-tool-hue-saturation-22.png -%%DATADIR%%/themes/Default/images/stock-tool-ink-16.png -%%DATADIR%%/themes/Default/images/stock-tool-ink-22.png -%%DATADIR%%/themes/Default/images/stock-tool-iscissors-16.png -%%DATADIR%%/themes/Default/images/stock-tool-iscissors-22.png -%%DATADIR%%/themes/Default/images/stock-tool-levels-16.png -%%DATADIR%%/themes/Default/images/stock-tool-levels-22.png -%%DATADIR%%/themes/Default/images/stock-tool-measure-16.png -%%DATADIR%%/themes/Default/images/stock-tool-measure-22.png -%%DATADIR%%/themes/Default/images/stock-tool-move-16.png -%%DATADIR%%/themes/Default/images/stock-tool-move-22.png -%%DATADIR%%/themes/Default/images/stock-tool-options-16.png -%%DATADIR%%/themes/Default/images/stock-tool-options-24.png -%%DATADIR%%/themes/Default/images/stock-tool-paintbrush-16.png -%%DATADIR%%/themes/Default/images/stock-tool-paintbrush-22.png -%%DATADIR%%/themes/Default/images/stock-tool-path-16.png -%%DATADIR%%/themes/Default/images/stock-tool-path-22.png -%%DATADIR%%/themes/Default/images/stock-tool-pencil-16.png -%%DATADIR%%/themes/Default/images/stock-tool-pencil-22.png -%%DATADIR%%/themes/Default/images/stock-tool-perspective-16.png -%%DATADIR%%/themes/Default/images/stock-tool-perspective-22.png -%%DATADIR%%/themes/Default/images/stock-tool-posterize-16.png -%%DATADIR%%/themes/Default/images/stock-tool-posterize-22.png -%%DATADIR%%/themes/Default/images/stock-tool-rect-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-rect-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-rotate-16.png -%%DATADIR%%/themes/Default/images/stock-tool-rotate-22.png -%%DATADIR%%/themes/Default/images/stock-tool-scale-16.png -%%DATADIR%%/themes/Default/images/stock-tool-scale-22.png -%%DATADIR%%/themes/Default/images/stock-tool-shear-16.png -%%DATADIR%%/themes/Default/images/stock-tool-shear-22.png -%%DATADIR%%/themes/Default/images/stock-tool-smudge-16.png -%%DATADIR%%/themes/Default/images/stock-tool-smudge-22.png -%%DATADIR%%/themes/Default/images/stock-tool-text-16.png -%%DATADIR%%/themes/Default/images/stock-tool-text-22.png -%%DATADIR%%/themes/Default/images/stock-tool-threshold-16.png -%%DATADIR%%/themes/Default/images/stock-tool-threshold-22.png -%%DATADIR%%/themes/Default/images/stock-tool-zoom-16.png -%%DATADIR%%/themes/Default/images/stock-tool-zoom-22.png -%%DATADIR%%/themes/Default/images/stock-tools-16.png -%%DATADIR%%/themes/Default/images/stock-tools-24.png -%%DATADIR%%/themes/Default/images/stock-transparency-16.png -%%DATADIR%%/themes/Default/images/stock-transparency-24.png -%%DATADIR%%/themes/Default/images/stock-undo-history-16.png -%%DATADIR%%/themes/Default/images/stock-undo-history-24.png -%%DATADIR%%/themes/Default/images/stock-vchain-24.png -%%DATADIR%%/themes/Default/images/stock-vchain-broken-24.png -%%DATADIR%%/themes/Default/images/stock-video-16.png -%%DATADIR%%/themes/Default/images/stock-video-24.png -%%DATADIR%%/themes/Default/images/stock-warning-16.png -%%DATADIR%%/themes/Default/images/stock-warning-24.png -%%DATADIR%%/themes/Default/images/stock-warning-64.png -%%DATADIR%%/themes/Default/images/stock-web-16.png -%%DATADIR%%/themes/Default/images/stock-web-24.png -%%DATADIR%%/themes/Default/images/stock-wilber-16.png -%%DATADIR%%/themes/Default/images/stock-wilber-64.png -%%DATADIR%%/themes/Default/images/stock-wilber-eek-64.png -%%DATADIR%%/themes/Default/images/stock-zoom-follow-window-12.png -%%DATADIR%%/themes/Small/gtkrc -%%DATADIR%%/tips/gimp-tips.xml -share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo -share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/bg/LC_MESSAGES/gimp20-script-fu.mo -share/locale/bg/LC_MESSAGES/gimp20.mo -share/locale/ca/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ca/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ca/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ca/LC_MESSAGES/gimp20.mo -share/locale/cs/LC_MESSAGES/gimp20-libgimp.mo -share/locale/cs/LC_MESSAGES/gimp20-script-fu.mo -share/locale/cs/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/cs/LC_MESSAGES/gimp20.mo -share/locale/da/LC_MESSAGES/gimp20-libgimp.mo -share/locale/da/LC_MESSAGES/gimp20-script-fu.mo -share/locale/da/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/da/LC_MESSAGES/gimp20.mo -share/locale/de/LC_MESSAGES/gimp20-libgimp.mo -share/locale/de/LC_MESSAGES/gimp20-script-fu.mo -share/locale/de/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/de/LC_MESSAGES/gimp20.mo -share/locale/el/LC_MESSAGES/gimp20-libgimp.mo -share/locale/el/LC_MESSAGES/gimp20-script-fu.mo -share/locale/el/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/el/LC_MESSAGES/gimp20.mo -share/locale/en_CA/LC_MESSAGES/gimp20-libgimp.mo -share/locale/en_CA/LC_MESSAGES/gimp20-script-fu.mo -share/locale/en_CA/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/en_CA/LC_MESSAGES/gimp20.mo -share/locale/en_GB/LC_MESSAGES/gimp20-libgimp.mo -share/locale/en_GB/LC_MESSAGES/gimp20-script-fu.mo -share/locale/en_GB/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/en_GB/LC_MESSAGES/gimp20.mo -share/locale/es/LC_MESSAGES/gimp20-libgimp.mo -share/locale/es/LC_MESSAGES/gimp20-script-fu.mo -share/locale/es/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/es/LC_MESSAGES/gimp20.mo -share/locale/eu/LC_MESSAGES/gimp20-libgimp.mo -share/locale/eu/LC_MESSAGES/gimp20-script-fu.mo -share/locale/eu/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/eu/LC_MESSAGES/gimp20.mo -share/locale/fi/LC_MESSAGES/gimp20-libgimp.mo -share/locale/fi/LC_MESSAGES/gimp20-script-fu.mo -share/locale/fi/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/fi/LC_MESSAGES/gimp20.mo -share/locale/fr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/fr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/fr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/fr/LC_MESSAGES/gimp20.mo -share/locale/ga/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ga/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ga/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ga/LC_MESSAGES/gimp20.mo -share/locale/gl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/gl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/gl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/gl/LC_MESSAGES/gimp20.mo -share/locale/he/LC_MESSAGES/gimp20-libgimp.mo -share/locale/he/LC_MESSAGES/gimp20-script-fu.mo -share/locale/he/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/he/LC_MESSAGES/gimp20.mo -share/locale/hr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/hr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/hr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/hr/LC_MESSAGES/gimp20.mo -share/locale/hu/LC_MESSAGES/gimp20-libgimp.mo -share/locale/hu/LC_MESSAGES/gimp20-script-fu.mo -share/locale/hu/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/hu/LC_MESSAGES/gimp20.mo -share/locale/id/LC_MESSAGES/gimp20-libgimp.mo -share/locale/id/LC_MESSAGES/gimp20-script-fu.mo -share/locale/id/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/id/LC_MESSAGES/gimp20.mo -share/locale/it/LC_MESSAGES/gimp20-libgimp.mo -share/locale/it/LC_MESSAGES/gimp20-script-fu.mo -share/locale/it/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/it/LC_MESSAGES/gimp20.mo -share/locale/ja/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ja/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ja/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ja/LC_MESSAGES/gimp20.mo -share/locale/ko/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ko/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ko/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ko/LC_MESSAGES/gimp20.mo -share/locale/lt/LC_MESSAGES/gimp20-libgimp.mo -share/locale/lt/LC_MESSAGES/gimp20-script-fu.mo -share/locale/lt/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/lt/LC_MESSAGES/gimp20.mo -share/locale/mk/LC_MESSAGES/gimp20-libgimp.mo -share/locale/mk/LC_MESSAGES/gimp20-script-fu.mo -share/locale/mk/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/mk/LC_MESSAGES/gimp20.mo -share/locale/ms/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ms/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ms/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ms/LC_MESSAGES/gimp20.mo -share/locale/nb/LC_MESSAGES/gimp20-libgimp.mo -share/locale/nb/LC_MESSAGES/gimp20-script-fu.mo -share/locale/nb/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/nb/LC_MESSAGES/gimp20.mo -share/locale/nl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/nl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/nl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/nl/LC_MESSAGES/gimp20.mo -share/locale/no/LC_MESSAGES/gimp20-libgimp.mo -share/locale/no/LC_MESSAGES/gimp20-script-fu.mo -share/locale/no/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/no/LC_MESSAGES/gimp20.mo -share/locale/pa/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pa/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pa/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pa/LC_MESSAGES/gimp20.mo -share/locale/pl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pl/LC_MESSAGES/gimp20.mo -share/locale/pt/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pt/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pt/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pt/LC_MESSAGES/gimp20.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pt_BR/LC_MESSAGES/gimp20.mo -share/locale/ro/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ro/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ro/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ro/LC_MESSAGES/gimp20.mo -share/locale/ru/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ru/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ru/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ru/LC_MESSAGES/gimp20.mo -share/locale/sk/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sk/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sk/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sk/LC_MESSAGES/gimp20.mo -share/locale/sr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sr/LC_MESSAGES/gimp20.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20.mo -share/locale/sv/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sv/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sv/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sv/LC_MESSAGES/gimp20.mo -share/locale/tr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/tr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/tr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/tr/LC_MESSAGES/gimp20.mo -share/locale/uk/LC_MESSAGES/gimp20-libgimp.mo -share/locale/uk/LC_MESSAGES/gimp20-script-fu.mo -share/locale/uk/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/uk/LC_MESSAGES/gimp20.mo -share/locale/vi/LC_MESSAGES/gimp20-libgimp.mo -share/locale/vi/LC_MESSAGES/gimp20-script-fu.mo -share/locale/vi/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/vi/LC_MESSAGES/gimp20.mo -share/locale/yi/LC_MESSAGES/gimp20-libgimp.mo -share/locale/yi/LC_MESSAGES/gimp20-script-fu.mo -share/locale/yi/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/yi/LC_MESSAGES/gimp20.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-libgimp.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-script-fu.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/zh_CN/LC_MESSAGES/gimp20.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-libgimp.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-script-fu.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/zh_TW/LC_MESSAGES/gimp20.mo -@dirrm %%DATADIR%%/tips -@dirrm %%DATADIR%%/themes/Small -@dirrm %%DATADIR%%/themes/Default/images/preferences -@dirrm %%DATADIR%%/themes/Default/images -@dirrm %%DATADIR%%/themes/Default -@dirrm %%DATADIR%%/themes -@dirrm %%DATADIR%%/scripts/images -@dirrm %%DATADIR%%/scripts -@dirrm %%DATADIR%%/patterns -@dirrm %%DATADIR%%/palettes -@dirrm %%DATADIR%%/misc -@dirrm %%DATADIR%%/menus -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/gradients -@dirrm %%DATADIR%%/gimpressionist/Presets -@dirrm %%DATADIR%%/gimpressionist/Paper -@dirrm %%DATADIR%%/gimpressionist/Brushes -@dirrm %%DATADIR%%/gimpressionist -@dirrm %%DATADIR%%/gflare -@dirrm %%DATADIR%%/gfig -@dirrm %%DATADIR%%/fractalexplorer -@dirrm %%DATADIR%%/fonts -@dirrm %%DATADIR%%/brushes -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%%/libgimpwidgets -@dirrm %%DOCSDIR%%/libgimpthumb -@dirrm %%DOCSDIR%%/libgimpmodule -@dirrm %%DOCSDIR%%/libgimpmath -@dirrm %%DOCSDIR%%/libgimpcolor -@dirrm %%DOCSDIR%%/libgimpbase -@dirrm %%DOCSDIR%%/libgimp -@dirrm %%DOCSDIR%% -@dirrm libexec/gimp/2.2/plug-ins -%%PYTHON:%%@dirrm libexec/gimp/2.2/python -@dirrm libexec/gimp/2.2/modules -@dirrm libexec/gimp/2.2/environ -@dirrm libexec/gimp/2.2 -@dirrm libexec/gimp -@dirrm include/gimp-2.0/libgimpwidgets -@dirrm include/gimp-2.0/libgimpthumb -@dirrm include/gimp-2.0/libgimpmodule -@dirrm include/gimp-2.0/libgimpmath -@dirrm include/gimp-2.0/libgimpcolor -@dirrm include/gimp-2.0/libgimpbase -@dirrm include/gimp-2.0/libgimp -@dirrm include/gimp-2.0 -@dirrm etc/gimp/2.2 -@dirrm etc/gimp -%%GNOMEPANEL:%%@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/no/LC_MESSAGES -@dirrmtry share/locale/no -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile deleted file mode 100644 index 4d2cf97ec..000000000 --- a/graphics/gimp-app/Makefile +++ /dev/null @@ -1,131 +0,0 @@ -# New ports collection makefile for: The GIMP -# Date created: Mon Nov 18 21:28:43 CST 1996 -# Whom: erich@FreeBSD.org -# -# $FreeBSD$ -# $MCom: ports/graphics/gimp/Makefile,v 1.1 2006/07/18 13:01:27 ahze Exp $ - -PORTNAME= gimp -PORTVERSION= 2.2.13 -PORTREVISION= 1 -PORTEPOCH= 1 -CATEGORIES= graphics gnome -MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - http://gimp.mirrors.hoobly.com/%SUBDIR%/ \ - http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \ - ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/%SUBDIR%/ \ - ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \ - http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,} -MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNU Image Manipulation Program - -LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf \ - aa.1:${PORTSDIR}/graphics/aalib \ - exif.12:${PORTSDIR}/graphics/libexif \ - mng.1:${PORTSDIR}/graphics/libmng \ - png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff - -CONFLICTS= gimp-1.* gimpshop-[0-9]* - -SHLIBVER?= 200 - -USE_BZIP2= yes -USE_XPM= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 -WANT_GNOME= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -PLIST_SUB= SHLIBVER="${SHLIBVER}" -CONFIGURE_ARGS= --disable-perl \ - --with-html-dir=${DOCSDIR} \ - --disable-gtk-doc \ - --enable-static \ - --mandir=${PREFIX}/man -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" - -GIMP_DISTFILE= ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} - -MAN1= gimp.1 gimp-2.2.1 gimp-remote.1 gimp-remote-2.2.1 gimptool-2.0.1 -MAN5= gimprc.5 gimprc-2.2.5 - -OPTIONS= DEBUG "debugging" off \ - PYTHON "Python-Fu support" off \ - RSVG "SVG format support" on \ - PRINT "GIMP printing" on \ - HTML_HELP_BROWSER "GIMP help browser" on \ - MP "multiple processor support" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug -.endif - -.if defined(WITH_PYTHON) -USE_PYTHON= yes -# we need to manually include this, because USE_PYTHON is defined -# after including bsd.port.pre.mk -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygtk2 -CONFIGURE_ARGS+= --enable-python -PLIST_SUB+= PYTHON:="" -.else -CONFIGURE_ARGS+= --disable-python -PLIST_SUB+= PYTHON:="@comment " -.endif - -.if defined(WITHOUT_RSVG) -CONFIGURE_ARGS+= --without-librsvg -PLIST_SUB+= SVG="@comment " -.else -USE_GNOME+= librsvg2 -PLIST_SUB+= SVG="" -.endif - -.if defined(WITHOUT_PRINT) -CONFIGURE_ARGS+= --disable-print -PLIST_SUB+= PRINT="@comment " -.else -LIB_DEPENDS+= gimpprint.2:${PORTSDIR}/print/gimp-print -PLIST_SUB+= PRINT="" -.endif - -.if defined(WITH_MP) -CONFIGURE_ARGS+= --enable-mp -.endif - -.if ${HAVE_GNOME:Mgnomepanel}!="" -USE_GNOME+= gnomepanel desktopfileutils -CONFIGURE_ARGS+= --with-desktop-dir=${LOCALBASE}/share/gnome -CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} -PKGNAMESUFFIX:= -gnome -PLIST_SUB+= GNOMEPANEL:="" -GNOME_ENABLED= yes -.else -PLIST_SUB+= GNOMEPANEL:="@comment " -CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} -.endif - -.if defined(WITH_HTML_HELP_BROWSER) -USE_GNOME+= libgtkhtml -PLIST_SUB+= HELPBROWSER:="" -.else -PLIST_SUB+= HELPBROWSER:="@comment " -post-patch: - @${REINPLACE_CMD} -e 's|\(have_gtkhtml2=\)yes|\1no|' ${WRKSRC}/configure -.endif - -.if defined(GNOME_ENABLED) -post-install: - @-update-desktop-database -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/gimp-app/distinfo b/graphics/gimp-app/distinfo deleted file mode 100644 index b3e8ef4f1..000000000 --- a/graphics/gimp-app/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gimp-2.2.13.tar.bz2) = d84a4a476a0c4fae24602db67f6fe49a -SHA256 (gimp-2.2.13.tar.bz2) = d0273a3133461f5531bfa17ee24419abfe1f21121b03ef99195a2371a79b2ed7 -SIZE (gimp-2.2.13.tar.bz2) = 12930670 diff --git a/graphics/gimp-app/files/patch-aa b/graphics/gimp-app/files/patch-aa deleted file mode 100644 index 411ac92c9..000000000 --- a/graphics/gimp-app/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- app/main.c.orig Sun Oct 5 09:16:02 2003 -+++ app/main.c Mon Oct 6 12:14:34 2003 -@@ -23,6 +23,7 @@ - #include <signal.h> - #include <string.h> - #include <sys/types.h> -+#include <floatingpoint.h> - - #ifdef HAVE_SYS_WAIT_H - #include <sys/wait.h> -@@ -113,6 +114,9 @@ - /* Initialize variables */ - - full_prog_name = argv[0]; -+ -+ /* Ignore floating point exceptions */ -+ fpsetmask(0); - - /* Initialize i18n support */ - diff --git a/graphics/gimp-app/files/patch-am b/graphics/gimp-app/files/patch-am deleted file mode 100644 index 45c58cbe5..000000000 --- a/graphics/gimp-app/files/patch-am +++ /dev/null @@ -1,19 +0,0 @@ ---- libgimp/gimp.c.orig Fri May 12 12:37:27 2000 -+++ libgimp/gimp.c Thu May 18 16:42:21 2000 -@@ -26,6 +26,7 @@ - #include <stdlib.h> - #include <string.h> - #include <sys/types.h> -+#include <floatingpoint.h> - - #ifdef HAVE_SYS_TIME_H - #include <sys/time.h> -@@ -211,6 +212,9 @@ - } - - progname = argv[0]; -+ -+ /* Ignore floating point exceptions */ -+ fpsetmask(0); - - g_set_prgname (g_basename (progname)); diff --git a/graphics/gimp-app/files/patch-configure b/graphics/gimp-app/files/patch-configure deleted file mode 100644 index da42f67f8..000000000 --- a/graphics/gimp-app/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.orig Sun Mar 6 15:30:12 2005 -+++ configure Sun Mar 6 15:33:57 2005 -@@ -25925,6 +25925,7 @@ - if test "x$enable_gtktest" = "xyes" ; then - ac_save_CFLAGS="$CFLAGS" - ac_save_LIBS="$LIBS" -+ GTK_LIBS="$GIMP_THREAD_LIBS $GTK_LIBS" - CFLAGS="$CFLAGS $GTK_CFLAGS" - LIBS="$GTK_LIBS $LIBS" - rm -f conf.gtktest -@@ -33865,9 +33866,9 @@ - fi - fi; - --gimpdatadir="$datadir/$PACKAGE/2.0" --gimpplugindir="$libdir/$PACKAGE/2.0" --gimpsysconfdir="$sysconfdir/$PACKAGE/2.0" -+gimpdatadir="$datadir/$PACKAGE" -+gimpplugindir="$libexecdir/$PACKAGE/2.2" -+gimpsysconfdir="$sysconfdir/$PACKAGE/2.2" - - localedir='${prefix}/${DATADIRNAME}/locale' - diff --git a/graphics/gimp-app/files/patch-gimptool-2.0.in b/graphics/gimp-app/files/patch-gimptool-2.0.in deleted file mode 100644 index 3ee0f17b8..000000000 --- a/graphics/gimp-app/files/patch-gimptool-2.0.in +++ /dev/null @@ -1,26 +0,0 @@ ---- gimptool-2.0.in.orig Tue Jan 15 12:21:05 2002 -+++ gimptool-2.0.in Fri May 17 20:46:18 2002 -@@ -215,19 +215,19 @@ - | --uninstall-script | --uninstall-admin-script ) - case $1 in - --*install-bin) -- install_cmd="@INSTALL_PROGRAM@" -+ install_cmd="@INSTALL_SCRIPT@" - install_dir="$HOME/@gimpdir@/plug-ins" - ;; - --install-bin-strip) -- install_cmd="@INSTALL_PROGRAM@ -s" -+ install_cmd="@INSTALL_SCRIPT@ -s" - install_dir="$HOME/@gimpdir@/plug-ins" - ;; - --*install-admin-bin) -- install_cmd="@INSTALL_PROGRAM@" -+ install_cmd="@INSTALL_SCRIPT@" - install_dir="$gimpplugindir/plug-ins" - ;; - --install-admin-bin-strip) -- install_cmd="@INSTALL_PROGRAM@ -s" -+ install_cmd="@INSTALL_SCRIPT@ -s" - install_dir="$gimpplugindir/plug-ins" - ;; - --*install-script) diff --git a/graphics/gimp-app/files/patch-plug-ins_common_url.c b/graphics/gimp-app/files/patch-plug-ins_common_url.c deleted file mode 100644 index bceff6df1..000000000 --- a/graphics/gimp-app/files/patch-plug-ins_common_url.c +++ /dev/null @@ -1,17 +0,0 @@ ---- plug-ins/common/url.c.orig Wed Dec 28 13:56:48 2005 -+++ plug-ins/common/url.c Wed Dec 28 13:58:33 2005 -@@ -186,10 +186,10 @@ - putenv ("LANG=C"); - #endif - -- execlp ("wget", -- "wget", "-v", "-e", "server-response=off", "-T", TIMEOUT, -- filename, "-O", tmpname, NULL); -- g_message ("exec() failed: wget: %s", g_strerror (errno)); -+ execlp ("fetch", -+ "fetch", "-T", TIMEOUT, -+ filename, "-p", "-o", tmpname, NULL); -+ g_message ("exec() failed: fetch: %s", g_strerror (errno)); - g_free (tmpname); - _exit (127); - } diff --git a/graphics/gimp-app/files/patch-plug-ins_print_print.c b/graphics/gimp-app/files/patch-plug-ins_print_print.c deleted file mode 100644 index 36f4bf714..000000000 --- a/graphics/gimp-app/files/patch-plug-ins_print_print.c +++ /dev/null @@ -1,11 +0,0 @@ ---- plug-ins/print/print.c.orig Tue Dec 26 07:43:54 2000 -+++ plug-ins/print/print.c Tue Dec 26 07:44:07 2000 -@@ -1417,7 +1417,7 @@ - - if (i < (sizeof(lpcs) / sizeof(lpcs[0]))) - { -- strcat(command, " status < /dev/null"); -+ strcat(command, " status all < /dev/null"); - type = PRINTERS_LPC; - } - else diff --git a/graphics/gimp-app/pkg-descr b/graphics/gimp-app/pkg-descr deleted file mode 100644 index 4d7f49925..000000000 --- a/graphics/gimp-app/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -The GIMP is designed to provide an intuitive graphical interface to a -variety of image editing operations. Here is a list of the GIMP's -major features: - - Image editing - ------------- - - * Selection tools including rectangle, ellipse, free, fuzzy, bezier - and intelligent. - * Transformation tools including rotate, scale, shear and flip. - * Painting tools including bucket, brush, airbrush, clone, convolve, - blend and text. - * Effects filters (such as blur, edge detect). - * Channel & color operations (such as add, composite, decompose). - * Plug-ins which allow for the easy addition of new file formats and - new effect filters. - * Multiple undo/redo. - -WWW: http://www.gimp.org/ diff --git a/graphics/gimp-app/pkg-plist b/graphics/gimp-app/pkg-plist deleted file mode 100644 index 6946abf9f..000000000 --- a/graphics/gimp-app/pkg-plist +++ /dev/null @@ -1,1971 +0,0 @@ -bin/gimp -bin/gimp-2.2 -bin/gimp-remote -bin/gimp-remote-2.2 -bin/gimptool-2.0 -etc/gimp/2.2/controllerrc -etc/gimp/2.2/gimprc -etc/gimp/2.2/gtkrc -etc/gimp/2.2/ps-menurc -etc/gimp/2.2/sessionrc -etc/gimp/2.2/templaterc -etc/gimp/2.2/unitrc -include/gimp-2.0/libgimp/gimp.h -include/gimp-2.0/libgimp/gimp_pdb.h -include/gimp-2.0/libgimp/gimpaspectpreview.h -include/gimp-2.0/libgimp/gimpbrush_pdb.h -include/gimp-2.0/libgimp/gimpbrushes.h -include/gimp-2.0/libgimp/gimpbrushes_pdb.h -include/gimp-2.0/libgimp/gimpbrushmenu.h -include/gimp-2.0/libgimp/gimpbrushselect.h -include/gimp-2.0/libgimp/gimpbrushselect_pdb.h -include/gimp-2.0/libgimp/gimpchannel.h -include/gimp-2.0/libgimp/gimpchannel_pdb.h -include/gimp-2.0/libgimp/gimpcolor_pdb.h -include/gimp-2.0/libgimp/gimpcompat.h -include/gimp-2.0/libgimp/gimpcontext_pdb.h -include/gimp-2.0/libgimp/gimpconvert_pdb.h -include/gimp-2.0/libgimp/gimpdisplay_pdb.h -include/gimp-2.0/libgimp/gimpdrawable.h -include/gimp-2.0/libgimp/gimpdrawable_pdb.h -include/gimp-2.0/libgimp/gimpdrawablecombobox.h -include/gimp-2.0/libgimp/gimpdrawablepreview.h -include/gimp-2.0/libgimp/gimpdrawabletransform_pdb.h -include/gimp-2.0/libgimp/gimpedit_pdb.h -include/gimp-2.0/libgimp/gimpenums.h -include/gimp-2.0/libgimp/gimpexport.h -include/gimp-2.0/libgimp/gimpfileops_pdb.h -include/gimp-2.0/libgimp/gimpfloatingsel_pdb.h -include/gimp-2.0/libgimp/gimpfontmenu.h -include/gimp-2.0/libgimp/gimpfonts_pdb.h -include/gimp-2.0/libgimp/gimpfontselect.h -include/gimp-2.0/libgimp/gimpfontselect_pdb.h -include/gimp-2.0/libgimp/gimpgimprc_pdb.h -include/gimp-2.0/libgimp/gimpgradient_pdb.h -include/gimp-2.0/libgimp/gimpgradientmenu.h -include/gimp-2.0/libgimp/gimpgradients.h -include/gimp-2.0/libgimp/gimpgradients_pdb.h -include/gimp-2.0/libgimp/gimpgradientselect.h -include/gimp-2.0/libgimp/gimpgradientselect_pdb.h -include/gimp-2.0/libgimp/gimpguides_pdb.h -include/gimp-2.0/libgimp/gimphelp_pdb.h -include/gimp-2.0/libgimp/gimpimage.h -include/gimp-2.0/libgimp/gimpimage_pdb.h -include/gimp-2.0/libgimp/gimpimagecombobox.h -include/gimp-2.0/libgimp/gimplayer.h -include/gimp-2.0/libgimp/gimplayer_pdb.h -include/gimp-2.0/libgimp/gimpmenu.h -include/gimp-2.0/libgimp/gimpmessage_pdb.h -include/gimp-2.0/libgimp/gimpmisc_pdb.h -include/gimp-2.0/libgimp/gimppainttools_pdb.h -include/gimp-2.0/libgimp/gimppalette.h -include/gimp-2.0/libgimp/gimppalette_pdb.h -include/gimp-2.0/libgimp/gimppalettemenu.h -include/gimp-2.0/libgimp/gimppalettes.h -include/gimp-2.0/libgimp/gimppalettes_pdb.h -include/gimp-2.0/libgimp/gimppaletteselect.h -include/gimp-2.0/libgimp/gimppaletteselect_pdb.h -include/gimp-2.0/libgimp/gimpparasite_pdb.h -include/gimp-2.0/libgimp/gimppaths_pdb.h -include/gimp-2.0/libgimp/gimppattern_pdb.h -include/gimp-2.0/libgimp/gimppatternmenu.h -include/gimp-2.0/libgimp/gimppatterns.h -include/gimp-2.0/libgimp/gimppatterns_pdb.h -include/gimp-2.0/libgimp/gimppatternselect.h -include/gimp-2.0/libgimp/gimppatternselect_pdb.h -include/gimp-2.0/libgimp/gimppixbuf.h -include/gimp-2.0/libgimp/gimppixelfetcher.h -include/gimp-2.0/libgimp/gimppixelrgn.h -include/gimp-2.0/libgimp/gimpplugin.h -include/gimp-2.0/libgimp/gimpplugin_pdb.h -include/gimp-2.0/libgimp/gimpproceduraldb.h -include/gimp-2.0/libgimp/gimpproceduraldb_pdb.h -include/gimp-2.0/libgimp/gimpprogress.h -include/gimp-2.0/libgimp/gimpprogress_pdb.h -include/gimp-2.0/libgimp/gimpprogressbar.h -include/gimp-2.0/libgimp/gimpregioniterator.h -include/gimp-2.0/libgimp/gimpselection.h -include/gimp-2.0/libgimp/gimpselection_pdb.h -include/gimp-2.0/libgimp/gimpselectiontools_pdb.h -include/gimp-2.0/libgimp/gimptexttool_pdb.h -include/gimp-2.0/libgimp/gimptile.h -include/gimp-2.0/libgimp/gimptransformtools_pdb.h -include/gimp-2.0/libgimp/gimptypes.h -include/gimp-2.0/libgimp/gimpui.h -include/gimp-2.0/libgimp/gimpuitypes.h -include/gimp-2.0/libgimp/gimpundo_pdb.h -include/gimp-2.0/libgimp/gimpunit_pdb.h -include/gimp-2.0/libgimpbase/gimpbase.h -include/gimp-2.0/libgimpbase/gimpbaseenums.h -include/gimp-2.0/libgimpbase/gimpbasetypes.h -include/gimp-2.0/libgimpbase/gimpchecks.h -include/gimp-2.0/libgimpbase/gimpdatafiles.h -include/gimp-2.0/libgimpbase/gimpenv.h -include/gimp-2.0/libgimpbase/gimplimits.h -include/gimp-2.0/libgimpbase/gimpmemsize.h -include/gimp-2.0/libgimpbase/gimpparasite.h -include/gimp-2.0/libgimpbase/gimpparasiteio.h -include/gimp-2.0/libgimpbase/gimpsignal.h -include/gimp-2.0/libgimpbase/gimpunit.h -include/gimp-2.0/libgimpbase/gimputils.h -include/gimp-2.0/libgimpbase/gimpversion.h -include/gimp-2.0/libgimpcolor/gimpadaptivesupersample.h -include/gimp-2.0/libgimpcolor/gimpbilinear.h -include/gimp-2.0/libgimpcolor/gimpcmyk.h -include/gimp-2.0/libgimpcolor/gimpcolor.h -include/gimp-2.0/libgimpcolor/gimpcolorspace.h -include/gimp-2.0/libgimpcolor/gimpcolortypes.h -include/gimp-2.0/libgimpcolor/gimphsv.h -include/gimp-2.0/libgimpcolor/gimprgb.h -include/gimp-2.0/libgimpmath/gimpmath.h -include/gimp-2.0/libgimpmath/gimpmathtypes.h -include/gimp-2.0/libgimpmath/gimpmatrix.h -include/gimp-2.0/libgimpmath/gimpmd5.h -include/gimp-2.0/libgimpmath/gimpvector.h -include/gimp-2.0/libgimpmodule/gimpmodule.h -include/gimp-2.0/libgimpmodule/gimpmoduledb.h -include/gimp-2.0/libgimpmodule/gimpmoduletypes.h -include/gimp-2.0/libgimpthumb/gimpthumb-enums.h -include/gimp-2.0/libgimpthumb/gimpthumb-error.h -include/gimp-2.0/libgimpthumb/gimpthumb-types.h -include/gimp-2.0/libgimpthumb/gimpthumb-utils.h -include/gimp-2.0/libgimpthumb/gimpthumb.h -include/gimp-2.0/libgimpthumb/gimpthumbnail.h -include/gimp-2.0/libgimpwidgets/gimpbutton.h -include/gimp-2.0/libgimpwidgets/gimpcellrenderercolor.h -include/gimp-2.0/libgimpwidgets/gimpcellrenderertoggle.h -include/gimp-2.0/libgimpwidgets/gimpchainbutton.h -include/gimp-2.0/libgimpwidgets/gimpcolorarea.h -include/gimp-2.0/libgimpwidgets/gimpcolorbutton.h -include/gimp-2.0/libgimpwidgets/gimpcolordisplay.h -include/gimp-2.0/libgimpwidgets/gimpcolordisplaystack.h -include/gimp-2.0/libgimpwidgets/gimpcolorhexentry.h -include/gimp-2.0/libgimpwidgets/gimpcolornotebook.h -include/gimp-2.0/libgimpwidgets/gimpcolorscale.h -include/gimp-2.0/libgimpwidgets/gimpcolorscales.h -include/gimp-2.0/libgimpwidgets/gimpcolorselect.h -include/gimp-2.0/libgimpwidgets/gimpcolorselection.h -include/gimp-2.0/libgimpwidgets/gimpcolorselector.h -include/gimp-2.0/libgimpwidgets/gimpcontroller.h -include/gimp-2.0/libgimpwidgets/gimpdialog.h -include/gimp-2.0/libgimpwidgets/gimpfileentry.h -include/gimp-2.0/libgimpwidgets/gimpframe.h -include/gimp-2.0/libgimpwidgets/gimphelpui.h -include/gimp-2.0/libgimpwidgets/gimpintcombobox.h -include/gimp-2.0/libgimpwidgets/gimpintstore.h -include/gimp-2.0/libgimpwidgets/gimpmemsizeentry.h -include/gimp-2.0/libgimpwidgets/gimpoffsetarea.h -include/gimp-2.0/libgimpwidgets/gimpoldwidgets.h -include/gimp-2.0/libgimpwidgets/gimppatheditor.h -include/gimp-2.0/libgimpwidgets/gimppickbutton.h -include/gimp-2.0/libgimpwidgets/gimppixmap.h -include/gimp-2.0/libgimpwidgets/gimppreview.h -include/gimp-2.0/libgimpwidgets/gimppreviewarea.h -include/gimp-2.0/libgimpwidgets/gimpquerybox.h -include/gimp-2.0/libgimpwidgets/gimpscrolledpreview.h -include/gimp-2.0/libgimpwidgets/gimpsizeentry.h -include/gimp-2.0/libgimpwidgets/gimpstock.h -include/gimp-2.0/libgimpwidgets/gimpunitmenu.h -include/gimp-2.0/libgimpwidgets/gimpwidgets.h -include/gimp-2.0/libgimpwidgets/gimpwidgetstypes.h -libexec/gimp/2.2/environ/default.env -%%PYTHON:%%libexec/gimp/2.2/environ/pygimp.env -%%PYTHON:%%libexec/gimp/2.2/python/pygimp-logo.png -libexec/gimp/2.2/modules/libcdisplay_colorblind.a -libexec/gimp/2.2/modules/libcdisplay_colorblind.la -libexec/gimp/2.2/modules/libcdisplay_colorblind.so -libexec/gimp/2.2/modules/libcdisplay_gamma.a -libexec/gimp/2.2/modules/libcdisplay_gamma.la -libexec/gimp/2.2/modules/libcdisplay_gamma.so -libexec/gimp/2.2/modules/libcdisplay_highcontrast.a -libexec/gimp/2.2/modules/libcdisplay_highcontrast.la -libexec/gimp/2.2/modules/libcdisplay_highcontrast.so -libexec/gimp/2.2/modules/libcdisplay_proof.a -libexec/gimp/2.2/modules/libcdisplay_proof.la -libexec/gimp/2.2/modules/libcdisplay_proof.so -libexec/gimp/2.2/modules/libcolorsel_cmyk.a -libexec/gimp/2.2/modules/libcolorsel_cmyk.la -libexec/gimp/2.2/modules/libcolorsel_cmyk.so -libexec/gimp/2.2/modules/libcolorsel_triangle.a -libexec/gimp/2.2/modules/libcolorsel_triangle.la -libexec/gimp/2.2/modules/libcolorsel_triangle.so -libexec/gimp/2.2/modules/libcolorsel_water.a -libexec/gimp/2.2/modules/libcolorsel_water.la -libexec/gimp/2.2/modules/libcolorsel_water.so -libexec/gimp/2.2/modules/libcontroller_midi.a -libexec/gimp/2.2/modules/libcontroller_midi.la -libexec/gimp/2.2/modules/libcontroller_midi.so -libexec/gimp/2.2/plug-ins/AlienMap2 -libexec/gimp/2.2/plug-ins/CEL -libexec/gimp/2.2/plug-ins/CML_explorer -libexec/gimp/2.2/plug-ins/FractalExplorer -libexec/gimp/2.2/plug-ins/Lighting -libexec/gimp/2.2/plug-ins/MapObject -libexec/gimp/2.2/plug-ins/aa -libexec/gimp/2.2/plug-ins/align_layers -libexec/gimp/2.2/plug-ins/animationplay -libexec/gimp/2.2/plug-ins/animoptimize -libexec/gimp/2.2/plug-ins/apply_lens -libexec/gimp/2.2/plug-ins/autocrop -libexec/gimp/2.2/plug-ins/autostretch_hsv -libexec/gimp/2.2/plug-ins/blinds -libexec/gimp/2.2/plug-ins/blur -libexec/gimp/2.2/plug-ins/bmp -libexec/gimp/2.2/plug-ins/borderaverage -libexec/gimp/2.2/plug-ins/bumpmap -libexec/gimp/2.2/plug-ins/c_astretch -libexec/gimp/2.2/plug-ins/cartoon -libexec/gimp/2.2/plug-ins/ccanalyze -libexec/gimp/2.2/plug-ins/channel_mixer -libexec/gimp/2.2/plug-ins/checkerboard -%%PYTHON:%%libexec/gimp/2.2/plug-ins/clothify.py -libexec/gimp/2.2/plug-ins/color_enhance -libexec/gimp/2.2/plug-ins/colorify -%%PYTHON:%%libexec/gimp/2.2/plug-ins/colorxhtml.py -libexec/gimp/2.2/plug-ins/colortoalpha -libexec/gimp/2.2/plug-ins/compose -libexec/gimp/2.2/plug-ins/compressor -libexec/gimp/2.2/plug-ins/convmatrix -libexec/gimp/2.2/plug-ins/csource -libexec/gimp/2.2/plug-ins/cubism -libexec/gimp/2.2/plug-ins/curve_bend -libexec/gimp/2.2/plug-ins/decompose -libexec/gimp/2.2/plug-ins/deinterlace -libexec/gimp/2.2/plug-ins/depthmerge -libexec/gimp/2.2/plug-ins/despeckle -libexec/gimp/2.2/plug-ins/destripe -libexec/gimp/2.2/plug-ins/dicom -libexec/gimp/2.2/plug-ins/diffraction -libexec/gimp/2.2/plug-ins/displace -libexec/gimp/2.2/plug-ins/dog -libexec/gimp/2.2/plug-ins/edge -libexec/gimp/2.2/plug-ins/emboss -libexec/gimp/2.2/plug-ins/engrave -libexec/gimp/2.2/plug-ins/exchange -libexec/gimp/2.2/plug-ins/faxg3 -libexec/gimp/2.2/plug-ins/film -libexec/gimp/2.2/plug-ins/fits -libexec/gimp/2.2/plug-ins/flame -libexec/gimp/2.2/plug-ins/flarefx -%%PYTHON:%%libexec/gimp/2.2/plug-ins/foggify.py -libexec/gimp/2.2/plug-ins/fp -libexec/gimp/2.2/plug-ins/fractaltrace -libexec/gimp/2.2/plug-ins/gauss -libexec/gimp/2.2/plug-ins/gbr -libexec/gimp/2.2/plug-ins/gee -libexec/gimp/2.2/plug-ins/gee_zoom -libexec/gimp/2.2/plug-ins/gfig -libexec/gimp/2.2/plug-ins/gflare -libexec/gimp/2.2/plug-ins/gfli -libexec/gimp/2.2/plug-ins/gif -libexec/gimp/2.2/plug-ins/gifload -libexec/gimp/2.2/plug-ins/gih -%%PYTHON:%%libexec/gimp/2.2/plug-ins/gimpcons.py -libexec/gimp/2.2/plug-ins/gimpressionist -libexec/gimp/2.2/plug-ins/glasstile -libexec/gimp/2.2/plug-ins/glob -libexec/gimp/2.2/plug-ins/gqbist -libexec/gimp/2.2/plug-ins/gradmap -libexec/gimp/2.2/plug-ins/grid -%%PYTHON:%%libexec/gimp/2.2/plug-ins/gtkcons.py -libexec/gimp/2.2/plug-ins/gtm -libexec/gimp/2.2/plug-ins/guillotine -libexec/gimp/2.2/plug-ins/header -libexec/gimp/2.2/plug-ins/help -%%HELPBROWSER:%%libexec/gimp/2.2/plug-ins/helpbrowser -libexec/gimp/2.2/plug-ins/hot -libexec/gimp/2.2/plug-ins/ifscompose -libexec/gimp/2.2/plug-ins/illusion -libexec/gimp/2.2/plug-ins/imagemap -libexec/gimp/2.2/plug-ins/iwarp -libexec/gimp/2.2/plug-ins/jigsaw -libexec/gimp/2.2/plug-ins/jpeg -libexec/gimp/2.2/plug-ins/laplace -libexec/gimp/2.2/plug-ins/lic -libexec/gimp/2.2/plug-ins/mail -libexec/gimp/2.2/plug-ins/mapcolor -libexec/gimp/2.2/plug-ins/max_rgb -libexec/gimp/2.2/plug-ins/maze -libexec/gimp/2.2/plug-ins/mblur -libexec/gimp/2.2/plug-ins/mng -libexec/gimp/2.2/plug-ins/mosaic -libexec/gimp/2.2/plug-ins/neon -libexec/gimp/2.2/plug-ins/newsprint -libexec/gimp/2.2/plug-ins/nlfilt -libexec/gimp/2.2/plug-ins/noisify -libexec/gimp/2.2/plug-ins/normalize -libexec/gimp/2.2/plug-ins/nova -libexec/gimp/2.2/plug-ins/oilify -libexec/gimp/2.2/plug-ins/pagecurl -libexec/gimp/2.2/plug-ins/papertile -libexec/gimp/2.2/plug-ins/pat -libexec/gimp/2.2/plug-ins/pcx -%%PYTHON:%%libexec/gimp/2.2/plug-ins/pdbbrowse.py -libexec/gimp/2.2/plug-ins/photocopy -libexec/gimp/2.2/plug-ins/pix -libexec/gimp/2.2/plug-ins/pixelize -libexec/gimp/2.2/plug-ins/plasma -libexec/gimp/2.2/plug-ins/plugin-browser -libexec/gimp/2.2/plug-ins/png -libexec/gimp/2.2/plug-ins/pnm -libexec/gimp/2.2/plug-ins/polar -libexec/gimp/2.2/plug-ins/postscript -%%PRINT%%libexec/gimp/2.2/plug-ins/print -libexec/gimp/2.2/plug-ins/procedure-browser -libexec/gimp/2.2/plug-ins/psd -libexec/gimp/2.2/plug-ins/psd_save -libexec/gimp/2.2/plug-ins/psp -%%PYTHON:%%libexec/gimp/2.2/plug-ins/py-slice.py -libexec/gimp/2.2/plug-ins/randomize -libexec/gimp/2.2/plug-ins/raw -libexec/gimp/2.2/plug-ins/rcm -libexec/gimp/2.2/plug-ins/retinex -libexec/gimp/2.2/plug-ins/ripple -libexec/gimp/2.2/plug-ins/rotate -libexec/gimp/2.2/plug-ins/sample_colorize -libexec/gimp/2.2/plug-ins/scatter_hsv -libexec/gimp/2.2/plug-ins/screenshot -libexec/gimp/2.2/plug-ins/script-fu -%%PYTHON:%%libexec/gimp/2.2/plug-ins/shadow_bevel.py -libexec/gimp/2.2/plug-ins/sel2path -libexec/gimp/2.2/plug-ins/sel_gauss -libexec/gimp/2.2/plug-ins/semiflatten -libexec/gimp/2.2/plug-ins/sgi -libexec/gimp/2.2/plug-ins/sharpen -libexec/gimp/2.2/plug-ins/shift -libexec/gimp/2.2/plug-ins/sinus -libexec/gimp/2.2/plug-ins/smooth_palette -libexec/gimp/2.2/plug-ins/snoise -libexec/gimp/2.2/plug-ins/sobel -libexec/gimp/2.2/plug-ins/softglow -libexec/gimp/2.2/plug-ins/sparkle -libexec/gimp/2.2/plug-ins/spheredesigner -libexec/gimp/2.2/plug-ins/spread -libexec/gimp/2.2/plug-ins/struc -libexec/gimp/2.2/plug-ins/sunras -%%SVG%%libexec/gimp/2.2/plug-ins/svg -libexec/gimp/2.2/plug-ins/tga -libexec/gimp/2.2/plug-ins/threshold_alpha -libexec/gimp/2.2/plug-ins/tiff -libexec/gimp/2.2/plug-ins/tile -libexec/gimp/2.2/plug-ins/tileit -libexec/gimp/2.2/plug-ins/tiler -libexec/gimp/2.2/plug-ins/uniteditor -libexec/gimp/2.2/plug-ins/unsharp -libexec/gimp/2.2/plug-ins/url -libexec/gimp/2.2/plug-ins/video -libexec/gimp/2.2/plug-ins/vinvert -libexec/gimp/2.2/plug-ins/vpropagate -libexec/gimp/2.2/plug-ins/warp -libexec/gimp/2.2/plug-ins/waves -libexec/gimp/2.2/plug-ins/webbrowser -%%PYTHON:%%libexec/gimp/2.2/plug-ins/whirlpinch.py -libexec/gimp/2.2/plug-ins/whirlpinch -libexec/gimp/2.2/plug-ins/wind -libexec/gimp/2.2/plug-ins/winicon -libexec/gimp/2.2/plug-ins/wmf -libexec/gimp/2.2/plug-ins/xbm -libexec/gimp/2.2/plug-ins/xjt -libexec/gimp/2.2/plug-ins/xpm -libexec/gimp/2.2/plug-ins/xwd -libexec/gimp/2.2/plug-ins/zealouscrop -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpmodule.so -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowsermodule.so -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.pyo -lib/libgimp-2.0.a -lib/libgimp-2.0.la -lib/libgimp-2.0.so -lib/libgimp-2.0.so.%%SHLIBVER%% -lib/libgimpbase-2.0.a -lib/libgimpbase-2.0.la -lib/libgimpbase-2.0.so -lib/libgimpbase-2.0.so.%%SHLIBVER%% -lib/libgimpcolor-2.0.a -lib/libgimpcolor-2.0.la -lib/libgimpcolor-2.0.so -lib/libgimpcolor-2.0.so.%%SHLIBVER%% -lib/libgimpmath-2.0.a -lib/libgimpmath-2.0.la -lib/libgimpmath-2.0.so -lib/libgimpmath-2.0.so.%%SHLIBVER%% -lib/libgimpmodule-2.0.a -lib/libgimpmodule-2.0.la -lib/libgimpmodule-2.0.so -lib/libgimpmodule-2.0.so.%%SHLIBVER%% -lib/libgimpthumb-2.0.a -lib/libgimpthumb-2.0.la -lib/libgimpthumb-2.0.so -lib/libgimpthumb-2.0.so.%%SHLIBVER%% -lib/libgimpui-2.0.a -lib/libgimpui-2.0.la -lib/libgimpui-2.0.so -lib/libgimpui-2.0.so.%%SHLIBVER%% -lib/libgimpwidgets-2.0.a -lib/libgimpwidgets-2.0.la -lib/libgimpwidgets-2.0.so -lib/libgimpwidgets-2.0.so.%%SHLIBVER%% -libdata/pkgconfig/gimp-2.0.pc -libdata/pkgconfig/gimpthumb-2.0.pc -libdata/pkgconfig/gimpui-2.0.pc -share/aclocal/gimp-2.0.m4 -%%DOCSDIR%%/libgimp/GimpAspectPreview.html -%%DOCSDIR%%/libgimp/GimpDrawablePreview.html -%%DOCSDIR%%/libgimp/GimpProgressBar.html -%%DOCSDIR%%/libgimp/gimpdefinitions.html -%%DOCSDIR%%/libgimp/home.png -%%DOCSDIR%%/libgimp/index.html -%%DOCSDIR%%/libgimp/index.sgml -%%DOCSDIR%%/libgimp/left.png -%%DOCSDIR%%/libgimp/libgimp-data.html -%%DOCSDIR%%/libgimp/libgimp-general.html -%%DOCSDIR%%/libgimp/libgimp-gimp.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrush.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrushes.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrushmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrushselect.html -%%DOCSDIR%%/libgimp/libgimp-gimpchannel.html -%%DOCSDIR%%/libgimp/libgimp-gimpcolor.html -%%DOCSDIR%%/libgimp/libgimp-gimpcontext.html -%%DOCSDIR%%/libgimp/libgimp-gimpconvert.html -%%DOCSDIR%%/libgimp/libgimp-gimpdisplay.html -%%DOCSDIR%%/libgimp/libgimp-gimpdrawable.html -%%DOCSDIR%%/libgimp/libgimp-gimpdrawablecombobox.html -%%DOCSDIR%%/libgimp/libgimp-gimpdrawabletransform.html -%%DOCSDIR%%/libgimp/libgimp-gimpedit.html -%%DOCSDIR%%/libgimp/libgimp-gimpenums.html -%%DOCSDIR%%/libgimp/libgimp-gimpexport.html -%%DOCSDIR%%/libgimp/libgimp-gimpfileops.html -%%DOCSDIR%%/libgimp/libgimp-gimpfloatingsel.html -%%DOCSDIR%%/libgimp/libgimp-gimpfontmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpfonts.html -%%DOCSDIR%%/libgimp/libgimp-gimpfontselect.html -%%DOCSDIR%%/libgimp/libgimp-gimpgimprc.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradient.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradientmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradients.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradientselect.html -%%DOCSDIR%%/libgimp/libgimp-gimpguides.html -%%DOCSDIR%%/libgimp/libgimp-gimphelp.html -%%DOCSDIR%%/libgimp/libgimp-gimpimage.html -%%DOCSDIR%%/libgimp/libgimp-gimpimagecombobox.html -%%DOCSDIR%%/libgimp/libgimp-gimplayer.html -%%DOCSDIR%%/libgimp/libgimp-gimpmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpmessage.html -%%DOCSDIR%%/libgimp/libgimp-gimppalette.html -%%DOCSDIR%%/libgimp/libgimp-gimppalettemenu.html -%%DOCSDIR%%/libgimp/libgimp-gimppalettes.html -%%DOCSDIR%%/libgimp/libgimp-gimppaletteselect.html -%%DOCSDIR%%/libgimp/libgimp-gimppaths.html -%%DOCSDIR%%/libgimp/libgimp-gimppattern.html -%%DOCSDIR%%/libgimp/libgimp-gimppatternmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimppatterns.html -%%DOCSDIR%%/libgimp/libgimp-gimppatternselect.html -%%DOCSDIR%%/libgimp/libgimp-gimppixbuf.html -%%DOCSDIR%%/libgimp/libgimp-gimppixelfetcher.html -%%DOCSDIR%%/libgimp/libgimp-gimppixelrgn.html -%%DOCSDIR%%/libgimp/libgimp-gimpplugin.html -%%DOCSDIR%%/libgimp/libgimp-gimpproceduraldb.html -%%DOCSDIR%%/libgimp/libgimp-gimpprogress.html -%%DOCSDIR%%/libgimp/libgimp-gimpregioniterator.html -%%DOCSDIR%%/libgimp/libgimp-gimpselection.html -%%DOCSDIR%%/libgimp/libgimp-gimptexttool.html -%%DOCSDIR%%/libgimp/libgimp-gimptile.html -%%DOCSDIR%%/libgimp/libgimp-gimptools.html -%%DOCSDIR%%/libgimp/libgimp-gimpui.html -%%DOCSDIR%%/libgimp/libgimp-gimpundo.html -%%DOCSDIR%%/libgimp/libgimp-image.html -%%DOCSDIR%%/libgimp/libgimp-selectors.html -%%DOCSDIR%%/libgimp/libgimp.devhelp -%%DOCSDIR%%/libgimp/libgimp.devhelp2 -%%DOCSDIR%%/libgimp/libgimp.html -%%DOCSDIR%%/libgimp/libgimpui-hierarchy.html -%%DOCSDIR%%/libgimp/libgimpui.html -%%DOCSDIR%%/libgimp/right.png -%%DOCSDIR%%/libgimp/style.css -%%DOCSDIR%%/libgimp/up.png -%%DOCSDIR%%/libgimpbase/home.png -%%DOCSDIR%%/libgimpbase/index.html -%%DOCSDIR%%/libgimpbase/index.sgml -%%DOCSDIR%%/libgimpbase/left.png -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbaseenums.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbasetypes.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpchecks.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpdatafiles.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpenv.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimplimits.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpmemsize.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparasite.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparasiteio.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpprotocol.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpsignal.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpunit.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimputils.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpversion.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpwire.html -%%DOCSDIR%%/libgimpbase/libgimpbase.devhelp -%%DOCSDIR%%/libgimpbase/libgimpbase.devhelp2 -%%DOCSDIR%%/libgimpbase/libgimpbase.html -%%DOCSDIR%%/libgimpbase/right.png -%%DOCSDIR%%/libgimpbase/style.css -%%DOCSDIR%%/libgimpbase/up.png -%%DOCSDIR%%/libgimpcolor/home.png -%%DOCSDIR%%/libgimpcolor/index.html -%%DOCSDIR%%/libgimpcolor/index.sgml -%%DOCSDIR%%/libgimpcolor/left.png -%%DOCSDIR%%/libgimpcolor/style.css -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpAdaptiveSupersample.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpBilinear.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpCMYK.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpColorSpace.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpHSV.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpRGB.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor.devhelp -%%DOCSDIR%%/libgimpcolor/libgimpcolor.html -%%DOCSDIR%%/libgimpcolor/right.png -%%DOCSDIR%%/libgimpcolor/up.png -%%DOCSDIR%%/libgimpmath/home.png -%%DOCSDIR%%/libgimpmath/index.html -%%DOCSDIR%%/libgimpmath/index.sgml -%%DOCSDIR%%/libgimpmath/left.png -%%DOCSDIR%%/libgimpmath/style.css -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMD5.html -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMath.html -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMatrix.html -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpVector.html -%%DOCSDIR%%/libgimpmath/libgimpmath.devhelp -%%DOCSDIR%%/libgimpmath/libgimpmath.html -%%DOCSDIR%%/libgimpmath/right.png -%%DOCSDIR%%/libgimpmath/up.png -%%DOCSDIR%%/libgimpmodule/GimpModule.html -%%DOCSDIR%%/libgimpmodule/GimpModuleDB.html -%%DOCSDIR%%/libgimpmodule/home.png -%%DOCSDIR%%/libgimpmodule/index.html -%%DOCSDIR%%/libgimpmodule/index.sgml -%%DOCSDIR%%/libgimpmodule/left.png -%%DOCSDIR%%/libgimpmodule/style.css -%%DOCSDIR%%/libgimpmodule/libgimpmodule.devhelp -%%DOCSDIR%%/libgimpmodule/libgimpmodule.html -%%DOCSDIR%%/libgimpmodule/right.png -%%DOCSDIR%%/libgimpmodule/up.png -%%DOCSDIR%%/libgimpthumb/GimpThumbnail.html -%%DOCSDIR%%/libgimpthumb/home.png -%%DOCSDIR%%/libgimpthumb/index.html -%%DOCSDIR%%/libgimpthumb/index.sgml -%%DOCSDIR%%/libgimpthumb/left.png -%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-enums.html -%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-error.html -%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-utils.html -%%DOCSDIR%%/libgimpthumb/libgimpthumb.devhelp -%%DOCSDIR%%/libgimpthumb/libgimpthumb.devhelp2 -%%DOCSDIR%%/libgimpthumb/libgimpthumb.html -%%DOCSDIR%%/libgimpthumb/right.png -%%DOCSDIR%%/libgimpthumb/style.css -%%DOCSDIR%%/libgimpthumb/up.png -%%DOCSDIR%%/libgimpwidgets/GimpButton.html -%%DOCSDIR%%/libgimpwidgets/GimpCellRendererColor.html -%%DOCSDIR%%/libgimpwidgets/GimpCellRendererToggle.html -%%DOCSDIR%%/libgimpwidgets/GimpChainButton.html -%%DOCSDIR%%/libgimpwidgets/GimpColorArea.html -%%DOCSDIR%%/libgimpwidgets/GimpColorButton.html -%%DOCSDIR%%/libgimpwidgets/GimpColorDisplay.html -%%DOCSDIR%%/libgimpwidgets/GimpColorDisplayStack.html -%%DOCSDIR%%/libgimpwidgets/GimpColorHexEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpColorNotebook.html -%%DOCSDIR%%/libgimpwidgets/GimpColorScale.html -%%DOCSDIR%%/libgimpwidgets/GimpColorScales.html -%%DOCSDIR%%/libgimpwidgets/GimpColorSelect.html -%%DOCSDIR%%/libgimpwidgets/GimpColorSelection.html -%%DOCSDIR%%/libgimpwidgets/GimpColorSelector.html -%%DOCSDIR%%/libgimpwidgets/GimpController.html -%%DOCSDIR%%/libgimpwidgets/GimpDialog.html -%%DOCSDIR%%/libgimpwidgets/GimpFileEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpFrame.html -%%DOCSDIR%%/libgimpwidgets/GimpIntComboBox.html -%%DOCSDIR%%/libgimpwidgets/GimpIntStore.html -%%DOCSDIR%%/libgimpwidgets/GimpMemsizeEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpOffsetArea.html -%%DOCSDIR%%/libgimpwidgets/GimpPathEditor.html -%%DOCSDIR%%/libgimpwidgets/GimpPickButton.html -%%DOCSDIR%%/libgimpwidgets/GimpPixmap.html -%%DOCSDIR%%/libgimpwidgets/GimpPreview.html -%%DOCSDIR%%/libgimpwidgets/GimpPreviewArea.html -%%DOCSDIR%%/libgimpwidgets/GimpSizeEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpUnitMenu.html -%%DOCSDIR%%/libgimpwidgets/home.png -%%DOCSDIR%%/libgimpwidgets/index.html -%%DOCSDIR%%/libgimpwidgets/index.sgml -%%DOCSDIR%%/libgimpwidgets/left.png -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpHelpUI.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpQueryBox.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpScrolledPreview.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpStock.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpWidgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-cell-renderers.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colordisplay.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colorselector.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-controller.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-deprecated.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-gimpoldwidgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-hierarchy.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-utils.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-widgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets.devhelp -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets.devhelp2 -%%DOCSDIR%%/libgimpwidgets/right.png -%%DOCSDIR%%/libgimpwidgets/stock-anchor-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cap-butt-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cap-round-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cap-square-16.png -%%DOCSDIR%%/libgimpwidgets/stock-center-16.png -%%DOCSDIR%%/libgimpwidgets/stock-center-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channels-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channels-24.png -%%DOCSDIR%%/libgimpwidgets/stock-char-picker-22.png -%%DOCSDIR%%/libgimpwidgets/stock-close-12.png -%%DOCSDIR%%/libgimpwidgets/stock-color-pick-from-screen-16.png -%%DOCSDIR%%/libgimpwidgets/stock-color-picker-black-18.png -%%DOCSDIR%%/libgimpwidgets/stock-color-picker-gray-18.png -%%DOCSDIR%%/libgimpwidgets/stock-color-picker-white-18.png -%%DOCSDIR%%/libgimpwidgets/stock-color-triangle-16.png -%%DOCSDIR%%/libgimpwidgets/stock-convert-grayscale-16.png -%%DOCSDIR%%/libgimpwidgets/stock-convert-indexed-16.png -%%DOCSDIR%%/libgimpwidgets/stock-convert-rgb-16.png -%%DOCSDIR%%/libgimpwidgets/stock-curve-free-16.png -%%DOCSDIR%%/libgimpwidgets/stock-curve-smooth-16.png -%%DOCSDIR%%/libgimpwidgets/stock-default-colors-12.png -%%DOCSDIR%%/libgimpwidgets/stock-device-status-16.png -%%DOCSDIR%%/libgimpwidgets/stock-device-status-24.png -%%DOCSDIR%%/libgimpwidgets/stock-display-filter-16.png -%%DOCSDIR%%/libgimpwidgets/stock-display-filter-24.png -%%DOCSDIR%%/libgimpwidgets/stock-duplicate-16.png -%%DOCSDIR%%/libgimpwidgets/stock-edit-16.png -%%DOCSDIR%%/libgimpwidgets/stock-error-64.png -%%DOCSDIR%%/libgimpwidgets/stock-eye-12.png -%%DOCSDIR%%/libgimpwidgets/stock-eye-20.png -%%DOCSDIR%%/libgimpwidgets/stock-flip-horizontal-16.png -%%DOCSDIR%%/libgimpwidgets/stock-flip-vertical-16.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-16.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-24.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-32.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-48.png -%%DOCSDIR%%/libgimpwidgets/stock-frame-64.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-bilinear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-conical-asymmetric-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-conical-symmetric-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-linear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-radial-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-angular-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-dimpled-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-spherical-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-spiral-anticlockwise-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-spiral-clockwise-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-square-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-east-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-east-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-west-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-east-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-west-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-west-24.png -%%DOCSDIR%%/libgimpwidgets/stock-grid-16.png -%%DOCSDIR%%/libgimpwidgets/stock-hchain-24.png -%%DOCSDIR%%/libgimpwidgets/stock-hchain-broken-24.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-16.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-22.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-linear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-logarithmic-16.png -%%DOCSDIR%%/libgimpwidgets/stock-image-16.png -%%DOCSDIR%%/libgimpwidgets/stock-image-24.png -%%DOCSDIR%%/libgimpwidgets/stock-image-32.png -%%DOCSDIR%%/libgimpwidgets/stock-image-48.png -%%DOCSDIR%%/libgimpwidgets/stock-images-16.png -%%DOCSDIR%%/libgimpwidgets/stock-images-24.png -%%DOCSDIR%%/libgimpwidgets/stock-indexed-palette-16.png -%%DOCSDIR%%/libgimpwidgets/stock-indexed-palette-24.png -%%DOCSDIR%%/libgimpwidgets/stock-info-16.png -%%DOCSDIR%%/libgimpwidgets/stock-info-24.png -%%DOCSDIR%%/libgimpwidgets/stock-info-64.png -%%DOCSDIR%%/libgimpwidgets/stock-invert-16.png -%%DOCSDIR%%/libgimpwidgets/stock-join-bevel-16.png -%%DOCSDIR%%/libgimpwidgets/stock-join-miter-16.png -%%DOCSDIR%%/libgimpwidgets/stock-join-round-16.png -%%DOCSDIR%%/libgimpwidgets/stock-landscape-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-24.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-32.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-48.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-24.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-32.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-48.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-to-imagesize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layers-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layers-24.png -%%DOCSDIR%%/libgimpwidgets/stock-letter-spacing-22.png -%%DOCSDIR%%/libgimpwidgets/stock-line-spacing-22.png -%%DOCSDIR%%/libgimpwidgets/stock-linked-12.png -%%DOCSDIR%%/libgimpwidgets/stock-linked-20.png -%%DOCSDIR%%/libgimpwidgets/stock-list-16.png -%%DOCSDIR%%/libgimpwidgets/stock-menu-left-12.png -%%DOCSDIR%%/libgimpwidgets/stock-menu-right-12.png -%%DOCSDIR%%/libgimpwidgets/stock-merge-down-16.png -%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-16.png -%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-24.png -%%DOCSDIR%%/libgimpwidgets/stock-navigation-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paste-as-new-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paste-into-16.png -%%DOCSDIR%%/libgimpwidgets/stock-path-16.png -%%DOCSDIR%%/libgimpwidgets/stock-path-22.png -%%DOCSDIR%%/libgimpwidgets/stock-path-stroke-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paths-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paths-22.png -%%DOCSDIR%%/libgimpwidgets/stock-plugin-16.png -%%DOCSDIR%%/libgimpwidgets/stock-portrait-16.png -%%DOCSDIR%%/libgimpwidgets/stock-print-resolution-16.png -%%DOCSDIR%%/libgimpwidgets/stock-print-resolution-24.png -%%DOCSDIR%%/libgimpwidgets/stock-qmask-off-16.png -%%DOCSDIR%%/libgimpwidgets/stock-qmask-on-16.png -%%DOCSDIR%%/libgimpwidgets/stock-question-64.png -%%DOCSDIR%%/libgimpwidgets/stock-reset-16.png -%%DOCSDIR%%/libgimpwidgets/stock-reshow-filter-16.png -%%DOCSDIR%%/libgimpwidgets/stock-resize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-rotate-180-16.png -%%DOCSDIR%%/libgimpwidgets/stock-rotate-270-16.png -%%DOCSDIR%%/libgimpwidgets/stock-rotate-90-16.png -%%DOCSDIR%%/libgimpwidgets/stock-scale-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-add-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-all-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-border-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-grow-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-intersect-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-none-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-replace-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-shrink-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-stroke-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-subtract-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-to-channel-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-to-path-16.png -%%DOCSDIR%%/libgimpwidgets/stock-shape-circle-16.png -%%DOCSDIR%%/libgimpwidgets/stock-shape-diamond-16.png -%%DOCSDIR%%/libgimpwidgets/stock-shape-square-16.png -%%DOCSDIR%%/libgimpwidgets/stock-swap-colors-12.png -%%DOCSDIR%%/libgimpwidgets/stock-template-16.png -%%DOCSDIR%%/libgimpwidgets/stock-template-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-dir-ltr-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-dir-rtl-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-16.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-32.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-48.png -%%DOCSDIR%%/libgimpwidgets/stock-texture-64.png -%%DOCSDIR%%/libgimpwidgets/stock-toilet-paper-16.png -%%DOCSDIR%%/libgimpwidgets/stock-toilet-paper-24.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-airbrush-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-airbrush-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blend-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blend-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blur-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blur-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-brightness-contrast-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-brightness-contrast-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-bucket-fill-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-bucket-fill-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-by-color-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-by-color-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-clone-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-clone-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-balance-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-balance-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-picker-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-picker-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-colorize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-colorize-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-crop-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-crop-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-curves-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-curves-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-dodge-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-dodge-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ellipse-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ellipse-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-eraser-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-eraser-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-flip-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-flip-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-free-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-free-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-fuzzy-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-fuzzy-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-hue-saturation-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-hue-saturation-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ink-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ink-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-iscissors-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-iscissors-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-levels-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-levels-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-measure-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-measure-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-move-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-move-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-options-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-options-24.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-paintbrush-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-paintbrush-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-path-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-path-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-pencil-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-pencil-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-perspective-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-perspective-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-posterize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-posterize-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rect-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rect-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rotate-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rotate-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-scale-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-scale-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-shear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-shear-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-smudge-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-smudge-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-text-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-text-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-threshold-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-threshold-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-zoom-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-zoom-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tools-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tools-24.png -%%DOCSDIR%%/libgimpwidgets/stock-transparency-16.png -%%DOCSDIR%%/libgimpwidgets/stock-transparency-24.png -%%DOCSDIR%%/libgimpwidgets/stock-undo-history-16.png -%%DOCSDIR%%/libgimpwidgets/stock-undo-history-24.png -%%DOCSDIR%%/libgimpwidgets/stock-vchain-24.png -%%DOCSDIR%%/libgimpwidgets/stock-vchain-broken-24.png -%%DOCSDIR%%/libgimpwidgets/stock-video-16.png -%%DOCSDIR%%/libgimpwidgets/stock-video-24.png -%%DOCSDIR%%/libgimpwidgets/stock-warning-16.png -%%DOCSDIR%%/libgimpwidgets/stock-warning-24.png -%%DOCSDIR%%/libgimpwidgets/stock-warning-64.png -%%DOCSDIR%%/libgimpwidgets/stock-web-16.png -%%DOCSDIR%%/libgimpwidgets/stock-web-24.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-16.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-32.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-48.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-64.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-eek-64.png -%%DOCSDIR%%/libgimpwidgets/stock-zoom-follow-window-12.png -%%DOCSDIR%%/libgimpwidgets/style.css -%%DOCSDIR%%/libgimpwidgets/up.png -%%DATADIR%%/brushes/10x10square.gbr -%%DATADIR%%/brushes/10x10squareBlur.gbr -%%DATADIR%%/brushes/11circle.gbr -%%DATADIR%%/brushes/11fcircle.gbr -%%DATADIR%%/brushes/13circle.gbr -%%DATADIR%%/brushes/13fcircle.gbr -%%DATADIR%%/brushes/15circle.gbr -%%DATADIR%%/brushes/15fcircle.gbr -%%DATADIR%%/brushes/17circle.gbr -%%DATADIR%%/brushes/17fcircle.gbr -%%DATADIR%%/brushes/19circle.gbr -%%DATADIR%%/brushes/19fcircle.gbr -%%DATADIR%%/brushes/1circle.gbr -%%DATADIR%%/brushes/20x20square.gbr -%%DATADIR%%/brushes/20x20squareBlur.gbr -%%DATADIR%%/brushes/3circle.gbr -%%DATADIR%%/brushes/3fcircle.gbr -%%DATADIR%%/brushes/5circle.gbr -%%DATADIR%%/brushes/5fcircle.gbr -%%DATADIR%%/brushes/5x5square.gbr -%%DATADIR%%/brushes/5x5squareBlur.gbr -%%DATADIR%%/brushes/7circle.gbr -%%DATADIR%%/brushes/7fcircle.gbr -%%DATADIR%%/brushes/9circle.gbr -%%DATADIR%%/brushes/9fcircle.gbr -%%DATADIR%%/brushes/DStar11.gbr -%%DATADIR%%/brushes/DStar17.gbr -%%DATADIR%%/brushes/DStar25.gbr -%%DATADIR%%/brushes/SketchBrush-16.gih -%%DATADIR%%/brushes/SketchBrush-32.gih -%%DATADIR%%/brushes/SketchBrush-64.gih -%%DATADIR%%/brushes/callig1.gbr -%%DATADIR%%/brushes/callig2.gbr -%%DATADIR%%/brushes/callig3.gbr -%%DATADIR%%/brushes/callig4.gbr -%%DATADIR%%/brushes/confetti.gbr -%%DATADIR%%/brushes/confetti.gih -%%DATADIR%%/brushes/dunes.gbr -%%DATADIR%%/brushes/feltpen.gih -%%DATADIR%%/brushes/galaxy.gbr -%%DATADIR%%/brushes/galaxy_big.gbr -%%DATADIR%%/brushes/galaxy_small.gbr -%%DATADIR%%/brushes/hsparks.gih -%%DATADIR%%/brushes/pepper.gbr -%%DATADIR%%/brushes/pixel.gbr -%%DATADIR%%/brushes/thegimp.gbr -%%DATADIR%%/brushes/vine.gih -%%DATADIR%%/brushes/xcf.gbr -@exec mkdir -p %D/%%DATADIR%%/fonts -%%DATADIR%%/fractalexplorer/Asteroid_Field -%%DATADIR%%/fractalexplorer/Bar_Code_Label -%%DATADIR%%/fractalexplorer/Beauty_of_Nature -%%DATADIR%%/fractalexplorer/Blue_Curtain -%%DATADIR%%/fractalexplorer/Car_Track -%%DATADIR%%/fractalexplorer/Energetic_Diamond -%%DATADIR%%/fractalexplorer/Explosive -%%DATADIR%%/fractalexplorer/Flower -%%DATADIR%%/fractalexplorer/Fragments -%%DATADIR%%/fractalexplorer/Hemp -%%DATADIR%%/fractalexplorer/High_Voltage -%%DATADIR%%/fractalexplorer/Hoops -%%DATADIR%%/fractalexplorer/Ice_Crystal -%%DATADIR%%/fractalexplorer/Leaves -%%DATADIR%%/fractalexplorer/Lightning -%%DATADIR%%/fractalexplorer/Mandelbrot -%%DATADIR%%/fractalexplorer/Marble -%%DATADIR%%/fractalexplorer/Marble2 -%%DATADIR%%/fractalexplorer/Medusa -%%DATADIR%%/fractalexplorer/Nautilus -%%DATADIR%%/fractalexplorer/Nebula -%%DATADIR%%/fractalexplorer/Plant -%%DATADIR%%/fractalexplorer/Rose -%%DATADIR%%/fractalexplorer/Saturn -%%DATADIR%%/fractalexplorer/Snow_Crystal -%%DATADIR%%/fractalexplorer/Soma -%%DATADIR%%/fractalexplorer/Spark -%%DATADIR%%/fractalexplorer/Suns -%%DATADIR%%/fractalexplorer/Tentacles -%%DATADIR%%/fractalexplorer/The_Green_Place -%%DATADIR%%/fractalexplorer/Wave -%%DATADIR%%/fractalexplorer/Wood -%%DATADIR%%/fractalexplorer/Zooming_Circle -%%DATADIR%%/gfig/A_star -%%DATADIR%%/gfig/curves -%%DATADIR%%/gfig/polys -%%DATADIR%%/gfig/ring -%%DATADIR%%/gfig/ring+star -%%DATADIR%%/gfig/simily -%%DATADIR%%/gfig/spirals_and_stars -%%DATADIR%%/gfig/sprial -%%DATADIR%%/gfig/star2 -%%DATADIR%%/gfig/stars -%%DATADIR%%/gflare/Bright_Star -%%DATADIR%%/gflare/Classic -%%DATADIR%%/gflare/Default -%%DATADIR%%/gflare/Distant_Sun -%%DATADIR%%/gflare/GFlare_101 -%%DATADIR%%/gflare/GFlare_102 -%%DATADIR%%/gflare/Hidden_Planet -%%DATADIR%%/gimpressionist/Brushes/arrow01.pgm -%%DATADIR%%/gimpressionist/Brushes/ball.ppm -%%DATADIR%%/gimpressionist/Brushes/blob.ppm -%%DATADIR%%/gimpressionist/Brushes/box.ppm -%%DATADIR%%/gimpressionist/Brushes/chalk01.pgm -%%DATADIR%%/gimpressionist/Brushes/cone.ppm -%%DATADIR%%/gimpressionist/Brushes/crayon01.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon02.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon03.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon04.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon05.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon06.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon07.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon08.pgm -%%DATADIR%%/gimpressionist/Brushes/defaultbrush.pgm -%%DATADIR%%/gimpressionist/Brushes/dribble.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric01.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric02.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric03.pgm -%%DATADIR%%/gimpressionist/Brushes/flower01.pgm -%%DATADIR%%/gimpressionist/Brushes/flower02.pgm -%%DATADIR%%/gimpressionist/Brushes/flower03.pgm -%%DATADIR%%/gimpressionist/Brushes/flower04.pgm -%%DATADIR%%/gimpressionist/Brushes/grad01.pgm -%%DATADIR%%/gimpressionist/Brushes/grad02.pgm -%%DATADIR%%/gimpressionist/Brushes/grad03.pgm -%%DATADIR%%/gimpressionist/Brushes/heart.ppm -%%DATADIR%%/gimpressionist/Brushes/leaf01.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush01.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush02.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush03.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush04.pgm -%%DATADIR%%/gimpressionist/Brushes/paper01.pgm -%%DATADIR%%/gimpressionist/Brushes/paper02.pgm -%%DATADIR%%/gimpressionist/Brushes/paper03.pgm -%%DATADIR%%/gimpressionist/Brushes/paper04.pgm -%%DATADIR%%/gimpressionist/Brushes/pentagram.pgm -%%DATADIR%%/gimpressionist/Brushes/scribble.pgm -%%DATADIR%%/gimpressionist/Brushes/shape01.pgm -%%DATADIR%%/gimpressionist/Brushes/shape02.pgm -%%DATADIR%%/gimpressionist/Brushes/shape03.pgm -%%DATADIR%%/gimpressionist/Brushes/shape04.pgm -%%DATADIR%%/gimpressionist/Brushes/snow1.pgm -%%DATADIR%%/gimpressionist/Brushes/sphere.ppm -%%DATADIR%%/gimpressionist/Brushes/splat1.pgm -%%DATADIR%%/gimpressionist/Brushes/splat2.pgm -%%DATADIR%%/gimpressionist/Brushes/splat3.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge01.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge02.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge03.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge04.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge05.pgm -%%DATADIR%%/gimpressionist/Brushes/strange01.pgm -%%DATADIR%%/gimpressionist/Brushes/thegimp.pgm -%%DATADIR%%/gimpressionist/Brushes/torus.ppm -%%DATADIR%%/gimpressionist/Brushes/wavy.pgm -%%DATADIR%%/gimpressionist/Brushes/weave.pgm -%%DATADIR%%/gimpressionist/Brushes/worm.pgm -%%DATADIR%%/gimpressionist/Paper/bricks.pgm -%%DATADIR%%/gimpressionist/Paper/bricks2.pgm -%%DATADIR%%/gimpressionist/Paper/burlap.pgm -%%DATADIR%%/gimpressionist/Paper/canvas2.pgm -%%DATADIR%%/gimpressionist/Paper/defaultpaper.pgm -%%DATADIR%%/gimpressionist/Paper/marble.pgm -%%DATADIR%%/gimpressionist/Paper/marble2.pgm -%%DATADIR%%/gimpressionist/Paper/stone.pgm -%%DATADIR%%/gimpressionist/Paper/struc.pgm -%%DATADIR%%/gimpressionist/Presets/ApplyCanvas -%%DATADIR%%/gimpressionist/Presets/Ballpark -%%DATADIR%%/gimpressionist/Presets/Canvas -%%DATADIR%%/gimpressionist/Presets/Crosshatch -%%DATADIR%%/gimpressionist/Presets/Cubism -%%DATADIR%%/gimpressionist/Presets/Dotify -%%DATADIR%%/gimpressionist/Presets/Embroidery -%%DATADIR%%/gimpressionist/Presets/Feathers -%%DATADIR%%/gimpressionist/Presets/Felt-marker -%%DATADIR%%/gimpressionist/Presets/Flowerbed -%%DATADIR%%/gimpressionist/Presets/Furry -%%DATADIR%%/gimpressionist/Presets/Line-art -%%DATADIR%%/gimpressionist/Presets/Line-art-2 -%%DATADIR%%/gimpressionist/Presets/Maggot-invasion -%%DATADIR%%/gimpressionist/Presets/MarbleMadness -%%DATADIR%%/gimpressionist/Presets/Mossy -%%DATADIR%%/gimpressionist/Presets/Painted_Rock -%%DATADIR%%/gimpressionist/Presets/Parquette -%%DATADIR%%/gimpressionist/Presets/Patchwork -%%DATADIR%%/gimpressionist/Presets/Ringworks -%%DATADIR%%/gimpressionist/Presets/Sample -%%DATADIR%%/gimpressionist/Presets/Smash -%%DATADIR%%/gimpressionist/Presets/Straws -%%DATADIR%%/gimpressionist/Presets/Weave -%%DATADIR%%/gimpressionist/Presets/Wormcan -%%DATADIR%%/gradients/Abstract_1.ggr -%%DATADIR%%/gradients/Abstract_2.ggr -%%DATADIR%%/gradients/Abstract_3.ggr -%%DATADIR%%/gradients/Aneurism.ggr -%%DATADIR%%/gradients/Blinds.ggr -%%DATADIR%%/gradients/Blue_Green.ggr -%%DATADIR%%/gradients/Browns.ggr -%%DATADIR%%/gradients/Brushed_Aluminium.ggr -%%DATADIR%%/gradients/Burning_Paper.ggr -%%DATADIR%%/gradients/Burning_Transparency.ggr -%%DATADIR%%/gradients/CD.ggr -%%DATADIR%%/gradients/CD_Half.ggr -%%DATADIR%%/gradients/Caribbean_Blues.ggr -%%DATADIR%%/gradients/Coffee.ggr -%%DATADIR%%/gradients/Cold_Steel.ggr -%%DATADIR%%/gradients/Cold_Steel_2.ggr -%%DATADIR%%/gradients/Crown_molding.ggr -%%DATADIR%%/gradients/Dark_1.ggr -%%DATADIR%%/gradients/Deep_Sea.ggr -%%DATADIR%%/gradients/Default.ggr -%%DATADIR%%/gradients/Flare_Glow_Angular_1.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_1.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_2.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_3.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_4.ggr -%%DATADIR%%/gradients/Flare_Radial_101.ggr -%%DATADIR%%/gradients/Flare_Radial_102.ggr -%%DATADIR%%/gradients/Flare_Radial_103.ggr -%%DATADIR%%/gradients/Flare_Rays_Radial_1.ggr -%%DATADIR%%/gradients/Flare_Rays_Radial_2.ggr -%%DATADIR%%/gradients/Flare_Rays_Size_1.ggr -%%DATADIR%%/gradients/Flare_Sizefac_101.ggr -%%DATADIR%%/gradients/Four_bars.ggr -%%DATADIR%%/gradients/French_flag.ggr -%%DATADIR%%/gradients/French_flag_smooth.ggr -%%DATADIR%%/gradients/Full_saturation_spectrum_CCW.ggr -%%DATADIR%%/gradients/Full_saturation_spectrum_CW.ggr -%%DATADIR%%/gradients/German_flag.ggr -%%DATADIR%%/gradients/German_flag_smooth.ggr -%%DATADIR%%/gradients/Golden.ggr -%%DATADIR%%/gradients/Greens.ggr -%%DATADIR%%/gradients/Horizon_1.ggr -%%DATADIR%%/gradients/Horizon_2.ggr -%%DATADIR%%/gradients/Incandescent.ggr -%%DATADIR%%/gradients/Land_1.ggr -%%DATADIR%%/gradients/Land_and_Sea.ggr -%%DATADIR%%/gradients/Metallic_Something.ggr -%%DATADIR%%/gradients/Mexican_flag.ggr -%%DATADIR%%/gradients/Mexican_flag_smooth.ggr -%%DATADIR%%/gradients/Nauseating_Headache.ggr -%%DATADIR%%/gradients/Neon_Cyan.ggr -%%DATADIR%%/gradients/Neon_Green.ggr -%%DATADIR%%/gradients/Neon_Yellow.ggr -%%DATADIR%%/gradients/Pastel_Rainbow.ggr -%%DATADIR%%/gradients/Pastels.ggr -%%DATADIR%%/gradients/Purples.ggr -%%DATADIR%%/gradients/Radial_Eyeball_Blue.ggr -%%DATADIR%%/gradients/Radial_Eyeball_Brown.ggr -%%DATADIR%%/gradients/Radial_Eyeball_Green.ggr -%%DATADIR%%/gradients/Radial_Glow_1.ggr -%%DATADIR%%/gradients/Radial_Rainbow_Hoop.ggr -%%DATADIR%%/gradients/Romanian_flag.ggr -%%DATADIR%%/gradients/Romanian_flag_smooth.ggr -%%DATADIR%%/gradients/Rounded_edge.ggr -%%DATADIR%%/gradients/Shadows_1.ggr -%%DATADIR%%/gradients/Shadows_2.ggr -%%DATADIR%%/gradients/Shadows_3.ggr -%%DATADIR%%/gradients/Skyline.ggr -%%DATADIR%%/gradients/Skyline_polluted.ggr -%%DATADIR%%/gradients/Square_Wood_Frame.ggr -%%DATADIR%%/gradients/Sunrise.ggr -%%DATADIR%%/gradients/Three_bars_sin.ggr -%%DATADIR%%/gradients/Tropical_Colors.ggr -%%DATADIR%%/gradients/Tube_Red.ggr -%%DATADIR%%/gradients/Wood_1.ggr -%%DATADIR%%/gradients/Wood_2.ggr -%%DATADIR%%/gradients/Yellow_Contrast.ggr -%%DATADIR%%/gradients/Yellow_Orange.ggr -%%DATADIR%%/images/gimp-splash.png -%%DATADIR%%/images/gimp-logo.png -%%DATADIR%%/images/wilber-devel-icon.png -%%DATADIR%%/images/wilber-icon.png -%%DATADIR%%/images/wilber-tips.png -%%DATADIR%%/images/wilber-wizard.png -%%DATADIR%%/menus/brushes-menu.xml -%%DATADIR%%/menus/buffers-menu.xml -%%DATADIR%%/menus/channels-menu.xml -%%DATADIR%%/menus/colormap-editor-menu.xml -%%DATADIR%%/menus/dockable-menu.xml -%%DATADIR%%/menus/documents-menu.xml -%%DATADIR%%/menus/error-console-menu.xml -%%DATADIR%%/menus/fonts-menu.xml -%%DATADIR%%/menus/gradient-editor-menu.xml -%%DATADIR%%/menus/gradients-menu.xml -%%DATADIR%%/menus/image-menu.xml -%%DATADIR%%/menus/images-menu.xml -%%DATADIR%%/menus/layers-menu.xml -%%DATADIR%%/menus/palette-editor-menu.xml -%%DATADIR%%/menus/palettes-menu.xml -%%DATADIR%%/menus/patterns-menu.xml -%%DATADIR%%/menus/qmask-menu.xml -%%DATADIR%%/menus/selection-editor-menu.xml -%%DATADIR%%/menus/templates-menu.xml -%%DATADIR%%/menus/text-editor-toolbar.xml -%%DATADIR%%/menus/tool-options-menu.xml -%%DATADIR%%/menus/toolbox-menu.xml -%%DATADIR%%/menus/tools-menu.xml -%%DATADIR%%/menus/vectors-menu.xml -%%DATADIR%%/misc/gimp.applications -%%DATADIR%%/misc/gimp.desktop -%%DATADIR%%/misc/gimp.keys -%%GNOMEPANEL:%%share/gnome/application-registry/gimp-2.2.applications -%%GNOMEPANEL:%%share/gnome/applications/gimp-2.2.desktop -%%GNOMEPANEL:%%@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -%%GNOMEPANEL:%%share/gnome/mime-info/gimp-2.2.keys -%%DATADIR%%/palettes/Bears.gpl -%%DATADIR%%/palettes/Bgold.gpl -%%DATADIR%%/palettes/Blues.gpl -%%DATADIR%%/palettes/Borders.gpl -%%DATADIR%%/palettes/Browns_And_Yellows.gpl -%%DATADIR%%/palettes/Caramel.gpl -%%DATADIR%%/palettes/Cascade.gpl -%%DATADIR%%/palettes/China.gpl -%%DATADIR%%/palettes/Coldfire.gpl -%%DATADIR%%/palettes/Cool_Colors.gpl -%%DATADIR%%/palettes/Cranes.gpl -%%DATADIR%%/palettes/Dark_pastels.gpl -%%DATADIR%%/palettes/Default.gpl -%%DATADIR%%/palettes/Ega.gpl -%%DATADIR%%/palettes/Firecode.gpl -%%DATADIR%%/palettes/Gold.gpl -%%DATADIR%%/palettes/GrayViolet.gpl -%%DATADIR%%/palettes/Grayblue.gpl -%%DATADIR%%/palettes/Grays.gpl -%%DATADIR%%/palettes/Greens.gpl -%%DATADIR%%/palettes/Hilite.gpl -%%DATADIR%%/palettes/Khaki.gpl -%%DATADIR%%/palettes/Lights.gpl -%%DATADIR%%/palettes/Muted.gpl -%%DATADIR%%/palettes/Named_Colors.gpl -%%DATADIR%%/palettes/News3.gpl -%%DATADIR%%/palettes/Op2.gpl -%%DATADIR%%/palettes/Paintjet.gpl -%%DATADIR%%/palettes/Pastels.gpl -%%DATADIR%%/palettes/Plasma.gpl -%%DATADIR%%/palettes/Reds.gpl -%%DATADIR%%/palettes/Reds_And_Purples.gpl -%%DATADIR%%/palettes/Royal.gpl -%%DATADIR%%/palettes/Topographic.gpl -%%DATADIR%%/palettes/Visibone.gpl -%%DATADIR%%/palettes/Visibone_2.gpl -%%DATADIR%%/palettes/Volcano.gpl -%%DATADIR%%/palettes/Warm_Colors.gpl -%%DATADIR%%/palettes/Web.gpl -%%DATADIR%%/patterns/3dgreen.pat -%%DATADIR%%/patterns/Craters.pat -%%DATADIR%%/patterns/Moonfoot.pat -%%DATADIR%%/patterns/Stripes1px.pat -%%DATADIR%%/patterns/Stripes2px.pat -%%DATADIR%%/patterns/amethyst.pat -%%DATADIR%%/patterns/bark.pat -%%DATADIR%%/patterns/blue.pat -%%DATADIR%%/patterns/bluegrid.pat -%%DATADIR%%/patterns/bluesquares.pat -%%DATADIR%%/patterns/blueweb.pat -%%DATADIR%%/patterns/brick.pat -%%DATADIR%%/patterns/burlap.pat -%%DATADIR%%/patterns/burlwood.pat -%%DATADIR%%/patterns/choc_swirl.pat -%%DATADIR%%/patterns/corkboard.pat -%%DATADIR%%/patterns/cracked.pat -%%DATADIR%%/patterns/crinklepaper.pat -%%DATADIR%%/patterns/electric.pat -%%DATADIR%%/patterns/fibers.pat -%%DATADIR%%/patterns/granite1.pat -%%DATADIR%%/patterns/ground1.pat -%%DATADIR%%/patterns/ice.pat -%%DATADIR%%/patterns/java.pat -%%DATADIR%%/patterns/leather.pat -%%DATADIR%%/patterns/leaves.pat -%%DATADIR%%/patterns/leopard.pat -%%DATADIR%%/patterns/lightning.pat -%%DATADIR%%/patterns/marble1.pat -%%DATADIR%%/patterns/marble2.pat -%%DATADIR%%/patterns/marble3.pat -%%DATADIR%%/patterns/nops.pat -%%DATADIR%%/patterns/paper.pat -%%DATADIR%%/patterns/parque1.pat -%%DATADIR%%/patterns/parque2.pat -%%DATADIR%%/patterns/parque3.pat -%%DATADIR%%/patterns/pastel.pat -%%DATADIR%%/patterns/pine.pat -%%DATADIR%%/patterns/pink_marble.pat -%%DATADIR%%/patterns/pool.pat -%%DATADIR%%/patterns/qube1.pat -%%DATADIR%%/patterns/rain.pat -%%DATADIR%%/patterns/recessed.pat -%%DATADIR%%/patterns/redcube.pat -%%DATADIR%%/patterns/rock.pat -%%DATADIR%%/patterns/sky.pat -%%DATADIR%%/patterns/slate.pat -%%DATADIR%%/patterns/sm_squares.pat -%%DATADIR%%/patterns/starfield.pat -%%DATADIR%%/patterns/stone33.pat -%%DATADIR%%/patterns/terra.pat -%%DATADIR%%/patterns/walnut.pat -%%DATADIR%%/patterns/warning.pat -%%DATADIR%%/patterns/wood1.pat -%%DATADIR%%/patterns/wood2.pat -%%DATADIR%%/patterns/wood3.pat -%%DATADIR%%/patterns/wood4.pat -%%DATADIR%%/patterns/wood5.pat -%%DATADIR%%/scripts/3d-outline.scm -%%DATADIR%%/scripts/3dTruchet.scm -%%DATADIR%%/scripts/add-bevel.scm -%%DATADIR%%/scripts/addborder.scm -%%DATADIR%%/scripts/alien-glow-arrow.scm -%%DATADIR%%/scripts/alien-glow-bar.scm -%%DATADIR%%/scripts/alien-glow-bullet.scm -%%DATADIR%%/scripts/alien-glow-button.scm -%%DATADIR%%/scripts/alien-glow-logo.scm -%%DATADIR%%/scripts/alien-neon-logo.scm -%%DATADIR%%/scripts/basic1-logo.scm -%%DATADIR%%/scripts/basic2-logo.scm -%%DATADIR%%/scripts/beveled-button.scm -%%DATADIR%%/scripts/beveled-pattern-arrow.scm -%%DATADIR%%/scripts/beveled-pattern-bullet.scm -%%DATADIR%%/scripts/beveled-pattern-button.scm -%%DATADIR%%/scripts/beveled-pattern-heading.scm -%%DATADIR%%/scripts/beveled-pattern-hrule.scm -%%DATADIR%%/scripts/blend-anim.scm -%%DATADIR%%/scripts/blended-logo.scm -%%DATADIR%%/scripts/bovinated-logo.scm -%%DATADIR%%/scripts/burn-in-anim.scm -%%DATADIR%%/scripts/camo.scm -%%DATADIR%%/scripts/carve-it.scm -%%DATADIR%%/scripts/carved-logo.scm -%%DATADIR%%/scripts/chalk.scm -%%DATADIR%%/scripts/chip-away.scm -%%DATADIR%%/scripts/chrome-it.scm -%%DATADIR%%/scripts/chrome-logo.scm -%%DATADIR%%/scripts/circuit.scm -%%DATADIR%%/scripts/clothify.scm -%%DATADIR%%/scripts/coffee.scm -%%DATADIR%%/scripts/comic-logo.scm -%%DATADIR%%/scripts/coolmetal-logo.scm -%%DATADIR%%/scripts/copy-visible.scm -%%DATADIR%%/scripts/crystal-logo.scm -%%DATADIR%%/scripts/distress-selection.scm -%%DATADIR%%/scripts/drop-shadow.scm -%%DATADIR%%/scripts/erase-rows.scm -%%DATADIR%%/scripts/fade-outline.scm -%%DATADIR%%/scripts/flatland.scm -%%DATADIR%%/scripts/font-map.scm -%%DATADIR%%/scripts/frosty-logo.scm -%%DATADIR%%/scripts/fuzzyborder.scm -%%DATADIR%%/scripts/gimp-headers.scm -%%DATADIR%%/scripts/gimp-labels.scm -%%DATADIR%%/scripts/glossy.scm -%%DATADIR%%/scripts/glowing-logo.scm -%%DATADIR%%/scripts/gradient-bevel-logo.scm -%%DATADIR%%/scripts/gradient-example.scm -%%DATADIR%%/scripts/grid-system.scm -%%DATADIR%%/scripts/guides-from-selection.scm -%%DATADIR%%/scripts/guides-new-percent.scm -%%DATADIR%%/scripts/guides-new.scm -%%DATADIR%%/scripts/guides-remove-all.scm -%%DATADIR%%/scripts/hsv-graph.scm -%%DATADIR%%/scripts/i26-gunya2.scm -%%DATADIR%%/scripts/image-structure.scm -%%DATADIR%%/scripts/images/beavis.jpg -%%DATADIR%%/scripts/images/texture.jpg -%%DATADIR%%/scripts/images/texture1.jpg -%%DATADIR%%/scripts/images/texture2.jpg -%%DATADIR%%/scripts/images/texture3.jpg -%%DATADIR%%/scripts/land.scm -%%DATADIR%%/scripts/lava.scm -%%DATADIR%%/scripts/line-nova.scm -%%DATADIR%%/scripts/mkbrush.scm -%%DATADIR%%/scripts/neon-logo.scm -%%DATADIR%%/scripts/news-text.scm -%%DATADIR%%/scripts/old-photo.scm -%%DATADIR%%/scripts/perspective-shadow.scm -%%DATADIR%%/scripts/predator.scm -%%DATADIR%%/scripts/pupi-button.scm -%%DATADIR%%/scripts/rendermap.scm -%%DATADIR%%/scripts/ripply-anim.scm -%%DATADIR%%/scripts/round-corners.scm -%%DATADIR%%/scripts/script-fu-util.scm -%%DATADIR%%/scripts/select-to-brush.scm -%%DATADIR%%/scripts/select-to-image.scm -%%DATADIR%%/scripts/select-to-pattern.scm -%%DATADIR%%/scripts/selection-round.scm -%%DATADIR%%/scripts/slide.scm -%%DATADIR%%/scripts/sota-chrome-logo.scm -%%DATADIR%%/scripts/speed-text.scm -%%DATADIR%%/scripts/sphere.scm -%%DATADIR%%/scripts/spinning-globe.scm -%%DATADIR%%/scripts/spyrogimp.scm -%%DATADIR%%/scripts/starburst-logo.scm -%%DATADIR%%/scripts/starscape-logo.scm -%%DATADIR%%/scripts/swirltile.scm -%%DATADIR%%/scripts/swirly-pattern.scm -%%DATADIR%%/scripts/t-o-p-logo.scm -%%DATADIR%%/scripts/text-circle.scm -%%DATADIR%%/scripts/textured-logo.scm -%%DATADIR%%/scripts/tileblur.scm -%%DATADIR%%/scripts/title-header.scm -%%DATADIR%%/scripts/truchet.scm -%%DATADIR%%/scripts/unsharp-mask.scm -%%DATADIR%%/scripts/waves-anim.scm -%%DATADIR%%/scripts/weave.scm -%%DATADIR%%/scripts/web-browser.scm -%%DATADIR%%/scripts/xach-effect.scm -%%DATADIR%%/themes/Default/gtkrc -%%DATADIR%%/themes/Default/imagerc -%%DATADIR%%/themes/Default/images/preferences/controllers.png -%%DATADIR%%/themes/Default/images/preferences/default-comment.png -%%DATADIR%%/themes/Default/images/preferences/default-grid.png -%%DATADIR%%/themes/Default/images/preferences/display.png -%%DATADIR%%/themes/Default/images/preferences/environment.png -%%DATADIR%%/themes/Default/images/preferences/folders-brushes.png -%%DATADIR%%/themes/Default/images/preferences/folders-environ.png -%%DATADIR%%/themes/Default/images/preferences/folders-fonts.png -%%DATADIR%%/themes/Default/images/preferences/folders-gradients.png -%%DATADIR%%/themes/Default/images/preferences/folders-modules.png -%%DATADIR%%/themes/Default/images/preferences/folders-palettes.png -%%DATADIR%%/themes/Default/images/preferences/folders-patterns.png -%%DATADIR%%/themes/Default/images/preferences/folders-plug-ins.png -%%DATADIR%%/themes/Default/images/preferences/folders-scripts.png -%%DATADIR%%/themes/Default/images/preferences/folders-themes.png -%%DATADIR%%/themes/Default/images/preferences/folders-tool-plug-ins.png -%%DATADIR%%/themes/Default/images/preferences/folders.png -%%DATADIR%%/themes/Default/images/preferences/help-system.png -%%DATADIR%%/themes/Default/images/preferences/image-title.png -%%DATADIR%%/themes/Default/images/preferences/image-windows.png -%%DATADIR%%/themes/Default/images/preferences/input-devices.png -%%DATADIR%%/themes/Default/images/preferences/interface.png -%%DATADIR%%/themes/Default/images/preferences/monitor.png -%%DATADIR%%/themes/Default/images/preferences/new-image.png -%%DATADIR%%/themes/Default/images/preferences/session.png -%%DATADIR%%/themes/Default/images/preferences/theme.png -%%DATADIR%%/themes/Default/images/preferences/tool-options.png -%%DATADIR%%/themes/Default/images/preferences/toolbox.png -%%DATADIR%%/themes/Default/images/preferences/window-management.png -%%DATADIR%%/themes/Default/images/stock-anchor-16.png -%%DATADIR%%/themes/Default/images/stock-cap-butt-16.png -%%DATADIR%%/themes/Default/images/stock-cap-round-16.png -%%DATADIR%%/themes/Default/images/stock-cap-square-16.png -%%DATADIR%%/themes/Default/images/stock-center-16.png -%%DATADIR%%/themes/Default/images/stock-center-24.png -%%DATADIR%%/themes/Default/images/stock-channel-16.png -%%DATADIR%%/themes/Default/images/stock-channel-24.png -%%DATADIR%%/themes/Default/images/stock-channel-32.png -%%DATADIR%%/themes/Default/images/stock-channel-48.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-16.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-24.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-32.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-48.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-16.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-24.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-32.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-48.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-16.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-24.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-32.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-48.png -%%DATADIR%%/themes/Default/images/stock-channel-green-16.png -%%DATADIR%%/themes/Default/images/stock-channel-green-24.png -%%DATADIR%%/themes/Default/images/stock-channel-green-32.png -%%DATADIR%%/themes/Default/images/stock-channel-green-48.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-16.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-24.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-32.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-48.png -%%DATADIR%%/themes/Default/images/stock-channel-red-16.png -%%DATADIR%%/themes/Default/images/stock-channel-red-24.png -%%DATADIR%%/themes/Default/images/stock-channel-red-32.png -%%DATADIR%%/themes/Default/images/stock-channel-red-48.png -%%DATADIR%%/themes/Default/images/stock-channels-16.png -%%DATADIR%%/themes/Default/images/stock-channels-24.png -%%DATADIR%%/themes/Default/images/stock-char-picker-22.png -%%DATADIR%%/themes/Default/images/stock-close-12.png -%%DATADIR%%/themes/Default/images/stock-color-pick-from-screen-16.png -%%DATADIR%%/themes/Default/images/stock-color-picker-black-18.png -%%DATADIR%%/themes/Default/images/stock-color-picker-gray-18.png -%%DATADIR%%/themes/Default/images/stock-color-picker-white-18.png -%%DATADIR%%/themes/Default/images/stock-color-triangle-16.png -%%DATADIR%%/themes/Default/images/stock-convert-grayscale-16.png -%%DATADIR%%/themes/Default/images/stock-convert-indexed-16.png -%%DATADIR%%/themes/Default/images/stock-convert-rgb-16.png -%%DATADIR%%/themes/Default/images/stock-curve-free-16.png -%%DATADIR%%/themes/Default/images/stock-curve-smooth-16.png -%%DATADIR%%/themes/Default/images/stock-default-colors-12.png -%%DATADIR%%/themes/Default/images/stock-device-status-16.png -%%DATADIR%%/themes/Default/images/stock-device-status-24.png -%%DATADIR%%/themes/Default/images/stock-display-filter-16.png -%%DATADIR%%/themes/Default/images/stock-display-filter-24.png -%%DATADIR%%/themes/Default/images/stock-duplicate-16.png -%%DATADIR%%/themes/Default/images/stock-edit-16.png -%%DATADIR%%/themes/Default/images/stock-error-64.png -%%DATADIR%%/themes/Default/images/stock-eye-12.png -%%DATADIR%%/themes/Default/images/stock-eye-20.png -%%DATADIR%%/themes/Default/images/stock-flip-horizontal-16.png -%%DATADIR%%/themes/Default/images/stock-flip-vertical-16.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-16.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-24.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-32.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-48.png -%%DATADIR%%/themes/Default/images/stock-frame-64.png -%%DATADIR%%/themes/Default/images/stock-gradient-bilinear-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-conical-asymmetric-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-conical-symmetric-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-linear-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-radial-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-angular-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-dimpled-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-spherical-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-spiral-anticlockwise-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-spiral-clockwise-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-square-16.png -%%DATADIR%%/themes/Default/images/stock-gravity-east-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-north-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-north-east-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-north-west-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-south-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-south-east-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-south-west-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-west-24.png -%%DATADIR%%/themes/Default/images/stock-grid-16.png -%%DATADIR%%/themes/Default/images/stock-hchain-24.png -%%DATADIR%%/themes/Default/images/stock-hchain-broken-24.png -%%DATADIR%%/themes/Default/images/stock-histogram-16.png -%%DATADIR%%/themes/Default/images/stock-histogram-22.png -%%DATADIR%%/themes/Default/images/stock-histogram-linear-16.png -%%DATADIR%%/themes/Default/images/stock-histogram-logarithmic-16.png -%%DATADIR%%/themes/Default/images/stock-image-16.png -%%DATADIR%%/themes/Default/images/stock-image-24.png -%%DATADIR%%/themes/Default/images/stock-image-32.png -%%DATADIR%%/themes/Default/images/stock-image-48.png -%%DATADIR%%/themes/Default/images/stock-images-16.png -%%DATADIR%%/themes/Default/images/stock-images-24.png -%%DATADIR%%/themes/Default/images/stock-indexed-palette-16.png -%%DATADIR%%/themes/Default/images/stock-indexed-palette-24.png -%%DATADIR%%/themes/Default/images/stock-info-16.png -%%DATADIR%%/themes/Default/images/stock-info-24.png -%%DATADIR%%/themes/Default/images/stock-info-64.png -%%DATADIR%%/themes/Default/images/stock-invert-16.png -%%DATADIR%%/themes/Default/images/stock-join-bevel-16.png -%%DATADIR%%/themes/Default/images/stock-join-miter-16.png -%%DATADIR%%/themes/Default/images/stock-join-round-16.png -%%DATADIR%%/themes/Default/images/stock-landscape-16.png -%%DATADIR%%/themes/Default/images/stock-layer-16.png -%%DATADIR%%/themes/Default/images/stock-layer-24.png -%%DATADIR%%/themes/Default/images/stock-layer-32.png -%%DATADIR%%/themes/Default/images/stock-layer-48.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-16.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-24.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-32.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-48.png -%%DATADIR%%/themes/Default/images/stock-layer-to-imagesize-16.png -%%DATADIR%%/themes/Default/images/stock-layers-16.png -%%DATADIR%%/themes/Default/images/stock-layers-24.png -%%DATADIR%%/themes/Default/images/stock-letter-spacing-22.png -%%DATADIR%%/themes/Default/images/stock-line-spacing-22.png -%%DATADIR%%/themes/Default/images/stock-linked-12.png -%%DATADIR%%/themes/Default/images/stock-linked-20.png -%%DATADIR%%/themes/Default/images/stock-list-16.png -%%DATADIR%%/themes/Default/images/stock-menu-left-12.png -%%DATADIR%%/themes/Default/images/stock-menu-right-12.png -%%DATADIR%%/themes/Default/images/stock-merge-down-16.png -%%DATADIR%%/themes/Default/images/stock-move-to-screen-16.png -%%DATADIR%%/themes/Default/images/stock-move-to-screen-24.png -%%DATADIR%%/themes/Default/images/stock-navigation-16.png -%%DATADIR%%/themes/Default/images/stock-paste-as-new-16.png -%%DATADIR%%/themes/Default/images/stock-paste-into-16.png -%%DATADIR%%/themes/Default/images/stock-path-16.png -%%DATADIR%%/themes/Default/images/stock-path-22.png -%%DATADIR%%/themes/Default/images/stock-path-stroke-16.png -%%DATADIR%%/themes/Default/images/stock-paths-16.png -%%DATADIR%%/themes/Default/images/stock-paths-22.png -%%DATADIR%%/themes/Default/images/stock-plugin-16.png -%%DATADIR%%/themes/Default/images/stock-portrait-16.png -%%DATADIR%%/themes/Default/images/stock-print-resolution-16.png -%%DATADIR%%/themes/Default/images/stock-print-resolution-24.png -%%DATADIR%%/themes/Default/images/stock-qmask-off-16.png -%%DATADIR%%/themes/Default/images/stock-qmask-on-16.png -%%DATADIR%%/themes/Default/images/stock-question-64.png -%%DATADIR%%/themes/Default/images/stock-reset-16.png -%%DATADIR%%/themes/Default/images/stock-reshow-filter-16.png -%%DATADIR%%/themes/Default/images/stock-resize-16.png -%%DATADIR%%/themes/Default/images/stock-rotate-180-16.png -%%DATADIR%%/themes/Default/images/stock-rotate-270-16.png -%%DATADIR%%/themes/Default/images/stock-rotate-90-16.png -%%DATADIR%%/themes/Default/images/stock-scale-16.png -%%DATADIR%%/themes/Default/images/stock-selection-16.png -%%DATADIR%%/themes/Default/images/stock-selection-add-16.png -%%DATADIR%%/themes/Default/images/stock-selection-all-16.png -%%DATADIR%%/themes/Default/images/stock-selection-border-16.png -%%DATADIR%%/themes/Default/images/stock-selection-grow-16.png -%%DATADIR%%/themes/Default/images/stock-selection-intersect-16.png -%%DATADIR%%/themes/Default/images/stock-selection-none-16.png -%%DATADIR%%/themes/Default/images/stock-selection-replace-16.png -%%DATADIR%%/themes/Default/images/stock-selection-shrink-16.png -%%DATADIR%%/themes/Default/images/stock-selection-stroke-16.png -%%DATADIR%%/themes/Default/images/stock-selection-subtract-16.png -%%DATADIR%%/themes/Default/images/stock-selection-to-channel-16.png -%%DATADIR%%/themes/Default/images/stock-selection-to-path-16.png -%%DATADIR%%/themes/Default/images/stock-shape-circle-16.png -%%DATADIR%%/themes/Default/images/stock-shape-diamond-16.png -%%DATADIR%%/themes/Default/images/stock-shape-square-16.png -%%DATADIR%%/themes/Default/images/stock-swap-colors-12.png -%%DATADIR%%/themes/Default/images/stock-template-16.png -%%DATADIR%%/themes/Default/images/stock-template-24.png -%%DATADIR%%/themes/Default/images/stock-text-dir-ltr-24.png -%%DATADIR%%/themes/Default/images/stock-text-dir-rtl-24.png -%%DATADIR%%/themes/Default/images/stock-text-layer-16.png -%%DATADIR%%/themes/Default/images/stock-text-layer-24.png -%%DATADIR%%/themes/Default/images/stock-text-layer-32.png -%%DATADIR%%/themes/Default/images/stock-text-layer-48.png -%%DATADIR%%/themes/Default/images/stock-texture-64.png -%%DATADIR%%/themes/Default/images/stock-toilet-paper-16.png -%%DATADIR%%/themes/Default/images/stock-toilet-paper-24.png -%%DATADIR%%/themes/Default/images/stock-tool-airbrush-16.png -%%DATADIR%%/themes/Default/images/stock-tool-airbrush-22.png -%%DATADIR%%/themes/Default/images/stock-tool-blend-16.png -%%DATADIR%%/themes/Default/images/stock-tool-blend-22.png -%%DATADIR%%/themes/Default/images/stock-tool-blur-16.png -%%DATADIR%%/themes/Default/images/stock-tool-blur-22.png -%%DATADIR%%/themes/Default/images/stock-tool-brightness-contrast-16.png -%%DATADIR%%/themes/Default/images/stock-tool-brightness-contrast-22.png -%%DATADIR%%/themes/Default/images/stock-tool-bucket-fill-16.png -%%DATADIR%%/themes/Default/images/stock-tool-bucket-fill-22.png -%%DATADIR%%/themes/Default/images/stock-tool-by-color-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-by-color-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-clone-16.png -%%DATADIR%%/themes/Default/images/stock-tool-clone-22.png -%%DATADIR%%/themes/Default/images/stock-tool-color-balance-16.png -%%DATADIR%%/themes/Default/images/stock-tool-color-balance-22.png -%%DATADIR%%/themes/Default/images/stock-tool-color-picker-16.png -%%DATADIR%%/themes/Default/images/stock-tool-color-picker-22.png -%%DATADIR%%/themes/Default/images/stock-tool-colorize-16.png -%%DATADIR%%/themes/Default/images/stock-tool-colorize-22.png -%%DATADIR%%/themes/Default/images/stock-tool-crop-16.png -%%DATADIR%%/themes/Default/images/stock-tool-crop-22.png -%%DATADIR%%/themes/Default/images/stock-tool-curves-16.png -%%DATADIR%%/themes/Default/images/stock-tool-curves-22.png -%%DATADIR%%/themes/Default/images/stock-tool-dodge-16.png -%%DATADIR%%/themes/Default/images/stock-tool-dodge-22.png -%%DATADIR%%/themes/Default/images/stock-tool-ellipse-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-ellipse-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-eraser-16.png -%%DATADIR%%/themes/Default/images/stock-tool-eraser-22.png -%%DATADIR%%/themes/Default/images/stock-tool-flip-16.png -%%DATADIR%%/themes/Default/images/stock-tool-flip-22.png -%%DATADIR%%/themes/Default/images/stock-tool-free-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-free-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-fuzzy-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-fuzzy-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-hue-saturation-16.png -%%DATADIR%%/themes/Default/images/stock-tool-hue-saturation-22.png -%%DATADIR%%/themes/Default/images/stock-tool-ink-16.png -%%DATADIR%%/themes/Default/images/stock-tool-ink-22.png -%%DATADIR%%/themes/Default/images/stock-tool-iscissors-16.png -%%DATADIR%%/themes/Default/images/stock-tool-iscissors-22.png -%%DATADIR%%/themes/Default/images/stock-tool-levels-16.png -%%DATADIR%%/themes/Default/images/stock-tool-levels-22.png -%%DATADIR%%/themes/Default/images/stock-tool-measure-16.png -%%DATADIR%%/themes/Default/images/stock-tool-measure-22.png -%%DATADIR%%/themes/Default/images/stock-tool-move-16.png -%%DATADIR%%/themes/Default/images/stock-tool-move-22.png -%%DATADIR%%/themes/Default/images/stock-tool-options-16.png -%%DATADIR%%/themes/Default/images/stock-tool-options-24.png -%%DATADIR%%/themes/Default/images/stock-tool-paintbrush-16.png -%%DATADIR%%/themes/Default/images/stock-tool-paintbrush-22.png -%%DATADIR%%/themes/Default/images/stock-tool-path-16.png -%%DATADIR%%/themes/Default/images/stock-tool-path-22.png -%%DATADIR%%/themes/Default/images/stock-tool-pencil-16.png -%%DATADIR%%/themes/Default/images/stock-tool-pencil-22.png -%%DATADIR%%/themes/Default/images/stock-tool-perspective-16.png -%%DATADIR%%/themes/Default/images/stock-tool-perspective-22.png -%%DATADIR%%/themes/Default/images/stock-tool-posterize-16.png -%%DATADIR%%/themes/Default/images/stock-tool-posterize-22.png -%%DATADIR%%/themes/Default/images/stock-tool-rect-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-rect-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-rotate-16.png -%%DATADIR%%/themes/Default/images/stock-tool-rotate-22.png -%%DATADIR%%/themes/Default/images/stock-tool-scale-16.png -%%DATADIR%%/themes/Default/images/stock-tool-scale-22.png -%%DATADIR%%/themes/Default/images/stock-tool-shear-16.png -%%DATADIR%%/themes/Default/images/stock-tool-shear-22.png -%%DATADIR%%/themes/Default/images/stock-tool-smudge-16.png -%%DATADIR%%/themes/Default/images/stock-tool-smudge-22.png -%%DATADIR%%/themes/Default/images/stock-tool-text-16.png -%%DATADIR%%/themes/Default/images/stock-tool-text-22.png -%%DATADIR%%/themes/Default/images/stock-tool-threshold-16.png -%%DATADIR%%/themes/Default/images/stock-tool-threshold-22.png -%%DATADIR%%/themes/Default/images/stock-tool-zoom-16.png -%%DATADIR%%/themes/Default/images/stock-tool-zoom-22.png -%%DATADIR%%/themes/Default/images/stock-tools-16.png -%%DATADIR%%/themes/Default/images/stock-tools-24.png -%%DATADIR%%/themes/Default/images/stock-transparency-16.png -%%DATADIR%%/themes/Default/images/stock-transparency-24.png -%%DATADIR%%/themes/Default/images/stock-undo-history-16.png -%%DATADIR%%/themes/Default/images/stock-undo-history-24.png -%%DATADIR%%/themes/Default/images/stock-vchain-24.png -%%DATADIR%%/themes/Default/images/stock-vchain-broken-24.png -%%DATADIR%%/themes/Default/images/stock-video-16.png -%%DATADIR%%/themes/Default/images/stock-video-24.png -%%DATADIR%%/themes/Default/images/stock-warning-16.png -%%DATADIR%%/themes/Default/images/stock-warning-24.png -%%DATADIR%%/themes/Default/images/stock-warning-64.png -%%DATADIR%%/themes/Default/images/stock-web-16.png -%%DATADIR%%/themes/Default/images/stock-web-24.png -%%DATADIR%%/themes/Default/images/stock-wilber-16.png -%%DATADIR%%/themes/Default/images/stock-wilber-64.png -%%DATADIR%%/themes/Default/images/stock-wilber-eek-64.png -%%DATADIR%%/themes/Default/images/stock-zoom-follow-window-12.png -%%DATADIR%%/themes/Small/gtkrc -%%DATADIR%%/tips/gimp-tips.xml -share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo -share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/bg/LC_MESSAGES/gimp20-script-fu.mo -share/locale/bg/LC_MESSAGES/gimp20.mo -share/locale/ca/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ca/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ca/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ca/LC_MESSAGES/gimp20.mo -share/locale/cs/LC_MESSAGES/gimp20-libgimp.mo -share/locale/cs/LC_MESSAGES/gimp20-script-fu.mo -share/locale/cs/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/cs/LC_MESSAGES/gimp20.mo -share/locale/da/LC_MESSAGES/gimp20-libgimp.mo -share/locale/da/LC_MESSAGES/gimp20-script-fu.mo -share/locale/da/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/da/LC_MESSAGES/gimp20.mo -share/locale/de/LC_MESSAGES/gimp20-libgimp.mo -share/locale/de/LC_MESSAGES/gimp20-script-fu.mo -share/locale/de/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/de/LC_MESSAGES/gimp20.mo -share/locale/el/LC_MESSAGES/gimp20-libgimp.mo -share/locale/el/LC_MESSAGES/gimp20-script-fu.mo -share/locale/el/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/el/LC_MESSAGES/gimp20.mo -share/locale/en_CA/LC_MESSAGES/gimp20-libgimp.mo -share/locale/en_CA/LC_MESSAGES/gimp20-script-fu.mo -share/locale/en_CA/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/en_CA/LC_MESSAGES/gimp20.mo -share/locale/en_GB/LC_MESSAGES/gimp20-libgimp.mo -share/locale/en_GB/LC_MESSAGES/gimp20-script-fu.mo -share/locale/en_GB/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/en_GB/LC_MESSAGES/gimp20.mo -share/locale/es/LC_MESSAGES/gimp20-libgimp.mo -share/locale/es/LC_MESSAGES/gimp20-script-fu.mo -share/locale/es/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/es/LC_MESSAGES/gimp20.mo -share/locale/eu/LC_MESSAGES/gimp20-libgimp.mo -share/locale/eu/LC_MESSAGES/gimp20-script-fu.mo -share/locale/eu/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/eu/LC_MESSAGES/gimp20.mo -share/locale/fi/LC_MESSAGES/gimp20-libgimp.mo -share/locale/fi/LC_MESSAGES/gimp20-script-fu.mo -share/locale/fi/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/fi/LC_MESSAGES/gimp20.mo -share/locale/fr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/fr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/fr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/fr/LC_MESSAGES/gimp20.mo -share/locale/ga/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ga/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ga/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ga/LC_MESSAGES/gimp20.mo -share/locale/gl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/gl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/gl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/gl/LC_MESSAGES/gimp20.mo -share/locale/he/LC_MESSAGES/gimp20-libgimp.mo -share/locale/he/LC_MESSAGES/gimp20-script-fu.mo -share/locale/he/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/he/LC_MESSAGES/gimp20.mo -share/locale/hr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/hr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/hr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/hr/LC_MESSAGES/gimp20.mo -share/locale/hu/LC_MESSAGES/gimp20-libgimp.mo -share/locale/hu/LC_MESSAGES/gimp20-script-fu.mo -share/locale/hu/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/hu/LC_MESSAGES/gimp20.mo -share/locale/id/LC_MESSAGES/gimp20-libgimp.mo -share/locale/id/LC_MESSAGES/gimp20-script-fu.mo -share/locale/id/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/id/LC_MESSAGES/gimp20.mo -share/locale/it/LC_MESSAGES/gimp20-libgimp.mo -share/locale/it/LC_MESSAGES/gimp20-script-fu.mo -share/locale/it/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/it/LC_MESSAGES/gimp20.mo -share/locale/ja/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ja/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ja/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ja/LC_MESSAGES/gimp20.mo -share/locale/ko/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ko/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ko/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ko/LC_MESSAGES/gimp20.mo -share/locale/lt/LC_MESSAGES/gimp20-libgimp.mo -share/locale/lt/LC_MESSAGES/gimp20-script-fu.mo -share/locale/lt/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/lt/LC_MESSAGES/gimp20.mo -share/locale/mk/LC_MESSAGES/gimp20-libgimp.mo -share/locale/mk/LC_MESSAGES/gimp20-script-fu.mo -share/locale/mk/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/mk/LC_MESSAGES/gimp20.mo -share/locale/ms/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ms/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ms/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ms/LC_MESSAGES/gimp20.mo -share/locale/nb/LC_MESSAGES/gimp20-libgimp.mo -share/locale/nb/LC_MESSAGES/gimp20-script-fu.mo -share/locale/nb/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/nb/LC_MESSAGES/gimp20.mo -share/locale/nl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/nl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/nl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/nl/LC_MESSAGES/gimp20.mo -share/locale/no/LC_MESSAGES/gimp20-libgimp.mo -share/locale/no/LC_MESSAGES/gimp20-script-fu.mo -share/locale/no/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/no/LC_MESSAGES/gimp20.mo -share/locale/pa/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pa/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pa/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pa/LC_MESSAGES/gimp20.mo -share/locale/pl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pl/LC_MESSAGES/gimp20.mo -share/locale/pt/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pt/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pt/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pt/LC_MESSAGES/gimp20.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pt_BR/LC_MESSAGES/gimp20.mo -share/locale/ro/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ro/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ro/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ro/LC_MESSAGES/gimp20.mo -share/locale/ru/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ru/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ru/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ru/LC_MESSAGES/gimp20.mo -share/locale/sk/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sk/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sk/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sk/LC_MESSAGES/gimp20.mo -share/locale/sr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sr/LC_MESSAGES/gimp20.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20.mo -share/locale/sv/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sv/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sv/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sv/LC_MESSAGES/gimp20.mo -share/locale/tr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/tr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/tr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/tr/LC_MESSAGES/gimp20.mo -share/locale/uk/LC_MESSAGES/gimp20-libgimp.mo -share/locale/uk/LC_MESSAGES/gimp20-script-fu.mo -share/locale/uk/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/uk/LC_MESSAGES/gimp20.mo -share/locale/vi/LC_MESSAGES/gimp20-libgimp.mo -share/locale/vi/LC_MESSAGES/gimp20-script-fu.mo -share/locale/vi/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/vi/LC_MESSAGES/gimp20.mo -share/locale/yi/LC_MESSAGES/gimp20-libgimp.mo -share/locale/yi/LC_MESSAGES/gimp20-script-fu.mo -share/locale/yi/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/yi/LC_MESSAGES/gimp20.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-libgimp.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-script-fu.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/zh_CN/LC_MESSAGES/gimp20.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-libgimp.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-script-fu.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/zh_TW/LC_MESSAGES/gimp20.mo -@dirrm %%DATADIR%%/tips -@dirrm %%DATADIR%%/themes/Small -@dirrm %%DATADIR%%/themes/Default/images/preferences -@dirrm %%DATADIR%%/themes/Default/images -@dirrm %%DATADIR%%/themes/Default -@dirrm %%DATADIR%%/themes -@dirrm %%DATADIR%%/scripts/images -@dirrm %%DATADIR%%/scripts -@dirrm %%DATADIR%%/patterns -@dirrm %%DATADIR%%/palettes -@dirrm %%DATADIR%%/misc -@dirrm %%DATADIR%%/menus -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/gradients -@dirrm %%DATADIR%%/gimpressionist/Presets -@dirrm %%DATADIR%%/gimpressionist/Paper -@dirrm %%DATADIR%%/gimpressionist/Brushes -@dirrm %%DATADIR%%/gimpressionist -@dirrm %%DATADIR%%/gflare -@dirrm %%DATADIR%%/gfig -@dirrm %%DATADIR%%/fractalexplorer -@dirrm %%DATADIR%%/fonts -@dirrm %%DATADIR%%/brushes -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%%/libgimpwidgets -@dirrm %%DOCSDIR%%/libgimpthumb -@dirrm %%DOCSDIR%%/libgimpmodule -@dirrm %%DOCSDIR%%/libgimpmath -@dirrm %%DOCSDIR%%/libgimpcolor -@dirrm %%DOCSDIR%%/libgimpbase -@dirrm %%DOCSDIR%%/libgimp -@dirrm %%DOCSDIR%% -@dirrm libexec/gimp/2.2/plug-ins -%%PYTHON:%%@dirrm libexec/gimp/2.2/python -@dirrm libexec/gimp/2.2/modules -@dirrm libexec/gimp/2.2/environ -@dirrm libexec/gimp/2.2 -@dirrm libexec/gimp -@dirrm include/gimp-2.0/libgimpwidgets -@dirrm include/gimp-2.0/libgimpthumb -@dirrm include/gimp-2.0/libgimpmodule -@dirrm include/gimp-2.0/libgimpmath -@dirrm include/gimp-2.0/libgimpcolor -@dirrm include/gimp-2.0/libgimpbase -@dirrm include/gimp-2.0/libgimp -@dirrm include/gimp-2.0 -@dirrm etc/gimp/2.2 -@dirrm etc/gimp -%%GNOMEPANEL:%%@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/no/LC_MESSAGES -@dirrmtry share/locale/no -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile deleted file mode 100644 index b5caf1e50..000000000 --- a/graphics/gimp-devel/Makefile +++ /dev/null @@ -1,172 +0,0 @@ -# New ports collection makefile for: The GIMP -# Date created: Mon Nov 18 21:28:43 CST 1996 -# Whom: erich@FreeBSD.org -# -# $FreeBSD$ -# $MCom: ports/graphics/gimp-devel/Makefile,v 1.23 2006/10/12 00:11:33 marcus Exp $ -# - -PORTNAME= gimp -PORTVERSION= 2.3.9 -PORTREVISION= 2 -PORTEPOCH= 1 -CATEGORIES= graphics gnome -MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - http://gimp.mirrors.hoobly.com/%SUBDIR%/ \ - http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \ - ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/%SUBDIR%/ \ - ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \ - http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,} \ - ${MASTER_SITE_LOCAL:S|$|ahze/|:S|$|:gut|} -MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R} \ - ahze:gut - -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${EXTRA_DISTFILES} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNU Image Manipulation Program development version - -LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf \ - poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk \ - aa.1:${PORTSDIR}/graphics/aalib \ - mng.1:${PORTSDIR}/graphics/libmng \ - png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff - -CONFLICTS= gimp-1.* gimp-2.2.* - -SHLIBVER?= 0 - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_XPM= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 ltverhack -WANT_GNOME= yes -USE_GCC= 3.4+ -USE_LDCONFIG= yes -INSTALLS_ICONS= yes -LIBTOOLFLAGS= --disable-ltlibs --release-ignore -PLIST_SUB= SHLIBVER="${SHLIBVER}" -CONFIGURE_ARGS= --disable-perl \ - --with-html-dir=${DOCSDIR} \ - --disable-gtk-doc \ - --enable-static \ - --with-gimpprint -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" - -GIMP_DISTFILE= ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} - -MAN1= gimp-2.3.1 gimp-remote-2.3.1 gimptool-2.0.1 -MAN5= gimprc-2.3.5 - -OPTIONS= DEBUG "debugging" off \ - PYTHON "Python-Fu support" off \ - RSVG "SVG format support" on \ - PRINT "Gutenprint plugin" on \ - GNOMEPRINT "GNOME printing plugin" on \ - MP "multiple processor support" off - -.include <bsd.port.pre.mk> - -#.if defined(WITHOUT_EXIF) -CONFIGURE_ARGS+= --without-libexif -#.else -#LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif -#.endif - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug -.endif - -.if defined(WITH_PYTHON) -USE_PYTHON= yes -# we need to manually include this, because USE_PYTHON is defined -# # after including bsd.port.pre.mk -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygtk2 -CONFIGURE_ARGS+= --enable-python -PLIST_SUB+= PYTHON:="" -.else -CONFIGURE_ARGS+= --disable-python -PLIST_SUB+= PYTHON:="@comment " -.endif - -.if defined(WITHOUT_RSVG) -CONFIGURE_ARGS+= --without-librsvg -PLIST_SUB+= SVG="@comment " -.else -USE_GNOME+= librsvg2 -PLIST_SUB+= SVG="" -.endif - -.if !defined(WITHOUT_PRINT) -LIB_DEPENDS+= gutenprintui2.1:${PORTSDIR}/print/gutenprint -EXTRA_DISTFILES+= gimp2-gutenprint-2${EXTRACT_SUFX}:gut -GUT_WRKSRC= ${WRKDIR}/gimp2-gutenprint -PKGCONFIG?= ${LOCALBASE}/bin/pkg-config -GUTENPRINT_CFLAGS= `${PKGCONFIG} --cflags gutenprintui2` -GUTENPRINT_LIBS= `${PKGCONFIG} --libs gutenprintui2` -GUT_MAKE_ENV= GUTENPRINT_CFLAGS="${GUTENPRINT_CFLAGS}" \ - GUTENPRINT_LIBS="${GUTENPRINT_LIBS}" -PLIST_SUB+= GPRINT="" -.else -PLIST_SUB+= GPRINT="@comment " -.endif - -.if !defined(WITHOUT_GNOMEPRINT) -USE_GNOME+= libgnomeprintui -PLIST_SUB+= PRINT="" -.else -CONFIGURE_ARGS+= --without-gnomeprint -PLIST_SUB+= PRINT="@comment " -.endif - -.if defined(WITH_MP) -CONFIGURE_ARGS+= --enable-mp -.endif - -.if ${HAVE_GNOME:Mgnomepanel}!="" -USE_GNOME+= gnomepanel desktopfileutils gnomehier -CONFIGURE_ARGS+= --with-desktop-dir=${LOCALBASE}/share/gnome -CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} -PKGNAMESUFFIX:= -gnome -PLIST_SUB+= GTK="gnome/" GNOMEPANEL:="" -GNOME_ENABLED= yes -.else -PLIST_SUB+= GTK="" GNOMEPANEL:="@comment " -CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} -CONFIGURE_ARGS+= --without-desktop-dir -.endif - -post-extract: -.if !defined(WITHOUT_PRINT) - ${RM} -rf ${WRKSRC}/plug-ins/print - ${MKDIR} ${WRKSRC}/plug-ins/print - ${CP} -f ${GUT_WRKSRC}/* ${WRKSRC}/plug-ins/print -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|"libpng"|"libpng12"|' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|@mandir@|${PREFIX}/man|' \ - ${WRKSRC}/docs/Makefile.in - -post-build: -.if !defined(WITHOUT_PRINT) - @(cd ${WRKSRC}/plug-ins/print; ${SETENV} ${GUT_MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) -.endif - -post-install: -.if !defined(WITHOUT_PRINT) - @(cd ${WRKSRC}/plug-ins/print; ${SETENV} ${GUT_MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) -.endif -.if defined(GNOME_ENABLED) - @-update-desktop-database -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/gimp-devel/distinfo b/graphics/gimp-devel/distinfo deleted file mode 100644 index 3487f9fb3..000000000 --- a/graphics/gimp-devel/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (gimp-2.3.9.tar.bz2) = 4299e81e1824e08a90b50dc8beb46151 -SHA256 (gimp-2.3.9.tar.bz2) = 64c334f99cc4e5204a1925299b7a1da3d027f0b1c6900e6309f5b8da40aa9f10 -SIZE (gimp-2.3.9.tar.bz2) = 15183977 -MD5 (gimp2-gutenprint-2.tar.bz2) = d24f0e7bd1f2e62984395293b5f1a43d -SHA256 (gimp2-gutenprint-2.tar.bz2) = 3226cf58210fd796e5748817256d29de425e21b093fb84997b787df050344164 -SIZE (gimp2-gutenprint-2.tar.bz2) = 15155 diff --git a/graphics/gimp-devel/files/patch-app_main.c b/graphics/gimp-devel/files/patch-app_main.c deleted file mode 100644 index eb29601cd..000000000 --- a/graphics/gimp-devel/files/patch-app_main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- app/main.c.orig Fri Jun 9 12:02:54 2006 -+++ app/main.c Fri Jun 9 12:03:28 2006 -@@ -18,7 +18,7 @@ - - #include "config.h" - --#define _POSIX_SOURCE /* all the sigaction stuff is POSIX */ -+#define __XSI_VISIBLE - #define _SVID_SOURCE /* except for SA_RESTART, it seems */ - - #include <stdio.h> diff --git a/graphics/gimp-devel/files/patch-configure b/graphics/gimp-devel/files/patch-configure deleted file mode 100644 index da42f67f8..000000000 --- a/graphics/gimp-devel/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.orig Sun Mar 6 15:30:12 2005 -+++ configure Sun Mar 6 15:33:57 2005 -@@ -25925,6 +25925,7 @@ - if test "x$enable_gtktest" = "xyes" ; then - ac_save_CFLAGS="$CFLAGS" - ac_save_LIBS="$LIBS" -+ GTK_LIBS="$GIMP_THREAD_LIBS $GTK_LIBS" - CFLAGS="$CFLAGS $GTK_CFLAGS" - LIBS="$GTK_LIBS $LIBS" - rm -f conf.gtktest -@@ -33865,9 +33866,9 @@ - fi - fi; - --gimpdatadir="$datadir/$PACKAGE/2.0" --gimpplugindir="$libdir/$PACKAGE/2.0" --gimpsysconfdir="$sysconfdir/$PACKAGE/2.0" -+gimpdatadir="$datadir/$PACKAGE" -+gimpplugindir="$libexecdir/$PACKAGE/2.2" -+gimpsysconfdir="$sysconfdir/$PACKAGE/2.2" - - localedir='${prefix}/${DATADIRNAME}/locale' - diff --git a/graphics/gimp-devel/files/patch-gimptool-2.0.in b/graphics/gimp-devel/files/patch-gimptool-2.0.in deleted file mode 100644 index 38fd1947f..000000000 --- a/graphics/gimp-devel/files/patch-gimptool-2.0.in +++ /dev/null @@ -1,30 +0,0 @@ - -$FreeBSD$ - $MCom$ - ---- gimptool-2.0.in.orig Tue Jan 15 12:21:05 2002 -+++ gimptool-2.0.in Fri May 17 20:46:18 2002 -@@ -215,19 +215,19 @@ - | --uninstall-script | --uninstall-admin-script ) - case $1 in - --*install-bin) -- install_cmd="@INSTALL_PROGRAM@" -+ install_cmd="@INSTALL_SCRIPT@" - install_dir="$HOME/@gimpdir@/plug-ins" - ;; - --install-bin-strip) -- install_cmd="@INSTALL_PROGRAM@ -s" -+ install_cmd="@INSTALL_SCRIPT@ -s" - install_dir="$HOME/@gimpdir@/plug-ins" - ;; - --*install-admin-bin) -- install_cmd="@INSTALL_PROGRAM@" -+ install_cmd="@INSTALL_SCRIPT@" - install_dir="$gimpplugindir/plug-ins" - ;; - --install-admin-bin-strip) -- install_cmd="@INSTALL_PROGRAM@ -s" -+ install_cmd="@INSTALL_SCRIPT@ -s" - install_dir="$gimpplugindir/plug-ins" - ;; - --*install-script) diff --git a/graphics/gimp-devel/files/patch-libgimp_gimp.c b/graphics/gimp-devel/files/patch-libgimp_gimp.c deleted file mode 100644 index 121a49bbf..000000000 --- a/graphics/gimp-devel/files/patch-libgimp_gimp.c +++ /dev/null @@ -1,29 +0,0 @@ ---- libgimp/gimp.c.orig Fri Jun 2 08:04:39 2006 -+++ libgimp/gimp.c Fri Jun 9 11:24:56 2006 -@@ -21,7 +21,7 @@ - - #include "config.h" - --#define _POSIX_SOURCE /* all the sigaction stuff is POSIX */ -+#define __XSI_VISIBLE /* all the sigaction stuff is POSIX */ - #define _SVID_SOURCE /* except for SA_RESTART, it seems */ - - #include <errno.h> -@@ -30,6 +30,7 @@ - #include <stdlib.h> - #include <string.h> - #include <sys/types.h> -+#include <floatingpoint.h> - - #ifdef HAVE_SYS_TIME_H - #include <sys/time.h> -@@ -292,6 +293,9 @@ - gimp_env_init (TRUE); - - progname = argv[0]; -+ -+ /* Ignore floating point exceptions */ -+ fpsetmask(0); - - basename = g_path_get_basename (progname); - diff --git a/graphics/gimp-devel/pkg-descr b/graphics/gimp-devel/pkg-descr deleted file mode 100644 index 4d7f49925..000000000 --- a/graphics/gimp-devel/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -The GIMP is designed to provide an intuitive graphical interface to a -variety of image editing operations. Here is a list of the GIMP's -major features: - - Image editing - ------------- - - * Selection tools including rectangle, ellipse, free, fuzzy, bezier - and intelligent. - * Transformation tools including rotate, scale, shear and flip. - * Painting tools including bucket, brush, airbrush, clone, convolve, - blend and text. - * Effects filters (such as blur, edge detect). - * Channel & color operations (such as add, composite, decompose). - * Plug-ins which allow for the easy addition of new file formats and - new effect filters. - * Multiple undo/redo. - -WWW: http://www.gimp.org/ diff --git a/graphics/gimp-devel/pkg-plist b/graphics/gimp-devel/pkg-plist deleted file mode 100644 index 9b5c0f951..000000000 --- a/graphics/gimp-devel/pkg-plist +++ /dev/null @@ -1,2222 +0,0 @@ -bin/gimp-2.3 -bin/gimp-console-2.3 -bin/gimp-remote-2.3 -bin/gimptool-2.0 -etc/gimp/2.2/controllerrc -etc/gimp/2.2/gimprc -etc/gimp/2.2/gtkrc -etc/gimp/2.2/ps-menurc -etc/gimp/2.2/sessionrc -etc/gimp/2.2/templaterc -etc/gimp/2.2/unitrc -include/gimp-2.0/libgimp/gimp.h -include/gimp-2.0/libgimp/gimp_pdb.h -include/gimp-2.0/libgimp/gimpaspectpreview.h -include/gimp-2.0/libgimp/gimpbrush_pdb.h -include/gimp-2.0/libgimp/gimpbrushes.h -include/gimp-2.0/libgimp/gimpbrushes_pdb.h -include/gimp-2.0/libgimp/gimpbrushmenu.h -include/gimp-2.0/libgimp/gimpbrushselect.h -include/gimp-2.0/libgimp/gimpbrushselect_pdb.h -include/gimp-2.0/libgimp/gimpbuffer_pdb.h -include/gimp-2.0/libgimp/gimpchannel.h -include/gimp-2.0/libgimp/gimpchannel_pdb.h -include/gimp-2.0/libgimp/gimpcolor_pdb.h -include/gimp-2.0/libgimp/gimpcompat.h -include/gimp-2.0/libgimp/gimpcontext_pdb.h -include/gimp-2.0/libgimp/gimpconvert_pdb.h -include/gimp-2.0/libgimp/gimpdisplay_pdb.h -include/gimp-2.0/libgimp/gimpdrawable.h -include/gimp-2.0/libgimp/gimpdrawable_pdb.h -include/gimp-2.0/libgimp/gimpdrawablecombobox.h -include/gimp-2.0/libgimp/gimpdrawablepreview.h -include/gimp-2.0/libgimp/gimpdrawabletransform_pdb.h -include/gimp-2.0/libgimp/gimpedit_pdb.h -include/gimp-2.0/libgimp/gimpenums.h -include/gimp-2.0/libgimp/gimpexport.h -include/gimp-2.0/libgimp/gimpfileops_pdb.h -include/gimp-2.0/libgimp/gimpfloatingsel_pdb.h -include/gimp-2.0/libgimp/gimpfontmenu.h -include/gimp-2.0/libgimp/gimpfonts_pdb.h -include/gimp-2.0/libgimp/gimpfontselect.h -include/gimp-2.0/libgimp/gimpfontselect_pdb.h -include/gimp-2.0/libgimp/gimpfontselectbutton.h -include/gimp-2.0/libgimp/gimpgimprc.h -include/gimp-2.0/libgimp/gimpgimprc_pdb.h -include/gimp-2.0/libgimp/gimpgradient_pdb.h -include/gimp-2.0/libgimp/gimpgradientmenu.h -include/gimp-2.0/libgimp/gimpgradients.h -include/gimp-2.0/libgimp/gimpgradients_pdb.h -include/gimp-2.0/libgimp/gimpgradientselect.h -include/gimp-2.0/libgimp/gimpgradientselect_pdb.h -include/gimp-2.0/libgimp/gimpgrid_pdb.h -include/gimp-2.0/libgimp/gimpguides_pdb.h -include/gimp-2.0/libgimp/gimphelp_pdb.h -include/gimp-2.0/libgimp/gimpimage.h -include/gimp-2.0/libgimp/gimpimage_pdb.h -include/gimp-2.0/libgimp/gimpimagecombobox.h -include/gimp-2.0/libgimp/gimplayer.h -include/gimp-2.0/libgimp/gimplayer_pdb.h -include/gimp-2.0/libgimp/gimpmenu.h -include/gimp-2.0/libgimp/gimpmessage_pdb.h -include/gimp-2.0/libgimp/gimpmisc_pdb.h -include/gimp-2.0/libgimp/gimppainttools_pdb.h -include/gimp-2.0/libgimp/gimppalette.h -include/gimp-2.0/libgimp/gimppalette_pdb.h -include/gimp-2.0/libgimp/gimppalettemenu.h -include/gimp-2.0/libgimp/gimppalettes.h -include/gimp-2.0/libgimp/gimppalettes_pdb.h -include/gimp-2.0/libgimp/gimppaletteselect.h -include/gimp-2.0/libgimp/gimppaletteselect_pdb.h -include/gimp-2.0/libgimp/gimpparasite_pdb.h -include/gimp-2.0/libgimp/gimppaths_pdb.h -include/gimp-2.0/libgimp/gimppattern_pdb.h -include/gimp-2.0/libgimp/gimppatternmenu.h -include/gimp-2.0/libgimp/gimppatterns.h -include/gimp-2.0/libgimp/gimppatterns_pdb.h -include/gimp-2.0/libgimp/gimppatternselect.h -include/gimp-2.0/libgimp/gimppatternselect_pdb.h -include/gimp-2.0/libgimp/gimppixbuf.h -include/gimp-2.0/libgimp/gimppixelfetcher.h -include/gimp-2.0/libgimp/gimppixelrgn.h -include/gimp-2.0/libgimp/gimpplugin.h -include/gimp-2.0/libgimp/gimpplugin_pdb.h -include/gimp-2.0/libgimp/gimpprocbrowserdialog.h -include/gimp-2.0/libgimp/gimpproceduraldb.h -include/gimp-2.0/libgimp/gimpproceduraldb_pdb.h -include/gimp-2.0/libgimp/gimpprocview.h -include/gimp-2.0/libgimp/gimpprogress.h -include/gimp-2.0/libgimp/gimpprogress_pdb.h -include/gimp-2.0/libgimp/gimpprogressbar.h -include/gimp-2.0/libgimp/gimpregioniterator.h -include/gimp-2.0/libgimp/gimpselection.h -include/gimp-2.0/libgimp/gimpselection_pdb.h -include/gimp-2.0/libgimp/gimpselectiontools_pdb.h -include/gimp-2.0/libgimp/gimptexttool_pdb.h -include/gimp-2.0/libgimp/gimptile.h -include/gimp-2.0/libgimp/gimptransformtools_pdb.h -include/gimp-2.0/libgimp/gimptypes.h -include/gimp-2.0/libgimp/gimpui.h -include/gimp-2.0/libgimp/gimpuitypes.h -include/gimp-2.0/libgimp/gimpundo_pdb.h -include/gimp-2.0/libgimp/gimpunit_pdb.h -include/gimp-2.0/libgimp/gimpvectors_pdb.h -include/gimp-2.0/libgimp/gimpzoompreview.h -include/gimp-2.0/libgimpbase/gimpbase.h -include/gimp-2.0/libgimpbase/gimpbaseenums.h -include/gimp-2.0/libgimpbase/gimpbasetypes.h -include/gimp-2.0/libgimpbase/gimpchecks.h -include/gimp-2.0/libgimpbase/gimpcpuaccel.h -include/gimp-2.0/libgimpbase/gimpdatafiles.h -include/gimp-2.0/libgimpbase/gimpenv.h -include/gimp-2.0/libgimpbase/gimplimits.h -include/gimp-2.0/libgimpbase/gimpmemsize.h -include/gimp-2.0/libgimpbase/gimpparam.h -include/gimp-2.0/libgimpbase/gimpparasite.h -include/gimp-2.0/libgimpbase/gimpparasiteio.h -include/gimp-2.0/libgimpbase/gimpsignal.h -include/gimp-2.0/libgimpbase/gimpunit.h -include/gimp-2.0/libgimpbase/gimputils.h -include/gimp-2.0/libgimpbase/gimpversion.h -include/gimp-2.0/libgimpcolor/gimpadaptivesupersample.h -include/gimp-2.0/libgimpcolor/gimpbilinear.h -include/gimp-2.0/libgimpcolor/gimpcmyk.h -include/gimp-2.0/libgimpcolor/gimpcolor.h -include/gimp-2.0/libgimpcolor/gimpcolorspace.h -include/gimp-2.0/libgimpcolor/gimpcolortypes.h -include/gimp-2.0/libgimpcolor/gimphsv.h -include/gimp-2.0/libgimpcolor/gimprgb.h -include/gimp-2.0/libgimpconfig/gimpcolorconfig-enums.h -include/gimp-2.0/libgimpconfig/gimpcolorconfig.h -include/gimp-2.0/libgimpconfig/gimpconfig-deserialize.h -include/gimp-2.0/libgimpconfig/gimpconfig-error.h -include/gimp-2.0/libgimpconfig/gimpconfig-iface.h -include/gimp-2.0/libgimpconfig/gimpconfig-params.h -include/gimp-2.0/libgimpconfig/gimpconfig-path.h -include/gimp-2.0/libgimpconfig/gimpconfig-serialize.h -include/gimp-2.0/libgimpconfig/gimpconfig-utils.h -include/gimp-2.0/libgimpconfig/gimpconfig.h -include/gimp-2.0/libgimpconfig/gimpconfigtypes.h -include/gimp-2.0/libgimpconfig/gimpconfigwriter.h -include/gimp-2.0/libgimpconfig/gimpscanner.h -include/gimp-2.0/libgimpmath/gimpmath.h -include/gimp-2.0/libgimpmath/gimpmathtypes.h -include/gimp-2.0/libgimpmath/gimpmatrix.h -include/gimp-2.0/libgimpmath/gimpmd5.h -include/gimp-2.0/libgimpmath/gimpvector.h -include/gimp-2.0/libgimpmodule/gimpmodule.h -include/gimp-2.0/libgimpmodule/gimpmoduledb.h -include/gimp-2.0/libgimpmodule/gimpmoduletypes.h -include/gimp-2.0/libgimpthumb/gimpthumb-enums.h -include/gimp-2.0/libgimpthumb/gimpthumb-error.h -include/gimp-2.0/libgimpthumb/gimpthumb-types.h -include/gimp-2.0/libgimpthumb/gimpthumb-utils.h -include/gimp-2.0/libgimpthumb/gimpthumb.h -include/gimp-2.0/libgimpthumb/gimpthumbnail.h -include/gimp-2.0/libgimpwidgets/gimpbrowser.h -include/gimp-2.0/libgimpwidgets/gimpbutton.h -include/gimp-2.0/libgimpwidgets/gimpcellrenderercolor.h -include/gimp-2.0/libgimpwidgets/gimpcellrenderertoggle.h -include/gimp-2.0/libgimpwidgets/gimpchainbutton.h -include/gimp-2.0/libgimpwidgets/gimpcolorarea.h -include/gimp-2.0/libgimpwidgets/gimpcolorbutton.h -include/gimp-2.0/libgimpwidgets/gimpcolordisplay.h -include/gimp-2.0/libgimpwidgets/gimpcolordisplaystack.h -include/gimp-2.0/libgimpwidgets/gimpcolorhexentry.h -include/gimp-2.0/libgimpwidgets/gimpcolornotebook.h -include/gimp-2.0/libgimpwidgets/gimpcolorscale.h -include/gimp-2.0/libgimpwidgets/gimpcolorscales.h -include/gimp-2.0/libgimpwidgets/gimpcolorselect.h -include/gimp-2.0/libgimpwidgets/gimpcolorselection.h -include/gimp-2.0/libgimpwidgets/gimpcolorselector.h -include/gimp-2.0/libgimpwidgets/gimpcontroller.h -include/gimp-2.0/libgimpwidgets/gimpdialog.h -include/gimp-2.0/libgimpwidgets/gimpenumcombobox.h -include/gimp-2.0/libgimpwidgets/gimpenumlabel.h -include/gimp-2.0/libgimpwidgets/gimpenumstore.h -include/gimp-2.0/libgimpwidgets/gimpenumwidgets.h -include/gimp-2.0/libgimpwidgets/gimpfileentry.h -include/gimp-2.0/libgimpwidgets/gimpframe.h -include/gimp-2.0/libgimpwidgets/gimphelpui.h -include/gimp-2.0/libgimpwidgets/gimpintcombobox.h -include/gimp-2.0/libgimpwidgets/gimpintstore.h -include/gimp-2.0/libgimpwidgets/gimpmemsizeentry.h -include/gimp-2.0/libgimpwidgets/gimpoffsetarea.h -include/gimp-2.0/libgimpwidgets/gimpoldwidgets.h -include/gimp-2.0/libgimpwidgets/gimppageselector.h -include/gimp-2.0/libgimpwidgets/gimppatheditor.h -include/gimp-2.0/libgimpwidgets/gimppickbutton.h -include/gimp-2.0/libgimpwidgets/gimppixmap.h -include/gimp-2.0/libgimpwidgets/gimppreview.h -include/gimp-2.0/libgimpwidgets/gimppreviewarea.h -include/gimp-2.0/libgimpwidgets/gimppropwidgets.h -include/gimp-2.0/libgimpwidgets/gimpquerybox.h -include/gimp-2.0/libgimpwidgets/gimpresolutionentry.h -include/gimp-2.0/libgimpwidgets/gimpscrolledpreview.h -include/gimp-2.0/libgimpwidgets/gimpsizeentry.h -include/gimp-2.0/libgimpwidgets/gimpstock.h -include/gimp-2.0/libgimpwidgets/gimpunitmenu.h -include/gimp-2.0/libgimpwidgets/gimpwidgets.h -include/gimp-2.0/libgimpwidgets/gimpwidgetsenums.h -include/gimp-2.0/libgimpwidgets/gimpwidgetstypes.h -include/gimp-2.0/libgimpwidgets/gimpzoommodel.h -lib/libgimp-2.0.a -lib/libgimp-2.0.la -lib/libgimp-2.0.so -lib/libgimp-2.0.so.0 -lib/libgimpbase-2.0.a -lib/libgimpbase-2.0.la -lib/libgimpbase-2.0.so -lib/libgimpbase-2.0.so.0 -lib/libgimpcolor-2.0.a -lib/libgimpcolor-2.0.la -lib/libgimpcolor-2.0.so -lib/libgimpcolor-2.0.so.0 -lib/libgimpconfig-2.0.a -lib/libgimpconfig-2.0.la -lib/libgimpconfig-2.0.so -lib/libgimpconfig-2.0.so.0 -lib/libgimpmath-2.0.a -lib/libgimpmath-2.0.la -lib/libgimpmath-2.0.so -lib/libgimpmath-2.0.so.0 -lib/libgimpmodule-2.0.a -lib/libgimpmodule-2.0.la -lib/libgimpmodule-2.0.so -lib/libgimpmodule-2.0.so.0 -lib/libgimpthumb-2.0.a -lib/libgimpthumb-2.0.la -lib/libgimpthumb-2.0.so -lib/libgimpthumb-2.0.so.0 -lib/libgimpui-2.0.a -lib/libgimpui-2.0.la -lib/libgimpui-2.0.so -lib/libgimpui-2.0.so.0 -lib/libgimpwidgets-2.0.a -lib/libgimpwidgets-2.0.la -lib/libgimpwidgets-2.0.so -lib/libgimpwidgets-2.0.so.0 -libdata/pkgconfig/gimp-2.0.pc -libdata/pkgconfig/gimpthumb-2.0.pc -libdata/pkgconfig/gimpui-2.0.pc -libexec/gimp/2.2/environ/default.env -@comment this is a simlink to gimp-2.3.1, so put it here because it gives me trouble with MAN1. -man/man1/gimp-console-2.3.1 -%%PYTHON:%%libexec/gimp/2.2/environ/pygimp.env -libexec/gimp/2.2/interpreters/default.interp -%%PYTHON:%%libexec/gimp/2.2/interpreters/pygimp.interp -%%PYTHON:%%libexec/gimp/2.2/python/pygimp-logo.png -libexec/gimp/2.2/modules/libcdisplay_colorblind.a -libexec/gimp/2.2/modules/libcdisplay_colorblind.la -libexec/gimp/2.2/modules/libcdisplay_colorblind.so -libexec/gimp/2.2/modules/libcdisplay_gamma.a -libexec/gimp/2.2/modules/libcdisplay_gamma.la -libexec/gimp/2.2/modules/libcdisplay_gamma.so -libexec/gimp/2.2/modules/libcdisplay_highcontrast.a -libexec/gimp/2.2/modules/libcdisplay_highcontrast.la -libexec/gimp/2.2/modules/libcdisplay_highcontrast.so -libexec/gimp/2.2/modules/libcdisplay_lcms.a -libexec/gimp/2.2/modules/libcdisplay_lcms.la -libexec/gimp/2.2/modules/libcdisplay_lcms.so -libexec/gimp/2.2/modules/libcdisplay_proof.a -libexec/gimp/2.2/modules/libcdisplay_proof.la -libexec/gimp/2.2/modules/libcdisplay_proof.so -libexec/gimp/2.2/modules/libcolorsel_cmyk.a -libexec/gimp/2.2/modules/libcolorsel_cmyk.la -libexec/gimp/2.2/modules/libcolorsel_cmyk.so -libexec/gimp/2.2/modules/libcolorsel_triangle.a -libexec/gimp/2.2/modules/libcolorsel_triangle.la -libexec/gimp/2.2/modules/libcolorsel_triangle.so -libexec/gimp/2.2/modules/libcolorsel_water.a -libexec/gimp/2.2/modules/libcolorsel_water.la -libexec/gimp/2.2/modules/libcolorsel_water.so -libexec/gimp/2.2/modules/libcontroller_midi.a -libexec/gimp/2.2/modules/libcontroller_midi.la -libexec/gimp/2.2/modules/libcontroller_midi.so -libexec/gimp/2.2/plug-ins/AlienMap2 -libexec/gimp/2.2/plug-ins/CEL -libexec/gimp/2.2/plug-ins/CML_explorer -libexec/gimp/2.2/plug-ins/FractalExplorer -libexec/gimp/2.2/plug-ins/Lighting -libexec/gimp/2.2/plug-ins/MapObject -libexec/gimp/2.2/plug-ins/aa -libexec/gimp/2.2/plug-ins/align_layers -libexec/gimp/2.2/plug-ins/animationplay -libexec/gimp/2.2/plug-ins/animoptimize -libexec/gimp/2.2/plug-ins/apply_lens -libexec/gimp/2.2/plug-ins/autocrop -libexec/gimp/2.2/plug-ins/autostretch_hsv -%%PYTHON:%%libexec/gimp/2.2/plug-ins/benchmark-foreground-extract.py -libexec/gimp/2.2/plug-ins/blinds -libexec/gimp/2.2/plug-ins/blur -libexec/gimp/2.2/plug-ins/bmp -libexec/gimp/2.2/plug-ins/borderaverage -libexec/gimp/2.2/plug-ins/bumpmap -libexec/gimp/2.2/plug-ins/c_astretch -libexec/gimp/2.2/plug-ins/cartoon -libexec/gimp/2.2/plug-ins/ccanalyze -libexec/gimp/2.2/plug-ins/channel_mixer -libexec/gimp/2.2/plug-ins/checkerboard -%%PYTHON:%%libexec/gimp/2.2/plug-ins/clothify.py -libexec/gimp/2.2/plug-ins/color_enhance -libexec/gimp/2.2/plug-ins/colorify -%%PYTHON:%%libexec/gimp/2.2/plug-ins/colorxhtml.py -libexec/gimp/2.2/plug-ins/colortoalpha -libexec/gimp/2.2/plug-ins/compose -libexec/gimp/2.2/plug-ins/compressor -libexec/gimp/2.2/plug-ins/convmatrix -libexec/gimp/2.2/plug-ins/csource -libexec/gimp/2.2/plug-ins/cubism -libexec/gimp/2.2/plug-ins/curve_bend -libexec/gimp/2.2/plug-ins/decompose -libexec/gimp/2.2/plug-ins/deinterlace -libexec/gimp/2.2/plug-ins/depthmerge -libexec/gimp/2.2/plug-ins/despeckle -libexec/gimp/2.2/plug-ins/destripe -libexec/gimp/2.2/plug-ins/dicom -libexec/gimp/2.2/plug-ins/diffraction -libexec/gimp/2.2/plug-ins/displace -libexec/gimp/2.2/plug-ins/dog -libexec/gimp/2.2/plug-ins/edge -libexec/gimp/2.2/plug-ins/emboss -libexec/gimp/2.2/plug-ins/engrave -libexec/gimp/2.2/plug-ins/exchange -libexec/gimp/2.2/plug-ins/faxg3 -libexec/gimp/2.2/plug-ins/film -libexec/gimp/2.2/plug-ins/fits -libexec/gimp/2.2/plug-ins/flame -libexec/gimp/2.2/plug-ins/flarefx -%%PYTHON:%%libexec/gimp/2.2/plug-ins/foggify.py -libexec/gimp/2.2/plug-ins/fp -libexec/gimp/2.2/plug-ins/fractaltrace -libexec/gimp/2.2/plug-ins/gauss -libexec/gimp/2.2/plug-ins/gbr -libexec/gimp/2.2/plug-ins/gee -libexec/gimp/2.2/plug-ins/gee_zoom -libexec/gimp/2.2/plug-ins/gfig -libexec/gimp/2.2/plug-ins/gflare -libexec/gimp/2.2/plug-ins/gfli -libexec/gimp/2.2/plug-ins/gif -libexec/gimp/2.2/plug-ins/gifload -libexec/gimp/2.2/plug-ins/gih -%%PYTHON:%%libexec/gimp/2.2/plug-ins/gimpcons.py -libexec/gimp/2.2/plug-ins/gimpressionist -libexec/gimp/2.2/plug-ins/glasstile -libexec/gimp/2.2/plug-ins/glob -%%PRINT%%libexec/gimp/2.2/plug-ins/gnomeprint -libexec/gimp/2.2/plug-ins/gqbist -libexec/gimp/2.2/plug-ins/gradmap -libexec/gimp/2.2/plug-ins/grid -%%PYTHON:%%libexec/gimp/2.2/plug-ins/gtkcons.py -libexec/gimp/2.2/plug-ins/gtm -libexec/gimp/2.2/plug-ins/guillotine -libexec/gimp/2.2/plug-ins/header -libexec/gimp/2.2/plug-ins/help -libexec/gimp/2.2/plug-ins/hot -libexec/gimp/2.2/plug-ins/ifscompose -libexec/gimp/2.2/plug-ins/illusion -libexec/gimp/2.2/plug-ins/imagemap -libexec/gimp/2.2/plug-ins/iwarp -libexec/gimp/2.2/plug-ins/jigsaw -libexec/gimp/2.2/plug-ins/jpeg -libexec/gimp/2.2/plug-ins/laplace -libexec/gimp/2.2/plug-ins/lic -libexec/gimp/2.2/plug-ins/mail -libexec/gimp/2.2/plug-ins/mapcolor -libexec/gimp/2.2/plug-ins/max_rgb -libexec/gimp/2.2/plug-ins/maze -libexec/gimp/2.2/plug-ins/mblur -libexec/gimp/2.2/plug-ins/metadata -libexec/gimp/2.2/plug-ins/mng -libexec/gimp/2.2/plug-ins/mosaic -libexec/gimp/2.2/plug-ins/neon -libexec/gimp/2.2/plug-ins/newsprint -libexec/gimp/2.2/plug-ins/nlfilt -libexec/gimp/2.2/plug-ins/noisify -libexec/gimp/2.2/plug-ins/normalize -libexec/gimp/2.2/plug-ins/nova -libexec/gimp/2.2/plug-ins/oilify -libexec/gimp/2.2/plug-ins/pagecurl -libexec/gimp/2.2/plug-ins/papertile -libexec/gimp/2.2/plug-ins/pat -libexec/gimp/2.2/plug-ins/pcx -%%PYTHON:%%libexec/gimp/2.2/plug-ins/pdbbrowse.py -libexec/gimp/2.2/plug-ins/photocopy -libexec/gimp/2.2/plug-ins/pix -libexec/gimp/2.2/plug-ins/pixelize -libexec/gimp/2.2/plug-ins/plasma -libexec/gimp/2.2/plug-ins/plugin-browser -libexec/gimp/2.2/plug-ins/png -libexec/gimp/2.2/plug-ins/pnm -libexec/gimp/2.2/plug-ins/polar -libexec/gimp/2.2/plug-ins/poppler -libexec/gimp/2.2/plug-ins/postscript -%%GPRINT%%libexec/gimp/2.2/plug-ins/print -libexec/gimp/2.2/plug-ins/procedure-browser -libexec/gimp/2.2/plug-ins/psd -libexec/gimp/2.2/plug-ins/psd_save -libexec/gimp/2.2/plug-ins/psp -%%PYTHON:%%libexec/gimp/2.2/plug-ins/py-slice.py -libexec/gimp/2.2/plug-ins/randomize -libexec/gimp/2.2/plug-ins/raw -libexec/gimp/2.2/plug-ins/rcm -libexec/gimp/2.2/plug-ins/redeye -libexec/gimp/2.2/plug-ins/retinex -libexec/gimp/2.2/plug-ins/ripple -libexec/gimp/2.2/plug-ins/rotate -libexec/gimp/2.2/plug-ins/sample_colorize -libexec/gimp/2.2/plug-ins/scatter_hsv -libexec/gimp/2.2/plug-ins/screenshot -libexec/gimp/2.2/plug-ins/script-fu -%%PYTHON:%%libexec/gimp/2.2/plug-ins/shadow_bevel.py -libexec/gimp/2.2/plug-ins/sel2path -libexec/gimp/2.2/plug-ins/sel_gauss -libexec/gimp/2.2/plug-ins/semiflatten -libexec/gimp/2.2/plug-ins/sgi -libexec/gimp/2.2/plug-ins/sharpen -libexec/gimp/2.2/plug-ins/shift -libexec/gimp/2.2/plug-ins/sinus -libexec/gimp/2.2/plug-ins/smooth_palette -libexec/gimp/2.2/plug-ins/snoise -libexec/gimp/2.2/plug-ins/sobel -libexec/gimp/2.2/plug-ins/softglow -libexec/gimp/2.2/plug-ins/sparkle -%%PYTHON:%%libexec/gimp/2.2/plug-ins/sphere.py -libexec/gimp/2.2/plug-ins/spheredesigner -libexec/gimp/2.2/plug-ins/spread -libexec/gimp/2.2/plug-ins/struc -libexec/gimp/2.2/plug-ins/sunras -%%SVG%%libexec/gimp/2.2/plug-ins/svg -libexec/gimp/2.2/plug-ins/tga -libexec/gimp/2.2/plug-ins/threshold_alpha -libexec/gimp/2.2/plug-ins/tiff -libexec/gimp/2.2/plug-ins/tile -libexec/gimp/2.2/plug-ins/tileit -libexec/gimp/2.2/plug-ins/tiler -libexec/gimp/2.2/plug-ins/uniteditor -libexec/gimp/2.2/plug-ins/unsharp -libexec/gimp/2.2/plug-ins/uri -libexec/gimp/2.2/plug-ins/video -libexec/gimp/2.2/plug-ins/vinvert -libexec/gimp/2.2/plug-ins/vpropagate -libexec/gimp/2.2/plug-ins/warp -libexec/gimp/2.2/plug-ins/waves -libexec/gimp/2.2/plug-ins/webbrowser -%%PYTHON:%%libexec/gimp/2.2/plug-ins/whirlpinch.py -libexec/gimp/2.2/plug-ins/whirlpinch -libexec/gimp/2.2/plug-ins/wind -libexec/gimp/2.2/plug-ins/winicon -libexec/gimp/2.2/plug-ins/wmf -libexec/gimp/2.2/plug-ins/xbm -libexec/gimp/2.2/plug-ins/xjt -libexec/gimp/2.2/plug-ins/xpm -libexec/gimp/2.2/plug-ins/xwd -libexec/gimp/2.2/plug-ins/zealouscrop -%%PYTHON:%%libexec/gimp/2.2/python/_gimpenums.la -%%PYTHON:%%libexec/gimp/2.2/python/_gimpenums.so -%%PYTHON:%%libexec/gimp/2.2/python/gimp.la -%%PYTHON:%%libexec/gimp/2.2/python/gimp.so -%%PYTHON:%%libexec/gimp/2.2/python/gimpcolor.la -%%PYTHON:%%libexec/gimp/2.2/python/gimpcolor.so -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowser.la -%%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowser.so -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.pyo -share/aclocal/gimp-2.0.m4 -%%DOCSDIR%%/libgimp/GimpAspectPreview.html -%%DOCSDIR%%/libgimp/GimpDrawableComboBox.html -%%DOCSDIR%%/libgimp/GimpDrawablePreview.html -%%DOCSDIR%%/libgimp/GimpFontSelectButton.html -%%DOCSDIR%%/libgimp/GimpImageComboBox.html -%%DOCSDIR%%/libgimp/GimpProcBrowserDialog.html -%%DOCSDIR%%/libgimp/GimpProgressBar.html -%%DOCSDIR%%/libgimp/GimpZoomPreview.html -%%DOCSDIR%%/libgimp/gimpdefinitions.html -%%DOCSDIR%%/libgimp/home.png -%%DOCSDIR%%/libgimp/index.html -%%DOCSDIR%%/libgimp/index.sgml -%%DOCSDIR%%/libgimp/ix01.html -%%DOCSDIR%%/libgimp/ix02.html -%%DOCSDIR%%/libgimp/ix03.html -%%DOCSDIR%%/libgimp/ix04.html -%%DOCSDIR%%/libgimp/left.png -%%DOCSDIR%%/libgimp/libgimp-data.html -%%DOCSDIR%%/libgimp/libgimp-general.html -%%DOCSDIR%%/libgimp/libgimp-gimp.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrush.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrushes.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrushmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrushselect.html -%%DOCSDIR%%/libgimp/libgimp-gimpbuffer.html -%%DOCSDIR%%/libgimp/libgimp-gimpchannel.html -%%DOCSDIR%%/libgimp/libgimp-gimpcolor.html -%%DOCSDIR%%/libgimp/libgimp-gimpcontext.html -%%DOCSDIR%%/libgimp/libgimp-gimpconvert.html -%%DOCSDIR%%/libgimp/libgimp-gimpdisplay.html -%%DOCSDIR%%/libgimp/libgimp-gimpdrawable.html -%%DOCSDIR%%/libgimp/libgimp-gimpdrawabletransform.html -%%DOCSDIR%%/libgimp/libgimp-gimpedit.html -%%DOCSDIR%%/libgimp/libgimp-gimpenums.html -%%DOCSDIR%%/libgimp/libgimp-gimpexport.html -%%DOCSDIR%%/libgimp/libgimp-gimpfileops.html -%%DOCSDIR%%/libgimp/libgimp-gimpfloatingsel.html -%%DOCSDIR%%/libgimp/libgimp-gimpfontmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpfonts.html -%%DOCSDIR%%/libgimp/libgimp-gimpfontselect.html -%%DOCSDIR%%/libgimp/libgimp-gimpgimprc.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradient.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradientmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradients.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradientselect.html -%%DOCSDIR%%/libgimp/libgimp-gimpgrid.html -%%DOCSDIR%%/libgimp/libgimp-gimpguides.html -%%DOCSDIR%%/libgimp/libgimp-gimphelp.html -%%DOCSDIR%%/libgimp/libgimp-gimpimage.html -%%DOCSDIR%%/libgimp/libgimp-gimplayer.html -%%DOCSDIR%%/libgimp/libgimp-gimpmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpmessage.html -%%DOCSDIR%%/libgimp/libgimp-gimppalette.html -%%DOCSDIR%%/libgimp/libgimp-gimppalettemenu.html -%%DOCSDIR%%/libgimp/libgimp-gimppalettes.html -%%DOCSDIR%%/libgimp/libgimp-gimppaletteselect.html -%%DOCSDIR%%/libgimp/libgimp-gimppaths.html -%%DOCSDIR%%/libgimp/libgimp-gimppattern.html -%%DOCSDIR%%/libgimp/libgimp-gimppatternmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimppatterns.html -%%DOCSDIR%%/libgimp/libgimp-gimppatternselect.html -%%DOCSDIR%%/libgimp/libgimp-gimppixbuf.html -%%DOCSDIR%%/libgimp/libgimp-gimppixelfetcher.html -%%DOCSDIR%%/libgimp/libgimp-gimppixelrgn.html -%%DOCSDIR%%/libgimp/libgimp-gimpplugin.html -%%DOCSDIR%%/libgimp/libgimp-gimpproceduraldb.html -%%DOCSDIR%%/libgimp/libgimp-gimpprocview.html -%%DOCSDIR%%/libgimp/libgimp-gimpprogress.html -%%DOCSDIR%%/libgimp/libgimp-gimpregioniterator.html -%%DOCSDIR%%/libgimp/libgimp-gimpselection.html -%%DOCSDIR%%/libgimp/libgimp-gimptexttool.html -%%DOCSDIR%%/libgimp/libgimp-gimptile.html -%%DOCSDIR%%/libgimp/libgimp-gimptools.html -%%DOCSDIR%%/libgimp/libgimp-gimpui.html -%%DOCSDIR%%/libgimp/libgimp-gimpundo.html -%%DOCSDIR%%/libgimp/libgimp-gimpvectors.html -%%DOCSDIR%%/libgimp/libgimp-image.html -%%DOCSDIR%%/libgimp/libgimp-selectors.html -%%DOCSDIR%%/libgimp/libgimp.devhelp -%%DOCSDIR%%/libgimp/libgimp.devhelp2 -%%DOCSDIR%%/libgimp/libgimp.html -%%DOCSDIR%%/libgimp/libgimpui-hierarchy.html -%%DOCSDIR%%/libgimp/libgimpui.html -%%DOCSDIR%%/libgimp/right.png -%%DOCSDIR%%/libgimp/style.css -%%DOCSDIR%%/libgimp/up.png -%%DOCSDIR%%/libgimpbase/home.png -%%DOCSDIR%%/libgimpbase/index.html -%%DOCSDIR%%/libgimpbase/index.sgml -%%DOCSDIR%%/libgimpbase/ix01.html -%%DOCSDIR%%/libgimpbase/ix02.html -%%DOCSDIR%%/libgimpbase/ix03.html -%%DOCSDIR%%/libgimpbase/ix04.html -%%DOCSDIR%%/libgimpbase/left.png -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbaseenums.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbasetypes.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpchecks.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpcpuaccel.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpdatafiles.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpenv.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimplimits.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpmemsize.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparam.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparasite.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparasiteio.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpsignal.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpunit.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimputils.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpversion.html -%%DOCSDIR%%/libgimpbase/libgimpbase.devhelp -%%DOCSDIR%%/libgimpbase/libgimpbase.devhelp2 -%%DOCSDIR%%/libgimpbase/libgimpbase.html -%%DOCSDIR%%/libgimpbase/right.png -%%DOCSDIR%%/libgimpbase/style.css -%%DOCSDIR%%/libgimpbase/up.png -%%DOCSDIR%%/libgimpcolor/home.png -%%DOCSDIR%%/libgimpcolor/index.html -%%DOCSDIR%%/libgimpcolor/index.sgml -%%DOCSDIR%%/libgimpcolor/ix01.html -%%DOCSDIR%%/libgimpcolor/ix02.html -%%DOCSDIR%%/libgimpcolor/ix03.html -%%DOCSDIR%%/libgimpcolor/ix04.html -%%DOCSDIR%%/libgimpcolor/left.png -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpAdaptiveSupersample.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpBilinear.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpCMYK.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpColorSpace.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpHSV.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpRGB.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor.devhelp -%%DOCSDIR%%/libgimpcolor/libgimpcolor.devhelp2 -%%DOCSDIR%%/libgimpcolor/libgimpcolor.html -%%DOCSDIR%%/libgimpcolor/right.png -%%DOCSDIR%%/libgimpcolor/style.css -%%DOCSDIR%%/libgimpcolor/up.png -%%DOCSDIR%%/libgimpconfig/GimpColorConfig.html -%%DOCSDIR%%/libgimpconfig/home.png -%%DOCSDIR%%/libgimpconfig/index.html -%%DOCSDIR%%/libgimpconfig/index.sgml -%%DOCSDIR%%/libgimpconfig/ix01.html -%%DOCSDIR%%/libgimpconfig/ix02.html -%%DOCSDIR%%/libgimpconfig/ix03.html -%%DOCSDIR%%/libgimpconfig/left.png -%%DOCSDIR%%/libgimpconfig/libgimpconfig-GimpConfig.html -%%DOCSDIR%%/libgimpconfig/libgimpconfig-GimpConfigError.html -%%DOCSDIR%%/libgimpconfig/libgimpconfig-GimpConfigWriter.html -%%DOCSDIR%%/libgimpconfig/libgimpconfig-GimpScanner.html -%%DOCSDIR%%/libgimpconfig/libgimpconfig-gimpconfig-deserialize.html -%%DOCSDIR%%/libgimpconfig/libgimpconfig-gimpconfig-params.html -%%DOCSDIR%%/libgimpconfig/libgimpconfig-gimpconfig-path.html -%%DOCSDIR%%/libgimpconfig/libgimpconfig-gimpconfig-serialize.html -%%DOCSDIR%%/libgimpconfig/libgimpconfig-gimpconfig-utils.html -%%DOCSDIR%%/libgimpconfig/libgimpconfig-hierarchy.html -%%DOCSDIR%%/libgimpconfig/libgimpconfig.devhelp -%%DOCSDIR%%/libgimpconfig/libgimpconfig.devhelp2 -%%DOCSDIR%%/libgimpconfig/libgimpconfig.html -%%DOCSDIR%%/libgimpconfig/right.png -%%DOCSDIR%%/libgimpconfig/style.css -%%DOCSDIR%%/libgimpconfig/up.png -%%DOCSDIR%%/libgimpmath/home.png -%%DOCSDIR%%/libgimpmath/index.html -%%DOCSDIR%%/libgimpmath/index.sgml -%%DOCSDIR%%/libgimpmath/ix01.html -%%DOCSDIR%%/libgimpmath/ix02.html -%%DOCSDIR%%/libgimpmath/ix03.html -%%DOCSDIR%%/libgimpmath/ix04.html -%%DOCSDIR%%/libgimpmath/left.png -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMD5.html -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMath.html -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMatrix.html -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpVector.html -%%DOCSDIR%%/libgimpmath/libgimpmath.devhelp -%%DOCSDIR%%/libgimpmath/libgimpmath.html -%%DOCSDIR%%/libgimpmath/right.png -%%DOCSDIR%%/libgimpmath/style.css -%%DOCSDIR%%/libgimpmath/up.png -%%DOCSDIR%%/libgimpmodule/GimpModule.html -%%DOCSDIR%%/libgimpmodule/GimpModuleDB.html -%%DOCSDIR%%/libgimpmodule/home.png -%%DOCSDIR%%/libgimpmodule/index.html -%%DOCSDIR%%/libgimpmodule/index.sgml -%%DOCSDIR%%/libgimpmodule/ix01.html -%%DOCSDIR%%/libgimpmodule/ix02.html -%%DOCSDIR%%/libgimpmodule/ix03.html -%%DOCSDIR%%/libgimpmodule/ix04.html -%%DOCSDIR%%/libgimpmodule/left.png -%%DOCSDIR%%/libgimpmodule/libgimpmodule.devhelp -%%DOCSDIR%%/libgimpmodule/libgimpmodule.devhelp2 -%%DOCSDIR%%/libgimpmodule/libgimpmodule.html -%%DOCSDIR%%/libgimpmodule/right.png -%%DOCSDIR%%/libgimpmodule/style.css -%%DOCSDIR%%/libgimpmodule/up.png -%%DOCSDIR%%/libgimpthumb/GimpThumbnail.html -%%DOCSDIR%%/libgimpthumb/home.png -%%DOCSDIR%%/libgimpthumb/index.html -%%DOCSDIR%%/libgimpthumb/index.sgml -%%DOCSDIR%%/libgimpthumb/ix01.html -%%DOCSDIR%%/libgimpthumb/ix02.html -%%DOCSDIR%%/libgimpthumb/ix03.html -%%DOCSDIR%%/libgimpthumb/ix04.html -%%DOCSDIR%%/libgimpthumb/left.png -%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-enums.html -%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-error.html -%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-utils.html -%%DOCSDIR%%/libgimpthumb/libgimpthumb.devhelp -%%DOCSDIR%%/libgimpthumb/libgimpthumb.devhelp2 -%%DOCSDIR%%/libgimpthumb/libgimpthumb.html -%%DOCSDIR%%/libgimpthumb/right.png -%%DOCSDIR%%/libgimpthumb/style.css -%%DOCSDIR%%/libgimpthumb/up.png -%%DOCSDIR%%/libgimpwidgets/GimpBrowser.html -%%DOCSDIR%%/libgimpwidgets/GimpButton.html -%%DOCSDIR%%/libgimpwidgets/GimpCellRendererColor.html -%%DOCSDIR%%/libgimpwidgets/GimpCellRendererToggle.html -%%DOCSDIR%%/libgimpwidgets/GimpChainButton.html -%%DOCSDIR%%/libgimpwidgets/GimpColorArea.html -%%DOCSDIR%%/libgimpwidgets/GimpColorButton.html -%%DOCSDIR%%/libgimpwidgets/GimpColorDisplay.html -%%DOCSDIR%%/libgimpwidgets/GimpColorDisplayStack.html -%%DOCSDIR%%/libgimpwidgets/GimpColorHexEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpColorNotebook.html -%%DOCSDIR%%/libgimpwidgets/GimpColorScale.html -%%DOCSDIR%%/libgimpwidgets/GimpColorScales.html -%%DOCSDIR%%/libgimpwidgets/GimpColorSelect.html -%%DOCSDIR%%/libgimpwidgets/GimpColorSelection.html -%%DOCSDIR%%/libgimpwidgets/GimpColorSelector.html -%%DOCSDIR%%/libgimpwidgets/GimpController.html -%%DOCSDIR%%/libgimpwidgets/GimpDialog.html -%%DOCSDIR%%/libgimpwidgets/GimpEnumComboBox.html -%%DOCSDIR%%/libgimpwidgets/GimpEnumLabel.html -%%DOCSDIR%%/libgimpwidgets/GimpEnumStore.html -%%DOCSDIR%%/libgimpwidgets/GimpFileEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpFrame.html -%%DOCSDIR%%/libgimpwidgets/GimpIntComboBox.html -%%DOCSDIR%%/libgimpwidgets/GimpIntStore.html -%%DOCSDIR%%/libgimpwidgets/GimpMemsizeEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpOffsetArea.html -%%DOCSDIR%%/libgimpwidgets/GimpPageSelector.html -%%DOCSDIR%%/libgimpwidgets/GimpPathEditor.html -%%DOCSDIR%%/libgimpwidgets/GimpPickButton.html -%%DOCSDIR%%/libgimpwidgets/GimpPixmap.html -%%DOCSDIR%%/libgimpwidgets/GimpPreview.html -%%DOCSDIR%%/libgimpwidgets/GimpPreviewArea.html -%%DOCSDIR%%/libgimpwidgets/GimpScrolledPreview.html -%%DOCSDIR%%/libgimpwidgets/GimpSizeEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpUnitMenu.html -%%DOCSDIR%%/libgimpwidgets/gimp-browser.png -%%DOCSDIR%%/libgimpwidgets/gimp-button.png -%%DOCSDIR%%/libgimpwidgets/gimp-chain-button.png -%%DOCSDIR%%/libgimpwidgets/gimp-color-area.png -%%DOCSDIR%%/libgimpwidgets/gimp-color-button.png -%%DOCSDIR%%/libgimpwidgets/gimp-color-hex-entry.png -%%DOCSDIR%%/libgimpwidgets/gimp-color-scale.png -%%DOCSDIR%%/libgimpwidgets/gimp-color-selection.png -%%DOCSDIR%%/libgimpwidgets/gimp-dialog.png -%%DOCSDIR%%/libgimpwidgets/gimp-enum-combo-box.png -%%DOCSDIR%%/libgimpwidgets/gimp-enum-label.png -%%DOCSDIR%%/libgimpwidgets/gimp-file-entry.png -%%DOCSDIR%%/libgimpwidgets/gimp-frame.png -%%DOCSDIR%%/libgimpwidgets/gimp-int-combo-box.png -%%DOCSDIR%%/libgimpwidgets/gimp-memsize-entry.png -%%DOCSDIR%%/libgimpwidgets/gimp-offset-area.png -%%DOCSDIR%%/libgimpwidgets/gimp-page-selector.png -%%DOCSDIR%%/libgimpwidgets/gimp-path-editor.png -%%DOCSDIR%%/libgimpwidgets/gimp-pick-button.png -%%DOCSDIR%%/libgimpwidgets/gimp-preview-area.png -%%DOCSDIR%%/libgimpwidgets/gimp-unit-menu.png -%%DOCSDIR%%/libgimpwidgets/home.png -%%DOCSDIR%%/libgimpwidgets/index.html -%%DOCSDIR%%/libgimpwidgets/index.sgml -%%DOCSDIR%%/libgimpwidgets/ix01.html -%%DOCSDIR%%/libgimpwidgets/ix02.html -%%DOCSDIR%%/libgimpwidgets/ix03.html -%%DOCSDIR%%/libgimpwidgets/ix04.html -%%DOCSDIR%%/libgimpwidgets/left.png -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpEnumWidgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpHelpUI.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpPropWidgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpQueryBox.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpStock.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpWidgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-cell-renderers.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colordisplay.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colorselector.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-controller.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-deprecated.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-gallery.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-gimpoldwidgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-hierarchy.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-utils.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-widgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets.devhelp -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets.devhelp2 -%%DOCSDIR%%/libgimpwidgets/right.png -%%DOCSDIR%%/libgimpwidgets/stock-anchor-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cap-butt-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cap-round-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cap-square-16.png -%%DOCSDIR%%/libgimpwidgets/stock-center-16.png -%%DOCSDIR%%/libgimpwidgets/stock-center-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channels-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channels-24.png -%%DOCSDIR%%/libgimpwidgets/stock-char-picker-22.png -%%DOCSDIR%%/libgimpwidgets/stock-close-12.png -%%DOCSDIR%%/libgimpwidgets/stock-color-pick-from-screen-16.png -%%DOCSDIR%%/libgimpwidgets/stock-color-picker-black-18.png -%%DOCSDIR%%/libgimpwidgets/stock-color-picker-gray-18.png -%%DOCSDIR%%/libgimpwidgets/stock-color-picker-white-18.png -%%DOCSDIR%%/libgimpwidgets/stock-color-triangle-16.png -%%DOCSDIR%%/libgimpwidgets/stock-convert-grayscale-16.png -%%DOCSDIR%%/libgimpwidgets/stock-convert-indexed-16.png -%%DOCSDIR%%/libgimpwidgets/stock-convert-rgb-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cursor-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cursor-24.png -%%DOCSDIR%%/libgimpwidgets/stock-curve-free-16.png -%%DOCSDIR%%/libgimpwidgets/stock-curve-smooth-16.png -%%DOCSDIR%%/libgimpwidgets/stock-default-colors-12.png -%%DOCSDIR%%/libgimpwidgets/stock-device-status-16.png -%%DOCSDIR%%/libgimpwidgets/stock-device-status-24.png -%%DOCSDIR%%/libgimpwidgets/stock-display-filter-16.png -%%DOCSDIR%%/libgimpwidgets/stock-display-filter-24.png -%%DOCSDIR%%/libgimpwidgets/stock-duplicate-16.png -%%DOCSDIR%%/libgimpwidgets/stock-edit-16.png -%%DOCSDIR%%/libgimpwidgets/stock-error-64.png -%%DOCSDIR%%/libgimpwidgets/stock-eye-12.png -%%DOCSDIR%%/libgimpwidgets/stock-eye-20.png -%%DOCSDIR%%/libgimpwidgets/stock-flip-horizontal-16.png -%%DOCSDIR%%/libgimpwidgets/stock-flip-vertical-16.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-16.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-24.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-32.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-48.png -%%DOCSDIR%%/libgimpwidgets/stock-frame-64.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-bilinear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-conical-asymmetric-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-conical-symmetric-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-linear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-radial-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-angular-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-dimpled-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-spherical-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-spiral-anticlockwise-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-spiral-clockwise-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-square-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-east-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-east-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-west-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-east-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-west-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-west-24.png -%%DOCSDIR%%/libgimpwidgets/stock-grid-16.png -%%DOCSDIR%%/libgimpwidgets/stock-hcenter-24.png -%%DOCSDIR%%/libgimpwidgets/stock-hchain-24.png -%%DOCSDIR%%/libgimpwidgets/stock-hchain-broken-24.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-16.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-22.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-linear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-logarithmic-16.png -%%DOCSDIR%%/libgimpwidgets/stock-image-16.png -%%DOCSDIR%%/libgimpwidgets/stock-image-24.png -%%DOCSDIR%%/libgimpwidgets/stock-image-32.png -%%DOCSDIR%%/libgimpwidgets/stock-image-48.png -%%DOCSDIR%%/libgimpwidgets/stock-images-16.png -%%DOCSDIR%%/libgimpwidgets/stock-images-24.png -%%DOCSDIR%%/libgimpwidgets/stock-indexed-palette-16.png -%%DOCSDIR%%/libgimpwidgets/stock-indexed-palette-24.png -%%DOCSDIR%%/libgimpwidgets/stock-info-16.png -%%DOCSDIR%%/libgimpwidgets/stock-info-24.png -%%DOCSDIR%%/libgimpwidgets/stock-info-64.png -%%DOCSDIR%%/libgimpwidgets/stock-invert-16.png -%%DOCSDIR%%/libgimpwidgets/stock-join-bevel-16.png -%%DOCSDIR%%/libgimpwidgets/stock-join-miter-16.png -%%DOCSDIR%%/libgimpwidgets/stock-join-round-16.png -%%DOCSDIR%%/libgimpwidgets/stock-landscape-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-24.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-32.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-48.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-24.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-32.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-48.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-to-imagesize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layers-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layers-24.png -%%DOCSDIR%%/libgimpwidgets/stock-letter-spacing-22.png -%%DOCSDIR%%/libgimpwidgets/stock-line-spacing-22.png -%%DOCSDIR%%/libgimpwidgets/stock-linked-12.png -%%DOCSDIR%%/libgimpwidgets/stock-linked-20.png -%%DOCSDIR%%/libgimpwidgets/stock-list-16.png -%%DOCSDIR%%/libgimpwidgets/stock-menu-left-12.png -%%DOCSDIR%%/libgimpwidgets/stock-menu-right-12.png -%%DOCSDIR%%/libgimpwidgets/stock-merge-down-16.png -%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-16.png -%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-24.png -%%DOCSDIR%%/libgimpwidgets/stock-navigation-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paste-as-new-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paste-into-16.png -%%DOCSDIR%%/libgimpwidgets/stock-path-16.png -%%DOCSDIR%%/libgimpwidgets/stock-path-22.png -%%DOCSDIR%%/libgimpwidgets/stock-path-stroke-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paths-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paths-22.png -%%DOCSDIR%%/libgimpwidgets/stock-plugin-16.png -%%DOCSDIR%%/libgimpwidgets/stock-portrait-16.png -%%DOCSDIR%%/libgimpwidgets/stock-print-resolution-16.png -%%DOCSDIR%%/libgimpwidgets/stock-print-resolution-24.png -%%DOCSDIR%%/libgimpwidgets/stock-question-64.png -%%DOCSDIR%%/libgimpwidgets/stock-quick-mask-off-16.png -%%DOCSDIR%%/libgimpwidgets/stock-quick-mask-on-16.png -%%DOCSDIR%%/libgimpwidgets/stock-reset-16.png -%%DOCSDIR%%/libgimpwidgets/stock-reshow-filter-16.png -%%DOCSDIR%%/libgimpwidgets/stock-resize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-rotate-180-16.png -%%DOCSDIR%%/libgimpwidgets/stock-rotate-270-16.png -%%DOCSDIR%%/libgimpwidgets/stock-rotate-90-16.png -%%DOCSDIR%%/libgimpwidgets/stock-sample-point-16.png -%%DOCSDIR%%/libgimpwidgets/stock-sample-point-24.png -%%DOCSDIR%%/libgimpwidgets/stock-scale-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-add-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-all-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-border-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-grow-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-intersect-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-none-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-replace-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-shrink-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-stroke-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-subtract-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-to-channel-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-to-path-16.png -%%DOCSDIR%%/libgimpwidgets/stock-shape-circle-16.png -%%DOCSDIR%%/libgimpwidgets/stock-shape-diamond-16.png -%%DOCSDIR%%/libgimpwidgets/stock-shape-square-16.png -%%DOCSDIR%%/libgimpwidgets/stock-swap-colors-12.png -%%DOCSDIR%%/libgimpwidgets/stock-template-16.png -%%DOCSDIR%%/libgimpwidgets/stock-template-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-dir-ltr-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-dir-rtl-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-16.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-32.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-48.png -%%DOCSDIR%%/libgimpwidgets/stock-texture-64.png -%%DOCSDIR%%/libgimpwidgets/stock-toilet-paper-16.png -%%DOCSDIR%%/libgimpwidgets/stock-toilet-paper-24.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-airbrush-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-airbrush-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-align-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-align-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blend-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blend-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blur-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blur-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-brightness-contrast-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-brightness-contrast-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-bucket-fill-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-bucket-fill-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-by-color-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-by-color-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-clone-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-clone-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-balance-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-balance-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-picker-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-picker-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-colorize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-colorize-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-crop-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-crop-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-curves-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-curves-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-dodge-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-dodge-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ellipse-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ellipse-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-eraser-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-eraser-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-flip-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-flip-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-foreground-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-foreground-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-free-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-free-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-fuzzy-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-fuzzy-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-hue-saturation-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-hue-saturation-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ink-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ink-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-iscissors-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-iscissors-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-levels-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-levels-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-measure-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-measure-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-move-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-move-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-options-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-options-24.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-paintbrush-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-paintbrush-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-path-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-path-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-pencil-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-pencil-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-perspective-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-perspective-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-posterize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-posterize-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rect-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rect-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rotate-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rotate-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-scale-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-scale-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-shear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-shear-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-smudge-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-smudge-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-text-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-text-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-threshold-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-threshold-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-zoom-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-zoom-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tools-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tools-24.png -%%DOCSDIR%%/libgimpwidgets/stock-transparency-16.png -%%DOCSDIR%%/libgimpwidgets/stock-transparency-24.png -%%DOCSDIR%%/libgimpwidgets/stock-undo-history-16.png -%%DOCSDIR%%/libgimpwidgets/stock-undo-history-24.png -%%DOCSDIR%%/libgimpwidgets/stock-vcenter-24.png -%%DOCSDIR%%/libgimpwidgets/stock-vchain-24.png -%%DOCSDIR%%/libgimpwidgets/stock-vchain-broken-24.png -%%DOCSDIR%%/libgimpwidgets/stock-video-16.png -%%DOCSDIR%%/libgimpwidgets/stock-video-24.png -%%DOCSDIR%%/libgimpwidgets/stock-warning-16.png -%%DOCSDIR%%/libgimpwidgets/stock-warning-24.png -%%DOCSDIR%%/libgimpwidgets/stock-warning-64.png -%%DOCSDIR%%/libgimpwidgets/stock-web-16.png -%%DOCSDIR%%/libgimpwidgets/stock-web-24.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-16.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-64.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-eek-64.png -%%DOCSDIR%%/libgimpwidgets/stock-zoom-follow-window-12.png -%%DOCSDIR%%/libgimpwidgets/style.css -%%DOCSDIR%%/libgimpwidgets/up.png -%%DATADIR%%/brushes/10x10square.gbr -%%DATADIR%%/brushes/10x10squareBlur.gbr -%%DATADIR%%/brushes/11circle.gbr -%%DATADIR%%/brushes/11fcircle.gbr -%%DATADIR%%/brushes/13circle.gbr -%%DATADIR%%/brushes/13fcircle.gbr -%%DATADIR%%/brushes/15circle.gbr -%%DATADIR%%/brushes/15fcircle.gbr -%%DATADIR%%/brushes/17circle.gbr -%%DATADIR%%/brushes/17fcircle.gbr -%%DATADIR%%/brushes/19circle.gbr -%%DATADIR%%/brushes/19fcircle.gbr -%%DATADIR%%/brushes/1circle.gbr -%%DATADIR%%/brushes/20x20square.gbr -%%DATADIR%%/brushes/20x20squareBlur.gbr -%%DATADIR%%/brushes/3circle.gbr -%%DATADIR%%/brushes/3fcircle.gbr -%%DATADIR%%/brushes/5circle.gbr -%%DATADIR%%/brushes/5fcircle.gbr -%%DATADIR%%/brushes/5x5square.gbr -%%DATADIR%%/brushes/5x5squareBlur.gbr -%%DATADIR%%/brushes/7circle.gbr -%%DATADIR%%/brushes/7fcircle.gbr -%%DATADIR%%/brushes/9circle.gbr -%%DATADIR%%/brushes/9fcircle.gbr -%%DATADIR%%/brushes/DStar11.gbr -%%DATADIR%%/brushes/DStar17.gbr -%%DATADIR%%/brushes/DStar25.gbr -%%DATADIR%%/brushes/SketchBrush-16.gih -%%DATADIR%%/brushes/SketchBrush-32.gih -%%DATADIR%%/brushes/SketchBrush-64.gih -%%DATADIR%%/brushes/callig1.gbr -%%DATADIR%%/brushes/callig2.gbr -%%DATADIR%%/brushes/callig3.gbr -%%DATADIR%%/brushes/callig4.gbr -%%DATADIR%%/brushes/confetti.gbr -%%DATADIR%%/brushes/confetti.gih -%%DATADIR%%/brushes/dunes.gbr -%%DATADIR%%/brushes/feltpen.gih -%%DATADIR%%/brushes/galaxy.gbr -%%DATADIR%%/brushes/galaxy_big.gbr -%%DATADIR%%/brushes/galaxy_small.gbr -%%DATADIR%%/brushes/hsparks.gih -%%DATADIR%%/brushes/pepper.gbr -%%DATADIR%%/brushes/pixel.gbr -%%DATADIR%%/brushes/thegimp.gbr -%%DATADIR%%/brushes/vine.gih -%%DATADIR%%/brushes/xcf.gbr -%%DATADIR%%/fractalexplorer/Asteroid_Field -%%DATADIR%%/fractalexplorer/Bar_Code_Label -%%DATADIR%%/fractalexplorer/Beauty_of_Nature -%%DATADIR%%/fractalexplorer/Blue_Curtain -%%DATADIR%%/fractalexplorer/Car_Track -%%DATADIR%%/fractalexplorer/Energetic_Diamond -%%DATADIR%%/fractalexplorer/Explosive -%%DATADIR%%/fractalexplorer/Flower -%%DATADIR%%/fractalexplorer/Fragments -%%DATADIR%%/fractalexplorer/Hemp -%%DATADIR%%/fractalexplorer/High_Voltage -%%DATADIR%%/fractalexplorer/Hoops -%%DATADIR%%/fractalexplorer/Ice_Crystal -%%DATADIR%%/fractalexplorer/Leaves -%%DATADIR%%/fractalexplorer/Lightning -%%DATADIR%%/fractalexplorer/Mandelbrot -%%DATADIR%%/fractalexplorer/Marble -%%DATADIR%%/fractalexplorer/Marble2 -%%DATADIR%%/fractalexplorer/Medusa -%%DATADIR%%/fractalexplorer/Nautilus -%%DATADIR%%/fractalexplorer/Nebula -%%DATADIR%%/fractalexplorer/Plant -%%DATADIR%%/fractalexplorer/Rose -%%DATADIR%%/fractalexplorer/Saturn -%%DATADIR%%/fractalexplorer/Snow_Crystal -%%DATADIR%%/fractalexplorer/Soma -%%DATADIR%%/fractalexplorer/Spark -%%DATADIR%%/fractalexplorer/Suns -%%DATADIR%%/fractalexplorer/Tentacles -%%DATADIR%%/fractalexplorer/The_Green_Place -%%DATADIR%%/fractalexplorer/Wave -%%DATADIR%%/fractalexplorer/Wood -%%DATADIR%%/fractalexplorer/Zooming_Circle -%%DATADIR%%/gfig/A_star -%%DATADIR%%/gfig/curves -%%DATADIR%%/gfig/polys -%%DATADIR%%/gfig/ring -%%DATADIR%%/gfig/ring+star -%%DATADIR%%/gfig/simily -%%DATADIR%%/gfig/spirals_and_stars -%%DATADIR%%/gfig/sprial -%%DATADIR%%/gfig/star2 -%%DATADIR%%/gfig/stars -%%DATADIR%%/gflare/Bright_Star -%%DATADIR%%/gflare/Classic -%%DATADIR%%/gflare/Default -%%DATADIR%%/gflare/Distant_Sun -%%DATADIR%%/gflare/GFlare_101 -%%DATADIR%%/gflare/GFlare_102 -%%DATADIR%%/gflare/Hidden_Planet -%%DATADIR%%/gimpressionist/Brushes/arrow01.pgm -%%DATADIR%%/gimpressionist/Brushes/ball.ppm -%%DATADIR%%/gimpressionist/Brushes/blob.ppm -%%DATADIR%%/gimpressionist/Brushes/box.ppm -%%DATADIR%%/gimpressionist/Brushes/chalk01.pgm -%%DATADIR%%/gimpressionist/Brushes/cone.ppm -%%DATADIR%%/gimpressionist/Brushes/crayon01.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon02.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon03.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon04.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon05.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon06.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon07.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon08.pgm -%%DATADIR%%/gimpressionist/Brushes/defaultbrush.pgm -%%DATADIR%%/gimpressionist/Brushes/dribble.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric01.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric02.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric03.pgm -%%DATADIR%%/gimpressionist/Brushes/flower01.pgm -%%DATADIR%%/gimpressionist/Brushes/flower02.pgm -%%DATADIR%%/gimpressionist/Brushes/flower03.pgm -%%DATADIR%%/gimpressionist/Brushes/flower04.pgm -%%DATADIR%%/gimpressionist/Brushes/grad01.pgm -%%DATADIR%%/gimpressionist/Brushes/grad02.pgm -%%DATADIR%%/gimpressionist/Brushes/grad03.pgm -%%DATADIR%%/gimpressionist/Brushes/heart.ppm -%%DATADIR%%/gimpressionist/Brushes/leaf01.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush01.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush02.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush03.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush04.pgm -%%DATADIR%%/gimpressionist/Brushes/paper01.pgm -%%DATADIR%%/gimpressionist/Brushes/paper02.pgm -%%DATADIR%%/gimpressionist/Brushes/paper03.pgm -%%DATADIR%%/gimpressionist/Brushes/paper04.pgm -%%DATADIR%%/gimpressionist/Brushes/pentagram.pgm -%%DATADIR%%/gimpressionist/Brushes/scribble.pgm -%%DATADIR%%/gimpressionist/Brushes/shape01.pgm -%%DATADIR%%/gimpressionist/Brushes/shape02.pgm -%%DATADIR%%/gimpressionist/Brushes/shape03.pgm -%%DATADIR%%/gimpressionist/Brushes/shape04.pgm -%%DATADIR%%/gimpressionist/Brushes/snow1.pgm -%%DATADIR%%/gimpressionist/Brushes/sphere.ppm -%%DATADIR%%/gimpressionist/Brushes/splat1.pgm -%%DATADIR%%/gimpressionist/Brushes/splat2.pgm -%%DATADIR%%/gimpressionist/Brushes/splat3.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge01.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge02.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge03.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge04.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge05.pgm -%%DATADIR%%/gimpressionist/Brushes/strange01.pgm -%%DATADIR%%/gimpressionist/Brushes/thegimp.pgm -%%DATADIR%%/gimpressionist/Brushes/torus.ppm -%%DATADIR%%/gimpressionist/Brushes/wavy.pgm -%%DATADIR%%/gimpressionist/Brushes/weave.pgm -%%DATADIR%%/gimpressionist/Brushes/worm.pgm -%%DATADIR%%/gimpressionist/Paper/bricks.pgm -%%DATADIR%%/gimpressionist/Paper/bricks2.pgm -%%DATADIR%%/gimpressionist/Paper/burlap.pgm -%%DATADIR%%/gimpressionist/Paper/canvas2.pgm -%%DATADIR%%/gimpressionist/Paper/defaultpaper.pgm -%%DATADIR%%/gimpressionist/Paper/marble.pgm -%%DATADIR%%/gimpressionist/Paper/marble2.pgm -%%DATADIR%%/gimpressionist/Paper/stone.pgm -%%DATADIR%%/gimpressionist/Paper/struc.pgm -%%DATADIR%%/gimpressionist/Presets/ApplyCanvas -%%DATADIR%%/gimpressionist/Presets/Ballpark -%%DATADIR%%/gimpressionist/Presets/Canvas -%%DATADIR%%/gimpressionist/Presets/Crosshatch -%%DATADIR%%/gimpressionist/Presets/Cubism -%%DATADIR%%/gimpressionist/Presets/Dotify -%%DATADIR%%/gimpressionist/Presets/Embroidery -%%DATADIR%%/gimpressionist/Presets/Feathers -%%DATADIR%%/gimpressionist/Presets/Felt-marker -%%DATADIR%%/gimpressionist/Presets/Flowerbed -%%DATADIR%%/gimpressionist/Presets/Furry -%%DATADIR%%/gimpressionist/Presets/Line-art -%%DATADIR%%/gimpressionist/Presets/Line-art-2 -%%DATADIR%%/gimpressionist/Presets/Maggot-invasion -%%DATADIR%%/gimpressionist/Presets/MarbleMadness -%%DATADIR%%/gimpressionist/Presets/Mossy -%%DATADIR%%/gimpressionist/Presets/Painted_Rock -%%DATADIR%%/gimpressionist/Presets/Parquette -%%DATADIR%%/gimpressionist/Presets/Patchwork -%%DATADIR%%/gimpressionist/Presets/Ringworks -%%DATADIR%%/gimpressionist/Presets/Sample -%%DATADIR%%/gimpressionist/Presets/Smash -%%DATADIR%%/gimpressionist/Presets/Straws -%%DATADIR%%/gimpressionist/Presets/Weave -%%DATADIR%%/gimpressionist/Presets/Wormcan -%%DATADIR%%/gradients/Abstract_1.ggr -%%DATADIR%%/gradients/Abstract_2.ggr -%%DATADIR%%/gradients/Abstract_3.ggr -%%DATADIR%%/gradients/Aneurism.ggr -%%DATADIR%%/gradients/Blinds.ggr -%%DATADIR%%/gradients/Blue_Green.ggr -%%DATADIR%%/gradients/Browns.ggr -%%DATADIR%%/gradients/Brushed_Aluminium.ggr -%%DATADIR%%/gradients/Burning_Paper.ggr -%%DATADIR%%/gradients/Burning_Transparency.ggr -%%DATADIR%%/gradients/CD.ggr -%%DATADIR%%/gradients/CD_Half.ggr -%%DATADIR%%/gradients/Caribbean_Blues.ggr -%%DATADIR%%/gradients/Coffee.ggr -%%DATADIR%%/gradients/Cold_Steel.ggr -%%DATADIR%%/gradients/Cold_Steel_2.ggr -%%DATADIR%%/gradients/Crown_molding.ggr -%%DATADIR%%/gradients/Dark_1.ggr -%%DATADIR%%/gradients/Deep_Sea.ggr -%%DATADIR%%/gradients/Default.ggr -%%DATADIR%%/gradients/Flare_Glow_Angular_1.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_1.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_2.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_3.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_4.ggr -%%DATADIR%%/gradients/Flare_Radial_101.ggr -%%DATADIR%%/gradients/Flare_Radial_102.ggr -%%DATADIR%%/gradients/Flare_Radial_103.ggr -%%DATADIR%%/gradients/Flare_Rays_Radial_1.ggr -%%DATADIR%%/gradients/Flare_Rays_Radial_2.ggr -%%DATADIR%%/gradients/Flare_Rays_Size_1.ggr -%%DATADIR%%/gradients/Flare_Sizefac_101.ggr -%%DATADIR%%/gradients/Four_bars.ggr -%%DATADIR%%/gradients/French_flag.ggr -%%DATADIR%%/gradients/French_flag_smooth.ggr -%%DATADIR%%/gradients/Full_saturation_spectrum_CCW.ggr -%%DATADIR%%/gradients/Full_saturation_spectrum_CW.ggr -%%DATADIR%%/gradients/German_flag.ggr -%%DATADIR%%/gradients/German_flag_smooth.ggr -%%DATADIR%%/gradients/Golden.ggr -%%DATADIR%%/gradients/Greens.ggr -%%DATADIR%%/gradients/Horizon_1.ggr -%%DATADIR%%/gradients/Horizon_2.ggr -%%DATADIR%%/gradients/Incandescent.ggr -%%DATADIR%%/gradients/Land_1.ggr -%%DATADIR%%/gradients/Land_and_Sea.ggr -%%DATADIR%%/gradients/Metallic_Something.ggr -%%DATADIR%%/gradients/Mexican_flag.ggr -%%DATADIR%%/gradients/Mexican_flag_smooth.ggr -%%DATADIR%%/gradients/Nauseating_Headache.ggr -%%DATADIR%%/gradients/Neon_Cyan.ggr -%%DATADIR%%/gradients/Neon_Green.ggr -%%DATADIR%%/gradients/Neon_Yellow.ggr -%%DATADIR%%/gradients/Pastel_Rainbow.ggr -%%DATADIR%%/gradients/Pastels.ggr -%%DATADIR%%/gradients/Purples.ggr -%%DATADIR%%/gradients/Radial_Eyeball_Blue.ggr -%%DATADIR%%/gradients/Radial_Eyeball_Brown.ggr -%%DATADIR%%/gradients/Radial_Eyeball_Green.ggr -%%DATADIR%%/gradients/Radial_Glow_1.ggr -%%DATADIR%%/gradients/Radial_Rainbow_Hoop.ggr -%%DATADIR%%/gradients/Romanian_flag.ggr -%%DATADIR%%/gradients/Romanian_flag_smooth.ggr -%%DATADIR%%/gradients/Rounded_edge.ggr -%%DATADIR%%/gradients/Shadows_1.ggr -%%DATADIR%%/gradients/Shadows_2.ggr -%%DATADIR%%/gradients/Shadows_3.ggr -%%DATADIR%%/gradients/Skyline.ggr -%%DATADIR%%/gradients/Skyline_polluted.ggr -%%DATADIR%%/gradients/Square_Wood_Frame.ggr -%%DATADIR%%/gradients/Sunrise.ggr -%%DATADIR%%/gradients/Three_bars_sin.ggr -%%DATADIR%%/gradients/Tropical_Colors.ggr -%%DATADIR%%/gradients/Tube_Red.ggr -%%DATADIR%%/gradients/Wood_1.ggr -%%DATADIR%%/gradients/Wood_2.ggr -%%DATADIR%%/gradients/Yellow_Contrast.ggr -%%DATADIR%%/gradients/Yellow_Orange.ggr -%%DATADIR%%/images/gimp-logo.png -%%DATADIR%%/images/gimp-splash.png -%%DATADIR%%/images/wilber-devel-icon.png -%%DATADIR%%/images/wilber-icon.png -%%DATADIR%%/images/wilber-tips.png -%%DATADIR%%/images/wilber-wizard.png -%%DATADIR%%/menus/brush-editor-menu.xml -%%DATADIR%%/menus/brushes-menu.xml -%%DATADIR%%/menus/buffers-menu.xml -%%DATADIR%%/menus/channels-menu.xml -%%DATADIR%%/menus/colormap-editor-menu.xml -%%DATADIR%%/menus/cursor-info-menu.xml -%%DATADIR%%/menus/dockable-menu.xml -%%DATADIR%%/menus/documents-menu.xml -%%DATADIR%%/menus/error-console-menu.xml -%%DATADIR%%/menus/fonts-menu.xml -%%DATADIR%%/menus/gradient-editor-menu.xml -%%DATADIR%%/menus/gradients-menu.xml -%%DATADIR%%/menus/image-menu.xml -%%DATADIR%%/menus/images-menu.xml -%%DATADIR%%/menus/layers-menu.xml -%%DATADIR%%/menus/palette-editor-menu.xml -%%DATADIR%%/menus/palettes-menu.xml -%%DATADIR%%/menus/patterns-menu.xml -%%DATADIR%%/menus/quick-mask-menu.xml -%%DATADIR%%/menus/sample-point-editor-menu.xml -%%DATADIR%%/menus/selection-editor-menu.xml -%%DATADIR%%/menus/templates-menu.xml -%%DATADIR%%/menus/text-editor-toolbar.xml -%%DATADIR%%/menus/tool-options-menu.xml -%%DATADIR%%/menus/toolbox-menu.xml -%%DATADIR%%/menus/tools-menu.xml -%%DATADIR%%/menus/undo-editor-menu.xml -%%DATADIR%%/menus/vectors-menu.xml -%%DATADIR%%/palettes/Bears.gpl -%%DATADIR%%/palettes/Bgold.gpl -%%DATADIR%%/palettes/Blues.gpl -%%DATADIR%%/palettes/Borders.gpl -%%DATADIR%%/palettes/Browns_And_Yellows.gpl -%%DATADIR%%/palettes/Caramel.gpl -%%DATADIR%%/palettes/Cascade.gpl -%%DATADIR%%/palettes/China.gpl -%%DATADIR%%/palettes/Coldfire.gpl -%%DATADIR%%/palettes/Cool_Colors.gpl -%%DATADIR%%/palettes/Cranes.gpl -%%DATADIR%%/palettes/Dark_pastels.gpl -%%DATADIR%%/palettes/Default.gpl -%%DATADIR%%/palettes/Ega.gpl -%%DATADIR%%/palettes/Firecode.gpl -%%DATADIR%%/palettes/Gold.gpl -%%DATADIR%%/palettes/GrayViolet.gpl -%%DATADIR%%/palettes/Grayblue.gpl -%%DATADIR%%/palettes/Grays.gpl -%%DATADIR%%/palettes/Greens.gpl -%%DATADIR%%/palettes/Hilite.gpl -%%DATADIR%%/palettes/Khaki.gpl -%%DATADIR%%/palettes/Lights.gpl -%%DATADIR%%/palettes/Muted.gpl -%%DATADIR%%/palettes/Named_Colors.gpl -%%DATADIR%%/palettes/News3.gpl -%%DATADIR%%/palettes/Op2.gpl -%%DATADIR%%/palettes/Paintjet.gpl -%%DATADIR%%/palettes/Pastels.gpl -%%DATADIR%%/palettes/Plasma.gpl -%%DATADIR%%/palettes/Reds.gpl -%%DATADIR%%/palettes/Reds_And_Purples.gpl -%%DATADIR%%/palettes/Royal.gpl -%%DATADIR%%/palettes/Tango.gpl -%%DATADIR%%/palettes/Topographic.gpl -%%DATADIR%%/palettes/Visibone.gpl -%%DATADIR%%/palettes/Visibone_2.gpl -%%DATADIR%%/palettes/Volcano.gpl -%%DATADIR%%/palettes/Warm_Colors.gpl -%%DATADIR%%/palettes/Web.gpl -%%DATADIR%%/patterns/3dgreen.pat -%%DATADIR%%/patterns/Craters.pat -%%DATADIR%%/patterns/Moonfoot.pat -%%DATADIR%%/patterns/Stripes1px.pat -%%DATADIR%%/patterns/Stripes2px.pat -%%DATADIR%%/patterns/amethyst.pat -%%DATADIR%%/patterns/bark.pat -%%DATADIR%%/patterns/blue.pat -%%DATADIR%%/patterns/bluegrid.pat -%%DATADIR%%/patterns/bluesquares.pat -%%DATADIR%%/patterns/blueweb.pat -%%DATADIR%%/patterns/brick.pat -%%DATADIR%%/patterns/burlap.pat -%%DATADIR%%/patterns/burlwood.pat -%%DATADIR%%/patterns/choc_swirl.pat -%%DATADIR%%/patterns/corkboard.pat -%%DATADIR%%/patterns/cracked.pat -%%DATADIR%%/patterns/crinklepaper.pat -%%DATADIR%%/patterns/electric.pat -%%DATADIR%%/patterns/fibers.pat -%%DATADIR%%/patterns/granite1.pat -%%DATADIR%%/patterns/ground1.pat -%%DATADIR%%/patterns/ice.pat -%%DATADIR%%/patterns/java.pat -%%DATADIR%%/patterns/leather.pat -%%DATADIR%%/patterns/leaves.pat -%%DATADIR%%/patterns/leopard.pat -%%DATADIR%%/patterns/lightning.pat -%%DATADIR%%/patterns/marble1.pat -%%DATADIR%%/patterns/marble2.pat -%%DATADIR%%/patterns/marble3.pat -%%DATADIR%%/patterns/nops.pat -%%DATADIR%%/patterns/paper.pat -%%DATADIR%%/patterns/parque1.pat -%%DATADIR%%/patterns/parque2.pat -%%DATADIR%%/patterns/parque3.pat -%%DATADIR%%/patterns/pastel.pat -%%DATADIR%%/patterns/pine.pat -%%DATADIR%%/patterns/pink_marble.pat -%%DATADIR%%/patterns/pool.pat -%%DATADIR%%/patterns/qube1.pat -%%DATADIR%%/patterns/rain.pat -%%DATADIR%%/patterns/recessed.pat -%%DATADIR%%/patterns/redcube.pat -%%DATADIR%%/patterns/rock.pat -%%DATADIR%%/patterns/sky.pat -%%DATADIR%%/patterns/slate.pat -%%DATADIR%%/patterns/sm_squares.pat -%%DATADIR%%/patterns/starfield.pat -%%DATADIR%%/patterns/stone33.pat -%%DATADIR%%/patterns/terra.pat -%%DATADIR%%/patterns/walnut.pat -%%DATADIR%%/patterns/warning.pat -%%DATADIR%%/patterns/wood1.pat -%%DATADIR%%/patterns/wood2.pat -%%DATADIR%%/patterns/wood3.pat -%%DATADIR%%/patterns/wood4.pat -%%DATADIR%%/patterns/wood5.pat -%%DATADIR%%/scripts/3d-outline.scm -%%DATADIR%%/scripts/3dTruchet.scm -%%DATADIR%%/scripts/add-bevel.scm -%%DATADIR%%/scripts/addborder.scm -%%DATADIR%%/scripts/alien-glow-arrow.scm -%%DATADIR%%/scripts/alien-glow-bar.scm -%%DATADIR%%/scripts/alien-glow-bullet.scm -%%DATADIR%%/scripts/alien-glow-button.scm -%%DATADIR%%/scripts/alien-glow-logo.scm -%%DATADIR%%/scripts/alien-neon-logo.scm -%%DATADIR%%/scripts/basic1-logo.scm -%%DATADIR%%/scripts/basic2-logo.scm -%%DATADIR%%/scripts/beveled-button.scm -%%DATADIR%%/scripts/beveled-pattern-arrow.scm -%%DATADIR%%/scripts/beveled-pattern-bullet.scm -%%DATADIR%%/scripts/beveled-pattern-button.scm -%%DATADIR%%/scripts/beveled-pattern-heading.scm -%%DATADIR%%/scripts/beveled-pattern-hrule.scm -%%DATADIR%%/scripts/blend-anim.scm -%%DATADIR%%/scripts/blended-logo.scm -%%DATADIR%%/scripts/bovinated-logo.scm -%%DATADIR%%/scripts/burn-in-anim.scm -%%DATADIR%%/scripts/camo.scm -%%DATADIR%%/scripts/carve-it.scm -%%DATADIR%%/scripts/carved-logo.scm -%%DATADIR%%/scripts/chalk.scm -%%DATADIR%%/scripts/chip-away.scm -%%DATADIR%%/scripts/chrome-it.scm -%%DATADIR%%/scripts/chrome-logo.scm -%%DATADIR%%/scripts/circuit.scm -%%DATADIR%%/scripts/clothify.scm -%%DATADIR%%/scripts/coffee.scm -%%DATADIR%%/scripts/comic-logo.scm -%%DATADIR%%/scripts/coolmetal-logo.scm -%%DATADIR%%/scripts/copy-visible.scm -%%DATADIR%%/scripts/crystal-logo.scm -%%DATADIR%%/scripts/distress-selection.scm -%%DATADIR%%/scripts/drop-shadow.scm -%%DATADIR%%/scripts/erase-rows.scm -%%DATADIR%%/scripts/fade-outline.scm -%%DATADIR%%/scripts/flatland.scm -%%DATADIR%%/scripts/font-map.scm -%%DATADIR%%/scripts/frosty-logo.scm -%%DATADIR%%/scripts/fuzzyborder.scm -%%DATADIR%%/scripts/gimp-headers.scm -%%DATADIR%%/scripts/gimp-labels.scm -%%DATADIR%%/scripts/glossy.scm -%%DATADIR%%/scripts/glowing-logo.scm -%%DATADIR%%/scripts/gradient-bevel-logo.scm -%%DATADIR%%/scripts/gradient-example.scm -%%DATADIR%%/scripts/grid-system.scm -%%DATADIR%%/scripts/guides-from-selection.scm -%%DATADIR%%/scripts/guides-new-percent.scm -%%DATADIR%%/scripts/guides-new.scm -%%DATADIR%%/scripts/guides-remove-all.scm -%%DATADIR%%/scripts/hsv-graph.scm -%%DATADIR%%/scripts/i26-gunya2.scm -%%DATADIR%%/scripts/images/beavis.jpg -%%DATADIR%%/scripts/images/texture.jpg -%%DATADIR%%/scripts/images/texture1.jpg -%%DATADIR%%/scripts/images/texture2.jpg -%%DATADIR%%/scripts/images/texture3.jpg -%%DATADIR%%/scripts/land.scm -%%DATADIR%%/scripts/lava.scm -%%DATADIR%%/scripts/line-nova.scm -%%DATADIR%%/scripts/mkbrush.scm -%%DATADIR%%/scripts/neon-logo.scm -%%DATADIR%%/scripts/news-text.scm -%%DATADIR%%/scripts/old-photo.scm -%%DATADIR%%/scripts/paste-as-brush.scm -%%DATADIR%%/scripts/paste-as-pattern.scm -%%DATADIR%%/scripts/perspective-shadow.scm -%%DATADIR%%/scripts/predator.scm -%%DATADIR%%/scripts/pupi-button.scm -%%DATADIR%%/scripts/rendermap.scm -%%DATADIR%%/scripts/reverse-layers.scm -%%DATADIR%%/scripts/ripply-anim.scm -%%DATADIR%%/scripts/round-corners.scm -%%DATADIR%%/scripts/script-fu-util.scm -%%DATADIR%%/scripts/select-to-brush.scm -%%DATADIR%%/scripts/select-to-image.scm -%%DATADIR%%/scripts/select-to-pattern.scm -%%DATADIR%%/scripts/selection-round.scm -%%DATADIR%%/scripts/slide.scm -%%DATADIR%%/scripts/sota-chrome-logo.scm -%%DATADIR%%/scripts/speed-text.scm -%%DATADIR%%/scripts/sphere.scm -%%DATADIR%%/scripts/spinning-globe.scm -%%DATADIR%%/scripts/spyrogimp.scm -%%DATADIR%%/scripts/starburst-logo.scm -%%DATADIR%%/scripts/starscape-logo.scm -%%DATADIR%%/scripts/swirltile.scm -%%DATADIR%%/scripts/swirly-pattern.scm -%%DATADIR%%/scripts/t-o-p-logo.scm -%%DATADIR%%/scripts/test-sphere.scm -%%DATADIR%%/scripts/text-circle.scm -%%DATADIR%%/scripts/textured-logo.scm -%%DATADIR%%/scripts/tileblur.scm -%%DATADIR%%/scripts/title-header.scm -%%DATADIR%%/scripts/truchet.scm -%%DATADIR%%/scripts/unsharp-mask.scm -%%DATADIR%%/scripts/waves-anim.scm -%%DATADIR%%/scripts/weave.scm -%%DATADIR%%/scripts/web-browser.scm -%%DATADIR%%/scripts/xach-effect.scm -%%DATADIR%%/themes/Default/gtkrc -%%DATADIR%%/themes/Default/imagerc -%%DATADIR%%/themes/Default/images/preferences/color-management.png -%%DATADIR%%/themes/Default/images/preferences/controllers.png -%%DATADIR%%/themes/Default/images/preferences/default-comment.png -%%DATADIR%%/themes/Default/images/preferences/default-grid.png -%%DATADIR%%/themes/Default/images/preferences/display.png -%%DATADIR%%/themes/Default/images/preferences/environment.png -%%DATADIR%%/themes/Default/images/preferences/folders-brushes.png -%%DATADIR%%/themes/Default/images/preferences/folders-environ.png -%%DATADIR%%/themes/Default/images/preferences/folders-fonts.png -%%DATADIR%%/themes/Default/images/preferences/folders-gradients.png -%%DATADIR%%/themes/Default/images/preferences/folders-interp.png -%%DATADIR%%/themes/Default/images/preferences/folders-modules.png -%%DATADIR%%/themes/Default/images/preferences/folders-palettes.png -%%DATADIR%%/themes/Default/images/preferences/folders-patterns.png -%%DATADIR%%/themes/Default/images/preferences/folders-plug-ins.png -%%DATADIR%%/themes/Default/images/preferences/folders-scripts.png -%%DATADIR%%/themes/Default/images/preferences/folders-themes.png -%%DATADIR%%/themes/Default/images/preferences/folders-tool-plug-ins.png -%%DATADIR%%/themes/Default/images/preferences/folders.png -%%DATADIR%%/themes/Default/images/preferences/help-system.png -%%DATADIR%%/themes/Default/images/preferences/image-title.png -%%DATADIR%%/themes/Default/images/preferences/image-windows.png -%%DATADIR%%/themes/Default/images/preferences/input-devices.png -%%DATADIR%%/themes/Default/images/preferences/interface.png -%%DATADIR%%/themes/Default/images/preferences/monitor.png -%%DATADIR%%/themes/Default/images/preferences/new-image.png -%%DATADIR%%/themes/Default/images/preferences/session.png -%%DATADIR%%/themes/Default/images/preferences/theme.png -%%DATADIR%%/themes/Default/images/preferences/tool-options.png -%%DATADIR%%/themes/Default/images/preferences/toolbox.png -%%DATADIR%%/themes/Default/images/preferences/window-management.png -%%DATADIR%%/themes/Default/images/stock-anchor-16.png -%%DATADIR%%/themes/Default/images/stock-cap-butt-16.png -%%DATADIR%%/themes/Default/images/stock-cap-round-16.png -%%DATADIR%%/themes/Default/images/stock-cap-square-16.png -%%DATADIR%%/themes/Default/images/stock-center-16.png -%%DATADIR%%/themes/Default/images/stock-center-24.png -%%DATADIR%%/themes/Default/images/stock-channel-16.png -%%DATADIR%%/themes/Default/images/stock-channel-24.png -%%DATADIR%%/themes/Default/images/stock-channel-32.png -%%DATADIR%%/themes/Default/images/stock-channel-48.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-16.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-24.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-32.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-48.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-16.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-24.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-32.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-48.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-16.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-24.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-32.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-48.png -%%DATADIR%%/themes/Default/images/stock-channel-green-16.png -%%DATADIR%%/themes/Default/images/stock-channel-green-24.png -%%DATADIR%%/themes/Default/images/stock-channel-green-32.png -%%DATADIR%%/themes/Default/images/stock-channel-green-48.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-16.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-24.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-32.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-48.png -%%DATADIR%%/themes/Default/images/stock-channel-red-16.png -%%DATADIR%%/themes/Default/images/stock-channel-red-24.png -%%DATADIR%%/themes/Default/images/stock-channel-red-32.png -%%DATADIR%%/themes/Default/images/stock-channel-red-48.png -%%DATADIR%%/themes/Default/images/stock-channels-16.png -%%DATADIR%%/themes/Default/images/stock-channels-24.png -%%DATADIR%%/themes/Default/images/stock-char-picker-22.png -%%DATADIR%%/themes/Default/images/stock-close-12.png -%%DATADIR%%/themes/Default/images/stock-color-pick-from-screen-16.png -%%DATADIR%%/themes/Default/images/stock-color-picker-black-18.png -%%DATADIR%%/themes/Default/images/stock-color-picker-gray-18.png -%%DATADIR%%/themes/Default/images/stock-color-picker-white-18.png -%%DATADIR%%/themes/Default/images/stock-color-triangle-16.png -%%DATADIR%%/themes/Default/images/stock-convert-grayscale-16.png -%%DATADIR%%/themes/Default/images/stock-convert-indexed-16.png -%%DATADIR%%/themes/Default/images/stock-convert-rgb-16.png -%%DATADIR%%/themes/Default/images/stock-cursor-16.png -%%DATADIR%%/themes/Default/images/stock-cursor-24.png -%%DATADIR%%/themes/Default/images/stock-curve-free-16.png -%%DATADIR%%/themes/Default/images/stock-curve-smooth-16.png -%%DATADIR%%/themes/Default/images/stock-default-colors-12.png -%%DATADIR%%/themes/Default/images/stock-device-status-16.png -%%DATADIR%%/themes/Default/images/stock-device-status-24.png -%%DATADIR%%/themes/Default/images/stock-display-filter-16.png -%%DATADIR%%/themes/Default/images/stock-display-filter-24.png -%%DATADIR%%/themes/Default/images/stock-duplicate-16.png -%%DATADIR%%/themes/Default/images/stock-edit-16.png -%%DATADIR%%/themes/Default/images/stock-error-64.png -%%DATADIR%%/themes/Default/images/stock-eye-12.png -%%DATADIR%%/themes/Default/images/stock-eye-20.png -%%DATADIR%%/themes/Default/images/stock-flip-horizontal-16.png -%%DATADIR%%/themes/Default/images/stock-flip-vertical-16.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-16.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-24.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-32.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-48.png -%%DATADIR%%/themes/Default/images/stock-frame-64.png -%%DATADIR%%/themes/Default/images/stock-gradient-bilinear-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-conical-asymmetric-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-conical-symmetric-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-linear-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-radial-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-angular-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-dimpled-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-spherical-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-spiral-anticlockwise-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-spiral-clockwise-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-square-16.png -%%DATADIR%%/themes/Default/images/stock-gravity-east-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-north-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-north-east-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-north-west-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-south-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-south-east-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-south-west-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-west-24.png -%%DATADIR%%/themes/Default/images/stock-grid-16.png -%%DATADIR%%/themes/Default/images/stock-hcenter-24.png -%%DATADIR%%/themes/Default/images/stock-hchain-24.png -%%DATADIR%%/themes/Default/images/stock-hchain-broken-24.png -%%DATADIR%%/themes/Default/images/stock-histogram-16.png -%%DATADIR%%/themes/Default/images/stock-histogram-22.png -%%DATADIR%%/themes/Default/images/stock-histogram-linear-16.png -%%DATADIR%%/themes/Default/images/stock-histogram-logarithmic-16.png -%%DATADIR%%/themes/Default/images/stock-image-16.png -%%DATADIR%%/themes/Default/images/stock-image-24.png -%%DATADIR%%/themes/Default/images/stock-image-32.png -%%DATADIR%%/themes/Default/images/stock-image-48.png -%%DATADIR%%/themes/Default/images/stock-images-16.png -%%DATADIR%%/themes/Default/images/stock-images-24.png -%%DATADIR%%/themes/Default/images/stock-indexed-palette-16.png -%%DATADIR%%/themes/Default/images/stock-indexed-palette-24.png -%%DATADIR%%/themes/Default/images/stock-info-16.png -%%DATADIR%%/themes/Default/images/stock-info-24.png -%%DATADIR%%/themes/Default/images/stock-info-64.png -%%DATADIR%%/themes/Default/images/stock-invert-16.png -%%DATADIR%%/themes/Default/images/stock-join-bevel-16.png -%%DATADIR%%/themes/Default/images/stock-join-miter-16.png -%%DATADIR%%/themes/Default/images/stock-join-round-16.png -%%DATADIR%%/themes/Default/images/stock-landscape-16.png -%%DATADIR%%/themes/Default/images/stock-layer-16.png -%%DATADIR%%/themes/Default/images/stock-layer-24.png -%%DATADIR%%/themes/Default/images/stock-layer-32.png -%%DATADIR%%/themes/Default/images/stock-layer-48.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-16.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-24.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-32.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-48.png -%%DATADIR%%/themes/Default/images/stock-layer-to-imagesize-16.png -%%DATADIR%%/themes/Default/images/stock-layers-16.png -%%DATADIR%%/themes/Default/images/stock-layers-24.png -%%DATADIR%%/themes/Default/images/stock-letter-spacing-22.png -%%DATADIR%%/themes/Default/images/stock-line-spacing-22.png -%%DATADIR%%/themes/Default/images/stock-linked-12.png -%%DATADIR%%/themes/Default/images/stock-linked-20.png -%%DATADIR%%/themes/Default/images/stock-list-16.png -%%DATADIR%%/themes/Default/images/stock-menu-left-12.png -%%DATADIR%%/themes/Default/images/stock-menu-right-12.png -%%DATADIR%%/themes/Default/images/stock-merge-down-16.png -%%DATADIR%%/themes/Default/images/stock-move-to-screen-16.png -%%DATADIR%%/themes/Default/images/stock-move-to-screen-24.png -%%DATADIR%%/themes/Default/images/stock-navigation-16.png -%%DATADIR%%/themes/Default/images/stock-paste-as-new-16.png -%%DATADIR%%/themes/Default/images/stock-paste-into-16.png -%%DATADIR%%/themes/Default/images/stock-path-16.png -%%DATADIR%%/themes/Default/images/stock-path-22.png -%%DATADIR%%/themes/Default/images/stock-path-stroke-16.png -%%DATADIR%%/themes/Default/images/stock-paths-16.png -%%DATADIR%%/themes/Default/images/stock-paths-22.png -%%DATADIR%%/themes/Default/images/stock-plugin-16.png -%%DATADIR%%/themes/Default/images/stock-portrait-16.png -%%DATADIR%%/themes/Default/images/stock-print-resolution-16.png -%%DATADIR%%/themes/Default/images/stock-print-resolution-24.png -%%DATADIR%%/themes/Default/images/stock-question-64.png -%%DATADIR%%/themes/Default/images/stock-quick-mask-off-16.png -%%DATADIR%%/themes/Default/images/stock-quick-mask-on-16.png -%%DATADIR%%/themes/Default/images/stock-reset-16.png -%%DATADIR%%/themes/Default/images/stock-reshow-filter-16.png -%%DATADIR%%/themes/Default/images/stock-resize-16.png -%%DATADIR%%/themes/Default/images/stock-rotate-180-16.png -%%DATADIR%%/themes/Default/images/stock-rotate-270-16.png -%%DATADIR%%/themes/Default/images/stock-rotate-90-16.png -%%DATADIR%%/themes/Default/images/stock-sample-point-16.png -%%DATADIR%%/themes/Default/images/stock-sample-point-24.png -%%DATADIR%%/themes/Default/images/stock-scale-16.png -%%DATADIR%%/themes/Default/images/stock-selection-16.png -%%DATADIR%%/themes/Default/images/stock-selection-add-16.png -%%DATADIR%%/themes/Default/images/stock-selection-all-16.png -%%DATADIR%%/themes/Default/images/stock-selection-border-16.png -%%DATADIR%%/themes/Default/images/stock-selection-grow-16.png -%%DATADIR%%/themes/Default/images/stock-selection-intersect-16.png -%%DATADIR%%/themes/Default/images/stock-selection-none-16.png -%%DATADIR%%/themes/Default/images/stock-selection-replace-16.png -%%DATADIR%%/themes/Default/images/stock-selection-shrink-16.png -%%DATADIR%%/themes/Default/images/stock-selection-stroke-16.png -%%DATADIR%%/themes/Default/images/stock-selection-subtract-16.png -%%DATADIR%%/themes/Default/images/stock-selection-to-channel-16.png -%%DATADIR%%/themes/Default/images/stock-selection-to-path-16.png -%%DATADIR%%/themes/Default/images/stock-shape-circle-16.png -%%DATADIR%%/themes/Default/images/stock-shape-diamond-16.png -%%DATADIR%%/themes/Default/images/stock-shape-square-16.png -%%DATADIR%%/themes/Default/images/stock-swap-colors-12.png -%%DATADIR%%/themes/Default/images/stock-template-16.png -%%DATADIR%%/themes/Default/images/stock-template-24.png -%%DATADIR%%/themes/Default/images/stock-text-dir-ltr-24.png -%%DATADIR%%/themes/Default/images/stock-text-dir-rtl-24.png -%%DATADIR%%/themes/Default/images/stock-text-layer-16.png -%%DATADIR%%/themes/Default/images/stock-text-layer-24.png -%%DATADIR%%/themes/Default/images/stock-text-layer-32.png -%%DATADIR%%/themes/Default/images/stock-text-layer-48.png -%%DATADIR%%/themes/Default/images/stock-texture-64.png -%%DATADIR%%/themes/Default/images/stock-toilet-paper-16.png -%%DATADIR%%/themes/Default/images/stock-toilet-paper-24.png -%%DATADIR%%/themes/Default/images/stock-tool-airbrush-16.png -%%DATADIR%%/themes/Default/images/stock-tool-airbrush-22.png -%%DATADIR%%/themes/Default/images/stock-tool-align-16.png -%%DATADIR%%/themes/Default/images/stock-tool-align-22.png -%%DATADIR%%/themes/Default/images/stock-tool-blend-16.png -%%DATADIR%%/themes/Default/images/stock-tool-blend-22.png -%%DATADIR%%/themes/Default/images/stock-tool-blur-16.png -%%DATADIR%%/themes/Default/images/stock-tool-blur-22.png -%%DATADIR%%/themes/Default/images/stock-tool-brightness-contrast-16.png -%%DATADIR%%/themes/Default/images/stock-tool-brightness-contrast-22.png -%%DATADIR%%/themes/Default/images/stock-tool-bucket-fill-16.png -%%DATADIR%%/themes/Default/images/stock-tool-bucket-fill-22.png -%%DATADIR%%/themes/Default/images/stock-tool-by-color-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-by-color-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-clone-16.png -%%DATADIR%%/themes/Default/images/stock-tool-clone-22.png -%%DATADIR%%/themes/Default/images/stock-tool-color-balance-16.png -%%DATADIR%%/themes/Default/images/stock-tool-color-balance-22.png -%%DATADIR%%/themes/Default/images/stock-tool-color-picker-16.png -%%DATADIR%%/themes/Default/images/stock-tool-color-picker-22.png -%%DATADIR%%/themes/Default/images/stock-tool-colorize-16.png -%%DATADIR%%/themes/Default/images/stock-tool-colorize-22.png -%%DATADIR%%/themes/Default/images/stock-tool-crop-16.png -%%DATADIR%%/themes/Default/images/stock-tool-crop-22.png -%%DATADIR%%/themes/Default/images/stock-tool-curves-16.png -%%DATADIR%%/themes/Default/images/stock-tool-curves-22.png -%%DATADIR%%/themes/Default/images/stock-tool-dodge-16.png -%%DATADIR%%/themes/Default/images/stock-tool-dodge-22.png -%%DATADIR%%/themes/Default/images/stock-tool-ellipse-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-ellipse-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-eraser-16.png -%%DATADIR%%/themes/Default/images/stock-tool-eraser-22.png -%%DATADIR%%/themes/Default/images/stock-tool-flip-16.png -%%DATADIR%%/themes/Default/images/stock-tool-flip-22.png -%%DATADIR%%/themes/Default/images/stock-tool-foreground-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-foreground-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-free-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-free-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-fuzzy-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-fuzzy-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-hue-saturation-16.png -%%DATADIR%%/themes/Default/images/stock-tool-hue-saturation-22.png -%%DATADIR%%/themes/Default/images/stock-tool-ink-16.png -%%DATADIR%%/themes/Default/images/stock-tool-ink-22.png -%%DATADIR%%/themes/Default/images/stock-tool-iscissors-16.png -%%DATADIR%%/themes/Default/images/stock-tool-iscissors-22.png -%%DATADIR%%/themes/Default/images/stock-tool-levels-16.png -%%DATADIR%%/themes/Default/images/stock-tool-levels-22.png -%%DATADIR%%/themes/Default/images/stock-tool-measure-16.png -%%DATADIR%%/themes/Default/images/stock-tool-measure-22.png -%%DATADIR%%/themes/Default/images/stock-tool-move-16.png -%%DATADIR%%/themes/Default/images/stock-tool-move-22.png -%%DATADIR%%/themes/Default/images/stock-tool-options-16.png -%%DATADIR%%/themes/Default/images/stock-tool-options-24.png -%%DATADIR%%/themes/Default/images/stock-tool-paintbrush-16.png -%%DATADIR%%/themes/Default/images/stock-tool-paintbrush-22.png -%%DATADIR%%/themes/Default/images/stock-tool-path-16.png -%%DATADIR%%/themes/Default/images/stock-tool-path-22.png -%%DATADIR%%/themes/Default/images/stock-tool-pencil-16.png -%%DATADIR%%/themes/Default/images/stock-tool-pencil-22.png -%%DATADIR%%/themes/Default/images/stock-tool-perspective-16.png -%%DATADIR%%/themes/Default/images/stock-tool-perspective-22.png -%%DATADIR%%/themes/Default/images/stock-tool-posterize-16.png -%%DATADIR%%/themes/Default/images/stock-tool-posterize-22.png -%%DATADIR%%/themes/Default/images/stock-tool-rect-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-rect-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-rotate-16.png -%%DATADIR%%/themes/Default/images/stock-tool-rotate-22.png -%%DATADIR%%/themes/Default/images/stock-tool-scale-16.png -%%DATADIR%%/themes/Default/images/stock-tool-scale-22.png -%%DATADIR%%/themes/Default/images/stock-tool-shear-16.png -%%DATADIR%%/themes/Default/images/stock-tool-shear-22.png -%%DATADIR%%/themes/Default/images/stock-tool-smudge-16.png -%%DATADIR%%/themes/Default/images/stock-tool-smudge-22.png -%%DATADIR%%/themes/Default/images/stock-tool-text-16.png -%%DATADIR%%/themes/Default/images/stock-tool-text-22.png -%%DATADIR%%/themes/Default/images/stock-tool-threshold-16.png -%%DATADIR%%/themes/Default/images/stock-tool-threshold-22.png -%%DATADIR%%/themes/Default/images/stock-tool-zoom-16.png -%%DATADIR%%/themes/Default/images/stock-tool-zoom-22.png -%%DATADIR%%/themes/Default/images/stock-tools-16.png -%%DATADIR%%/themes/Default/images/stock-tools-24.png -%%DATADIR%%/themes/Default/images/stock-transparency-16.png -%%DATADIR%%/themes/Default/images/stock-transparency-24.png -%%DATADIR%%/themes/Default/images/stock-undo-history-16.png -%%DATADIR%%/themes/Default/images/stock-undo-history-24.png -%%DATADIR%%/themes/Default/images/stock-vcenter-24.png -%%DATADIR%%/themes/Default/images/stock-vchain-24.png -%%DATADIR%%/themes/Default/images/stock-vchain-broken-24.png -%%DATADIR%%/themes/Default/images/stock-video-16.png -%%DATADIR%%/themes/Default/images/stock-video-24.png -%%DATADIR%%/themes/Default/images/stock-warning-16.png -%%DATADIR%%/themes/Default/images/stock-warning-24.png -%%DATADIR%%/themes/Default/images/stock-warning-64.png -%%DATADIR%%/themes/Default/images/stock-web-16.png -%%DATADIR%%/themes/Default/images/stock-web-24.png -%%DATADIR%%/themes/Default/images/stock-wilber-16.png -%%DATADIR%%/themes/Default/images/stock-wilber-64.png -%%DATADIR%%/themes/Default/images/stock-wilber-eek-64.png -%%DATADIR%%/themes/Default/images/stock-zoom-follow-window-12.png -%%DATADIR%%/themes/Small/gtkrc -%%DATADIR%%/tips/gimp-tips.xml -%%GNOMEPANEL:%%share/gnome/application-registry/gimp.applications -%%GNOMEPANEL:%%share/gnome/applications/gimp.desktop -%%GNOMEPANEL:%%share/gnome/icons/hicolor/16x16/apps/gimp.png -%%GNOMEPANEL:%%share/gnome/icons/hicolor/22x22/apps/gimp.png -%%GNOMEPANEL:%%share/gnome/icons/hicolor/24x24/apps/gimp.png -%%GNOMEPANEL:%%share/gnome/icons/hicolor/32x32/apps/gimp.png -%%GNOMEPANEL:%%share/gnome/icons/hicolor/48x48/apps/gimp.png -%%GNOMEPANEL:%%share/gnome/icons/hicolor/64x64/apps/gimp.png -%%GNOMEPANEL:%%share/gnome/icons/hicolor/scalable/apps/gimp.svg -%%GNOMEPANEL:%%share/gnome/mime-info/gimp.keys -share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo -share/locale/bg/LC_MESSAGES/gimp20-script-fu.mo -share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/bg/LC_MESSAGES/gimp20-tips.mo -share/locale/bg/LC_MESSAGES/gimp20.mo -share/locale/ca/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ca/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ca/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ca/LC_MESSAGES/gimp20-tips.mo -share/locale/ca/LC_MESSAGES/gimp20.mo -share/locale/cs/LC_MESSAGES/gimp20-libgimp.mo -share/locale/cs/LC_MESSAGES/gimp20-script-fu.mo -share/locale/cs/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/cs/LC_MESSAGES/gimp20-tips.mo -share/locale/cs/LC_MESSAGES/gimp20.mo -share/locale/da/LC_MESSAGES/gimp20-libgimp.mo -share/locale/da/LC_MESSAGES/gimp20-script-fu.mo -share/locale/da/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/da/LC_MESSAGES/gimp20-tips.mo -share/locale/da/LC_MESSAGES/gimp20.mo -share/locale/de/LC_MESSAGES/gimp20-libgimp.mo -share/locale/de/LC_MESSAGES/gimp20-script-fu.mo -share/locale/de/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/de/LC_MESSAGES/gimp20-tips.mo -share/locale/de/LC_MESSAGES/gimp20.mo -share/locale/el/LC_MESSAGES/gimp20-libgimp.mo -share/locale/el/LC_MESSAGES/gimp20-script-fu.mo -share/locale/el/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/el/LC_MESSAGES/gimp20-tips.mo -share/locale/el/LC_MESSAGES/gimp20.mo -share/locale/en_CA/LC_MESSAGES/gimp20-libgimp.mo -share/locale/en_CA/LC_MESSAGES/gimp20-script-fu.mo -share/locale/en_CA/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/en_CA/LC_MESSAGES/gimp20-tips.mo -share/locale/en_CA/LC_MESSAGES/gimp20.mo -share/locale/en_GB/LC_MESSAGES/gimp20-libgimp.mo -share/locale/en_GB/LC_MESSAGES/gimp20-script-fu.mo -share/locale/en_GB/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/en_GB/LC_MESSAGES/gimp20-tips.mo -share/locale/en_GB/LC_MESSAGES/gimp20.mo -share/locale/es/LC_MESSAGES/gimp20-libgimp.mo -share/locale/es/LC_MESSAGES/gimp20-script-fu.mo -share/locale/es/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/es/LC_MESSAGES/gimp20-tips.mo -share/locale/es/LC_MESSAGES/gimp20.mo -share/locale/et/LC_MESSAGES/gimp20-libgimp.mo -share/locale/et/LC_MESSAGES/gimp20-script-fu.mo -share/locale/et/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/et/LC_MESSAGES/gimp20-tips.mo -share/locale/et/LC_MESSAGES/gimp20.mo -share/locale/eu/LC_MESSAGES/gimp20-libgimp.mo -share/locale/eu/LC_MESSAGES/gimp20-script-fu.mo -share/locale/eu/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/eu/LC_MESSAGES/gimp20-tips.mo -share/locale/eu/LC_MESSAGES/gimp20.mo -share/locale/fi/LC_MESSAGES/gimp20-libgimp.mo -share/locale/fi/LC_MESSAGES/gimp20-script-fu.mo -share/locale/fi/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/fi/LC_MESSAGES/gimp20-tips.mo -share/locale/fi/LC_MESSAGES/gimp20.mo -share/locale/fr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/fr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/fr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/fr/LC_MESSAGES/gimp20-tips.mo -share/locale/fr/LC_MESSAGES/gimp20.mo -share/locale/ga/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ga/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ga/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ga/LC_MESSAGES/gimp20-tips.mo -share/locale/ga/LC_MESSAGES/gimp20.mo -share/locale/gl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/gl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/gl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/gl/LC_MESSAGES/gimp20-tips.mo -share/locale/gl/LC_MESSAGES/gimp20.mo -share/locale/gu/LC_MESSAGES/gimp20-libgimp.mo -share/locale/gu/LC_MESSAGES/gimp20-script-fu.mo -share/locale/gu/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/gu/LC_MESSAGES/gimp20-tips.mo -share/locale/gu/LC_MESSAGES/gimp20.mo -share/locale/he/LC_MESSAGES/gimp20-libgimp.mo -share/locale/he/LC_MESSAGES/gimp20-script-fu.mo -share/locale/he/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/he/LC_MESSAGES/gimp20-tips.mo -share/locale/he/LC_MESSAGES/gimp20.mo -share/locale/hr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/hr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/hr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/hr/LC_MESSAGES/gimp20-tips.mo -share/locale/hr/LC_MESSAGES/gimp20.mo -share/locale/hu/LC_MESSAGES/gimp20-libgimp.mo -share/locale/hu/LC_MESSAGES/gimp20-script-fu.mo -share/locale/hu/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/hu/LC_MESSAGES/gimp20-tips.mo -share/locale/hu/LC_MESSAGES/gimp20.mo -share/locale/id/LC_MESSAGES/gimp20-libgimp.mo -share/locale/id/LC_MESSAGES/gimp20-script-fu.mo -share/locale/id/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/id/LC_MESSAGES/gimp20-tips.mo -share/locale/id/LC_MESSAGES/gimp20.mo -share/locale/it/LC_MESSAGES/gimp20-libgimp.mo -share/locale/it/LC_MESSAGES/gimp20-script-fu.mo -share/locale/it/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/it/LC_MESSAGES/gimp20-tips.mo -share/locale/it/LC_MESSAGES/gimp20.mo -share/locale/ja/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ja/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ja/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ja/LC_MESSAGES/gimp20-tips.mo -share/locale/ja/LC_MESSAGES/gimp20.mo -share/locale/ko/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ko/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ko/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ko/LC_MESSAGES/gimp20-tips.mo -share/locale/ko/LC_MESSAGES/gimp20.mo -share/locale/lt/LC_MESSAGES/gimp20-libgimp.mo -share/locale/lt/LC_MESSAGES/gimp20-script-fu.mo -share/locale/lt/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/lt/LC_MESSAGES/gimp20-tips.mo -share/locale/lt/LC_MESSAGES/gimp20.mo -share/locale/mk/LC_MESSAGES/gimp20-libgimp.mo -share/locale/mk/LC_MESSAGES/gimp20-script-fu.mo -share/locale/mk/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/mk/LC_MESSAGES/gimp20-tips.mo -share/locale/mk/LC_MESSAGES/gimp20.mo -share/locale/ms/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ms/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ms/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ms/LC_MESSAGES/gimp20-tips.mo -share/locale/ms/LC_MESSAGES/gimp20.mo -share/locale/nb/LC_MESSAGES/gimp20-libgimp.mo -share/locale/nb/LC_MESSAGES/gimp20-script-fu.mo -share/locale/nb/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/nb/LC_MESSAGES/gimp20-tips.mo -share/locale/nb/LC_MESSAGES/gimp20.mo -share/locale/ne/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ne/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ne/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ne/LC_MESSAGES/gimp20-tips.mo -share/locale/ne/LC_MESSAGES/gimp20.mo -share/locale/nl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/nl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/nl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/nl/LC_MESSAGES/gimp20-tips.mo -share/locale/nl/LC_MESSAGES/gimp20.mo -share/locale/pa/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pa/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pa/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pa/LC_MESSAGES/gimp20-tips.mo -share/locale/pa/LC_MESSAGES/gimp20.mo -share/locale/pl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pl/LC_MESSAGES/gimp20-tips.mo -share/locale/pl/LC_MESSAGES/gimp20.mo -share/locale/pt/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pt/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pt/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pt/LC_MESSAGES/gimp20-tips.mo -share/locale/pt/LC_MESSAGES/gimp20.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-tips.mo -share/locale/pt_BR/LC_MESSAGES/gimp20.mo -share/locale/ro/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ro/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ro/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ro/LC_MESSAGES/gimp20-tips.mo -share/locale/ro/LC_MESSAGES/gimp20.mo -share/locale/ru/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ru/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ru/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ru/LC_MESSAGES/gimp20-tips.mo -share/locale/ru/LC_MESSAGES/gimp20.mo -share/locale/rw/LC_MESSAGES/gimp20-libgimp.mo -share/locale/rw/LC_MESSAGES/gimp20-script-fu.mo -share/locale/rw/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/rw/LC_MESSAGES/gimp20-tips.mo -share/locale/rw/LC_MESSAGES/gimp20.mo -share/locale/sk/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sk/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sk/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sk/LC_MESSAGES/gimp20-tips.mo -share/locale/sk/LC_MESSAGES/gimp20.mo -share/locale/sr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sr/LC_MESSAGES/gimp20-tips.mo -share/locale/sr/LC_MESSAGES/gimp20.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20-tips.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20.mo -share/locale/sv/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sv/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sv/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sv/LC_MESSAGES/gimp20-tips.mo -share/locale/sv/LC_MESSAGES/gimp20.mo -share/locale/tr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/tr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/tr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/tr/LC_MESSAGES/gimp20-tips.mo -share/locale/tr/LC_MESSAGES/gimp20.mo -share/locale/tt/LC_MESSAGES/gimp20-libgimp.mo -share/locale/tt/LC_MESSAGES/gimp20-script-fu.mo -share/locale/tt/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/tt/LC_MESSAGES/gimp20-tips.mo -share/locale/tt/LC_MESSAGES/gimp20.mo -share/locale/uk/LC_MESSAGES/gimp20-libgimp.mo -share/locale/uk/LC_MESSAGES/gimp20-script-fu.mo -share/locale/uk/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/uk/LC_MESSAGES/gimp20-tips.mo -share/locale/uk/LC_MESSAGES/gimp20.mo -share/locale/vi/LC_MESSAGES/gimp20-libgimp.mo -share/locale/vi/LC_MESSAGES/gimp20-script-fu.mo -share/locale/vi/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/vi/LC_MESSAGES/gimp20-tips.mo -share/locale/vi/LC_MESSAGES/gimp20.mo -share/locale/xh/LC_MESSAGES/gimp20-libgimp.mo -share/locale/xh/LC_MESSAGES/gimp20-script-fu.mo -share/locale/xh/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/xh/LC_MESSAGES/gimp20-tips.mo -share/locale/xh/LC_MESSAGES/gimp20.mo -share/locale/yi/LC_MESSAGES/gimp20-libgimp.mo -share/locale/yi/LC_MESSAGES/gimp20-script-fu.mo -share/locale/yi/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/yi/LC_MESSAGES/gimp20-tips.mo -share/locale/yi/LC_MESSAGES/gimp20.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-libgimp.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-script-fu.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-tips.mo -share/locale/zh_CN/LC_MESSAGES/gimp20.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-libgimp.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-script-fu.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-tips.mo -share/locale/zh_TW/LC_MESSAGES/gimp20.mo -@dirrm %%DATADIR%%/tips -@dirrm %%DATADIR%%/themes/Small -@dirrm %%DATADIR%%/themes/Default/images/preferences -@dirrm %%DATADIR%%/themes/Default/images -@dirrm %%DATADIR%%/themes/Default -@dirrm %%DATADIR%%/themes -@dirrm %%DATADIR%%/scripts/images -@dirrm %%DATADIR%%/scripts -@dirrm %%DATADIR%%/patterns -@dirrm %%DATADIR%%/palettes -@dirrm %%DATADIR%%/menus -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/gradients -@dirrm %%DATADIR%%/gimpressionist/Presets -@dirrm %%DATADIR%%/gimpressionist/Paper -@dirrm %%DATADIR%%/gimpressionist/Brushes -@dirrm %%DATADIR%%/gimpressionist -@dirrm %%DATADIR%%/gflare -@dirrm %%DATADIR%%/gfig -@dirrm %%DATADIR%%/fractalexplorer -@dirrm %%DATADIR%%/fonts -@dirrm %%DATADIR%%/brushes -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%%/libgimpwidgets -@dirrm %%DOCSDIR%%/libgimpthumb -@dirrm %%DOCSDIR%%/libgimpmodule -@dirrm %%DOCSDIR%%/libgimpmath -@dirrm %%DOCSDIR%%/libgimpconfig -@dirrm %%DOCSDIR%%/libgimpcolor -@dirrm %%DOCSDIR%%/libgimpbase -@dirrm %%DOCSDIR%%/libgimp -@dirrm %%DOCSDIR%% -@dirrm libexec/gimp/2.2/plug-ins -@dirrm libexec/gimp/2.2/modules -%%PYTHON:%%@dirrm libexec/gimp/2.2/python -@dirrm libexec/gimp/2.2/interpreters -@dirrm libexec/gimp/2.2/environ -@dirrm libexec/gimp/2.2 -@dirrm libexec/gimp -@dirrm include/gimp-2.0/libgimpwidgets -@dirrm include/gimp-2.0/libgimpthumb -@dirrm include/gimp-2.0/libgimpmodule -@dirrm include/gimp-2.0/libgimpmath -@dirrm include/gimp-2.0/libgimpconfig -@dirrm include/gimp-2.0/libgimpcolor -@dirrm include/gimp-2.0/libgimpbase -@dirrm include/gimp-2.0/libgimp -@dirrm include/gimp-2.0 -@dirrm etc/gimp/2.2 -@dirrm etc/gimp -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/tt/LC_MESSAGES -@dirrmtry share/locale/tt -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca diff --git a/graphics/gimp-greycstoration/Makefile b/graphics/gimp-greycstoration/Makefile deleted file mode 100644 index dddfdd078..000000000 --- a/graphics/gimp-greycstoration/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: gimp-greycstoration -# Date created: 6 March 2006 -# Whom: Elisey Savateev <b3k@mail.ru> -# -# $FreeBSD$ -# - -PORTNAME= greycstoration -PORTVERSION= 0.2.0 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= http://www.haypocalc.com/perso/prog/greycstoration/ \ - http://bio3k.softboard.ru/uploads/arch/ -PKGNAMEPREFIX= gimp- - -MAINTAINER= b3k@mail.ru -COMMENT= Gimp plugin used for noise reduction - -BUILD_DEPENDS= gimp:${PORTSDIR}/graphics/gimp \ - ${SITE_PERL}/mach/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser - -GNU_CONFIGURE= yes -USE_BZIP2= yes -USE_GNOME= gtk20 - -# Redifine this if you need -PLUGIN_DIR?= libexec/gimp/2.2/plug-ins - -PLIST_SUB= PLUGIN_DIR=${PLUGIN_DIR} - -post-extract: - @${REINPLACE_CMD} -e 's|$$(GIMP_LIBDIR)/plug-ins|${PREFIX}/${PLUGIN_DIR}|g' ${WRKSRC}/src/Makefile.in ${WRKSRC}/src/Makefile.am - -.include <bsd.port.mk> diff --git a/graphics/gimp-greycstoration/distinfo b/graphics/gimp-greycstoration/distinfo deleted file mode 100644 index 4d9d5d460..000000000 --- a/graphics/gimp-greycstoration/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (greycstoration-0.2.0.tar.bz2) = 3ec7b4d5895a54fbc407916c318ef937 -SHA256 (greycstoration-0.2.0.tar.bz2) = aa2a2f5b81134a02caf056085db22526bb3962d4deccb1885fa96395e37933a9 -SIZE (greycstoration-0.2.0.tar.bz2) = 193064 diff --git a/graphics/gimp-greycstoration/pkg-descr b/graphics/gimp-greycstoration/pkg-descr deleted file mode 100644 index 80c68c31c..000000000 --- a/graphics/gimp-greycstoration/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -GREYCstoration is a Gimp plugin using the algorithm written by David Tschumperle -from GREYC laboratory (at Caen in France). - -WWW: http://www.haypocalc.com/wiki/GREYCstoration_in_english - -- Elisey Savateev -b3k@mail.ru diff --git a/graphics/gimp-greycstoration/pkg-plist b/graphics/gimp-greycstoration/pkg-plist deleted file mode 100644 index 7ffbb2b1a..000000000 --- a/graphics/gimp-greycstoration/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -%%PLUGIN_DIR%%/greycstoration -@dirrmtry %%PLUGIN_DIR%% diff --git a/graphics/gimp-help/Makefile b/graphics/gimp-help/Makefile deleted file mode 100644 index c07e63371..000000000 --- a/graphics/gimp-help/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: gimp-help -# Date created: 28 May, 2005 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ - -PORTNAME= gimp-help -PORTVERSION= 0.9 -PORTREVISION= 2 -CATEGORIES= graphics gnome -MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - http://gimp.mirrors.hoobly.com/%SUBDIR%/ \ - http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \ - ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/%SUBDIR%/ \ - ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \ - http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,} -MASTER_SITE_SUBDIR= gimp/help/testing -DISTNAME= ${PORTNAME}-2-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GIMP user's manual - -BUILD_DEPENDS= gimp:${PORTSDIR}/graphics/gimp -RUN_DEPENDS= gimp:${PORTSDIR}/graphics/gimp - -GNU_CONFIGURE= yes -USE_GMAKE= yes - -.include <bsd.port.mk> diff --git a/graphics/gimp-help/distinfo b/graphics/gimp-help/distinfo deleted file mode 100644 index dd844f6bd..000000000 --- a/graphics/gimp-help/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gimp-help-2-0.9.tar.gz) = c2f5c20cc5d861e7d403dda8e46d1c97 -SHA256 (gimp-help-2-0.9.tar.gz) = 2e7065ba79e6a4b2712ca3c8923e9336f117f279f2adae5d154f4be3a3b4d030 -SIZE (gimp-help-2-0.9.tar.gz) = 27227286 diff --git a/graphics/gimp-help/pkg-descr b/graphics/gimp-help/pkg-descr deleted file mode 100644 index f35579956..000000000 --- a/graphics/gimp-help/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -GIMP-Help is a help system designed for use with the internal -GIMP help browser, external web browser and HTML renderers, and -human eyeballs. Docbook is used to create a highly customizable -system for all needs. - -WWW: http://docs.gimp.org diff --git a/graphics/gimp-help/pkg-plist b/graphics/gimp-help/pkg-plist deleted file mode 100644 index 08ee55723..000000000 --- a/graphics/gimp-help/pkg-plist +++ /dev/null @@ -1,2868 +0,0 @@ -share/gimp/help/cs/apa.html -share/gimp/help/cs/bi01.html -share/gimp/help/cs/ch01.html -share/gimp/help/cs/ch01s02.html -share/gimp/help/cs/ch01s02s02.html -share/gimp/help/cs/ch01s03.html -share/gimp/help/cs/ch01s04.html -share/gimp/help/cs/ch01s04s02.html -share/gimp/help/cs/ch01s04s03.html -share/gimp/help/cs/ch02.html -share/gimp/help/cs/ch02s02.html -share/gimp/help/cs/ch02s03.html -share/gimp/help/cs/ch02s03s02.html -share/gimp/help/cs/ch02s03s03.html -share/gimp/help/cs/ch02s03s04.html -share/gimp/help/cs/ch02s03s05.html -share/gimp/help/cs/ch02s04.html -share/gimp/help/cs/ch02s04s02.html -share/gimp/help/cs/ch02s04s03.html -share/gimp/help/cs/ch02s04s04.html -share/gimp/help/cs/ch02s04s05.html -share/gimp/help/cs/ch02s04s06.html -share/gimp/help/cs/ch02s04s07.html -share/gimp/help/cs/ch02s04s08.html -share/gimp/help/cs/ch02s04s09.html -share/gimp/help/cs/ch02s04s10.html -share/gimp/help/cs/ch02s05.html -share/gimp/help/cs/ch02s05s02.html -share/gimp/help/cs/ch02s05s03.html -share/gimp/help/cs/ch02s05s04.html -share/gimp/help/cs/ch02s06.html -share/gimp/help/cs/ch03.html -share/gimp/help/cs/ch03s02.html -share/gimp/help/cs/ch03s03.html -share/gimp/help/cs/ch03s04.html -share/gimp/help/cs/ch03s04s02.html -share/gimp/help/cs/ch03s05.html -share/gimp/help/cs/ch03s06.html -share/gimp/help/cs/ch03s07.html -share/gimp/help/cs/ch03s07s02.html -share/gimp/help/cs/ch03s08.html -share/gimp/help/cs/ch03s08s02.html -share/gimp/help/cs/ch03s09.html -share/gimp/help/cs/ch03s09s02.html -share/gimp/help/cs/ch03s09s03.html -share/gimp/help/cs/ch03s09s04.html -share/gimp/help/cs/ch03s09s05.html -share/gimp/help/cs/ch03s09s06.html -share/gimp/help/cs/ch03s10.html -share/gimp/help/cs/ch03s11.html -share/gimp/help/cs/ch03s11s02.html -share/gimp/help/cs/ch03s11s03.html -share/gimp/help/cs/ch03s11s04.html -share/gimp/help/cs/ch03s11s05.html -share/gimp/help/cs/ch03s11s06.html -share/gimp/help/cs/ch04.html -share/gimp/help/cs/ch04s02.html -share/gimp/help/cs/ch04s02s02.html -share/gimp/help/cs/ch04s02s03.html -share/gimp/help/cs/ch04s02s04.html -share/gimp/help/cs/ch04s03.html -share/gimp/help/cs/ch04s03s02.html -share/gimp/help/cs/ch04s03s03.html -share/gimp/help/cs/ch04s03s04.html -share/gimp/help/cs/ch04s03s05.html -share/gimp/help/cs/ch04s03s06.html -share/gimp/help/cs/ch04s03s07.html -share/gimp/help/cs/ch04s03s08.html -share/gimp/help/cs/ch04s03s09.html -share/gimp/help/cs/ch04s04.html -share/gimp/help/cs/ch04s04s02.html -share/gimp/help/cs/ch04s04s03.html -share/gimp/help/cs/ch04s05.html -share/gimp/help/cs/ch04s05s02.html -share/gimp/help/cs/ch04s05s03.html -share/gimp/help/cs/ch04s05s04.html -share/gimp/help/cs/ch04s06.html -share/gimp/help/cs/ch04s06s02.html -share/gimp/help/cs/ch04s06s03.html -share/gimp/help/cs/ch04s06s04.html -share/gimp/help/cs/ch04s07.html -share/gimp/help/cs/ch05.html -share/gimp/help/cs/ch05s02.html -share/gimp/help/cs/ch05s02s02.html -share/gimp/help/cs/ch05s02s03.html -share/gimp/help/cs/ch05s03.html -share/gimp/help/cs/ch05s03s02.html -share/gimp/help/cs/ch05s03s03.html -share/gimp/help/cs/ch05s03s04.html -share/gimp/help/cs/ch05s03s05.html -share/gimp/help/cs/ch05s04.html -share/gimp/help/cs/ch05s04s02.html -share/gimp/help/cs/ch05s04s03.html -share/gimp/help/cs/ch05s04s04.html -share/gimp/help/cs/ch05s05.html -share/gimp/help/cs/ch05s06.html -share/gimp/help/cs/ch05s07.html -share/gimp/help/cs/ch05s08.html -share/gimp/help/cs/ch05s09.html -share/gimp/help/cs/ch05s10.html -share/gimp/help/cs/ch05s11.html -share/gimp/help/cs/ch05s12.html -share/gimp/help/cs/ch05s12s02.html -share/gimp/help/cs/ch05s12s03.html -share/gimp/help/cs/ch05s13.html -share/gimp/help/cs/ch05s13s02.html -share/gimp/help/cs/ch05s13s03.html -share/gimp/help/cs/ch05s13s04.html -share/gimp/help/cs/ch05s14.html -share/gimp/help/cs/ch05s15.html -share/gimp/help/cs/ch05s16.html -share/gimp/help/cs/ch05s17.html -share/gimp/help/cs/ch05s18.html -share/gimp/help/cs/ch05s19.html -share/gimp/help/cs/ch05s20.html -share/gimp/help/cs/ch05s21.html -share/gimp/help/cs/ch05s21s02.html -share/gimp/help/cs/ch05s21s03.html -share/gimp/help/cs/ch05s21s04.html -share/gimp/help/cs/ch05s21s05.html -share/gimp/help/cs/ch05s21s06.html -share/gimp/help/cs/ch05s21s07.html -share/gimp/help/cs/ch05s21s08.html -share/gimp/help/cs/ch05s21s09.html -share/gimp/help/cs/ch05s21s10.html -share/gimp/help/cs/ch05s21s11.html -share/gimp/help/cs/ch05s21s12.html -share/gimp/help/cs/ch05s21s13.html -share/gimp/help/cs/ch05s21s14.html -share/gimp/help/cs/ch05s21s15.html -share/gimp/help/cs/ch05s21s16.html -share/gimp/help/cs/ch06.html -share/gimp/help/cs/ch06s02.html -share/gimp/help/cs/ch06s02s02.html -share/gimp/help/cs/ch06s02s03.html -share/gimp/help/cs/ch06s02s04.html -share/gimp/help/cs/ch06s02s05.html -share/gimp/help/cs/ch06s02s06.html -share/gimp/help/cs/ch06s02s07.html -share/gimp/help/cs/ch06s02s08.html -share/gimp/help/cs/ch06s02s09.html -share/gimp/help/cs/ch06s02s10.html -share/gimp/help/cs/ch06s02s11.html -share/gimp/help/cs/ch06s03.html -share/gimp/help/cs/ch06s03s02.html -share/gimp/help/cs/ch06s03s03.html -share/gimp/help/cs/ch06s03s04.html -share/gimp/help/cs/ch06s03s05.html -share/gimp/help/cs/ch06s03s06.html -share/gimp/help/cs/ch06s03s07.html -share/gimp/help/cs/ch06s03s08.html -share/gimp/help/cs/ch06s03s09.html -share/gimp/help/cs/ch06s03s10.html -share/gimp/help/cs/ch06s03s11.html -share/gimp/help/cs/ch06s03s12.html -share/gimp/help/cs/ch06s03s13.html -share/gimp/help/cs/ch06s04.html -share/gimp/help/cs/ch06s04s02.html -share/gimp/help/cs/ch06s04s03.html -share/gimp/help/cs/ch06s04s04.html -share/gimp/help/cs/ch06s04s05.html -share/gimp/help/cs/ch06s04s06.html -share/gimp/help/cs/ch06s04s07.html -share/gimp/help/cs/ch06s04s08.html -share/gimp/help/cs/ch06s04s09.html -share/gimp/help/cs/ch06s04s10.html -share/gimp/help/cs/ch06s04s11.html -share/gimp/help/cs/ch06s04s12.html -share/gimp/help/cs/ch06s04s13.html -share/gimp/help/cs/ch06s04s14.html -share/gimp/help/cs/ch06s04s15.html -share/gimp/help/cs/ch06s05.html -share/gimp/help/cs/ch06s05s02.html -share/gimp/help/cs/ch06s05s03.html -share/gimp/help/cs/ch06s05s04.html -share/gimp/help/cs/ch06s05s05.html -share/gimp/help/cs/ch06s05s06.html -share/gimp/help/cs/ch06s05s07.html -share/gimp/help/cs/ch06s05s08.html -share/gimp/help/cs/ch06s05s09.html -share/gimp/help/cs/ch06s05s10.html -share/gimp/help/cs/ch06s05s11.html -share/gimp/help/cs/ch06s05s12.html -share/gimp/help/cs/ch06s05s13.html -share/gimp/help/cs/ch06s05s14.html -share/gimp/help/cs/ch06s05s15.html -share/gimp/help/cs/ch06s05s16.html -share/gimp/help/cs/ch06s05s17.html -share/gimp/help/cs/ch06s06.html -share/gimp/help/cs/ch06s06s02.html -share/gimp/help/cs/ch06s06s03.html -share/gimp/help/cs/ch06s06s04.html -share/gimp/help/cs/ch06s06s05.html -share/gimp/help/cs/ch06s06s06.html -share/gimp/help/cs/ch06s06s07.html -share/gimp/help/cs/ch06s06s08.html -share/gimp/help/cs/ch06s06s09.html -share/gimp/help/cs/ch06s07.html -share/gimp/help/cs/ch06s08.html -share/gimp/help/cs/ch07.html -share/gimp/help/cs/ch07s02.html -share/gimp/help/cs/ch07s02s02.html -share/gimp/help/cs/ch07s02s03.html -share/gimp/help/cs/ch07s02s04.html -share/gimp/help/cs/ch07s02s05.html -share/gimp/help/cs/ch07s02s06.html -share/gimp/help/cs/ch07s02s07.html -share/gimp/help/cs/ch07s03.html -share/gimp/help/cs/ch07s03s02.html -share/gimp/help/cs/ch07s03s03.html -share/gimp/help/cs/ch07s03s04.html -share/gimp/help/cs/ch07s03s05.html -share/gimp/help/cs/ch07s03s06.html -share/gimp/help/cs/ch07s03s07.html -share/gimp/help/cs/ch07s03s08.html -share/gimp/help/cs/ch07s03s09.html -share/gimp/help/cs/ch07s03s10.html -share/gimp/help/cs/ch07s03s11.html -share/gimp/help/cs/ch07s03s12.html -share/gimp/help/cs/ch07s03s13.html -share/gimp/help/cs/ch07s03s14.html -share/gimp/help/cs/ch07s03s15.html -share/gimp/help/cs/ch07s03s16.html -share/gimp/help/cs/ch07s03s17.html -share/gimp/help/cs/ch07s03s18.html -share/gimp/help/cs/ch07s03s19.html -share/gimp/help/cs/ch07s03s20.html -share/gimp/help/cs/ch07s03s21.html -share/gimp/help/cs/ch07s04.html -share/gimp/help/cs/ch07s04s02.html -share/gimp/help/cs/ch07s04s03.html -share/gimp/help/cs/ch07s04s04.html -share/gimp/help/cs/ch07s04s05.html -share/gimp/help/cs/ch07s04s06.html -share/gimp/help/cs/ch07s04s07.html -share/gimp/help/cs/ch07s05.html -share/gimp/help/cs/ch07s05s02.html -share/gimp/help/cs/ch07s05s03.html -share/gimp/help/cs/ch07s05s04.html -share/gimp/help/cs/ch07s05s05.html -share/gimp/help/cs/ch07s06.html -share/gimp/help/cs/ch07s06s02.html -share/gimp/help/cs/ch07s06s03.html -share/gimp/help/cs/ch07s06s04.html -share/gimp/help/cs/ch07s06s05.html -share/gimp/help/cs/ch07s06s06.html -share/gimp/help/cs/ch07s06s07.html -share/gimp/help/cs/ch07s07.html -share/gimp/help/cs/ch07s07s02.html -share/gimp/help/cs/ch07s07s03.html -share/gimp/help/cs/ch07s07s04.html -share/gimp/help/cs/ch07s08.html -share/gimp/help/cs/ch07s08s02.html -share/gimp/help/cs/ch07s08s03.html -share/gimp/help/cs/ch07s09.html -share/gimp/help/cs/ch07s09s02.html -share/gimp/help/cs/ch07s09s03.html -share/gimp/help/cs/ch07s09s04.html -share/gimp/help/cs/ch07s10.html -share/gimp/help/cs/ch07s10s02.html -share/gimp/help/cs/ch07s10s03.html -share/gimp/help/cs/ch07s10s04.html -share/gimp/help/cs/ch07s10s05.html -share/gimp/help/cs/ch07s10s06.html -share/gimp/help/cs/ch07s10s07.html -share/gimp/help/cs/ch07s10s08.html -share/gimp/help/cs/ch07s10s09.html -share/gimp/help/cs/ch07s10s10.html -share/gimp/help/cs/ch07s10s11.html -share/gimp/help/cs/ch07s10s12.html -share/gimp/help/cs/ch07s10s13.html -share/gimp/help/cs/ch07s10s14.html -share/gimp/help/cs/ch07s11.html -share/gimp/help/cs/ch07s11s02.html -share/gimp/help/cs/ch07s11s03.html -share/gimp/help/cs/ch07s11s04.html -share/gimp/help/cs/ch07s11s05.html -share/gimp/help/cs/ch07s12.html -share/gimp/help/cs/ch07s12s02.html -share/gimp/help/cs/ch07s12s03.html -share/gimp/help/cs/ch07s12s04.html -share/gimp/help/cs/ch07s12s05.html -share/gimp/help/cs/ch07s12s06.html -share/gimp/help/cs/ch07s12s07.html -share/gimp/help/cs/ch07s12s08.html -share/gimp/help/cs/ch07s12s09.html -share/gimp/help/cs/ch07s13.html -share/gimp/help/cs/ch07s13s02.html -share/gimp/help/cs/ch07s13s03.html -share/gimp/help/cs/gimp-help-plain.css -share/gimp/help/cs/gimp-help-screen.css -share/gimp/help/cs/gimp-help.xml -share/gimp/help/cs/gimp-xrefs.xml -share/gimp/help/cs/go01.html -share/gimp/help/cs/index.html -share/gimp/help/cs/ix01.html -share/gimp/help/de/apa.html -share/gimp/help/de/apb.html -share/gimp/help/de/bi01.html -share/gimp/help/de/ch01.html -share/gimp/help/de/ch02.html -share/gimp/help/de/ch02s02.html -share/gimp/help/de/ch02s03.html -share/gimp/help/de/ch02s03s02.html -share/gimp/help/de/ch02s03s03.html -share/gimp/help/de/ch02s03s04.html -share/gimp/help/de/ch02s04.html -share/gimp/help/de/ch02s04s02.html -share/gimp/help/de/ch03.html -share/gimp/help/de/ch03s02.html -share/gimp/help/de/ch03s02s02.html -share/gimp/help/de/ch03s03.html -share/gimp/help/de/ch03s03s02.html -share/gimp/help/de/ch03s04.html -share/gimp/help/de/ch03s05.html -share/gimp/help/de/ch03s05s02.html -share/gimp/help/de/ch03s05s03.html -share/gimp/help/de/ch03s06.html -share/gimp/help/de/ch03s06s02.html -share/gimp/help/de/ch03s07.html -share/gimp/help/de/ch03s07s02.html -share/gimp/help/de/ch03s07s03.html -share/gimp/help/de/ch04.html -share/gimp/help/de/ch04s02.html -share/gimp/help/de/ch04s02s02.html -share/gimp/help/de/ch04s02s03.html -share/gimp/help/de/ch04s02s04.html -share/gimp/help/de/ch04s02s05.html -share/gimp/help/de/ch04s02s06.html -share/gimp/help/de/ch04s02s07.html -share/gimp/help/de/ch04s03.html -share/gimp/help/de/ch04s03s02.html -share/gimp/help/de/ch04s03s03.html -share/gimp/help/de/ch04s03s04.html -share/gimp/help/de/ch04s03s05.html -share/gimp/help/de/ch04s03s06.html -share/gimp/help/de/ch04s03s07.html -share/gimp/help/de/ch04s03s08.html -share/gimp/help/de/ch04s03s09.html -share/gimp/help/de/ch04s03s10.html -share/gimp/help/de/ch04s03s11.html -share/gimp/help/de/ch04s03s12.html -share/gimp/help/de/ch04s03s13.html -share/gimp/help/de/ch04s04.html -share/gimp/help/de/ch04s04s02.html -share/gimp/help/de/ch04s04s03.html -share/gimp/help/de/ch04s04s04.html -share/gimp/help/de/ch04s04s05.html -share/gimp/help/de/ch04s04s06.html -share/gimp/help/de/ch04s04s07.html -share/gimp/help/de/ch04s04s08.html -share/gimp/help/de/ch04s05.html -share/gimp/help/de/ch04s05s02.html -share/gimp/help/de/ch04s05s03.html -share/gimp/help/de/ch04s05s04.html -share/gimp/help/de/ch04s05s05.html -share/gimp/help/de/ch04s05s06.html -share/gimp/help/de/ch04s05s07.html -share/gimp/help/de/ch04s05s08.html -share/gimp/help/de/ch04s06.html -share/gimp/help/de/ch04s06s02.html -share/gimp/help/de/ch04s06s03.html -share/gimp/help/de/ch04s06s04.html -share/gimp/help/de/ch04s06s05.html -share/gimp/help/de/ch04s07.html -share/gimp/help/de/ch05.html -share/gimp/help/de/ch05s02.html -share/gimp/help/de/ch05s02s02.html -share/gimp/help/de/ch05s02s03.html -share/gimp/help/de/ch05s03.html -share/gimp/help/de/ch05s03s02.html -share/gimp/help/de/ch05s03s03.html -share/gimp/help/de/ch05s03s04.html -share/gimp/help/de/ch05s03s05.html -share/gimp/help/de/ch05s04.html -share/gimp/help/de/ch05s04s02.html -share/gimp/help/de/ch05s04s03.html -share/gimp/help/de/ch05s04s04.html -share/gimp/help/de/ch05s05.html -share/gimp/help/de/ch05s06.html -share/gimp/help/de/ch05s07.html -share/gimp/help/de/ch05s07s02.html -share/gimp/help/de/ch05s07s03.html -share/gimp/help/de/ch05s07s04.html -share/gimp/help/de/ch05s07s05.html -share/gimp/help/de/ch05s07s06.html -share/gimp/help/de/ch05s07s07.html -share/gimp/help/de/ch05s07s08.html -share/gimp/help/de/ch05s07s09.html -share/gimp/help/de/ch05s07s10.html -share/gimp/help/de/ch05s07s11.html -share/gimp/help/de/ch05s07s12.html -share/gimp/help/de/ch05s07s13.html -share/gimp/help/de/ch05s07s14.html -share/gimp/help/de/ch05s07s15.html -share/gimp/help/de/ch05s07s16.html -share/gimp/help/de/ch06.html -share/gimp/help/de/ch06s02.html -share/gimp/help/de/ch06s02s02.html -share/gimp/help/de/ch06s02s03.html -share/gimp/help/de/ch06s02s04.html -share/gimp/help/de/ch06s02s05.html -share/gimp/help/de/ch06s03.html -share/gimp/help/de/ch06s03s02.html -share/gimp/help/de/ch06s03s03.html -share/gimp/help/de/ch06s03s04.html -share/gimp/help/de/ch06s03s05.html -share/gimp/help/de/ch06s03s06.html -share/gimp/help/de/ch06s03s07.html -share/gimp/help/de/ch06s03s08.html -share/gimp/help/de/ch06s03s09.html -share/gimp/help/de/ch06s03s10.html -share/gimp/help/de/ch06s04.html -share/gimp/help/de/ch06s05.html -share/gimp/help/de/ch06s05s02.html -share/gimp/help/de/ch06s05s03.html -share/gimp/help/de/ch06s06.html -share/gimp/help/de/ch06s06s02.html -share/gimp/help/de/ch07.html -share/gimp/help/de/ch07s02.html -share/gimp/help/de/ch07s02s02.html -share/gimp/help/de/ch07s02s03.html -share/gimp/help/de/ch07s02s04.html -share/gimp/help/de/ch07s02s05.html -share/gimp/help/de/ch07s02s06.html -share/gimp/help/de/ch07s02s07.html -share/gimp/help/de/ch07s03.html -share/gimp/help/de/ch07s03s02.html -share/gimp/help/de/ch07s03s03.html -share/gimp/help/de/ch07s03s04.html -share/gimp/help/de/ch07s03s05.html -share/gimp/help/de/ch07s03s06.html -share/gimp/help/de/ch07s03s07.html -share/gimp/help/de/ch07s03s08.html -share/gimp/help/de/ch07s04.html -share/gimp/help/de/gimp-help-plain.css -share/gimp/help/de/gimp-help-screen.css -share/gimp/help/de/gimp-help.xml -share/gimp/help/de/gimp-xrefs.xml -share/gimp/help/de/go01.html -share/gimp/help/de/index.html -share/gimp/help/de/ix01.html -share/gimp/help/de/pr01.html -share/gimp/help/en/apa.html -share/gimp/help/en/apb.html -share/gimp/help/en/bi01.html -share/gimp/help/en/ch01.html -share/gimp/help/en/ch01s02.html -share/gimp/help/en/ch01s02s02.html -share/gimp/help/en/ch01s03.html -share/gimp/help/en/ch01s04.html -share/gimp/help/en/ch01s04s02.html -share/gimp/help/en/ch01s04s03.html -share/gimp/help/en/ch02.html -share/gimp/help/en/ch02s02.html -share/gimp/help/en/ch02s03.html -share/gimp/help/en/ch02s03s02.html -share/gimp/help/en/ch02s03s03.html -share/gimp/help/en/ch02s03s04.html -share/gimp/help/en/ch02s03s05.html -share/gimp/help/en/ch02s04.html -share/gimp/help/en/ch02s04s02.html -share/gimp/help/en/ch02s04s03.html -share/gimp/help/en/ch02s04s04.html -share/gimp/help/en/ch02s04s05.html -share/gimp/help/en/ch02s04s06.html -share/gimp/help/en/ch02s04s07.html -share/gimp/help/en/ch02s04s08.html -share/gimp/help/en/ch02s04s09.html -share/gimp/help/en/ch02s04s10.html -share/gimp/help/en/ch02s04s11.html -share/gimp/help/en/ch02s04s12.html -share/gimp/help/en/ch02s04s13.html -share/gimp/help/en/ch02s05.html -share/gimp/help/en/ch02s05s02.html -share/gimp/help/en/ch02s05s03.html -share/gimp/help/en/ch02s05s04.html -share/gimp/help/en/ch02s06.html -share/gimp/help/en/ch03.html -share/gimp/help/en/ch03s02.html -share/gimp/help/en/ch03s02s02.html -share/gimp/help/en/ch03s03.html -share/gimp/help/en/ch03s03s02.html -share/gimp/help/en/ch03s04.html -share/gimp/help/en/ch03s05.html -share/gimp/help/en/ch03s06.html -share/gimp/help/en/ch03s06s02.html -share/gimp/help/en/ch03s07.html -share/gimp/help/en/ch03s08.html -share/gimp/help/en/ch03s08s02.html -share/gimp/help/en/ch03s08s03.html -share/gimp/help/en/ch03s09.html -share/gimp/help/en/ch03s10.html -share/gimp/help/en/ch03s10s02.html -share/gimp/help/en/ch03s10s03.html -share/gimp/help/en/ch03s11.html -share/gimp/help/en/ch03s11s02.html -share/gimp/help/en/ch03s12.html -share/gimp/help/en/ch03s12s02.html -share/gimp/help/en/ch03s12s03.html -share/gimp/help/en/ch03s12s04.html -share/gimp/help/en/ch03s12s05.html -share/gimp/help/en/ch03s12s06.html -share/gimp/help/en/ch03s13.html -share/gimp/help/en/ch03s13s02.html -share/gimp/help/en/ch03s13s03.html -share/gimp/help/en/ch03s14.html -share/gimp/help/en/ch03s14s02.html -share/gimp/help/en/ch03s14s03.html -share/gimp/help/en/ch03s14s04.html -share/gimp/help/en/ch03s14s05.html -share/gimp/help/en/ch03s14s06.html -share/gimp/help/en/ch04.html -share/gimp/help/en/ch04s02.html -share/gimp/help/en/ch04s02s02.html -share/gimp/help/en/ch04s02s03.html -share/gimp/help/en/ch04s02s04.html -share/gimp/help/en/ch04s02s05.html -share/gimp/help/en/ch04s02s06.html -share/gimp/help/en/ch04s02s07.html -share/gimp/help/en/ch04s03.html -share/gimp/help/en/ch04s03s02.html -share/gimp/help/en/ch04s03s03.html -share/gimp/help/en/ch04s03s04.html -share/gimp/help/en/ch04s03s05.html -share/gimp/help/en/ch04s03s06.html -share/gimp/help/en/ch04s03s07.html -share/gimp/help/en/ch04s03s08.html -share/gimp/help/en/ch04s03s09.html -share/gimp/help/en/ch04s03s10.html -share/gimp/help/en/ch04s03s11.html -share/gimp/help/en/ch04s03s12.html -share/gimp/help/en/ch04s03s13.html -share/gimp/help/en/ch04s04.html -share/gimp/help/en/ch04s04s02.html -share/gimp/help/en/ch04s04s03.html -share/gimp/help/en/ch04s04s04.html -share/gimp/help/en/ch04s04s05.html -share/gimp/help/en/ch04s04s06.html -share/gimp/help/en/ch04s04s07.html -share/gimp/help/en/ch04s05.html -share/gimp/help/en/ch04s05s02.html -share/gimp/help/en/ch04s05s03.html -share/gimp/help/en/ch04s05s04.html -share/gimp/help/en/ch04s05s05.html -share/gimp/help/en/ch04s05s06.html -share/gimp/help/en/ch04s05s07.html -share/gimp/help/en/ch04s05s08.html -share/gimp/help/en/ch04s06.html -share/gimp/help/en/ch04s06s02.html -share/gimp/help/en/ch04s06s03.html -share/gimp/help/en/ch04s06s04.html -share/gimp/help/en/ch04s06s05.html -share/gimp/help/en/ch04s07.html -share/gimp/help/en/ch05.html -share/gimp/help/en/ch05s02.html -share/gimp/help/en/ch05s02s02.html -share/gimp/help/en/ch05s02s03.html -share/gimp/help/en/ch05s03.html -share/gimp/help/en/ch05s03s02.html -share/gimp/help/en/ch05s03s03.html -share/gimp/help/en/ch05s03s04.html -share/gimp/help/en/ch05s03s05.html -share/gimp/help/en/ch05s04.html -share/gimp/help/en/ch05s04s02.html -share/gimp/help/en/ch05s04s03.html -share/gimp/help/en/ch05s04s04.html -share/gimp/help/en/ch05s05.html -share/gimp/help/en/ch05s06.html -share/gimp/help/en/ch05s07.html -share/gimp/help/en/ch05s08.html -share/gimp/help/en/ch05s09.html -share/gimp/help/en/ch05s10.html -share/gimp/help/en/ch05s11.html -share/gimp/help/en/ch05s12.html -share/gimp/help/en/ch05s12s02.html -share/gimp/help/en/ch05s12s03.html -share/gimp/help/en/ch05s13.html -share/gimp/help/en/ch05s13s02.html -share/gimp/help/en/ch05s13s03.html -share/gimp/help/en/ch05s13s04.html -share/gimp/help/en/ch05s14.html -share/gimp/help/en/ch05s15.html -share/gimp/help/en/ch05s16.html -share/gimp/help/en/ch05s17.html -share/gimp/help/en/ch05s18.html -share/gimp/help/en/ch05s19.html -share/gimp/help/en/ch05s20.html -share/gimp/help/en/ch05s21.html -share/gimp/help/en/ch05s21s02.html -share/gimp/help/en/ch05s21s03.html -share/gimp/help/en/ch05s21s04.html -share/gimp/help/en/ch05s21s05.html -share/gimp/help/en/ch05s21s06.html -share/gimp/help/en/ch05s21s07.html -share/gimp/help/en/ch05s21s08.html -share/gimp/help/en/ch05s21s09.html -share/gimp/help/en/ch05s21s10.html -share/gimp/help/en/ch05s21s11.html -share/gimp/help/en/ch05s21s12.html -share/gimp/help/en/ch05s21s13.html -share/gimp/help/en/ch05s21s14.html -share/gimp/help/en/ch05s21s15.html -share/gimp/help/en/ch05s21s16.html -share/gimp/help/en/ch06.html -share/gimp/help/en/ch06s02.html -share/gimp/help/en/ch06s02s02.html -share/gimp/help/en/ch06s02s03.html -share/gimp/help/en/ch06s02s04.html -share/gimp/help/en/ch06s02s05.html -share/gimp/help/en/ch06s02s06.html -share/gimp/help/en/ch06s02s07.html -share/gimp/help/en/ch06s02s08.html -share/gimp/help/en/ch06s02s09.html -share/gimp/help/en/ch06s02s10.html -share/gimp/help/en/ch06s02s11.html -share/gimp/help/en/ch06s02s12.html -share/gimp/help/en/ch06s02s13.html -share/gimp/help/en/ch06s03.html -share/gimp/help/en/ch06s03s02.html -share/gimp/help/en/ch06s03s03.html -share/gimp/help/en/ch06s03s04.html -share/gimp/help/en/ch06s03s05.html -share/gimp/help/en/ch06s03s06.html -share/gimp/help/en/ch06s03s07.html -share/gimp/help/en/ch06s03s08.html -share/gimp/help/en/ch06s03s09.html -share/gimp/help/en/ch06s03s10.html -share/gimp/help/en/ch06s03s11.html -share/gimp/help/en/ch06s03s12.html -share/gimp/help/en/ch06s03s13.html -share/gimp/help/en/ch06s03s14.html -share/gimp/help/en/ch06s03s15.html -share/gimp/help/en/ch06s03s16.html -share/gimp/help/en/ch06s03s17.html -share/gimp/help/en/ch06s04.html -share/gimp/help/en/ch06s04s02.html -share/gimp/help/en/ch06s04s03.html -share/gimp/help/en/ch06s04s04.html -share/gimp/help/en/ch06s04s05.html -share/gimp/help/en/ch06s04s06.html -share/gimp/help/en/ch06s04s07.html -share/gimp/help/en/ch06s04s08.html -share/gimp/help/en/ch06s04s09.html -share/gimp/help/en/ch06s04s10.html -share/gimp/help/en/ch06s04s11.html -share/gimp/help/en/ch06s04s12.html -share/gimp/help/en/ch06s04s13.html -share/gimp/help/en/ch06s04s14.html -share/gimp/help/en/ch06s04s15.html -share/gimp/help/en/ch06s04s16.html -share/gimp/help/en/ch06s05.html -share/gimp/help/en/ch06s05s02.html -share/gimp/help/en/ch06s05s03.html -share/gimp/help/en/ch06s05s04.html -share/gimp/help/en/ch06s05s05.html -share/gimp/help/en/ch06s05s06.html -share/gimp/help/en/ch06s05s07.html -share/gimp/help/en/ch06s05s08.html -share/gimp/help/en/ch06s05s09.html -share/gimp/help/en/ch06s05s10.html -share/gimp/help/en/ch06s05s11.html -share/gimp/help/en/ch06s05s12.html -share/gimp/help/en/ch06s05s13.html -share/gimp/help/en/ch06s05s14.html -share/gimp/help/en/ch06s05s15.html -share/gimp/help/en/ch06s05s16.html -share/gimp/help/en/ch06s05s17.html -share/gimp/help/en/ch06s05s18.html -share/gimp/help/en/ch06s06.html -share/gimp/help/en/ch06s06s02.html -share/gimp/help/en/ch06s06s03.html -share/gimp/help/en/ch06s06s04.html -share/gimp/help/en/ch06s06s05.html -share/gimp/help/en/ch06s06s06.html -share/gimp/help/en/ch06s06s07.html -share/gimp/help/en/ch06s06s08.html -share/gimp/help/en/ch06s06s09.html -share/gimp/help/en/ch06s06s10.html -share/gimp/help/en/ch06s06s11.html -share/gimp/help/en/ch06s06s12.html -share/gimp/help/en/ch06s06s13.html -share/gimp/help/en/ch06s06s14.html -share/gimp/help/en/ch06s07.html -share/gimp/help/en/ch06s07s02.html -share/gimp/help/en/ch06s07s03.html -share/gimp/help/en/ch06s07s04.html -share/gimp/help/en/ch06s07s05.html -share/gimp/help/en/ch06s07s06.html -share/gimp/help/en/ch06s07s07.html -share/gimp/help/en/ch06s07s08.html -share/gimp/help/en/ch06s07s09.html -share/gimp/help/en/ch06s08.html -share/gimp/help/en/ch06s09.html -share/gimp/help/en/ch07.html -share/gimp/help/en/ch07s02.html -share/gimp/help/en/ch07s02s02.html -share/gimp/help/en/ch07s02s03.html -share/gimp/help/en/ch07s02s04.html -share/gimp/help/en/ch07s02s05.html -share/gimp/help/en/ch07s02s06.html -share/gimp/help/en/ch07s02s07.html -share/gimp/help/en/ch07s03.html -share/gimp/help/en/ch07s03s02.html -share/gimp/help/en/ch07s03s03.html -share/gimp/help/en/ch07s03s04.html -share/gimp/help/en/ch07s03s05.html -share/gimp/help/en/ch07s03s06.html -share/gimp/help/en/ch07s03s07.html -share/gimp/help/en/ch07s03s08.html -share/gimp/help/en/ch07s03s09.html -share/gimp/help/en/ch07s03s10.html -share/gimp/help/en/ch07s03s11.html -share/gimp/help/en/ch07s03s12.html -share/gimp/help/en/ch07s03s13.html -share/gimp/help/en/ch07s03s14.html -share/gimp/help/en/ch07s03s15.html -share/gimp/help/en/ch07s03s16.html -share/gimp/help/en/ch07s03s17.html -share/gimp/help/en/ch07s03s18.html -share/gimp/help/en/ch07s03s19.html -share/gimp/help/en/ch07s03s20.html -share/gimp/help/en/ch07s03s21.html -share/gimp/help/en/ch07s03s22.html -share/gimp/help/en/ch07s04.html -share/gimp/help/en/ch07s04s02.html -share/gimp/help/en/ch07s04s03.html -share/gimp/help/en/ch07s04s04.html -share/gimp/help/en/ch07s04s05.html -share/gimp/help/en/ch07s04s06.html -share/gimp/help/en/ch07s04s07.html -share/gimp/help/en/ch07s05.html -share/gimp/help/en/ch07s05s02.html -share/gimp/help/en/ch07s05s03.html -share/gimp/help/en/ch07s05s04.html -share/gimp/help/en/ch07s05s05.html -share/gimp/help/en/ch07s06.html -share/gimp/help/en/ch07s06s02.html -share/gimp/help/en/ch07s06s03.html -share/gimp/help/en/ch07s06s04.html -share/gimp/help/en/ch07s06s05.html -share/gimp/help/en/ch07s06s06.html -share/gimp/help/en/ch07s06s07.html -share/gimp/help/en/ch07s07.html -share/gimp/help/en/ch07s07s02.html -share/gimp/help/en/ch07s07s03.html -share/gimp/help/en/ch07s07s04.html -share/gimp/help/en/ch07s08.html -share/gimp/help/en/ch07s08s02.html -share/gimp/help/en/ch07s08s03.html -share/gimp/help/en/ch07s09.html -share/gimp/help/en/ch07s09s02.html -share/gimp/help/en/ch07s09s03.html -share/gimp/help/en/ch07s09s04.html -share/gimp/help/en/ch07s09s05.html -share/gimp/help/en/ch07s09s06.html -share/gimp/help/en/ch07s10.html -share/gimp/help/en/ch07s10s02.html -share/gimp/help/en/ch07s10s03.html -share/gimp/help/en/ch07s10s04.html -share/gimp/help/en/ch07s10s05.html -share/gimp/help/en/ch07s10s06.html -share/gimp/help/en/ch07s10s07.html -share/gimp/help/en/ch07s10s08.html -share/gimp/help/en/ch07s10s09.html -share/gimp/help/en/ch07s10s10.html -share/gimp/help/en/ch07s10s11.html -share/gimp/help/en/ch07s10s12.html -share/gimp/help/en/ch07s10s13.html -share/gimp/help/en/ch07s10s14.html -share/gimp/help/en/ch07s10s15.html -share/gimp/help/en/ch07s10s16.html -share/gimp/help/en/ch07s11.html -share/gimp/help/en/ch07s11s02.html -share/gimp/help/en/ch07s11s03.html -share/gimp/help/en/ch07s11s04.html -share/gimp/help/en/ch07s11s05.html -share/gimp/help/en/ch07s11s06.html -share/gimp/help/en/ch07s11s07.html -share/gimp/help/en/ch07s11s08.html -share/gimp/help/en/ch07s12.html -share/gimp/help/en/ch07s12s02.html -share/gimp/help/en/ch07s12s03.html -share/gimp/help/en/ch07s12s04.html -share/gimp/help/en/ch07s12s05.html -share/gimp/help/en/ch07s12s06.html -share/gimp/help/en/ch07s12s07.html -share/gimp/help/en/ch07s12s08.html -share/gimp/help/en/ch07s12s09.html -share/gimp/help/en/ch07s12s10.html -share/gimp/help/en/ch07s12s11.html -share/gimp/help/en/ch07s13.html -share/gimp/help/en/ch07s13s02.html -share/gimp/help/en/ch07s13s03.html -share/gimp/help/en/gimp-help-plain.css -share/gimp/help/en/gimp-help-screen.css -share/gimp/help/en/gimp-help.xml -share/gimp/help/en/gimp-xrefs.xml -share/gimp/help/en/go01.html -share/gimp/help/en/index.html -share/gimp/help/en/ix01.html -share/gimp/help/en/pr01.html -share/gimp/help/fr/apa.html -share/gimp/help/fr/apb.html -share/gimp/help/fr/bi01.html -share/gimp/help/fr/ch01.html -share/gimp/help/fr/ch01s02.html -share/gimp/help/fr/ch01s03.html -share/gimp/help/fr/ch01s04.html -share/gimp/help/fr/ch01s04s02.html -share/gimp/help/fr/ch01s04s03.html -share/gimp/help/fr/ch02.html -share/gimp/help/fr/ch02s02.html -share/gimp/help/fr/ch02s03.html -share/gimp/help/fr/ch02s03s02.html -share/gimp/help/fr/ch02s03s03.html -share/gimp/help/fr/ch02s03s04.html -share/gimp/help/fr/ch02s03s05.html -share/gimp/help/fr/ch02s04.html -share/gimp/help/fr/ch02s04s02.html -share/gimp/help/fr/ch02s04s03.html -share/gimp/help/fr/ch02s04s04.html -share/gimp/help/fr/ch02s04s05.html -share/gimp/help/fr/ch02s04s06.html -share/gimp/help/fr/ch02s04s07.html -share/gimp/help/fr/ch02s04s08.html -share/gimp/help/fr/ch02s04s09.html -share/gimp/help/fr/ch02s04s10.html -share/gimp/help/fr/ch02s04s11.html -share/gimp/help/fr/ch02s04s12.html -share/gimp/help/fr/ch02s04s13.html -share/gimp/help/fr/ch02s05.html -share/gimp/help/fr/ch02s05s02.html -share/gimp/help/fr/ch02s05s03.html -share/gimp/help/fr/ch02s05s04.html -share/gimp/help/fr/ch02s06.html -share/gimp/help/fr/ch03.html -share/gimp/help/fr/ch03s02.html -share/gimp/help/fr/ch03s03.html -share/gimp/help/fr/ch03s04.html -share/gimp/help/fr/ch03s05.html -share/gimp/help/fr/ch03s05s02.html -share/gimp/help/fr/ch03s06.html -share/gimp/help/fr/ch03s07.html -share/gimp/help/fr/ch03s07s02.html -share/gimp/help/fr/ch03s07s03.html -share/gimp/help/fr/ch03s08.html -share/gimp/help/fr/ch03s09.html -share/gimp/help/fr/ch03s09s02.html -share/gimp/help/fr/ch03s10.html -share/gimp/help/fr/ch03s10s02.html -share/gimp/help/fr/ch03s11.html -share/gimp/help/fr/ch03s11s02.html -share/gimp/help/fr/ch03s11s03.html -share/gimp/help/fr/ch03s11s04.html -share/gimp/help/fr/ch03s11s05.html -share/gimp/help/fr/ch03s11s06.html -share/gimp/help/fr/ch03s12.html -share/gimp/help/fr/ch03s12s02.html -share/gimp/help/fr/ch03s12s03.html -share/gimp/help/fr/ch04.html -share/gimp/help/fr/ch04s02.html -share/gimp/help/fr/ch04s02s02.html -share/gimp/help/fr/ch04s02s03.html -share/gimp/help/fr/ch04s02s04.html -share/gimp/help/fr/ch04s02s05.html -share/gimp/help/fr/ch04s02s06.html -share/gimp/help/fr/ch04s02s07.html -share/gimp/help/fr/ch04s03.html -share/gimp/help/fr/ch04s03s02.html -share/gimp/help/fr/ch04s03s03.html -share/gimp/help/fr/ch04s03s04.html -share/gimp/help/fr/ch04s03s05.html -share/gimp/help/fr/ch04s03s06.html -share/gimp/help/fr/ch04s03s07.html -share/gimp/help/fr/ch04s03s08.html -share/gimp/help/fr/ch04s03s09.html -share/gimp/help/fr/ch04s03s10.html -share/gimp/help/fr/ch04s03s11.html -share/gimp/help/fr/ch04s03s12.html -share/gimp/help/fr/ch04s03s13.html -share/gimp/help/fr/ch04s04.html -share/gimp/help/fr/ch04s04s02.html -share/gimp/help/fr/ch04s04s03.html -share/gimp/help/fr/ch04s04s04.html -share/gimp/help/fr/ch04s04s05.html -share/gimp/help/fr/ch04s04s06.html -share/gimp/help/fr/ch04s04s07.html -share/gimp/help/fr/ch04s05.html -share/gimp/help/fr/ch04s05s02.html -share/gimp/help/fr/ch04s05s03.html -share/gimp/help/fr/ch04s05s04.html -share/gimp/help/fr/ch04s05s05.html -share/gimp/help/fr/ch04s05s06.html -share/gimp/help/fr/ch04s05s07.html -share/gimp/help/fr/ch04s05s08.html -share/gimp/help/fr/ch04s06.html -share/gimp/help/fr/ch04s06s02.html -share/gimp/help/fr/ch04s06s03.html -share/gimp/help/fr/ch04s06s04.html -share/gimp/help/fr/ch04s06s05.html -share/gimp/help/fr/ch04s07.html -share/gimp/help/fr/ch05.html -share/gimp/help/fr/ch05s02.html -share/gimp/help/fr/ch05s02s02.html -share/gimp/help/fr/ch05s02s03.html -share/gimp/help/fr/ch05s03.html -share/gimp/help/fr/ch05s03s02.html -share/gimp/help/fr/ch05s03s03.html -share/gimp/help/fr/ch05s03s04.html -share/gimp/help/fr/ch05s03s05.html -share/gimp/help/fr/ch05s04.html -share/gimp/help/fr/ch05s04s02.html -share/gimp/help/fr/ch05s04s03.html -share/gimp/help/fr/ch05s04s04.html -share/gimp/help/fr/ch05s05.html -share/gimp/help/fr/ch05s06.html -share/gimp/help/fr/ch05s07.html -share/gimp/help/fr/ch05s08.html -share/gimp/help/fr/ch05s09.html -share/gimp/help/fr/ch05s10.html -share/gimp/help/fr/ch05s11.html -share/gimp/help/fr/ch05s12.html -share/gimp/help/fr/ch05s12s02.html -share/gimp/help/fr/ch05s12s03.html -share/gimp/help/fr/ch05s13.html -share/gimp/help/fr/ch05s13s02.html -share/gimp/help/fr/ch05s13s03.html -share/gimp/help/fr/ch05s13s04.html -share/gimp/help/fr/ch05s14.html -share/gimp/help/fr/ch05s15.html -share/gimp/help/fr/ch05s16.html -share/gimp/help/fr/ch05s17.html -share/gimp/help/fr/ch05s18.html -share/gimp/help/fr/ch05s19.html -share/gimp/help/fr/ch05s20.html -share/gimp/help/fr/ch05s21.html -share/gimp/help/fr/ch05s21s02.html -share/gimp/help/fr/ch05s21s03.html -share/gimp/help/fr/ch05s21s04.html -share/gimp/help/fr/ch05s21s05.html -share/gimp/help/fr/ch05s21s06.html -share/gimp/help/fr/ch05s21s07.html -share/gimp/help/fr/ch05s21s08.html -share/gimp/help/fr/ch05s21s09.html -share/gimp/help/fr/ch05s21s10.html -share/gimp/help/fr/ch05s21s11.html -share/gimp/help/fr/ch05s21s12.html -share/gimp/help/fr/ch05s21s13.html -share/gimp/help/fr/ch05s21s14.html -share/gimp/help/fr/ch05s21s15.html -share/gimp/help/fr/ch05s21s16.html -share/gimp/help/fr/ch06.html -share/gimp/help/fr/ch06s02.html -share/gimp/help/fr/ch06s02s02.html -share/gimp/help/fr/ch06s02s03.html -share/gimp/help/fr/ch06s02s04.html -share/gimp/help/fr/ch06s02s05.html -share/gimp/help/fr/ch06s02s06.html -share/gimp/help/fr/ch06s02s07.html -share/gimp/help/fr/ch06s02s08.html -share/gimp/help/fr/ch06s02s09.html -share/gimp/help/fr/ch06s02s10.html -share/gimp/help/fr/ch06s02s11.html -share/gimp/help/fr/ch06s02s12.html -share/gimp/help/fr/ch06s02s13.html -share/gimp/help/fr/ch06s03.html -share/gimp/help/fr/ch06s03s02.html -share/gimp/help/fr/ch06s03s03.html -share/gimp/help/fr/ch06s03s04.html -share/gimp/help/fr/ch06s03s05.html -share/gimp/help/fr/ch06s03s06.html -share/gimp/help/fr/ch06s03s07.html -share/gimp/help/fr/ch06s03s08.html -share/gimp/help/fr/ch06s03s09.html -share/gimp/help/fr/ch06s03s10.html -share/gimp/help/fr/ch06s03s11.html -share/gimp/help/fr/ch06s03s12.html -share/gimp/help/fr/ch06s03s13.html -share/gimp/help/fr/ch06s03s14.html -share/gimp/help/fr/ch06s03s15.html -share/gimp/help/fr/ch06s03s16.html -share/gimp/help/fr/ch06s03s17.html -share/gimp/help/fr/ch06s04.html -share/gimp/help/fr/ch06s04s02.html -share/gimp/help/fr/ch06s04s03.html -share/gimp/help/fr/ch06s04s04.html -share/gimp/help/fr/ch06s04s05.html -share/gimp/help/fr/ch06s04s06.html -share/gimp/help/fr/ch06s04s07.html -share/gimp/help/fr/ch06s04s08.html -share/gimp/help/fr/ch06s04s09.html -share/gimp/help/fr/ch06s04s10.html -share/gimp/help/fr/ch06s04s11.html -share/gimp/help/fr/ch06s04s12.html -share/gimp/help/fr/ch06s04s13.html -share/gimp/help/fr/ch06s04s14.html -share/gimp/help/fr/ch06s04s15.html -share/gimp/help/fr/ch06s04s16.html -share/gimp/help/fr/ch06s05.html -share/gimp/help/fr/ch06s05s02.html -share/gimp/help/fr/ch06s05s03.html -share/gimp/help/fr/ch06s05s04.html -share/gimp/help/fr/ch06s05s05.html -share/gimp/help/fr/ch06s05s06.html -share/gimp/help/fr/ch06s05s07.html -share/gimp/help/fr/ch06s05s08.html -share/gimp/help/fr/ch06s05s09.html -share/gimp/help/fr/ch06s05s10.html -share/gimp/help/fr/ch06s05s11.html -share/gimp/help/fr/ch06s05s12.html -share/gimp/help/fr/ch06s05s13.html -share/gimp/help/fr/ch06s05s14.html -share/gimp/help/fr/ch06s05s15.html -share/gimp/help/fr/ch06s05s16.html -share/gimp/help/fr/ch06s05s17.html -share/gimp/help/fr/ch06s05s18.html -share/gimp/help/fr/ch06s06.html -share/gimp/help/fr/ch06s06s02.html -share/gimp/help/fr/ch06s06s03.html -share/gimp/help/fr/ch06s06s04.html -share/gimp/help/fr/ch06s06s05.html -share/gimp/help/fr/ch06s06s06.html -share/gimp/help/fr/ch06s06s07.html -share/gimp/help/fr/ch06s06s08.html -share/gimp/help/fr/ch06s06s09.html -share/gimp/help/fr/ch06s06s10.html -share/gimp/help/fr/ch06s06s11.html -share/gimp/help/fr/ch06s06s12.html -share/gimp/help/fr/ch06s06s13.html -share/gimp/help/fr/ch06s06s14.html -share/gimp/help/fr/ch06s07.html -share/gimp/help/fr/ch06s07s02.html -share/gimp/help/fr/ch06s07s03.html -share/gimp/help/fr/ch06s07s04.html -share/gimp/help/fr/ch06s07s05.html -share/gimp/help/fr/ch06s07s06.html -share/gimp/help/fr/ch06s07s07.html -share/gimp/help/fr/ch06s07s08.html -share/gimp/help/fr/ch06s07s09.html -share/gimp/help/fr/ch06s08.html -share/gimp/help/fr/ch06s09.html -share/gimp/help/fr/ch07.html -share/gimp/help/fr/ch07s02.html -share/gimp/help/fr/ch07s02s02.html -share/gimp/help/fr/ch07s02s03.html -share/gimp/help/fr/ch07s02s04.html -share/gimp/help/fr/ch07s02s05.html -share/gimp/help/fr/ch07s02s06.html -share/gimp/help/fr/ch07s02s07.html -share/gimp/help/fr/ch07s03.html -share/gimp/help/fr/ch07s03s02.html -share/gimp/help/fr/ch07s03s03.html -share/gimp/help/fr/ch07s03s04.html -share/gimp/help/fr/ch07s03s05.html -share/gimp/help/fr/ch07s03s06.html -share/gimp/help/fr/ch07s03s07.html -share/gimp/help/fr/ch07s03s08.html -share/gimp/help/fr/ch07s03s09.html -share/gimp/help/fr/ch07s03s10.html -share/gimp/help/fr/ch07s03s11.html -share/gimp/help/fr/ch07s03s12.html -share/gimp/help/fr/ch07s03s13.html -share/gimp/help/fr/ch07s03s14.html -share/gimp/help/fr/ch07s03s15.html -share/gimp/help/fr/ch07s03s16.html -share/gimp/help/fr/ch07s03s17.html -share/gimp/help/fr/ch07s03s18.html -share/gimp/help/fr/ch07s03s19.html -share/gimp/help/fr/ch07s03s20.html -share/gimp/help/fr/ch07s03s21.html -share/gimp/help/fr/ch07s03s22.html -share/gimp/help/fr/ch07s04.html -share/gimp/help/fr/ch07s04s02.html -share/gimp/help/fr/ch07s04s03.html -share/gimp/help/fr/ch07s04s04.html -share/gimp/help/fr/ch07s04s05.html -share/gimp/help/fr/ch07s04s06.html -share/gimp/help/fr/ch07s04s07.html -share/gimp/help/fr/ch07s05.html -share/gimp/help/fr/ch07s05s02.html -share/gimp/help/fr/ch07s05s03.html -share/gimp/help/fr/ch07s05s04.html -share/gimp/help/fr/ch07s05s05.html -share/gimp/help/fr/ch07s06.html -share/gimp/help/fr/ch07s06s02.html -share/gimp/help/fr/ch07s06s03.html -share/gimp/help/fr/ch07s06s04.html -share/gimp/help/fr/ch07s06s05.html -share/gimp/help/fr/ch07s06s06.html -share/gimp/help/fr/ch07s06s07.html -share/gimp/help/fr/ch07s07.html -share/gimp/help/fr/ch07s07s02.html -share/gimp/help/fr/ch07s07s03.html -share/gimp/help/fr/ch07s07s04.html -share/gimp/help/fr/ch07s08.html -share/gimp/help/fr/ch07s08s02.html -share/gimp/help/fr/ch07s08s03.html -share/gimp/help/fr/ch07s09.html -share/gimp/help/fr/ch07s09s02.html -share/gimp/help/fr/ch07s09s03.html -share/gimp/help/fr/ch07s09s04.html -share/gimp/help/fr/ch07s09s05.html -share/gimp/help/fr/ch07s09s06.html -share/gimp/help/fr/ch07s10.html -share/gimp/help/fr/ch07s10s02.html -share/gimp/help/fr/ch07s10s03.html -share/gimp/help/fr/ch07s10s04.html -share/gimp/help/fr/ch07s10s05.html -share/gimp/help/fr/ch07s10s06.html -share/gimp/help/fr/ch07s10s07.html -share/gimp/help/fr/ch07s11.html -share/gimp/help/fr/ch07s11s02.html -share/gimp/help/fr/ch07s11s03.html -share/gimp/help/fr/ch07s11s04.html -share/gimp/help/fr/ch07s11s05.html -share/gimp/help/fr/ch07s11s06.html -share/gimp/help/fr/ch07s11s07.html -share/gimp/help/fr/ch07s11s08.html -share/gimp/help/fr/ch07s11s09.html -share/gimp/help/fr/ch07s11s10.html -share/gimp/help/fr/ch07s11s11.html -share/gimp/help/fr/ch07s12.html -share/gimp/help/fr/ch07s12s02.html -share/gimp/help/fr/ch07s12s03.html -share/gimp/help/fr/gimp-help-plain.css -share/gimp/help/fr/gimp-help-screen.css -share/gimp/help/fr/gimp-help.xml -share/gimp/help/fr/gimp-xrefs.xml -share/gimp/help/fr/go01.html -share/gimp/help/fr/index.html -share/gimp/help/fr/ix01.html -share/gimp/help/images/callouts/1.png -share/gimp/help/images/callouts/10.png -share/gimp/help/images/callouts/11.png -share/gimp/help/images/callouts/12.png -share/gimp/help/images/callouts/13.png -share/gimp/help/images/callouts/14.png -share/gimp/help/images/callouts/15.png -share/gimp/help/images/callouts/2.png -share/gimp/help/images/callouts/3.png -share/gimp/help/images/callouts/4.png -share/gimp/help/images/callouts/5.png -share/gimp/help/images/callouts/6.png -share/gimp/help/images/callouts/7.png -share/gimp/help/images/callouts/8.png -share/gimp/help/images/callouts/9.png -share/gimp/help/images/caution.png -share/gimp/help/images/dialogs/color-dialog.png -share/gimp/help/images/dialogs/cs/dialogs-new-image-advanced.png -share/gimp/help/images/dialogs/cs/dialogs-new-image-colorspace.png -share/gimp/help/images/dialogs/cs/dialogs-new-image-templates.png -share/gimp/help/images/dialogs/cs/dialogs-new-image.png -share/gimp/help/images/dialogs/cs/dialogs-templates-menu.png -share/gimp/help/images/dialogs/de/color-dialog.png -share/gimp/help/images/dialogs/de/dialogs-channel-menu.png -share/gimp/help/images/dialogs/de/dialogs-channel-quickmask.png -share/gimp/help/images/dialogs/de/dialogs-channel.png -share/gimp/help/images/dialogs/de/dialogs-channels-example.png -share/gimp/help/images/dialogs/de/dialogs-file-open.png -share/gimp/help/images/dialogs/de/dialogs-file-save.png -share/gimp/help/images/dialogs/de/dialogs-layer-addmask.png -share/gimp/help/images/dialogs/de/dialogs-layer-keeptrans.png -share/gimp/help/images/dialogs/de/dialogs-layer-menu.png -share/gimp/help/images/dialogs/de/dialogs-layer-modes.png -share/gimp/help/images/dialogs/de/dialogs-layer-opacity.png -share/gimp/help/images/dialogs/de/dialogs-layer.png -share/gimp/help/images/dialogs/de/dialogs-menus-imagewindow-file-new.png -share/gimp/help/images/dialogs/dialogs-brushes-list.png -share/gimp/help/images/dialogs/dialogs-brushes.png -share/gimp/help/images/dialogs/dialogs-buffers-grid.png -share/gimp/help/images/dialogs/dialogs-buffers-menu.png -share/gimp/help/images/dialogs/dialogs-buffers.png -share/gimp/help/images/dialogs/dialogs-channel-masks-gradient.png -share/gimp/help/images/dialogs/dialogs-channel-masks.png -share/gimp/help/images/dialogs/dialogs-channel-menu.png -share/gimp/help/images/dialogs/dialogs-channel-quickmask.png -share/gimp/help/images/dialogs/dialogs-channel.png -share/gimp/help/images/dialogs/dialogs-channels-example.png -share/gimp/help/images/dialogs/dialogs-configure-grid.png -share/gimp/help/images/dialogs/dialogs-documents-grid.png -share/gimp/help/images/dialogs/dialogs-documents-menu.png -share/gimp/help/images/dialogs/dialogs-documents.png -share/gimp/help/images/dialogs/dialogs-error-console.png -share/gimp/help/images/dialogs/dialogs-file-open.png -share/gimp/help/images/dialogs/dialogs-file-save.png -share/gimp/help/images/dialogs/dialogs-fonts-grid.png -share/gimp/help/images/dialogs/dialogs-fonts.png -share/gimp/help/images/dialogs/dialogs-gradient-editor-blend.png -share/gimp/help/images/dialogs/dialogs-gradient-editor-color.png -share/gimp/help/images/dialogs/dialogs-gradient-editor-colorfrom.png -share/gimp/help/images/dialogs/dialogs-gradient-editor-menu.png -share/gimp/help/images/dialogs/dialogs-gradient-editor.png -share/gimp/help/images/dialogs/dialogs-gradient.png -share/gimp/help/images/dialogs/dialogs-histogram-basic.png -share/gimp/help/images/dialogs/dialogs-histogram-log.png -share/gimp/help/images/dialogs/dialogs-histogram-menu.png -share/gimp/help/images/dialogs/dialogs-histogram-range.png -share/gimp/help/images/dialogs/dialogs-histogram-rgb.png -share/gimp/help/images/dialogs/dialogs-history.png -share/gimp/help/images/dialogs/dialogs-icon-anchor.png -share/gimp/help/images/dialogs/dialogs-icon-delete.png -share/gimp/help/images/dialogs/dialogs-icon-duplicate.png -share/gimp/help/images/dialogs/dialogs-icon-edit.png -share/gimp/help/images/dialogs/dialogs-icon-eye.png -share/gimp/help/images/dialogs/dialogs-icon-floating.png -share/gimp/help/images/dialogs/dialogs-icon-lower.png -share/gimp/help/images/dialogs/dialogs-icon-navigation.png -share/gimp/help/images/dialogs/dialogs-icon-new.png -share/gimp/help/images/dialogs/dialogs-icon-raise.png -share/gimp/help/images/dialogs/dialogs-icon-selection.png -share/gimp/help/images/dialogs/dialogs-icon-vchain.png -share/gimp/help/images/dialogs/dialogs-images.png -share/gimp/help/images/dialogs/dialogs-image-canvas-size.png -share/gimp/help/images/dialogs/dialogs-image-configure-grid.png -share/gimp/help/images/dialogs/dialogs-image-merge-visible.png -share/gimp/help/images/dialogs/dialogs-image-mode-indexed.png -share/gimp/help/images/dialogs/dialogs-image-scale-image.png -share/gimp/help/images/dialogs/dialogs-indexed-palette.png -share/gimp/help/images/dialogs/dialogs-layer.png -share/gimp/help/images/dialogs/dialogs-layer-addmask.png -share/gimp/help/images/dialogs/dialogs-layer-keeptrans.png -share/gimp/help/images/dialogs/dialogs-layer-menu.png -share/gimp/help/images/dialogs/dialogs-layer-modes.png -share/gimp/help/images/dialogs/dialogs-layer-opacity.png -share/gimp/help/images/dialogs/dialogs-layer-rename.png -share/gimp/help/images/dialogs/dialogs-menus-imagewindow-edit-stroke.png -share/gimp/help/images/dialogs/dialogs-menus-imagewindow-file-new.png -share/gimp/help/images/dialogs/dialogs-navigation.png -share/gimp/help/images/dialogs/dialogs-new-image.png -share/gimp/help/images/dialogs/dialogs-new-image-advanced.png -share/gimp/help/images/dialogs/dialogs-new-image-colorspace.png -share/gimp/help/images/dialogs/dialogs-new-image-fill.png -share/gimp/help/images/dialogs/dialogs-new-image-templates.png -share/gimp/help/images/dialogs/dialogs-new-layer.png -share/gimp/help/images/dialogs/dialogs-palettes.png -share/gimp/help/images/dialogs/dialogs-palettes-grid.png -share/gimp/help/images/dialogs/dialogs-palettes-menu.png -share/gimp/help/images/dialogs/dialogs-palette-editor.png -share/gimp/help/images/dialogs/dialogs-palette-editor-menu.png -share/gimp/help/images/dialogs/dialogs-palette-import.png -share/gimp/help/images/dialogs/dialogs-paths.png -share/gimp/help/images/dialogs/dialogs-paths-menu.png -share/gimp/help/images/dialogs/dialogs-patterns.png -share/gimp/help/images/dialogs/dialogs-patterns-list.png -share/gimp/help/images/dialogs/dialogs-templates.png -share/gimp/help/images/dialogs/dialogs-templates-edit.png -share/gimp/help/images/dialogs/dialogs-templates-edit-advanced.png -share/gimp/help/images/dialogs/dialogs-templates-menu.png -share/gimp/help/images/dialogs/dialogs-tools.png -share/gimp/help/images/dialogs/dialogs-tool-options-rect-select.png -share/gimp/help/images/dialogs/dialogs-undo-history.png -share/gimp/help/images/dialogs/dialogs-view-infowindow.png -share/gimp/help/images/dialogs/dialogs-view-infowindow-com.png -share/gimp/help/images/dialogs/dialogs-view-infowindow-curs.png -share/gimp/help/images/dialogs/dialogs-view-infowindow-gen.png -share/gimp/help/images/dialogs/examples/border-selection-01.png -share/gimp/help/images/dialogs/examples/border-selection-02.png -share/gimp/help/images/dialogs/examples/dither1.png -share/gimp/help/images/dialogs/examples/dither2.png -share/gimp/help/images/dialogs/examples/dither3.png -share/gimp/help/images/dialogs/examples/dither4.png -share/gimp/help/images/dialogs/examples/miter_en.png -share/gimp/help/images/dialogs/examples/miter_fr.png -share/gimp/help/images/dialogs/fr/color-dialog.png -share/gimp/help/images/dialogs/fr/dialogs-brushes.png -share/gimp/help/images/dialogs/fr/dialogs-brushes-list.png -share/gimp/help/images/dialogs/fr/dialogs-buffers.png -share/gimp/help/images/dialogs/fr/dialogs-buffers-grid.png -share/gimp/help/images/dialogs/fr/dialogs-buffers-menu.png -share/gimp/help/images/dialogs/fr/dialogs-colormap.png -share/gimp/help/images/dialogs/fr/dialogs-file-open.png -share/gimp/help/images/dialogs/fr/dialogs-file-save.png -share/gimp/help/images/dialogs/fr/dialogs-fonts.png -share/gimp/help/images/dialogs/fr/dialogs-fonts-grid.png -share/gimp/help/images/dialogs/fr/dialogs-gradient.png -share/gimp/help/images/dialogs/fr/dialogs-gradient-editor.png -share/gimp/help/images/dialogs/fr/dialogs-gradient-editor-menu.png -share/gimp/help/images/dialogs/fr/dialogs-histogram-basic.png -share/gimp/help/images/dialogs/fr/dialogs-histogram-menu.png -share/gimp/help/images/dialogs/fr/dialogs-histogram-range.png -share/gimp/help/images/dialogs/fr/dialogs-histogram-rgb.png -share/gimp/help/images/dialogs/fr/dialogs-history.png -share/gimp/help/images/dialogs/fr/dialogs-channels-example.png -share/gimp/help/images/dialogs/fr/dialogs-channel.png -share/gimp/help/images/dialogs/fr/dialogs-channel-menu.png -share/gimp/help/images/dialogs/fr/dialogs-image-canvas-size.png -share/gimp/help/images/dialogs/fr/dialogs-image-configure-grid.png -share/gimp/help/images/dialogs/fr/dialogs-image-merge-visible.png -share/gimp/help/images/dialogs/fr/dialogs-image-mode-indexed.png -share/gimp/help/images/dialogs/fr/dialogs-image-scale-image.png -share/gimp/help/images/dialogs/fr/dialogs-indexed-palette.png -share/gimp/help/images/dialogs/fr/dialogs-layer.png -share/gimp/help/images/dialogs/fr/dialogs-layer-addmask.png -share/gimp/help/images/dialogs/fr/dialogs-layer-keeptrans.png -share/gimp/help/images/dialogs/fr/dialogs-layer-menu.png -share/gimp/help/images/dialogs/fr/dialogs-layer-modes.png -share/gimp/help/images/dialogs/fr/dialogs-layer-opacity.png -share/gimp/help/images/dialogs/fr/dialogs-menus-imagewindow-edit-stroke.png -share/gimp/help/images/dialogs/fr/dialogs-menus-imagewindow-file-new.png -share/gimp/help/images/dialogs/fr/dialogs-navigation.png -share/gimp/help/images/dialogs/fr/dialogs-new-image.png -share/gimp/help/images/dialogs/fr/dialogs-new-image-advanced.png -share/gimp/help/images/dialogs/fr/dialogs-new-image-colorspace.png -share/gimp/help/images/dialogs/fr/dialogs-new-image-fill.png -share/gimp/help/images/dialogs/fr/dialogs-new-image-templates.png -share/gimp/help/images/dialogs/fr/dialogs-new-layer.png -share/gimp/help/images/dialogs/fr/dialogs-palettes.png -share/gimp/help/images/dialogs/fr/dialogs-palettes-grid.png -share/gimp/help/images/dialogs/fr/dialogs-palettes-menu.png -share/gimp/help/images/dialogs/fr/dialogs-palette-editor.png -share/gimp/help/images/dialogs/fr/dialogs-palette-editor-menu.png -share/gimp/help/images/dialogs/fr/dialogs-palette-import.png -share/gimp/help/images/dialogs/fr/dialogs-paths.png -share/gimp/help/images/dialogs/fr/dialogs-paths-menu.png -share/gimp/help/images/dialogs/fr/dialogs-paths-rename.png -share/gimp/help/images/dialogs/fr/dialogs-patterns.png -share/gimp/help/images/dialogs/fr/dialogs-patterns-list.png -share/gimp/help/images/dialogs/fr/dialogs-templates.png -share/gimp/help/images/dialogs/fr/dialogs-templates-edit.png -share/gimp/help/images/dialogs/fr/dialogs-templates-edit-advanced.png -share/gimp/help/images/dialogs/fr/dialogs-tools.png -share/gimp/help/images/dialogs/fr/dialogs-tool-options-rect-select.png -share/gimp/help/images/dialogs/fr/dialogs-undo-history.png -share/gimp/help/images/dialogs/fr/dialogs-view-infowindow.png -share/gimp/help/images/dialogs/fr/dialogs-view-infowindow-com-fr.png -share/gimp/help/images/dialogs/fr/dialogs-view-infowindow-curs-fr.png -share/gimp/help/images/dialogs/fr/dialogs-view-infowindow-gen-fr.png -share/gimp/help/images/dialogs/gimp-path-stroke.png -share/gimp/help/images/dialogs/it/dialogs-tools.png -share/gimp/help/images/dialogs/it/dialogs-tool-options-rect-select.png -share/gimp/help/images/dialogs/layers_example.png -share/gimp/help/images/dialogs/layers_overview.png -share/gimp/help/images/dialogs/stock-menu-left-12.png -share/gimp/help/images/dialogs/zh_CN/color-dialog.png -share/gimp/help/images/dialogs/zh_CN/dialogs-brushes-list.png -share/gimp/help/images/dialogs/zh_CN/dialogs-brushes.png -share/gimp/help/images/dialogs/zh_CN/dialogs-buffers-grid.png -share/gimp/help/images/dialogs/zh_CN/dialogs-buffers-menu.png -share/gimp/help/images/dialogs/zh_CN/dialogs-buffers.png -share/gimp/help/images/dialogs/zh_CN/dialogs-channels-example.png -share/gimp/help/images/dialogs/zh_CN/dialogs-channel.png -share/gimp/help/images/dialogs/zh_CN/dialogs-channel-menu.png -share/gimp/help/images/dialogs/zh_CN/dialogs-channel-quickmask.png -share/gimp/help/images/dialogs/zh_CN/dialogs-file-open.png -share/gimp/help/images/dialogs/zh_CN/dialogs-fonts-grid.png -share/gimp/help/images/dialogs/zh_CN/dialogs-fonts.png -share/gimp/help/images/dialogs/zh_CN/dialogs-gradient-editor-blend.png -share/gimp/help/images/dialogs/zh_CN/dialogs-gradient-editor-color.png -share/gimp/help/images/dialogs/zh_CN/dialogs-gradient-editor-colorfrom.png -share/gimp/help/images/dialogs/zh_CN/dialogs-gradient-editor-menu.png -share/gimp/help/images/dialogs/zh_CN/dialogs-gradient-editor.png -share/gimp/help/images/dialogs/zh_CN/dialogs-gradient.png -share/gimp/help/images/dialogs/zh_CN/dialogs-histogram-basic.png -share/gimp/help/images/dialogs/zh_CN/dialogs-histogram-log.png -share/gimp/help/images/dialogs/zh_CN/dialogs-histogram-menu.png -share/gimp/help/images/dialogs/zh_CN/dialogs-histogram-range.png -share/gimp/help/images/dialogs/zh_CN/dialogs-histogram-rgb.png -share/gimp/help/images/dialogs/zh_CN/dialogs-history.png -share/gimp/help/images/dialogs/zh_CN/dialogs-image-canvas-size.png -share/gimp/help/images/dialogs/zh_CN/dialogs-image-configure-grid.png -share/gimp/help/images/dialogs/zh_CN/dialogs-image-merge-visible.png -share/gimp/help/images/dialogs/zh_CN/dialogs-image-mode-indexed.png -share/gimp/help/images/dialogs/zh_CN/dialogs-image-scale-image.png -share/gimp/help/images/dialogs/zh_CN/dialogs-indexed-palette.png -share/gimp/help/images/dialogs/zh_CN/dialogs-layer-addmask.png -share/gimp/help/images/dialogs/zh_CN/dialogs-layer-keeptrans.png -share/gimp/help/images/dialogs/zh_CN/dialogs-layer-modes.png -share/gimp/help/images/dialogs/zh_CN/dialogs-layer-opacity.png -share/gimp/help/images/dialogs/zh_CN/dialogs-layer.png -share/gimp/help/images/dialogs/zh_CN/dialogs-menus-imagewindow-edit-stroke.png -share/gimp/help/images/dialogs/zh_CN/dialogs-navigation.png -share/gimp/help/images/dialogs/zh_CN/dialogs-new-image-advanced.png -share/gimp/help/images/dialogs/zh_CN/dialogs-new-image-colorspace.png -share/gimp/help/images/dialogs/zh_CN/dialogs-new-image-fill.png -share/gimp/help/images/dialogs/zh_CN/dialogs-new-image-templates.png -share/gimp/help/images/dialogs/zh_CN/dialogs-new-image.png -share/gimp/help/images/dialogs/zh_CN/dialogs-new-layer.png -share/gimp/help/images/dialogs/zh_CN/dialogs-palette-editor-menu.png -share/gimp/help/images/dialogs/zh_CN/dialogs-palette-editor.png -share/gimp/help/images/dialogs/zh_CN/dialogs-palette-import.png -share/gimp/help/images/dialogs/zh_CN/dialogs-palettes-grid.png -share/gimp/help/images/dialogs/zh_CN/dialogs-palettes-menu.png -share/gimp/help/images/dialogs/zh_CN/dialogs-palettes.png -share/gimp/help/images/dialogs/zh_CN/dialogs-paths-menu.png -share/gimp/help/images/dialogs/zh_CN/dialogs-paths.png -share/gimp/help/images/dialogs/zh_CN/dialogs-patterns-list.png -share/gimp/help/images/dialogs/zh_CN/dialogs-patterns.png -share/gimp/help/images/dialogs/zh_CN/dialogs-tool-options-rect-select.png -share/gimp/help/images/dialogs/zh_CN/dialogs-tools.png -share/gimp/help/images/dialogs/zh_CN/dialogs-undo-history.png -share/gimp/help/images/dialogs/zh_CN/dialogs-view-infowindow.png -share/gimp/help/images/example.png -share/gimp/help/images/filters/cs/filters-edgedetect-fig.png -share/gimp/help/images/filters/cs/filters-enhance-deinterlace.png -share/gimp/help/images/filters/cs/filters-enhance-despeckle.png -share/gimp/help/images/filters/cs/filters-enhance-destripe.png -share/gimp/help/images/filters/cs/filters-enhance-nlfilter.png -share/gimp/help/images/filters/cs/filters-enhance-sharpen.png -share/gimp/help/images/filters/cs/filters-generic-convolution.png -share/gimp/help/images/filters/de/blur.png -share/gimp/help/images/filters/de/blur-gauss.png -share/gimp/help/images/filters/de/blur-select-gauss.png -share/gimp/help/images/filters/de/blur-tileable.png -share/gimp/help/images/filters/de/options-blur-gauss.png -share/gimp/help/images/filters/de/options-blur-mblur.png -share/gimp/help/images/filters/de/options-blur-pixelise.png -share/gimp/help/images/filters/de/options-blur-selective.png -share/gimp/help/images/filters/de/options-blur-tblur.png -share/gimp/help/images/filters/de/options-color-alien2.png -share/gimp/help/images/filters/de/options-color-border-average.png -share/gimp/help/images/filters/de/options-color-colortoalpha.png -share/gimp/help/images/filters/de/options-color-exchange.png -share/gimp/help/images/filters/de/options-color-maprange-color.png -share/gimp/help/images/filters/de/options-color-rotation.png -share/gimp/help/images/filters/de/options-color-rotation-gray.png -share/gimp/help/images/filters/de/options-color-sample-colorize.png -share/gimp/help/images/filters/de/pixelise.png -share/gimp/help/images/filters/examples/blast1.png -share/gimp/help/images/filters/examples/blindex.png -share/gimp/help/images/filters/examples/blur-demo-blur.png -share/gimp/help/images/filters/examples/blur-demo-gauss10.png -share/gimp/help/images/filters/examples/blur-demo-mblur.png -share/gimp/help/images/filters/examples/blur-demo-orig.png -share/gimp/help/images/filters/examples/blur-demo-pixelize.png -share/gimp/help/images/filters/examples/blur-demo-selective.png -share/gimp/help/images/filters/examples/blur-taj-blur.png -share/gimp/help/images/filters/examples/blur-taj-gauss.png -share/gimp/help/images/filters/examples/blur-taj-mblur-linear.png -share/gimp/help/images/filters/examples/blur-taj-mblur-radial.png -share/gimp/help/images/filters/examples/blur-taj-mblur-zoom.png -share/gimp/help/images/filters/examples/blur-taj-pixelise.png -share/gimp/help/images/filters/examples/blur-taj-selective.png -share/gimp/help/images/filters/examples/blur-taj-tblur.png -share/gimp/help/images/filters/examples/color-taj-adjust.png -share/gimp/help/images/filters/examples/color-taj-alien2.png -share/gimp/help/images/filters/examples/color-taj-colortoalpha.png -share/gimp/help/images/filters/examples/color-taj-exchange.png -share/gimp/help/images/filters/examples/color-taj-gradientmap.png -share/gimp/help/images/filters/examples/color-taj-mapcolor-range.png -share/gimp/help/images/filters/examples/color-taj-rotation.png -share/gimp/help/images/filters/examples/color-taj-sample-colorize.png -share/gimp/help/images/filters/examples/convolution-blur.png -share/gimp/help/images/filters/examples/convolution-edge.png -share/gimp/help/images/filters/examples/convolution-edge-detect1.png -share/gimp/help/images/filters/examples/convolution-emboss.png -share/gimp/help/images/filters/examples/convolution-example1.png -share/gimp/help/images/filters/examples/convolution-sharpen.png -share/gimp/help/images/filters/examples/curl.png -share/gimp/help/images/filters/examples/curve-ex.png -share/gimp/help/images/filters/examples/diffraction1.png -share/gimp/help/images/filters/examples/diffraction2.png -share/gimp/help/images/filters/examples/dilate-neon.png -share/gimp/help/images/filters/examples/dilate-text.png -share/gimp/help/images/filters/examples/erode-noise.png -share/gimp/help/images/filters/examples/flame1.png -share/gimp/help/images/filters/examples/gradmap-example.png -share/gimp/help/images/filters/examples/ifscompose-tut1.png -share/gimp/help/images/filters/examples/ifscompose-tut2.png -share/gimp/help/images/filters/examples/ifscompose-tut3.png -share/gimp/help/images/filters/examples/ifscompose-tut4.png -share/gimp/help/images/filters/examples/jigsaw-example.png -share/gimp/help/images/filters/examples/maze1.png -share/gimp/help/images/filters/examples/newsprint.png -share/gimp/help/images/filters/examples/plasma1.png -share/gimp/help/images/filters/examples/polcoords1.png -share/gimp/help/images/filters/examples/polcoords2.png -share/gimp/help/images/filters/examples/qbist1.png -share/gimp/help/images/filters/examples/qbist2.png -share/gimp/help/images/filters/examples/qbist3.png -share/gimp/help/images/filters/examples/sinus1.png -share/gimp/help/images/filters/examples/solid-noise.png -share/gimp/help/images/filters/examples/taj_orig.png -share/gimp/help/images/filters/examples/voronoi.png -share/gimp/help/images/filters/examples/vpropag0-en.png -share/gimp/help/images/filters/examples/vpropag0-fr.png -share/gimp/help/images/filters/examples/vpropag1.png -share/gimp/help/images/filters/examples/vpropag2.png -share/gimp/help/images/filters/examples/vpropag3.png -share/gimp/help/images/filters/examples/vpropag4.png -share/gimp/help/images/filters/examples/vpropag5.png -share/gimp/help/images/filters/examples/vpropag7.png -share/gimp/help/images/filters/examples/whirlpinch-orig.png -share/gimp/help/images/filters/examples/whirlpinch-pinch.png -share/gimp/help/images/filters/examples/whirlpinch-whirl.png -share/gimp/help/images/filters/examples/wind0.png -share/gimp/help/images/filters/examples/wind1.png -share/gimp/help/images/filters/examples/wind2.png -share/gimp/help/images/filters/examples/wind3.png -share/gimp/help/images/filters/filters-alienmap1-figures.png -share/gimp/help/images/filters/filters-artistic-applycanvas.png -share/gimp/help/images/filters/filters-artistic-cubism.png -share/gimp/help/images/filters/filters-artistic-gimpressionist.png -share/gimp/help/images/filters/filters-artistic-gimpressionist-orientmap.png -share/gimp/help/images/filters/filters-artistic-gimpressionist-sizemap.png -share/gimp/help/images/filters/filters-artistic-oilify.png -share/gimp/help/images/filters/filters-blur-blur.png -share/gimp/help/images/filters/filters-blur-gaussIIR.png -share/gimp/help/images/filters/filters-blur-gaussRLE.png -share/gimp/help/images/filters/filters-blur-gaussselect.png -share/gimp/help/images/filters/filters-blur-mblur.png -share/gimp/help/images/filters/filters-blur-pixelize.png -share/gimp/help/images/filters/filters-blur-tileable.png -share/gimp/help/images/filters/filters-colormap-alien2.png -share/gimp/help/images/filters/filters-colormap-alien.png -share/gimp/help/images/filters/filters-colormap-exchange.png -share/gimp/help/images/filters/filters-colormap-rangemapping.png -share/gimp/help/images/filters/filters-colormap-rotation.png -share/gimp/help/images/filters/filters-colormap-samplecolorize.png -share/gimp/help/images/filters/filters-color-borderaverage.png -share/gimp/help/images/filters/filters-color-ccanalysis.png -share/gimp/help/images/filters/filters-color-colorify.png -share/gimp/help/images/filters/filters-color-colortoalpha.png -share/gimp/help/images/filters/filters-color-compose.png -share/gimp/help/images/filters/filters-color-decompose.png -share/gimp/help/images/filters/filters-color-filterpack.png -share/gimp/help/images/filters/filters-color-hot.png -share/gimp/help/images/filters/filters-color-channelmixer.png -share/gimp/help/images/filters/filters-color-maxRGB.png -share/gimp/help/images/filters/filters-color-smoothpalette.png -share/gimp/help/images/filters/filters-combine-depthmerge.png -share/gimp/help/images/filters/filters-combine-film.png -share/gimp/help/images/filters/filters-convolution-crop.png -share/gimp/help/images/filters/filters-convolution-extend.png -share/gimp/help/images/filters/filters-convolution-milord.png -share/gimp/help/images/filters/filters-convolution-wrap.png -share/gimp/help/images/filters/filters-dilate-image.png -share/gimp/help/images/filters/filters-dilate-pixel.png -share/gimp/help/images/filters/filters-dilate-zone.png -share/gimp/help/images/filters/filters-distort-blinds.png -share/gimp/help/images/filters/filters-distort-curvebend.png -share/gimp/help/images/filters/filters-distort-emboss.png -share/gimp/help/images/filters/filters-distort-iwarp.png -share/gimp/help/images/filters/filters-distort-mosaic.png -share/gimp/help/images/filters/filters-distort-newsprint.png -share/gimp/help/images/filters/filters-distort-pagecurl.png -share/gimp/help/images/filters/filters-distort-polarcoords.png -share/gimp/help/images/filters/filters-distort-ripple.png -share/gimp/help/images/filters/filters-distort-shift.png -share/gimp/help/images/filters/filters-distort-video.png -share/gimp/help/images/filters/filters-distort-vpropagate.png -share/gimp/help/images/filters/filters-distort-waves.png -share/gimp/help/images/filters/filters-distort-whirlpinch.png -share/gimp/help/images/filters/filters-distort-wind.png -share/gimp/help/images/filters/filters-edgedetect-dog.png -share/gimp/help/images/filters/filters-edgedetect-edge.png -share/gimp/help/images/filters/filters-edgedetect-fig.png -share/gimp/help/images/filters/filters-edgedetect-sobel.png -share/gimp/help/images/filters/filters-enhance-deinterlace.png -share/gimp/help/images/filters/filters-enhance-despeckle.png -share/gimp/help/images/filters/filters-enhance-destripe.png -share/gimp/help/images/filters/filters-enhance-nlfilter.png -share/gimp/help/images/filters/filters-enhance-sharpen.png -share/gimp/help/images/filters/filters-enhance-unsharpmask.png -share/gimp/help/images/filters/filters-generic-convolution.png -share/gimp/help/images/filters/filters-glass-glasstile.png -share/gimp/help/images/filters/filters-glass-lenseffect.png -share/gimp/help/images/filters/filters-light-flarefx.png -share/gimp/help/images/filters/filters-light-gflare.png -share/gimp/help/images/filters/filters-light-gflare-editor.png -share/gimp/help/images/filters/filters-light-lightingeffects.png -share/gimp/help/images/filters/filters-light-sparkle.png -share/gimp/help/images/filters/filters-light-supernova.png -share/gimp/help/images/filters/filters-noise-hurl.png -share/gimp/help/images/filters/filters-noise-noisify.png -share/gimp/help/images/filters/filters-noise-pick.png -share/gimp/help/images/filters/filters-noise-scatter.png -share/gimp/help/images/filters/filters-noise-slur.png -share/gimp/help/images/filters/filters-noise-spread.png -share/gimp/help/images/filters/filters-render-cmlexplorer.png -share/gimp/help/images/filters/filters-render-diffraction.png -share/gimp/help/images/filters/filters-render-flame.png -share/gimp/help/images/filters/filters-render-flame-edit.png -share/gimp/help/images/filters/filters-render-grid.png -share/gimp/help/images/filters/filters-render-checkerboard.png -share/gimp/help/images/filters/filters-render-ifscompose.png -share/gimp/help/images/filters/filters-render-jigsaw.png -share/gimp/help/images/filters/filters-render-maze.png -share/gimp/help/images/filters/filters-render-plasma.png -share/gimp/help/images/filters/filters-render-qbist.png -share/gimp/help/images/filters/filters-render-sinus.png -share/gimp/help/images/filters/filters-render-solidnoise.png -share/gimp/help/images/filters/fr/filters-alienmap1-figures.png -share/gimp/help/images/filters/fr/filters-artistic-applycanvas.png -share/gimp/help/images/filters/fr/filters-artistic-cubism.png -share/gimp/help/images/filters/fr/filters-artistic-gimpressionist.png -share/gimp/help/images/filters/fr/filters-artistic-gimpressionist-orientmap.png -share/gimp/help/images/filters/fr/filters-artistic-gimpressionist-sizemap.png -share/gimp/help/images/filters/fr/filters-artistic-oilify.png -share/gimp/help/images/filters/fr/filters-blur-blur.png -share/gimp/help/images/filters/fr/filters-blur-gaussIIR.png -share/gimp/help/images/filters/fr/filters-blur-gaussRLE.png -share/gimp/help/images/filters/fr/filters-blur-gaussselect.png -share/gimp/help/images/filters/fr/filters-blur-mblur.png -share/gimp/help/images/filters/fr/filters-blur-pixelize.png -share/gimp/help/images/filters/fr/filters-blur-tileable.png -share/gimp/help/images/filters/fr/filters-colormap-alien2.png -share/gimp/help/images/filters/fr/filters-colormap-alien.png -share/gimp/help/images/filters/fr/filters-colormap-exchange.png -share/gimp/help/images/filters/fr/filters-colormap-rangemapping.png -share/gimp/help/images/filters/fr/filters-colormap-rotation.png -share/gimp/help/images/filters/fr/filters-colormap-samplecolorize.png -share/gimp/help/images/filters/fr/filters-color-borderaverage.png -share/gimp/help/images/filters/fr/filters-color-ccanalysis.png -share/gimp/help/images/filters/fr/filters-color-colorify.png -share/gimp/help/images/filters/fr/filters-color-colortoalpha.png -share/gimp/help/images/filters/fr/filters-color-compose.png -share/gimp/help/images/filters/fr/filters-color-decompose.png -share/gimp/help/images/filters/fr/filters-color-filterpack.png -share/gimp/help/images/filters/fr/filters-color-hot.png -share/gimp/help/images/filters/fr/filters-color-channelmixer.png -share/gimp/help/images/filters/fr/filters-color-maxRGB.png -share/gimp/help/images/filters/fr/filters-color-smoothpalette.png -share/gimp/help/images/filters/fr/filters-combine-depthmerge.png -share/gimp/help/images/filters/fr/filters-combine-film.png -share/gimp/help/images/filters/fr/filters-distort-blinds.png -share/gimp/help/images/filters/fr/filters-distort-curvebend.png -share/gimp/help/images/filters/fr/filters-distort-emboss.png -share/gimp/help/images/filters/fr/filters-distort-iwarp.png -share/gimp/help/images/filters/fr/filters-distort-mosaic.png -share/gimp/help/images/filters/fr/filters-distort-newsprint.png -share/gimp/help/images/filters/fr/filters-distort-pagecurl.png -share/gimp/help/images/filters/fr/filters-distort-polarcoords.png -share/gimp/help/images/filters/fr/filters-distort-ripple.png -share/gimp/help/images/filters/fr/filters-distort-shift.png -share/gimp/help/images/filters/fr/filters-distort-video.png -share/gimp/help/images/filters/fr/filters-distort-vpropagate.png -share/gimp/help/images/filters/fr/filters-distort-waves.png -share/gimp/help/images/filters/fr/filters-distort-whirlpinch.png -share/gimp/help/images/filters/fr/filters-distort-wind.png -share/gimp/help/images/filters/fr/filters-edgedetect-dog.png -share/gimp/help/images/filters/fr/filters-edgedetect-edge.png -share/gimp/help/images/filters/fr/filters-edgedetect-fig-fr.png -share/gimp/help/images/filters/fr/filters-edgedetect-sobel.png -share/gimp/help/images/filters/fr/filters-enhance-deinterlace.png -share/gimp/help/images/filters/fr/filters-enhance-despeckle.png -share/gimp/help/images/filters/fr/filters-enhance-destripe.png -share/gimp/help/images/filters/fr/filters-enhance-nlfilter.png -share/gimp/help/images/filters/fr/filters-enhance-sharpen.png -share/gimp/help/images/filters/fr/filters-enhance-unsharpmask.png -share/gimp/help/images/filters/fr/filters-generic-convolution.png -share/gimp/help/images/filters/fr/filters-glass-glasstile.png -share/gimp/help/images/filters/fr/filters-glass-lenseffect.png -share/gimp/help/images/filters/fr/filters-light-flarefx.png -share/gimp/help/images/filters/fr/filters-light-gflare.png -share/gimp/help/images/filters/fr/filters-light-gflare-editor.png -share/gimp/help/images/filters/fr/filters-light-lightingeffects.png -share/gimp/help/images/filters/fr/filters-light-sparkle.png -share/gimp/help/images/filters/fr/filters-light-supernova.png -share/gimp/help/images/filters/fr/filters-noise-hurl.png -share/gimp/help/images/filters/fr/filters-noise-noisify.png -share/gimp/help/images/filters/fr/filters-noise-pick.png -share/gimp/help/images/filters/fr/filters-noise-scatter.png -share/gimp/help/images/filters/fr/filters-noise-slur.png -share/gimp/help/images/filters/fr/filters-noise-spread.png -share/gimp/help/images/filters/fr/filters-render-diffraction.png -share/gimp/help/images/filters/fr/filters-render-flame.png -share/gimp/help/images/filters/fr/filters-render-flame-edit.png -share/gimp/help/images/filters/fr/filters-render-grid.png -share/gimp/help/images/filters/fr/filters-render-ifscompose.png -share/gimp/help/images/filters/fr/filters-render-jigsaw.png -share/gimp/help/images/filters/fr/filters-render-maze.png -share/gimp/help/images/filters/fr/filters-render-plasma.png -share/gimp/help/images/filters/fr/filters-render-qbist.png -share/gimp/help/images/filters/fr/filters-render-sinus.png -share/gimp/help/images/filters/fr/filters-render-solidnoise.png -share/gimp/help/images/filters/fr/greythresh.png -share/gimp/help/images/filters/fr/changeto.png -share/gimp/help/images/filters/greythresh.png -share/gimp/help/images/filters/changeto.png -share/gimp/help/images/filters/rotation.png -share/gimp/help/images/filters/zh_CN/filters-artistic-applycanvas.png -share/gimp/help/images/filters/zh_CN/filters-artistic-cubism.png -share/gimp/help/images/filters/zh_CN/filters-artistic-gimpressionist.png -share/gimp/help/images/filters/zh_CN/filters-artistic-gimpressionist-orientmap.png -share/gimp/help/images/filters/zh_CN/filters-artistic-gimpressionist-sizemap.png -share/gimp/help/images/filters/zh_CN/filters-artistic-oilify.png -share/gimp/help/images/filters/zh_CN/filters-blur-gaussIIR.png -share/gimp/help/images/filters/zh_CN/filters-blur-gaussselect.png -share/gimp/help/images/filters/zh_CN/filters-blur-mblur.png -share/gimp/help/images/filters/zh_CN/filters-blur-pixelize.png -share/gimp/help/images/filters/zh_CN/filters-colormap-alien2.png -share/gimp/help/images/filters/zh_CN/filters-colormap-exchange.png -share/gimp/help/images/filters/zh_CN/filters-colormap-rangemapping.png -share/gimp/help/images/filters/zh_CN/filters-colormap-rotation.png -share/gimp/help/images/filters/zh_CN/filters-colormap-samplecolorize.png -share/gimp/help/images/filters/zh_CN/filters-color-borderaverage.png -share/gimp/help/images/filters/zh_CN/filters-color-ccanalysis.png -share/gimp/help/images/filters/zh_CN/filters-color-colorify.png -share/gimp/help/images/filters/zh_CN/filters-color-colortoalpha.png -share/gimp/help/images/filters/zh_CN/filters-color-compose.png -share/gimp/help/images/filters/zh_CN/filters-color-decompose.png -share/gimp/help/images/filters/zh_CN/filters-color-filterpack.png -share/gimp/help/images/filters/zh_CN/filters-color-hot.png -share/gimp/help/images/filters/zh_CN/filters-color-channelmixer.png -share/gimp/help/images/filters/zh_CN/filters-color-maxRGB.png -share/gimp/help/images/filters/zh_CN/filters-color-smoothpalette.png -share/gimp/help/images/filters/zh_CN/filters-combine-depthmerge.png -share/gimp/help/images/filters/zh_CN/filters-combine-film.png -share/gimp/help/images/filters/zh_CN/filters-distort-blinds.png -share/gimp/help/images/filters/zh_CN/filters-distort-curvebend.png -share/gimp/help/images/filters/zh_CN/filters-distort-emboss.png -share/gimp/help/images/filters/zh_CN/filters-distort-iwarp.png -share/gimp/help/images/filters/zh_CN/filters-distort-mosaic.png -share/gimp/help/images/filters/zh_CN/filters-distort-newsprint.png -share/gimp/help/images/filters/zh_CN/filters-distort-pagecurl.png -share/gimp/help/images/filters/zh_CN/filters-distort-polarcoords.png -share/gimp/help/images/filters/zh_CN/filters-distort-ripple.png -share/gimp/help/images/filters/zh_CN/filters-distort-shift.png -share/gimp/help/images/filters/zh_CN/filters-distort-video.png -share/gimp/help/images/filters/zh_CN/filters-distort-vpropagate.png -share/gimp/help/images/filters/zh_CN/filters-distort-waves.png -share/gimp/help/images/filters/zh_CN/filters-distort-whirlpinch.png -share/gimp/help/images/filters/zh_CN/filters-distort-wind.png -share/gimp/help/images/filters/zh_CN/filters-edgedetect-dog.png -share/gimp/help/images/filters/zh_CN/filters-edgedetect-edge.png -share/gimp/help/images/filters/zh_CN/filters-edgedetect-sobel.png -share/gimp/help/images/filters/zh_CN/filters-enhance-deinterlace.png -share/gimp/help/images/filters/zh_CN/filters-enhance-despeckle.png -share/gimp/help/images/filters/zh_CN/filters-enhance-destripe.png -share/gimp/help/images/filters/zh_CN/filters-enhance-nlfilter.png -share/gimp/help/images/filters/zh_CN/filters-enhance-sharpen.png -share/gimp/help/images/filters/zh_CN/filters-enhance-unsharpmask.png -share/gimp/help/images/filters/zh_CN/filters-generic-convolution.png -share/gimp/help/images/filters/zh_CN/filters-glass-glasstile.png -share/gimp/help/images/filters/zh_CN/filters-glass-lenseffect.png -share/gimp/help/images/filters/zh_CN/filters-light-flarefx.png -share/gimp/help/images/filters/zh_CN/filters-light-gflare.png -share/gimp/help/images/filters/zh_CN/filters-light-gflare-editor.png -share/gimp/help/images/filters/zh_CN/filters-light-lightingeffects.png -share/gimp/help/images/filters/zh_CN/filters-light-sparkle.png -share/gimp/help/images/filters/zh_CN/filters-light-supernova.png -share/gimp/help/images/filters/zh_CN/filters-noise-hurl.png -share/gimp/help/images/filters/zh_CN/filters-noise-noisify.png -share/gimp/help/images/filters/zh_CN/filters-noise-pick.png -share/gimp/help/images/filters/zh_CN/filters-noise-scatter.png -share/gimp/help/images/filters/zh_CN/filters-noise-slur.png -share/gimp/help/images/filters/zh_CN/filters-noise-spread.png -share/gimp/help/images/filters/zh_CN/filters-render-diffraction.png -share/gimp/help/images/filters/zh_CN/filters-render-flame.png -share/gimp/help/images/filters/zh_CN/filters-render-flame-edit.png -share/gimp/help/images/filters/zh_CN/filters-render-grid.png -share/gimp/help/images/filters/zh_CN/filters-render-ifscompose.png -share/gimp/help/images/filters/zh_CN/filters-render-jigsaw.png -share/gimp/help/images/filters/zh_CN/filters-render-maze.png -share/gimp/help/images/filters/zh_CN/filters-render-plasma.png -share/gimp/help/images/filters/zh_CN/filters-render-qbist.png -share/gimp/help/images/filters/zh_CN/filters-render-sinus.png -share/gimp/help/images/filters/zh_CN/filters-render-solidnoise.png -share/gimp/help/images/gimp-splash.png -share/gimp/help/images/glossary/alias.png -share/gimp/help/images/glossary/antialias.png -share/gimp/help/images/glossary/color-model-additive.png -share/gimp/help/images/glossary/color-model-subtractive.png -share/gimp/help/images/glossary/colorcircle-cn.png -share/gimp/help/images/glossary/colorcircle-en.png -share/gimp/help/images/glossary/colorcircle-fr.png -share/gimp/help/images/glossary/colorcircle-it.png -share/gimp/help/images/glossary/feather.png -share/gimp/help/images/glossary/modes-addition.png -share/gimp/help/images/glossary/modes-burn.png -share/gimp/help/images/glossary/modes-color.png -share/gimp/help/images/glossary/modes-darken.png -share/gimp/help/images/glossary/modes-difference.png -share/gimp/help/images/glossary/modes-dissolve.png -share/gimp/help/images/glossary/modes-divide.png -share/gimp/help/images/glossary/modes-dodge.png -share/gimp/help/images/glossary/modes-grainextract.png -share/gimp/help/images/glossary/modes-grainmerge.png -share/gimp/help/images/glossary/modes-hardlight.png -share/gimp/help/images/glossary/modes-hue.png -share/gimp/help/images/glossary/modes-lighten.png -share/gimp/help/images/glossary/modes-multiply.png -share/gimp/help/images/glossary/modes-normal.png -share/gimp/help/images/glossary/modes-normal2.png -share/gimp/help/images/glossary/modes-overlay.png -share/gimp/help/images/glossary/modes-saturation.png -share/gimp/help/images/glossary/modes-screen.png -share/gimp/help/images/glossary/modes-softlight.png -share/gimp/help/images/glossary/modes-subtract.png -share/gimp/help/images/glossary/modes-value.png -share/gimp/help/images/glossary/tool-opt-increment.png -share/gimp/help/images/glossary/tool-opt-nonincrement.png -share/gimp/help/images/home.png -share/gimp/help/images/link.png -share/gimp/help/images/menus/alignHCLB-.png -share/gimp/help/images/menus/alignHCLB+.png -share/gimp/help/images/menus/alignHFLB-.png -share/gimp/help/images/menus/alignHFLB+.png -share/gimp/help/images/menus/alignVFBB+.png -share/gimp/help/images/menus/align-demo.png -share/gimp/help/images/menus/cs/menus-file.png -share/gimp/help/images/menus/dialogs-add-layer-mask.png -share/gimp/help/images/menus/dialogs-offset-layer.png -share/gimp/help/images/menus/dialogs-threshold-alpha.png -share/gimp/help/images/menus/fr/dialogs-add-layer-mask.png -share/gimp/help/images/menus/fr/dialogs-offset-layer.png -share/gimp/help/images/menus/fr/image-scale.png -share/gimp/help/images/menus/fr/menus-edit.png -share/gimp/help/images/menus/fr/menus-edit-buffer.png -share/gimp/help/images/menus/fr/menus-file.png -share/gimp/help/images/menus/fr/menus-filters.png -share/gimp/help/images/menus/fr/menus-image.png -share/gimp/help/images/menus/fr/menus-image-mode.png -share/gimp/help/images/menus/fr/menus-image-new-guide.png -share/gimp/help/images/menus/fr/menus-image-print-size.png -share/gimp/help/images/menus/fr/menus-image-transform.png -share/gimp/help/images/menus/fr/menus-layer-align.png -share/gimp/help/images/menus/fr/menus-layer-colors.png -share/gimp/help/images/menus/fr/menus-layer-colors-auto.png -share/gimp/help/images/menus/fr/menus-layer-mask.png -share/gimp/help/images/menus/fr/menus-layer-stack.png -share/gimp/help/images/menus/fr/menus-layer-transform.png -share/gimp/help/images/menus/fr/menus-layer-transparency.png -share/gimp/help/images/menus/fr/menus-select.png -share/gimp/help/images/menus/fr/menus-tools.png -share/gimp/help/images/menus/fr/menus-view.png -share/gimp/help/images/menus/fr/menus-view-zoom.png -share/gimp/help/images/menus/fr/rounded-rect-dialog.png -share/gimp/help/images/menus/fr/select-editor.png -share/gimp/help/images/menus/fr/shrink-selection-dialog.png -share/gimp/help/images/menus/fr/view-padding-color.png -share/gimp/help/images/menus/image-guides.png -share/gimp/help/images/menus/image-scale.png -share/gimp/help/images/menus/menus-dialogs.png -share/gimp/help/images/menus/menus-edit.png -share/gimp/help/images/menus/menus-edit-buffer.png -share/gimp/help/images/menus/menus-file.png -share/gimp/help/images/menus/menus-file-open-recent.png -share/gimp/help/images/menus/menus-filters.png -share/gimp/help/images/menus/menus-image.png -share/gimp/help/images/menus/menus-image-flatten.png -share/gimp/help/images/menus/menus-image-mode.png -share/gimp/help/images/menus/menus-image-new-guide.png -share/gimp/help/images/menus/menus-image-print-size.png -share/gimp/help/images/menus/menus-image-transform.png -share/gimp/help/images/menus/menus-layer.png -share/gimp/help/images/menus/menus-layer-align.png -share/gimp/help/images/menus/menus-layer-colors.png -share/gimp/help/images/menus/menus-layer-colors-auto.png -share/gimp/help/images/menus/menus-layer-mask.png -share/gimp/help/images/menus/menus-layer-stack.png -share/gimp/help/images/menus/menus-layer-transform.png -share/gimp/help/images/menus/menus-layer-transparency.png -share/gimp/help/images/menus/menus-script-fu.png -share/gimp/help/images/menus/menus-select.png -share/gimp/help/images/menus/menus-tools.png -share/gimp/help/images/menus/menus-view.png -share/gimp/help/images/menus/menus-view-padding-color.png -share/gimp/help/images/menus/menus-view-zoom.png -share/gimp/help/images/menus/rounded-rect-dialog.png -share/gimp/help/images/menus/select-editor.png -share/gimp/help/images/menus/shrink-selection-dialog.png -share/gimp/help/images/menus/view-padding-color.png -share/gimp/help/images/menus/zh_CN/dialogs-add-layer-mask.png -share/gimp/help/images/menus/zh_CN/dialogs-offset-layer.png -share/gimp/help/images/menus/zh_CN/dialogs-threshold-alpha.png -share/gimp/help/images/menus/zh_CN/menus-edit.png -share/gimp/help/images/menus/zh_CN/menus-edit-buffer.png -share/gimp/help/images/menus/zh_CN/menus-file.png -share/gimp/help/images/menus/zh_CN/menus-filters.png -share/gimp/help/images/menus/zh_CN/menus-image.png -share/gimp/help/images/menus/zh_CN/menus-image-flatten.png -share/gimp/help/images/menus/zh_CN/menus-image-mode.png -share/gimp/help/images/menus/zh_CN/menus-image-transform.png -share/gimp/help/images/menus/zh_CN/menus-layer.png -share/gimp/help/images/menus/zh_CN/menus-layer-colors.png -share/gimp/help/images/menus/zh_CN/menus-layer-colors-auto.png -share/gimp/help/images/menus/zh_CN/menus-layer-mask.png -share/gimp/help/images/menus/zh_CN/menus-layer-stack.png -share/gimp/help/images/menus/zh_CN/menus-layer-transform.png -share/gimp/help/images/menus/zh_CN/menus-layer-transparency.png -share/gimp/help/images/menus/zh_CN/menus-tools.png -share/gimp/help/images/menus/zh_CN/menus-view.png -share/gimp/help/images/menus/zh_CN/menus-view-zoom.png -share/gimp/help/images/mousebutton.png -share/gimp/help/images/next.png -share/gimp/help/images/note.png -share/gimp/help/images/preferences/de/prefs-default-grid.png -share/gimp/help/images/preferences/de/prefs-display.png -share/gimp/help/images/preferences/de/prefs-environment.png -share/gimp/help/images/preferences/de/prefs-folder.png -share/gimp/help/images/preferences/de/prefs-help.png -share/gimp/help/images/preferences/de/prefs-image-window-appearance.png -share/gimp/help/images/preferences/de/prefs-image-window-title.png -share/gimp/help/images/preferences/de/prefs-image-window.png -share/gimp/help/images/preferences/de/prefs-interface.png -share/gimp/help/images/preferences/de/prefs-list.png -share/gimp/help/images/preferences/de/prefs-monitor.png -share/gimp/help/images/preferences/de/prefs-new-image.png -share/gimp/help/images/preferences/de/prefs-session.png -share/gimp/help/images/preferences/de/prefs-tool-options.png -share/gimp/help/images/preferences/de/prefs-window-managment.png -share/gimp/help/images/preferences/fr/prefs-default-grid.png -share/gimp/help/images/preferences/fr/prefs-display.png -share/gimp/help/images/preferences/fr/prefs-environment.png -share/gimp/help/images/preferences/fr/prefs-folder.png -share/gimp/help/images/preferences/fr/prefs-folders-brush.png -share/gimp/help/images/preferences/fr/prefs-help.png -share/gimp/help/images/preferences/fr/prefs-image-window-appearance.png -share/gimp/help/images/preferences/fr/prefs-image-window-title.png -share/gimp/help/images/preferences/fr/prefs-image-window.png -share/gimp/help/images/preferences/fr/prefs-input-controllers.png -share/gimp/help/images/preferences/fr/prefs-input-devices.png -share/gimp/help/images/preferences/fr/prefs-interface.png -share/gimp/help/images/preferences/fr/prefs-list.png -share/gimp/help/images/preferences/fr/prefs-monitor.png -share/gimp/help/images/preferences/fr/prefs-new-image.png -share/gimp/help/images/preferences/fr/prefs-session.png -share/gimp/help/images/preferences/fr/prefs-theme.png -share/gimp/help/images/preferences/fr/prefs-tool-options.png -share/gimp/help/images/preferences/fr/prefs-toolbox.png -share/gimp/help/images/preferences/fr/prefs-window-managment.png -share/gimp/help/images/preferences/prefs-default-grid.png -share/gimp/help/images/preferences/prefs-display.png -share/gimp/help/images/preferences/prefs-environment.png -share/gimp/help/images/preferences/prefs-folders-brush.png -share/gimp/help/images/preferences/prefs-folders.png -share/gimp/help/images/preferences/prefs-help.png -share/gimp/help/images/preferences/prefs-image-window-appearance.png -share/gimp/help/images/preferences/prefs-image-window-title.png -share/gimp/help/images/preferences/prefs-image-window.png -share/gimp/help/images/preferences/prefs-input-controllers.png -share/gimp/help/images/preferences/prefs-input-devices.png -share/gimp/help/images/preferences/prefs-interface.png -share/gimp/help/images/preferences/prefs-list.png -share/gimp/help/images/preferences/prefs-monitor.png -share/gimp/help/images/preferences/prefs-new-image.png -share/gimp/help/images/preferences/prefs-session.png -share/gimp/help/images/preferences/prefs-theme.png -share/gimp/help/images/preferences/prefs-tool-options.png -share/gimp/help/images/preferences/prefs-toolbox.png -share/gimp/help/images/preferences/prefs-window-management.png -share/gimp/help/images/preferences/zh_CN/prefs-default-grid.png -share/gimp/help/images/preferences/zh_CN/prefs-display.png -share/gimp/help/images/preferences/zh_CN/prefs-environment.png -share/gimp/help/images/preferences/zh_CN/prefs-folders-brush.png -share/gimp/help/images/preferences/zh_CN/prefs-folders.png -share/gimp/help/images/preferences/zh_CN/prefs-help.png -share/gimp/help/images/preferences/zh_CN/prefs-image-window-appearance.png -share/gimp/help/images/preferences/zh_CN/prefs-image-window-title.png -share/gimp/help/images/preferences/zh_CN/prefs-image-window.png -share/gimp/help/images/preferences/zh_CN/prefs-interface.png -share/gimp/help/images/preferences/zh_CN/prefs-list.png -share/gimp/help/images/preferences/zh_CN/prefs-new-image.png -share/gimp/help/images/preferences/zh_CN/prefs-theme.png -share/gimp/help/images/preferences/zh_CN/prefs-tool-options.png -share/gimp/help/images/preferences/zh_CN/prefs-toolbox.png -share/gimp/help/images/preferences/zh_CN/prefs-window-management.png -share/gimp/help/images/prev.png -share/gimp/help/images/tip.png -share/gimp/help/images/tool-options/brush-browser.png -share/gimp/help/images/tool-options/brush-gradient-none.png -share/gimp/help/images/tool-options/brush-gradient-normal.png -share/gimp/help/images/tool-options/brush-gradient-sawtooth.png -share/gimp/help/images/tool-options/brush-gradient-triangular.png -share/gimp/help/images/tool-options/clone-align.png -share/gimp/help/images/tool-options/clone-non-align.png -share/gimp/help/images/tool-options/clone-registered.png -share/gimp/help/images/tool-options/fade-out.png -share/gimp/help/images/tool-options/gradient-ang-shapeburst.png -share/gimp/help/images/tool-options/gradient-anticlock-spiral.png -share/gimp/help/images/tool-options/gradient-asym-conical.png -share/gimp/help/images/tool-options/gradient-bilinear.png -share/gimp/help/images/tool-options/gradient-clock-spiral.png -share/gimp/help/images/tool-options/gradient-dim-shapeburst.png -share/gimp/help/images/tool-options/gradient-linear.png -share/gimp/help/images/tool-options/gradient-nooffset.png -share/gimp/help/images/tool-options/gradient-offset.png -share/gimp/help/images/tool-options/gradient-radial.png -share/gimp/help/images/tool-options/gradient-spher-shapeburst.png -share/gimp/help/images/tool-options/gradient-square.png -share/gimp/help/images/tool-options/gradient-sym-conical.png -share/gimp/help/images/tool-options/gradient.png -share/gimp/help/images/tool-options/hard-edge-off.png -share/gimp/help/images/tool-options/hard-edge-on.png -share/gimp/help/images/tool-options/ink-type-circle.png -share/gimp/help/images/tool-options/path-curve.png -share/gimp/help/images/tool-options/path-stroke.png -share/gimp/help/images/tool-options/rectsel-mode-add.png -share/gimp/help/images/tool-options/rectsel-mode-intersect.png -share/gimp/help/images/tool-options/rectsel-mode-replace.png -share/gimp/help/images/tool-options/rectsel-mode-subtract.png -share/gimp/help/images/tool-options/rotate-affect-layer.png -share/gimp/help/images/tool-options/rotate-affect-path.png -share/gimp/help/images/tool-options/rotate-affect-selection.png -share/gimp/help/images/toolbox/airbrush.png -share/gimp/help/images/toolbox/blur.png -share/gimp/help/images/toolbox/bpg.png -share/gimp/help/images/toolbox/brightness-contrast.png -share/gimp/help/images/toolbox/brush.png -share/gimp/help/images/toolbox/brush-tools.png -share/gimp/help/images/toolbox/clone.png -share/gimp/help/images/toolbox/colorize.png -share/gimp/help/images/toolbox/color-balance.png -share/gimp/help/images/toolbox/crop.png -share/gimp/help/images/toolbox/cs/toolbox.png -share/gimp/help/images/toolbox/cs/toolbox-airbrush.png -share/gimp/help/images/toolbox/cs/toolbox-blur.png -share/gimp/help/images/toolbox/cs/toolbox-bpg.png -share/gimp/help/images/toolbox/cs/toolbox-brush.png -share/gimp/help/images/toolbox/cs/toolbox-clone.png -share/gimp/help/images/toolbox/cs/toolbox-crop.png -share/gimp/help/images/toolbox/cs/toolbox-dodge.png -share/gimp/help/images/toolbox/cs/toolbox-ellipsel.png -share/gimp/help/images/toolbox/cs/toolbox-eraser.png -share/gimp/help/images/toolbox/cs/toolbox-eyedropper.png -share/gimp/help/images/toolbox/cs/toolbox-fill.png -share/gimp/help/images/toolbox/cs/toolbox-flip.png -share/gimp/help/images/toolbox/cs/toolbox-gradient.png -share/gimp/help/images/toolbox/cs/toolbox-lasso.png -share/gimp/help/images/toolbox/cs/toolbox-measure.png -share/gimp/help/images/toolbox/cs/toolbox-menu.png -share/gimp/help/images/toolbox/cs/toolbox-move.png -share/gimp/help/images/toolbox/cs/toolbox-palette.png -share/gimp/help/images/toolbox/cs/toolbox-path.png -share/gimp/help/images/toolbox/cs/toolbox-pencil.png -share/gimp/help/images/toolbox/cs/toolbox-pen.png -share/gimp/help/images/toolbox/cs/toolbox-perspective.png -share/gimp/help/images/toolbox/cs/toolbox-rectsel.png -share/gimp/help/images/toolbox/cs/toolbox-rotate.png -share/gimp/help/images/toolbox/cs/toolbox-scale.png -share/gimp/help/images/toolbox/cs/toolbox-scissor.png -share/gimp/help/images/toolbox/cs/toolbox-selbycolor.png -share/gimp/help/images/toolbox/cs/toolbox-shear.png -share/gimp/help/images/toolbox/cs/toolbox-smudge.png -share/gimp/help/images/toolbox/cs/toolbox-text.png -share/gimp/help/images/toolbox/cs/toolbox-wand.png -share/gimp/help/images/toolbox/cs/toolbox-zoom.png -share/gimp/help/images/toolbox/cs/tools-levels.png -share/gimp/help/images/toolbox/cs/tools-posterize.png -share/gimp/help/images/toolbox/curves.png -share/gimp/help/images/toolbox/de/brush-tools.png -share/gimp/help/images/toolbox/de/toolbox.png -share/gimp/help/images/toolbox/de/toolbox-airbrush.png -share/gimp/help/images/toolbox/de/toolbox-blur.png -share/gimp/help/images/toolbox/de/toolbox-bpg.png -share/gimp/help/images/toolbox/de/toolbox-brush.png -share/gimp/help/images/toolbox/de/toolbox-clone.png -share/gimp/help/images/toolbox/de/toolbox-crop.png -share/gimp/help/images/toolbox/de/toolbox-dodge.png -share/gimp/help/images/toolbox/de/toolbox-ellipsel.png -share/gimp/help/images/toolbox/de/toolbox-eraser.png -share/gimp/help/images/toolbox/de/toolbox-eyedropper.png -share/gimp/help/images/toolbox/de/toolbox-fill.png -share/gimp/help/images/toolbox/de/toolbox-flip.png -share/gimp/help/images/toolbox/de/toolbox-gradient.png -share/gimp/help/images/toolbox/de/toolbox-lasso.png -share/gimp/help/images/toolbox/de/toolbox-measure.png -share/gimp/help/images/toolbox/de/toolbox-menu.png -share/gimp/help/images/toolbox/de/toolbox-move.png -share/gimp/help/images/toolbox/de/toolbox-palette.png -share/gimp/help/images/toolbox/de/toolbox-path.png -share/gimp/help/images/toolbox/de/toolbox-pencil.png -share/gimp/help/images/toolbox/de/toolbox-pen.png -share/gimp/help/images/toolbox/de/toolbox-perspective.png -share/gimp/help/images/toolbox/de/toolbox-rectsel.png -share/gimp/help/images/toolbox/de/toolbox-rotate.png -share/gimp/help/images/toolbox/de/toolbox-scale.png -share/gimp/help/images/toolbox/de/toolbox-scissor.png -share/gimp/help/images/toolbox/de/toolbox-selbycolor.png -share/gimp/help/images/toolbox/de/toolbox-shear.png -share/gimp/help/images/toolbox/de/toolbox-smudge.png -share/gimp/help/images/toolbox/de/toolbox-text.png -share/gimp/help/images/toolbox/de/toolbox-wand.png -share/gimp/help/images/toolbox/de/toolbox-zoom.png -share/gimp/help/images/toolbox/de/tool-dialog-brightness.png -share/gimp/help/images/toolbox/de/tool-dialog-colorize.png -share/gimp/help/images/toolbox/de/tool-dialog-color-balance.png -share/gimp/help/images/toolbox/de/tool-dialog-crop.png -share/gimp/help/images/toolbox/de/tool-dialog-curves.png -share/gimp/help/images/toolbox/de/tool-dialog-hue-sat.png -share/gimp/help/images/toolbox/de/tool-dialog-levels.png -share/gimp/help/images/toolbox/de/tool-dialog-perspective.png -share/gimp/help/images/toolbox/de/tool-dialog-posterize.png -share/gimp/help/images/toolbox/de/tool-dialog-rotate.png -share/gimp/help/images/toolbox/de/tool-dialog-scale.png -share/gimp/help/images/toolbox/de/tool-dialog-shear.png -share/gimp/help/images/toolbox/de/tool-dialog-text.png -share/gimp/help/images/toolbox/de/tool-dialog-threshold.png -share/gimp/help/images/toolbox/de/tool-options-airbrush.png -share/gimp/help/images/toolbox/de/tool-options-brushcommon.png -share/gimp/help/images/toolbox/de/tool-options-clone.png -share/gimp/help/images/toolbox/de/tool-options-convolve.png -share/gimp/help/images/toolbox/de/tool-options-crop.png -share/gimp/help/images/toolbox/de/tool-options-curves.png -share/gimp/help/images/toolbox/de/tool-options-dodge.png -share/gimp/help/images/toolbox/de/tool-options-ellipsel.png -share/gimp/help/images/toolbox/de/tool-options-eraser.png -share/gimp/help/images/toolbox/de/tool-options-eyedropper.png -share/gimp/help/images/toolbox/de/tool-options-fill.png -share/gimp/help/images/toolbox/de/tool-options-flip.png -share/gimp/help/images/toolbox/de/tool-options-gradient.png -share/gimp/help/images/toolbox/de/tool-options-lasso.png -share/gimp/help/images/toolbox/de/tool-options-levels.png -share/gimp/help/images/toolbox/de/tool-options-measure.png -share/gimp/help/images/toolbox/de/tool-options-move.png -share/gimp/help/images/toolbox/de/tool-options-paintbrush.png -share/gimp/help/images/toolbox/de/tool-options-paint-gradient.png -share/gimp/help/images/toolbox/de/tool-options-path.png -share/gimp/help/images/toolbox/de/tool-options-pencil.png -share/gimp/help/images/toolbox/de/tool-options-pen.png -share/gimp/help/images/toolbox/de/tool-options-perspective.png -share/gimp/help/images/toolbox/de/tool-options-rectsel.png -share/gimp/help/images/toolbox/de/tool-options-rectsel-size.png -share/gimp/help/images/toolbox/de/tool-options-rotate.png -share/gimp/help/images/toolbox/de/tool-options-scale.png -share/gimp/help/images/toolbox/de/tool-options-scissor.png -share/gimp/help/images/toolbox/de/tool-options-selbycolor.png -share/gimp/help/images/toolbox/de/tool-options-shear.png -share/gimp/help/images/toolbox/de/tool-options-smudge.png -share/gimp/help/images/toolbox/de/tool-options-text.png -share/gimp/help/images/toolbox/de/tool-options-transformcommon.png -share/gimp/help/images/toolbox/de/tool-options-wand.png -share/gimp/help/images/toolbox/de/tool-options-zoom.png -share/gimp/help/images/toolbox/de/transform-tools.png -share/gimp/help/images/toolbox/dissolve-mode-example.png -share/gimp/help/images/toolbox/dodge.png -share/gimp/help/images/toolbox/ellipsel.png -share/gimp/help/images/toolbox/eraser.png -share/gimp/help/images/toolbox/eyedropper.png -share/gimp/help/images/toolbox/fill.png -share/gimp/help/images/toolbox/flip.png -share/gimp/help/images/toolbox/fr/brush-tools.png -share/gimp/help/images/toolbox/fr/toolbox.png -share/gimp/help/images/toolbox/fr/toolbox-airbrush.png -share/gimp/help/images/toolbox/fr/toolbox-blur.png -share/gimp/help/images/toolbox/fr/toolbox-bpg.png -share/gimp/help/images/toolbox/fr/toolbox-brush.png -share/gimp/help/images/toolbox/fr/toolbox-clone.png -share/gimp/help/images/toolbox/fr/toolbox-crop.png -share/gimp/help/images/toolbox/fr/toolbox-dodge.png -share/gimp/help/images/toolbox/fr/toolbox-ellipsel.png -share/gimp/help/images/toolbox/fr/toolbox-eraser.png -share/gimp/help/images/toolbox/fr/toolbox-eyedropper.png -share/gimp/help/images/toolbox/fr/toolbox-fill.png -share/gimp/help/images/toolbox/fr/toolbox-flip.png -share/gimp/help/images/toolbox/fr/toolbox-gradient.png -share/gimp/help/images/toolbox/fr/toolbox-lasso.png -share/gimp/help/images/toolbox/fr/toolbox-measure.png -share/gimp/help/images/toolbox/fr/toolbox-menu.png -share/gimp/help/images/toolbox/fr/toolbox-move.png -share/gimp/help/images/toolbox/fr/toolbox-palette.png -share/gimp/help/images/toolbox/fr/toolbox-path.png -share/gimp/help/images/toolbox/fr/toolbox-pencil.png -share/gimp/help/images/toolbox/fr/toolbox-pen.png -share/gimp/help/images/toolbox/fr/toolbox-perspective.png -share/gimp/help/images/toolbox/fr/toolbox-rectsel.png -share/gimp/help/images/toolbox/fr/toolbox-rotate.png -share/gimp/help/images/toolbox/fr/toolbox-scale.png -share/gimp/help/images/toolbox/fr/toolbox-scissor.png -share/gimp/help/images/toolbox/fr/toolbox-selbycolor.png -share/gimp/help/images/toolbox/fr/toolbox-shear.png -share/gimp/help/images/toolbox/fr/toolbox-smudge.png -share/gimp/help/images/toolbox/fr/toolbox-text.png -share/gimp/help/images/toolbox/fr/toolbox-wand.png -share/gimp/help/images/toolbox/fr/toolbox-zoom.png -share/gimp/help/images/toolbox/fr/tools-brightness.png -share/gimp/help/images/toolbox/fr/tools-colorize.png -share/gimp/help/images/toolbox/fr/tools-color-balance.png -share/gimp/help/images/toolbox/fr/tools-contrast.png -share/gimp/help/images/toolbox/fr/tools-curves.png -share/gimp/help/images/toolbox/fr/tools-histogram.png -share/gimp/help/images/toolbox/fr/tools-hue-sat.png -share/gimp/help/images/toolbox/fr/tools-levels.png -share/gimp/help/images/toolbox/fr/tools-posterize.png -share/gimp/help/images/toolbox/fr/tools-threshold.png -share/gimp/help/images/toolbox/fr/tool-options-brushcommon.png -share/gimp/help/images/toolbox/fr/tool-options-clone.png -share/gimp/help/images/toolbox/fr/tool-options-convolve.png -share/gimp/help/images/toolbox/fr/tool-options-ellipsel.png -share/gimp/help/images/toolbox/fr/tool-options-eraser.png -share/gimp/help/images/toolbox/fr/tool-options-lasso.png -share/gimp/help/images/toolbox/fr/tool-options-paint-gradient.png -share/gimp/help/images/toolbox/fr/tool-options-rectsel.png -share/gimp/help/images/toolbox/fr/tool-options-rectsel-size.png -share/gimp/help/images/toolbox/fr/tool-options-scissor.png -share/gimp/help/images/toolbox/fr/tool-options-selbycolor.png -share/gimp/help/images/toolbox/fr/tool-options-wand.png -share/gimp/help/images/toolbox/gradient.png -share/gimp/help/images/toolbox/hue-saturation.png -share/gimp/help/images/toolbox/it/brush-tools.png -share/gimp/help/images/toolbox/it/toolbox-brush.png -share/gimp/help/images/toolbox/it/toolbox-crop.png -share/gimp/help/images/toolbox/it/toolbox-ellipsel.png -share/gimp/help/images/toolbox/it/toolbox-eyedropper.png -share/gimp/help/images/toolbox/it/toolbox-fill.png -share/gimp/help/images/toolbox/it/toolbox-flip.png -share/gimp/help/images/toolbox/it/toolbox-lasso.png -share/gimp/help/images/toolbox/it/toolbox-measure.png -share/gimp/help/images/toolbox/it/toolbox-move.png -share/gimp/help/images/toolbox/it/toolbox-pencil.png -share/gimp/help/images/toolbox/it/toolbox-perspective.png -share/gimp/help/images/toolbox/it/toolbox-rectsel.png -share/gimp/help/images/toolbox/it/toolbox-rotate.png -share/gimp/help/images/toolbox/it/toolbox-scale.png -share/gimp/help/images/toolbox/it/toolbox-selbycolor.png -share/gimp/help/images/toolbox/it/toolbox-shear.png -share/gimp/help/images/toolbox/it/toolbox-text.png -share/gimp/help/images/toolbox/it/toolbox-wand.png -share/gimp/help/images/toolbox/it/toolbox-zoom.png -share/gimp/help/images/toolbox/it/tools-brightness.png -share/gimp/help/images/toolbox/it/tools-colorize.png -share/gimp/help/images/toolbox/it/tools-color-balance.png -share/gimp/help/images/toolbox/it/tools-curves.png -share/gimp/help/images/toolbox/it/tools-hue-sat.png -share/gimp/help/images/toolbox/it/tools-levels.png -share/gimp/help/images/toolbox/it/tools-posterize.png -share/gimp/help/images/toolbox/it/tools-threshold.png -share/gimp/help/images/toolbox/it/tool-options-brushcommon.png -share/gimp/help/images/toolbox/it/tool-options-ellipsel.png -share/gimp/help/images/toolbox/it/tool-options-eraser.png -share/gimp/help/images/toolbox/it/tool-options-lasso.png -share/gimp/help/images/toolbox/it/tool-options-paint-gradient.png -share/gimp/help/images/toolbox/it/tool-options-rectsel.png -share/gimp/help/images/toolbox/it/tool-options-rectsel-size.png -share/gimp/help/images/toolbox/it/tool-options-rotate.png -share/gimp/help/images/toolbox/it/tool-options-selbycolor.png -share/gimp/help/images/toolbox/it/tool-options-wand.png -share/gimp/help/images/toolbox/lasso.png -share/gimp/help/images/toolbox/levels.png -share/gimp/help/images/toolbox/measure.png -share/gimp/help/images/toolbox/move.png -share/gimp/help/images/toolbox/painting-examples.png -share/gimp/help/images/toolbox/palette.png -share/gimp/help/images/toolbox/path.png -share/gimp/help/images/toolbox/pencil.png -share/gimp/help/images/toolbox/pen.png -share/gimp/help/images/toolbox/perspective.png -share/gimp/help/images/toolbox/posterize.png -share/gimp/help/images/toolbox/rectsel.png -share/gimp/help/images/toolbox/rotate.png -share/gimp/help/images/toolbox/scale.png -share/gimp/help/images/toolbox/scissor.png -share/gimp/help/images/toolbox/selbycolor.png -share/gimp/help/images/toolbox/shear.png -share/gimp/help/images/toolbox/smudge.png -share/gimp/help/images/toolbox/text.png -share/gimp/help/images/toolbox/threshold.png -share/gimp/help/images/toolbox/toolbox.png -share/gimp/help/images/toolbox/toolbox-airbrush.png -share/gimp/help/images/toolbox/toolbox-blur.png -share/gimp/help/images/toolbox/toolbox-bpg.png -share/gimp/help/images/toolbox/toolbox-brush.png -share/gimp/help/images/toolbox/toolbox-clone.png -share/gimp/help/images/toolbox/toolbox-crop.png -share/gimp/help/images/toolbox/toolbox-dodge.png -share/gimp/help/images/toolbox/toolbox-ellipsel.png -share/gimp/help/images/toolbox/toolbox-eraser.png -share/gimp/help/images/toolbox/toolbox-eyedropper.png -share/gimp/help/images/toolbox/toolbox-fill.png -share/gimp/help/images/toolbox/toolbox-flip.png -share/gimp/help/images/toolbox/toolbox-gradient.png -share/gimp/help/images/toolbox/toolbox-lasso.png -share/gimp/help/images/toolbox/toolbox-measure.png -share/gimp/help/images/toolbox/toolbox-menu.png -share/gimp/help/images/toolbox/toolbox-move.png -share/gimp/help/images/toolbox/toolbox-palette.png -share/gimp/help/images/toolbox/toolbox-path.png -share/gimp/help/images/toolbox/toolbox-pencil.png -share/gimp/help/images/toolbox/toolbox-pen.png -share/gimp/help/images/toolbox/toolbox-perspective.png -share/gimp/help/images/toolbox/toolbox-rectsel.png -share/gimp/help/images/toolbox/toolbox-rotate.png -share/gimp/help/images/toolbox/toolbox-scale.png -share/gimp/help/images/toolbox/toolbox-scissor.png -share/gimp/help/images/toolbox/toolbox-selbycolor.png -share/gimp/help/images/toolbox/toolbox-shear.png -share/gimp/help/images/toolbox/toolbox-smudge.png -share/gimp/help/images/toolbox/toolbox-text.png -share/gimp/help/images/toolbox/toolbox-wand.png -share/gimp/help/images/toolbox/toolbox-zoom.png -share/gimp/help/images/toolbox/tools-brightness.png -share/gimp/help/images/toolbox/tools-colorize.png -share/gimp/help/images/toolbox/tools-color-balance.png -share/gimp/help/images/toolbox/tools-curves.png -share/gimp/help/images/toolbox/tools-histogram.png -share/gimp/help/images/toolbox/tools-hue-sat.png -share/gimp/help/images/toolbox/tools-levels.png -share/gimp/help/images/toolbox/tools-posterize.png -share/gimp/help/images/toolbox/tools-threshold.png -share/gimp/help/images/toolbox/tool-options-airbrush.png -share/gimp/help/images/toolbox/tool-options-brushcommon.png -share/gimp/help/images/toolbox/tool-options-clone.png -share/gimp/help/images/toolbox/tool-options-convolve.png -share/gimp/help/images/toolbox/tool-options-dodge.png -share/gimp/help/images/toolbox/tool-options-ellipsel.png -share/gimp/help/images/toolbox/tool-options-eraser.png -share/gimp/help/images/toolbox/tool-options-ink.png -share/gimp/help/images/toolbox/tool-options-lasso.png -share/gimp/help/images/toolbox/tool-options-paintbrush.png -share/gimp/help/images/toolbox/tool-options-paint-gradient.png -share/gimp/help/images/toolbox/tool-options-pencil.png -share/gimp/help/images/toolbox/tool-options-rectsel.png -share/gimp/help/images/toolbox/tool-options-rectsel-size.png -share/gimp/help/images/toolbox/tool-options-scissor.png -share/gimp/help/images/toolbox/tool-options-selbycolor.png -share/gimp/help/images/toolbox/tool-options-smudge.png -share/gimp/help/images/toolbox/tool-options-wand.png -share/gimp/help/images/toolbox/wand.png -share/gimp/help/images/toolbox/zh_CN/brush-tools.png -share/gimp/help/images/toolbox/zh_CN/toolbox.png -share/gimp/help/images/toolbox/zh_CN/toolbox-airbrush.png -share/gimp/help/images/toolbox/zh_CN/toolbox-blur.png -share/gimp/help/images/toolbox/zh_CN/toolbox-bpg.png -share/gimp/help/images/toolbox/zh_CN/toolbox-brush.png -share/gimp/help/images/toolbox/zh_CN/toolbox-clone.png -share/gimp/help/images/toolbox/zh_CN/toolbox-crop.png -share/gimp/help/images/toolbox/zh_CN/toolbox-dodge.png -share/gimp/help/images/toolbox/zh_CN/toolbox-ellipsel.png -share/gimp/help/images/toolbox/zh_CN/toolbox-eraser.png -share/gimp/help/images/toolbox/zh_CN/toolbox-eyedropper.png -share/gimp/help/images/toolbox/zh_CN/toolbox-fill.png -share/gimp/help/images/toolbox/zh_CN/toolbox-flip.png -share/gimp/help/images/toolbox/zh_CN/toolbox-gradient.png -share/gimp/help/images/toolbox/zh_CN/toolbox-lasso.png -share/gimp/help/images/toolbox/zh_CN/toolbox-measure.png -share/gimp/help/images/toolbox/zh_CN/toolbox-menu.png -share/gimp/help/images/toolbox/zh_CN/toolbox-move.png -share/gimp/help/images/toolbox/zh_CN/toolbox-palette.png -share/gimp/help/images/toolbox/zh_CN/toolbox-path.png -share/gimp/help/images/toolbox/zh_CN/toolbox-pencil.png -share/gimp/help/images/toolbox/zh_CN/toolbox-pen.png -share/gimp/help/images/toolbox/zh_CN/toolbox-perspective.png -share/gimp/help/images/toolbox/zh_CN/toolbox-rectsel.png -share/gimp/help/images/toolbox/zh_CN/toolbox-rotate.png -share/gimp/help/images/toolbox/zh_CN/toolbox-scale.png -share/gimp/help/images/toolbox/zh_CN/toolbox-scissor.png -share/gimp/help/images/toolbox/zh_CN/toolbox-selbycolor.png -share/gimp/help/images/toolbox/zh_CN/toolbox-shear.png -share/gimp/help/images/toolbox/zh_CN/toolbox-smudge.png -share/gimp/help/images/toolbox/zh_CN/toolbox-text.png -share/gimp/help/images/toolbox/zh_CN/toolbox-wand.png -share/gimp/help/images/toolbox/zh_CN/toolbox-zoom.png -share/gimp/help/images/toolbox/zh_CN/tools-brightness.png -share/gimp/help/images/toolbox/zh_CN/tools-colorize.png -share/gimp/help/images/toolbox/zh_CN/tools-color-balance.png -share/gimp/help/images/toolbox/zh_CN/tools-curves.png -share/gimp/help/images/toolbox/zh_CN/tools-histogram.png -share/gimp/help/images/toolbox/zh_CN/tools-hue-sat.png -share/gimp/help/images/toolbox/zh_CN/tools-levels.png -share/gimp/help/images/toolbox/zh_CN/tools-posterize.png -share/gimp/help/images/toolbox/zh_CN/tools-threshold.png -share/gimp/help/images/toolbox/zh_CN/tool-options-airbrush.png -share/gimp/help/images/toolbox/zh_CN/tool-options-brushcommon.png -share/gimp/help/images/toolbox/zh_CN/tool-options-clone.png -share/gimp/help/images/toolbox/zh_CN/tool-options-convolve.png -share/gimp/help/images/toolbox/zh_CN/tool-options-dodge.png -share/gimp/help/images/toolbox/zh_CN/tool-options-ellipsel.png -share/gimp/help/images/toolbox/zh_CN/tool-options-eraser.png -share/gimp/help/images/toolbox/zh_CN/tool-options-lasso.png -share/gimp/help/images/toolbox/zh_CN/tool-options-paint-gradient.png -share/gimp/help/images/toolbox/zh_CN/tool-options-pencil.png -share/gimp/help/images/toolbox/zh_CN/tool-options-rectsel.png -share/gimp/help/images/toolbox/zh_CN/tool-options-rectsel-size.png -share/gimp/help/images/toolbox/zh_CN/tool-options-scissor.png -share/gimp/help/images/toolbox/zh_CN/tool-options-selbycolor.png -share/gimp/help/images/toolbox/zh_CN/tool-options-smudge.png -share/gimp/help/images/toolbox/zh_CN/tool-options-wand.png -share/gimp/help/images/toolbox/zoom.png -share/gimp/help/images/up.png -share/gimp/help/images/using/1234angl.png -share/gimp/help/images/using/1234incr.png -share/gimp/help/images/using/1234rand.png -share/gimp/help/images/using/3Dnum.png -share/gimp/help/images/using/array1D.png -share/gimp/help/images/using/array2D.png -share/gimp/help/images/using/array3D.png -share/gimp/help/images/using/basicshape1.png -share/gimp/help/images/using/basicshape2.png -share/gimp/help/images/using/brush-examples.png -share/gimp/help/images/using/correlation-en.png -share/gimp/help/images/using/correlation-fr.png -share/gimp/help/images/using/cs/standard-setup.png -share/gimp/help/images/using/cs/toolbox-description.png -share/gimp/help/images/using/dialog-highlight-closetab.png -share/gimp/help/images/using/dialog-highlight-dockbar.png -share/gimp/help/images/using/dialog-highlight-handle.png -share/gimp/help/images/using/dialog-highlight-imagemenu.png -share/gimp/help/images/using/dialog-highlight-tabmenu.png -share/gimp/help/images/using/export-dialog-en.png -share/gimp/help/images/using/file-gih-save.png -share/gimp/help/images/using/file-open-dialog-location.png -share/gimp/help/images/using/file-open-dialog.png -share/gimp/help/images/using/file-save-dialog-basic.png -share/gimp/help/images/using/file-save-dialog-browse.png -share/gimp/help/images/using/fog-tree-example.png -share/gimp/help/images/using/fr/dialog-highlight-closetab.png -share/gimp/help/images/using/fr/dialog-highlight-dockbar.png -share/gimp/help/images/using/fr/dialog-highlight-handle.png -share/gimp/help/images/using/fr/dialog-highlight-imagemenu.png -share/gimp/help/images/using/fr/dialog-highlight-tabmenu.png -share/gimp/help/images/using/fr/export-dialog.png -share/gimp/help/images/using/fr/file-open-dialog.png -share/gimp/help/images/using/fr/file-open-dialog-basic.png -share/gimp/help/images/using/fr/file-open-dialog-location.png -share/gimp/help/images/using/fr/imagewindow-description.png -share/gimp/help/images/using/fr/jpeg-save-dialog-fr.png -share/gimp/help/images/using/fr/mains_gih.png -share/gimp/help/images/using/fr/standard-setup.png -share/gimp/help/images/using/fr/tab-menu.png -share/gimp/help/images/using/fr/tab-menu-preview-size.png -share/gimp/help/images/using/fr/tab-menu-tab-style.png -share/gimp/help/images/using/fr/toolbox-description.png -share/gimp/help/images/using/fr/ui-calibrate.png -share/gimp/help/images/using/fr/ui-log.png -share/gimp/help/images/using/fr/ui-monitor.png -share/gimp/help/images/using/fr/ui-performance.png -share/gimp/help/images/using/fr/ui-personal.png -share/gimp/help/images/using/fr/ui-welcome.png -share/gimp/help/images/using/fr/unstuck-floating-sel.png -share/gimp/help/images/using/fr/unstuck-layers-dialog-invislayer.png -share/gimp/help/images/using/fr/unstuck-layers-dialog-transparentlayer.png -share/gimp/help/images/using/fr/unstuck-select-all.png -share/gimp/help/images/using/fr/unstuck-show-selection-menu.png -share/gimp/help/images/using/fr/wilber-simple-defaultgrid.png -share/gimp/help/images/using/fr/wilber-simple-guides.png -share/gimp/help/images/using/fr/wilber-simple-nogrid.png -share/gimp/help/images/using/fr/wilber-simple-othergrid.png -share/gimp/help/images/using/gradient-examples.png -share/gimp/help/images/using/gradient-usage.png -share/gimp/help/images/using/hands_stroke.png -share/gimp/help/images/using/imagewindow-description.png -share/gimp/help/images/using/imagewindow-quickmask.png -share/gimp/help/images/using/jpeg-save-dialog-en.png -share/gimp/help/images/using/logo-examples.png -share/gimp/help/images/using/path-examples.png -share/gimp/help/images/using/path-from-text.png -share/gimp/help/images/using/path-stroking-examples.png -share/gimp/help/images/using/path-text-stroked.png -share/gimp/help/images/using/path-with-anchors.png -share/gimp/help/images/using/pattern-script-examples.png -share/gimp/help/images/using/patterns-usage.png -share/gimp/help/images/using/preparing_for_web1.png -share/gimp/help/images/using/preparing_for_web2.png -share/gimp/help/images/using/preparing_for_web-alphatransparency.png -share/gimp/help/images/using/select-outline-qmask-feather.png -share/gimp/help/images/using/select-outline-qmask.png -share/gimp/help/images/using/select-outline.png -share/gimp/help/images/using/standard-setup.png -share/gimp/help/images/using/stock-navigation-16.png -share/gimp/help/images/using/straightline4.png -share/gimp/help/images/using/straightline3.png -share/gimp/help/images/using/straightline2.png -share/gimp/help/images/using/straightline1.png -share/gimp/help/images/using/tab-menu-preview-size.png -share/gimp/help/images/using/tab-menu-tab-style.png -share/gimp/help/images/using/tab-menu.png -share/gimp/help/images/using/text-example.png -share/gimp/help/images/using/toolbox-description.png -share/gimp/help/images/using/ui-calibrate.png -share/gimp/help/images/using/ui-log.png -share/gimp/help/images/using/ui-monitor.png -share/gimp/help/images/using/ui-performance.png -share/gimp/help/images/using/ui-personal.png -share/gimp/help/images/using/ui-welcome.png -share/gimp/help/images/using/unstuck-floating-sel.png -share/gimp/help/images/using/unstuck-layers-dialog-invislayer.png -share/gimp/help/images/using/unstuck-layers-dialog-transparentlayer.png -share/gimp/help/images/using/unstuck-select-all.png -share/gimp/help/images/using/unstuck-show-selection-menu.png -share/gimp/help/images/using/wilber-simple-defaultgrid.png -share/gimp/help/images/using/wilber-simple-guides.png -share/gimp/help/images/using/wilber-simple-nogrid.png -share/gimp/help/images/using/wilber-simple-othergrid.png -share/gimp/help/images/using/zh_CN/dialog-highlight-closetab.png -share/gimp/help/images/using/zh_CN/dialog-highlight-dockbar.png -share/gimp/help/images/using/zh_CN/dialog-highlight-handle.png -share/gimp/help/images/using/zh_CN/dialog-highlight-imagemenu.png -share/gimp/help/images/using/zh_CN/dialog-highlight-tabmenu.png -share/gimp/help/images/using/zh_CN/export-dialog-en.png -share/gimp/help/images/using/zh_CN/file-open-dialog-location.png -share/gimp/help/images/using/zh_CN/file-open-dialog.png -share/gimp/help/images/using/zh_CN/file-save-dialog-basic.png -share/gimp/help/images/using/zh_CN/file-save-dialog-browse.png -share/gimp/help/images/using/zh_CN/imagewindow-description.png -share/gimp/help/images/using/zh_CN/jpeg-save-dialog-cn.png -share/gimp/help/images/using/zh_CN/standard-setup.png -share/gimp/help/images/using/zh_CN/tab-menu-preview-size.png -share/gimp/help/images/using/zh_CN/tab-menu-tab-style.png -share/gimp/help/images/using/zh_CN/tab-menu.png -share/gimp/help/images/using/zh_CN/toolbox-description.png -share/gimp/help/images/using/zh_CN/ui-calibrate.png -share/gimp/help/images/using/zh_CN/ui-log.png -share/gimp/help/images/using/zh_CN/ui-performance.png -share/gimp/help/images/using/zh_CN/ui-personal.png -share/gimp/help/images/using/zh_CN/ui-welcome.png -share/gimp/help/images/using/zh_CN/unstuck-floating-sel.png -share/gimp/help/images/using/zh_CN/unstuck-layers-dialog-invislayer.png -share/gimp/help/images/using/zh_CN/unstuck-layers-dialog-transparentlayer.png -share/gimp/help/images/using/zh_CN/unstuck-select-all.png -share/gimp/help/images/using/zh_CN/unstuck-show-selection-menu.png -share/gimp/help/images/using/zh_CN/wilber-simple-defaultgrid.png -share/gimp/help/images/using/zh_CN/wilber-simple-guides.png -share/gimp/help/images/using/zh_CN/wilber-simple-nogrid.png -share/gimp/help/images/using/zh_CN/wilber-simple-othergrid.png -share/gimp/help/images/warning.png -share/gimp/help/it/apa.html -share/gimp/help/it/apb.html -share/gimp/help/it/bi01.html -share/gimp/help/it/ch01.html -share/gimp/help/it/ch01s02.html -share/gimp/help/it/ch01s02s02.html -share/gimp/help/it/ch01s03.html -share/gimp/help/it/ch01s04.html -share/gimp/help/it/ch01s04s02.html -share/gimp/help/it/ch01s04s03.html -share/gimp/help/it/ch02.html -share/gimp/help/it/ch03.html -share/gimp/help/it/ch04.html -share/gimp/help/it/ch04s02.html -share/gimp/help/it/ch04s02s02.html -share/gimp/help/it/ch04s02s03.html -share/gimp/help/it/ch04s02s04.html -share/gimp/help/it/ch04s02s05.html -share/gimp/help/it/ch04s02s06.html -share/gimp/help/it/ch04s03.html -share/gimp/help/it/ch04s03s02.html -share/gimp/help/it/ch04s03s03.html -share/gimp/help/it/ch04s03s04.html -share/gimp/help/it/ch04s03s05.html -share/gimp/help/it/ch04s03s06.html -share/gimp/help/it/ch04s03s07.html -share/gimp/help/it/ch04s04.html -share/gimp/help/it/ch04s04s02.html -share/gimp/help/it/ch04s04s03.html -share/gimp/help/it/ch04s04s04.html -share/gimp/help/it/ch04s04s05.html -share/gimp/help/it/ch04s04s06.html -share/gimp/help/it/ch04s04s07.html -share/gimp/help/it/ch04s05.html -share/gimp/help/it/ch04s05s02.html -share/gimp/help/it/ch04s05s03.html -share/gimp/help/it/ch04s05s04.html -share/gimp/help/it/ch04s05s05.html -share/gimp/help/it/ch04s05s06.html -share/gimp/help/it/ch04s05s07.html -share/gimp/help/it/ch04s05s08.html -share/gimp/help/it/ch04s06.html -share/gimp/help/it/ch04s06s02.html -share/gimp/help/it/ch04s06s03.html -share/gimp/help/it/ch04s06s04.html -share/gimp/help/it/ch05.html -share/gimp/help/it/ch06.html -share/gimp/help/it/ch06s02.html -share/gimp/help/it/ch06s02s02.html -share/gimp/help/it/gimp-help-plain.css -share/gimp/help/it/gimp-help-screen.css -share/gimp/help/it/gimp-help.xml -share/gimp/help/it/gimp-xrefs.xml -share/gimp/help/it/go01.html -share/gimp/help/it/index.html -share/gimp/help/it/ix01.html -share/gimp/help/nl/apa.html -share/gimp/help/nl/apb.html -share/gimp/help/nl/ch01.html -share/gimp/help/nl/gimp-help-plain.css -share/gimp/help/nl/gimp-help-screen.css -share/gimp/help/nl/gimp-help.xml -share/gimp/help/nl/gimp-xrefs.xml -share/gimp/help/nl/index.html -share/gimp/help/sv/apa.html -share/gimp/help/sv/apb.html -share/gimp/help/sv/ch01.html -share/gimp/help/sv/ch02.html -share/gimp/help/sv/gimp-help-plain.css -share/gimp/help/sv/gimp-help-screen.css -share/gimp/help/sv/gimp-help.xml -share/gimp/help/sv/gimp-xrefs.xml -share/gimp/help/sv/go01.html -share/gimp/help/sv/index.html -share/gimp/help/sv/ix01.html -share/gimp/help/zh_CN/apa.html -share/gimp/help/zh_CN/apb.html -share/gimp/help/zh_CN/bi01.html -share/gimp/help/zh_CN/ch01.html -share/gimp/help/zh_CN/ch01s02.html -share/gimp/help/zh_CN/ch01s03.html -share/gimp/help/zh_CN/ch01s04.html -share/gimp/help/zh_CN/ch01s04s02.html -share/gimp/help/zh_CN/ch01s04s03.html -share/gimp/help/zh_CN/ch02.html -share/gimp/help/zh_CN/ch02s02.html -share/gimp/help/zh_CN/ch02s03.html -share/gimp/help/zh_CN/ch02s03s02.html -share/gimp/help/zh_CN/ch02s03s03.html -share/gimp/help/zh_CN/ch02s03s04.html -share/gimp/help/zh_CN/ch02s03s05.html -share/gimp/help/zh_CN/ch02s04.html -share/gimp/help/zh_CN/ch02s04s02.html -share/gimp/help/zh_CN/ch02s04s03.html -share/gimp/help/zh_CN/ch02s04s04.html -share/gimp/help/zh_CN/ch02s04s05.html -share/gimp/help/zh_CN/ch02s04s06.html -share/gimp/help/zh_CN/ch02s04s07.html -share/gimp/help/zh_CN/ch02s04s08.html -share/gimp/help/zh_CN/ch02s04s09.html -share/gimp/help/zh_CN/ch02s04s10.html -share/gimp/help/zh_CN/ch02s04s11.html -share/gimp/help/zh_CN/ch02s04s12.html -share/gimp/help/zh_CN/ch02s04s13.html -share/gimp/help/zh_CN/ch02s05.html -share/gimp/help/zh_CN/ch02s05s02.html -share/gimp/help/zh_CN/ch02s05s03.html -share/gimp/help/zh_CN/ch02s05s04.html -share/gimp/help/zh_CN/ch02s06.html -share/gimp/help/zh_CN/ch03.html -share/gimp/help/zh_CN/ch03s02.html -share/gimp/help/zh_CN/ch03s02s02.html -share/gimp/help/zh_CN/ch03s03.html -share/gimp/help/zh_CN/ch03s04.html -share/gimp/help/zh_CN/ch03s05.html -share/gimp/help/zh_CN/ch03s05s02.html -share/gimp/help/zh_CN/ch03s06.html -share/gimp/help/zh_CN/ch03s07.html -share/gimp/help/zh_CN/ch03s07s02.html -share/gimp/help/zh_CN/ch03s07s03.html -share/gimp/help/zh_CN/ch03s08.html -share/gimp/help/zh_CN/ch03s09.html -share/gimp/help/zh_CN/ch03s09s02.html -share/gimp/help/zh_CN/ch03s10.html -share/gimp/help/zh_CN/ch03s10s02.html -share/gimp/help/zh_CN/ch03s11.html -share/gimp/help/zh_CN/ch04.html -share/gimp/help/zh_CN/ch04s02.html -share/gimp/help/zh_CN/ch04s02s02.html -share/gimp/help/zh_CN/ch04s02s03.html -share/gimp/help/zh_CN/ch04s02s04.html -share/gimp/help/zh_CN/ch04s02s05.html -share/gimp/help/zh_CN/ch04s02s06.html -share/gimp/help/zh_CN/ch04s02s07.html -share/gimp/help/zh_CN/ch04s03.html -share/gimp/help/zh_CN/ch04s03s02.html -share/gimp/help/zh_CN/ch04s03s03.html -share/gimp/help/zh_CN/ch04s03s04.html -share/gimp/help/zh_CN/ch04s03s05.html -share/gimp/help/zh_CN/ch04s03s06.html -share/gimp/help/zh_CN/ch04s03s07.html -share/gimp/help/zh_CN/ch04s03s08.html -share/gimp/help/zh_CN/ch04s03s09.html -share/gimp/help/zh_CN/ch04s03s10.html -share/gimp/help/zh_CN/ch04s03s11.html -share/gimp/help/zh_CN/ch04s03s12.html -share/gimp/help/zh_CN/ch04s03s13.html -share/gimp/help/zh_CN/ch04s04.html -share/gimp/help/zh_CN/ch04s04s02.html -share/gimp/help/zh_CN/ch04s04s03.html -share/gimp/help/zh_CN/ch04s04s04.html -share/gimp/help/zh_CN/ch04s04s05.html -share/gimp/help/zh_CN/ch04s04s06.html -share/gimp/help/zh_CN/ch04s04s07.html -share/gimp/help/zh_CN/ch04s05.html -share/gimp/help/zh_CN/ch04s05s02.html -share/gimp/help/zh_CN/ch04s05s03.html -share/gimp/help/zh_CN/ch04s05s04.html -share/gimp/help/zh_CN/ch04s05s05.html -share/gimp/help/zh_CN/ch04s05s06.html -share/gimp/help/zh_CN/ch04s05s07.html -share/gimp/help/zh_CN/ch04s05s08.html -share/gimp/help/zh_CN/ch04s06.html -share/gimp/help/zh_CN/ch04s06s02.html -share/gimp/help/zh_CN/ch04s06s03.html -share/gimp/help/zh_CN/ch04s06s04.html -share/gimp/help/zh_CN/ch04s06s05.html -share/gimp/help/zh_CN/ch04s07.html -share/gimp/help/zh_CN/ch05.html -share/gimp/help/zh_CN/ch05s02.html -share/gimp/help/zh_CN/ch05s02s02.html -share/gimp/help/zh_CN/ch05s02s03.html -share/gimp/help/zh_CN/ch05s03.html -share/gimp/help/zh_CN/ch05s03s02.html -share/gimp/help/zh_CN/ch05s03s03.html -share/gimp/help/zh_CN/ch05s03s04.html -share/gimp/help/zh_CN/ch05s03s05.html -share/gimp/help/zh_CN/ch05s04.html -share/gimp/help/zh_CN/ch05s04s02.html -share/gimp/help/zh_CN/ch05s04s03.html -share/gimp/help/zh_CN/ch05s04s04.html -share/gimp/help/zh_CN/ch05s05.html -share/gimp/help/zh_CN/ch05s06.html -share/gimp/help/zh_CN/ch05s07.html -share/gimp/help/zh_CN/ch05s08.html -share/gimp/help/zh_CN/ch05s09.html -share/gimp/help/zh_CN/ch05s10.html -share/gimp/help/zh_CN/ch05s11.html -share/gimp/help/zh_CN/ch05s12.html -share/gimp/help/zh_CN/ch05s12s02.html -share/gimp/help/zh_CN/ch05s12s03.html -share/gimp/help/zh_CN/ch05s13.html -share/gimp/help/zh_CN/ch05s13s02.html -share/gimp/help/zh_CN/ch05s13s03.html -share/gimp/help/zh_CN/ch05s13s04.html -share/gimp/help/zh_CN/ch05s14.html -share/gimp/help/zh_CN/ch05s15.html -share/gimp/help/zh_CN/ch05s16.html -share/gimp/help/zh_CN/ch05s17.html -share/gimp/help/zh_CN/ch05s18.html -share/gimp/help/zh_CN/ch05s18s02.html -share/gimp/help/zh_CN/ch05s18s03.html -share/gimp/help/zh_CN/ch05s18s04.html -share/gimp/help/zh_CN/ch05s18s05.html -share/gimp/help/zh_CN/ch05s18s06.html -share/gimp/help/zh_CN/ch05s18s07.html -share/gimp/help/zh_CN/ch05s18s08.html -share/gimp/help/zh_CN/ch05s18s09.html -share/gimp/help/zh_CN/ch05s18s10.html -share/gimp/help/zh_CN/ch05s18s11.html -share/gimp/help/zh_CN/ch05s18s12.html -share/gimp/help/zh_CN/ch05s18s13.html -share/gimp/help/zh_CN/ch05s18s14.html -share/gimp/help/zh_CN/ch05s18s15.html -share/gimp/help/zh_CN/ch05s18s16.html -share/gimp/help/zh_CN/ch06.html -share/gimp/help/zh_CN/ch06s02.html -share/gimp/help/zh_CN/ch06s02s02.html -share/gimp/help/zh_CN/ch06s02s03.html -share/gimp/help/zh_CN/ch06s02s04.html -share/gimp/help/zh_CN/ch06s02s05.html -share/gimp/help/zh_CN/ch06s02s06.html -share/gimp/help/zh_CN/ch06s02s07.html -share/gimp/help/zh_CN/ch06s02s08.html -share/gimp/help/zh_CN/ch06s02s09.html -share/gimp/help/zh_CN/ch06s02s10.html -share/gimp/help/zh_CN/ch06s03.html -share/gimp/help/zh_CN/ch06s03s02.html -share/gimp/help/zh_CN/ch06s03s03.html -share/gimp/help/zh_CN/ch06s03s04.html -share/gimp/help/zh_CN/ch06s03s05.html -share/gimp/help/zh_CN/ch06s03s06.html -share/gimp/help/zh_CN/ch06s03s07.html -share/gimp/help/zh_CN/ch06s03s08.html -share/gimp/help/zh_CN/ch06s03s09.html -share/gimp/help/zh_CN/ch06s03s10.html -share/gimp/help/zh_CN/ch06s03s11.html -share/gimp/help/zh_CN/ch06s03s12.html -share/gimp/help/zh_CN/ch06s03s13.html -share/gimp/help/zh_CN/ch06s03s14.html -share/gimp/help/zh_CN/ch06s03s15.html -share/gimp/help/zh_CN/ch06s03s16.html -share/gimp/help/zh_CN/ch06s03s17.html -share/gimp/help/zh_CN/ch06s04.html -share/gimp/help/zh_CN/ch06s04s02.html -share/gimp/help/zh_CN/ch06s04s03.html -share/gimp/help/zh_CN/ch06s04s04.html -share/gimp/help/zh_CN/ch06s04s05.html -share/gimp/help/zh_CN/ch06s04s06.html -share/gimp/help/zh_CN/ch06s04s07.html -share/gimp/help/zh_CN/ch06s04s08.html -share/gimp/help/zh_CN/ch06s04s09.html -share/gimp/help/zh_CN/ch06s04s10.html -share/gimp/help/zh_CN/ch06s04s11.html -share/gimp/help/zh_CN/ch06s04s12.html -share/gimp/help/zh_CN/ch06s04s13.html -share/gimp/help/zh_CN/ch06s04s14.html -share/gimp/help/zh_CN/ch06s04s15.html -share/gimp/help/zh_CN/ch06s04s16.html -share/gimp/help/zh_CN/ch06s04s17.html -share/gimp/help/zh_CN/ch06s05.html -share/gimp/help/zh_CN/ch06s05s02.html -share/gimp/help/zh_CN/ch06s05s03.html -share/gimp/help/zh_CN/ch06s05s04.html -share/gimp/help/zh_CN/ch06s05s05.html -share/gimp/help/zh_CN/ch06s05s06.html -share/gimp/help/zh_CN/ch06s05s07.html -share/gimp/help/zh_CN/ch06s05s08.html -share/gimp/help/zh_CN/ch06s05s09.html -share/gimp/help/zh_CN/ch06s05s10.html -share/gimp/help/zh_CN/ch06s06.html -share/gimp/help/zh_CN/ch06s06s02.html -share/gimp/help/zh_CN/ch06s06s03.html -share/gimp/help/zh_CN/ch06s06s04.html -share/gimp/help/zh_CN/ch06s06s05.html -share/gimp/help/zh_CN/ch06s06s06.html -share/gimp/help/zh_CN/ch06s07.html -share/gimp/help/zh_CN/ch06s08.html -share/gimp/help/zh_CN/ch07.html -share/gimp/help/zh_CN/ch07s02.html -share/gimp/help/zh_CN/ch07s02s02.html -share/gimp/help/zh_CN/ch07s02s03.html -share/gimp/help/zh_CN/ch07s02s04.html -share/gimp/help/zh_CN/ch07s02s05.html -share/gimp/help/zh_CN/ch07s02s06.html -share/gimp/help/zh_CN/ch07s03.html -share/gimp/help/zh_CN/ch07s03s02.html -share/gimp/help/zh_CN/ch07s03s03.html -share/gimp/help/zh_CN/ch07s03s04.html -share/gimp/help/zh_CN/ch07s03s05.html -share/gimp/help/zh_CN/ch07s03s06.html -share/gimp/help/zh_CN/ch07s03s07.html -share/gimp/help/zh_CN/ch07s03s08.html -share/gimp/help/zh_CN/ch07s04.html -share/gimp/help/zh_CN/ch07s05.html -share/gimp/help/zh_CN/ch07s06.html -share/gimp/help/zh_CN/ch07s07.html -share/gimp/help/zh_CN/ch07s08.html -share/gimp/help/zh_CN/ch07s09.html -share/gimp/help/zh_CN/ch07s09s02.html -share/gimp/help/zh_CN/ch07s09s03.html -share/gimp/help/zh_CN/ch07s09s04.html -share/gimp/help/zh_CN/ch07s10.html -share/gimp/help/zh_CN/ch07s11.html -share/gimp/help/zh_CN/ch07s11s02.html -share/gimp/help/zh_CN/ch07s11s03.html -share/gimp/help/zh_CN/ch07s11s04.html -share/gimp/help/zh_CN/ch07s12.html -share/gimp/help/zh_CN/ch07s12s02.html -share/gimp/help/zh_CN/ch07s12s03.html -share/gimp/help/zh_CN/ch07s12s04.html -share/gimp/help/zh_CN/ch07s12s05.html -share/gimp/help/zh_CN/ch07s12s06.html -share/gimp/help/zh_CN/ch07s12s07.html -share/gimp/help/zh_CN/ch07s12s08.html -share/gimp/help/zh_CN/ch07s12s09.html -share/gimp/help/zh_CN/ch07s12s10.html -share/gimp/help/zh_CN/ch07s13.html -share/gimp/help/zh_CN/ch07s13s02.html -share/gimp/help/zh_CN/ch07s13s03.html -share/gimp/help/zh_CN/gimp-help-custom.css -share/gimp/help/zh_CN/gimp-help-plain.css -share/gimp/help/zh_CN/gimp-help-screen.css -share/gimp/help/zh_CN/gimp-help.xml -share/gimp/help/zh_CN/gimp-xrefs.xml -share/gimp/help/zh_CN/go01.html -share/gimp/help/zh_CN/index.html -@dirrm share/gimp/help/zh_CN -@dirrm share/gimp/help/sv -@dirrm share/gimp/help/nl -@dirrm share/gimp/help/it -@dirrm share/gimp/help/images/using/zh_CN -@dirrm share/gimp/help/images/using/fr -@dirrm share/gimp/help/images/using/cs -@dirrm share/gimp/help/images/using -@dirrm share/gimp/help/images/toolbox/zh_CN -@dirrm share/gimp/help/images/toolbox/it -@dirrm share/gimp/help/images/toolbox/fr -@dirrm share/gimp/help/images/toolbox/de -@dirrm share/gimp/help/images/toolbox/cs -@dirrm share/gimp/help/images/toolbox -@dirrm share/gimp/help/images/tool-options -@dirrm share/gimp/help/images/preferences/zh_CN -@dirrm share/gimp/help/images/preferences/fr -@dirrm share/gimp/help/images/preferences/de -@dirrm share/gimp/help/images/preferences -@dirrm share/gimp/help/images/menus/zh_CN -@dirrm share/gimp/help/images/menus/fr -@dirrm share/gimp/help/images/menus/cs -@dirrm share/gimp/help/images/menus -@dirrm share/gimp/help/images/glossary -@dirrm share/gimp/help/images/filters/zh_CN -@dirrm share/gimp/help/images/filters/fr -@dirrm share/gimp/help/images/filters/examples -@dirrm share/gimp/help/images/filters/de -@dirrm share/gimp/help/images/filters/cs -@dirrm share/gimp/help/images/filters -@dirrm share/gimp/help/images/dialogs/zh_CN -@dirrm share/gimp/help/images/dialogs/it -@dirrm share/gimp/help/images/dialogs/fr -@dirrm share/gimp/help/images/dialogs/examples -@dirrm share/gimp/help/images/dialogs/de -@dirrm share/gimp/help/images/dialogs/cs -@dirrm share/gimp/help/images/dialogs -@dirrm share/gimp/help/images/callouts -@dirrm share/gimp/help/images -@dirrm share/gimp/help/fr -@dirrm share/gimp/help/en -@dirrm share/gimp/help/de -@dirrm share/gimp/help/cs -@dirrm share/gimp/help diff --git a/graphics/gimp-pmosaic/Makefile b/graphics/gimp-pmosaic/Makefile deleted file mode 100644 index ff1a2711c..000000000 --- a/graphics/gimp-pmosaic/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: gimp-pmosaic -# Date created: 23 Feb 2004 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= pmosaic -PORTVERSION= 1.08 -PORTREVISION= 2 -CATEGORIES= graphics -MASTER_SITES= http://www.kirchgessner.net/pub/gimp-1.2/ -PKGNAMEPREFIX= gimp- -DISTNAME= ${PORTNAME}.${PORTVERSION} - -MAINTAINER= kuriyama@FreeBSD.org -COMMENT= Photo/Image Mosaic plugin for gimp - -BUILD_DEPENDS= gimp-config:${PORTSDIR}/graphics/gimp1 -RUN_DEPENDS= gimp:${PORTSDIR}/graphics/gimp1 - -WRKSRC= ${WRKDIR}/${PORTNAME} - -do-build: - cd ${WRKSRC}; ${CC} ${CFLAGS} -o pmosaic `gimp-config --cflags` \ - pmsc.c pmosaic.c `gimp-config --libs` -ljpeg - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pmosaic \ - ${PREFIX}/libexec/gimp/1.2/plug-ins/ - ${INSTALL_DATA} ${WRKSRC}/de/gimp-pmosaic.mo \ - ${PREFIX}/share/locale/de/LC_MESSAGES/ -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.TXT ${DOCSDIR}/ -.endif - -.include <bsd.port.mk> diff --git a/graphics/gimp-pmosaic/distinfo b/graphics/gimp-pmosaic/distinfo deleted file mode 100644 index 4ccef1569..000000000 --- a/graphics/gimp-pmosaic/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pmosaic.1.08.tar.gz) = 9e17b2630ce68b8079055b1d8a351b8f -SHA256 (pmosaic.1.08.tar.gz) = a72b742c166f14900f11dd14befdda315d8d71b18598e57a1985984d46267592 -SIZE (pmosaic.1.08.tar.gz) = 57254 diff --git a/graphics/gimp-pmosaic/pkg-descr b/graphics/gimp-pmosaic/pkg-descr deleted file mode 100644 index 33f070a0b..000000000 --- a/graphics/gimp-pmosaic/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The image/photo mosaic plug-in creates a image/photo mosaic (composition -of multiple images) from an input image and an image archive. -It also has the function to create the image archive. -With GIMP menues, the plug-in is located at "Filters/Render/Image Mosaic". -It's help-button should tell you how to use the plug-in. - -WWW: http://www.kirchgessner.net/photo-mosaic.html diff --git a/graphics/gimp-pmosaic/pkg-plist b/graphics/gimp-pmosaic/pkg-plist deleted file mode 100644 index c678e792d..000000000 --- a/graphics/gimp-pmosaic/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -libexec/gimp/1.2/plug-ins/pmosaic -share/locale/de/LC_MESSAGES/gimp-pmosaic.mo -%%DOCSDIR%%/README.TXT -@dirrm %%DOCSDIR%% diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile deleted file mode 100644 index 4d2cf97ec..000000000 --- a/graphics/gimp/Makefile +++ /dev/null @@ -1,131 +0,0 @@ -# New ports collection makefile for: The GIMP -# Date created: Mon Nov 18 21:28:43 CST 1996 -# Whom: erich@FreeBSD.org -# -# $FreeBSD$ -# $MCom: ports/graphics/gimp/Makefile,v 1.1 2006/07/18 13:01:27 ahze Exp $ - -PORTNAME= gimp -PORTVERSION= 2.2.13 -PORTREVISION= 1 -PORTEPOCH= 1 -CATEGORIES= graphics gnome -MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - http://gimp.mirrors.hoobly.com/%SUBDIR%/ \ - http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \ - ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/%SUBDIR%/ \ - ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \ - http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,} -MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNU Image Manipulation Program - -LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf \ - aa.1:${PORTSDIR}/graphics/aalib \ - exif.12:${PORTSDIR}/graphics/libexif \ - mng.1:${PORTSDIR}/graphics/libmng \ - png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff - -CONFLICTS= gimp-1.* gimpshop-[0-9]* - -SHLIBVER?= 200 - -USE_BZIP2= yes -USE_XPM= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 -WANT_GNOME= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -PLIST_SUB= SHLIBVER="${SHLIBVER}" -CONFIGURE_ARGS= --disable-perl \ - --with-html-dir=${DOCSDIR} \ - --disable-gtk-doc \ - --enable-static \ - --mandir=${PREFIX}/man -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" - -GIMP_DISTFILE= ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} - -MAN1= gimp.1 gimp-2.2.1 gimp-remote.1 gimp-remote-2.2.1 gimptool-2.0.1 -MAN5= gimprc.5 gimprc-2.2.5 - -OPTIONS= DEBUG "debugging" off \ - PYTHON "Python-Fu support" off \ - RSVG "SVG format support" on \ - PRINT "GIMP printing" on \ - HTML_HELP_BROWSER "GIMP help browser" on \ - MP "multiple processor support" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug -.endif - -.if defined(WITH_PYTHON) -USE_PYTHON= yes -# we need to manually include this, because USE_PYTHON is defined -# after including bsd.port.pre.mk -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygtk2 -CONFIGURE_ARGS+= --enable-python -PLIST_SUB+= PYTHON:="" -.else -CONFIGURE_ARGS+= --disable-python -PLIST_SUB+= PYTHON:="@comment " -.endif - -.if defined(WITHOUT_RSVG) -CONFIGURE_ARGS+= --without-librsvg -PLIST_SUB+= SVG="@comment " -.else -USE_GNOME+= librsvg2 -PLIST_SUB+= SVG="" -.endif - -.if defined(WITHOUT_PRINT) -CONFIGURE_ARGS+= --disable-print -PLIST_SUB+= PRINT="@comment " -.else -LIB_DEPENDS+= gimpprint.2:${PORTSDIR}/print/gimp-print -PLIST_SUB+= PRINT="" -.endif - -.if defined(WITH_MP) -CONFIGURE_ARGS+= --enable-mp -.endif - -.if ${HAVE_GNOME:Mgnomepanel}!="" -USE_GNOME+= gnomepanel desktopfileutils -CONFIGURE_ARGS+= --with-desktop-dir=${LOCALBASE}/share/gnome -CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} -PKGNAMESUFFIX:= -gnome -PLIST_SUB+= GNOMEPANEL:="" -GNOME_ENABLED= yes -.else -PLIST_SUB+= GNOMEPANEL:="@comment " -CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} -.endif - -.if defined(WITH_HTML_HELP_BROWSER) -USE_GNOME+= libgtkhtml -PLIST_SUB+= HELPBROWSER:="" -.else -PLIST_SUB+= HELPBROWSER:="@comment " -post-patch: - @${REINPLACE_CMD} -e 's|\(have_gtkhtml2=\)yes|\1no|' ${WRKSRC}/configure -.endif - -.if defined(GNOME_ENABLED) -post-install: - @-update-desktop-database -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/gimp/distinfo b/graphics/gimp/distinfo deleted file mode 100644 index b3e8ef4f1..000000000 --- a/graphics/gimp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gimp-2.2.13.tar.bz2) = d84a4a476a0c4fae24602db67f6fe49a -SHA256 (gimp-2.2.13.tar.bz2) = d0273a3133461f5531bfa17ee24419abfe1f21121b03ef99195a2371a79b2ed7 -SIZE (gimp-2.2.13.tar.bz2) = 12930670 diff --git a/graphics/gimp/files/patch-aa b/graphics/gimp/files/patch-aa deleted file mode 100644 index 411ac92c9..000000000 --- a/graphics/gimp/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- app/main.c.orig Sun Oct 5 09:16:02 2003 -+++ app/main.c Mon Oct 6 12:14:34 2003 -@@ -23,6 +23,7 @@ - #include <signal.h> - #include <string.h> - #include <sys/types.h> -+#include <floatingpoint.h> - - #ifdef HAVE_SYS_WAIT_H - #include <sys/wait.h> -@@ -113,6 +114,9 @@ - /* Initialize variables */ - - full_prog_name = argv[0]; -+ -+ /* Ignore floating point exceptions */ -+ fpsetmask(0); - - /* Initialize i18n support */ - diff --git a/graphics/gimp/files/patch-am b/graphics/gimp/files/patch-am deleted file mode 100644 index 45c58cbe5..000000000 --- a/graphics/gimp/files/patch-am +++ /dev/null @@ -1,19 +0,0 @@ ---- libgimp/gimp.c.orig Fri May 12 12:37:27 2000 -+++ libgimp/gimp.c Thu May 18 16:42:21 2000 -@@ -26,6 +26,7 @@ - #include <stdlib.h> - #include <string.h> - #include <sys/types.h> -+#include <floatingpoint.h> - - #ifdef HAVE_SYS_TIME_H - #include <sys/time.h> -@@ -211,6 +212,9 @@ - } - - progname = argv[0]; -+ -+ /* Ignore floating point exceptions */ -+ fpsetmask(0); - - g_set_prgname (g_basename (progname)); diff --git a/graphics/gimp/files/patch-configure b/graphics/gimp/files/patch-configure deleted file mode 100644 index da42f67f8..000000000 --- a/graphics/gimp/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.orig Sun Mar 6 15:30:12 2005 -+++ configure Sun Mar 6 15:33:57 2005 -@@ -25925,6 +25925,7 @@ - if test "x$enable_gtktest" = "xyes" ; then - ac_save_CFLAGS="$CFLAGS" - ac_save_LIBS="$LIBS" -+ GTK_LIBS="$GIMP_THREAD_LIBS $GTK_LIBS" - CFLAGS="$CFLAGS $GTK_CFLAGS" - LIBS="$GTK_LIBS $LIBS" - rm -f conf.gtktest -@@ -33865,9 +33866,9 @@ - fi - fi; - --gimpdatadir="$datadir/$PACKAGE/2.0" --gimpplugindir="$libdir/$PACKAGE/2.0" --gimpsysconfdir="$sysconfdir/$PACKAGE/2.0" -+gimpdatadir="$datadir/$PACKAGE" -+gimpplugindir="$libexecdir/$PACKAGE/2.2" -+gimpsysconfdir="$sysconfdir/$PACKAGE/2.2" - - localedir='${prefix}/${DATADIRNAME}/locale' - diff --git a/graphics/gimp/files/patch-gimptool-2.0.in b/graphics/gimp/files/patch-gimptool-2.0.in deleted file mode 100644 index 3ee0f17b8..000000000 --- a/graphics/gimp/files/patch-gimptool-2.0.in +++ /dev/null @@ -1,26 +0,0 @@ ---- gimptool-2.0.in.orig Tue Jan 15 12:21:05 2002 -+++ gimptool-2.0.in Fri May 17 20:46:18 2002 -@@ -215,19 +215,19 @@ - | --uninstall-script | --uninstall-admin-script ) - case $1 in - --*install-bin) -- install_cmd="@INSTALL_PROGRAM@" -+ install_cmd="@INSTALL_SCRIPT@" - install_dir="$HOME/@gimpdir@/plug-ins" - ;; - --install-bin-strip) -- install_cmd="@INSTALL_PROGRAM@ -s" -+ install_cmd="@INSTALL_SCRIPT@ -s" - install_dir="$HOME/@gimpdir@/plug-ins" - ;; - --*install-admin-bin) -- install_cmd="@INSTALL_PROGRAM@" -+ install_cmd="@INSTALL_SCRIPT@" - install_dir="$gimpplugindir/plug-ins" - ;; - --install-admin-bin-strip) -- install_cmd="@INSTALL_PROGRAM@ -s" -+ install_cmd="@INSTALL_SCRIPT@ -s" - install_dir="$gimpplugindir/plug-ins" - ;; - --*install-script) diff --git a/graphics/gimp/files/patch-plug-ins_common_url.c b/graphics/gimp/files/patch-plug-ins_common_url.c deleted file mode 100644 index bceff6df1..000000000 --- a/graphics/gimp/files/patch-plug-ins_common_url.c +++ /dev/null @@ -1,17 +0,0 @@ ---- plug-ins/common/url.c.orig Wed Dec 28 13:56:48 2005 -+++ plug-ins/common/url.c Wed Dec 28 13:58:33 2005 -@@ -186,10 +186,10 @@ - putenv ("LANG=C"); - #endif - -- execlp ("wget", -- "wget", "-v", "-e", "server-response=off", "-T", TIMEOUT, -- filename, "-O", tmpname, NULL); -- g_message ("exec() failed: wget: %s", g_strerror (errno)); -+ execlp ("fetch", -+ "fetch", "-T", TIMEOUT, -+ filename, "-p", "-o", tmpname, NULL); -+ g_message ("exec() failed: fetch: %s", g_strerror (errno)); - g_free (tmpname); - _exit (127); - } diff --git a/graphics/gimp/files/patch-plug-ins_print_print.c b/graphics/gimp/files/patch-plug-ins_print_print.c deleted file mode 100644 index 36f4bf714..000000000 --- a/graphics/gimp/files/patch-plug-ins_print_print.c +++ /dev/null @@ -1,11 +0,0 @@ ---- plug-ins/print/print.c.orig Tue Dec 26 07:43:54 2000 -+++ plug-ins/print/print.c Tue Dec 26 07:44:07 2000 -@@ -1417,7 +1417,7 @@ - - if (i < (sizeof(lpcs) / sizeof(lpcs[0]))) - { -- strcat(command, " status < /dev/null"); -+ strcat(command, " status all < /dev/null"); - type = PRINTERS_LPC; - } - else diff --git a/graphics/gimp/pkg-descr b/graphics/gimp/pkg-descr deleted file mode 100644 index 4d7f49925..000000000 --- a/graphics/gimp/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -The GIMP is designed to provide an intuitive graphical interface to a -variety of image editing operations. Here is a list of the GIMP's -major features: - - Image editing - ------------- - - * Selection tools including rectangle, ellipse, free, fuzzy, bezier - and intelligent. - * Transformation tools including rotate, scale, shear and flip. - * Painting tools including bucket, brush, airbrush, clone, convolve, - blend and text. - * Effects filters (such as blur, edge detect). - * Channel & color operations (such as add, composite, decompose). - * Plug-ins which allow for the easy addition of new file formats and - new effect filters. - * Multiple undo/redo. - -WWW: http://www.gimp.org/ diff --git a/graphics/gimp/pkg-plist b/graphics/gimp/pkg-plist deleted file mode 100644 index 6946abf9f..000000000 --- a/graphics/gimp/pkg-plist +++ /dev/null @@ -1,1971 +0,0 @@ -bin/gimp -bin/gimp-2.2 -bin/gimp-remote -bin/gimp-remote-2.2 -bin/gimptool-2.0 -etc/gimp/2.2/controllerrc -etc/gimp/2.2/gimprc -etc/gimp/2.2/gtkrc -etc/gimp/2.2/ps-menurc -etc/gimp/2.2/sessionrc -etc/gimp/2.2/templaterc -etc/gimp/2.2/unitrc -include/gimp-2.0/libgimp/gimp.h -include/gimp-2.0/libgimp/gimp_pdb.h -include/gimp-2.0/libgimp/gimpaspectpreview.h -include/gimp-2.0/libgimp/gimpbrush_pdb.h -include/gimp-2.0/libgimp/gimpbrushes.h -include/gimp-2.0/libgimp/gimpbrushes_pdb.h -include/gimp-2.0/libgimp/gimpbrushmenu.h -include/gimp-2.0/libgimp/gimpbrushselect.h -include/gimp-2.0/libgimp/gimpbrushselect_pdb.h -include/gimp-2.0/libgimp/gimpchannel.h -include/gimp-2.0/libgimp/gimpchannel_pdb.h -include/gimp-2.0/libgimp/gimpcolor_pdb.h -include/gimp-2.0/libgimp/gimpcompat.h -include/gimp-2.0/libgimp/gimpcontext_pdb.h -include/gimp-2.0/libgimp/gimpconvert_pdb.h -include/gimp-2.0/libgimp/gimpdisplay_pdb.h -include/gimp-2.0/libgimp/gimpdrawable.h -include/gimp-2.0/libgimp/gimpdrawable_pdb.h -include/gimp-2.0/libgimp/gimpdrawablecombobox.h -include/gimp-2.0/libgimp/gimpdrawablepreview.h -include/gimp-2.0/libgimp/gimpdrawabletransform_pdb.h -include/gimp-2.0/libgimp/gimpedit_pdb.h -include/gimp-2.0/libgimp/gimpenums.h -include/gimp-2.0/libgimp/gimpexport.h -include/gimp-2.0/libgimp/gimpfileops_pdb.h -include/gimp-2.0/libgimp/gimpfloatingsel_pdb.h -include/gimp-2.0/libgimp/gimpfontmenu.h -include/gimp-2.0/libgimp/gimpfonts_pdb.h -include/gimp-2.0/libgimp/gimpfontselect.h -include/gimp-2.0/libgimp/gimpfontselect_pdb.h -include/gimp-2.0/libgimp/gimpgimprc_pdb.h -include/gimp-2.0/libgimp/gimpgradient_pdb.h -include/gimp-2.0/libgimp/gimpgradientmenu.h -include/gimp-2.0/libgimp/gimpgradients.h -include/gimp-2.0/libgimp/gimpgradients_pdb.h -include/gimp-2.0/libgimp/gimpgradientselect.h -include/gimp-2.0/libgimp/gimpgradientselect_pdb.h -include/gimp-2.0/libgimp/gimpguides_pdb.h -include/gimp-2.0/libgimp/gimphelp_pdb.h -include/gimp-2.0/libgimp/gimpimage.h -include/gimp-2.0/libgimp/gimpimage_pdb.h -include/gimp-2.0/libgimp/gimpimagecombobox.h -include/gimp-2.0/libgimp/gimplayer.h -include/gimp-2.0/libgimp/gimplayer_pdb.h -include/gimp-2.0/libgimp/gimpmenu.h -include/gimp-2.0/libgimp/gimpmessage_pdb.h -include/gimp-2.0/libgimp/gimpmisc_pdb.h -include/gimp-2.0/libgimp/gimppainttools_pdb.h -include/gimp-2.0/libgimp/gimppalette.h -include/gimp-2.0/libgimp/gimppalette_pdb.h -include/gimp-2.0/libgimp/gimppalettemenu.h -include/gimp-2.0/libgimp/gimppalettes.h -include/gimp-2.0/libgimp/gimppalettes_pdb.h -include/gimp-2.0/libgimp/gimppaletteselect.h -include/gimp-2.0/libgimp/gimppaletteselect_pdb.h -include/gimp-2.0/libgimp/gimpparasite_pdb.h -include/gimp-2.0/libgimp/gimppaths_pdb.h -include/gimp-2.0/libgimp/gimppattern_pdb.h -include/gimp-2.0/libgimp/gimppatternmenu.h -include/gimp-2.0/libgimp/gimppatterns.h -include/gimp-2.0/libgimp/gimppatterns_pdb.h -include/gimp-2.0/libgimp/gimppatternselect.h -include/gimp-2.0/libgimp/gimppatternselect_pdb.h -include/gimp-2.0/libgimp/gimppixbuf.h -include/gimp-2.0/libgimp/gimppixelfetcher.h -include/gimp-2.0/libgimp/gimppixelrgn.h -include/gimp-2.0/libgimp/gimpplugin.h -include/gimp-2.0/libgimp/gimpplugin_pdb.h -include/gimp-2.0/libgimp/gimpproceduraldb.h -include/gimp-2.0/libgimp/gimpproceduraldb_pdb.h -include/gimp-2.0/libgimp/gimpprogress.h -include/gimp-2.0/libgimp/gimpprogress_pdb.h -include/gimp-2.0/libgimp/gimpprogressbar.h -include/gimp-2.0/libgimp/gimpregioniterator.h -include/gimp-2.0/libgimp/gimpselection.h -include/gimp-2.0/libgimp/gimpselection_pdb.h -include/gimp-2.0/libgimp/gimpselectiontools_pdb.h -include/gimp-2.0/libgimp/gimptexttool_pdb.h -include/gimp-2.0/libgimp/gimptile.h -include/gimp-2.0/libgimp/gimptransformtools_pdb.h -include/gimp-2.0/libgimp/gimptypes.h -include/gimp-2.0/libgimp/gimpui.h -include/gimp-2.0/libgimp/gimpuitypes.h -include/gimp-2.0/libgimp/gimpundo_pdb.h -include/gimp-2.0/libgimp/gimpunit_pdb.h -include/gimp-2.0/libgimpbase/gimpbase.h -include/gimp-2.0/libgimpbase/gimpbaseenums.h -include/gimp-2.0/libgimpbase/gimpbasetypes.h -include/gimp-2.0/libgimpbase/gimpchecks.h -include/gimp-2.0/libgimpbase/gimpdatafiles.h -include/gimp-2.0/libgimpbase/gimpenv.h -include/gimp-2.0/libgimpbase/gimplimits.h -include/gimp-2.0/libgimpbase/gimpmemsize.h -include/gimp-2.0/libgimpbase/gimpparasite.h -include/gimp-2.0/libgimpbase/gimpparasiteio.h -include/gimp-2.0/libgimpbase/gimpsignal.h -include/gimp-2.0/libgimpbase/gimpunit.h -include/gimp-2.0/libgimpbase/gimputils.h -include/gimp-2.0/libgimpbase/gimpversion.h -include/gimp-2.0/libgimpcolor/gimpadaptivesupersample.h -include/gimp-2.0/libgimpcolor/gimpbilinear.h -include/gimp-2.0/libgimpcolor/gimpcmyk.h -include/gimp-2.0/libgimpcolor/gimpcolor.h -include/gimp-2.0/libgimpcolor/gimpcolorspace.h -include/gimp-2.0/libgimpcolor/gimpcolortypes.h -include/gimp-2.0/libgimpcolor/gimphsv.h -include/gimp-2.0/libgimpcolor/gimprgb.h -include/gimp-2.0/libgimpmath/gimpmath.h -include/gimp-2.0/libgimpmath/gimpmathtypes.h -include/gimp-2.0/libgimpmath/gimpmatrix.h -include/gimp-2.0/libgimpmath/gimpmd5.h -include/gimp-2.0/libgimpmath/gimpvector.h -include/gimp-2.0/libgimpmodule/gimpmodule.h -include/gimp-2.0/libgimpmodule/gimpmoduledb.h -include/gimp-2.0/libgimpmodule/gimpmoduletypes.h -include/gimp-2.0/libgimpthumb/gimpthumb-enums.h -include/gimp-2.0/libgimpthumb/gimpthumb-error.h -include/gimp-2.0/libgimpthumb/gimpthumb-types.h -include/gimp-2.0/libgimpthumb/gimpthumb-utils.h -include/gimp-2.0/libgimpthumb/gimpthumb.h -include/gimp-2.0/libgimpthumb/gimpthumbnail.h -include/gimp-2.0/libgimpwidgets/gimpbutton.h -include/gimp-2.0/libgimpwidgets/gimpcellrenderercolor.h -include/gimp-2.0/libgimpwidgets/gimpcellrenderertoggle.h -include/gimp-2.0/libgimpwidgets/gimpchainbutton.h -include/gimp-2.0/libgimpwidgets/gimpcolorarea.h -include/gimp-2.0/libgimpwidgets/gimpcolorbutton.h -include/gimp-2.0/libgimpwidgets/gimpcolordisplay.h -include/gimp-2.0/libgimpwidgets/gimpcolordisplaystack.h -include/gimp-2.0/libgimpwidgets/gimpcolorhexentry.h -include/gimp-2.0/libgimpwidgets/gimpcolornotebook.h -include/gimp-2.0/libgimpwidgets/gimpcolorscale.h -include/gimp-2.0/libgimpwidgets/gimpcolorscales.h -include/gimp-2.0/libgimpwidgets/gimpcolorselect.h -include/gimp-2.0/libgimpwidgets/gimpcolorselection.h -include/gimp-2.0/libgimpwidgets/gimpcolorselector.h -include/gimp-2.0/libgimpwidgets/gimpcontroller.h -include/gimp-2.0/libgimpwidgets/gimpdialog.h -include/gimp-2.0/libgimpwidgets/gimpfileentry.h -include/gimp-2.0/libgimpwidgets/gimpframe.h -include/gimp-2.0/libgimpwidgets/gimphelpui.h -include/gimp-2.0/libgimpwidgets/gimpintcombobox.h -include/gimp-2.0/libgimpwidgets/gimpintstore.h -include/gimp-2.0/libgimpwidgets/gimpmemsizeentry.h -include/gimp-2.0/libgimpwidgets/gimpoffsetarea.h -include/gimp-2.0/libgimpwidgets/gimpoldwidgets.h -include/gimp-2.0/libgimpwidgets/gimppatheditor.h -include/gimp-2.0/libgimpwidgets/gimppickbutton.h -include/gimp-2.0/libgimpwidgets/gimppixmap.h -include/gimp-2.0/libgimpwidgets/gimppreview.h -include/gimp-2.0/libgimpwidgets/gimppreviewarea.h -include/gimp-2.0/libgimpwidgets/gimpquerybox.h -include/gimp-2.0/libgimpwidgets/gimpscrolledpreview.h -include/gimp-2.0/libgimpwidgets/gimpsizeentry.h -include/gimp-2.0/libgimpwidgets/gimpstock.h -include/gimp-2.0/libgimpwidgets/gimpunitmenu.h -include/gimp-2.0/libgimpwidgets/gimpwidgets.h -include/gimp-2.0/libgimpwidgets/gimpwidgetstypes.h -libexec/gimp/2.2/environ/default.env -%%PYTHON:%%libexec/gimp/2.2/environ/pygimp.env -%%PYTHON:%%libexec/gimp/2.2/python/pygimp-logo.png -libexec/gimp/2.2/modules/libcdisplay_colorblind.a -libexec/gimp/2.2/modules/libcdisplay_colorblind.la -libexec/gimp/2.2/modules/libcdisplay_colorblind.so -libexec/gimp/2.2/modules/libcdisplay_gamma.a -libexec/gimp/2.2/modules/libcdisplay_gamma.la -libexec/gimp/2.2/modules/libcdisplay_gamma.so -libexec/gimp/2.2/modules/libcdisplay_highcontrast.a -libexec/gimp/2.2/modules/libcdisplay_highcontrast.la -libexec/gimp/2.2/modules/libcdisplay_highcontrast.so -libexec/gimp/2.2/modules/libcdisplay_proof.a -libexec/gimp/2.2/modules/libcdisplay_proof.la -libexec/gimp/2.2/modules/libcdisplay_proof.so -libexec/gimp/2.2/modules/libcolorsel_cmyk.a -libexec/gimp/2.2/modules/libcolorsel_cmyk.la -libexec/gimp/2.2/modules/libcolorsel_cmyk.so -libexec/gimp/2.2/modules/libcolorsel_triangle.a -libexec/gimp/2.2/modules/libcolorsel_triangle.la -libexec/gimp/2.2/modules/libcolorsel_triangle.so -libexec/gimp/2.2/modules/libcolorsel_water.a -libexec/gimp/2.2/modules/libcolorsel_water.la -libexec/gimp/2.2/modules/libcolorsel_water.so -libexec/gimp/2.2/modules/libcontroller_midi.a -libexec/gimp/2.2/modules/libcontroller_midi.la -libexec/gimp/2.2/modules/libcontroller_midi.so -libexec/gimp/2.2/plug-ins/AlienMap2 -libexec/gimp/2.2/plug-ins/CEL -libexec/gimp/2.2/plug-ins/CML_explorer -libexec/gimp/2.2/plug-ins/FractalExplorer -libexec/gimp/2.2/plug-ins/Lighting -libexec/gimp/2.2/plug-ins/MapObject -libexec/gimp/2.2/plug-ins/aa -libexec/gimp/2.2/plug-ins/align_layers -libexec/gimp/2.2/plug-ins/animationplay -libexec/gimp/2.2/plug-ins/animoptimize -libexec/gimp/2.2/plug-ins/apply_lens -libexec/gimp/2.2/plug-ins/autocrop -libexec/gimp/2.2/plug-ins/autostretch_hsv -libexec/gimp/2.2/plug-ins/blinds -libexec/gimp/2.2/plug-ins/blur -libexec/gimp/2.2/plug-ins/bmp -libexec/gimp/2.2/plug-ins/borderaverage -libexec/gimp/2.2/plug-ins/bumpmap -libexec/gimp/2.2/plug-ins/c_astretch -libexec/gimp/2.2/plug-ins/cartoon -libexec/gimp/2.2/plug-ins/ccanalyze -libexec/gimp/2.2/plug-ins/channel_mixer -libexec/gimp/2.2/plug-ins/checkerboard -%%PYTHON:%%libexec/gimp/2.2/plug-ins/clothify.py -libexec/gimp/2.2/plug-ins/color_enhance -libexec/gimp/2.2/plug-ins/colorify -%%PYTHON:%%libexec/gimp/2.2/plug-ins/colorxhtml.py -libexec/gimp/2.2/plug-ins/colortoalpha -libexec/gimp/2.2/plug-ins/compose -libexec/gimp/2.2/plug-ins/compressor -libexec/gimp/2.2/plug-ins/convmatrix -libexec/gimp/2.2/plug-ins/csource -libexec/gimp/2.2/plug-ins/cubism -libexec/gimp/2.2/plug-ins/curve_bend -libexec/gimp/2.2/plug-ins/decompose -libexec/gimp/2.2/plug-ins/deinterlace -libexec/gimp/2.2/plug-ins/depthmerge -libexec/gimp/2.2/plug-ins/despeckle -libexec/gimp/2.2/plug-ins/destripe -libexec/gimp/2.2/plug-ins/dicom -libexec/gimp/2.2/plug-ins/diffraction -libexec/gimp/2.2/plug-ins/displace -libexec/gimp/2.2/plug-ins/dog -libexec/gimp/2.2/plug-ins/edge -libexec/gimp/2.2/plug-ins/emboss -libexec/gimp/2.2/plug-ins/engrave -libexec/gimp/2.2/plug-ins/exchange -libexec/gimp/2.2/plug-ins/faxg3 -libexec/gimp/2.2/plug-ins/film -libexec/gimp/2.2/plug-ins/fits -libexec/gimp/2.2/plug-ins/flame -libexec/gimp/2.2/plug-ins/flarefx -%%PYTHON:%%libexec/gimp/2.2/plug-ins/foggify.py -libexec/gimp/2.2/plug-ins/fp -libexec/gimp/2.2/plug-ins/fractaltrace -libexec/gimp/2.2/plug-ins/gauss -libexec/gimp/2.2/plug-ins/gbr -libexec/gimp/2.2/plug-ins/gee -libexec/gimp/2.2/plug-ins/gee_zoom -libexec/gimp/2.2/plug-ins/gfig -libexec/gimp/2.2/plug-ins/gflare -libexec/gimp/2.2/plug-ins/gfli -libexec/gimp/2.2/plug-ins/gif -libexec/gimp/2.2/plug-ins/gifload -libexec/gimp/2.2/plug-ins/gih -%%PYTHON:%%libexec/gimp/2.2/plug-ins/gimpcons.py -libexec/gimp/2.2/plug-ins/gimpressionist -libexec/gimp/2.2/plug-ins/glasstile -libexec/gimp/2.2/plug-ins/glob -libexec/gimp/2.2/plug-ins/gqbist -libexec/gimp/2.2/plug-ins/gradmap -libexec/gimp/2.2/plug-ins/grid -%%PYTHON:%%libexec/gimp/2.2/plug-ins/gtkcons.py -libexec/gimp/2.2/plug-ins/gtm -libexec/gimp/2.2/plug-ins/guillotine -libexec/gimp/2.2/plug-ins/header -libexec/gimp/2.2/plug-ins/help -%%HELPBROWSER:%%libexec/gimp/2.2/plug-ins/helpbrowser -libexec/gimp/2.2/plug-ins/hot -libexec/gimp/2.2/plug-ins/ifscompose -libexec/gimp/2.2/plug-ins/illusion -libexec/gimp/2.2/plug-ins/imagemap -libexec/gimp/2.2/plug-ins/iwarp -libexec/gimp/2.2/plug-ins/jigsaw -libexec/gimp/2.2/plug-ins/jpeg -libexec/gimp/2.2/plug-ins/laplace -libexec/gimp/2.2/plug-ins/lic -libexec/gimp/2.2/plug-ins/mail -libexec/gimp/2.2/plug-ins/mapcolor -libexec/gimp/2.2/plug-ins/max_rgb -libexec/gimp/2.2/plug-ins/maze -libexec/gimp/2.2/plug-ins/mblur -libexec/gimp/2.2/plug-ins/mng -libexec/gimp/2.2/plug-ins/mosaic -libexec/gimp/2.2/plug-ins/neon -libexec/gimp/2.2/plug-ins/newsprint -libexec/gimp/2.2/plug-ins/nlfilt -libexec/gimp/2.2/plug-ins/noisify -libexec/gimp/2.2/plug-ins/normalize -libexec/gimp/2.2/plug-ins/nova -libexec/gimp/2.2/plug-ins/oilify -libexec/gimp/2.2/plug-ins/pagecurl -libexec/gimp/2.2/plug-ins/papertile -libexec/gimp/2.2/plug-ins/pat -libexec/gimp/2.2/plug-ins/pcx -%%PYTHON:%%libexec/gimp/2.2/plug-ins/pdbbrowse.py -libexec/gimp/2.2/plug-ins/photocopy -libexec/gimp/2.2/plug-ins/pix -libexec/gimp/2.2/plug-ins/pixelize -libexec/gimp/2.2/plug-ins/plasma -libexec/gimp/2.2/plug-ins/plugin-browser -libexec/gimp/2.2/plug-ins/png -libexec/gimp/2.2/plug-ins/pnm -libexec/gimp/2.2/plug-ins/polar -libexec/gimp/2.2/plug-ins/postscript -%%PRINT%%libexec/gimp/2.2/plug-ins/print -libexec/gimp/2.2/plug-ins/procedure-browser -libexec/gimp/2.2/plug-ins/psd -libexec/gimp/2.2/plug-ins/psd_save -libexec/gimp/2.2/plug-ins/psp -%%PYTHON:%%libexec/gimp/2.2/plug-ins/py-slice.py -libexec/gimp/2.2/plug-ins/randomize -libexec/gimp/2.2/plug-ins/raw -libexec/gimp/2.2/plug-ins/rcm -libexec/gimp/2.2/plug-ins/retinex -libexec/gimp/2.2/plug-ins/ripple -libexec/gimp/2.2/plug-ins/rotate -libexec/gimp/2.2/plug-ins/sample_colorize -libexec/gimp/2.2/plug-ins/scatter_hsv -libexec/gimp/2.2/plug-ins/screenshot -libexec/gimp/2.2/plug-ins/script-fu -%%PYTHON:%%libexec/gimp/2.2/plug-ins/shadow_bevel.py -libexec/gimp/2.2/plug-ins/sel2path -libexec/gimp/2.2/plug-ins/sel_gauss -libexec/gimp/2.2/plug-ins/semiflatten -libexec/gimp/2.2/plug-ins/sgi -libexec/gimp/2.2/plug-ins/sharpen -libexec/gimp/2.2/plug-ins/shift -libexec/gimp/2.2/plug-ins/sinus -libexec/gimp/2.2/plug-ins/smooth_palette -libexec/gimp/2.2/plug-ins/snoise -libexec/gimp/2.2/plug-ins/sobel -libexec/gimp/2.2/plug-ins/softglow -libexec/gimp/2.2/plug-ins/sparkle -libexec/gimp/2.2/plug-ins/spheredesigner -libexec/gimp/2.2/plug-ins/spread -libexec/gimp/2.2/plug-ins/struc -libexec/gimp/2.2/plug-ins/sunras -%%SVG%%libexec/gimp/2.2/plug-ins/svg -libexec/gimp/2.2/plug-ins/tga -libexec/gimp/2.2/plug-ins/threshold_alpha -libexec/gimp/2.2/plug-ins/tiff -libexec/gimp/2.2/plug-ins/tile -libexec/gimp/2.2/plug-ins/tileit -libexec/gimp/2.2/plug-ins/tiler -libexec/gimp/2.2/plug-ins/uniteditor -libexec/gimp/2.2/plug-ins/unsharp -libexec/gimp/2.2/plug-ins/url -libexec/gimp/2.2/plug-ins/video -libexec/gimp/2.2/plug-ins/vinvert -libexec/gimp/2.2/plug-ins/vpropagate -libexec/gimp/2.2/plug-ins/warp -libexec/gimp/2.2/plug-ins/waves -libexec/gimp/2.2/plug-ins/webbrowser -%%PYTHON:%%libexec/gimp/2.2/plug-ins/whirlpinch.py -libexec/gimp/2.2/plug-ins/whirlpinch -libexec/gimp/2.2/plug-ins/wind -libexec/gimp/2.2/plug-ins/winicon -libexec/gimp/2.2/plug-ins/wmf -libexec/gimp/2.2/plug-ins/xbm -libexec/gimp/2.2/plug-ins/xjt -libexec/gimp/2.2/plug-ins/xpm -libexec/gimp/2.2/plug-ins/xwd -libexec/gimp/2.2/plug-ins/zealouscrop -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpmodule.so -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowsermodule.so -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.pyo -lib/libgimp-2.0.a -lib/libgimp-2.0.la -lib/libgimp-2.0.so -lib/libgimp-2.0.so.%%SHLIBVER%% -lib/libgimpbase-2.0.a -lib/libgimpbase-2.0.la -lib/libgimpbase-2.0.so -lib/libgimpbase-2.0.so.%%SHLIBVER%% -lib/libgimpcolor-2.0.a -lib/libgimpcolor-2.0.la -lib/libgimpcolor-2.0.so -lib/libgimpcolor-2.0.so.%%SHLIBVER%% -lib/libgimpmath-2.0.a -lib/libgimpmath-2.0.la -lib/libgimpmath-2.0.so -lib/libgimpmath-2.0.so.%%SHLIBVER%% -lib/libgimpmodule-2.0.a -lib/libgimpmodule-2.0.la -lib/libgimpmodule-2.0.so -lib/libgimpmodule-2.0.so.%%SHLIBVER%% -lib/libgimpthumb-2.0.a -lib/libgimpthumb-2.0.la -lib/libgimpthumb-2.0.so -lib/libgimpthumb-2.0.so.%%SHLIBVER%% -lib/libgimpui-2.0.a -lib/libgimpui-2.0.la -lib/libgimpui-2.0.so -lib/libgimpui-2.0.so.%%SHLIBVER%% -lib/libgimpwidgets-2.0.a -lib/libgimpwidgets-2.0.la -lib/libgimpwidgets-2.0.so -lib/libgimpwidgets-2.0.so.%%SHLIBVER%% -libdata/pkgconfig/gimp-2.0.pc -libdata/pkgconfig/gimpthumb-2.0.pc -libdata/pkgconfig/gimpui-2.0.pc -share/aclocal/gimp-2.0.m4 -%%DOCSDIR%%/libgimp/GimpAspectPreview.html -%%DOCSDIR%%/libgimp/GimpDrawablePreview.html -%%DOCSDIR%%/libgimp/GimpProgressBar.html -%%DOCSDIR%%/libgimp/gimpdefinitions.html -%%DOCSDIR%%/libgimp/home.png -%%DOCSDIR%%/libgimp/index.html -%%DOCSDIR%%/libgimp/index.sgml -%%DOCSDIR%%/libgimp/left.png -%%DOCSDIR%%/libgimp/libgimp-data.html -%%DOCSDIR%%/libgimp/libgimp-general.html -%%DOCSDIR%%/libgimp/libgimp-gimp.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrush.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrushes.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrushmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrushselect.html -%%DOCSDIR%%/libgimp/libgimp-gimpchannel.html -%%DOCSDIR%%/libgimp/libgimp-gimpcolor.html -%%DOCSDIR%%/libgimp/libgimp-gimpcontext.html -%%DOCSDIR%%/libgimp/libgimp-gimpconvert.html -%%DOCSDIR%%/libgimp/libgimp-gimpdisplay.html -%%DOCSDIR%%/libgimp/libgimp-gimpdrawable.html -%%DOCSDIR%%/libgimp/libgimp-gimpdrawablecombobox.html -%%DOCSDIR%%/libgimp/libgimp-gimpdrawabletransform.html -%%DOCSDIR%%/libgimp/libgimp-gimpedit.html -%%DOCSDIR%%/libgimp/libgimp-gimpenums.html -%%DOCSDIR%%/libgimp/libgimp-gimpexport.html -%%DOCSDIR%%/libgimp/libgimp-gimpfileops.html -%%DOCSDIR%%/libgimp/libgimp-gimpfloatingsel.html -%%DOCSDIR%%/libgimp/libgimp-gimpfontmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpfonts.html -%%DOCSDIR%%/libgimp/libgimp-gimpfontselect.html -%%DOCSDIR%%/libgimp/libgimp-gimpgimprc.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradient.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradientmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradients.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradientselect.html -%%DOCSDIR%%/libgimp/libgimp-gimpguides.html -%%DOCSDIR%%/libgimp/libgimp-gimphelp.html -%%DOCSDIR%%/libgimp/libgimp-gimpimage.html -%%DOCSDIR%%/libgimp/libgimp-gimpimagecombobox.html -%%DOCSDIR%%/libgimp/libgimp-gimplayer.html -%%DOCSDIR%%/libgimp/libgimp-gimpmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpmessage.html -%%DOCSDIR%%/libgimp/libgimp-gimppalette.html -%%DOCSDIR%%/libgimp/libgimp-gimppalettemenu.html -%%DOCSDIR%%/libgimp/libgimp-gimppalettes.html -%%DOCSDIR%%/libgimp/libgimp-gimppaletteselect.html -%%DOCSDIR%%/libgimp/libgimp-gimppaths.html -%%DOCSDIR%%/libgimp/libgimp-gimppattern.html -%%DOCSDIR%%/libgimp/libgimp-gimppatternmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimppatterns.html -%%DOCSDIR%%/libgimp/libgimp-gimppatternselect.html -%%DOCSDIR%%/libgimp/libgimp-gimppixbuf.html -%%DOCSDIR%%/libgimp/libgimp-gimppixelfetcher.html -%%DOCSDIR%%/libgimp/libgimp-gimppixelrgn.html -%%DOCSDIR%%/libgimp/libgimp-gimpplugin.html -%%DOCSDIR%%/libgimp/libgimp-gimpproceduraldb.html -%%DOCSDIR%%/libgimp/libgimp-gimpprogress.html -%%DOCSDIR%%/libgimp/libgimp-gimpregioniterator.html -%%DOCSDIR%%/libgimp/libgimp-gimpselection.html -%%DOCSDIR%%/libgimp/libgimp-gimptexttool.html -%%DOCSDIR%%/libgimp/libgimp-gimptile.html -%%DOCSDIR%%/libgimp/libgimp-gimptools.html -%%DOCSDIR%%/libgimp/libgimp-gimpui.html -%%DOCSDIR%%/libgimp/libgimp-gimpundo.html -%%DOCSDIR%%/libgimp/libgimp-image.html -%%DOCSDIR%%/libgimp/libgimp-selectors.html -%%DOCSDIR%%/libgimp/libgimp.devhelp -%%DOCSDIR%%/libgimp/libgimp.devhelp2 -%%DOCSDIR%%/libgimp/libgimp.html -%%DOCSDIR%%/libgimp/libgimpui-hierarchy.html -%%DOCSDIR%%/libgimp/libgimpui.html -%%DOCSDIR%%/libgimp/right.png -%%DOCSDIR%%/libgimp/style.css -%%DOCSDIR%%/libgimp/up.png -%%DOCSDIR%%/libgimpbase/home.png -%%DOCSDIR%%/libgimpbase/index.html -%%DOCSDIR%%/libgimpbase/index.sgml -%%DOCSDIR%%/libgimpbase/left.png -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbaseenums.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbasetypes.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpchecks.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpdatafiles.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpenv.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimplimits.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpmemsize.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparasite.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparasiteio.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpprotocol.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpsignal.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpunit.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimputils.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpversion.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpwire.html -%%DOCSDIR%%/libgimpbase/libgimpbase.devhelp -%%DOCSDIR%%/libgimpbase/libgimpbase.devhelp2 -%%DOCSDIR%%/libgimpbase/libgimpbase.html -%%DOCSDIR%%/libgimpbase/right.png -%%DOCSDIR%%/libgimpbase/style.css -%%DOCSDIR%%/libgimpbase/up.png -%%DOCSDIR%%/libgimpcolor/home.png -%%DOCSDIR%%/libgimpcolor/index.html -%%DOCSDIR%%/libgimpcolor/index.sgml -%%DOCSDIR%%/libgimpcolor/left.png -%%DOCSDIR%%/libgimpcolor/style.css -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpAdaptiveSupersample.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpBilinear.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpCMYK.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpColorSpace.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpHSV.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpRGB.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor.devhelp -%%DOCSDIR%%/libgimpcolor/libgimpcolor.html -%%DOCSDIR%%/libgimpcolor/right.png -%%DOCSDIR%%/libgimpcolor/up.png -%%DOCSDIR%%/libgimpmath/home.png -%%DOCSDIR%%/libgimpmath/index.html -%%DOCSDIR%%/libgimpmath/index.sgml -%%DOCSDIR%%/libgimpmath/left.png -%%DOCSDIR%%/libgimpmath/style.css -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMD5.html -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMath.html -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMatrix.html -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpVector.html -%%DOCSDIR%%/libgimpmath/libgimpmath.devhelp -%%DOCSDIR%%/libgimpmath/libgimpmath.html -%%DOCSDIR%%/libgimpmath/right.png -%%DOCSDIR%%/libgimpmath/up.png -%%DOCSDIR%%/libgimpmodule/GimpModule.html -%%DOCSDIR%%/libgimpmodule/GimpModuleDB.html -%%DOCSDIR%%/libgimpmodule/home.png -%%DOCSDIR%%/libgimpmodule/index.html -%%DOCSDIR%%/libgimpmodule/index.sgml -%%DOCSDIR%%/libgimpmodule/left.png -%%DOCSDIR%%/libgimpmodule/style.css -%%DOCSDIR%%/libgimpmodule/libgimpmodule.devhelp -%%DOCSDIR%%/libgimpmodule/libgimpmodule.html -%%DOCSDIR%%/libgimpmodule/right.png -%%DOCSDIR%%/libgimpmodule/up.png -%%DOCSDIR%%/libgimpthumb/GimpThumbnail.html -%%DOCSDIR%%/libgimpthumb/home.png -%%DOCSDIR%%/libgimpthumb/index.html -%%DOCSDIR%%/libgimpthumb/index.sgml -%%DOCSDIR%%/libgimpthumb/left.png -%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-enums.html -%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-error.html -%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-utils.html -%%DOCSDIR%%/libgimpthumb/libgimpthumb.devhelp -%%DOCSDIR%%/libgimpthumb/libgimpthumb.devhelp2 -%%DOCSDIR%%/libgimpthumb/libgimpthumb.html -%%DOCSDIR%%/libgimpthumb/right.png -%%DOCSDIR%%/libgimpthumb/style.css -%%DOCSDIR%%/libgimpthumb/up.png -%%DOCSDIR%%/libgimpwidgets/GimpButton.html -%%DOCSDIR%%/libgimpwidgets/GimpCellRendererColor.html -%%DOCSDIR%%/libgimpwidgets/GimpCellRendererToggle.html -%%DOCSDIR%%/libgimpwidgets/GimpChainButton.html -%%DOCSDIR%%/libgimpwidgets/GimpColorArea.html -%%DOCSDIR%%/libgimpwidgets/GimpColorButton.html -%%DOCSDIR%%/libgimpwidgets/GimpColorDisplay.html -%%DOCSDIR%%/libgimpwidgets/GimpColorDisplayStack.html -%%DOCSDIR%%/libgimpwidgets/GimpColorHexEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpColorNotebook.html -%%DOCSDIR%%/libgimpwidgets/GimpColorScale.html -%%DOCSDIR%%/libgimpwidgets/GimpColorScales.html -%%DOCSDIR%%/libgimpwidgets/GimpColorSelect.html -%%DOCSDIR%%/libgimpwidgets/GimpColorSelection.html -%%DOCSDIR%%/libgimpwidgets/GimpColorSelector.html -%%DOCSDIR%%/libgimpwidgets/GimpController.html -%%DOCSDIR%%/libgimpwidgets/GimpDialog.html -%%DOCSDIR%%/libgimpwidgets/GimpFileEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpFrame.html -%%DOCSDIR%%/libgimpwidgets/GimpIntComboBox.html -%%DOCSDIR%%/libgimpwidgets/GimpIntStore.html -%%DOCSDIR%%/libgimpwidgets/GimpMemsizeEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpOffsetArea.html -%%DOCSDIR%%/libgimpwidgets/GimpPathEditor.html -%%DOCSDIR%%/libgimpwidgets/GimpPickButton.html -%%DOCSDIR%%/libgimpwidgets/GimpPixmap.html -%%DOCSDIR%%/libgimpwidgets/GimpPreview.html -%%DOCSDIR%%/libgimpwidgets/GimpPreviewArea.html -%%DOCSDIR%%/libgimpwidgets/GimpSizeEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpUnitMenu.html -%%DOCSDIR%%/libgimpwidgets/home.png -%%DOCSDIR%%/libgimpwidgets/index.html -%%DOCSDIR%%/libgimpwidgets/index.sgml -%%DOCSDIR%%/libgimpwidgets/left.png -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpHelpUI.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpQueryBox.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpScrolledPreview.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpStock.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpWidgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-cell-renderers.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colordisplay.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colorselector.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-controller.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-deprecated.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-gimpoldwidgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-hierarchy.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-utils.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-widgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets.devhelp -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets.devhelp2 -%%DOCSDIR%%/libgimpwidgets/right.png -%%DOCSDIR%%/libgimpwidgets/stock-anchor-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cap-butt-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cap-round-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cap-square-16.png -%%DOCSDIR%%/libgimpwidgets/stock-center-16.png -%%DOCSDIR%%/libgimpwidgets/stock-center-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channels-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channels-24.png -%%DOCSDIR%%/libgimpwidgets/stock-char-picker-22.png -%%DOCSDIR%%/libgimpwidgets/stock-close-12.png -%%DOCSDIR%%/libgimpwidgets/stock-color-pick-from-screen-16.png -%%DOCSDIR%%/libgimpwidgets/stock-color-picker-black-18.png -%%DOCSDIR%%/libgimpwidgets/stock-color-picker-gray-18.png -%%DOCSDIR%%/libgimpwidgets/stock-color-picker-white-18.png -%%DOCSDIR%%/libgimpwidgets/stock-color-triangle-16.png -%%DOCSDIR%%/libgimpwidgets/stock-convert-grayscale-16.png -%%DOCSDIR%%/libgimpwidgets/stock-convert-indexed-16.png -%%DOCSDIR%%/libgimpwidgets/stock-convert-rgb-16.png -%%DOCSDIR%%/libgimpwidgets/stock-curve-free-16.png -%%DOCSDIR%%/libgimpwidgets/stock-curve-smooth-16.png -%%DOCSDIR%%/libgimpwidgets/stock-default-colors-12.png -%%DOCSDIR%%/libgimpwidgets/stock-device-status-16.png -%%DOCSDIR%%/libgimpwidgets/stock-device-status-24.png -%%DOCSDIR%%/libgimpwidgets/stock-display-filter-16.png -%%DOCSDIR%%/libgimpwidgets/stock-display-filter-24.png -%%DOCSDIR%%/libgimpwidgets/stock-duplicate-16.png -%%DOCSDIR%%/libgimpwidgets/stock-edit-16.png -%%DOCSDIR%%/libgimpwidgets/stock-error-64.png -%%DOCSDIR%%/libgimpwidgets/stock-eye-12.png -%%DOCSDIR%%/libgimpwidgets/stock-eye-20.png -%%DOCSDIR%%/libgimpwidgets/stock-flip-horizontal-16.png -%%DOCSDIR%%/libgimpwidgets/stock-flip-vertical-16.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-16.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-24.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-32.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-48.png -%%DOCSDIR%%/libgimpwidgets/stock-frame-64.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-bilinear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-conical-asymmetric-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-conical-symmetric-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-linear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-radial-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-angular-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-dimpled-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-spherical-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-spiral-anticlockwise-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-spiral-clockwise-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-square-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-east-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-east-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-west-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-east-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-west-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-west-24.png -%%DOCSDIR%%/libgimpwidgets/stock-grid-16.png -%%DOCSDIR%%/libgimpwidgets/stock-hchain-24.png -%%DOCSDIR%%/libgimpwidgets/stock-hchain-broken-24.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-16.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-22.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-linear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-logarithmic-16.png -%%DOCSDIR%%/libgimpwidgets/stock-image-16.png -%%DOCSDIR%%/libgimpwidgets/stock-image-24.png -%%DOCSDIR%%/libgimpwidgets/stock-image-32.png -%%DOCSDIR%%/libgimpwidgets/stock-image-48.png -%%DOCSDIR%%/libgimpwidgets/stock-images-16.png -%%DOCSDIR%%/libgimpwidgets/stock-images-24.png -%%DOCSDIR%%/libgimpwidgets/stock-indexed-palette-16.png -%%DOCSDIR%%/libgimpwidgets/stock-indexed-palette-24.png -%%DOCSDIR%%/libgimpwidgets/stock-info-16.png -%%DOCSDIR%%/libgimpwidgets/stock-info-24.png -%%DOCSDIR%%/libgimpwidgets/stock-info-64.png -%%DOCSDIR%%/libgimpwidgets/stock-invert-16.png -%%DOCSDIR%%/libgimpwidgets/stock-join-bevel-16.png -%%DOCSDIR%%/libgimpwidgets/stock-join-miter-16.png -%%DOCSDIR%%/libgimpwidgets/stock-join-round-16.png -%%DOCSDIR%%/libgimpwidgets/stock-landscape-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-24.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-32.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-48.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-24.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-32.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-48.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-to-imagesize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layers-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layers-24.png -%%DOCSDIR%%/libgimpwidgets/stock-letter-spacing-22.png -%%DOCSDIR%%/libgimpwidgets/stock-line-spacing-22.png -%%DOCSDIR%%/libgimpwidgets/stock-linked-12.png -%%DOCSDIR%%/libgimpwidgets/stock-linked-20.png -%%DOCSDIR%%/libgimpwidgets/stock-list-16.png -%%DOCSDIR%%/libgimpwidgets/stock-menu-left-12.png -%%DOCSDIR%%/libgimpwidgets/stock-menu-right-12.png -%%DOCSDIR%%/libgimpwidgets/stock-merge-down-16.png -%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-16.png -%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-24.png -%%DOCSDIR%%/libgimpwidgets/stock-navigation-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paste-as-new-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paste-into-16.png -%%DOCSDIR%%/libgimpwidgets/stock-path-16.png -%%DOCSDIR%%/libgimpwidgets/stock-path-22.png -%%DOCSDIR%%/libgimpwidgets/stock-path-stroke-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paths-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paths-22.png -%%DOCSDIR%%/libgimpwidgets/stock-plugin-16.png -%%DOCSDIR%%/libgimpwidgets/stock-portrait-16.png -%%DOCSDIR%%/libgimpwidgets/stock-print-resolution-16.png -%%DOCSDIR%%/libgimpwidgets/stock-print-resolution-24.png -%%DOCSDIR%%/libgimpwidgets/stock-qmask-off-16.png -%%DOCSDIR%%/libgimpwidgets/stock-qmask-on-16.png -%%DOCSDIR%%/libgimpwidgets/stock-question-64.png -%%DOCSDIR%%/libgimpwidgets/stock-reset-16.png -%%DOCSDIR%%/libgimpwidgets/stock-reshow-filter-16.png -%%DOCSDIR%%/libgimpwidgets/stock-resize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-rotate-180-16.png -%%DOCSDIR%%/libgimpwidgets/stock-rotate-270-16.png -%%DOCSDIR%%/libgimpwidgets/stock-rotate-90-16.png -%%DOCSDIR%%/libgimpwidgets/stock-scale-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-add-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-all-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-border-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-grow-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-intersect-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-none-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-replace-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-shrink-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-stroke-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-subtract-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-to-channel-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-to-path-16.png -%%DOCSDIR%%/libgimpwidgets/stock-shape-circle-16.png -%%DOCSDIR%%/libgimpwidgets/stock-shape-diamond-16.png -%%DOCSDIR%%/libgimpwidgets/stock-shape-square-16.png -%%DOCSDIR%%/libgimpwidgets/stock-swap-colors-12.png -%%DOCSDIR%%/libgimpwidgets/stock-template-16.png -%%DOCSDIR%%/libgimpwidgets/stock-template-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-dir-ltr-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-dir-rtl-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-16.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-32.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-48.png -%%DOCSDIR%%/libgimpwidgets/stock-texture-64.png -%%DOCSDIR%%/libgimpwidgets/stock-toilet-paper-16.png -%%DOCSDIR%%/libgimpwidgets/stock-toilet-paper-24.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-airbrush-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-airbrush-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blend-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blend-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blur-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blur-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-brightness-contrast-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-brightness-contrast-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-bucket-fill-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-bucket-fill-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-by-color-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-by-color-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-clone-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-clone-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-balance-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-balance-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-picker-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-picker-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-colorize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-colorize-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-crop-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-crop-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-curves-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-curves-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-dodge-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-dodge-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ellipse-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ellipse-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-eraser-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-eraser-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-flip-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-flip-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-free-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-free-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-fuzzy-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-fuzzy-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-hue-saturation-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-hue-saturation-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ink-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ink-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-iscissors-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-iscissors-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-levels-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-levels-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-measure-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-measure-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-move-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-move-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-options-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-options-24.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-paintbrush-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-paintbrush-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-path-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-path-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-pencil-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-pencil-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-perspective-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-perspective-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-posterize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-posterize-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rect-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rect-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rotate-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rotate-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-scale-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-scale-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-shear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-shear-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-smudge-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-smudge-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-text-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-text-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-threshold-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-threshold-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-zoom-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-zoom-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tools-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tools-24.png -%%DOCSDIR%%/libgimpwidgets/stock-transparency-16.png -%%DOCSDIR%%/libgimpwidgets/stock-transparency-24.png -%%DOCSDIR%%/libgimpwidgets/stock-undo-history-16.png -%%DOCSDIR%%/libgimpwidgets/stock-undo-history-24.png -%%DOCSDIR%%/libgimpwidgets/stock-vchain-24.png -%%DOCSDIR%%/libgimpwidgets/stock-vchain-broken-24.png -%%DOCSDIR%%/libgimpwidgets/stock-video-16.png -%%DOCSDIR%%/libgimpwidgets/stock-video-24.png -%%DOCSDIR%%/libgimpwidgets/stock-warning-16.png -%%DOCSDIR%%/libgimpwidgets/stock-warning-24.png -%%DOCSDIR%%/libgimpwidgets/stock-warning-64.png -%%DOCSDIR%%/libgimpwidgets/stock-web-16.png -%%DOCSDIR%%/libgimpwidgets/stock-web-24.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-16.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-32.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-48.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-64.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-eek-64.png -%%DOCSDIR%%/libgimpwidgets/stock-zoom-follow-window-12.png -%%DOCSDIR%%/libgimpwidgets/style.css -%%DOCSDIR%%/libgimpwidgets/up.png -%%DATADIR%%/brushes/10x10square.gbr -%%DATADIR%%/brushes/10x10squareBlur.gbr -%%DATADIR%%/brushes/11circle.gbr -%%DATADIR%%/brushes/11fcircle.gbr -%%DATADIR%%/brushes/13circle.gbr -%%DATADIR%%/brushes/13fcircle.gbr -%%DATADIR%%/brushes/15circle.gbr -%%DATADIR%%/brushes/15fcircle.gbr -%%DATADIR%%/brushes/17circle.gbr -%%DATADIR%%/brushes/17fcircle.gbr -%%DATADIR%%/brushes/19circle.gbr -%%DATADIR%%/brushes/19fcircle.gbr -%%DATADIR%%/brushes/1circle.gbr -%%DATADIR%%/brushes/20x20square.gbr -%%DATADIR%%/brushes/20x20squareBlur.gbr -%%DATADIR%%/brushes/3circle.gbr -%%DATADIR%%/brushes/3fcircle.gbr -%%DATADIR%%/brushes/5circle.gbr -%%DATADIR%%/brushes/5fcircle.gbr -%%DATADIR%%/brushes/5x5square.gbr -%%DATADIR%%/brushes/5x5squareBlur.gbr -%%DATADIR%%/brushes/7circle.gbr -%%DATADIR%%/brushes/7fcircle.gbr -%%DATADIR%%/brushes/9circle.gbr -%%DATADIR%%/brushes/9fcircle.gbr -%%DATADIR%%/brushes/DStar11.gbr -%%DATADIR%%/brushes/DStar17.gbr -%%DATADIR%%/brushes/DStar25.gbr -%%DATADIR%%/brushes/SketchBrush-16.gih -%%DATADIR%%/brushes/SketchBrush-32.gih -%%DATADIR%%/brushes/SketchBrush-64.gih -%%DATADIR%%/brushes/callig1.gbr -%%DATADIR%%/brushes/callig2.gbr -%%DATADIR%%/brushes/callig3.gbr -%%DATADIR%%/brushes/callig4.gbr -%%DATADIR%%/brushes/confetti.gbr -%%DATADIR%%/brushes/confetti.gih -%%DATADIR%%/brushes/dunes.gbr -%%DATADIR%%/brushes/feltpen.gih -%%DATADIR%%/brushes/galaxy.gbr -%%DATADIR%%/brushes/galaxy_big.gbr -%%DATADIR%%/brushes/galaxy_small.gbr -%%DATADIR%%/brushes/hsparks.gih -%%DATADIR%%/brushes/pepper.gbr -%%DATADIR%%/brushes/pixel.gbr -%%DATADIR%%/brushes/thegimp.gbr -%%DATADIR%%/brushes/vine.gih -%%DATADIR%%/brushes/xcf.gbr -@exec mkdir -p %D/%%DATADIR%%/fonts -%%DATADIR%%/fractalexplorer/Asteroid_Field -%%DATADIR%%/fractalexplorer/Bar_Code_Label -%%DATADIR%%/fractalexplorer/Beauty_of_Nature -%%DATADIR%%/fractalexplorer/Blue_Curtain -%%DATADIR%%/fractalexplorer/Car_Track -%%DATADIR%%/fractalexplorer/Energetic_Diamond -%%DATADIR%%/fractalexplorer/Explosive -%%DATADIR%%/fractalexplorer/Flower -%%DATADIR%%/fractalexplorer/Fragments -%%DATADIR%%/fractalexplorer/Hemp -%%DATADIR%%/fractalexplorer/High_Voltage -%%DATADIR%%/fractalexplorer/Hoops -%%DATADIR%%/fractalexplorer/Ice_Crystal -%%DATADIR%%/fractalexplorer/Leaves -%%DATADIR%%/fractalexplorer/Lightning -%%DATADIR%%/fractalexplorer/Mandelbrot -%%DATADIR%%/fractalexplorer/Marble -%%DATADIR%%/fractalexplorer/Marble2 -%%DATADIR%%/fractalexplorer/Medusa -%%DATADIR%%/fractalexplorer/Nautilus -%%DATADIR%%/fractalexplorer/Nebula -%%DATADIR%%/fractalexplorer/Plant -%%DATADIR%%/fractalexplorer/Rose -%%DATADIR%%/fractalexplorer/Saturn -%%DATADIR%%/fractalexplorer/Snow_Crystal -%%DATADIR%%/fractalexplorer/Soma -%%DATADIR%%/fractalexplorer/Spark -%%DATADIR%%/fractalexplorer/Suns -%%DATADIR%%/fractalexplorer/Tentacles -%%DATADIR%%/fractalexplorer/The_Green_Place -%%DATADIR%%/fractalexplorer/Wave -%%DATADIR%%/fractalexplorer/Wood -%%DATADIR%%/fractalexplorer/Zooming_Circle -%%DATADIR%%/gfig/A_star -%%DATADIR%%/gfig/curves -%%DATADIR%%/gfig/polys -%%DATADIR%%/gfig/ring -%%DATADIR%%/gfig/ring+star -%%DATADIR%%/gfig/simily -%%DATADIR%%/gfig/spirals_and_stars -%%DATADIR%%/gfig/sprial -%%DATADIR%%/gfig/star2 -%%DATADIR%%/gfig/stars -%%DATADIR%%/gflare/Bright_Star -%%DATADIR%%/gflare/Classic -%%DATADIR%%/gflare/Default -%%DATADIR%%/gflare/Distant_Sun -%%DATADIR%%/gflare/GFlare_101 -%%DATADIR%%/gflare/GFlare_102 -%%DATADIR%%/gflare/Hidden_Planet -%%DATADIR%%/gimpressionist/Brushes/arrow01.pgm -%%DATADIR%%/gimpressionist/Brushes/ball.ppm -%%DATADIR%%/gimpressionist/Brushes/blob.ppm -%%DATADIR%%/gimpressionist/Brushes/box.ppm -%%DATADIR%%/gimpressionist/Brushes/chalk01.pgm -%%DATADIR%%/gimpressionist/Brushes/cone.ppm -%%DATADIR%%/gimpressionist/Brushes/crayon01.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon02.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon03.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon04.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon05.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon06.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon07.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon08.pgm -%%DATADIR%%/gimpressionist/Brushes/defaultbrush.pgm -%%DATADIR%%/gimpressionist/Brushes/dribble.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric01.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric02.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric03.pgm -%%DATADIR%%/gimpressionist/Brushes/flower01.pgm -%%DATADIR%%/gimpressionist/Brushes/flower02.pgm -%%DATADIR%%/gimpressionist/Brushes/flower03.pgm -%%DATADIR%%/gimpressionist/Brushes/flower04.pgm -%%DATADIR%%/gimpressionist/Brushes/grad01.pgm -%%DATADIR%%/gimpressionist/Brushes/grad02.pgm -%%DATADIR%%/gimpressionist/Brushes/grad03.pgm -%%DATADIR%%/gimpressionist/Brushes/heart.ppm -%%DATADIR%%/gimpressionist/Brushes/leaf01.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush01.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush02.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush03.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush04.pgm -%%DATADIR%%/gimpressionist/Brushes/paper01.pgm -%%DATADIR%%/gimpressionist/Brushes/paper02.pgm -%%DATADIR%%/gimpressionist/Brushes/paper03.pgm -%%DATADIR%%/gimpressionist/Brushes/paper04.pgm -%%DATADIR%%/gimpressionist/Brushes/pentagram.pgm -%%DATADIR%%/gimpressionist/Brushes/scribble.pgm -%%DATADIR%%/gimpressionist/Brushes/shape01.pgm -%%DATADIR%%/gimpressionist/Brushes/shape02.pgm -%%DATADIR%%/gimpressionist/Brushes/shape03.pgm -%%DATADIR%%/gimpressionist/Brushes/shape04.pgm -%%DATADIR%%/gimpressionist/Brushes/snow1.pgm -%%DATADIR%%/gimpressionist/Brushes/sphere.ppm -%%DATADIR%%/gimpressionist/Brushes/splat1.pgm -%%DATADIR%%/gimpressionist/Brushes/splat2.pgm -%%DATADIR%%/gimpressionist/Brushes/splat3.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge01.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge02.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge03.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge04.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge05.pgm -%%DATADIR%%/gimpressionist/Brushes/strange01.pgm -%%DATADIR%%/gimpressionist/Brushes/thegimp.pgm -%%DATADIR%%/gimpressionist/Brushes/torus.ppm -%%DATADIR%%/gimpressionist/Brushes/wavy.pgm -%%DATADIR%%/gimpressionist/Brushes/weave.pgm -%%DATADIR%%/gimpressionist/Brushes/worm.pgm -%%DATADIR%%/gimpressionist/Paper/bricks.pgm -%%DATADIR%%/gimpressionist/Paper/bricks2.pgm -%%DATADIR%%/gimpressionist/Paper/burlap.pgm -%%DATADIR%%/gimpressionist/Paper/canvas2.pgm -%%DATADIR%%/gimpressionist/Paper/defaultpaper.pgm -%%DATADIR%%/gimpressionist/Paper/marble.pgm -%%DATADIR%%/gimpressionist/Paper/marble2.pgm -%%DATADIR%%/gimpressionist/Paper/stone.pgm -%%DATADIR%%/gimpressionist/Paper/struc.pgm -%%DATADIR%%/gimpressionist/Presets/ApplyCanvas -%%DATADIR%%/gimpressionist/Presets/Ballpark -%%DATADIR%%/gimpressionist/Presets/Canvas -%%DATADIR%%/gimpressionist/Presets/Crosshatch -%%DATADIR%%/gimpressionist/Presets/Cubism -%%DATADIR%%/gimpressionist/Presets/Dotify -%%DATADIR%%/gimpressionist/Presets/Embroidery -%%DATADIR%%/gimpressionist/Presets/Feathers -%%DATADIR%%/gimpressionist/Presets/Felt-marker -%%DATADIR%%/gimpressionist/Presets/Flowerbed -%%DATADIR%%/gimpressionist/Presets/Furry -%%DATADIR%%/gimpressionist/Presets/Line-art -%%DATADIR%%/gimpressionist/Presets/Line-art-2 -%%DATADIR%%/gimpressionist/Presets/Maggot-invasion -%%DATADIR%%/gimpressionist/Presets/MarbleMadness -%%DATADIR%%/gimpressionist/Presets/Mossy -%%DATADIR%%/gimpressionist/Presets/Painted_Rock -%%DATADIR%%/gimpressionist/Presets/Parquette -%%DATADIR%%/gimpressionist/Presets/Patchwork -%%DATADIR%%/gimpressionist/Presets/Ringworks -%%DATADIR%%/gimpressionist/Presets/Sample -%%DATADIR%%/gimpressionist/Presets/Smash -%%DATADIR%%/gimpressionist/Presets/Straws -%%DATADIR%%/gimpressionist/Presets/Weave -%%DATADIR%%/gimpressionist/Presets/Wormcan -%%DATADIR%%/gradients/Abstract_1.ggr -%%DATADIR%%/gradients/Abstract_2.ggr -%%DATADIR%%/gradients/Abstract_3.ggr -%%DATADIR%%/gradients/Aneurism.ggr -%%DATADIR%%/gradients/Blinds.ggr -%%DATADIR%%/gradients/Blue_Green.ggr -%%DATADIR%%/gradients/Browns.ggr -%%DATADIR%%/gradients/Brushed_Aluminium.ggr -%%DATADIR%%/gradients/Burning_Paper.ggr -%%DATADIR%%/gradients/Burning_Transparency.ggr -%%DATADIR%%/gradients/CD.ggr -%%DATADIR%%/gradients/CD_Half.ggr -%%DATADIR%%/gradients/Caribbean_Blues.ggr -%%DATADIR%%/gradients/Coffee.ggr -%%DATADIR%%/gradients/Cold_Steel.ggr -%%DATADIR%%/gradients/Cold_Steel_2.ggr -%%DATADIR%%/gradients/Crown_molding.ggr -%%DATADIR%%/gradients/Dark_1.ggr -%%DATADIR%%/gradients/Deep_Sea.ggr -%%DATADIR%%/gradients/Default.ggr -%%DATADIR%%/gradients/Flare_Glow_Angular_1.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_1.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_2.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_3.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_4.ggr -%%DATADIR%%/gradients/Flare_Radial_101.ggr -%%DATADIR%%/gradients/Flare_Radial_102.ggr -%%DATADIR%%/gradients/Flare_Radial_103.ggr -%%DATADIR%%/gradients/Flare_Rays_Radial_1.ggr -%%DATADIR%%/gradients/Flare_Rays_Radial_2.ggr -%%DATADIR%%/gradients/Flare_Rays_Size_1.ggr -%%DATADIR%%/gradients/Flare_Sizefac_101.ggr -%%DATADIR%%/gradients/Four_bars.ggr -%%DATADIR%%/gradients/French_flag.ggr -%%DATADIR%%/gradients/French_flag_smooth.ggr -%%DATADIR%%/gradients/Full_saturation_spectrum_CCW.ggr -%%DATADIR%%/gradients/Full_saturation_spectrum_CW.ggr -%%DATADIR%%/gradients/German_flag.ggr -%%DATADIR%%/gradients/German_flag_smooth.ggr -%%DATADIR%%/gradients/Golden.ggr -%%DATADIR%%/gradients/Greens.ggr -%%DATADIR%%/gradients/Horizon_1.ggr -%%DATADIR%%/gradients/Horizon_2.ggr -%%DATADIR%%/gradients/Incandescent.ggr -%%DATADIR%%/gradients/Land_1.ggr -%%DATADIR%%/gradients/Land_and_Sea.ggr -%%DATADIR%%/gradients/Metallic_Something.ggr -%%DATADIR%%/gradients/Mexican_flag.ggr -%%DATADIR%%/gradients/Mexican_flag_smooth.ggr -%%DATADIR%%/gradients/Nauseating_Headache.ggr -%%DATADIR%%/gradients/Neon_Cyan.ggr -%%DATADIR%%/gradients/Neon_Green.ggr -%%DATADIR%%/gradients/Neon_Yellow.ggr -%%DATADIR%%/gradients/Pastel_Rainbow.ggr -%%DATADIR%%/gradients/Pastels.ggr -%%DATADIR%%/gradients/Purples.ggr -%%DATADIR%%/gradients/Radial_Eyeball_Blue.ggr -%%DATADIR%%/gradients/Radial_Eyeball_Brown.ggr -%%DATADIR%%/gradients/Radial_Eyeball_Green.ggr -%%DATADIR%%/gradients/Radial_Glow_1.ggr -%%DATADIR%%/gradients/Radial_Rainbow_Hoop.ggr -%%DATADIR%%/gradients/Romanian_flag.ggr -%%DATADIR%%/gradients/Romanian_flag_smooth.ggr -%%DATADIR%%/gradients/Rounded_edge.ggr -%%DATADIR%%/gradients/Shadows_1.ggr -%%DATADIR%%/gradients/Shadows_2.ggr -%%DATADIR%%/gradients/Shadows_3.ggr -%%DATADIR%%/gradients/Skyline.ggr -%%DATADIR%%/gradients/Skyline_polluted.ggr -%%DATADIR%%/gradients/Square_Wood_Frame.ggr -%%DATADIR%%/gradients/Sunrise.ggr -%%DATADIR%%/gradients/Three_bars_sin.ggr -%%DATADIR%%/gradients/Tropical_Colors.ggr -%%DATADIR%%/gradients/Tube_Red.ggr -%%DATADIR%%/gradients/Wood_1.ggr -%%DATADIR%%/gradients/Wood_2.ggr -%%DATADIR%%/gradients/Yellow_Contrast.ggr -%%DATADIR%%/gradients/Yellow_Orange.ggr -%%DATADIR%%/images/gimp-splash.png -%%DATADIR%%/images/gimp-logo.png -%%DATADIR%%/images/wilber-devel-icon.png -%%DATADIR%%/images/wilber-icon.png -%%DATADIR%%/images/wilber-tips.png -%%DATADIR%%/images/wilber-wizard.png -%%DATADIR%%/menus/brushes-menu.xml -%%DATADIR%%/menus/buffers-menu.xml -%%DATADIR%%/menus/channels-menu.xml -%%DATADIR%%/menus/colormap-editor-menu.xml -%%DATADIR%%/menus/dockable-menu.xml -%%DATADIR%%/menus/documents-menu.xml -%%DATADIR%%/menus/error-console-menu.xml -%%DATADIR%%/menus/fonts-menu.xml -%%DATADIR%%/menus/gradient-editor-menu.xml -%%DATADIR%%/menus/gradients-menu.xml -%%DATADIR%%/menus/image-menu.xml -%%DATADIR%%/menus/images-menu.xml -%%DATADIR%%/menus/layers-menu.xml -%%DATADIR%%/menus/palette-editor-menu.xml -%%DATADIR%%/menus/palettes-menu.xml -%%DATADIR%%/menus/patterns-menu.xml -%%DATADIR%%/menus/qmask-menu.xml -%%DATADIR%%/menus/selection-editor-menu.xml -%%DATADIR%%/menus/templates-menu.xml -%%DATADIR%%/menus/text-editor-toolbar.xml -%%DATADIR%%/menus/tool-options-menu.xml -%%DATADIR%%/menus/toolbox-menu.xml -%%DATADIR%%/menus/tools-menu.xml -%%DATADIR%%/menus/vectors-menu.xml -%%DATADIR%%/misc/gimp.applications -%%DATADIR%%/misc/gimp.desktop -%%DATADIR%%/misc/gimp.keys -%%GNOMEPANEL:%%share/gnome/application-registry/gimp-2.2.applications -%%GNOMEPANEL:%%share/gnome/applications/gimp-2.2.desktop -%%GNOMEPANEL:%%@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -%%GNOMEPANEL:%%share/gnome/mime-info/gimp-2.2.keys -%%DATADIR%%/palettes/Bears.gpl -%%DATADIR%%/palettes/Bgold.gpl -%%DATADIR%%/palettes/Blues.gpl -%%DATADIR%%/palettes/Borders.gpl -%%DATADIR%%/palettes/Browns_And_Yellows.gpl -%%DATADIR%%/palettes/Caramel.gpl -%%DATADIR%%/palettes/Cascade.gpl -%%DATADIR%%/palettes/China.gpl -%%DATADIR%%/palettes/Coldfire.gpl -%%DATADIR%%/palettes/Cool_Colors.gpl -%%DATADIR%%/palettes/Cranes.gpl -%%DATADIR%%/palettes/Dark_pastels.gpl -%%DATADIR%%/palettes/Default.gpl -%%DATADIR%%/palettes/Ega.gpl -%%DATADIR%%/palettes/Firecode.gpl -%%DATADIR%%/palettes/Gold.gpl -%%DATADIR%%/palettes/GrayViolet.gpl -%%DATADIR%%/palettes/Grayblue.gpl -%%DATADIR%%/palettes/Grays.gpl -%%DATADIR%%/palettes/Greens.gpl -%%DATADIR%%/palettes/Hilite.gpl -%%DATADIR%%/palettes/Khaki.gpl -%%DATADIR%%/palettes/Lights.gpl -%%DATADIR%%/palettes/Muted.gpl -%%DATADIR%%/palettes/Named_Colors.gpl -%%DATADIR%%/palettes/News3.gpl -%%DATADIR%%/palettes/Op2.gpl -%%DATADIR%%/palettes/Paintjet.gpl -%%DATADIR%%/palettes/Pastels.gpl -%%DATADIR%%/palettes/Plasma.gpl -%%DATADIR%%/palettes/Reds.gpl -%%DATADIR%%/palettes/Reds_And_Purples.gpl -%%DATADIR%%/palettes/Royal.gpl -%%DATADIR%%/palettes/Topographic.gpl -%%DATADIR%%/palettes/Visibone.gpl -%%DATADIR%%/palettes/Visibone_2.gpl -%%DATADIR%%/palettes/Volcano.gpl -%%DATADIR%%/palettes/Warm_Colors.gpl -%%DATADIR%%/palettes/Web.gpl -%%DATADIR%%/patterns/3dgreen.pat -%%DATADIR%%/patterns/Craters.pat -%%DATADIR%%/patterns/Moonfoot.pat -%%DATADIR%%/patterns/Stripes1px.pat -%%DATADIR%%/patterns/Stripes2px.pat -%%DATADIR%%/patterns/amethyst.pat -%%DATADIR%%/patterns/bark.pat -%%DATADIR%%/patterns/blue.pat -%%DATADIR%%/patterns/bluegrid.pat -%%DATADIR%%/patterns/bluesquares.pat -%%DATADIR%%/patterns/blueweb.pat -%%DATADIR%%/patterns/brick.pat -%%DATADIR%%/patterns/burlap.pat -%%DATADIR%%/patterns/burlwood.pat -%%DATADIR%%/patterns/choc_swirl.pat -%%DATADIR%%/patterns/corkboard.pat -%%DATADIR%%/patterns/cracked.pat -%%DATADIR%%/patterns/crinklepaper.pat -%%DATADIR%%/patterns/electric.pat -%%DATADIR%%/patterns/fibers.pat -%%DATADIR%%/patterns/granite1.pat -%%DATADIR%%/patterns/ground1.pat -%%DATADIR%%/patterns/ice.pat -%%DATADIR%%/patterns/java.pat -%%DATADIR%%/patterns/leather.pat -%%DATADIR%%/patterns/leaves.pat -%%DATADIR%%/patterns/leopard.pat -%%DATADIR%%/patterns/lightning.pat -%%DATADIR%%/patterns/marble1.pat -%%DATADIR%%/patterns/marble2.pat -%%DATADIR%%/patterns/marble3.pat -%%DATADIR%%/patterns/nops.pat -%%DATADIR%%/patterns/paper.pat -%%DATADIR%%/patterns/parque1.pat -%%DATADIR%%/patterns/parque2.pat -%%DATADIR%%/patterns/parque3.pat -%%DATADIR%%/patterns/pastel.pat -%%DATADIR%%/patterns/pine.pat -%%DATADIR%%/patterns/pink_marble.pat -%%DATADIR%%/patterns/pool.pat -%%DATADIR%%/patterns/qube1.pat -%%DATADIR%%/patterns/rain.pat -%%DATADIR%%/patterns/recessed.pat -%%DATADIR%%/patterns/redcube.pat -%%DATADIR%%/patterns/rock.pat -%%DATADIR%%/patterns/sky.pat -%%DATADIR%%/patterns/slate.pat -%%DATADIR%%/patterns/sm_squares.pat -%%DATADIR%%/patterns/starfield.pat -%%DATADIR%%/patterns/stone33.pat -%%DATADIR%%/patterns/terra.pat -%%DATADIR%%/patterns/walnut.pat -%%DATADIR%%/patterns/warning.pat -%%DATADIR%%/patterns/wood1.pat -%%DATADIR%%/patterns/wood2.pat -%%DATADIR%%/patterns/wood3.pat -%%DATADIR%%/patterns/wood4.pat -%%DATADIR%%/patterns/wood5.pat -%%DATADIR%%/scripts/3d-outline.scm -%%DATADIR%%/scripts/3dTruchet.scm -%%DATADIR%%/scripts/add-bevel.scm -%%DATADIR%%/scripts/addborder.scm -%%DATADIR%%/scripts/alien-glow-arrow.scm -%%DATADIR%%/scripts/alien-glow-bar.scm -%%DATADIR%%/scripts/alien-glow-bullet.scm -%%DATADIR%%/scripts/alien-glow-button.scm -%%DATADIR%%/scripts/alien-glow-logo.scm -%%DATADIR%%/scripts/alien-neon-logo.scm -%%DATADIR%%/scripts/basic1-logo.scm -%%DATADIR%%/scripts/basic2-logo.scm -%%DATADIR%%/scripts/beveled-button.scm -%%DATADIR%%/scripts/beveled-pattern-arrow.scm -%%DATADIR%%/scripts/beveled-pattern-bullet.scm -%%DATADIR%%/scripts/beveled-pattern-button.scm -%%DATADIR%%/scripts/beveled-pattern-heading.scm -%%DATADIR%%/scripts/beveled-pattern-hrule.scm -%%DATADIR%%/scripts/blend-anim.scm -%%DATADIR%%/scripts/blended-logo.scm -%%DATADIR%%/scripts/bovinated-logo.scm -%%DATADIR%%/scripts/burn-in-anim.scm -%%DATADIR%%/scripts/camo.scm -%%DATADIR%%/scripts/carve-it.scm -%%DATADIR%%/scripts/carved-logo.scm -%%DATADIR%%/scripts/chalk.scm -%%DATADIR%%/scripts/chip-away.scm -%%DATADIR%%/scripts/chrome-it.scm -%%DATADIR%%/scripts/chrome-logo.scm -%%DATADIR%%/scripts/circuit.scm -%%DATADIR%%/scripts/clothify.scm -%%DATADIR%%/scripts/coffee.scm -%%DATADIR%%/scripts/comic-logo.scm -%%DATADIR%%/scripts/coolmetal-logo.scm -%%DATADIR%%/scripts/copy-visible.scm -%%DATADIR%%/scripts/crystal-logo.scm -%%DATADIR%%/scripts/distress-selection.scm -%%DATADIR%%/scripts/drop-shadow.scm -%%DATADIR%%/scripts/erase-rows.scm -%%DATADIR%%/scripts/fade-outline.scm -%%DATADIR%%/scripts/flatland.scm -%%DATADIR%%/scripts/font-map.scm -%%DATADIR%%/scripts/frosty-logo.scm -%%DATADIR%%/scripts/fuzzyborder.scm -%%DATADIR%%/scripts/gimp-headers.scm -%%DATADIR%%/scripts/gimp-labels.scm -%%DATADIR%%/scripts/glossy.scm -%%DATADIR%%/scripts/glowing-logo.scm -%%DATADIR%%/scripts/gradient-bevel-logo.scm -%%DATADIR%%/scripts/gradient-example.scm -%%DATADIR%%/scripts/grid-system.scm -%%DATADIR%%/scripts/guides-from-selection.scm -%%DATADIR%%/scripts/guides-new-percent.scm -%%DATADIR%%/scripts/guides-new.scm -%%DATADIR%%/scripts/guides-remove-all.scm -%%DATADIR%%/scripts/hsv-graph.scm -%%DATADIR%%/scripts/i26-gunya2.scm -%%DATADIR%%/scripts/image-structure.scm -%%DATADIR%%/scripts/images/beavis.jpg -%%DATADIR%%/scripts/images/texture.jpg -%%DATADIR%%/scripts/images/texture1.jpg -%%DATADIR%%/scripts/images/texture2.jpg -%%DATADIR%%/scripts/images/texture3.jpg -%%DATADIR%%/scripts/land.scm -%%DATADIR%%/scripts/lava.scm -%%DATADIR%%/scripts/line-nova.scm -%%DATADIR%%/scripts/mkbrush.scm -%%DATADIR%%/scripts/neon-logo.scm -%%DATADIR%%/scripts/news-text.scm -%%DATADIR%%/scripts/old-photo.scm -%%DATADIR%%/scripts/perspective-shadow.scm -%%DATADIR%%/scripts/predator.scm -%%DATADIR%%/scripts/pupi-button.scm -%%DATADIR%%/scripts/rendermap.scm -%%DATADIR%%/scripts/ripply-anim.scm -%%DATADIR%%/scripts/round-corners.scm -%%DATADIR%%/scripts/script-fu-util.scm -%%DATADIR%%/scripts/select-to-brush.scm -%%DATADIR%%/scripts/select-to-image.scm -%%DATADIR%%/scripts/select-to-pattern.scm -%%DATADIR%%/scripts/selection-round.scm -%%DATADIR%%/scripts/slide.scm -%%DATADIR%%/scripts/sota-chrome-logo.scm -%%DATADIR%%/scripts/speed-text.scm -%%DATADIR%%/scripts/sphere.scm -%%DATADIR%%/scripts/spinning-globe.scm -%%DATADIR%%/scripts/spyrogimp.scm -%%DATADIR%%/scripts/starburst-logo.scm -%%DATADIR%%/scripts/starscape-logo.scm -%%DATADIR%%/scripts/swirltile.scm -%%DATADIR%%/scripts/swirly-pattern.scm -%%DATADIR%%/scripts/t-o-p-logo.scm -%%DATADIR%%/scripts/text-circle.scm -%%DATADIR%%/scripts/textured-logo.scm -%%DATADIR%%/scripts/tileblur.scm -%%DATADIR%%/scripts/title-header.scm -%%DATADIR%%/scripts/truchet.scm -%%DATADIR%%/scripts/unsharp-mask.scm -%%DATADIR%%/scripts/waves-anim.scm -%%DATADIR%%/scripts/weave.scm -%%DATADIR%%/scripts/web-browser.scm -%%DATADIR%%/scripts/xach-effect.scm -%%DATADIR%%/themes/Default/gtkrc -%%DATADIR%%/themes/Default/imagerc -%%DATADIR%%/themes/Default/images/preferences/controllers.png -%%DATADIR%%/themes/Default/images/preferences/default-comment.png -%%DATADIR%%/themes/Default/images/preferences/default-grid.png -%%DATADIR%%/themes/Default/images/preferences/display.png -%%DATADIR%%/themes/Default/images/preferences/environment.png -%%DATADIR%%/themes/Default/images/preferences/folders-brushes.png -%%DATADIR%%/themes/Default/images/preferences/folders-environ.png -%%DATADIR%%/themes/Default/images/preferences/folders-fonts.png -%%DATADIR%%/themes/Default/images/preferences/folders-gradients.png -%%DATADIR%%/themes/Default/images/preferences/folders-modules.png -%%DATADIR%%/themes/Default/images/preferences/folders-palettes.png -%%DATADIR%%/themes/Default/images/preferences/folders-patterns.png -%%DATADIR%%/themes/Default/images/preferences/folders-plug-ins.png -%%DATADIR%%/themes/Default/images/preferences/folders-scripts.png -%%DATADIR%%/themes/Default/images/preferences/folders-themes.png -%%DATADIR%%/themes/Default/images/preferences/folders-tool-plug-ins.png -%%DATADIR%%/themes/Default/images/preferences/folders.png -%%DATADIR%%/themes/Default/images/preferences/help-system.png -%%DATADIR%%/themes/Default/images/preferences/image-title.png -%%DATADIR%%/themes/Default/images/preferences/image-windows.png -%%DATADIR%%/themes/Default/images/preferences/input-devices.png -%%DATADIR%%/themes/Default/images/preferences/interface.png -%%DATADIR%%/themes/Default/images/preferences/monitor.png -%%DATADIR%%/themes/Default/images/preferences/new-image.png -%%DATADIR%%/themes/Default/images/preferences/session.png -%%DATADIR%%/themes/Default/images/preferences/theme.png -%%DATADIR%%/themes/Default/images/preferences/tool-options.png -%%DATADIR%%/themes/Default/images/preferences/toolbox.png -%%DATADIR%%/themes/Default/images/preferences/window-management.png -%%DATADIR%%/themes/Default/images/stock-anchor-16.png -%%DATADIR%%/themes/Default/images/stock-cap-butt-16.png -%%DATADIR%%/themes/Default/images/stock-cap-round-16.png -%%DATADIR%%/themes/Default/images/stock-cap-square-16.png -%%DATADIR%%/themes/Default/images/stock-center-16.png -%%DATADIR%%/themes/Default/images/stock-center-24.png -%%DATADIR%%/themes/Default/images/stock-channel-16.png -%%DATADIR%%/themes/Default/images/stock-channel-24.png -%%DATADIR%%/themes/Default/images/stock-channel-32.png -%%DATADIR%%/themes/Default/images/stock-channel-48.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-16.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-24.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-32.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-48.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-16.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-24.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-32.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-48.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-16.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-24.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-32.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-48.png -%%DATADIR%%/themes/Default/images/stock-channel-green-16.png -%%DATADIR%%/themes/Default/images/stock-channel-green-24.png -%%DATADIR%%/themes/Default/images/stock-channel-green-32.png -%%DATADIR%%/themes/Default/images/stock-channel-green-48.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-16.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-24.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-32.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-48.png -%%DATADIR%%/themes/Default/images/stock-channel-red-16.png -%%DATADIR%%/themes/Default/images/stock-channel-red-24.png -%%DATADIR%%/themes/Default/images/stock-channel-red-32.png -%%DATADIR%%/themes/Default/images/stock-channel-red-48.png -%%DATADIR%%/themes/Default/images/stock-channels-16.png -%%DATADIR%%/themes/Default/images/stock-channels-24.png -%%DATADIR%%/themes/Default/images/stock-char-picker-22.png -%%DATADIR%%/themes/Default/images/stock-close-12.png -%%DATADIR%%/themes/Default/images/stock-color-pick-from-screen-16.png -%%DATADIR%%/themes/Default/images/stock-color-picker-black-18.png -%%DATADIR%%/themes/Default/images/stock-color-picker-gray-18.png -%%DATADIR%%/themes/Default/images/stock-color-picker-white-18.png -%%DATADIR%%/themes/Default/images/stock-color-triangle-16.png -%%DATADIR%%/themes/Default/images/stock-convert-grayscale-16.png -%%DATADIR%%/themes/Default/images/stock-convert-indexed-16.png -%%DATADIR%%/themes/Default/images/stock-convert-rgb-16.png -%%DATADIR%%/themes/Default/images/stock-curve-free-16.png -%%DATADIR%%/themes/Default/images/stock-curve-smooth-16.png -%%DATADIR%%/themes/Default/images/stock-default-colors-12.png -%%DATADIR%%/themes/Default/images/stock-device-status-16.png -%%DATADIR%%/themes/Default/images/stock-device-status-24.png -%%DATADIR%%/themes/Default/images/stock-display-filter-16.png -%%DATADIR%%/themes/Default/images/stock-display-filter-24.png -%%DATADIR%%/themes/Default/images/stock-duplicate-16.png -%%DATADIR%%/themes/Default/images/stock-edit-16.png -%%DATADIR%%/themes/Default/images/stock-error-64.png -%%DATADIR%%/themes/Default/images/stock-eye-12.png -%%DATADIR%%/themes/Default/images/stock-eye-20.png -%%DATADIR%%/themes/Default/images/stock-flip-horizontal-16.png -%%DATADIR%%/themes/Default/images/stock-flip-vertical-16.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-16.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-24.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-32.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-48.png -%%DATADIR%%/themes/Default/images/stock-frame-64.png -%%DATADIR%%/themes/Default/images/stock-gradient-bilinear-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-conical-asymmetric-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-conical-symmetric-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-linear-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-radial-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-angular-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-dimpled-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-spherical-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-spiral-anticlockwise-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-spiral-clockwise-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-square-16.png -%%DATADIR%%/themes/Default/images/stock-gravity-east-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-north-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-north-east-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-north-west-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-south-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-south-east-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-south-west-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-west-24.png -%%DATADIR%%/themes/Default/images/stock-grid-16.png -%%DATADIR%%/themes/Default/images/stock-hchain-24.png -%%DATADIR%%/themes/Default/images/stock-hchain-broken-24.png -%%DATADIR%%/themes/Default/images/stock-histogram-16.png -%%DATADIR%%/themes/Default/images/stock-histogram-22.png -%%DATADIR%%/themes/Default/images/stock-histogram-linear-16.png -%%DATADIR%%/themes/Default/images/stock-histogram-logarithmic-16.png -%%DATADIR%%/themes/Default/images/stock-image-16.png -%%DATADIR%%/themes/Default/images/stock-image-24.png -%%DATADIR%%/themes/Default/images/stock-image-32.png -%%DATADIR%%/themes/Default/images/stock-image-48.png -%%DATADIR%%/themes/Default/images/stock-images-16.png -%%DATADIR%%/themes/Default/images/stock-images-24.png -%%DATADIR%%/themes/Default/images/stock-indexed-palette-16.png -%%DATADIR%%/themes/Default/images/stock-indexed-palette-24.png -%%DATADIR%%/themes/Default/images/stock-info-16.png -%%DATADIR%%/themes/Default/images/stock-info-24.png -%%DATADIR%%/themes/Default/images/stock-info-64.png -%%DATADIR%%/themes/Default/images/stock-invert-16.png -%%DATADIR%%/themes/Default/images/stock-join-bevel-16.png -%%DATADIR%%/themes/Default/images/stock-join-miter-16.png -%%DATADIR%%/themes/Default/images/stock-join-round-16.png -%%DATADIR%%/themes/Default/images/stock-landscape-16.png -%%DATADIR%%/themes/Default/images/stock-layer-16.png -%%DATADIR%%/themes/Default/images/stock-layer-24.png -%%DATADIR%%/themes/Default/images/stock-layer-32.png -%%DATADIR%%/themes/Default/images/stock-layer-48.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-16.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-24.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-32.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-48.png -%%DATADIR%%/themes/Default/images/stock-layer-to-imagesize-16.png -%%DATADIR%%/themes/Default/images/stock-layers-16.png -%%DATADIR%%/themes/Default/images/stock-layers-24.png -%%DATADIR%%/themes/Default/images/stock-letter-spacing-22.png -%%DATADIR%%/themes/Default/images/stock-line-spacing-22.png -%%DATADIR%%/themes/Default/images/stock-linked-12.png -%%DATADIR%%/themes/Default/images/stock-linked-20.png -%%DATADIR%%/themes/Default/images/stock-list-16.png -%%DATADIR%%/themes/Default/images/stock-menu-left-12.png -%%DATADIR%%/themes/Default/images/stock-menu-right-12.png -%%DATADIR%%/themes/Default/images/stock-merge-down-16.png -%%DATADIR%%/themes/Default/images/stock-move-to-screen-16.png -%%DATADIR%%/themes/Default/images/stock-move-to-screen-24.png -%%DATADIR%%/themes/Default/images/stock-navigation-16.png -%%DATADIR%%/themes/Default/images/stock-paste-as-new-16.png -%%DATADIR%%/themes/Default/images/stock-paste-into-16.png -%%DATADIR%%/themes/Default/images/stock-path-16.png -%%DATADIR%%/themes/Default/images/stock-path-22.png -%%DATADIR%%/themes/Default/images/stock-path-stroke-16.png -%%DATADIR%%/themes/Default/images/stock-paths-16.png -%%DATADIR%%/themes/Default/images/stock-paths-22.png -%%DATADIR%%/themes/Default/images/stock-plugin-16.png -%%DATADIR%%/themes/Default/images/stock-portrait-16.png -%%DATADIR%%/themes/Default/images/stock-print-resolution-16.png -%%DATADIR%%/themes/Default/images/stock-print-resolution-24.png -%%DATADIR%%/themes/Default/images/stock-qmask-off-16.png -%%DATADIR%%/themes/Default/images/stock-qmask-on-16.png -%%DATADIR%%/themes/Default/images/stock-question-64.png -%%DATADIR%%/themes/Default/images/stock-reset-16.png -%%DATADIR%%/themes/Default/images/stock-reshow-filter-16.png -%%DATADIR%%/themes/Default/images/stock-resize-16.png -%%DATADIR%%/themes/Default/images/stock-rotate-180-16.png -%%DATADIR%%/themes/Default/images/stock-rotate-270-16.png -%%DATADIR%%/themes/Default/images/stock-rotate-90-16.png -%%DATADIR%%/themes/Default/images/stock-scale-16.png -%%DATADIR%%/themes/Default/images/stock-selection-16.png -%%DATADIR%%/themes/Default/images/stock-selection-add-16.png -%%DATADIR%%/themes/Default/images/stock-selection-all-16.png -%%DATADIR%%/themes/Default/images/stock-selection-border-16.png -%%DATADIR%%/themes/Default/images/stock-selection-grow-16.png -%%DATADIR%%/themes/Default/images/stock-selection-intersect-16.png -%%DATADIR%%/themes/Default/images/stock-selection-none-16.png -%%DATADIR%%/themes/Default/images/stock-selection-replace-16.png -%%DATADIR%%/themes/Default/images/stock-selection-shrink-16.png -%%DATADIR%%/themes/Default/images/stock-selection-stroke-16.png -%%DATADIR%%/themes/Default/images/stock-selection-subtract-16.png -%%DATADIR%%/themes/Default/images/stock-selection-to-channel-16.png -%%DATADIR%%/themes/Default/images/stock-selection-to-path-16.png -%%DATADIR%%/themes/Default/images/stock-shape-circle-16.png -%%DATADIR%%/themes/Default/images/stock-shape-diamond-16.png -%%DATADIR%%/themes/Default/images/stock-shape-square-16.png -%%DATADIR%%/themes/Default/images/stock-swap-colors-12.png -%%DATADIR%%/themes/Default/images/stock-template-16.png -%%DATADIR%%/themes/Default/images/stock-template-24.png -%%DATADIR%%/themes/Default/images/stock-text-dir-ltr-24.png -%%DATADIR%%/themes/Default/images/stock-text-dir-rtl-24.png -%%DATADIR%%/themes/Default/images/stock-text-layer-16.png -%%DATADIR%%/themes/Default/images/stock-text-layer-24.png -%%DATADIR%%/themes/Default/images/stock-text-layer-32.png -%%DATADIR%%/themes/Default/images/stock-text-layer-48.png -%%DATADIR%%/themes/Default/images/stock-texture-64.png -%%DATADIR%%/themes/Default/images/stock-toilet-paper-16.png -%%DATADIR%%/themes/Default/images/stock-toilet-paper-24.png -%%DATADIR%%/themes/Default/images/stock-tool-airbrush-16.png -%%DATADIR%%/themes/Default/images/stock-tool-airbrush-22.png -%%DATADIR%%/themes/Default/images/stock-tool-blend-16.png -%%DATADIR%%/themes/Default/images/stock-tool-blend-22.png -%%DATADIR%%/themes/Default/images/stock-tool-blur-16.png -%%DATADIR%%/themes/Default/images/stock-tool-blur-22.png -%%DATADIR%%/themes/Default/images/stock-tool-brightness-contrast-16.png -%%DATADIR%%/themes/Default/images/stock-tool-brightness-contrast-22.png -%%DATADIR%%/themes/Default/images/stock-tool-bucket-fill-16.png -%%DATADIR%%/themes/Default/images/stock-tool-bucket-fill-22.png -%%DATADIR%%/themes/Default/images/stock-tool-by-color-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-by-color-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-clone-16.png -%%DATADIR%%/themes/Default/images/stock-tool-clone-22.png -%%DATADIR%%/themes/Default/images/stock-tool-color-balance-16.png -%%DATADIR%%/themes/Default/images/stock-tool-color-balance-22.png -%%DATADIR%%/themes/Default/images/stock-tool-color-picker-16.png -%%DATADIR%%/themes/Default/images/stock-tool-color-picker-22.png -%%DATADIR%%/themes/Default/images/stock-tool-colorize-16.png -%%DATADIR%%/themes/Default/images/stock-tool-colorize-22.png -%%DATADIR%%/themes/Default/images/stock-tool-crop-16.png -%%DATADIR%%/themes/Default/images/stock-tool-crop-22.png -%%DATADIR%%/themes/Default/images/stock-tool-curves-16.png -%%DATADIR%%/themes/Default/images/stock-tool-curves-22.png -%%DATADIR%%/themes/Default/images/stock-tool-dodge-16.png -%%DATADIR%%/themes/Default/images/stock-tool-dodge-22.png -%%DATADIR%%/themes/Default/images/stock-tool-ellipse-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-ellipse-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-eraser-16.png -%%DATADIR%%/themes/Default/images/stock-tool-eraser-22.png -%%DATADIR%%/themes/Default/images/stock-tool-flip-16.png -%%DATADIR%%/themes/Default/images/stock-tool-flip-22.png -%%DATADIR%%/themes/Default/images/stock-tool-free-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-free-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-fuzzy-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-fuzzy-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-hue-saturation-16.png -%%DATADIR%%/themes/Default/images/stock-tool-hue-saturation-22.png -%%DATADIR%%/themes/Default/images/stock-tool-ink-16.png -%%DATADIR%%/themes/Default/images/stock-tool-ink-22.png -%%DATADIR%%/themes/Default/images/stock-tool-iscissors-16.png -%%DATADIR%%/themes/Default/images/stock-tool-iscissors-22.png -%%DATADIR%%/themes/Default/images/stock-tool-levels-16.png -%%DATADIR%%/themes/Default/images/stock-tool-levels-22.png -%%DATADIR%%/themes/Default/images/stock-tool-measure-16.png -%%DATADIR%%/themes/Default/images/stock-tool-measure-22.png -%%DATADIR%%/themes/Default/images/stock-tool-move-16.png -%%DATADIR%%/themes/Default/images/stock-tool-move-22.png -%%DATADIR%%/themes/Default/images/stock-tool-options-16.png -%%DATADIR%%/themes/Default/images/stock-tool-options-24.png -%%DATADIR%%/themes/Default/images/stock-tool-paintbrush-16.png -%%DATADIR%%/themes/Default/images/stock-tool-paintbrush-22.png -%%DATADIR%%/themes/Default/images/stock-tool-path-16.png -%%DATADIR%%/themes/Default/images/stock-tool-path-22.png -%%DATADIR%%/themes/Default/images/stock-tool-pencil-16.png -%%DATADIR%%/themes/Default/images/stock-tool-pencil-22.png -%%DATADIR%%/themes/Default/images/stock-tool-perspective-16.png -%%DATADIR%%/themes/Default/images/stock-tool-perspective-22.png -%%DATADIR%%/themes/Default/images/stock-tool-posterize-16.png -%%DATADIR%%/themes/Default/images/stock-tool-posterize-22.png -%%DATADIR%%/themes/Default/images/stock-tool-rect-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-rect-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-rotate-16.png -%%DATADIR%%/themes/Default/images/stock-tool-rotate-22.png -%%DATADIR%%/themes/Default/images/stock-tool-scale-16.png -%%DATADIR%%/themes/Default/images/stock-tool-scale-22.png -%%DATADIR%%/themes/Default/images/stock-tool-shear-16.png -%%DATADIR%%/themes/Default/images/stock-tool-shear-22.png -%%DATADIR%%/themes/Default/images/stock-tool-smudge-16.png -%%DATADIR%%/themes/Default/images/stock-tool-smudge-22.png -%%DATADIR%%/themes/Default/images/stock-tool-text-16.png -%%DATADIR%%/themes/Default/images/stock-tool-text-22.png -%%DATADIR%%/themes/Default/images/stock-tool-threshold-16.png -%%DATADIR%%/themes/Default/images/stock-tool-threshold-22.png -%%DATADIR%%/themes/Default/images/stock-tool-zoom-16.png -%%DATADIR%%/themes/Default/images/stock-tool-zoom-22.png -%%DATADIR%%/themes/Default/images/stock-tools-16.png -%%DATADIR%%/themes/Default/images/stock-tools-24.png -%%DATADIR%%/themes/Default/images/stock-transparency-16.png -%%DATADIR%%/themes/Default/images/stock-transparency-24.png -%%DATADIR%%/themes/Default/images/stock-undo-history-16.png -%%DATADIR%%/themes/Default/images/stock-undo-history-24.png -%%DATADIR%%/themes/Default/images/stock-vchain-24.png -%%DATADIR%%/themes/Default/images/stock-vchain-broken-24.png -%%DATADIR%%/themes/Default/images/stock-video-16.png -%%DATADIR%%/themes/Default/images/stock-video-24.png -%%DATADIR%%/themes/Default/images/stock-warning-16.png -%%DATADIR%%/themes/Default/images/stock-warning-24.png -%%DATADIR%%/themes/Default/images/stock-warning-64.png -%%DATADIR%%/themes/Default/images/stock-web-16.png -%%DATADIR%%/themes/Default/images/stock-web-24.png -%%DATADIR%%/themes/Default/images/stock-wilber-16.png -%%DATADIR%%/themes/Default/images/stock-wilber-64.png -%%DATADIR%%/themes/Default/images/stock-wilber-eek-64.png -%%DATADIR%%/themes/Default/images/stock-zoom-follow-window-12.png -%%DATADIR%%/themes/Small/gtkrc -%%DATADIR%%/tips/gimp-tips.xml -share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo -share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/bg/LC_MESSAGES/gimp20-script-fu.mo -share/locale/bg/LC_MESSAGES/gimp20.mo -share/locale/ca/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ca/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ca/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ca/LC_MESSAGES/gimp20.mo -share/locale/cs/LC_MESSAGES/gimp20-libgimp.mo -share/locale/cs/LC_MESSAGES/gimp20-script-fu.mo -share/locale/cs/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/cs/LC_MESSAGES/gimp20.mo -share/locale/da/LC_MESSAGES/gimp20-libgimp.mo -share/locale/da/LC_MESSAGES/gimp20-script-fu.mo -share/locale/da/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/da/LC_MESSAGES/gimp20.mo -share/locale/de/LC_MESSAGES/gimp20-libgimp.mo -share/locale/de/LC_MESSAGES/gimp20-script-fu.mo -share/locale/de/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/de/LC_MESSAGES/gimp20.mo -share/locale/el/LC_MESSAGES/gimp20-libgimp.mo -share/locale/el/LC_MESSAGES/gimp20-script-fu.mo -share/locale/el/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/el/LC_MESSAGES/gimp20.mo -share/locale/en_CA/LC_MESSAGES/gimp20-libgimp.mo -share/locale/en_CA/LC_MESSAGES/gimp20-script-fu.mo -share/locale/en_CA/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/en_CA/LC_MESSAGES/gimp20.mo -share/locale/en_GB/LC_MESSAGES/gimp20-libgimp.mo -share/locale/en_GB/LC_MESSAGES/gimp20-script-fu.mo -share/locale/en_GB/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/en_GB/LC_MESSAGES/gimp20.mo -share/locale/es/LC_MESSAGES/gimp20-libgimp.mo -share/locale/es/LC_MESSAGES/gimp20-script-fu.mo -share/locale/es/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/es/LC_MESSAGES/gimp20.mo -share/locale/eu/LC_MESSAGES/gimp20-libgimp.mo -share/locale/eu/LC_MESSAGES/gimp20-script-fu.mo -share/locale/eu/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/eu/LC_MESSAGES/gimp20.mo -share/locale/fi/LC_MESSAGES/gimp20-libgimp.mo -share/locale/fi/LC_MESSAGES/gimp20-script-fu.mo -share/locale/fi/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/fi/LC_MESSAGES/gimp20.mo -share/locale/fr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/fr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/fr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/fr/LC_MESSAGES/gimp20.mo -share/locale/ga/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ga/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ga/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ga/LC_MESSAGES/gimp20.mo -share/locale/gl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/gl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/gl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/gl/LC_MESSAGES/gimp20.mo -share/locale/he/LC_MESSAGES/gimp20-libgimp.mo -share/locale/he/LC_MESSAGES/gimp20-script-fu.mo -share/locale/he/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/he/LC_MESSAGES/gimp20.mo -share/locale/hr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/hr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/hr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/hr/LC_MESSAGES/gimp20.mo -share/locale/hu/LC_MESSAGES/gimp20-libgimp.mo -share/locale/hu/LC_MESSAGES/gimp20-script-fu.mo -share/locale/hu/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/hu/LC_MESSAGES/gimp20.mo -share/locale/id/LC_MESSAGES/gimp20-libgimp.mo -share/locale/id/LC_MESSAGES/gimp20-script-fu.mo -share/locale/id/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/id/LC_MESSAGES/gimp20.mo -share/locale/it/LC_MESSAGES/gimp20-libgimp.mo -share/locale/it/LC_MESSAGES/gimp20-script-fu.mo -share/locale/it/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/it/LC_MESSAGES/gimp20.mo -share/locale/ja/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ja/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ja/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ja/LC_MESSAGES/gimp20.mo -share/locale/ko/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ko/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ko/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ko/LC_MESSAGES/gimp20.mo -share/locale/lt/LC_MESSAGES/gimp20-libgimp.mo -share/locale/lt/LC_MESSAGES/gimp20-script-fu.mo -share/locale/lt/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/lt/LC_MESSAGES/gimp20.mo -share/locale/mk/LC_MESSAGES/gimp20-libgimp.mo -share/locale/mk/LC_MESSAGES/gimp20-script-fu.mo -share/locale/mk/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/mk/LC_MESSAGES/gimp20.mo -share/locale/ms/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ms/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ms/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ms/LC_MESSAGES/gimp20.mo -share/locale/nb/LC_MESSAGES/gimp20-libgimp.mo -share/locale/nb/LC_MESSAGES/gimp20-script-fu.mo -share/locale/nb/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/nb/LC_MESSAGES/gimp20.mo -share/locale/nl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/nl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/nl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/nl/LC_MESSAGES/gimp20.mo -share/locale/no/LC_MESSAGES/gimp20-libgimp.mo -share/locale/no/LC_MESSAGES/gimp20-script-fu.mo -share/locale/no/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/no/LC_MESSAGES/gimp20.mo -share/locale/pa/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pa/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pa/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pa/LC_MESSAGES/gimp20.mo -share/locale/pl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pl/LC_MESSAGES/gimp20.mo -share/locale/pt/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pt/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pt/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pt/LC_MESSAGES/gimp20.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pt_BR/LC_MESSAGES/gimp20.mo -share/locale/ro/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ro/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ro/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ro/LC_MESSAGES/gimp20.mo -share/locale/ru/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ru/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ru/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ru/LC_MESSAGES/gimp20.mo -share/locale/sk/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sk/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sk/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sk/LC_MESSAGES/gimp20.mo -share/locale/sr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sr/LC_MESSAGES/gimp20.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20.mo -share/locale/sv/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sv/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sv/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sv/LC_MESSAGES/gimp20.mo -share/locale/tr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/tr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/tr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/tr/LC_MESSAGES/gimp20.mo -share/locale/uk/LC_MESSAGES/gimp20-libgimp.mo -share/locale/uk/LC_MESSAGES/gimp20-script-fu.mo -share/locale/uk/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/uk/LC_MESSAGES/gimp20.mo -share/locale/vi/LC_MESSAGES/gimp20-libgimp.mo -share/locale/vi/LC_MESSAGES/gimp20-script-fu.mo -share/locale/vi/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/vi/LC_MESSAGES/gimp20.mo -share/locale/yi/LC_MESSAGES/gimp20-libgimp.mo -share/locale/yi/LC_MESSAGES/gimp20-script-fu.mo -share/locale/yi/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/yi/LC_MESSAGES/gimp20.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-libgimp.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-script-fu.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/zh_CN/LC_MESSAGES/gimp20.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-libgimp.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-script-fu.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/zh_TW/LC_MESSAGES/gimp20.mo -@dirrm %%DATADIR%%/tips -@dirrm %%DATADIR%%/themes/Small -@dirrm %%DATADIR%%/themes/Default/images/preferences -@dirrm %%DATADIR%%/themes/Default/images -@dirrm %%DATADIR%%/themes/Default -@dirrm %%DATADIR%%/themes -@dirrm %%DATADIR%%/scripts/images -@dirrm %%DATADIR%%/scripts -@dirrm %%DATADIR%%/patterns -@dirrm %%DATADIR%%/palettes -@dirrm %%DATADIR%%/misc -@dirrm %%DATADIR%%/menus -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/gradients -@dirrm %%DATADIR%%/gimpressionist/Presets -@dirrm %%DATADIR%%/gimpressionist/Paper -@dirrm %%DATADIR%%/gimpressionist/Brushes -@dirrm %%DATADIR%%/gimpressionist -@dirrm %%DATADIR%%/gflare -@dirrm %%DATADIR%%/gfig -@dirrm %%DATADIR%%/fractalexplorer -@dirrm %%DATADIR%%/fonts -@dirrm %%DATADIR%%/brushes -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%%/libgimpwidgets -@dirrm %%DOCSDIR%%/libgimpthumb -@dirrm %%DOCSDIR%%/libgimpmodule -@dirrm %%DOCSDIR%%/libgimpmath -@dirrm %%DOCSDIR%%/libgimpcolor -@dirrm %%DOCSDIR%%/libgimpbase -@dirrm %%DOCSDIR%%/libgimp -@dirrm %%DOCSDIR%% -@dirrm libexec/gimp/2.2/plug-ins -%%PYTHON:%%@dirrm libexec/gimp/2.2/python -@dirrm libexec/gimp/2.2/modules -@dirrm libexec/gimp/2.2/environ -@dirrm libexec/gimp/2.2 -@dirrm libexec/gimp -@dirrm include/gimp-2.0/libgimpwidgets -@dirrm include/gimp-2.0/libgimpthumb -@dirrm include/gimp-2.0/libgimpmodule -@dirrm include/gimp-2.0/libgimpmath -@dirrm include/gimp-2.0/libgimpcolor -@dirrm include/gimp-2.0/libgimpbase -@dirrm include/gimp-2.0/libgimp -@dirrm include/gimp-2.0 -@dirrm etc/gimp/2.2 -@dirrm etc/gimp -%%GNOMEPANEL:%%@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/no/LC_MESSAGES -@dirrmtry share/locale/no -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile deleted file mode 100644 index a3e163ce9..000000000 --- a/graphics/gimp1/Makefile +++ /dev/null @@ -1,105 +0,0 @@ -# New ports collection makefile for: The GIMP -# Date created: Mon Nov 18 21:28:43 CST 1996 -# Whom: erich@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= gimp -PORTVERSION= 1.2.5 -PORTREVISION= 2 -PORTEPOCH= 1 -CATEGORIES= graphics gnome -MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - http://ftp.man.poznan.pl/pub/%SUBDIR%/ \ - http://fresh.t-systems-sfr.com/unix/src/misc/:mpeg \ - http://ftp.sayclub.com/pub/X/gimp/libs/:mpeg -MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R}/v${PORTVERSION} -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ - mpeg_lib-1.3.1.tar.gz:mpeg - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The GNU Image Manipulation Program - -LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff - -DEPRECATED= New stable release 2.0 can be installed via graphics/gimp port - -NO_LATEST_LINK= yes - -CONFLICTS= gimp-2.* gimp-gnome-2.* gimpshop-[0-9]* - -#SHLIBVER?= ${PORTVERSION:S/1.2.//g} -SHLIBVER?= 2 - -USE_BZIP2= yes -USE_XLIB= yes -USE_XPM= yes -USE_GMAKE= yes -USE_GNOME= gtk12 -USE_GETTEXT= yes -GNU_CONFIGURE== yes -USE_LDCONFIG= yes -PLIST_SUB= SHLIBVER="${SHLIBVER}" -CONFIGURE_ARGS= --disable-perl -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${MPEG_WRKSRC}" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GIMP_DISTFILE= ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} -MPEG_DISTFILE= ${DISTDIR}/mpeg_lib-1.3.1.tar.gz -MPEG_WRKSRC= ${WRKDIR}/mpeg_lib-1.3.1 -MPEG_CONFIGURE_ENV= OPTIMIZE="${CFLAGS}" -MPEG_CONFIGURE_ARGS= --prefix=${PREFIX} \ - --target=${ARCH}-unknown-freebsd${OSREL} - -MAN1= gimp.1 gimptool.1 gimp-remote.1 \ - gimp-1.2.1 gimp-remote-1.2.1 gimptool-1.2.1 -MAN5= gimprc.5 gimprc-1.2.5 - -.if defined(WITHOUT_PRINT) -CONFIGURE_ARGS+= --disable-print -PLIST_SUB+= PRINT="@comment " -.else -LIB_DEPENDS+= gimpprint.2:${PORTSDIR}/print/gimp-print -PLIST_SUB+= PRINT="" -.endif - -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "The Gimp has the following tunable option(s):" - @${ECHO_MSG} "" - @${ECHO_MSG} " WITHOUT_PRINT=yes Turns off GIMP printing" - @${ECHO_MSG} "" - -do-extract: - @${MKDIR} ${WRKDIR} - @(cd ${WRKDIR} && ${BZIP2_CMD} -dc ${GIMP_DISTFILE} | ${TAR} -xf -) - @(cd ${WRKDIR} && ${GZIP_CMD} -dc ${MPEG_DISTFILE} | ${TAR} -xf -) - @(${FIND} ${MPEG_WRKSRC} -type f | ${XARGS} ${CHMOD} u+w) - -pre-configure: - @(cd ${MPEG_WRKSRC} && \ - ${SETENV} CC="${CC}" CXX="${CXX}" \ - CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \ - INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \ - INSTALL_DATA="${INSTALL_DATA}" \ - INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - ${MPEG_CONFIGURE_ENV} ./configure ${MPEG_CONFIGURE_ARGS}) - @(cd ${MPEG_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) - -post-patch: - @${REINPLACE_CMD} -e 's|-lmpeg|${MPEG_WRKSRC}/libmpeg.a|g' \ - ${WRKSRC}/configure - @(cd ${MPEG_WRKSRC} ; \ - ${GREP} -r -l "<malloc.h>" * | \ - ${XARGS} ${REINPLACE_CMD} -e "s/<malloc.h>/<stdlib.h>/") - -post-install: - ${INSTALL_SCRIPT} ${FILESDIR}/gimp.setfont ${PREFIX}/bin - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/graphics/gimp1/distinfo b/graphics/gimp1/distinfo deleted file mode 100644 index 0df76cd42..000000000 --- a/graphics/gimp1/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (gimp-1.2.5.tar.bz2) = b83b55d80e6728268d56620ea4d3051a -SHA256 (gimp-1.2.5.tar.bz2) = 8c94835819203d7bc9bac2266a78bb7610a6dc473043b5362dc2a2aea720773b -SIZE (gimp-1.2.5.tar.bz2) = 10885324 -MD5 (mpeg_lib-1.3.1.tar.gz) = 9d803be0073f42acf87d5fbb339a183b -SHA256 (mpeg_lib-1.3.1.tar.gz) = 29d4cca1ffecf3c5f81aa43c61bce4860c2e6fff459c0c981d8e4d03fbe7d0ef -SIZE (mpeg_lib-1.3.1.tar.gz) = 152092 diff --git a/graphics/gimp1/files/gimp.setfont b/graphics/gimp1/files/gimp.setfont deleted file mode 100644 index f81fa5d9b..000000000 --- a/graphics/gimp1/files/gimp.setfont +++ /dev/null @@ -1,157 +0,0 @@ -#!/usr/bin/perl - -# Font setting Perl script for GIMP -# -# by MANTANI Nobutaka <nobutaka@nobutaka.com> - -$progname = "gimp.setfont"; -$version = "Version 0.4 Feb 07 2000"; - -$fontset{'chinese'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1,-*-kai-medium-r-normal--16-*-*-*-*-*-big5-0"; -$fontset{'czech'} = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-2"; -$fontset{'danish'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"; -$fontset{'dutch'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"; -$fontset{'english'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"; -$fontset{'finnish'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"; -$fontset{'french'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"; -$fontset{'german'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"; -$fontset{'hungarian'} = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-2"; -$fontset{'italian'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"; -$fontset{'japanese'} = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-1,-*-fixed-medium-r-normal--14-*-*-*-*-*-jisx0201.1976-0,-*-fixed-medium-r-normal--14-*-*-*-*-*-jisx0208.1983-0"; -$fontset{'korean'} = "-*-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1,-daewoo-gothic-medium-r-normal--16-*-*-*-*-*-ksc5601.1987-0"; -$fontset{'norwegian'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"; -$fontset{'polish'} = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-2"; -$fontset{'russian'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-koi8-r"; -$fontset{'slovak'} = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-2"; -$fontset{'swedish'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"; -$fontset{'ukrainian'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-koi8-r"; - -$locale{'chinese'} = "zh_TW.Big5"; -$locale{'czech'} = "cs_CZ.ISO8859-2"; -$locale{'danish'} = "da_DK.ISO_8859-1"; -$locale{'dutch'} = "nl_NL.ISO_8859-1"; -$locale{'english'} = "C"; -$locale{'finnish'} = "fi_FI.ISO_8859-1"; -$locale{'french'} = "fr_FR.ISO_8859-1"; -$locale{'german'} = "de_DE.ISO_8859-1"; -$locale{'hungarian'} = "hu_HU.ISO_8859-2"; -$locale{'italian'} = "it_IT.ISO_8859-1"; -$locale{'japanese'} = "ja_JP.EUC"; -$locale{'korean'} = "ko_KR.EUC"; -$locale{'norwegian'} = "no_NO.ISO_8859-1"; -$locale{'polish'} = "pl_PL.ISO_8859-2"; -$locale{'russian'} = "ru_SU.KOI8-R"; -$locale{'slovak'} = "sk_SK.ISO_8859-2"; -$locale{'swedish'} = "sv_SE.ISO_8859-1"; -$locale{'ukrainian'} = "uk_UA.KOI8-U"; - -# Show usage -sub usage() { - print <<EOF; -Usage: gimp.setfont <language> - ----------------------------------------------------------------- -[language] [fontset] - chinese -*-helvetica-(iso8859-1),-*-kai-(big5-0) - czech -*-fixed-(iso8859-2) - danish -*-helvetica-(iso8859-1) - dutch -*-helvetica-(iso8859-1) - english -*-helvetica-(iso8859-1) - finnish -*-helvetica-(iso8859-1) - french -*-helvetica-(iso8859-1) - german -*-helvetica-(iso8859-1) - hungarian -*-fixed-(iso8859-2) - italian -*-helvetica-(iso8859-1) - japanese -*-fixed-(iso8859-1,jisx0201,jisx0208) - korean -*-fixed-(iso8859-1),-daewoo-gothic-(ksc5601) - norwegian -*-helvetica-(iso8859-1) - polish -*-fixed-(iso8859-2) - russian -*-helvetica-(koi8-r) - slovak -*-fixed-(iso8869-2) - swedish -*-helvetica-(iso8859-1) - ukrainian -*-helvetica-(koi8-r) ----------------------------------------------------------------- - -If you need iso8859-2 fonts, please install etlfonts -(x11-fonts/etlfonts). - -EOF -} - -# Write gtkrc of user's .gimp-1.2 directory -sub write_gtkrc($) { - my $fontset = shift; - my $path = "$ENV{'HOME'}/.gimp-1.2"; - - if (-d $path) { - if (-e "$path/gtkrc") { - chmod(0644, "$path/gtkrc"); - print "Renaming $path/gtkrc to $path/gtkrc.old...\n"; - rename("$path/gtkrc", "$path/gtkrc.old"); - } - - print "Writing $path/gtkrc...\n"; - open(FILE, ">$path/gtkrc"); - print FILE <<EOF; -\# style <name> [= <name>] -\# { -\# <option> -\# } -\# -\# widget <widget_set> style <style_name> -\# widget_class <widget_class_set> style <style_name> - -style "default" -{ - fontset = "$fontset" -} - -widget_class "*" style "default" -EOF - close(FILE); - print "Done.\n\n"; - } else { - print <<EOF; -Directory $path is not found. -Please execute "gimp" and install files into $path -directory first. - -EOF - exit; - } -} - -sub main() { - my $lang = $ARGV[0]; - my $tmp = ucfirst($lang); - - print <<EOF; - -$progname - Font setting utility for GIMP ($version) - -EOF - - if (@ARGV != 1) { - usage(); - exit; - } - - print "Setting for $tmp language...\n\n"; - - print qq(Please set "LANG" environment variable to "$locale{$lang}" and execute "gimp".\n\n); - - if ($lang eq "slovak") { - print <<EOF; -And please make symbolic link from lt_LN.ISO_8859-2 to sk_SK.ISO_8859-2 in -/usr/share/locale. - -EOF - } - - write_gtkrc($fontset{$lang}); - - exit; -} - - -main(); diff --git a/graphics/gimp1/files/patch-..::mpeg_lib-1.3.1::Makefile.in b/graphics/gimp1/files/patch-..::mpeg_lib-1.3.1::Makefile.in deleted file mode 100644 index e9163f5a3..000000000 --- a/graphics/gimp1/files/patch-..::mpeg_lib-1.3.1::Makefile.in +++ /dev/null @@ -1,25 +0,0 @@ ---- ../mpeg_lib-1.3.1/Makefile.in.orig Thu Nov 26 11:03:29 1998 -+++ ../mpeg_lib-1.3.1/Makefile.in Tue Jul 9 22:28:11 2002 -@@ -19,7 +19,7 @@ - exec_prefix = @exec_prefix@ - INSTALL_INCLUDE = @includedir@ - INSTALL_LIBRARY = @libdir@ --INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ - - # Other miscellaneous programs - AR = @AR@ -@@ -67,10 +67,9 @@ - $(CC) -shared -o $(SHLIB) $(LIBOBJ) - - install: $(LIBRARY) -- $(INSTALL) -d $(INSTALL_INCLUDE) $(INSTALL_LIBRARY) -- $(INSTALL) -m 0644 $(HEADER) $(INSTALL_INCLUDE)/$(HEADER) -- $(INSTALL) -m 0644 $(LIBRARY) $(INSTALL_LIBRARY)/$(LIBRARY) -- @if test -f $(SHLIB) ; then echo "warning: $(SHLIB) *not* installed (installing shared libraries is too system-specific)" ; fi -+ $(MKDIR) $(INSTALL_INCLUDE) $(INSTALL_LIBRARY) -+ $(INSTALL_DATA) $(HEADER) $(INSTALL_INCLUDE)/$(HEADER) -+ $(INSTALL_DATA) $(LIBRARY) $(INSTALL_LIBRARY)/$(LIBRARY) - - clean: - rm -f $(LIBRARY) $(EXTRAS) $(LIBOBJ) core diff --git a/graphics/gimp1/files/patch-..::mpeg_lib-1.3.1::video.c b/graphics/gimp1/files/patch-..::mpeg_lib-1.3.1::video.c deleted file mode 100644 index 5707b7503..000000000 --- a/graphics/gimp1/files/patch-..::mpeg_lib-1.3.1::video.c +++ /dev/null @@ -1,23 +0,0 @@ ---- ../mpeg_lib-1.3.1/video.c.orig Sat Jul 24 13:00:51 1999 -+++ ../mpeg_lib-1.3.1/video.c Tue Aug 31 23:11:56 1999 -@@ -49,6 +49,10 @@ - #include "proto.h" - #include "my_dmalloc.h" - -+#ifdef _HAVE_PARAM_H -+#include <sys/param.h> -+#endif -+ - /* Declarations of functions. */ - static void ReconIMBlock(VidStream *,int); - static void ReconPMBlock(VidStream *,int,int,int,int); -@@ -445,7 +449,9 @@ - static int num_calls = 0; - unsigned int data; - int i, status; -+#if BSD < 199103 - long int ftell (FILE *stream); -+#endif - - /* If vid_stream is null, create new VidStream structure. */ - diff --git a/graphics/gimp1/files/patch-aa b/graphics/gimp1/files/patch-aa deleted file mode 100644 index 33a7ddbd8..000000000 --- a/graphics/gimp1/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- app/main.c.orig Thu Feb 10 14:41:02 2000 -+++ app/main.c Sat Feb 19 13:51:36 2000 -@@ -22,6 +22,7 @@ - #include <signal.h> - #include <string.h> - #include <sys/types.h> -+#include <floatingpoint.h> - - #ifdef HAVE_SYS_WAIT_H - #include <sys/wait.h> -@@ -129,6 +130,9 @@ - /* Initialize variables */ - - prog_name = argv[0]; -+ -+ /* Ignore floating point exceptions */ -+ fpsetmask(0); - - /* Initialize i18n support */ - INIT_LOCALE ("gimp"); diff --git a/graphics/gimp1/files/patch-ab b/graphics/gimp1/files/patch-ab deleted file mode 100644 index 5c4081c0c..000000000 --- a/graphics/gimp1/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- plug-ins/common/url.c.orig Mon Nov 13 17:06:36 2000 -+++ plug-ins/common/url.c Sun Dec 10 16:17:42 2000 -@@ -189,8 +189,8 @@ - putenv ("LANG=C"); - #endif - -- execlp ("wget", "wget", "-T", TIMEOUT, filename, "-O", tmpname, NULL); -- g_message ("url: exec() failed: wget: %s", g_strerror (errno)); -+ execlp ("fetch", "fetch", "-T", TIMEOUT, filename, "-p", "-o", tmpname, NULL); -+ g_message ("url: exec() failed: fetch: %s", g_strerror (errno)); - g_free (tmpname); - _exit (127); - } diff --git a/graphics/gimp1/files/patch-ac b/graphics/gimp1/files/patch-ac deleted file mode 100644 index 22755b47e..000000000 --- a/graphics/gimp1/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sat May 6 01:10:00 2000 -+++ Makefile.in Sat May 6 01:10:12 2000 -@@ -196,7 +196,7 @@ - - man_MANS = gimp.1 gimptool.1 gimprc.5 - --m4datadir = $(datadir)/aclocal -+m4datadir = $(prefix)/share/aclocal - m4data_DATA = gimp.m4 - - scriptdata = diff --git a/graphics/gimp1/files/patch-ae b/graphics/gimp1/files/patch-ae deleted file mode 100644 index a9cd977ed..000000000 --- a/graphics/gimp1/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- plug-ins/common/plugindetails.c.orig Fri Jan 14 17:26:07 2000 -+++ plug-ins/common/plugindetails.c Fri Jan 14 17:26:21 2000 -@@ -27,7 +27,7 @@ - #include <stdio.h> - #include <string.h> - #include <time.h> -- -+#include <sys/types.h> - #include <gtk/gtk.h> - - #include "libgimp/gimp.h" diff --git a/graphics/gimp1/files/patch-am b/graphics/gimp1/files/patch-am deleted file mode 100644 index 45c58cbe5..000000000 --- a/graphics/gimp1/files/patch-am +++ /dev/null @@ -1,19 +0,0 @@ ---- libgimp/gimp.c.orig Fri May 12 12:37:27 2000 -+++ libgimp/gimp.c Thu May 18 16:42:21 2000 -@@ -26,6 +26,7 @@ - #include <stdlib.h> - #include <string.h> - #include <sys/types.h> -+#include <floatingpoint.h> - - #ifdef HAVE_SYS_TIME_H - #include <sys/time.h> -@@ -211,6 +212,9 @@ - } - - progname = argv[0]; -+ -+ /* Ignore floating point exceptions */ -+ fpsetmask(0); - - g_set_prgname (g_basename (progname)); diff --git a/graphics/gimp1/files/patch-configure b/graphics/gimp1/files/patch-configure deleted file mode 100644 index 4d64eb9d8..000000000 --- a/graphics/gimp1/files/patch-configure +++ /dev/null @@ -1,30 +0,0 @@ ---- configure.orig Mon May 19 18:46:21 2003 -+++ configure Sat May 31 19:37:03 2003 -@@ -1475,7 +1475,7 @@ - GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION - - LT_RELEASE=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION --LT_CURRENT=`expr $GIMP_MICRO_VERSION - $GIMP_INTERFACE_AGE` -+LT_CURRENT=2 - LT_REVISION=$GIMP_INTERFACE_AGE - LT_AGE=`expr $GIMP_BINARY_AGE - $GIMP_INTERFACE_AGE` - LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` -@@ -7535,6 +7535,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -18639,8 +18640,8 @@ - - fi - --gimpdatadir=$datadir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION --gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION -+gimpdatadir=$datadir/$PACKAGE -+gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION - gimpsysconfdir=$sysconfdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION - - localedir='${prefix}/${DATADIRNAME}/locale' diff --git a/graphics/gimp1/files/patch-gimptool-1.2.in b/graphics/gimp1/files/patch-gimptool-1.2.in deleted file mode 100644 index 052cac1df..000000000 --- a/graphics/gimp1/files/patch-gimptool-1.2.in +++ /dev/null @@ -1,26 +0,0 @@ ---- gimptool-1.2.in.orig Wed Feb 20 14:04:01 2002 -+++ gimptool-1.2.in Wed Feb 20 14:04:39 2002 -@@ -227,19 +227,19 @@ - | --uninstall-script | --uninstall-admin-script ) - case $1 in - --*install-bin) -- install_cmd="@INSTALL_PROGRAM@" -+ install_cmd="@INSTALL_SCRIPT@" - install_dir="$HOME/@gimpdir@/plug-ins" - ;; - --install-bin-strip) -- install_cmd="@INSTALL_PROGRAM@ -s" -+ install_cmd="@INSTALL_SCRIPT@ -s" - install_dir="$HOME/@gimpdir@/plug-ins" - ;; - --*install-admin-bin) -- install_cmd="@INSTALL_PROGRAM@" -+ install_cmd="@INSTALL_SCRIPT@" - install_dir="$gimpplugindir/plug-ins" - ;; - --install-admin-bin-strip) -- install_cmd="@INSTALL_PROGRAM@ -s" -+ install_cmd="@INSTALL_SCRIPT@ -s" - install_dir="$gimpplugindir/plug-ins" - ;; - --*install-script) diff --git a/graphics/gimp1/files/patch-libgimp::Makefile.in b/graphics/gimp1/files/patch-libgimp::Makefile.in deleted file mode 100644 index f025eddbe..000000000 --- a/graphics/gimp1/files/patch-libgimp::Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ ---- libgimp/Makefile.in.orig Mon May 19 19:07:25 2003 -+++ libgimp/Makefile.in Sat May 31 19:41:48 2003 -@@ -226,13 +226,13 @@ - 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) $(no_undefined) $(libgimp_export_symbols) -+libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(no_undefined) $(libgimp_export_symbols) - --libgimp_la_LIBADD = $(GLIB_LIBS) $(libmath) -+libgimp_la_LIBADD = $(GTK_LIBS) $(libmath) - - libgimp_la_DEPENDENCIES = $(gimp_def) - --libgimpui_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) $(no_undefined) $(libgimpui_export_symbols) -+libgimpui_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(no_undefined) $(libgimpui_export_symbols) - - - libgimpui_la_LIBADD = $(GTK_LIBS) $(conditional_libgimp_la) diff --git a/graphics/gimp1/files/patch-plug-ins::libgck::gck::Makefile.in b/graphics/gimp1/files/patch-plug-ins::libgck::gck::Makefile.in deleted file mode 100644 index 676401556..000000000 --- a/graphics/gimp1/files/patch-plug-ins::libgck::gck::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- plug-ins/libgck/gck/Makefile.in.orig Tue Feb 12 05:46:23 2002 -+++ plug-ins/libgck/gck/Makefile.in Wed Feb 20 14:00:02 2002 -@@ -193,7 +193,7 @@ - gckinclude_HEADERS = gck.h - - --libgck_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) $(no_undefined) -+libgck_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(no_undefined) - - - INCLUDES = -I.. -I$(srcdir)/.. -I$(top_srcdir) $(GTK_CFLAGS) -I$(includedir) diff --git a/graphics/gimp1/files/patch-plug-ins_Makefile.in b/graphics/gimp1/files/patch-plug-ins_Makefile.in deleted file mode 100644 index 503a87e4f..000000000 --- a/graphics/gimp1/files/patch-plug-ins_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- plug-ins/Makefile.in.orig Mon May 19 19:07:31 2003 -+++ plug-ins/Makefile.in Sat May 31 19:44:38 2003 -@@ -111,7 +111,7 @@ - GTK_CONFIG = @GTK_CONFIG@ - GTK_LIBS = @GTK_LIBS@ - HAVE_GTK_DOC = @HAVE_GTK_DOC@ --HELPBROWSER = @HELPBROWSER@ -+#HELPBROWSER = @HELPBROWSER@ - HTML_DIR = @HTML_DIR@ - INSTOBJEXT = @INSTOBJEXT@ - INTLBISON = @INTLBISON@ diff --git a/graphics/gimp1/files/patch-plug-ins_print_print.c b/graphics/gimp1/files/patch-plug-ins_print_print.c deleted file mode 100644 index 36f4bf714..000000000 --- a/graphics/gimp1/files/patch-plug-ins_print_print.c +++ /dev/null @@ -1,11 +0,0 @@ ---- plug-ins/print/print.c.orig Tue Dec 26 07:43:54 2000 -+++ plug-ins/print/print.c Tue Dec 26 07:44:07 2000 -@@ -1417,7 +1417,7 @@ - - if (i < (sizeof(lpcs) / sizeof(lpcs[0]))) - { -- strcat(command, " status < /dev/null"); -+ strcat(command, " status all < /dev/null"); - type = PRINTERS_LPC; - } - else diff --git a/graphics/gimp1/pkg-descr b/graphics/gimp1/pkg-descr deleted file mode 100644 index 40b6009f8..000000000 --- a/graphics/gimp1/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -The GIMP is designed to provide an intuitive graphical interface to a -variety of image editing operations. Here is a list of the GIMP's -major features: - - Image editing - ------------- - - * Selection tools including rectangle, ellipse, free, fuzzy, bezier - and intelligent. - * Transformation tools including rotate, scale, shear and flip. - * Painting tools including bucket, brush, airbrush, clone, convolve, - blend and text. - * Effects filters (such as blur, edge detect). - * Channel & color operations (such as add, composite, decompose). - * Plug-ins which allow for the easy addition of new file formats and - new effect filters. - * Multiple undo/redo. - -To enable I18N extensions, execute "gimp.setfont" before you use GIMP. - -WWW: http://www.gimp.org/ diff --git a/graphics/gimp1/pkg-message b/graphics/gimp1/pkg-message deleted file mode 100644 index e86b05293..000000000 --- a/graphics/gimp1/pkg-message +++ /dev/null @@ -1,6 +0,0 @@ -*************************************************** -* * -* For I18N support, please execute "gimp.setfont" * -* before running the GIMP. * -* * -*************************************************** diff --git a/graphics/gimp1/pkg-plist b/graphics/gimp1/pkg-plist deleted file mode 100644 index e8b47efe5..000000000 --- a/graphics/gimp1/pkg-plist +++ /dev/null @@ -1,1595 +0,0 @@ -bin/gimp -bin/gimp-1.2 -bin/gimp-config -bin/gimp-remote -bin/gimp-remote-1.2 -bin/gimp.setfont -bin/gimptool -bin/gimptool-1.2 -etc/gimp/1.2/gimprc -etc/gimp/1.2/gimprc_user -etc/gimp/1.2/gtkrc -etc/gimp/1.2/gtkrc_user -etc/gimp/1.2/ps-menurc -etc/gimp/1.2/unitrc -include/gck/gck.h -include/libgimp/gimp.h -include/libgimp/gimp_pdb.h -include/libgimp/gimpbrushes_pdb.h -include/libgimp/gimpbrushselect_pdb.h -include/libgimp/gimpchainbutton.h -include/libgimp/gimpchannel.h -include/libgimp/gimpchannel_pdb.h -include/libgimp/gimpchannelops_pdb.h -include/libgimp/gimpcolor_pdb.h -include/libgimp/gimpcolorbutton.h -include/libgimp/gimpcolordisplay.h -include/libgimp/gimpcolorselector.h -include/libgimp/gimpcolorspace.h -include/libgimp/gimpcompat.h -include/libgimp/gimpconvert_pdb.h -include/libgimp/gimpdialog.h -include/libgimp/gimpdisplay_pdb.h -include/libgimp/gimpdrawable.h -include/libgimp/gimpdrawable_pdb.h -include/libgimp/gimpedit_pdb.h -include/libgimp/gimpenums.h -include/libgimp/gimpenv.h -include/libgimp/gimpexport.h -include/libgimp/gimpfeatures.h -include/libgimp/gimpfileops_pdb.h -include/libgimp/gimpfileselection.h -include/libgimp/gimpfloatingsel_pdb.h -include/libgimp/gimpgimprc_pdb.h -include/libgimp/gimpgradients_pdb.h -include/libgimp/gimpgradientselect.h -include/libgimp/gimpgradientselect_pdb.h -include/libgimp/gimpguides_pdb.h -include/libgimp/gimphelp_pdb.h -include/libgimp/gimphelpui.h -include/libgimp/gimpimage.h -include/libgimp/gimpimage_pdb.h -include/libgimp/gimpintl.h -include/libgimp/gimplayer.h -include/libgimp/gimplayer_pdb.h -include/libgimp/gimplimits.h -include/libgimp/gimpmath.h -include/libgimp/gimpmatrix.h -include/libgimp/gimpmenu.h -include/libgimp/gimpmessage_pdb.h -include/libgimp/gimpmisc_pdb.h -include/libgimp/gimpmodule.h -include/libgimp/gimppalette_pdb.h -include/libgimp/gimpparasite.h -include/libgimp/gimpparasite_pdb.h -include/libgimp/gimpparasiteio.h -include/libgimp/gimppatheditor.h -include/libgimp/gimppaths_pdb.h -include/libgimp/gimppatterns_pdb.h -include/libgimp/gimppatternselect_pdb.h -include/libgimp/gimppixelrgn.h -include/libgimp/gimppixmap.h -include/libgimp/gimpplugin_pdb.h -include/libgimp/gimpproceduraldb.h -include/libgimp/gimpproceduraldb_pdb.h -include/libgimp/gimpquerybox.h -include/libgimp/gimpselection.h -include/libgimp/gimpselection_pdb.h -include/libgimp/gimpsignal.h -include/libgimp/gimpsizeentry.h -include/libgimp/gimptexttool_pdb.h -include/libgimp/gimptile.h -include/libgimp/gimptools_pdb.h -include/libgimp/gimptypes.h -include/libgimp/gimpui.h -include/libgimp/gimpundo_pdb.h -include/libgimp/gimpunit.h -include/libgimp/gimpunit_pdb.h -include/libgimp/gimpunitmenu.h -include/libgimp/gimputils.h -include/libgimp/gimpvector.h -include/libgimp/gimpwidgets.h -lib/libgck.a -lib/libgck.la -lib/libgck.so -lib/libgck.so.%%SHLIBVER%% -lib/libgimp.a -lib/libgimp.la -lib/libgimp.so -lib/libgimp.so.%%SHLIBVER%% -lib/libgimpui.a -lib/libgimpui.la -lib/libgimpui.so -lib/libgimpui.so.%%SHLIBVER%% -libexec/gimp/1.2/modules/libcolorsel_gtk.a -libexec/gimp/1.2/modules/libcolorsel_gtk.la -libexec/gimp/1.2/modules/libcolorsel_gtk.so -libexec/gimp/1.2/modules/libcolorsel_triangle.a -libexec/gimp/1.2/modules/libcolorsel_triangle.la -libexec/gimp/1.2/modules/libcolorsel_triangle.so -libexec/gimp/1.2/modules/libcolorsel_water.a -libexec/gimp/1.2/modules/libcolorsel_water.la -libexec/gimp/1.2/modules/libcolorsel_water.so -libexec/gimp/1.2/plug-ins/AlienMap -libexec/gimp/1.2/plug-ins/AlienMap2 -libexec/gimp/1.2/plug-ins/CEL -libexec/gimp/1.2/plug-ins/CML_explorer -libexec/gimp/1.2/plug-ins/FractalExplorer -libexec/gimp/1.2/plug-ins/Lighting -libexec/gimp/1.2/plug-ins/MapObject -libexec/gimp/1.2/plug-ins/aa -libexec/gimp/1.2/plug-ins/align_layers -libexec/gimp/1.2/plug-ins/animationplay -libexec/gimp/1.2/plug-ins/animoptimize -libexec/gimp/1.2/plug-ins/apply_lens -libexec/gimp/1.2/plug-ins/autocrop -libexec/gimp/1.2/plug-ins/autostretch_hsv -libexec/gimp/1.2/plug-ins/blinds -libexec/gimp/1.2/plug-ins/blur -libexec/gimp/1.2/plug-ins/bmp -libexec/gimp/1.2/plug-ins/borderaverage -libexec/gimp/1.2/plug-ins/bumpmap -libexec/gimp/1.2/plug-ins/bz2 -libexec/gimp/1.2/plug-ins/c_astretch -libexec/gimp/1.2/plug-ins/checkerboard -libexec/gimp/1.2/plug-ins/color_enhance -libexec/gimp/1.2/plug-ins/colorify -libexec/gimp/1.2/plug-ins/colortoalpha -libexec/gimp/1.2/plug-ins/compose -libexec/gimp/1.2/plug-ins/convmatrix -libexec/gimp/1.2/plug-ins/csource -libexec/gimp/1.2/plug-ins/cubism -libexec/gimp/1.2/plug-ins/curve_bend -libexec/gimp/1.2/plug-ins/dbbrowser -libexec/gimp/1.2/plug-ins/decompose -libexec/gimp/1.2/plug-ins/deinterlace -libexec/gimp/1.2/plug-ins/depthmerge -libexec/gimp/1.2/plug-ins/despeckle -libexec/gimp/1.2/plug-ins/destripe -libexec/gimp/1.2/plug-ins/diffraction -libexec/gimp/1.2/plug-ins/displace -libexec/gimp/1.2/plug-ins/edge -libexec/gimp/1.2/plug-ins/emboss -libexec/gimp/1.2/plug-ins/engrave -libexec/gimp/1.2/plug-ins/exchange -libexec/gimp/1.2/plug-ins/faxg3 -libexec/gimp/1.2/plug-ins/film -libexec/gimp/1.2/plug-ins/fits -libexec/gimp/1.2/plug-ins/flame -libexec/gimp/1.2/plug-ins/flarefx -libexec/gimp/1.2/plug-ins/fp -libexec/gimp/1.2/plug-ins/fractaltrace -libexec/gimp/1.2/plug-ins/gap_decode_mpeg -libexec/gimp/1.2/plug-ins/gap_filter -libexec/gimp/1.2/plug-ins/gap_frontends -libexec/gimp/1.2/plug-ins/gap_navigator_dialog -libexec/gimp/1.2/plug-ins/gap_plugins -libexec/gimp/1.2/plug-ins/gauss_iir -libexec/gimp/1.2/plug-ins/gauss_rle -libexec/gimp/1.2/plug-ins/gbr -libexec/gimp/1.2/plug-ins/gdyntext -libexec/gimp/1.2/plug-ins/gee -libexec/gimp/1.2/plug-ins/gee_zoom -libexec/gimp/1.2/plug-ins/gfig -libexec/gimp/1.2/plug-ins/gflare -libexec/gimp/1.2/plug-ins/gfli -libexec/gimp/1.2/plug-ins/gicon -libexec/gimp/1.2/plug-ins/gif -libexec/gimp/1.2/plug-ins/gifload -libexec/gimp/1.2/plug-ins/gih -libexec/gimp/1.2/plug-ins/gimpressionist -libexec/gimp/1.2/plug-ins/glasstile -libexec/gimp/1.2/plug-ins/gqbist -libexec/gimp/1.2/plug-ins/gradmap -libexec/gimp/1.2/plug-ins/grid -libexec/gimp/1.2/plug-ins/gtm -libexec/gimp/1.2/plug-ins/guillotine -libexec/gimp/1.2/plug-ins/gz -libexec/gimp/1.2/plug-ins/header -libexec/gimp/1.2/plug-ins/hot -libexec/gimp/1.2/plug-ins/hrz -libexec/gimp/1.2/plug-ins/ifscompose -libexec/gimp/1.2/plug-ins/illusion -libexec/gimp/1.2/plug-ins/imagemap -libexec/gimp/1.2/plug-ins/iwarp -libexec/gimp/1.2/plug-ins/jigsaw -libexec/gimp/1.2/plug-ins/jpeg -libexec/gimp/1.2/plug-ins/laplace -libexec/gimp/1.2/plug-ins/lic -libexec/gimp/1.2/plug-ins/mail -libexec/gimp/1.2/plug-ins/mapcolor -libexec/gimp/1.2/plug-ins/max_rgb -libexec/gimp/1.2/plug-ins/maze -libexec/gimp/1.2/plug-ins/mblur -libexec/gimp/1.2/plug-ins/mosaic -libexec/gimp/1.2/plug-ins/mpeg -libexec/gimp/1.2/plug-ins/newsprint -libexec/gimp/1.2/plug-ins/nlfilt -libexec/gimp/1.2/plug-ins/noisify -libexec/gimp/1.2/plug-ins/normalize -libexec/gimp/1.2/plug-ins/nova -libexec/gimp/1.2/plug-ins/oilify -libexec/gimp/1.2/plug-ins/pagecurl -libexec/gimp/1.2/plug-ins/papertile -libexec/gimp/1.2/plug-ins/pat -libexec/gimp/1.2/plug-ins/pcx -libexec/gimp/1.2/plug-ins/pix -libexec/gimp/1.2/plug-ins/pixelize -libexec/gimp/1.2/plug-ins/plasma -libexec/gimp/1.2/plug-ins/plugindetails -libexec/gimp/1.2/plug-ins/png -libexec/gimp/1.2/plug-ins/pnm -libexec/gimp/1.2/plug-ins/polar -%%PRINT%%libexec/gimp/1.2/plug-ins/print -libexec/gimp/1.2/plug-ins/ps -libexec/gimp/1.2/plug-ins/psd -libexec/gimp/1.2/plug-ins/psp -libexec/gimp/1.2/plug-ins/randomize -libexec/gimp/1.2/plug-ins/rcm -libexec/gimp/1.2/plug-ins/ripple -libexec/gimp/1.2/plug-ins/rotate -libexec/gimp/1.2/plug-ins/sample_colorize -libexec/gimp/1.2/plug-ins/scatter_hsv -libexec/gimp/1.2/plug-ins/screenshot -libexec/gimp/1.2/plug-ins/script-fu -libexec/gimp/1.2/plug-ins/sel2path -libexec/gimp/1.2/plug-ins/sel_gauss -libexec/gimp/1.2/plug-ins/semiflatten -libexec/gimp/1.2/plug-ins/sgi -libexec/gimp/1.2/plug-ins/sharpen -libexec/gimp/1.2/plug-ins/shift -libexec/gimp/1.2/plug-ins/sinus -libexec/gimp/1.2/plug-ins/smooth_palette -libexec/gimp/1.2/plug-ins/snoise -libexec/gimp/1.2/plug-ins/sobel -libexec/gimp/1.2/plug-ins/sparkle -libexec/gimp/1.2/plug-ins/spread -libexec/gimp/1.2/plug-ins/struc -libexec/gimp/1.2/plug-ins/sunras -libexec/gimp/1.2/plug-ins/tga -libexec/gimp/1.2/plug-ins/threshold_alpha -libexec/gimp/1.2/plug-ins/tiff -libexec/gimp/1.2/plug-ins/tile -libexec/gimp/1.2/plug-ins/tileit -libexec/gimp/1.2/plug-ins/tiler -libexec/gimp/1.2/plug-ins/uniteditor -libexec/gimp/1.2/plug-ins/unsharp -libexec/gimp/1.2/plug-ins/url -libexec/gimp/1.2/plug-ins/video -libexec/gimp/1.2/plug-ins/vinvert -libexec/gimp/1.2/plug-ins/vpropagate -libexec/gimp/1.2/plug-ins/warp -libexec/gimp/1.2/plug-ins/waves -libexec/gimp/1.2/plug-ins/webbrowser -libexec/gimp/1.2/plug-ins/whirlpinch -libexec/gimp/1.2/plug-ins/wind -libexec/gimp/1.2/plug-ins/wmf -libexec/gimp/1.2/plug-ins/xbm -libexec/gimp/1.2/plug-ins/xjt -libexec/gimp/1.2/plug-ins/xpm -libexec/gimp/1.2/plug-ins/xwd -libexec/gimp/1.2/plug-ins/zealouscrop -share/aclocal/gimp.m4 -%%DATADIR%%/brushes/10x10square.gbr -%%DATADIR%%/brushes/10x10squareBlur.gbr -%%DATADIR%%/brushes/11circle.gbr -%%DATADIR%%/brushes/11fcircle.gbr -%%DATADIR%%/brushes/13circle.gbr -%%DATADIR%%/brushes/13fcircle.gbr -%%DATADIR%%/brushes/15circle.gbr -%%DATADIR%%/brushes/15fcircle.gbr -%%DATADIR%%/brushes/17circle.gbr -%%DATADIR%%/brushes/17fcircle.gbr -%%DATADIR%%/brushes/19circle.gbr -%%DATADIR%%/brushes/19fcircle.gbr -%%DATADIR%%/brushes/1circle.gbr -%%DATADIR%%/brushes/20x20square.gbr -%%DATADIR%%/brushes/20x20squareBlur.gbr -%%DATADIR%%/brushes/3circle.gbr -%%DATADIR%%/brushes/3fcircle.gbr -%%DATADIR%%/brushes/5circle.gbr -%%DATADIR%%/brushes/5fcircle.gbr -%%DATADIR%%/brushes/5x5square.gbr -%%DATADIR%%/brushes/5x5squareBlur.gbr -%%DATADIR%%/brushes/7circle.gbr -%%DATADIR%%/brushes/7fcircle.gbr -%%DATADIR%%/brushes/9circle.gbr -%%DATADIR%%/brushes/9fcircle.gbr -%%DATADIR%%/brushes/DStar11.gbr -%%DATADIR%%/brushes/DStar17.gbr -%%DATADIR%%/brushes/DStar25.gbr -%%DATADIR%%/brushes/SketchBrush-16.gih -%%DATADIR%%/brushes/SketchBrush-32.gih -%%DATADIR%%/brushes/SketchBrush-64.gih -%%DATADIR%%/brushes/callig1.gbr -%%DATADIR%%/brushes/callig2.gbr -%%DATADIR%%/brushes/callig3.gbr -%%DATADIR%%/brushes/callig4.gbr -%%DATADIR%%/brushes/confetti.gbr -%%DATADIR%%/brushes/confetti.gih -%%DATADIR%%/brushes/dunes.gbr -%%DATADIR%%/brushes/feltpen.gih -%%DATADIR%%/brushes/hsparks.gih -%%DATADIR%%/brushes/galaxy.gbr -%%DATADIR%%/brushes/galaxy_big.gbr -%%DATADIR%%/brushes/galaxy_small.gbr -%%DATADIR%%/brushes/pepper.gbr -%%DATADIR%%/brushes/pixel.gbr -%%DATADIR%%/brushes/thegimp.gbr -%%DATADIR%%/brushes/vine.gih -%%DATADIR%%/brushes/xcf.gbr -%%DATADIR%%/devel-docs/html/libgimp/gimpchainbutton.html -%%DATADIR%%/devel-docs/html/libgimp/gimpcolorbutton.html -%%DATADIR%%/devel-docs/html/libgimp/gimpdefinitions.html -%%DATADIR%%/devel-docs/html/libgimp/gimpfileselection.html -%%DATADIR%%/devel-docs/html/libgimp/gimpmodule.html -%%DATADIR%%/devel-docs/html/libgimp/gimppatheditor.html -%%DATADIR%%/devel-docs/html/libgimp/gimppixmap.html -%%DATADIR%%/devel-docs/html/libgimp/gimpsizeentry.html -%%DATADIR%%/devel-docs/html/libgimp/gimpunitmenu.html -%%DATADIR%%/devel-docs/html/libgimp/index.html -%%DATADIR%%/devel-docs/html/libgimp/index.sgml -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimp.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpbrushes.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpchannel.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpchannelops.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpcolor.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpcolordisplay.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpcolorselector.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpcolorspace.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpcompat.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpconvert.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpdialog.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpdisplay.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpdrawable.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpedit.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpenums.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpenv.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpexport.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpfeatures.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpfileops.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpfloatingsel.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpgimprc.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpgradients.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpguides.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimphelp.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimphelpui.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpimage.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimplayer.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimplimits.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpmath.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpmatrix.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpmenu.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpmessage.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpmisc.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpmodule.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimppalette.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpparasite.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpparasiteio.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimppatterns.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimppixelrgn.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpplugin.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpproceduraldb.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpprotocol.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpquerybox.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpselection.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpsignal.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimptexttool.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimptile.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimptools.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpui.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpundo.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpunit.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimputils.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpvector.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpwidgets.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp-gimpwire.html -%%DATADIR%%/devel-docs/html/libgimp/libgimp.html -%%DATADIR%%/devel-docs/html/libgimp/libgimpui.html -%%DATADIR%%/fractalexplorer/Asteroid_Field -%%DATADIR%%/fractalexplorer/Bar_Code_Label -%%DATADIR%%/fractalexplorer/Beauty_of_Nature -%%DATADIR%%/fractalexplorer/Blue_Curtain -%%DATADIR%%/fractalexplorer/Car_Track -%%DATADIR%%/fractalexplorer/Energetic_Diamond -%%DATADIR%%/fractalexplorer/Explosive -%%DATADIR%%/fractalexplorer/Flower -%%DATADIR%%/fractalexplorer/Fragments -%%DATADIR%%/fractalexplorer/Hemp -%%DATADIR%%/fractalexplorer/High_Voltage -%%DATADIR%%/fractalexplorer/Hoops -%%DATADIR%%/fractalexplorer/Ice_Crystal -%%DATADIR%%/fractalexplorer/Leaves -%%DATADIR%%/fractalexplorer/Lightning -%%DATADIR%%/fractalexplorer/Mandelbrot -%%DATADIR%%/fractalexplorer/Marble -%%DATADIR%%/fractalexplorer/Marble2 -%%DATADIR%%/fractalexplorer/Medusa -%%DATADIR%%/fractalexplorer/Nautilus -%%DATADIR%%/fractalexplorer/Nebula -%%DATADIR%%/fractalexplorer/Plant -%%DATADIR%%/fractalexplorer/Rose -%%DATADIR%%/fractalexplorer/Saturn -%%DATADIR%%/fractalexplorer/Snow_Crystal -%%DATADIR%%/fractalexplorer/Soma -%%DATADIR%%/fractalexplorer/Spark -%%DATADIR%%/fractalexplorer/Suns -%%DATADIR%%/fractalexplorer/Tentacles -%%DATADIR%%/fractalexplorer/The_Green_Place -%%DATADIR%%/fractalexplorer/Wave -%%DATADIR%%/fractalexplorer/Wood -%%DATADIR%%/fractalexplorer/Zooming_Circle -%%DATADIR%%/gfig/A_star -%%DATADIR%%/gfig/curves -%%DATADIR%%/gfig/polys -%%DATADIR%%/gfig/ring -%%DATADIR%%/gfig/ring+star -%%DATADIR%%/gfig/simily -%%DATADIR%%/gfig/spirals_and_stars -%%DATADIR%%/gfig/sprial -%%DATADIR%%/gfig/star2 -%%DATADIR%%/gfig/stars -%%DATADIR%%/gflare/Bright_Star -%%DATADIR%%/gflare/Classic -%%DATADIR%%/gflare/Default -%%DATADIR%%/gflare/Distant_Sun -%%DATADIR%%/gflare/GFlare_101 -%%DATADIR%%/gflare/GFlare_102 -%%DATADIR%%/gflare/Hidden_Planet -%%DATADIR%%/gimp_logo.ppm -%%DATADIR%%/gimp_splash.ppm -%%DATADIR%%/gimpressionist/Brushes/arrow01.pgm -%%DATADIR%%/gimpressionist/Brushes/ball.ppm -%%DATADIR%%/gimpressionist/Brushes/blob.ppm -%%DATADIR%%/gimpressionist/Brushes/box.ppm -%%DATADIR%%/gimpressionist/Brushes/chalk01.pgm -%%DATADIR%%/gimpressionist/Brushes/cone.ppm -%%DATADIR%%/gimpressionist/Brushes/crayon01.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon02.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon03.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon04.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon05.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon06.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon07.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon08.pgm -%%DATADIR%%/gimpressionist/Brushes/defaultbrush.pgm -%%DATADIR%%/gimpressionist/Brushes/dribble.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric01.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric02.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric03.pgm -%%DATADIR%%/gimpressionist/Brushes/flower01.pgm -%%DATADIR%%/gimpressionist/Brushes/flower02.pgm -%%DATADIR%%/gimpressionist/Brushes/flower03.pgm -%%DATADIR%%/gimpressionist/Brushes/flower04.pgm -%%DATADIR%%/gimpressionist/Brushes/grad01.pgm -%%DATADIR%%/gimpressionist/Brushes/grad02.pgm -%%DATADIR%%/gimpressionist/Brushes/grad03.pgm -%%DATADIR%%/gimpressionist/Brushes/heart.ppm -%%DATADIR%%/gimpressionist/Brushes/leaf01.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush01.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush02.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush03.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush04.pgm -%%DATADIR%%/gimpressionist/Brushes/paper01.pgm -%%DATADIR%%/gimpressionist/Brushes/paper02.pgm -%%DATADIR%%/gimpressionist/Brushes/paper03.pgm -%%DATADIR%%/gimpressionist/Brushes/paper04.pgm -%%DATADIR%%/gimpressionist/Brushes/pentagram.pgm -%%DATADIR%%/gimpressionist/Brushes/scribble.pgm -%%DATADIR%%/gimpressionist/Brushes/shape01.pgm -%%DATADIR%%/gimpressionist/Brushes/shape02.pgm -%%DATADIR%%/gimpressionist/Brushes/shape03.pgm -%%DATADIR%%/gimpressionist/Brushes/shape04.pgm -%%DATADIR%%/gimpressionist/Brushes/snow1.pgm -%%DATADIR%%/gimpressionist/Brushes/sphere.ppm -%%DATADIR%%/gimpressionist/Brushes/splat1.pgm -%%DATADIR%%/gimpressionist/Brushes/splat2.pgm -%%DATADIR%%/gimpressionist/Brushes/splat3.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge01.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge02.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge03.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge04.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge05.pgm -%%DATADIR%%/gimpressionist/Brushes/strange01.pgm -%%DATADIR%%/gimpressionist/Brushes/thegimp.pgm -%%DATADIR%%/gimpressionist/Brushes/torus.ppm -%%DATADIR%%/gimpressionist/Brushes/wavy.pgm -%%DATADIR%%/gimpressionist/Brushes/weave.pgm -%%DATADIR%%/gimpressionist/Brushes/worm.pgm -%%DATADIR%%/gimpressionist/Paper/bricks.pgm -%%DATADIR%%/gimpressionist/Paper/bricks2.pgm -%%DATADIR%%/gimpressionist/Paper/burlap.pgm -%%DATADIR%%/gimpressionist/Paper/canvas2.pgm -%%DATADIR%%/gimpressionist/Paper/defaultpaper.pgm -%%DATADIR%%/gimpressionist/Paper/marble.pgm -%%DATADIR%%/gimpressionist/Paper/marble2.pgm -%%DATADIR%%/gimpressionist/Paper/struc.pgm -%%DATADIR%%/gimpressionist/Paper/stone.pgm -%%DATADIR%%/gimpressionist/Presets/ApplyCanvas -%%DATADIR%%/gimpressionist/Presets/Ballpark -%%DATADIR%%/gimpressionist/Presets/Canvas -%%DATADIR%%/gimpressionist/Presets/Crosshatch -%%DATADIR%%/gimpressionist/Presets/Cubism -%%DATADIR%%/gimpressionist/Presets/Dotify -%%DATADIR%%/gimpressionist/Presets/Embroidery -%%DATADIR%%/gimpressionist/Presets/Feathers -%%DATADIR%%/gimpressionist/Presets/Felt-marker -%%DATADIR%%/gimpressionist/Presets/Flowerbed -%%DATADIR%%/gimpressionist/Presets/Furry -%%DATADIR%%/gimpressionist/Presets/Line-art -%%DATADIR%%/gimpressionist/Presets/Line-art-2 -%%DATADIR%%/gimpressionist/Presets/Maggot-invasion -%%DATADIR%%/gimpressionist/Presets/MarbleMadness -%%DATADIR%%/gimpressionist/Presets/Mossy -%%DATADIR%%/gimpressionist/Presets/Painted_Rock -%%DATADIR%%/gimpressionist/Presets/Parquette -%%DATADIR%%/gimpressionist/Presets/Patchwork -%%DATADIR%%/gimpressionist/Presets/Ringworks -%%DATADIR%%/gimpressionist/Presets/Sample -%%DATADIR%%/gimpressionist/Presets/Smash -%%DATADIR%%/gimpressionist/Presets/Straws -%%DATADIR%%/gimpressionist/Presets/Weave -%%DATADIR%%/gimpressionist/Presets/Wormcan -%%DATADIR%%/gradients/Abstract_1 -%%DATADIR%%/gradients/Abstract_2 -%%DATADIR%%/gradients/Abstract_3 -%%DATADIR%%/gradients/Aneurism -%%DATADIR%%/gradients/Blinds -%%DATADIR%%/gradients/Blue_Green -%%DATADIR%%/gradients/Browns -%%DATADIR%%/gradients/Brushed_Aluminium -%%DATADIR%%/gradients/Burning_Paper -%%DATADIR%%/gradients/Burning_Transparency -%%DATADIR%%/gradients/CD -%%DATADIR%%/gradients/CD_Half -%%DATADIR%%/gradients/Caribbean_Blues -%%DATADIR%%/gradients/Coffee -%%DATADIR%%/gradients/Cold_Steel -%%DATADIR%%/gradients/Cold_Steel_2 -%%DATADIR%%/gradients/Crown_molding -%%DATADIR%%/gradients/Danish_flag -%%DATADIR%%/gradients/Dark_1 -%%DATADIR%%/gradients/Deep_Sea -%%DATADIR%%/gradients/Default -%%DATADIR%%/gradients/Flare_Glow_Angular_1 -%%DATADIR%%/gradients/Flare_Glow_Radial_1 -%%DATADIR%%/gradients/Flare_Glow_Radial_2 -%%DATADIR%%/gradients/Flare_Glow_Radial_3 -%%DATADIR%%/gradients/Flare_Glow_Radial_4 -%%DATADIR%%/gradients/Flare_Radial_101 -%%DATADIR%%/gradients/Flare_Radial_102 -%%DATADIR%%/gradients/Flare_Radial_103 -%%DATADIR%%/gradients/Flare_Rays_Radial_1 -%%DATADIR%%/gradients/Flare_Rays_Radial_2 -%%DATADIR%%/gradients/Flare_Rays_Size_1 -%%DATADIR%%/gradients/Flare_Sizefac_101 -%%DATADIR%%/gradients/Four_bars -%%DATADIR%%/gradients/French_flag -%%DATADIR%%/gradients/French_flag_smooth -%%DATADIR%%/gradients/Full_saturation_spectrum_CCW -%%DATADIR%%/gradients/Full_saturation_spectrum_CW -%%DATADIR%%/gradients/German_flag -%%DATADIR%%/gradients/German_flag_smooth -%%DATADIR%%/gradients/Golden -%%DATADIR%%/gradients/Greens -%%DATADIR%%/gradients/Horizon_1 -%%DATADIR%%/gradients/Horizon_2 -%%DATADIR%%/gradients/Incandescent -%%DATADIR%%/gradients/Land_1 -%%DATADIR%%/gradients/Land_and_Sea -%%DATADIR%%/gradients/Metallic_Something -%%DATADIR%%/gradients/Mexican_flag -%%DATADIR%%/gradients/Mexican_flag_smooth -%%DATADIR%%/gradients/Nauseating_Headache -%%DATADIR%%/gradients/Neon_Cyan -%%DATADIR%%/gradients/Neon_Green -%%DATADIR%%/gradients/Neon_Yellow -%%DATADIR%%/gradients/Pastel_Rainbow -%%DATADIR%%/gradients/Pastels -%%DATADIR%%/gradients/Purples -%%DATADIR%%/gradients/Radial_Eyeball_Blue -%%DATADIR%%/gradients/Radial_Eyeball_Brown -%%DATADIR%%/gradients/Radial_Eyeball_Green -%%DATADIR%%/gradients/Radial_Glow_1 -%%DATADIR%%/gradients/Radial_Rainbow_Hoop -%%DATADIR%%/gradients/Romanian_flag -%%DATADIR%%/gradients/Romanian_flag_smooth -%%DATADIR%%/gradients/Rounded_edge -%%DATADIR%%/gradients/Shadows_1 -%%DATADIR%%/gradients/Shadows_2 -%%DATADIR%%/gradients/Shadows_3 -%%DATADIR%%/gradients/Skyline -%%DATADIR%%/gradients/Skyline_polluted -%%DATADIR%%/gradients/Square_Wood_Frame -%%DATADIR%%/gradients/Sunrise -%%DATADIR%%/gradients/Three_bars_sin -%%DATADIR%%/gradients/Tropical_Colors -%%DATADIR%%/gradients/Tube_Red -%%DATADIR%%/gradients/Wood_1 -%%DATADIR%%/gradients/Wood_2 -%%DATADIR%%/gradients/Yellow_Contrast -%%DATADIR%%/gradients/Yellow_Orange -%%DATADIR%%/help/C/bug_submission.html -%%DATADIR%%/help/C/channels/channel_to_selection.html -%%DATADIR%%/help/C/channels/delete_channel.html -@exec mkdir -p %D/%%DATADIR%%/help/C/channels -@exec ln -sf %D/%%DATADIR%%/help/C/dialogs/channels %D/%%DATADIR%%/help/C/channels/dialogs -@unexec rm -f %D/%%DATADIR%%/help/C/channels/dialogs -%%DATADIR%%/help/C/channels/duplicate_channel.html -%%DATADIR%%/help/C/channels/index.html -%%DATADIR%%/help/C/channels/lower_channel.html -%%DATADIR%%/help/C/channels/raise_channel.html -%%DATADIR%%/help/C/command_line.html -%%DATADIR%%/help/C/contents.html -%%DATADIR%%/help/C/dialogs/about.html -%%DATADIR%%/help/C/dialogs/border_selection.html -%%DATADIR%%/help/C/dialogs/brush_editor.html -%%DATADIR%%/help/C/dialogs/brush_selection.html -%%DATADIR%%/help/C/dialogs/channels/channels.html -%%DATADIR%%/help/C/dialogs/channels/edit_channel_attributes.html -%%DATADIR%%/help/C/dialogs/channels/new_channel.html -%%DATADIR%%/help/C/dialogs/color_selectors/built_in.html -%%DATADIR%%/help/C/dialogs/color_selectors/gtk.html -%%DATADIR%%/help/C/dialogs/color_selectors/triangle.html -%%DATADIR%%/help/C/dialogs/color_selectors/watercolor.html -%%DATADIR%%/help/C/dialogs/confirm_save.html -%%DATADIR%%/help/C/dialogs/convert_to_indexed.html -%%DATADIR%%/help/C/dialogs/copy_named.html -%%DATADIR%%/help/C/dialogs/cut_named.html -%%DATADIR%%/help/C/dialogs/device_status.html -%%DATADIR%%/help/C/dialogs/document_index.html -%%DATADIR%%/help/C/dialogs/edit_qmask_attributes.html -%%DATADIR%%/help/C/dialogs/error_console.html -%%DATADIR%%/help/C/dialogs/export_file.html -%%DATADIR%%/help/C/dialogs/feather_selection.html -%%DATADIR%%/help/C/dialogs/file_new.html -%%DATADIR%%/help/C/dialogs/file_open.html -%%DATADIR%%/help/C/dialogs/file_save.html -%%DATADIR%%/help/C/dialogs/gradient_editor/copy_gradient.html -%%DATADIR%%/help/C/dialogs/gradient_editor/delete_gradient.html -%%DATADIR%%/help/C/dialogs/gradient_editor/gradient_editor.html -%%DATADIR%%/help/C/dialogs/gradient_editor/new_gradient.html -%%DATADIR%%/help/C/dialogs/gradient_editor/rename_gradient.html -%%DATADIR%%/help/C/dialogs/gradient_editor/replicate_segment.html -%%DATADIR%%/help/C/dialogs/gradient_editor/save_as_povray.html -%%DATADIR%%/help/C/dialogs/gradient_editor/split_segments_uniformly.html -%%DATADIR%%/help/C/dialogs/gradient_selection.html -%%DATADIR%%/help/C/dialogs/grow_selection.html -%%DATADIR%%/help/C/dialogs/help.html -%%DATADIR%%/help/C/dialogs/index.html -%%DATADIR%%/help/C/dialogs/indexed_palette.html -%%DATADIR%%/help/C/dialogs/info_window.html -%%DATADIR%%/help/C/dialogs/input_devices.html -%%DATADIR%%/help/C/dialogs/layers/add_layer_mask.html -%%DATADIR%%/help/C/dialogs/layers/edit_layer_attributes.html -%%DATADIR%%/help/C/dialogs/layers/layer_boundary_size.html -%%DATADIR%%/help/C/dialogs/layers/layers.html -%%DATADIR%%/help/C/dialogs/layers/merge_visible_layers.html -%%DATADIR%%/help/C/dialogs/layers/new_layer.html -%%DATADIR%%/help/C/dialogs/layers/scale_layer.html -%%DATADIR%%/help/C/dialogs/layers_and_channels.html -%%DATADIR%%/help/C/dialogs/module_browser.html -%%DATADIR%%/help/C/dialogs/navigation_window.html -%%DATADIR%%/help/C/dialogs/offset.html -%%DATADIR%%/help/C/dialogs/palette_editor/delete_palette.html -%%DATADIR%%/help/C/dialogs/palette_editor/import_palette.html -%%DATADIR%%/help/C/dialogs/palette_editor/merge_palette.html -%%DATADIR%%/help/C/dialogs/palette_editor/new_palette.html -%%DATADIR%%/help/C/dialogs/palette_editor/palette_editor.html -%%DATADIR%%/help/C/dialogs/palette_selection.html -%%DATADIR%%/help/C/dialogs/paste_named.html -%%DATADIR%%/help/C/dialogs/paths/edit_path_attributes.html -%%DATADIR%%/help/C/dialogs/paths/export_path.html -%%DATADIR%%/help/C/dialogs/paths/import_path.html -%%DATADIR%%/help/C/dialogs/paths/paths.html -%%DATADIR%%/help/C/dialogs/pattern_selection.html -%%DATADIR%%/help/C/dialogs/preferences/directories.html -%%DATADIR%%/help/C/dialogs/preferences/display.html -%%DATADIR%%/help/C/dialogs/preferences/environment.html -%%DATADIR%%/help/C/dialogs/preferences/interface.html -%%DATADIR%%/help/C/dialogs/preferences/monitor.html -%%DATADIR%%/help/C/dialogs/preferences/new_file.html -%%DATADIR%%/help/C/dialogs/preferences/preferences.html -%%DATADIR%%/help/C/dialogs/preferences/session.html -%%DATADIR%%/help/C/dialogs/really_close.html -%%DATADIR%%/help/C/dialogs/really_quit.html -%%DATADIR%%/help/C/dialogs/scale_image.html -%%DATADIR%%/help/C/dialogs/scale_layer_warn.html -%%DATADIR%%/help/C/dialogs/set_canvas_size.html -%%DATADIR%%/help/C/dialogs/shrink_selection.html -%%DATADIR%%/help/C/dialogs/tip_of_the_day.html -%%DATADIR%%/help/C/dialogs/tool_options.html -%%DATADIR%%/help/C/dialogs/undo_history.html -%%DATADIR%%/help/C/file/close.html -@exec mkdir -p %D/%%DATADIR%%/help/C/file -@exec ln -sf %D/%%DATADIR%%/help/C/dialogs %D/%%DATADIR%%/help/C/file/dialogs -@unexec rm -f %D/%%DATADIR%%/help/C/file/dialogs -@exec ln -sf %D/%%DATADIR%%/help/C/filters %D/%%DATADIR%%/help/C/file/filters -@unexec rm -f %D/%%DATADIR%%/help/C/file/filters -%%DATADIR%%/help/C/file/index.html -%%DATADIR%%/help/C/file/last_opened.html -@exec ln -sf %D/%%DATADIR%%/help/C/open %D/%%DATADIR%%/help/C/file/open -@unexec rm -f %D/%%DATADIR%%/help/C/file/open -%%DATADIR%%/help/C/file/revert.html -%%DATADIR%%/help/C/file/quit.html -@exec ln -sf %D/%%DATADIR%%/help/C/save %D/%%DATADIR%%/help/C/file/save -@unexec rm -f %D/%%DATADIR%%/help/C/file/save -%%DATADIR%%/help/C/file_formats.html -%%DATADIR%%/help/C/filters/alienmap.html -%%DATADIR%%/help/C/filters/alienmap2.html -%%DATADIR%%/help/C/filters/align_layers.html -%%DATADIR%%/help/C/filters/animate_cells.html -%%DATADIR%%/help/C/filters/animationplay.html -%%DATADIR%%/help/C/filters/animoptimize.html -%%DATADIR%%/help/C/filters/apply_lens.html -%%DATADIR%%/help/C/filters/applycanvas.html -%%DATADIR%%/help/C/filters/autocrop.html -%%DATADIR%%/help/C/filters/autostretch_hsv.html -%%DATADIR%%/help/C/filters/blended2.html -%%DATADIR%%/help/C/filters/blinds.html -%%DATADIR%%/help/C/filters/blur.html -%%DATADIR%%/help/C/filters/blowinout.html -%%DATADIR%%/help/C/filters/border.html -%%DATADIR%%/help/C/filters/borderaverage.html -%%DATADIR%%/help/C/filters/bumpmap.html -%%DATADIR%%/help/C/filters/burst.html -%%DATADIR%%/help/C/filters/bz2.html -%%DATADIR%%/help/C/filters/c_astretch.html -%%DATADIR%%/help/C/filters/centerguide.html -%%DATADIR%%/help/C/filters/checkerboard.html -%%DATADIR%%/help/C/filters/cml_explorer.html -%%DATADIR%%/help/C/filters/color_enhance.html -%%DATADIR%%/help/C/filters/colorify.html -%%DATADIR%%/help/C/filters/colortoalpha.html -%%DATADIR%%/help/C/filters/convmatrix.html -%%DATADIR%%/help/C/filters/compose.html -%%DATADIR%%/help/C/filters/cubism.html -%%DATADIR%%/help/C/filters/curve_bend.html -%%DATADIR%%/help/C/filters/decompose.html -%%DATADIR%%/help/C/filters/deinterlace.html -%%DATADIR%%/help/C/filters/depthmerge.html -%%DATADIR%%/help/C/filters/despeckle.html -%%DATADIR%%/help/C/filters/destripe.html -%%DATADIR%%/help/C/filters/diffraction.html -%%DATADIR%%/help/C/filters/displace.html -%%DATADIR%%/help/C/filters/ditherize.html -%%DATADIR%%/help/C/filters/dust.html -%%DATADIR%%/help/C/filters/edge.html -%%DATADIR%%/help/C/filters/emboss.html -%%DATADIR%%/help/C/filters/engrave.html -%%DATADIR%%/help/C/filters/exchange.html -%%DATADIR%%/help/C/filters/fade-alpha.html -%%DATADIR%%/help/C/filters/film.html -%%DATADIR%%/help/C/filters/fire.html -%%DATADIR%%/help/C/filters/fit-text.html -%%DATADIR%%/help/C/filters/fits.html -%%DATADIR%%/help/C/filters/flame.html -%%DATADIR%%/help/C/filters/flarefx.html -%%DATADIR%%/help/C/filters/fractalexplorer.html -%%DATADIR%%/help/C/filters/fractaltrace.html -%%DATADIR%%/help/C/filters/fp.html -%%DATADIR%%/help/C/filters/frame_filter.html -%%DATADIR%%/help/C/filters/gap_filter.html -%%DATADIR%%/help/C/filters/gap_frontends.html -%%DATADIR%%/help/C/filters/gap_navigator_dialog.html -%%DATADIR%%/help/C/filters/gap_plugins.html -%%DATADIR%%/help/C/filters/gauss_iir.html -%%DATADIR%%/help/C/filters/gauss_rle.html -%%DATADIR%%/help/C/filters/gee_zoom.html -%%DATADIR%%/help/C/filters/gdyntext.html -%%DATADIR%%/help/C/filters/gfig.html -%%DATADIR%%/help/C/filters/gflare.html -%%DATADIR%%/help/C/filters/gih.html -%%DATADIR%%/help/C/filters/gimpressionist.html -%%DATADIR%%/help/C/filters/glasstile.html -%%DATADIR%%/help/C/filters/glowing_steel.html -%%DATADIR%%/help/C/filters/gouge.html -%%DATADIR%%/help/C/filters/gradmap.html -%%DATADIR%%/help/C/filters/grid.html -%%DATADIR%%/help/C/filters/gqbist.html -%%DATADIR%%/help/C/filters/gtm.html -%%DATADIR%%/help/C/filters/guide_remove.html -%%DATADIR%%/help/C/filters/guidegrid.html -%%DATADIR%%/help/C/filters/guides_to_selection.html -%%DATADIR%%/help/C/filters/guillotine.html -%%DATADIR%%/help/C/filters/gz.html -%%DATADIR%%/help/C/filters/hot.html -%%DATADIR%%/help/C/filters/hrz.html -%%DATADIR%%/help/C/filters/ifscompose.html -%%DATADIR%%/help/C/filters/illusion.html -%%DATADIR%%/help/C/filters/image_tile.html -%%DATADIR%%/help/C/filters/imagemap.html -%%DATADIR%%/help/C/filters/iwarp.html -%%DATADIR%%/help/C/filters/index.html -%%DATADIR%%/help/C/filters/jigsaw.html -%%DATADIR%%/help/C/filters/jpeg.html -%%DATADIR%%/help/C/filters/laplace.html -%%DATADIR%%/help/C/filters/layerfuncs.html -%%DATADIR%%/help/C/filters/lic.html -%%DATADIR%%/help/C/filters/lighting.html -%%DATADIR%%/help/C/filters/logulator.html -%%DATADIR%%/help/C/filters/mail.html -%%DATADIR%%/help/C/filters/map_to_gradient.html -%%DATADIR%%/help/C/filters/mapcolor.html -%%DATADIR%%/help/C/filters/mapobject.html -%%DATADIR%%/help/C/filters/max_rgb.html -%%DATADIR%%/help/C/filters/maze.html -%%DATADIR%%/help/C/filters/mblur.html -%%DATADIR%%/help/C/filters/miff.html -%%DATADIR%%/help/C/filters/mirrorsplit.html -%%DATADIR%%/help/C/filters/mosaic.html -%%DATADIR%%/help/C/filters/newsprint.html -%%DATADIR%%/help/C/filters/nlfilt.html -%%DATADIR%%/help/C/filters/nova.html -%%DATADIR%%/help/C/filters/noisify.html -%%DATADIR%%/help/C/filters/none.html -%%DATADIR%%/help/C/filters/normalize.html -%%DATADIR%%/help/C/filters/oilify.html -%%DATADIR%%/help/C/filters/pagecurl.html -%%DATADIR%%/help/C/filters/papertile.html -%%DATADIR%%/help/C/filters/pat.html -%%DATADIR%%/help/C/filters/perlotine.html -%%DATADIR%%/help/C/filters/pixelmap.html -%%DATADIR%%/help/C/filters/pixelize.html -%%DATADIR%%/help/C/filters/plasma.html -%%DATADIR%%/help/C/filters/polar.html -%%DATADIR%%/help/C/filters/prep4gif.html -%%DATADIR%%/help/C/filters/png.html -%%DATADIR%%/help/C/filters/pnm.html -%%DATADIR%%/help/C/filters/print.html -%%DATADIR%%/help/C/filters/psd.html -%%DATADIR%%/help/C/filters/psp.html -%%DATADIR%%/help/C/filters/randomblends.html -%%DATADIR%%/help/C/filters/randomize.html -%%DATADIR%%/help/C/filters/rcm.html -%%DATADIR%%/help/C/filters/repdup.html -%%DATADIR%%/help/C/filters/repeat_last.html -%%DATADIR%%/help/C/filters/reshow_last.html -%%DATADIR%%/help/C/filters/resynth.html -%%DATADIR%%/help/C/filters/ripple.html -%%DATADIR%%/help/C/filters/rotate.html -%%DATADIR%%/help/C/filters/roundsel.html -%%DATADIR%%/help/C/filters/sample_colorize.html -%%DATADIR%%/help/C/filters/scatter_hsv.html -%%DATADIR%%/help/C/filters/scratches.html -%%DATADIR%%/help/C/filters/sel2path.html -%%DATADIR%%/help/C/filters/sel_gauss.html -%%DATADIR%%/help/C/filters/semiflatten.html -%%DATADIR%%/help/C/filters/sharpen.html -%%DATADIR%%/help/C/filters/shift.html -%%DATADIR%%/help/C/filters/sgi.html -%%DATADIR%%/help/C/filters/sinus.html -%%DATADIR%%/help/C/filters/smooth_palette.html -%%DATADIR%%/help/C/filters/snoise.html -%%DATADIR%%/help/C/filters/sobel.html -%%DATADIR%%/help/C/filters/sparkle.html -%%DATADIR%%/help/C/filters/spread.html -%%DATADIR%%/help/C/filters/stampify.html -%%DATADIR%%/help/C/filters/struc.html -%%DATADIR%%/help/C/filters/sunras.html -%%DATADIR%%/help/C/filters/terral_text.html -%%DATADIR%%/help/C/filters/tex-to-float.html -%%DATADIR%%/help/C/filters/tga.html -%%DATADIR%%/help/C/filters/threshold_alpha.html -%%DATADIR%%/help/C/filters/tiff.html -%%DATADIR%%/help/C/filters/tile.html -%%DATADIR%%/help/C/filters/tileit.html -%%DATADIR%%/help/C/filters/tiler.html -%%DATADIR%%/help/C/filters/tileable_blur.html -%%DATADIR%%/help/C/filters/translogo.html -%%DATADIR%%/help/C/filters/unsharp.html -%%DATADIR%%/help/C/filters/url.html -%%DATADIR%%/help/C/filters/video.html -%%DATADIR%%/help/C/filters/vinvert.html -%%DATADIR%%/help/C/filters/vpropagate.html -%%DATADIR%%/help/C/filters/warp-sharp.html -%%DATADIR%%/help/C/filters/warp.html -%%DATADIR%%/help/C/filters/waves.html -%%DATADIR%%/help/C/filters/webify.html -%%DATADIR%%/help/C/filters/whirlpinch.html -%%DATADIR%%/help/C/filters/wind.html -%%DATADIR%%/help/C/filters/windify.html -%%DATADIR%%/help/C/filters/wmf.html -%%DATADIR%%/help/C/filters/xachlego.html -%%DATADIR%%/help/C/filters/xachshadow.html -%%DATADIR%%/help/C/filters/xachvision.html -%%DATADIR%%/help/C/filters/xwd.html -%%DATADIR%%/help/C/filters/zealouscrop.html -%%DATADIR%%/help/C/gimp_license.html -%%DATADIR%%/help/C/gimp_remote.html -%%DATADIR%%/help/C/gimptool.html -%%DATADIR%%/help/C/glossary.html -@exec mkdir -p %D/%%DATADIR%%/help/C/image -@exec ln -sf %D/%%DATADIR%%/help/C/dialogs %D/%%DATADIR%%/help/C/image/dialogs -@unexec rm -f %D/%%DATADIR%%/help/C/image/dialogs -%%DATADIR%%/help/C/image/edit/clear.html -%%DATADIR%%/help/C/image/edit/copy.html -%%DATADIR%%/help/C/image/edit/cut.html -@exec mkdir -p %D/%%DATADIR%%/help/C/image/edit -@exec ln -sf %D/%%DATADIR%%/help/C/dialogs %D/%%DATADIR%%/help/C/image/edit/dialogs -@unexec rm -f %D/%%DATADIR%%/help/C/image/edit/dialogs -%%DATADIR%%/help/C/image/edit/fill.html -%%DATADIR%%/help/C/image/edit/paste.html -%%DATADIR%%/help/C/image/edit/paste_as_new.html -%%DATADIR%%/help/C/image/edit/paste_into.html -%%DATADIR%%/help/C/image/edit/redo.html -%%DATADIR%%/help/C/image/edit/stroke.html -%%DATADIR%%/help/C/image/edit/undo.html -@exec ln -sf %D/%%DATADIR%%/help/C/file %D/%%DATADIR%%/help/C/image/file -@unexec rm -f %D/%%DATADIR%%/help/C/image/file -@exec ln -sf %D/%%DATADIR%%/help/C/filters %D/%%DATADIR%%/help/C/image/filters -@unexec rm -f %D/%%DATADIR%%/help/C/image/filters -%%DATADIR%%/help/C/image/image/colors/auto/equalize.html -%%DATADIR%%/help/C/image/image/colors/desaturate.html -%%DATADIR%%/help/C/image/image/colors/invert.html -@exec mkdir -p %D/%%DATADIR%%/help/C/image/image -@exec ln -sf %D/%%DATADIR%%/help/C/dialogs %D/%%DATADIR%%/help/C/image/image/dialogs -@unexec rm -f %D/%%DATADIR%%/help/C/image/image/dialogs -%%DATADIR%%/help/C/image/image/duplicate.html -%%DATADIR%%/help/C/image/image/mode/convert_to_grayscale.html -%%DATADIR%%/help/C/image/image/mode/convert_to_rgb.html -@exec mkdir -p %D/%%DATADIR%%/help/C/image/image/mode -@exec ln -sf %D/%%DATADIR%%/help/C/dialogs %D/%%DATADIR%%/help/C/image/image/mode/dialogs -@unexec rm -f %D/%%DATADIR%%/help/C/image/image/mode/dialogs -@exec mkdir -p %D/%%DATADIR%%/help/C/image/image/transforms -@exec ln -sf %D/%%DATADIR%%/help/C/dialogs %D/%%DATADIR%%/help/C/image/image/transforms/dialogs -@unexec rm -f %D/%%DATADIR%%/help/C/image/image/transforms/dialogs -%%DATADIR%%/help/C/image/image_window.html -%%DATADIR%%/help/C/image/index.html -@exec ln -sf %D/%%DATADIR%%/help/C/layers %D/%%DATADIR%%/help/C/image/layers -@unexec rm -f %D/%%DATADIR%%/help/C/image/layers -%%DATADIR%%/help/C/image/select/all.html -@exec mkdir -p %D/%%DATADIR%%/help/C/image/select -@exec ln -sf %D/%%DATADIR%%/help/C/dialogs %D/%%DATADIR%%/help/C/image/select/dialogs -@unexec rm -f %D/%%DATADIR%%/help/C/image/select/dialogs -%%DATADIR%%/help/C/image/select/float.html -%%DATADIR%%/help/C/image/select/invert.html -%%DATADIR%%/help/C/image/select/none.html -%%DATADIR%%/help/C/image/select/save_to_channel.html -%%DATADIR%%/help/C/image/select/sharpen.html -@exec ln -sf %D/%%DATADIR%%/help/C/toolbox %D/%%DATADIR%%/help/C/image/toolbox -@unexec rm -f %D/%%DATADIR%%/help/C/image/toolbox -@exec ln -sf %D/%%DATADIR%%/help/C/tools %D/%%DATADIR%%/help/C/image/tools -@unexec rm -f %D/%%DATADIR%%/help/C/image/tools -@exec mkdir -p %D/%%DATADIR%%/help/C/image/view -@exec ln -sf %D/%%DATADIR%%/help/C/dialogs %D/%%DATADIR%%/help/C/image/view/dialogs -@unexec rm -f %D/%%DATADIR%%/help/C/image/view/dialogs -%%DATADIR%%/help/C/image/view/dot_for_dot.html -%%DATADIR%%/help/C/image/view/new_view.html -%%DATADIR%%/help/C/image/view/shrink_wrap.html -%%DATADIR%%/help/C/image/view/snap_to_guides.html -%%DATADIR%%/help/C/image/view/toggle_guides.html -%%DATADIR%%/help/C/image/view/toggle_rulers.html -%%DATADIR%%/help/C/image/view/toggle_selection.html -%%DATADIR%%/help/C/image/view/toggle_statusbar.html -%%DATADIR%%/help/C/image/view/zoom.html -%%DATADIR%%/help/C/images/add_point.png -%%DATADIR%%/help/C/images/anchor_layer.png -%%DATADIR%%/help/C/images/channel_to_selection.png -%%DATADIR%%/help/C/images/delete_channel.png -%%DATADIR%%/help/C/images/delete_directory.png -%%DATADIR%%/help/C/images/delete_layer.png -%%DATADIR%%/help/C/images/delete_path.png -%%DATADIR%%/help/C/images/dotted_square.png -%%DATADIR%%/help/C/images/duplicate_channel.png -%%DATADIR%%/help/C/images/duplicate_layer.png -%%DATADIR%%/help/C/images/duplicate_path.png -%%DATADIR%%/help/C/images/edit_point.png -%%DATADIR%%/help/C/images/eye.png -%%DATADIR%%/help/C/images/examples/border-selection-01.png -%%DATADIR%%/help/C/images/examples/border-selection-02.png -%%DATADIR%%/help/C/images/glossary/modes-addition.png -%%DATADIR%%/help/C/images/glossary/modes-color.png -%%DATADIR%%/help/C/images/glossary/modes-darken.png -%%DATADIR%%/help/C/images/glossary/modes-difference.png -%%DATADIR%%/help/C/images/glossary/modes-dissolve.png -%%DATADIR%%/help/C/images/glossary/modes-divide.png -%%DATADIR%%/help/C/images/glossary/modes-hue.png -%%DATADIR%%/help/C/images/glossary/modes-lighten.png -%%DATADIR%%/help/C/images/glossary/modes-multiply.png -%%DATADIR%%/help/C/images/glossary/modes-normal.png -%%DATADIR%%/help/C/images/glossary/modes-normal2.png -%%DATADIR%%/help/C/images/glossary/modes-overlay.png -%%DATADIR%%/help/C/images/glossary/modes-saturation.png -%%DATADIR%%/help/C/images/glossary/modes-screen.png -%%DATADIR%%/help/C/images/glossary/modes-subtract.png -%%DATADIR%%/help/C/images/glossary/modes-value.png -%%DATADIR%%/help/C/images/geezoom.png -%%DATADIR%%/help/C/images/image_menu.png -%%DATADIR%%/help/C/images/image_window.png -%%DATADIR%%/help/C/images/layers_dialog.png -%%DATADIR%%/help/C/images/layers_example.png -%%DATADIR%%/help/C/images/layers_menu.png -%%DATADIR%%/help/C/images/layers_overview.png -%%DATADIR%%/help/C/images/lower_channel.png -%%DATADIR%%/help/C/images/lower_directory.png -%%DATADIR%%/help/C/images/lower_layer.png -%%DATADIR%%/help/C/images/new_channel.png -%%DATADIR%%/help/C/images/new_directory.png -%%DATADIR%%/help/C/images/new_path.png -%%DATADIR%%/help/C/images/new_point.png -%%DATADIR%%/help/C/images/path_to_selection.png -%%DATADIR%%/help/C/images/preview_box.png -%%DATADIR%%/help/C/images/print_color.png -%%DATADIR%%/help/C/images/print_main.png -%%DATADIR%%/help/C/images/print_setup.png -%%DATADIR%%/help/C/images/raise_channel.png -%%DATADIR%%/help/C/images/raise_directory.png -%%DATADIR%%/help/C/images/raise_layer.png -%%DATADIR%%/help/C/images/red_square.png -%%DATADIR%%/help/C/images/remove_point.png -%%DATADIR%%/help/C/images/selection_to_path.png -%%DATADIR%%/help/C/images/stroke_path.png -%%DATADIR%%/help/C/images/tool_options.png -%%DATADIR%%/help/C/images/toolbox.png -%%DATADIR%%/help/C/images/tools/tool-opt-increment.png -%%DATADIR%%/help/C/images/tools/tool-opt-nonincrement.png -%%DATADIR%%/help/C/images/tools/tool_airbrush.png -%%DATADIR%%/help/C/images/tools/tool_apartheid.png -%%DATADIR%%/help/C/images/tools/tool_bezier.png -%%DATADIR%%/help/C/images/tools/tool_blend.png -%%DATADIR%%/help/C/images/tools/tool_burndodge.png -%%DATADIR%%/help/C/images/tools/tool_convolver.png -%%DATADIR%%/help/C/images/tools/tool_crop.png -%%DATADIR%%/help/C/images/tools/tool_dodgeburn.png -%%DATADIR%%/help/C/images/tools/tool_ellipse_sel.png -%%DATADIR%%/help/C/images/tools/tool_eraser.png -%%DATADIR%%/help/C/images/tools/tool_fill.png -%%DATADIR%%/help/C/images/tools/tool_flip.png -%%DATADIR%%/help/C/images/tools/tool_free_sel.png -%%DATADIR%%/help/C/images/tools/tool_fuzzy_sel.png -%%DATADIR%%/help/C/images/tools/tool_gradient.png -%%DATADIR%%/help/C/images/tools/tool_ink.png -%%DATADIR%%/help/C/images/tools/tool_measure.png -%%DATADIR%%/help/C/images/tools/tool_move.png -%%DATADIR%%/help/C/images/tools/tool_paintbrush.png -%%DATADIR%%/help/C/images/tools/tool_pencil.png -%%DATADIR%%/help/C/images/tools/tool_picker.png -%%DATADIR%%/help/C/images/tools/tool_rect_sel.png -%%DATADIR%%/help/C/images/tools/tool_scissors.png -%%DATADIR%%/help/C/images/tools/tool_smudge.png -%%DATADIR%%/help/C/images/tools/tool_smuge.png -%%DATADIR%%/help/C/images/tools/tool_text.png -%%DATADIR%%/help/C/images/tools/tool_transform.png -%%DATADIR%%/help/C/images/tools/tool_zoom.png -%%DATADIR%%/help/C/images/triangle.png -%%DATADIR%%/help/C/images/wilber.png -%%DATADIR%%/help/C/index.html -%%DATADIR%%/help/C/introduction.html -%%DATADIR%%/help/C/keyboard_shortcuts.html -%%DATADIR%%/help/C/layers/add_alpha_channel.html -%%DATADIR%%/help/C/layers/alpha_to_selection.html -%%DATADIR%%/help/C/layers/anchor_layer.html -%%DATADIR%%/help/C/layers/apply_mask.html -@exec mkdir -p %D/%%DATADIR%%/help/C/layers -@exec ln -sf %D/%%DATADIR%%/help/C/dialogs/layers %D/%%DATADIR%%/help/C/layers/dialogs -@unexec rm -f %D/%%DATADIR%%/help/C/layers/dialogs -%%DATADIR%%/help/C/layers/delete_layer.html -%%DATADIR%%/help/C/layers/delete_mask.html -%%DATADIR%%/help/C/layers/duplicate_layer.html -%%DATADIR%%/help/C/layers/flatten_image.html -%%DATADIR%%/help/C/layers/index.html -%%DATADIR%%/help/C/layers/layer_to_image_size.html -%%DATADIR%%/help/C/layers/mask_to_selection.html -%%DATADIR%%/help/C/layers/merge_down.html -%%DATADIR%%/help/C/layers/stack/stack.html -%%DATADIR%%/help/C/layers/using_layers.html -%%DATADIR%%/help/C/ln7.html -%%DATADIR%%/help/C/main_interface.html -@exec mkdir -p %D/%%DATADIR%%/help/C/open -@exec ln -sf %D/%%DATADIR%%/help/C/dialogs %D/%%DATADIR%%/help/C/open/dialogs -@unexec rm -f %D/%%DATADIR%%/help/C/open/dialogs -@exec ln -sf %D/%%DATADIR%%/help/C/filters %D/%%DATADIR%%/help/C/open/filters -@unexec rm -f %D/%%DATADIR%%/help/C/open/filters -%%DATADIR%%/help/C/open/index.html -%%DATADIR%%/help/C/open/open_by_extension.html -%%DATADIR%%/help/C/paths/copy_path.html -%%DATADIR%%/help/C/paths/delete_path.html -@exec mkdir -p %D/%%DATADIR%%/help/C/paths -@exec ln -sf %D/%%DATADIR%%/help/C/dialogs %D/%%DATADIR%%/help/C/paths/dialogs -@unexec rm -f %D/%%DATADIR%%/help/C/paths/dialogs -%%DATADIR%%/help/C/paths/duplicate_path.html -@exec ln -sf %D/%%DATADIR%%/help/C/filters %D/%%DATADIR%%/help/C/paths/filters -@unexec rm -f %D/%%DATADIR%%/help/C/paths/filters -%%DATADIR%%/help/C/paths/index.html -%%DATADIR%%/help/C/paths/new_path.html -%%DATADIR%%/help/C/paths/paste_path.html -%%DATADIR%%/help/C/paths/path_to_selection.html -%%DATADIR%%/help/C/paths/stroke_path.html -@exec mkdir -p %D/%%DATADIR%%/help/C/save -@exec ln -sf %D/%%DATADIR%%/help/C/dialogs %D/%%DATADIR%%/help/C/save/dialogs -@unexec rm -f %D/%%DATADIR%%/help/C/save/dialogs -@exec ln -sf %D/%%DATADIR%%/help/C/filters %D/%%DATADIR%%/help/C/save/filters -@unexec rm -f %D/%%DATADIR%%/help/C/save/filters -%%DATADIR%%/help/C/save/index.html -%%DATADIR%%/help/C/save/save_by_extension.html -@exec mkdir -p %D/%%DATADIR%%/help/C/toolbox -@exec ln -sf %D/%%DATADIR%%/help/C/dialogs %D/%%DATADIR%%/help/C/toolbox/dialogs -@unexec rm -f %D/%%DATADIR%%/help/C/toolbox/dialogs -@exec ln -sf %D/%%DATADIR%%/help/C/file %D/%%DATADIR%%/help/C/toolbox/file -@unexec rm -f %D/%%DATADIR%%/help/C/toolbox/file -@exec ln -sf %D/%%DATADIR%%/help/C/filters %D/%%DATADIR%%/help/C/toolbox/filters -@unexec rm -f %D/%%DATADIR%%/help/C/toolbox/filters -%%DATADIR%%/help/C/toolbox/help/context_help.html -@exec mkdir -p %D/%%DATADIR%%/help/C/toolbox/help -@exec ln -sf %D/%%DATADIR%%/help/C/dialogs %D/%%DATADIR%%/help/C/toolbox/help/dialogs -@unexec rm -f %D/%%DATADIR%%/help/C/toolbox/help/dialogs -@exec ln -sf %D/%%DATADIR%%/help/C/filters %D/%%DATADIR%%/help/C/toolbox/help/filters -@unexec rm -f %D/%%DATADIR%%/help/C/toolbox/help/filters -%%DATADIR%%/help/C/stylesheet-images/note.gif -%%DATADIR%%/help/C/stylesheet-images/tip.gif -%%DATADIR%%/help/C/stylesheet-images/warning.gif -%%DATADIR%%/help/C/toolbox/index.html -%%DATADIR%%/help/C/toolbox/toolbox.html -%%DATADIR%%/help/C/tools/airbrush.html -%%DATADIR%%/help/C/tools/bezier_select.html -%%DATADIR%%/help/C/tools/blend.html -%%DATADIR%%/help/C/tools/brightness_contrast.html -%%DATADIR%%/help/C/tools/bucket_fill.html -%%DATADIR%%/help/C/tools/by_color_select.html -%%DATADIR%%/help/C/tools/clone.html -%%DATADIR%%/help/C/tools/color_balance.html -%%DATADIR%%/help/C/tools/color_picker.html -%%DATADIR%%/help/C/tools/convolve.html -%%DATADIR%%/help/C/tools/crop.html -%%DATADIR%%/help/C/tools/curves.html -%%DATADIR%%/help/C/tools/dodgeburn.html -%%DATADIR%%/help/C/tools/ellipse_select.html -%%DATADIR%%/help/C/tools/eraser.html -%%DATADIR%%/help/C/tools/flip.html -%%DATADIR%%/help/C/tools/free_select.html -%%DATADIR%%/help/C/tools/fuzzy_select.html -%%DATADIR%%/help/C/tools/histogram.html -%%DATADIR%%/help/C/tools/hue_saturation.html -%%DATADIR%%/help/C/tools/index.html -%%DATADIR%%/help/C/tools/ink.html -%%DATADIR%%/help/C/tools/intelligent_scissors.html -%%DATADIR%%/help/C/tools/levels.html -%%DATADIR%%/help/C/tools/magnify.html -%%DATADIR%%/help/C/tools/measure.html -%%DATADIR%%/help/C/tools/move.html -%%DATADIR%%/help/C/tools/paintbrush.html -%%DATADIR%%/help/C/tools/pencil.html -%%DATADIR%%/help/C/tools/posterize.html -%%DATADIR%%/help/C/tools/rect_select.html -%%DATADIR%%/help/C/tools/smudge.html -%%DATADIR%%/help/C/tools/text.html -%%DATADIR%%/help/C/tools/threshold.html -%%DATADIR%%/help/C/tools/transform.html -%%DATADIR%%/help/C/using_gimp.html -%%DATADIR%%/help/C/why_gimp.html -%%DATADIR%%/palettes/Bears -%%DATADIR%%/palettes/Bgold -%%DATADIR%%/palettes/Blues -%%DATADIR%%/palettes/Borders -%%DATADIR%%/palettes/Browns_And_Yellows -%%DATADIR%%/palettes/Caramel -%%DATADIR%%/palettes/Cascade -%%DATADIR%%/palettes/China -%%DATADIR%%/palettes/Coldfire -%%DATADIR%%/palettes/Cool_Colors -%%DATADIR%%/palettes/Cranes -%%DATADIR%%/palettes/Dark_pastels -%%DATADIR%%/palettes/Default -%%DATADIR%%/palettes/Ega -%%DATADIR%%/palettes/Firecode -%%DATADIR%%/palettes/Gold -%%DATADIR%%/palettes/GrayViolet -%%DATADIR%%/palettes/Grayblue -%%DATADIR%%/palettes/Grays -%%DATADIR%%/palettes/Greens -%%DATADIR%%/palettes/Hilite -%%DATADIR%%/palettes/Kahki -%%DATADIR%%/palettes/Lights -%%DATADIR%%/palettes/Muted -%%DATADIR%%/palettes/Named_Colors -%%DATADIR%%/palettes/News3 -%%DATADIR%%/palettes/Op2 -%%DATADIR%%/palettes/Paintjet -%%DATADIR%%/palettes/Pastels -%%DATADIR%%/palettes/Plasma -%%DATADIR%%/palettes/Reds -%%DATADIR%%/palettes/Reds_And_Purples -%%DATADIR%%/palettes/Royal -%%DATADIR%%/palettes/Topographic -%%DATADIR%%/palettes/Visibone -%%DATADIR%%/palettes/Visibone2 -%%DATADIR%%/palettes/Volcano -%%DATADIR%%/palettes/Warm_Colors -%%DATADIR%%/palettes/Web -%%DATADIR%%/patterns/3dgreen.pat -%%DATADIR%%/patterns/Craters.pat -%%DATADIR%%/patterns/Moonfoot.pat -%%DATADIR%%/patterns/amethyst.pat -%%DATADIR%%/patterns/bark.pat -%%DATADIR%%/patterns/blue.pat -%%DATADIR%%/patterns/bluegrid.pat -%%DATADIR%%/patterns/bluesquares.pat -%%DATADIR%%/patterns/blueweb.pat -%%DATADIR%%/patterns/brick.pat -%%DATADIR%%/patterns/burlap.pat -%%DATADIR%%/patterns/burlwood.pat -%%DATADIR%%/patterns/choc_swirl.pat -%%DATADIR%%/patterns/corkboard.pat -%%DATADIR%%/patterns/cracked.pat -%%DATADIR%%/patterns/crinklepaper.pat -%%DATADIR%%/patterns/electric.pat -%%DATADIR%%/patterns/fibers.pat -%%DATADIR%%/patterns/granite1.pat -%%DATADIR%%/patterns/ground1.pat -%%DATADIR%%/patterns/ice.pat -%%DATADIR%%/patterns/java.pat -%%DATADIR%%/patterns/leather.pat -%%DATADIR%%/patterns/leaves.pat -%%DATADIR%%/patterns/leopard.pat -%%DATADIR%%/patterns/lightning.pat -%%DATADIR%%/patterns/marble1.pat -%%DATADIR%%/patterns/marble2.pat -%%DATADIR%%/patterns/marble3.pat -%%DATADIR%%/patterns/nops.pat -%%DATADIR%%/patterns/paper.pat -%%DATADIR%%/patterns/parque1.pat -%%DATADIR%%/patterns/parque2.pat -%%DATADIR%%/patterns/parque3.pat -%%DATADIR%%/patterns/pastel.pat -%%DATADIR%%/patterns/pine.pat -%%DATADIR%%/patterns/pink_marble.pat -%%DATADIR%%/patterns/pool.pat -%%DATADIR%%/patterns/qube1.pat -%%DATADIR%%/patterns/rain.pat -%%DATADIR%%/patterns/recessed.pat -%%DATADIR%%/patterns/redcube.pat -%%DATADIR%%/patterns/rock.pat -%%DATADIR%%/patterns/sky.pat -%%DATADIR%%/patterns/slate.pat -%%DATADIR%%/patterns/sm_squares.pat -%%DATADIR%%/patterns/starfield.pat -%%DATADIR%%/patterns/stone33.pat -%%DATADIR%%/patterns/terra.pat -%%DATADIR%%/patterns/walnut.pat -%%DATADIR%%/patterns/warning.pat -%%DATADIR%%/patterns/wood1.pat -%%DATADIR%%/patterns/wood2.pat -%%DATADIR%%/patterns/wood3.pat -%%DATADIR%%/patterns/wood4.pat -%%DATADIR%%/patterns/wood5.pat -%%DATADIR%%/scripts/3d-outline.scm -%%DATADIR%%/scripts/3dTruchet.scm -%%DATADIR%%/scripts/add-bevel.scm -%%DATADIR%%/scripts/addborder.scm -%%DATADIR%%/scripts/alien-glow-arrow.scm -%%DATADIR%%/scripts/alien-glow-bar.scm -%%DATADIR%%/scripts/alien-glow-bullet.scm -%%DATADIR%%/scripts/alien-glow-button.scm -%%DATADIR%%/scripts/alien-glow-logo.scm -%%DATADIR%%/scripts/alien-neon-logo.scm -%%DATADIR%%/scripts/asc2img.scm -%%DATADIR%%/scripts/basic1-logo.scm -%%DATADIR%%/scripts/basic2-logo.scm -%%DATADIR%%/scripts/beavis.jpg -%%DATADIR%%/scripts/beveled-button.scm -%%DATADIR%%/scripts/beveled-pattern-arrow.scm -%%DATADIR%%/scripts/beveled-pattern-bullet.scm -%%DATADIR%%/scripts/beveled-pattern-button.scm -%%DATADIR%%/scripts/beveled-pattern-heading.scm -%%DATADIR%%/scripts/beveled-pattern-hrule.scm -%%DATADIR%%/scripts/blend-anim.scm -%%DATADIR%%/scripts/blended-logo.scm -%%DATADIR%%/scripts/bovinated-logo.scm -%%DATADIR%%/scripts/camo.scm -%%DATADIR%%/scripts/carve-it.scm -%%DATADIR%%/scripts/carved-logo.scm -%%DATADIR%%/scripts/chalk.scm -%%DATADIR%%/scripts/chip-away.scm -%%DATADIR%%/scripts/chrome-it.scm -%%DATADIR%%/scripts/chrome-logo.scm -%%DATADIR%%/scripts/circuit.scm -%%DATADIR%%/scripts/clothify.scm -%%DATADIR%%/scripts/coffee.scm -%%DATADIR%%/scripts/comic-logo.scm -%%DATADIR%%/scripts/coolmetal-logo.scm -%%DATADIR%%/scripts/copy-visible.scm -%%DATADIR%%/scripts/crystal-logo.scm -%%DATADIR%%/scripts/distress_selection.scm -%%DATADIR%%/scripts/drop-shadow.scm -%%DATADIR%%/scripts/erase-rows.scm -%%DATADIR%%/scripts/fade-outline.scm -%%DATADIR%%/scripts/flatland.scm -%%DATADIR%%/scripts/font-map.scm -%%DATADIR%%/scripts/frosty-logo.scm -%%DATADIR%%/scripts/fuzzyborder.scm -%%DATADIR%%/scripts/gimp-headers.scm -%%DATADIR%%/scripts/gimp-labels.scm -%%DATADIR%%/scripts/glossy.scm -%%DATADIR%%/scripts/glowing-logo.scm -%%DATADIR%%/scripts/gradient-bevel-logo.scm -%%DATADIR%%/scripts/gradient-example.scm -%%DATADIR%%/scripts/grid-system.scm -%%DATADIR%%/scripts/hsv-graph.scm -%%DATADIR%%/scripts/i26-gunya2.scm -%%DATADIR%%/scripts/image-structure.scm -%%DATADIR%%/scripts/land.scm -%%DATADIR%%/scripts/lava.scm -%%DATADIR%%/scripts/line-nova.scm -%%DATADIR%%/scripts/mkbrush.scm -%%DATADIR%%/scripts/neon-logo.scm -%%DATADIR%%/scripts/news-text.scm -%%DATADIR%%/scripts/old_photo.scm -%%DATADIR%%/scripts/perspective-shadow.scm -%%DATADIR%%/scripts/predator.scm -%%DATADIR%%/scripts/pupi-button.scm -%%DATADIR%%/scripts/rendermap.scm -%%DATADIR%%/scripts/ripply-anim.scm -%%DATADIR%%/scripts/round-corners.scm -%%DATADIR%%/scripts/script-fu-util.scm -%%DATADIR%%/scripts/sel-to-anim-img.scm -%%DATADIR%%/scripts/select_to_brush.scm -%%DATADIR%%/scripts/select_to_image.scm -%%DATADIR%%/scripts/selection-round.scm -%%DATADIR%%/scripts/slide.scm -%%DATADIR%%/scripts/sota-chrome-logo.scm -%%DATADIR%%/scripts/speed-text.scm -%%DATADIR%%/scripts/sphere.scm -%%DATADIR%%/scripts/spinning_globe.scm -%%DATADIR%%/scripts/starburst-logo.scm -%%DATADIR%%/scripts/starscape-logo.scm -%%DATADIR%%/scripts/swirltile.scm -%%DATADIR%%/scripts/swirly-pattern.scm -%%DATADIR%%/scripts/t-o-p-logo.scm -%%DATADIR%%/scripts/text-circle.scm -%%DATADIR%%/scripts/texture.jpg -%%DATADIR%%/scripts/texture1.jpg -%%DATADIR%%/scripts/texture2.jpg -%%DATADIR%%/scripts/texture3.jpg -%%DATADIR%%/scripts/textured-logo.scm -%%DATADIR%%/scripts/tileblur.scm -%%DATADIR%%/scripts/title-header.scm -%%DATADIR%%/scripts/trochoid.scm -%%DATADIR%%/scripts/truchet.scm -%%DATADIR%%/scripts/unsharp-mask.scm -%%DATADIR%%/scripts/waves-anim.scm -%%DATADIR%%/scripts/weave.scm -%%DATADIR%%/scripts/web-browser.scm -%%DATADIR%%/scripts/xach-effect.scm -%%DATADIR%%/tips/gimp_conseils.fr.txt -%%DATADIR%%/tips/gimp_tips.cs.txt -%%DATADIR%%/tips/gimp_tips.da.txt -%%DATADIR%%/tips/gimp_tips.de.txt -%%DATADIR%%/tips/gimp_tips.es.txt -%%DATADIR%%/tips/gimp_tips.hu.txt -%%DATADIR%%/tips/gimp_tips.it.txt -%%DATADIR%%/tips/gimp_tips.ja.txt -%%DATADIR%%/tips/gimp_tips.ko.txt -%%DATADIR%%/tips/gimp_tips.lt.txt -%%DATADIR%%/tips/gimp_tips.pl.txt -%%DATADIR%%/tips/gimp_tips.ru.txt -%%DATADIR%%/tips/gimp_tips.sk.txt -%%DATADIR%%/tips/gimp_tips.sl.txt -%%DATADIR%%/tips/gimp_tips.txt -%%DATADIR%%/tips/gimp_tips.tr.txt -%%DATADIR%%/tips/gimp_tips.uk.txt -%%DATADIR%%/tips/gimp_tips.zh_CN.txt -%%DATADIR%%/tips/gimp_tips.zh_TW.txt -%%DATADIR%%/user_install -share/locale/ca/LC_MESSAGES/gimp-libgimp.mo -share/locale/ca/LC_MESSAGES/gimp-script-fu.mo -share/locale/ca/LC_MESSAGES/gimp-std-plugins.mo -share/locale/ca/LC_MESSAGES/gimp.mo -share/locale/cs/LC_MESSAGES/gimp-libgimp.mo -share/locale/cs/LC_MESSAGES/gimp-script-fu.mo -share/locale/cs/LC_MESSAGES/gimp-std-plugins.mo -share/locale/cs/LC_MESSAGES/gimp.mo -share/locale/da/LC_MESSAGES/gimp-libgimp.mo -share/locale/da/LC_MESSAGES/gimp-script-fu.mo -share/locale/da/LC_MESSAGES/gimp-std-plugins.mo -share/locale/da/LC_MESSAGES/gimp.mo -share/locale/de/LC_MESSAGES/gimp-libgimp.mo -share/locale/de/LC_MESSAGES/gimp-script-fu.mo -share/locale/de/LC_MESSAGES/gimp-std-plugins.mo -share/locale/de/LC_MESSAGES/gimp.mo -share/locale/el/LC_MESSAGES/gimp-libgimp.mo -share/locale/el/LC_MESSAGES/gimp-script-fu.mo -share/locale/el/LC_MESSAGES/gimp-std-plugins.mo -share/locale/el/LC_MESSAGES/gimp.mo -share/locale/en_GB/LC_MESSAGES/gimp-libgimp.mo -share/locale/en_GB/LC_MESSAGES/gimp-script-fu.mo -share/locale/en_GB/LC_MESSAGES/gimp-std-plugins.mo -share/locale/en_GB/LC_MESSAGES/gimp.mo -share/locale/es/LC_MESSAGES/gimp-libgimp.mo -share/locale/es/LC_MESSAGES/gimp-script-fu.mo -share/locale/es/LC_MESSAGES/gimp-std-plugins.mo -share/locale/es/LC_MESSAGES/gimp.mo -share/locale/fi/LC_MESSAGES/gimp-libgimp.mo -share/locale/fi/LC_MESSAGES/gimp-script-fu.mo -share/locale/fi/LC_MESSAGES/gimp-std-plugins.mo -share/locale/fi/LC_MESSAGES/gimp.mo -share/locale/fr/LC_MESSAGES/gimp-libgimp.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.mo -share/locale/ga/LC_MESSAGES/gimp-libgimp.mo -share/locale/ga/LC_MESSAGES/gimp-script-fu.mo -share/locale/ga/LC_MESSAGES/gimp-std-plugins.mo -share/locale/ga/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/hr/LC_MESSAGES/gimp-libgimp.mo -share/locale/hr/LC_MESSAGES/gimp-script-fu.mo -share/locale/hr/LC_MESSAGES/gimp-std-plugins.mo -share/locale/hr/LC_MESSAGES/gimp.mo -share/locale/hu/LC_MESSAGES/gimp-libgimp.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.mo -share/locale/it/LC_MESSAGES/gimp-libgimp.mo -share/locale/it/LC_MESSAGES/gimp-script-fu.mo -share/locale/it/LC_MESSAGES/gimp-std-plugins.mo -share/locale/it/LC_MESSAGES/gimp.mo -share/locale/ja/LC_MESSAGES/gimp-libgimp.mo -share/locale/ja/LC_MESSAGES/gimp-script-fu.mo -share/locale/ja/LC_MESSAGES/gimp-std-plugins.mo -share/locale/ja/LC_MESSAGES/gimp.mo -share/locale/ko/LC_MESSAGES/gimp-libgimp.mo -share/locale/ko/LC_MESSAGES/gimp-script-fu.mo -share/locale/ko/LC_MESSAGES/gimp-std-plugins.mo -share/locale/ko/LC_MESSAGES/gimp.mo -share/locale/lt/LC_MESSAGES/gimp-libgimp.mo -share/locale/lt/LC_MESSAGES/gimp-script-fu.mo -share/locale/lt/LC_MESSAGES/gimp-std-plugins.mo -share/locale/lt/LC_MESSAGES/gimp.mo -share/locale/nl/LC_MESSAGES/gimp-libgimp.mo -share/locale/nl/LC_MESSAGES/gimp-script-fu.mo -share/locale/nl/LC_MESSAGES/gimp-std-plugins.mo -share/locale/nl/LC_MESSAGES/gimp.mo -share/locale/nn/LC_MESSAGES/gimp-libgimp.mo -share/locale/nn/LC_MESSAGES/gimp-script-fu.mo -share/locale/nn/LC_MESSAGES/gimp-std-plugins.mo -share/locale/nn/LC_MESSAGES/gimp.mo -share/locale/no/LC_MESSAGES/gimp-libgimp.mo -share/locale/no/LC_MESSAGES/gimp-script-fu.mo -share/locale/no/LC_MESSAGES/gimp-std-plugins.mo -share/locale/no/LC_MESSAGES/gimp.mo -share/locale/pl/LC_MESSAGES/gimp-libgimp.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.mo -share/locale/pt/LC_MESSAGES/gimp-libgimp.mo -share/locale/pt/LC_MESSAGES/gimp-script-fu.mo -share/locale/pt/LC_MESSAGES/gimp-std-plugins.mo -share/locale/pt/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/ro/LC_MESSAGES/gimp-libgimp.mo -share/locale/ro/LC_MESSAGES/gimp-script-fu.mo -share/locale/ro/LC_MESSAGES/gimp-std-plugins.mo -share/locale/ro/LC_MESSAGES/gimp.mo -share/locale/ru/LC_MESSAGES/gimp-libgimp.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.mo -share/locale/sk/LC_MESSAGES/gimp-libgimp.mo -share/locale/sk/LC_MESSAGES/gimp-script-fu.mo -share/locale/sk/LC_MESSAGES/gimp-std-plugins.mo -share/locale/sk/LC_MESSAGES/gimp.mo -share/locale/sl/LC_MESSAGES/gimp-libgimp.mo -share/locale/sl/LC_MESSAGES/gimp-script-fu.mo -share/locale/sl/LC_MESSAGES/gimp-std-plugins.mo -share/locale/sl/LC_MESSAGES/gimp.mo -share/locale/sv/LC_MESSAGES/gimp-libgimp.mo -share/locale/sv/LC_MESSAGES/gimp-script-fu.mo -share/locale/sv/LC_MESSAGES/gimp-std-plugins.mo -share/locale/sv/LC_MESSAGES/gimp.mo -share/locale/tr/LC_MESSAGES/gimp-libgimp.mo -share/locale/tr/LC_MESSAGES/gimp-script-fu.mo -share/locale/tr/LC_MESSAGES/gimp-std-plugins.mo -share/locale/tr/LC_MESSAGES/gimp.mo -share/locale/uk/LC_MESSAGES/gimp-libgimp.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.mo -share/locale/zh_CN/LC_MESSAGES/gimp-libgimp.mo -share/locale/zh_CN/LC_MESSAGES/gimp-script-fu.mo -share/locale/zh_CN/LC_MESSAGES/gimp-std-plugins.mo -share/locale/zh_CN/LC_MESSAGES/gimp.mo -share/locale/zh_TW/LC_MESSAGES/gimp-libgimp.mo -share/locale/zh_TW/LC_MESSAGES/gimp-script-fu.mo -share/locale/zh_TW/LC_MESSAGES/gimp-std-plugins.mo -share/locale/zh_TW/LC_MESSAGES/gimp.mo -@dirrm etc/gimp/1.2 -@dirrm etc/gimp -@dirrm include/gck -@dirrm include/libgimp -@dirrm libexec/gimp/1.2/plug-ins -@dirrm libexec/gimp/1.2/modules -@dirrm libexec/gimp/1.2 -@dirrm libexec/gimp -@dirrm %%DATADIR%%/brushes -@dirrm %%DATADIR%%/devel-docs/html/libgimp -@dirrm %%DATADIR%%/devel-docs/html -@dirrm %%DATADIR%%/devel-docs -@dirrm %%DATADIR%%/fractalexplorer -@dirrm %%DATADIR%%/gfig -@dirrm %%DATADIR%%/gflare -@dirrm %%DATADIR%%/gimpressionist/Brushes -@dirrm %%DATADIR%%/gimpressionist/Paper -@dirrm %%DATADIR%%/gimpressionist/Presets -@dirrm %%DATADIR%%/gimpressionist -@dirrm %%DATADIR%%/gradients -@dirrm %%DATADIR%%/help/C/dialogs/layers -@dirrm %%DATADIR%%/help/C/dialogs/channels -@dirrm %%DATADIR%%/help/C/dialogs/paths -@dirrm %%DATADIR%%/help/C/dialogs/palette_editor -@dirrm %%DATADIR%%/help/C/dialogs/gradient_editor -@dirrm %%DATADIR%%/help/C/dialogs/color_selectors -@dirrm %%DATADIR%%/help/C/dialogs/preferences -@dirrm %%DATADIR%%/help/C/dialogs -@dirrm %%DATADIR%%/help/C/stylesheet-images -@dirrm %%DATADIR%%/help/C/tools -@dirrm %%DATADIR%%/help/C/layers/stack -@dirrm %%DATADIR%%/help/C/layers -@dirrm %%DATADIR%%/help/C/channels -@dirrm %%DATADIR%%/help/C/paths -@dirrm %%DATADIR%%/help/C/toolbox/help -@dirrm %%DATADIR%%/help/C/toolbox -@dirrm %%DATADIR%%/help/C/images/examples -@dirrm %%DATADIR%%/help/C/images/glossary -@dirrm %%DATADIR%%/help/C/images/tools -@dirrm %%DATADIR%%/help/C/images -@dirrm %%DATADIR%%/help/C/image/edit -@dirrm %%DATADIR%%/help/C/image/select -@dirrm %%DATADIR%%/help/C/image/view -@dirrm %%DATADIR%%/help/C/image/image/colors/auto -@dirrm %%DATADIR%%/help/C/image/image/colors -@dirrm %%DATADIR%%/help/C/image/image/mode -@dirrm %%DATADIR%%/help/C/image/image/transforms -@dirrm %%DATADIR%%/help/C/image/image -@dirrm %%DATADIR%%/help/C/image -@dirrm %%DATADIR%%/help/C/open -@dirrm %%DATADIR%%/help/C/save -@dirrm %%DATADIR%%/help/C/filters -@dirrm %%DATADIR%%/help/C/file -@dirrm %%DATADIR%%/help/C -@dirrm %%DATADIR%%/help -@dirrm %%DATADIR%%/palettes -@dirrm %%DATADIR%%/patterns -@dirrm %%DATADIR%%/scripts -@dirrm %%DATADIR%%/tips -@dirrm %%DATADIR%% -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/no/LC_MESSAGES -@dirrmtry share/locale/no -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca diff --git a/graphics/gimpshop/Makefile b/graphics/gimpshop/Makefile deleted file mode 100644 index 24ecd9a2d..000000000 --- a/graphics/gimpshop/Makefile +++ /dev/null @@ -1,114 +0,0 @@ -# New ports collection makefile for: GIMPshop -# Date created: Thu Feb 16 20:45:20 BRDT 2006 -# Whom: Rainer Alves <rainer.alves@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= gimpshop -PORTVERSION= 2.2.11 -PORTREVISION= 1 -CATEGORIES= graphics gnome -MASTER_SITES= http://www.plasticbugs.com/blogimg/ \ - http://freebsd.powered.net/distfiles/ - -MAINTAINER= rainer.alves@gmail.com -COMMENT= GIMP fork resembling Adobe Photoshop - -LIB_DEPENDS= wmf:${PORTSDIR}/graphics/libwmf \ - aa:${PORTSDIR}/graphics/aalib \ - exif:${PORTSDIR}/graphics/libexif \ - mng:${PORTSDIR}/graphics/libmng \ - png:${PORTSDIR}/graphics/png \ - jpeg:${PORTSDIR}/graphics/jpeg \ - tiff:${PORTSDIR}/graphics/tiff - -CONFLICTS= gimp-1.* gimp-2.* gimp-gnome-2.* - -SHLIBVER?= 200 - -USE_BZIP2= yes -USE_XLIB= yes -USE_XPM= yes -USE_GMAKE= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 librsvg2 -WANT_GNOME= yes -INSTALLS_SHLIB= yes -PLIST_SUB= SHLIBVER="${SHLIBVER}" -CONFIGURE_ARGS= --disable-perl \ - --with-html-dir=${DOCSDIR} \ - --disable-gtk-doc \ - --enable-static -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" - -WRKSRC= ${WRKDIR}/gimp-${PORTVERSION} - -MAN1= gimp.1 gimp-2.2.1 gimp-remote.1 gimp-remote-2.2.1 gimptool-2.0.1 -MAN5= gimprc.5 gimprc-2.2.5 - -OPTIONS= DEBUG "debugging" off \ - PYTHON "Python-Fu support" off \ - PRINT "GIMP printing" on \ - HTML_HELP_BROWSER "GIMP help browser" on \ - MP "multiple processor support" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug -.endif - -.if defined(WITH_PYTHON) -USE_PYTHON= yes -# we need to manually include this, because USE_PYTHON is defined -# after including bsd.port.pre.mk -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygtk2 -CONFIGURE_ARGS+= --enable-python -PLIST_SUB+= PYTHON:="" -.else -CONFIGURE_ARGS+= --disable-python -PLIST_SUB+= PYTHON:="@comment " -.endif - -.if defined(WITHOUT_PRINT) -CONFIGURE_ARGS+= --disable-print -PLIST_SUB+= PRINT="@comment " -.else -LIB_DEPENDS+= gimpprint.2:${PORTSDIR}/print/gimp-print -PLIST_SUB+= PRINT="" -.endif - -.if defined(WITH_MP) -CONFIGURE_ARGS+= --enable-mp -.endif - -.if ${HAVE_GNOME:Mgnomepanel}!="" -USE_GNOME+= gnomepanel desktopfileutils -CONFIGURE_ARGS+= --with-desktop-dir=${LOCALBASE}/share/gnome -CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} -PLIST_SUB+= GNOMEPANEL:="" -GNOME_ENABLED= yes -.else -PLIST_SUB+= GNOMEPANEL:="@comment " -CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} -.endif - -.if defined(WITH_HTML_HELP_BROWSER) -USE_GNOME+= libgtkhtml -PLIST_SUB+= HELPBROWSER:="" -.else -PLIST_SUB+= HELPBROWSER:="@comment " -post-patch: - @${REINPLACE_CMD} -e 's|\(have_gtkhtml2=\)yes|\1no|' ${WRKSRC}/configure -.endif - -.if defined(GNOME_ENABLED) -post-install: - @-update-desktop-database -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/gimpshop/distinfo b/graphics/gimpshop/distinfo deleted file mode 100644 index 82d15aaed..000000000 --- a/graphics/gimpshop/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gimpshop-2.2.11.tar.bz2) = 78e25b31b1dab1469cc24ba2a8e30954 -SHA256 (gimpshop-2.2.11.tar.bz2) = 849f20edbf7930a10bd59072ede79312cd1dfe974727277afa097be91febb1b0 -SIZE (gimpshop-2.2.11.tar.bz2) = 13171046 diff --git a/graphics/gimpshop/files/patch-aa b/graphics/gimpshop/files/patch-aa deleted file mode 100644 index 411ac92c9..000000000 --- a/graphics/gimpshop/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- app/main.c.orig Sun Oct 5 09:16:02 2003 -+++ app/main.c Mon Oct 6 12:14:34 2003 -@@ -23,6 +23,7 @@ - #include <signal.h> - #include <string.h> - #include <sys/types.h> -+#include <floatingpoint.h> - - #ifdef HAVE_SYS_WAIT_H - #include <sys/wait.h> -@@ -113,6 +114,9 @@ - /* Initialize variables */ - - full_prog_name = argv[0]; -+ -+ /* Ignore floating point exceptions */ -+ fpsetmask(0); - - /* Initialize i18n support */ - diff --git a/graphics/gimpshop/files/patch-am b/graphics/gimpshop/files/patch-am deleted file mode 100644 index 45c58cbe5..000000000 --- a/graphics/gimpshop/files/patch-am +++ /dev/null @@ -1,19 +0,0 @@ ---- libgimp/gimp.c.orig Fri May 12 12:37:27 2000 -+++ libgimp/gimp.c Thu May 18 16:42:21 2000 -@@ -26,6 +26,7 @@ - #include <stdlib.h> - #include <string.h> - #include <sys/types.h> -+#include <floatingpoint.h> - - #ifdef HAVE_SYS_TIME_H - #include <sys/time.h> -@@ -211,6 +212,9 @@ - } - - progname = argv[0]; -+ -+ /* Ignore floating point exceptions */ -+ fpsetmask(0); - - g_set_prgname (g_basename (progname)); diff --git a/graphics/gimpshop/files/patch-configure b/graphics/gimpshop/files/patch-configure deleted file mode 100644 index da42f67f8..000000000 --- a/graphics/gimpshop/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.orig Sun Mar 6 15:30:12 2005 -+++ configure Sun Mar 6 15:33:57 2005 -@@ -25925,6 +25925,7 @@ - if test "x$enable_gtktest" = "xyes" ; then - ac_save_CFLAGS="$CFLAGS" - ac_save_LIBS="$LIBS" -+ GTK_LIBS="$GIMP_THREAD_LIBS $GTK_LIBS" - CFLAGS="$CFLAGS $GTK_CFLAGS" - LIBS="$GTK_LIBS $LIBS" - rm -f conf.gtktest -@@ -33865,9 +33866,9 @@ - fi - fi; - --gimpdatadir="$datadir/$PACKAGE/2.0" --gimpplugindir="$libdir/$PACKAGE/2.0" --gimpsysconfdir="$sysconfdir/$PACKAGE/2.0" -+gimpdatadir="$datadir/$PACKAGE" -+gimpplugindir="$libexecdir/$PACKAGE/2.2" -+gimpsysconfdir="$sysconfdir/$PACKAGE/2.2" - - localedir='${prefix}/${DATADIRNAME}/locale' - diff --git a/graphics/gimpshop/files/patch-gimptool-2.0.in b/graphics/gimpshop/files/patch-gimptool-2.0.in deleted file mode 100644 index bb5c013c5..000000000 --- a/graphics/gimpshop/files/patch-gimptool-2.0.in +++ /dev/null @@ -1,29 +0,0 @@ - -$FreeBSD$ - ---- gimptool-2.0.in.orig Tue Jan 15 12:21:05 2002 -+++ gimptool-2.0.in Fri May 17 20:46:18 2002 -@@ -215,19 +215,19 @@ - | --uninstall-script | --uninstall-admin-script ) - case $1 in - --*install-bin) -- install_cmd="@INSTALL_PROGRAM@" -+ install_cmd="@INSTALL_SCRIPT@" - install_dir="$HOME/@gimpdir@/plug-ins" - ;; - --install-bin-strip) -- install_cmd="@INSTALL_PROGRAM@ -s" -+ install_cmd="@INSTALL_SCRIPT@ -s" - install_dir="$HOME/@gimpdir@/plug-ins" - ;; - --*install-admin-bin) -- install_cmd="@INSTALL_PROGRAM@" -+ install_cmd="@INSTALL_SCRIPT@" - install_dir="$gimpplugindir/plug-ins" - ;; - --install-admin-bin-strip) -- install_cmd="@INSTALL_PROGRAM@ -s" -+ install_cmd="@INSTALL_SCRIPT@ -s" - install_dir="$gimpplugindir/plug-ins" - ;; - --*install-script) diff --git a/graphics/gimpshop/files/patch-plug-ins_common_url.c b/graphics/gimpshop/files/patch-plug-ins_common_url.c deleted file mode 100644 index bceff6df1..000000000 --- a/graphics/gimpshop/files/patch-plug-ins_common_url.c +++ /dev/null @@ -1,17 +0,0 @@ ---- plug-ins/common/url.c.orig Wed Dec 28 13:56:48 2005 -+++ plug-ins/common/url.c Wed Dec 28 13:58:33 2005 -@@ -186,10 +186,10 @@ - putenv ("LANG=C"); - #endif - -- execlp ("wget", -- "wget", "-v", "-e", "server-response=off", "-T", TIMEOUT, -- filename, "-O", tmpname, NULL); -- g_message ("exec() failed: wget: %s", g_strerror (errno)); -+ execlp ("fetch", -+ "fetch", "-T", TIMEOUT, -+ filename, "-p", "-o", tmpname, NULL); -+ g_message ("exec() failed: fetch: %s", g_strerror (errno)); - g_free (tmpname); - _exit (127); - } diff --git a/graphics/gimpshop/files/patch-plug-ins_print_print.c b/graphics/gimpshop/files/patch-plug-ins_print_print.c deleted file mode 100644 index 36f4bf714..000000000 --- a/graphics/gimpshop/files/patch-plug-ins_print_print.c +++ /dev/null @@ -1,11 +0,0 @@ ---- plug-ins/print/print.c.orig Tue Dec 26 07:43:54 2000 -+++ plug-ins/print/print.c Tue Dec 26 07:44:07 2000 -@@ -1417,7 +1417,7 @@ - - if (i < (sizeof(lpcs) / sizeof(lpcs[0]))) - { -- strcat(command, " status < /dev/null"); -+ strcat(command, " status all < /dev/null"); - type = PRINTERS_LPC; - } - else diff --git a/graphics/gimpshop/pkg-descr b/graphics/gimpshop/pkg-descr deleted file mode 100644 index 84d01be69..000000000 --- a/graphics/gimpshop/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -GIMPshop is a fork of GIMP which changes the layout of the user interface -to resemble Adobe Photoshop. - -The Gimp's menu structure and naming conventions are a constant source -of frustration for those who are familiar with Photoshop. -The main purpose for GIMPshop is to make the Gimp accessible to the -many Adobe Photoshop users out there. -GIMP's tools, options, windows, and menus have been renamed and -reorganized to closely resemble Adobe Photoshop's menu structure and -naming conventions. Many of the menu options and even whole menus were -recreated to faithfully reproduce a Photoshop-like experience. After -running GIMPshop, you'll find that Photoshop and the GIMP are strikingly -similar. -Longtime Photoshop users should feel very comfortable using GIMPshop. - -WWW: http://plasticbugs.com/?page_id=294 diff --git a/graphics/gimpshop/pkg-plist b/graphics/gimpshop/pkg-plist deleted file mode 100644 index 98bea6e67..000000000 --- a/graphics/gimpshop/pkg-plist +++ /dev/null @@ -1,1972 +0,0 @@ -bin/gimp -bin/gimp-2.2 -bin/gimp-remote -bin/gimp-remote-2.2 -bin/gimptool-2.0 -etc/gimp/2.2/controllerrc -etc/gimp/2.2/gimprc -etc/gimp/2.2/gtkrc -etc/gimp/2.2/ps-menurc -etc/gimp/2.2/sessionrc -etc/gimp/2.2/templaterc -etc/gimp/2.2/unitrc -include/gimp-2.0/libgimp/gimp.h -include/gimp-2.0/libgimp/gimp_pdb.h -include/gimp-2.0/libgimp/gimpaspectpreview.h -include/gimp-2.0/libgimp/gimpbrush_pdb.h -include/gimp-2.0/libgimp/gimpbrushes.h -include/gimp-2.0/libgimp/gimpbrushes_pdb.h -include/gimp-2.0/libgimp/gimpbrushmenu.h -include/gimp-2.0/libgimp/gimpbrushselect.h -include/gimp-2.0/libgimp/gimpbrushselect_pdb.h -include/gimp-2.0/libgimp/gimpchannel.h -include/gimp-2.0/libgimp/gimpchannel_pdb.h -include/gimp-2.0/libgimp/gimpcolor_pdb.h -include/gimp-2.0/libgimp/gimpcompat.h -include/gimp-2.0/libgimp/gimpcontext_pdb.h -include/gimp-2.0/libgimp/gimpconvert_pdb.h -include/gimp-2.0/libgimp/gimpdisplay_pdb.h -include/gimp-2.0/libgimp/gimpdrawable.h -include/gimp-2.0/libgimp/gimpdrawable_pdb.h -include/gimp-2.0/libgimp/gimpdrawablecombobox.h -include/gimp-2.0/libgimp/gimpdrawablepreview.h -include/gimp-2.0/libgimp/gimpdrawabletransform_pdb.h -include/gimp-2.0/libgimp/gimpedit_pdb.h -include/gimp-2.0/libgimp/gimpenums.h -include/gimp-2.0/libgimp/gimpexport.h -include/gimp-2.0/libgimp/gimpfileops_pdb.h -include/gimp-2.0/libgimp/gimpfloatingsel_pdb.h -include/gimp-2.0/libgimp/gimpfontmenu.h -include/gimp-2.0/libgimp/gimpfonts_pdb.h -include/gimp-2.0/libgimp/gimpfontselect.h -include/gimp-2.0/libgimp/gimpfontselect_pdb.h -include/gimp-2.0/libgimp/gimpgimprc_pdb.h -include/gimp-2.0/libgimp/gimpgradient_pdb.h -include/gimp-2.0/libgimp/gimpgradientmenu.h -include/gimp-2.0/libgimp/gimpgradients.h -include/gimp-2.0/libgimp/gimpgradients_pdb.h -include/gimp-2.0/libgimp/gimpgradientselect.h -include/gimp-2.0/libgimp/gimpgradientselect_pdb.h -include/gimp-2.0/libgimp/gimpguides_pdb.h -include/gimp-2.0/libgimp/gimphelp_pdb.h -include/gimp-2.0/libgimp/gimpimage.h -include/gimp-2.0/libgimp/gimpimage_pdb.h -include/gimp-2.0/libgimp/gimpimagecombobox.h -include/gimp-2.0/libgimp/gimplayer.h -include/gimp-2.0/libgimp/gimplayer_pdb.h -include/gimp-2.0/libgimp/gimpmenu.h -include/gimp-2.0/libgimp/gimpmessage_pdb.h -include/gimp-2.0/libgimp/gimpmisc_pdb.h -include/gimp-2.0/libgimp/gimppainttools_pdb.h -include/gimp-2.0/libgimp/gimppalette.h -include/gimp-2.0/libgimp/gimppalette_pdb.h -include/gimp-2.0/libgimp/gimppalettemenu.h -include/gimp-2.0/libgimp/gimppalettes.h -include/gimp-2.0/libgimp/gimppalettes_pdb.h -include/gimp-2.0/libgimp/gimppaletteselect.h -include/gimp-2.0/libgimp/gimppaletteselect_pdb.h -include/gimp-2.0/libgimp/gimpparasite_pdb.h -include/gimp-2.0/libgimp/gimppaths_pdb.h -include/gimp-2.0/libgimp/gimppattern_pdb.h -include/gimp-2.0/libgimp/gimppatternmenu.h -include/gimp-2.0/libgimp/gimppatterns.h -include/gimp-2.0/libgimp/gimppatterns_pdb.h -include/gimp-2.0/libgimp/gimppatternselect.h -include/gimp-2.0/libgimp/gimppatternselect_pdb.h -include/gimp-2.0/libgimp/gimppixbuf.h -include/gimp-2.0/libgimp/gimppixelfetcher.h -include/gimp-2.0/libgimp/gimppixelrgn.h -include/gimp-2.0/libgimp/gimpplugin.h -include/gimp-2.0/libgimp/gimpplugin_pdb.h -include/gimp-2.0/libgimp/gimpproceduraldb.h -include/gimp-2.0/libgimp/gimpproceduraldb_pdb.h -include/gimp-2.0/libgimp/gimpprogress.h -include/gimp-2.0/libgimp/gimpprogress_pdb.h -include/gimp-2.0/libgimp/gimpprogressbar.h -include/gimp-2.0/libgimp/gimpregioniterator.h -include/gimp-2.0/libgimp/gimpselection.h -include/gimp-2.0/libgimp/gimpselection_pdb.h -include/gimp-2.0/libgimp/gimpselectiontools_pdb.h -include/gimp-2.0/libgimp/gimptexttool_pdb.h -include/gimp-2.0/libgimp/gimptile.h -include/gimp-2.0/libgimp/gimptransformtools_pdb.h -include/gimp-2.0/libgimp/gimptypes.h -include/gimp-2.0/libgimp/gimpui.h -include/gimp-2.0/libgimp/gimpuitypes.h -include/gimp-2.0/libgimp/gimpundo_pdb.h -include/gimp-2.0/libgimp/gimpunit_pdb.h -include/gimp-2.0/libgimpbase/gimpbase.h -include/gimp-2.0/libgimpbase/gimpbaseenums.h -include/gimp-2.0/libgimpbase/gimpbasetypes.h -include/gimp-2.0/libgimpbase/gimpchecks.h -include/gimp-2.0/libgimpbase/gimpdatafiles.h -include/gimp-2.0/libgimpbase/gimpenv.h -include/gimp-2.0/libgimpbase/gimplimits.h -include/gimp-2.0/libgimpbase/gimpmemsize.h -include/gimp-2.0/libgimpbase/gimpparasite.h -include/gimp-2.0/libgimpbase/gimpparasiteio.h -include/gimp-2.0/libgimpbase/gimpsignal.h -include/gimp-2.0/libgimpbase/gimpunit.h -include/gimp-2.0/libgimpbase/gimputils.h -include/gimp-2.0/libgimpbase/gimpversion.h -include/gimp-2.0/libgimpcolor/gimpadaptivesupersample.h -include/gimp-2.0/libgimpcolor/gimpbilinear.h -include/gimp-2.0/libgimpcolor/gimpcmyk.h -include/gimp-2.0/libgimpcolor/gimpcolor.h -include/gimp-2.0/libgimpcolor/gimpcolorspace.h -include/gimp-2.0/libgimpcolor/gimpcolortypes.h -include/gimp-2.0/libgimpcolor/gimphsv.h -include/gimp-2.0/libgimpcolor/gimprgb.h -include/gimp-2.0/libgimpmath/gimpmath.h -include/gimp-2.0/libgimpmath/gimpmathtypes.h -include/gimp-2.0/libgimpmath/gimpmatrix.h -include/gimp-2.0/libgimpmath/gimpmd5.h -include/gimp-2.0/libgimpmath/gimpvector.h -include/gimp-2.0/libgimpmodule/gimpmodule.h -include/gimp-2.0/libgimpmodule/gimpmoduledb.h -include/gimp-2.0/libgimpmodule/gimpmoduletypes.h -include/gimp-2.0/libgimpthumb/gimpthumb-enums.h -include/gimp-2.0/libgimpthumb/gimpthumb-error.h -include/gimp-2.0/libgimpthumb/gimpthumb-types.h -include/gimp-2.0/libgimpthumb/gimpthumb-utils.h -include/gimp-2.0/libgimpthumb/gimpthumb.h -include/gimp-2.0/libgimpthumb/gimpthumbnail.h -include/gimp-2.0/libgimpwidgets/gimpbutton.h -include/gimp-2.0/libgimpwidgets/gimpcellrenderercolor.h -include/gimp-2.0/libgimpwidgets/gimpcellrenderertoggle.h -include/gimp-2.0/libgimpwidgets/gimpchainbutton.h -include/gimp-2.0/libgimpwidgets/gimpcolorarea.h -include/gimp-2.0/libgimpwidgets/gimpcolorbutton.h -include/gimp-2.0/libgimpwidgets/gimpcolordisplay.h -include/gimp-2.0/libgimpwidgets/gimpcolordisplaystack.h -include/gimp-2.0/libgimpwidgets/gimpcolorhexentry.h -include/gimp-2.0/libgimpwidgets/gimpcolornotebook.h -include/gimp-2.0/libgimpwidgets/gimpcolorscale.h -include/gimp-2.0/libgimpwidgets/gimpcolorscales.h -include/gimp-2.0/libgimpwidgets/gimpcolorselect.h -include/gimp-2.0/libgimpwidgets/gimpcolorselection.h -include/gimp-2.0/libgimpwidgets/gimpcolorselector.h -include/gimp-2.0/libgimpwidgets/gimpcontroller.h -include/gimp-2.0/libgimpwidgets/gimpdialog.h -include/gimp-2.0/libgimpwidgets/gimpfileentry.h -include/gimp-2.0/libgimpwidgets/gimpframe.h -include/gimp-2.0/libgimpwidgets/gimphelpui.h -include/gimp-2.0/libgimpwidgets/gimpintcombobox.h -include/gimp-2.0/libgimpwidgets/gimpintstore.h -include/gimp-2.0/libgimpwidgets/gimpmemsizeentry.h -include/gimp-2.0/libgimpwidgets/gimpoffsetarea.h -include/gimp-2.0/libgimpwidgets/gimpoldwidgets.h -include/gimp-2.0/libgimpwidgets/gimppatheditor.h -include/gimp-2.0/libgimpwidgets/gimppickbutton.h -include/gimp-2.0/libgimpwidgets/gimppixmap.h -include/gimp-2.0/libgimpwidgets/gimppreview.h -include/gimp-2.0/libgimpwidgets/gimppreviewarea.h -include/gimp-2.0/libgimpwidgets/gimpquerybox.h -include/gimp-2.0/libgimpwidgets/gimpscrolledpreview.h -include/gimp-2.0/libgimpwidgets/gimpsizeentry.h -include/gimp-2.0/libgimpwidgets/gimpstock.h -include/gimp-2.0/libgimpwidgets/gimpunitmenu.h -include/gimp-2.0/libgimpwidgets/gimpwidgets.h -include/gimp-2.0/libgimpwidgets/gimpwidgetstypes.h -libexec/gimp/2.2/environ/default.env -%%PYTHON:%%libexec/gimp/2.2/environ/pygimp.env -%%PYTHON:%%libexec/gimp/2.2/python/pygimp-logo.png -libexec/gimp/2.2/modules/libcdisplay_colorblind.a -libexec/gimp/2.2/modules/libcdisplay_colorblind.la -libexec/gimp/2.2/modules/libcdisplay_colorblind.so -libexec/gimp/2.2/modules/libcdisplay_gamma.a -libexec/gimp/2.2/modules/libcdisplay_gamma.la -libexec/gimp/2.2/modules/libcdisplay_gamma.so -libexec/gimp/2.2/modules/libcdisplay_highcontrast.a -libexec/gimp/2.2/modules/libcdisplay_highcontrast.la -libexec/gimp/2.2/modules/libcdisplay_highcontrast.so -libexec/gimp/2.2/modules/libcdisplay_proof.a -libexec/gimp/2.2/modules/libcdisplay_proof.la -libexec/gimp/2.2/modules/libcdisplay_proof.so -libexec/gimp/2.2/modules/libcolorsel_cmyk.a -libexec/gimp/2.2/modules/libcolorsel_cmyk.la -libexec/gimp/2.2/modules/libcolorsel_cmyk.so -libexec/gimp/2.2/modules/libcolorsel_triangle.a -libexec/gimp/2.2/modules/libcolorsel_triangle.la -libexec/gimp/2.2/modules/libcolorsel_triangle.so -libexec/gimp/2.2/modules/libcolorsel_water.a -libexec/gimp/2.2/modules/libcolorsel_water.la -libexec/gimp/2.2/modules/libcolorsel_water.so -libexec/gimp/2.2/modules/libcontroller_midi.a -libexec/gimp/2.2/modules/libcontroller_midi.la -libexec/gimp/2.2/modules/libcontroller_midi.so -libexec/gimp/2.2/plug-ins/AlienMap2 -libexec/gimp/2.2/plug-ins/CEL -libexec/gimp/2.2/plug-ins/CML_explorer -libexec/gimp/2.2/plug-ins/FractalExplorer -libexec/gimp/2.2/plug-ins/Lighting -libexec/gimp/2.2/plug-ins/MapObject -libexec/gimp/2.2/plug-ins/aa -libexec/gimp/2.2/plug-ins/align_layers -libexec/gimp/2.2/plug-ins/animationplay -libexec/gimp/2.2/plug-ins/animoptimize -libexec/gimp/2.2/plug-ins/apply_lens -libexec/gimp/2.2/plug-ins/autocrop -libexec/gimp/2.2/plug-ins/autostretch_hsv -libexec/gimp/2.2/plug-ins/blinds -libexec/gimp/2.2/plug-ins/blur -libexec/gimp/2.2/plug-ins/bmp -libexec/gimp/2.2/plug-ins/borderaverage -libexec/gimp/2.2/plug-ins/bumpmap -libexec/gimp/2.2/plug-ins/c_astretch -libexec/gimp/2.2/plug-ins/cartoon -libexec/gimp/2.2/plug-ins/ccanalyze -libexec/gimp/2.2/plug-ins/channel_mixer -libexec/gimp/2.2/plug-ins/checkerboard -%%PYTHON:%%libexec/gimp/2.2/plug-ins/clothify.py -libexec/gimp/2.2/plug-ins/color_enhance -libexec/gimp/2.2/plug-ins/colorify -%%PYTHON:%%libexec/gimp/2.2/plug-ins/colorxhtml.py -libexec/gimp/2.2/plug-ins/colortoalpha -libexec/gimp/2.2/plug-ins/compose -libexec/gimp/2.2/plug-ins/compressor -libexec/gimp/2.2/plug-ins/convmatrix -libexec/gimp/2.2/plug-ins/csource -libexec/gimp/2.2/plug-ins/cubism -libexec/gimp/2.2/plug-ins/curve_bend -libexec/gimp/2.2/plug-ins/decompose -libexec/gimp/2.2/plug-ins/deinterlace -libexec/gimp/2.2/plug-ins/depthmerge -libexec/gimp/2.2/plug-ins/despeckle -libexec/gimp/2.2/plug-ins/destripe -libexec/gimp/2.2/plug-ins/dicom -libexec/gimp/2.2/plug-ins/diffraction -libexec/gimp/2.2/plug-ins/displace -libexec/gimp/2.2/plug-ins/dog -libexec/gimp/2.2/plug-ins/edge -libexec/gimp/2.2/plug-ins/emboss -libexec/gimp/2.2/plug-ins/engrave -libexec/gimp/2.2/plug-ins/exchange -libexec/gimp/2.2/plug-ins/faxg3 -libexec/gimp/2.2/plug-ins/film -libexec/gimp/2.2/plug-ins/fits -libexec/gimp/2.2/plug-ins/flame -libexec/gimp/2.2/plug-ins/flarefx -%%PYTHON:%%libexec/gimp/2.2/plug-ins/foggify.py -libexec/gimp/2.2/plug-ins/fp -libexec/gimp/2.2/plug-ins/fractaltrace -libexec/gimp/2.2/plug-ins/gauss -libexec/gimp/2.2/plug-ins/gbr -libexec/gimp/2.2/plug-ins/gee -libexec/gimp/2.2/plug-ins/gee_zoom -libexec/gimp/2.2/plug-ins/gfig -libexec/gimp/2.2/plug-ins/gflare -libexec/gimp/2.2/plug-ins/gfli -libexec/gimp/2.2/plug-ins/gif -libexec/gimp/2.2/plug-ins/gifload -libexec/gimp/2.2/plug-ins/gih -%%PYTHON:%%libexec/gimp/2.2/plug-ins/gimpcons.py -libexec/gimp/2.2/plug-ins/gimpressionist -libexec/gimp/2.2/plug-ins/glasstile -libexec/gimp/2.2/plug-ins/glob -libexec/gimp/2.2/plug-ins/gqbist -libexec/gimp/2.2/plug-ins/gradmap -libexec/gimp/2.2/plug-ins/grid -%%PYTHON:%%libexec/gimp/2.2/plug-ins/gtkcons.py -libexec/gimp/2.2/plug-ins/gtm -libexec/gimp/2.2/plug-ins/guillotine -libexec/gimp/2.2/plug-ins/header -libexec/gimp/2.2/plug-ins/help -%%HELPBROWSER:%%libexec/gimp/2.2/plug-ins/helpbrowser -libexec/gimp/2.2/plug-ins/hot -libexec/gimp/2.2/plug-ins/ifscompose -libexec/gimp/2.2/plug-ins/illusion -libexec/gimp/2.2/plug-ins/imagemap -libexec/gimp/2.2/plug-ins/iwarp -libexec/gimp/2.2/plug-ins/jigsaw -libexec/gimp/2.2/plug-ins/jpeg -libexec/gimp/2.2/plug-ins/laplace -libexec/gimp/2.2/plug-ins/lic -libexec/gimp/2.2/plug-ins/mail -libexec/gimp/2.2/plug-ins/mapcolor -libexec/gimp/2.2/plug-ins/max_rgb -libexec/gimp/2.2/plug-ins/maze -libexec/gimp/2.2/plug-ins/mblur -libexec/gimp/2.2/plug-ins/mng -libexec/gimp/2.2/plug-ins/mosaic -libexec/gimp/2.2/plug-ins/neon -libexec/gimp/2.2/plug-ins/newsprint -libexec/gimp/2.2/plug-ins/nlfilt -libexec/gimp/2.2/plug-ins/noisify -libexec/gimp/2.2/plug-ins/normalize -libexec/gimp/2.2/plug-ins/nova -libexec/gimp/2.2/plug-ins/oilify -libexec/gimp/2.2/plug-ins/pagecurl -libexec/gimp/2.2/plug-ins/papertile -libexec/gimp/2.2/plug-ins/pat -libexec/gimp/2.2/plug-ins/pcx -%%PYTHON:%%libexec/gimp/2.2/plug-ins/pdbbrowse.py -libexec/gimp/2.2/plug-ins/photocopy -libexec/gimp/2.2/plug-ins/pix -libexec/gimp/2.2/plug-ins/pixelize -libexec/gimp/2.2/plug-ins/plasma -libexec/gimp/2.2/plug-ins/plugin-browser -libexec/gimp/2.2/plug-ins/png -libexec/gimp/2.2/plug-ins/pnm -libexec/gimp/2.2/plug-ins/polar -libexec/gimp/2.2/plug-ins/postscript -%%PRINT%%libexec/gimp/2.2/plug-ins/print -libexec/gimp/2.2/plug-ins/procedure-browser -libexec/gimp/2.2/plug-ins/psd -libexec/gimp/2.2/plug-ins/psd_save -libexec/gimp/2.2/plug-ins/psp -%%PYTHON:%%libexec/gimp/2.2/plug-ins/py-slice.py -libexec/gimp/2.2/plug-ins/randomize -libexec/gimp/2.2/plug-ins/raw -libexec/gimp/2.2/plug-ins/rcm -libexec/gimp/2.2/plug-ins/retinex -libexec/gimp/2.2/plug-ins/ripple -libexec/gimp/2.2/plug-ins/rotate -libexec/gimp/2.2/plug-ins/sample_colorize -libexec/gimp/2.2/plug-ins/scatter_hsv -libexec/gimp/2.2/plug-ins/screenshot -libexec/gimp/2.2/plug-ins/script-fu -%%PYTHON:%%libexec/gimp/2.2/plug-ins/shadow_bevel.py -libexec/gimp/2.2/plug-ins/sel2path -libexec/gimp/2.2/plug-ins/sel_gauss -libexec/gimp/2.2/plug-ins/semiflatten -libexec/gimp/2.2/plug-ins/sgi -libexec/gimp/2.2/plug-ins/sharpen -libexec/gimp/2.2/plug-ins/shift -libexec/gimp/2.2/plug-ins/sinus -libexec/gimp/2.2/plug-ins/smooth_palette -libexec/gimp/2.2/plug-ins/snoise -libexec/gimp/2.2/plug-ins/sobel -libexec/gimp/2.2/plug-ins/softglow -libexec/gimp/2.2/plug-ins/sparkle -libexec/gimp/2.2/plug-ins/spheredesigner -libexec/gimp/2.2/plug-ins/spread -libexec/gimp/2.2/plug-ins/struc -libexec/gimp/2.2/plug-ins/sunras -libexec/gimp/2.2/plug-ins/svg -libexec/gimp/2.2/plug-ins/tga -libexec/gimp/2.2/plug-ins/threshold_alpha -libexec/gimp/2.2/plug-ins/tiff -libexec/gimp/2.2/plug-ins/tile -libexec/gimp/2.2/plug-ins/tileit -libexec/gimp/2.2/plug-ins/tiler -libexec/gimp/2.2/plug-ins/uniteditor -libexec/gimp/2.2/plug-ins/unsharp -libexec/gimp/2.2/plug-ins/url -libexec/gimp/2.2/plug-ins/video -libexec/gimp/2.2/plug-ins/vinvert -libexec/gimp/2.2/plug-ins/vpropagate -libexec/gimp/2.2/plug-ins/warp -libexec/gimp/2.2/plug-ins/waves -libexec/gimp/2.2/plug-ins/webbrowser -%%PYTHON:%%libexec/gimp/2.2/plug-ins/whirlpinch.py -libexec/gimp/2.2/plug-ins/whirlpinch -libexec/gimp/2.2/plug-ins/wind -libexec/gimp/2.2/plug-ins/winicon -libexec/gimp/2.2/plug-ins/wmf -libexec/gimp/2.2/plug-ins/xbm -libexec/gimp/2.2/plug-ins/xjt -libexec/gimp/2.2/plug-ins/xpm -libexec/gimp/2.2/plug-ins/xwd -libexec/gimp/2.2/plug-ins/zealouscrop -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpmodule.a -%%PYTHON:%%libexec/gimp/2.2/python/gimpmodule.la -%%PYTHON:%%libexec/gimp/2.2/python/gimpmodule.so -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowsermodule.a -%%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowsermodule.la -%%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowsermodule.so -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.pyo -lib/libgimp-2.0.a -lib/libgimp-2.0.la -lib/libgimp-2.0.so -lib/libgimp-2.0.so.%%SHLIBVER%% -lib/libgimpbase-2.0.a -lib/libgimpbase-2.0.la -lib/libgimpbase-2.0.so -lib/libgimpbase-2.0.so.%%SHLIBVER%% -lib/libgimpcolor-2.0.a -lib/libgimpcolor-2.0.la -lib/libgimpcolor-2.0.so -lib/libgimpcolor-2.0.so.%%SHLIBVER%% -lib/libgimpmath-2.0.a -lib/libgimpmath-2.0.la -lib/libgimpmath-2.0.so -lib/libgimpmath-2.0.so.%%SHLIBVER%% -lib/libgimpmodule-2.0.a -lib/libgimpmodule-2.0.la -lib/libgimpmodule-2.0.so -lib/libgimpmodule-2.0.so.%%SHLIBVER%% -lib/libgimpthumb-2.0.a -lib/libgimpthumb-2.0.la -lib/libgimpthumb-2.0.so -lib/libgimpthumb-2.0.so.%%SHLIBVER%% -lib/libgimpui-2.0.a -lib/libgimpui-2.0.la -lib/libgimpui-2.0.so -lib/libgimpui-2.0.so.%%SHLIBVER%% -lib/libgimpwidgets-2.0.a -lib/libgimpwidgets-2.0.la -lib/libgimpwidgets-2.0.so -lib/libgimpwidgets-2.0.so.%%SHLIBVER%% -libdata/pkgconfig/gimp-2.0.pc -libdata/pkgconfig/gimpthumb-2.0.pc -libdata/pkgconfig/gimpui-2.0.pc -share/aclocal/gimp-2.0.m4 -%%DOCSDIR%%/libgimp/GimpAspectPreview.html -%%DOCSDIR%%/libgimp/GimpDrawablePreview.html -%%DOCSDIR%%/libgimp/GimpProgressBar.html -%%DOCSDIR%%/libgimp/gimpdefinitions.html -%%DOCSDIR%%/libgimp/home.png -%%DOCSDIR%%/libgimp/index.html -%%DOCSDIR%%/libgimp/index.sgml -%%DOCSDIR%%/libgimp/left.png -%%DOCSDIR%%/libgimp/libgimp-data.html -%%DOCSDIR%%/libgimp/libgimp-general.html -%%DOCSDIR%%/libgimp/libgimp-gimp.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrush.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrushes.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrushmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrushselect.html -%%DOCSDIR%%/libgimp/libgimp-gimpchannel.html -%%DOCSDIR%%/libgimp/libgimp-gimpcolor.html -%%DOCSDIR%%/libgimp/libgimp-gimpcontext.html -%%DOCSDIR%%/libgimp/libgimp-gimpconvert.html -%%DOCSDIR%%/libgimp/libgimp-gimpdisplay.html -%%DOCSDIR%%/libgimp/libgimp-gimpdrawable.html -%%DOCSDIR%%/libgimp/libgimp-gimpdrawablecombobox.html -%%DOCSDIR%%/libgimp/libgimp-gimpdrawabletransform.html -%%DOCSDIR%%/libgimp/libgimp-gimpedit.html -%%DOCSDIR%%/libgimp/libgimp-gimpenums.html -%%DOCSDIR%%/libgimp/libgimp-gimpexport.html -%%DOCSDIR%%/libgimp/libgimp-gimpfileops.html -%%DOCSDIR%%/libgimp/libgimp-gimpfloatingsel.html -%%DOCSDIR%%/libgimp/libgimp-gimpfontmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpfonts.html -%%DOCSDIR%%/libgimp/libgimp-gimpfontselect.html -%%DOCSDIR%%/libgimp/libgimp-gimpgimprc.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradient.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradientmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradients.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradientselect.html -%%DOCSDIR%%/libgimp/libgimp-gimpguides.html -%%DOCSDIR%%/libgimp/libgimp-gimphelp.html -%%DOCSDIR%%/libgimp/libgimp-gimpimage.html -%%DOCSDIR%%/libgimp/libgimp-gimpimagecombobox.html -%%DOCSDIR%%/libgimp/libgimp-gimplayer.html -%%DOCSDIR%%/libgimp/libgimp-gimpmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpmessage.html -%%DOCSDIR%%/libgimp/libgimp-gimppalette.html -%%DOCSDIR%%/libgimp/libgimp-gimppalettemenu.html -%%DOCSDIR%%/libgimp/libgimp-gimppalettes.html -%%DOCSDIR%%/libgimp/libgimp-gimppaletteselect.html -%%DOCSDIR%%/libgimp/libgimp-gimppaths.html -%%DOCSDIR%%/libgimp/libgimp-gimppattern.html -%%DOCSDIR%%/libgimp/libgimp-gimppatternmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimppatterns.html -%%DOCSDIR%%/libgimp/libgimp-gimppatternselect.html -%%DOCSDIR%%/libgimp/libgimp-gimppixbuf.html -%%DOCSDIR%%/libgimp/libgimp-gimppixelfetcher.html -%%DOCSDIR%%/libgimp/libgimp-gimppixelrgn.html -%%DOCSDIR%%/libgimp/libgimp-gimpplugin.html -%%DOCSDIR%%/libgimp/libgimp-gimpproceduraldb.html -%%DOCSDIR%%/libgimp/libgimp-gimpprogress.html -%%DOCSDIR%%/libgimp/libgimp-gimpregioniterator.html -%%DOCSDIR%%/libgimp/libgimp-gimpselection.html -%%DOCSDIR%%/libgimp/libgimp-gimptexttool.html -%%DOCSDIR%%/libgimp/libgimp-gimptile.html -%%DOCSDIR%%/libgimp/libgimp-gimptools.html -%%DOCSDIR%%/libgimp/libgimp-gimpui.html -%%DOCSDIR%%/libgimp/libgimp-gimpundo.html -%%DOCSDIR%%/libgimp/libgimp-image.html -%%DOCSDIR%%/libgimp/libgimp-selectors.html -%%DOCSDIR%%/libgimp/libgimp.devhelp -%%DOCSDIR%%/libgimp/libgimp.html -%%DOCSDIR%%/libgimp/libgimpui-hierarchy.html -%%DOCSDIR%%/libgimp/libgimpui.html -%%DOCSDIR%%/libgimp/right.png -%%DOCSDIR%%/libgimp/style.css -%%DOCSDIR%%/libgimp/up.png -%%DOCSDIR%%/libgimpbase/home.png -%%DOCSDIR%%/libgimpbase/index.html -%%DOCSDIR%%/libgimpbase/index.sgml -%%DOCSDIR%%/libgimpbase/left.png -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbaseenums.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbasetypes.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpchecks.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpdatafiles.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpenv.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimplimits.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpmemsize.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparasite.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparasiteio.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpprotocol.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpsignal.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpunit.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimputils.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpversion.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpwire.html -%%DOCSDIR%%/libgimpbase/libgimpbase.devhelp -%%DOCSDIR%%/libgimpbase/libgimpbase.html -%%DOCSDIR%%/libgimpbase/right.png -%%DOCSDIR%%/libgimpbase/style.css -%%DOCSDIR%%/libgimpbase/up.png -%%DOCSDIR%%/libgimpcolor/home.png -%%DOCSDIR%%/libgimpcolor/index.html -%%DOCSDIR%%/libgimpcolor/index.sgml -%%DOCSDIR%%/libgimpcolor/left.png -%%DOCSDIR%%/libgimpcolor/style.css -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpAdaptiveSupersample.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpBilinear.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpCMYK.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpColorSpace.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpHSV.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpRGB.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor.devhelp -%%DOCSDIR%%/libgimpcolor/libgimpcolor.html -%%DOCSDIR%%/libgimpcolor/right.png -%%DOCSDIR%%/libgimpcolor/up.png -%%DOCSDIR%%/libgimpmath/home.png -%%DOCSDIR%%/libgimpmath/index.html -%%DOCSDIR%%/libgimpmath/index.sgml -%%DOCSDIR%%/libgimpmath/left.png -%%DOCSDIR%%/libgimpmath/style.css -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMD5.html -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMath.html -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMatrix.html -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpVector.html -%%DOCSDIR%%/libgimpmath/libgimpmath.devhelp -%%DOCSDIR%%/libgimpmath/libgimpmath.html -%%DOCSDIR%%/libgimpmath/right.png -%%DOCSDIR%%/libgimpmath/up.png -%%DOCSDIR%%/libgimpmodule/GimpModule.html -%%DOCSDIR%%/libgimpmodule/GimpModuleDB.html -%%DOCSDIR%%/libgimpmodule/home.png -%%DOCSDIR%%/libgimpmodule/index.html -%%DOCSDIR%%/libgimpmodule/index.sgml -%%DOCSDIR%%/libgimpmodule/left.png -%%DOCSDIR%%/libgimpmodule/style.css -%%DOCSDIR%%/libgimpmodule/libgimpmodule.devhelp -%%DOCSDIR%%/libgimpmodule/libgimpmodule.html -%%DOCSDIR%%/libgimpmodule/right.png -%%DOCSDIR%%/libgimpmodule/up.png -%%DOCSDIR%%/libgimpthumb/GimpThumbnail.html -%%DOCSDIR%%/libgimpthumb/home.png -%%DOCSDIR%%/libgimpthumb/index.html -%%DOCSDIR%%/libgimpthumb/index.sgml -%%DOCSDIR%%/libgimpthumb/left.png -%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-enums.html -%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-error.html -%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-utils.html -%%DOCSDIR%%/libgimpthumb/libgimpthumb.devhelp -%%DOCSDIR%%/libgimpthumb/libgimpthumb.html -%%DOCSDIR%%/libgimpthumb/right.png -%%DOCSDIR%%/libgimpthumb/style.css -%%DOCSDIR%%/libgimpthumb/up.png -%%DOCSDIR%%/libgimpwidgets/GimpButton.html -%%DOCSDIR%%/libgimpwidgets/GimpCellRendererColor.html -%%DOCSDIR%%/libgimpwidgets/GimpCellRendererToggle.html -%%DOCSDIR%%/libgimpwidgets/GimpChainButton.html -%%DOCSDIR%%/libgimpwidgets/GimpColorArea.html -%%DOCSDIR%%/libgimpwidgets/GimpColorButton.html -%%DOCSDIR%%/libgimpwidgets/GimpColorDisplay.html -%%DOCSDIR%%/libgimpwidgets/GimpColorDisplayStack.html -%%DOCSDIR%%/libgimpwidgets/GimpColorHexEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpColorNotebook.html -%%DOCSDIR%%/libgimpwidgets/GimpColorScale.html -%%DOCSDIR%%/libgimpwidgets/GimpColorScales.html -%%DOCSDIR%%/libgimpwidgets/GimpColorSelect.html -%%DOCSDIR%%/libgimpwidgets/GimpColorSelection.html -%%DOCSDIR%%/libgimpwidgets/GimpColorSelector.html -%%DOCSDIR%%/libgimpwidgets/GimpController.html -%%DOCSDIR%%/libgimpwidgets/GimpDialog.html -%%DOCSDIR%%/libgimpwidgets/GimpFileEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpFrame.html -%%DOCSDIR%%/libgimpwidgets/GimpIntComboBox.html -%%DOCSDIR%%/libgimpwidgets/GimpIntStore.html -%%DOCSDIR%%/libgimpwidgets/GimpMemsizeEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpOffsetArea.html -%%DOCSDIR%%/libgimpwidgets/GimpPathEditor.html -%%DOCSDIR%%/libgimpwidgets/GimpPickButton.html -%%DOCSDIR%%/libgimpwidgets/GimpPixmap.html -%%DOCSDIR%%/libgimpwidgets/GimpPreview.html -%%DOCSDIR%%/libgimpwidgets/GimpPreviewArea.html -%%DOCSDIR%%/libgimpwidgets/GimpSizeEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpUnitMenu.html -%%DOCSDIR%%/libgimpwidgets/home.png -%%DOCSDIR%%/libgimpwidgets/index.html -%%DOCSDIR%%/libgimpwidgets/index.sgml -%%DOCSDIR%%/libgimpwidgets/left.png -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpHelpUI.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpQueryBox.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpScrolledPreview.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpStock.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpStock.html~ -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpWidgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-cell-renderers.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colordisplay.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colorselector.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-controller.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-deprecated.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-gimpoldwidgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-hierarchy.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-utils.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-widgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets.devhelp -%%DOCSDIR%%/libgimpwidgets/right.png -%%DOCSDIR%%/libgimpwidgets/stock-anchor-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cap-butt-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cap-round-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cap-square-16.png -%%DOCSDIR%%/libgimpwidgets/stock-center-16.png -%%DOCSDIR%%/libgimpwidgets/stock-center-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channels-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channels-24.png -%%DOCSDIR%%/libgimpwidgets/stock-char-picker-22.png -%%DOCSDIR%%/libgimpwidgets/stock-close-12.png -%%DOCSDIR%%/libgimpwidgets/stock-color-pick-from-screen-16.png -%%DOCSDIR%%/libgimpwidgets/stock-color-picker-black-18.png -%%DOCSDIR%%/libgimpwidgets/stock-color-picker-gray-18.png -%%DOCSDIR%%/libgimpwidgets/stock-color-picker-white-18.png -%%DOCSDIR%%/libgimpwidgets/stock-color-triangle-16.png -%%DOCSDIR%%/libgimpwidgets/stock-convert-grayscale-16.png -%%DOCSDIR%%/libgimpwidgets/stock-convert-indexed-16.png -%%DOCSDIR%%/libgimpwidgets/stock-convert-rgb-16.png -%%DOCSDIR%%/libgimpwidgets/stock-curve-free-16.png -%%DOCSDIR%%/libgimpwidgets/stock-curve-smooth-16.png -%%DOCSDIR%%/libgimpwidgets/stock-default-colors-12.png -%%DOCSDIR%%/libgimpwidgets/stock-device-status-16.png -%%DOCSDIR%%/libgimpwidgets/stock-device-status-24.png -%%DOCSDIR%%/libgimpwidgets/stock-display-filter-16.png -%%DOCSDIR%%/libgimpwidgets/stock-display-filter-24.png -%%DOCSDIR%%/libgimpwidgets/stock-duplicate-16.png -%%DOCSDIR%%/libgimpwidgets/stock-edit-16.png -%%DOCSDIR%%/libgimpwidgets/stock-error-64.png -%%DOCSDIR%%/libgimpwidgets/stock-eye-12.png -%%DOCSDIR%%/libgimpwidgets/stock-eye-20.png -%%DOCSDIR%%/libgimpwidgets/stock-flip-horizontal-16.png -%%DOCSDIR%%/libgimpwidgets/stock-flip-vertical-16.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-16.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-24.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-32.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-48.png -%%DOCSDIR%%/libgimpwidgets/stock-frame-64.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-bilinear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-conical-asymmetric-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-conical-symmetric-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-linear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-radial-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-angular-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-dimpled-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-spherical-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-spiral-anticlockwise-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-spiral-clockwise-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-square-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-east-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-east-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-west-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-east-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-west-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-west-24.png -%%DOCSDIR%%/libgimpwidgets/stock-grid-16.png -%%DOCSDIR%%/libgimpwidgets/stock-hchain-24.png -%%DOCSDIR%%/libgimpwidgets/stock-hchain-broken-24.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-16.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-22.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-linear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-logarithmic-16.png -%%DOCSDIR%%/libgimpwidgets/stock-image-16.png -%%DOCSDIR%%/libgimpwidgets/stock-image-24.png -%%DOCSDIR%%/libgimpwidgets/stock-image-32.png -%%DOCSDIR%%/libgimpwidgets/stock-image-48.png -%%DOCSDIR%%/libgimpwidgets/stock-images-16.png -%%DOCSDIR%%/libgimpwidgets/stock-images-24.png -%%DOCSDIR%%/libgimpwidgets/stock-indexed-palette-16.png -%%DOCSDIR%%/libgimpwidgets/stock-indexed-palette-24.png -%%DOCSDIR%%/libgimpwidgets/stock-info-16.png -%%DOCSDIR%%/libgimpwidgets/stock-info-24.png -%%DOCSDIR%%/libgimpwidgets/stock-info-64.png -%%DOCSDIR%%/libgimpwidgets/stock-invert-16.png -%%DOCSDIR%%/libgimpwidgets/stock-join-bevel-16.png -%%DOCSDIR%%/libgimpwidgets/stock-join-miter-16.png -%%DOCSDIR%%/libgimpwidgets/stock-join-round-16.png -%%DOCSDIR%%/libgimpwidgets/stock-landscape-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-24.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-32.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-48.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-24.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-32.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-48.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-to-imagesize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layers-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layers-24.png -%%DOCSDIR%%/libgimpwidgets/stock-letter-spacing-22.png -%%DOCSDIR%%/libgimpwidgets/stock-line-spacing-22.png -%%DOCSDIR%%/libgimpwidgets/stock-linked-12.png -%%DOCSDIR%%/libgimpwidgets/stock-linked-20.png -%%DOCSDIR%%/libgimpwidgets/stock-list-16.png -%%DOCSDIR%%/libgimpwidgets/stock-menu-left-12.png -%%DOCSDIR%%/libgimpwidgets/stock-menu-right-12.png -%%DOCSDIR%%/libgimpwidgets/stock-merge-down-16.png -%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-16.png -%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-24.png -%%DOCSDIR%%/libgimpwidgets/stock-navigation-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paste-as-new-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paste-into-16.png -%%DOCSDIR%%/libgimpwidgets/stock-path-16.png -%%DOCSDIR%%/libgimpwidgets/stock-path-22.png -%%DOCSDIR%%/libgimpwidgets/stock-path-stroke-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paths-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paths-22.png -%%DOCSDIR%%/libgimpwidgets/stock-plugin-16.png -%%DOCSDIR%%/libgimpwidgets/stock-portrait-16.png -%%DOCSDIR%%/libgimpwidgets/stock-print-resolution-16.png -%%DOCSDIR%%/libgimpwidgets/stock-print-resolution-24.png -%%DOCSDIR%%/libgimpwidgets/stock-qmask-off-16.png -%%DOCSDIR%%/libgimpwidgets/stock-qmask-on-16.png -%%DOCSDIR%%/libgimpwidgets/stock-question-64.png -%%DOCSDIR%%/libgimpwidgets/stock-reset-16.png -%%DOCSDIR%%/libgimpwidgets/stock-reshow-filter-16.png -%%DOCSDIR%%/libgimpwidgets/stock-resize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-rotate-180-16.png -%%DOCSDIR%%/libgimpwidgets/stock-rotate-270-16.png -%%DOCSDIR%%/libgimpwidgets/stock-rotate-90-16.png -%%DOCSDIR%%/libgimpwidgets/stock-scale-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-add-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-all-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-border-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-grow-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-intersect-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-none-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-replace-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-shrink-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-stroke-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-subtract-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-to-channel-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-to-path-16.png -%%DOCSDIR%%/libgimpwidgets/stock-shape-circle-16.png -%%DOCSDIR%%/libgimpwidgets/stock-shape-diamond-16.png -%%DOCSDIR%%/libgimpwidgets/stock-shape-square-16.png -%%DOCSDIR%%/libgimpwidgets/stock-swap-colors-12.png -%%DOCSDIR%%/libgimpwidgets/stock-template-16.png -%%DOCSDIR%%/libgimpwidgets/stock-template-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-dir-ltr-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-dir-rtl-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-16.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-32.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-48.png -%%DOCSDIR%%/libgimpwidgets/stock-texture-64.png -%%DOCSDIR%%/libgimpwidgets/stock-toilet-paper-16.png -%%DOCSDIR%%/libgimpwidgets/stock-toilet-paper-24.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-airbrush-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-airbrush-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blend-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blend-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blur-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blur-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-brightness-contrast-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-brightness-contrast-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-bucket-fill-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-bucket-fill-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-by-color-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-by-color-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-clone-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-clone-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-balance-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-balance-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-picker-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-picker-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-colorize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-colorize-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-crop-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-crop-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-curves-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-curves-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-dodge-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-dodge-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ellipse-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ellipse-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-eraser-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-eraser-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-flip-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-flip-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-free-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-free-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-fuzzy-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-fuzzy-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-hue-saturation-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-hue-saturation-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ink-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ink-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-iscissors-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-iscissors-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-levels-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-levels-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-measure-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-measure-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-move-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-move-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-options-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-options-24.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-paintbrush-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-paintbrush-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-path-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-path-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-pencil-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-pencil-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-perspective-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-perspective-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-posterize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-posterize-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rect-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rect-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rotate-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rotate-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-scale-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-scale-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-shear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-shear-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-smudge-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-smudge-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-text-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-text-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-threshold-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-threshold-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-zoom-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-zoom-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tools-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tools-24.png -%%DOCSDIR%%/libgimpwidgets/stock-transparency-16.png -%%DOCSDIR%%/libgimpwidgets/stock-transparency-24.png -%%DOCSDIR%%/libgimpwidgets/stock-undo-history-16.png -%%DOCSDIR%%/libgimpwidgets/stock-undo-history-24.png -%%DOCSDIR%%/libgimpwidgets/stock-vchain-24.png -%%DOCSDIR%%/libgimpwidgets/stock-vchain-broken-24.png -%%DOCSDIR%%/libgimpwidgets/stock-video-16.png -%%DOCSDIR%%/libgimpwidgets/stock-video-24.png -%%DOCSDIR%%/libgimpwidgets/stock-warning-16.png -%%DOCSDIR%%/libgimpwidgets/stock-warning-24.png -%%DOCSDIR%%/libgimpwidgets/stock-warning-64.png -%%DOCSDIR%%/libgimpwidgets/stock-web-16.png -%%DOCSDIR%%/libgimpwidgets/stock-web-24.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-16.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-32.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-48.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-64.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-eek-64.png -%%DOCSDIR%%/libgimpwidgets/stock-zoom-follow-window-12.png -%%DOCSDIR%%/libgimpwidgets/style.css -%%DOCSDIR%%/libgimpwidgets/up.png -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/SketchBrush-16.gih -share/gimp/brushes/SketchBrush-32.gih -share/gimp/brushes/SketchBrush-64.gih -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/confetti.gih -share/gimp/brushes/dunes.gbr -share/gimp/brushes/feltpen.gih -share/gimp/brushes/galaxy.gbr -share/gimp/brushes/galaxy_big.gbr -share/gimp/brushes/galaxy_small.gbr -share/gimp/brushes/hsparks.gih -share/gimp/brushes/pepper.gbr -share/gimp/brushes/pixel.gbr -share/gimp/brushes/thegimp.gbr -share/gimp/brushes/vine.gih -share/gimp/brushes/xcf.gbr -@exec mkdir -p %D/share/gimp/fonts -share/gimp/fractalexplorer/Asteroid_Field -share/gimp/fractalexplorer/Bar_Code_Label -share/gimp/fractalexplorer/Beauty_of_Nature -share/gimp/fractalexplorer/Blue_Curtain -share/gimp/fractalexplorer/Car_Track -share/gimp/fractalexplorer/Energetic_Diamond -share/gimp/fractalexplorer/Explosive -share/gimp/fractalexplorer/Flower -share/gimp/fractalexplorer/Fragments -share/gimp/fractalexplorer/Hemp -share/gimp/fractalexplorer/High_Voltage -share/gimp/fractalexplorer/Hoops -share/gimp/fractalexplorer/Ice_Crystal -share/gimp/fractalexplorer/Leaves -share/gimp/fractalexplorer/Lightning -share/gimp/fractalexplorer/Mandelbrot -share/gimp/fractalexplorer/Marble -share/gimp/fractalexplorer/Marble2 -share/gimp/fractalexplorer/Medusa -share/gimp/fractalexplorer/Nautilus -share/gimp/fractalexplorer/Nebula -share/gimp/fractalexplorer/Plant -share/gimp/fractalexplorer/Rose -share/gimp/fractalexplorer/Saturn -share/gimp/fractalexplorer/Snow_Crystal -share/gimp/fractalexplorer/Soma -share/gimp/fractalexplorer/Spark -share/gimp/fractalexplorer/Suns -share/gimp/fractalexplorer/Tentacles -share/gimp/fractalexplorer/The_Green_Place -share/gimp/fractalexplorer/Wave -share/gimp/fractalexplorer/Wood -share/gimp/fractalexplorer/Zooming_Circle -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 -share/gimp/gflare/Bright_Star -share/gimp/gflare/Classic -share/gimp/gflare/Default -share/gimp/gflare/Distant_Sun -share/gimp/gflare/GFlare_101 -share/gimp/gflare/GFlare_102 -share/gimp/gflare/Hidden_Planet -share/gimp/gimpressionist/Brushes/arrow01.pgm -share/gimp/gimpressionist/Brushes/ball.ppm -share/gimp/gimpressionist/Brushes/blob.ppm -share/gimp/gimpressionist/Brushes/box.ppm -share/gimp/gimpressionist/Brushes/chalk01.pgm -share/gimp/gimpressionist/Brushes/cone.ppm -share/gimp/gimpressionist/Brushes/crayon01.pgm -share/gimp/gimpressionist/Brushes/crayon02.pgm -share/gimp/gimpressionist/Brushes/crayon03.pgm -share/gimp/gimpressionist/Brushes/crayon04.pgm -share/gimp/gimpressionist/Brushes/crayon05.pgm -share/gimp/gimpressionist/Brushes/crayon06.pgm -share/gimp/gimpressionist/Brushes/crayon07.pgm -share/gimp/gimpressionist/Brushes/crayon08.pgm -share/gimp/gimpressionist/Brushes/defaultbrush.pgm -share/gimp/gimpressionist/Brushes/dribble.pgm -share/gimp/gimpressionist/Brushes/fabric.pgm -share/gimp/gimpressionist/Brushes/fabric01.pgm -share/gimp/gimpressionist/Brushes/fabric02.pgm -share/gimp/gimpressionist/Brushes/fabric03.pgm -share/gimp/gimpressionist/Brushes/flower01.pgm -share/gimp/gimpressionist/Brushes/flower02.pgm -share/gimp/gimpressionist/Brushes/flower03.pgm -share/gimp/gimpressionist/Brushes/flower04.pgm -share/gimp/gimpressionist/Brushes/grad01.pgm -share/gimp/gimpressionist/Brushes/grad02.pgm -share/gimp/gimpressionist/Brushes/grad03.pgm -share/gimp/gimpressionist/Brushes/heart.ppm -share/gimp/gimpressionist/Brushes/leaf01.pgm -share/gimp/gimpressionist/Brushes/paintbrush.pgm -share/gimp/gimpressionist/Brushes/paintbrush01.pgm -share/gimp/gimpressionist/Brushes/paintbrush02.pgm -share/gimp/gimpressionist/Brushes/paintbrush03.pgm -share/gimp/gimpressionist/Brushes/paintbrush04.pgm -share/gimp/gimpressionist/Brushes/paper01.pgm -share/gimp/gimpressionist/Brushes/paper02.pgm -share/gimp/gimpressionist/Brushes/paper03.pgm -share/gimp/gimpressionist/Brushes/paper04.pgm -share/gimp/gimpressionist/Brushes/pentagram.pgm -share/gimp/gimpressionist/Brushes/scribble.pgm -share/gimp/gimpressionist/Brushes/shape01.pgm -share/gimp/gimpressionist/Brushes/shape02.pgm -share/gimp/gimpressionist/Brushes/shape03.pgm -share/gimp/gimpressionist/Brushes/shape04.pgm -share/gimp/gimpressionist/Brushes/snow1.pgm -share/gimp/gimpressionist/Brushes/sphere.ppm -share/gimp/gimpressionist/Brushes/splat1.pgm -share/gimp/gimpressionist/Brushes/splat2.pgm -share/gimp/gimpressionist/Brushes/splat3.pgm -share/gimp/gimpressionist/Brushes/spunge01.pgm -share/gimp/gimpressionist/Brushes/spunge02.pgm -share/gimp/gimpressionist/Brushes/spunge03.pgm -share/gimp/gimpressionist/Brushes/spunge04.pgm -share/gimp/gimpressionist/Brushes/spunge05.pgm -share/gimp/gimpressionist/Brushes/strange01.pgm -share/gimp/gimpressionist/Brushes/thegimp.pgm -share/gimp/gimpressionist/Brushes/torus.ppm -share/gimp/gimpressionist/Brushes/wavy.pgm -share/gimp/gimpressionist/Brushes/weave.pgm -share/gimp/gimpressionist/Brushes/worm.pgm -share/gimp/gimpressionist/Paper/bricks.pgm -share/gimp/gimpressionist/Paper/bricks2.pgm -share/gimp/gimpressionist/Paper/burlap.pgm -share/gimp/gimpressionist/Paper/canvas2.pgm -share/gimp/gimpressionist/Paper/defaultpaper.pgm -share/gimp/gimpressionist/Paper/marble.pgm -share/gimp/gimpressionist/Paper/marble2.pgm -share/gimp/gimpressionist/Paper/stone.pgm -share/gimp/gimpressionist/Paper/struc.pgm -share/gimp/gimpressionist/Presets/ApplyCanvas -share/gimp/gimpressionist/Presets/Ballpark -share/gimp/gimpressionist/Presets/Canvas -share/gimp/gimpressionist/Presets/Crosshatch -share/gimp/gimpressionist/Presets/Cubism -share/gimp/gimpressionist/Presets/Dotify -share/gimp/gimpressionist/Presets/Embroidery -share/gimp/gimpressionist/Presets/Feathers -share/gimp/gimpressionist/Presets/Felt-marker -share/gimp/gimpressionist/Presets/Flowerbed -share/gimp/gimpressionist/Presets/Furry -share/gimp/gimpressionist/Presets/Line-art -share/gimp/gimpressionist/Presets/Line-art-2 -share/gimp/gimpressionist/Presets/Maggot-invasion -share/gimp/gimpressionist/Presets/MarbleMadness -share/gimp/gimpressionist/Presets/Mossy -share/gimp/gimpressionist/Presets/Painted_Rock -share/gimp/gimpressionist/Presets/Parquette -share/gimp/gimpressionist/Presets/Patchwork -share/gimp/gimpressionist/Presets/Ringworks -share/gimp/gimpressionist/Presets/Sample -share/gimp/gimpressionist/Presets/Smash -share/gimp/gimpressionist/Presets/Straws -share/gimp/gimpressionist/Presets/Weave -share/gimp/gimpressionist/Presets/Wormcan -share/gimp/gradients/Abstract_1.ggr -share/gimp/gradients/Abstract_2.ggr -share/gimp/gradients/Abstract_3.ggr -share/gimp/gradients/Aneurism.ggr -share/gimp/gradients/Blinds.ggr -share/gimp/gradients/Blue_Green.ggr -share/gimp/gradients/Browns.ggr -share/gimp/gradients/Brushed_Aluminium.ggr -share/gimp/gradients/Burning_Paper.ggr -share/gimp/gradients/Burning_Transparency.ggr -share/gimp/gradients/CD.ggr -share/gimp/gradients/CD_Half.ggr -share/gimp/gradients/Caribbean_Blues.ggr -share/gimp/gradients/Coffee.ggr -share/gimp/gradients/Cold_Steel.ggr -share/gimp/gradients/Cold_Steel_2.ggr -share/gimp/gradients/Crown_molding.ggr -share/gimp/gradients/Dark_1.ggr -share/gimp/gradients/Deep_Sea.ggr -share/gimp/gradients/Default.ggr -share/gimp/gradients/Flare_Glow_Angular_1.ggr -share/gimp/gradients/Flare_Glow_Radial_1.ggr -share/gimp/gradients/Flare_Glow_Radial_2.ggr -share/gimp/gradients/Flare_Glow_Radial_3.ggr -share/gimp/gradients/Flare_Glow_Radial_4.ggr -share/gimp/gradients/Flare_Radial_101.ggr -share/gimp/gradients/Flare_Radial_102.ggr -share/gimp/gradients/Flare_Radial_103.ggr -share/gimp/gradients/Flare_Rays_Radial_1.ggr -share/gimp/gradients/Flare_Rays_Radial_2.ggr -share/gimp/gradients/Flare_Rays_Size_1.ggr -share/gimp/gradients/Flare_Sizefac_101.ggr -share/gimp/gradients/Four_bars.ggr -share/gimp/gradients/French_flag.ggr -share/gimp/gradients/French_flag_smooth.ggr -share/gimp/gradients/Full_saturation_spectrum_CCW.ggr -share/gimp/gradients/Full_saturation_spectrum_CW.ggr -share/gimp/gradients/German_flag.ggr -share/gimp/gradients/German_flag_smooth.ggr -share/gimp/gradients/Golden.ggr -share/gimp/gradients/Greens.ggr -share/gimp/gradients/Horizon_1.ggr -share/gimp/gradients/Horizon_2.ggr -share/gimp/gradients/Incandescent.ggr -share/gimp/gradients/Land_1.ggr -share/gimp/gradients/Land_and_Sea.ggr -share/gimp/gradients/Metallic_Something.ggr -share/gimp/gradients/Mexican_flag.ggr -share/gimp/gradients/Mexican_flag_smooth.ggr -share/gimp/gradients/Nauseating_Headache.ggr -share/gimp/gradients/Neon_Cyan.ggr -share/gimp/gradients/Neon_Green.ggr -share/gimp/gradients/Neon_Yellow.ggr -share/gimp/gradients/Pastel_Rainbow.ggr -share/gimp/gradients/Pastels.ggr -share/gimp/gradients/Purples.ggr -share/gimp/gradients/Radial_Eyeball_Blue.ggr -share/gimp/gradients/Radial_Eyeball_Brown.ggr -share/gimp/gradients/Radial_Eyeball_Green.ggr -share/gimp/gradients/Radial_Glow_1.ggr -share/gimp/gradients/Radial_Rainbow_Hoop.ggr -share/gimp/gradients/Romanian_flag.ggr -share/gimp/gradients/Romanian_flag_smooth.ggr -share/gimp/gradients/Rounded_edge.ggr -share/gimp/gradients/Shadows_1.ggr -share/gimp/gradients/Shadows_2.ggr -share/gimp/gradients/Shadows_3.ggr -share/gimp/gradients/Skyline.ggr -share/gimp/gradients/Skyline_polluted.ggr -share/gimp/gradients/Square_Wood_Frame.ggr -share/gimp/gradients/Sunrise.ggr -share/gimp/gradients/Three_bars_sin.ggr -share/gimp/gradients/Tropical_Colors.ggr -share/gimp/gradients/Tube_Red.ggr -share/gimp/gradients/Wood_1.ggr -share/gimp/gradients/Wood_2.ggr -share/gimp/gradients/Yellow_Contrast.ggr -share/gimp/gradients/Yellow_Orange.ggr -share/gimp/images/gimp-splash.png -share/gimp/images/gimp-logo.png -share/gimp/images/wilber-devel-icon.png -share/gimp/images/wilber-icon.png -share/gimp/images/wilber-tips.png -share/gimp/images/wilber-wizard.png -share/gimp/menus/brushes-menu.xml -share/gimp/menus/buffers-menu.xml -share/gimp/menus/channels-menu.xml -share/gimp/menus/colormap-editor-menu.xml -share/gimp/menus/dockable-menu.xml -share/gimp/menus/documents-menu.xml -share/gimp/menus/error-console-menu.xml -share/gimp/menus/fonts-menu.xml -share/gimp/menus/gradient-editor-menu.xml -share/gimp/menus/gradients-menu.xml -share/gimp/menus/image-menu.xml -share/gimp/menus/images-menu.xml -share/gimp/menus/layers-menu.xml -share/gimp/menus/palette-editor-menu.xml -share/gimp/menus/palettes-menu.xml -share/gimp/menus/patterns-menu.xml -share/gimp/menus/qmask-menu.xml -share/gimp/menus/selection-editor-menu.xml -share/gimp/menus/templates-menu.xml -share/gimp/menus/text-editor-toolbar.xml -share/gimp/menus/tool-options-menu.xml -share/gimp/menus/toolbox-menu.xml -share/gimp/menus/tools-menu.xml -share/gimp/menus/vectors-menu.xml -share/gimp/misc/gimp.applications -share/gimp/misc/gimp.desktop -share/gimp/misc/gimp.keys -%%GNOMEPANEL:%%share/gnome/application-registry/gimp-2.2.applications -%%GNOMEPANEL:%%share/gnome/applications/gimp-2.2.desktop -%%GNOMEPANEL:%%@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -%%GNOMEPANEL:%%share/gnome/mime-info/gimp-2.2.keys -share/gimp/palettes/Bears.gpl -share/gimp/palettes/Bgold.gpl -share/gimp/palettes/Blues.gpl -share/gimp/palettes/Borders.gpl -share/gimp/palettes/Browns_And_Yellows.gpl -share/gimp/palettes/Caramel.gpl -share/gimp/palettes/Cascade.gpl -share/gimp/palettes/China.gpl -share/gimp/palettes/Coldfire.gpl -share/gimp/palettes/Cool_Colors.gpl -share/gimp/palettes/Cranes.gpl -share/gimp/palettes/Dark_pastels.gpl -share/gimp/palettes/Default.gpl -share/gimp/palettes/Ega.gpl -share/gimp/palettes/Firecode.gpl -share/gimp/palettes/Gold.gpl -share/gimp/palettes/GrayViolet.gpl -share/gimp/palettes/Grayblue.gpl -share/gimp/palettes/Grays.gpl -share/gimp/palettes/Greens.gpl -share/gimp/palettes/Hilite.gpl -share/gimp/palettes/Khaki.gpl -share/gimp/palettes/Lights.gpl -share/gimp/palettes/Muted.gpl -share/gimp/palettes/Named_Colors.gpl -share/gimp/palettes/News3.gpl -share/gimp/palettes/Op2.gpl -share/gimp/palettes/Paintjet.gpl -share/gimp/palettes/Pastels.gpl -share/gimp/palettes/Plasma.gpl -share/gimp/palettes/Reds.gpl -share/gimp/palettes/Reds_And_Purples.gpl -share/gimp/palettes/Royal.gpl -share/gimp/palettes/Topographic.gpl -share/gimp/palettes/Visibone.gpl -share/gimp/palettes/Visibone_2.gpl -share/gimp/palettes/Volcano.gpl -share/gimp/palettes/Warm_Colors.gpl -share/gimp/palettes/Web.gpl -share/gimp/patterns/3dgreen.pat -share/gimp/patterns/Craters.pat -share/gimp/patterns/Moonfoot.pat -share/gimp/patterns/Stripes1px.pat -share/gimp/patterns/Stripes2px.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/starfield.pat -share/gimp/patterns/stone33.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/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/alien-neon-logo.scm -share/gimp/scripts/basic1-logo.scm -share/gimp/scripts/basic2-logo.scm -share/gimp/scripts/beveled-button.scm -share/gimp/scripts/beveled-pattern-arrow.scm -share/gimp/scripts/beveled-pattern-bullet.scm -share/gimp/scripts/beveled-pattern-button.scm -share/gimp/scripts/beveled-pattern-heading.scm -share/gimp/scripts/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/burn-in-anim.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/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/guides-from-selection.scm -share/gimp/scripts/guides-new-percent.scm -share/gimp/scripts/guides-new.scm -share/gimp/scripts/guides-remove-all.scm -share/gimp/scripts/hsv-graph.scm -share/gimp/scripts/i26-gunya2.scm -share/gimp/scripts/image-structure.scm -share/gimp/scripts/images/beavis.jpg -share/gimp/scripts/images/texture.jpg -share/gimp/scripts/images/texture1.jpg -share/gimp/scripts/images/texture2.jpg -share/gimp/scripts/images/texture3.jpg -share/gimp/scripts/land.scm -share/gimp/scripts/lava.scm -share/gimp/scripts/line-nova.scm -share/gimp/scripts/mkbrush.scm -share/gimp/scripts/neon-logo.scm -share/gimp/scripts/news-text.scm -share/gimp/scripts/old-photo.scm -share/gimp/scripts/perspective-shadow.scm -share/gimp/scripts/predator.scm -share/gimp/scripts/pupi-button.scm -share/gimp/scripts/rendermap.scm -share/gimp/scripts/ripply-anim.scm -share/gimp/scripts/round-corners.scm -share/gimp/scripts/script-fu-util.scm -share/gimp/scripts/select-to-brush.scm -share/gimp/scripts/select-to-image.scm -share/gimp/scripts/select-to-pattern.scm -share/gimp/scripts/selection-round.scm -share/gimp/scripts/slide.scm -share/gimp/scripts/sota-chrome-logo.scm -share/gimp/scripts/speed-text.scm -share/gimp/scripts/sphere.scm -share/gimp/scripts/spinning-globe.scm -share/gimp/scripts/spyrogimp.scm -share/gimp/scripts/starburst-logo.scm -share/gimp/scripts/starscape-logo.scm -share/gimp/scripts/swirltile.scm -share/gimp/scripts/swirly-pattern.scm -share/gimp/scripts/t-o-p-logo.scm -share/gimp/scripts/text-circle.scm -share/gimp/scripts/textured-logo.scm -share/gimp/scripts/tileblur.scm -share/gimp/scripts/title-header.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/web-browser.scm -share/gimp/scripts/xach-effect.scm -share/gimp/themes/Default/gtkrc -share/gimp/themes/Default/imagerc -share/gimp/themes/Default/images/preferences/controllers.png -share/gimp/themes/Default/images/preferences/default-comment.png -share/gimp/themes/Default/images/preferences/default-grid.png -share/gimp/themes/Default/images/preferences/display.png -share/gimp/themes/Default/images/preferences/environment.png -share/gimp/themes/Default/images/preferences/folders-brushes.png -share/gimp/themes/Default/images/preferences/folders-environ.png -share/gimp/themes/Default/images/preferences/folders-fonts.png -share/gimp/themes/Default/images/preferences/folders-gradients.png -share/gimp/themes/Default/images/preferences/folders-modules.png -share/gimp/themes/Default/images/preferences/folders-palettes.png -share/gimp/themes/Default/images/preferences/folders-patterns.png -share/gimp/themes/Default/images/preferences/folders-plug-ins.png -share/gimp/themes/Default/images/preferences/folders-scripts.png -share/gimp/themes/Default/images/preferences/folders-themes.png -share/gimp/themes/Default/images/preferences/folders-tool-plug-ins.png -share/gimp/themes/Default/images/preferences/folders.png -share/gimp/themes/Default/images/preferences/help-system.png -share/gimp/themes/Default/images/preferences/image-title.png -share/gimp/themes/Default/images/preferences/image-windows.png -share/gimp/themes/Default/images/preferences/input-devices.png -share/gimp/themes/Default/images/preferences/interface.png -share/gimp/themes/Default/images/preferences/monitor.png -share/gimp/themes/Default/images/preferences/new-image.png -share/gimp/themes/Default/images/preferences/session.png -share/gimp/themes/Default/images/preferences/theme.png -share/gimp/themes/Default/images/preferences/tool-options.png -share/gimp/themes/Default/images/preferences/toolbox.png -share/gimp/themes/Default/images/preferences/window-management.png -share/gimp/themes/Default/images/stock-anchor-16.png -share/gimp/themes/Default/images/stock-cap-butt-16.png -share/gimp/themes/Default/images/stock-cap-round-16.png -share/gimp/themes/Default/images/stock-cap-square-16.png -share/gimp/themes/Default/images/stock-center-16.png -share/gimp/themes/Default/images/stock-center-24.png -share/gimp/themes/Default/images/stock-channel-16.png -share/gimp/themes/Default/images/stock-channel-24.png -share/gimp/themes/Default/images/stock-channel-32.png -share/gimp/themes/Default/images/stock-channel-48.png -share/gimp/themes/Default/images/stock-channel-alpha-16.png -share/gimp/themes/Default/images/stock-channel-alpha-24.png -share/gimp/themes/Default/images/stock-channel-alpha-32.png -share/gimp/themes/Default/images/stock-channel-alpha-48.png -share/gimp/themes/Default/images/stock-channel-blue-16.png -share/gimp/themes/Default/images/stock-channel-blue-24.png -share/gimp/themes/Default/images/stock-channel-blue-32.png -share/gimp/themes/Default/images/stock-channel-blue-48.png -share/gimp/themes/Default/images/stock-channel-gray-16.png -share/gimp/themes/Default/images/stock-channel-gray-24.png -share/gimp/themes/Default/images/stock-channel-gray-32.png -share/gimp/themes/Default/images/stock-channel-gray-48.png -share/gimp/themes/Default/images/stock-channel-green-16.png -share/gimp/themes/Default/images/stock-channel-green-24.png -share/gimp/themes/Default/images/stock-channel-green-32.png -share/gimp/themes/Default/images/stock-channel-green-48.png -share/gimp/themes/Default/images/stock-channel-indexed-16.png -share/gimp/themes/Default/images/stock-channel-indexed-24.png -share/gimp/themes/Default/images/stock-channel-indexed-32.png -share/gimp/themes/Default/images/stock-channel-indexed-48.png -share/gimp/themes/Default/images/stock-channel-red-16.png -share/gimp/themes/Default/images/stock-channel-red-24.png -share/gimp/themes/Default/images/stock-channel-red-32.png -share/gimp/themes/Default/images/stock-channel-red-48.png -share/gimp/themes/Default/images/stock-channels-16.png -share/gimp/themes/Default/images/stock-channels-24.png -share/gimp/themes/Default/images/stock-char-picker-22.png -share/gimp/themes/Default/images/stock-close-12.png -share/gimp/themes/Default/images/stock-color-pick-from-screen-16.png -share/gimp/themes/Default/images/stock-color-picker-black-18.png -share/gimp/themes/Default/images/stock-color-picker-gray-18.png -share/gimp/themes/Default/images/stock-color-picker-white-18.png -share/gimp/themes/Default/images/stock-color-triangle-16.png -share/gimp/themes/Default/images/stock-convert-grayscale-16.png -share/gimp/themes/Default/images/stock-convert-indexed-16.png -share/gimp/themes/Default/images/stock-convert-rgb-16.png -share/gimp/themes/Default/images/stock-curve-free-16.png -share/gimp/themes/Default/images/stock-curve-smooth-16.png -share/gimp/themes/Default/images/stock-default-colors-12.png -share/gimp/themes/Default/images/stock-device-status-16.png -share/gimp/themes/Default/images/stock-device-status-24.png -share/gimp/themes/Default/images/stock-display-filter-16.png -share/gimp/themes/Default/images/stock-display-filter-24.png -share/gimp/themes/Default/images/stock-duplicate-16.png -share/gimp/themes/Default/images/stock-edit-16.png -share/gimp/themes/Default/images/stock-error-64.png -share/gimp/themes/Default/images/stock-eye-12.png -share/gimp/themes/Default/images/stock-eye-20.png -share/gimp/themes/Default/images/stock-flip-horizontal-16.png -share/gimp/themes/Default/images/stock-flip-vertical-16.png -share/gimp/themes/Default/images/stock-floating-selection-16.png -share/gimp/themes/Default/images/stock-floating-selection-24.png -share/gimp/themes/Default/images/stock-floating-selection-32.png -share/gimp/themes/Default/images/stock-floating-selection-48.png -share/gimp/themes/Default/images/stock-frame-64.png -share/gimp/themes/Default/images/stock-gradient-bilinear-16.png -share/gimp/themes/Default/images/stock-gradient-conical-asymmetric-16.png -share/gimp/themes/Default/images/stock-gradient-conical-symmetric-16.png -share/gimp/themes/Default/images/stock-gradient-linear-16.png -share/gimp/themes/Default/images/stock-gradient-radial-16.png -share/gimp/themes/Default/images/stock-gradient-shapeburst-angular-16.png -share/gimp/themes/Default/images/stock-gradient-shapeburst-dimpled-16.png -share/gimp/themes/Default/images/stock-gradient-shapeburst-spherical-16.png -share/gimp/themes/Default/images/stock-gradient-spiral-anticlockwise-16.png -share/gimp/themes/Default/images/stock-gradient-spiral-clockwise-16.png -share/gimp/themes/Default/images/stock-gradient-square-16.png -share/gimp/themes/Default/images/stock-gravity-east-24.png -share/gimp/themes/Default/images/stock-gravity-north-24.png -share/gimp/themes/Default/images/stock-gravity-north-east-24.png -share/gimp/themes/Default/images/stock-gravity-north-west-24.png -share/gimp/themes/Default/images/stock-gravity-south-24.png -share/gimp/themes/Default/images/stock-gravity-south-east-24.png -share/gimp/themes/Default/images/stock-gravity-south-west-24.png -share/gimp/themes/Default/images/stock-gravity-west-24.png -share/gimp/themes/Default/images/stock-grid-16.png -share/gimp/themes/Default/images/stock-hchain-24.png -share/gimp/themes/Default/images/stock-hchain-broken-24.png -share/gimp/themes/Default/images/stock-histogram-16.png -share/gimp/themes/Default/images/stock-histogram-22.png -share/gimp/themes/Default/images/stock-histogram-linear-16.png -share/gimp/themes/Default/images/stock-histogram-logarithmic-16.png -share/gimp/themes/Default/images/stock-image-16.png -share/gimp/themes/Default/images/stock-image-24.png -share/gimp/themes/Default/images/stock-image-32.png -share/gimp/themes/Default/images/stock-image-48.png -share/gimp/themes/Default/images/stock-images-16.png -share/gimp/themes/Default/images/stock-images-24.png -share/gimp/themes/Default/images/stock-indexed-palette-16.png -share/gimp/themes/Default/images/stock-indexed-palette-24.png -share/gimp/themes/Default/images/stock-info-16.png -share/gimp/themes/Default/images/stock-info-24.png -share/gimp/themes/Default/images/stock-info-64.png -share/gimp/themes/Default/images/stock-invert-16.png -share/gimp/themes/Default/images/stock-join-bevel-16.png -share/gimp/themes/Default/images/stock-join-miter-16.png -share/gimp/themes/Default/images/stock-join-round-16.png -share/gimp/themes/Default/images/stock-landscape-16.png -share/gimp/themes/Default/images/stock-layer-16.png -share/gimp/themes/Default/images/stock-layer-24.png -share/gimp/themes/Default/images/stock-layer-32.png -share/gimp/themes/Default/images/stock-layer-48.png -share/gimp/themes/Default/images/stock-layer-mask-16.png -share/gimp/themes/Default/images/stock-layer-mask-24.png -share/gimp/themes/Default/images/stock-layer-mask-32.png -share/gimp/themes/Default/images/stock-layer-mask-48.png -share/gimp/themes/Default/images/stock-layer-to-imagesize-16.png -share/gimp/themes/Default/images/stock-layers-16.png -share/gimp/themes/Default/images/stock-layers-24.png -share/gimp/themes/Default/images/stock-letter-spacing-22.png -share/gimp/themes/Default/images/stock-line-spacing-22.png -share/gimp/themes/Default/images/stock-linked-12.png -share/gimp/themes/Default/images/stock-linked-20.png -share/gimp/themes/Default/images/stock-list-16.png -share/gimp/themes/Default/images/stock-menu-left-12.png -share/gimp/themes/Default/images/stock-menu-right-12.png -share/gimp/themes/Default/images/stock-merge-down-16.png -share/gimp/themes/Default/images/stock-move-to-screen-16.png -share/gimp/themes/Default/images/stock-move-to-screen-24.png -share/gimp/themes/Default/images/stock-navigation-16.png -share/gimp/themes/Default/images/stock-paste-as-new-16.png -share/gimp/themes/Default/images/stock-paste-into-16.png -share/gimp/themes/Default/images/stock-path-16.png -share/gimp/themes/Default/images/stock-path-22.png -share/gimp/themes/Default/images/stock-path-stroke-16.png -share/gimp/themes/Default/images/stock-paths-16.png -share/gimp/themes/Default/images/stock-paths-22.png -share/gimp/themes/Default/images/stock-plugin-16.png -share/gimp/themes/Default/images/stock-portrait-16.png -share/gimp/themes/Default/images/stock-print-resolution-16.png -share/gimp/themes/Default/images/stock-print-resolution-24.png -share/gimp/themes/Default/images/stock-qmask-off-16.png -share/gimp/themes/Default/images/stock-qmask-on-16.png -share/gimp/themes/Default/images/stock-question-64.png -share/gimp/themes/Default/images/stock-reset-16.png -share/gimp/themes/Default/images/stock-reshow-filter-16.png -share/gimp/themes/Default/images/stock-resize-16.png -share/gimp/themes/Default/images/stock-rotate-180-16.png -share/gimp/themes/Default/images/stock-rotate-270-16.png -share/gimp/themes/Default/images/stock-rotate-90-16.png -share/gimp/themes/Default/images/stock-scale-16.png -share/gimp/themes/Default/images/stock-selection-16.png -share/gimp/themes/Default/images/stock-selection-add-16.png -share/gimp/themes/Default/images/stock-selection-all-16.png -share/gimp/themes/Default/images/stock-selection-border-16.png -share/gimp/themes/Default/images/stock-selection-grow-16.png -share/gimp/themes/Default/images/stock-selection-intersect-16.png -share/gimp/themes/Default/images/stock-selection-none-16.png -share/gimp/themes/Default/images/stock-selection-replace-16.png -share/gimp/themes/Default/images/stock-selection-shrink-16.png -share/gimp/themes/Default/images/stock-selection-stroke-16.png -share/gimp/themes/Default/images/stock-selection-subtract-16.png -share/gimp/themes/Default/images/stock-selection-to-channel-16.png -share/gimp/themes/Default/images/stock-selection-to-path-16.png -share/gimp/themes/Default/images/stock-shape-circle-16.png -share/gimp/themes/Default/images/stock-shape-diamond-16.png -share/gimp/themes/Default/images/stock-shape-square-16.png -share/gimp/themes/Default/images/stock-swap-colors-12.png -share/gimp/themes/Default/images/stock-template-16.png -share/gimp/themes/Default/images/stock-template-24.png -share/gimp/themes/Default/images/stock-text-dir-ltr-24.png -share/gimp/themes/Default/images/stock-text-dir-rtl-24.png -share/gimp/themes/Default/images/stock-text-layer-16.png -share/gimp/themes/Default/images/stock-text-layer-24.png -share/gimp/themes/Default/images/stock-text-layer-32.png -share/gimp/themes/Default/images/stock-text-layer-48.png -share/gimp/themes/Default/images/stock-texture-64.png -share/gimp/themes/Default/images/stock-toilet-paper-16.png -share/gimp/themes/Default/images/stock-toilet-paper-24.png -share/gimp/themes/Default/images/stock-tool-airbrush-16.png -share/gimp/themes/Default/images/stock-tool-airbrush-22.png -share/gimp/themes/Default/images/stock-tool-blend-16.png -share/gimp/themes/Default/images/stock-tool-blend-22.png -share/gimp/themes/Default/images/stock-tool-blur-16.png -share/gimp/themes/Default/images/stock-tool-blur-22.png -share/gimp/themes/Default/images/stock-tool-brightness-contrast-16.png -share/gimp/themes/Default/images/stock-tool-brightness-contrast-22.png -share/gimp/themes/Default/images/stock-tool-bucket-fill-16.png -share/gimp/themes/Default/images/stock-tool-bucket-fill-22.png -share/gimp/themes/Default/images/stock-tool-by-color-select-16.png -share/gimp/themes/Default/images/stock-tool-by-color-select-22.png -share/gimp/themes/Default/images/stock-tool-clone-16.png -share/gimp/themes/Default/images/stock-tool-clone-22.png -share/gimp/themes/Default/images/stock-tool-color-balance-16.png -share/gimp/themes/Default/images/stock-tool-color-balance-22.png -share/gimp/themes/Default/images/stock-tool-color-picker-16.png -share/gimp/themes/Default/images/stock-tool-color-picker-22.png -share/gimp/themes/Default/images/stock-tool-colorize-16.png -share/gimp/themes/Default/images/stock-tool-colorize-22.png -share/gimp/themes/Default/images/stock-tool-crop-16.png -share/gimp/themes/Default/images/stock-tool-crop-22.png -share/gimp/themes/Default/images/stock-tool-curves-16.png -share/gimp/themes/Default/images/stock-tool-curves-22.png -share/gimp/themes/Default/images/stock-tool-dodge-16.png -share/gimp/themes/Default/images/stock-tool-dodge-22.png -share/gimp/themes/Default/images/stock-tool-ellipse-select-16.png -share/gimp/themes/Default/images/stock-tool-ellipse-select-22.png -share/gimp/themes/Default/images/stock-tool-eraser-16.png -share/gimp/themes/Default/images/stock-tool-eraser-22.png -share/gimp/themes/Default/images/stock-tool-flip-16.png -share/gimp/themes/Default/images/stock-tool-flip-22.png -share/gimp/themes/Default/images/stock-tool-free-select-16.png -share/gimp/themes/Default/images/stock-tool-free-select-22.png -share/gimp/themes/Default/images/stock-tool-fuzzy-select-16.png -share/gimp/themes/Default/images/stock-tool-fuzzy-select-22.png -share/gimp/themes/Default/images/stock-tool-hue-saturation-16.png -share/gimp/themes/Default/images/stock-tool-hue-saturation-22.png -share/gimp/themes/Default/images/stock-tool-ink-16.png -share/gimp/themes/Default/images/stock-tool-ink-22.png -share/gimp/themes/Default/images/stock-tool-iscissors-16.png -share/gimp/themes/Default/images/stock-tool-iscissors-22.png -share/gimp/themes/Default/images/stock-tool-levels-16.png -share/gimp/themes/Default/images/stock-tool-levels-22.png -share/gimp/themes/Default/images/stock-tool-measure-16.png -share/gimp/themes/Default/images/stock-tool-measure-22.png -share/gimp/themes/Default/images/stock-tool-move-16.png -share/gimp/themes/Default/images/stock-tool-move-22.png -share/gimp/themes/Default/images/stock-tool-options-16.png -share/gimp/themes/Default/images/stock-tool-options-24.png -share/gimp/themes/Default/images/stock-tool-paintbrush-16.png -share/gimp/themes/Default/images/stock-tool-paintbrush-22.png -share/gimp/themes/Default/images/stock-tool-path-16.png -share/gimp/themes/Default/images/stock-tool-path-22.png -share/gimp/themes/Default/images/stock-tool-pencil-16.png -share/gimp/themes/Default/images/stock-tool-pencil-22.png -share/gimp/themes/Default/images/stock-tool-perspective-16.png -share/gimp/themes/Default/images/stock-tool-perspective-22.png -share/gimp/themes/Default/images/stock-tool-posterize-16.png -share/gimp/themes/Default/images/stock-tool-posterize-22.png -share/gimp/themes/Default/images/stock-tool-rect-select-16.png -share/gimp/themes/Default/images/stock-tool-rect-select-22.png -share/gimp/themes/Default/images/stock-tool-rotate-16.png -share/gimp/themes/Default/images/stock-tool-rotate-22.png -share/gimp/themes/Default/images/stock-tool-scale-16.png -share/gimp/themes/Default/images/stock-tool-scale-22.png -share/gimp/themes/Default/images/stock-tool-shear-16.png -share/gimp/themes/Default/images/stock-tool-shear-22.png -share/gimp/themes/Default/images/stock-tool-smudge-16.png -share/gimp/themes/Default/images/stock-tool-smudge-22.png -share/gimp/themes/Default/images/stock-tool-text-16.png -share/gimp/themes/Default/images/stock-tool-text-22.png -share/gimp/themes/Default/images/stock-tool-threshold-16.png -share/gimp/themes/Default/images/stock-tool-threshold-22.png -share/gimp/themes/Default/images/stock-tool-zoom-16.png -share/gimp/themes/Default/images/stock-tool-zoom-22.png -share/gimp/themes/Default/images/stock-tools-16.png -share/gimp/themes/Default/images/stock-tools-24.png -share/gimp/themes/Default/images/stock-transparency-16.png -share/gimp/themes/Default/images/stock-transparency-24.png -share/gimp/themes/Default/images/stock-undo-history-16.png -share/gimp/themes/Default/images/stock-undo-history-24.png -share/gimp/themes/Default/images/stock-vchain-24.png -share/gimp/themes/Default/images/stock-vchain-broken-24.png -share/gimp/themes/Default/images/stock-video-16.png -share/gimp/themes/Default/images/stock-video-24.png -share/gimp/themes/Default/images/stock-warning-16.png -share/gimp/themes/Default/images/stock-warning-24.png -share/gimp/themes/Default/images/stock-warning-64.png -share/gimp/themes/Default/images/stock-web-16.png -share/gimp/themes/Default/images/stock-web-24.png -share/gimp/themes/Default/images/stock-wilber-16.png -share/gimp/themes/Default/images/stock-wilber-64.png -share/gimp/themes/Default/images/stock-wilber-eek-64.png -share/gimp/themes/Default/images/stock-zoom-follow-window-12.png -share/gimp/themes/Small/gtkrc -share/gimp/tips/gimp-tips.xml -share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo -share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/bg/LC_MESSAGES/gimp20-script-fu.mo -share/locale/bg/LC_MESSAGES/gimp20.mo -share/locale/ca/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ca/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ca/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ca/LC_MESSAGES/gimp20.mo -share/locale/cs/LC_MESSAGES/gimp20-libgimp.mo -share/locale/cs/LC_MESSAGES/gimp20-script-fu.mo -share/locale/cs/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/cs/LC_MESSAGES/gimp20.mo -share/locale/da/LC_MESSAGES/gimp20-libgimp.mo -share/locale/da/LC_MESSAGES/gimp20-script-fu.mo -share/locale/da/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/da/LC_MESSAGES/gimp20.mo -share/locale/de/LC_MESSAGES/gimp20-libgimp.mo -share/locale/de/LC_MESSAGES/gimp20-script-fu.mo -share/locale/de/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/de/LC_MESSAGES/gimp20.mo -share/locale/el/LC_MESSAGES/gimp20-libgimp.mo -share/locale/el/LC_MESSAGES/gimp20-script-fu.mo -share/locale/el/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/el/LC_MESSAGES/gimp20.mo -share/locale/en_CA/LC_MESSAGES/gimp20-libgimp.mo -share/locale/en_CA/LC_MESSAGES/gimp20-script-fu.mo -share/locale/en_CA/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/en_CA/LC_MESSAGES/gimp20.mo -share/locale/en_GB/LC_MESSAGES/gimp20-libgimp.mo -share/locale/en_GB/LC_MESSAGES/gimp20-script-fu.mo -share/locale/en_GB/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/en_GB/LC_MESSAGES/gimp20.mo -share/locale/es/LC_MESSAGES/gimp20-libgimp.mo -share/locale/es/LC_MESSAGES/gimp20-script-fu.mo -share/locale/es/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/es/LC_MESSAGES/gimp20.mo -share/locale/eu/LC_MESSAGES/gimp20-libgimp.mo -share/locale/eu/LC_MESSAGES/gimp20-script-fu.mo -share/locale/eu/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/eu/LC_MESSAGES/gimp20.mo -share/locale/fi/LC_MESSAGES/gimp20-libgimp.mo -share/locale/fi/LC_MESSAGES/gimp20-script-fu.mo -share/locale/fi/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/fi/LC_MESSAGES/gimp20.mo -share/locale/fr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/fr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/fr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/fr/LC_MESSAGES/gimp20.mo -share/locale/ga/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ga/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ga/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ga/LC_MESSAGES/gimp20.mo -share/locale/gl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/gl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/gl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/gl/LC_MESSAGES/gimp20.mo -share/locale/he/LC_MESSAGES/gimp20-libgimp.mo -share/locale/he/LC_MESSAGES/gimp20-script-fu.mo -share/locale/he/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/he/LC_MESSAGES/gimp20.mo -share/locale/hr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/hr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/hr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/hr/LC_MESSAGES/gimp20.mo -share/locale/hu/LC_MESSAGES/gimp20-libgimp.mo -share/locale/hu/LC_MESSAGES/gimp20-script-fu.mo -share/locale/hu/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/hu/LC_MESSAGES/gimp20.mo -share/locale/id/LC_MESSAGES/gimp20-libgimp.mo -share/locale/id/LC_MESSAGES/gimp20-script-fu.mo -share/locale/id/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/id/LC_MESSAGES/gimp20.mo -share/locale/it/LC_MESSAGES/gimp20-libgimp.mo -share/locale/it/LC_MESSAGES/gimp20-script-fu.mo -share/locale/it/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/it/LC_MESSAGES/gimp20.mo -share/locale/ja/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ja/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ja/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ja/LC_MESSAGES/gimp20.mo -share/locale/ko/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ko/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ko/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ko/LC_MESSAGES/gimp20.mo -share/locale/lt/LC_MESSAGES/gimp20-libgimp.mo -share/locale/lt/LC_MESSAGES/gimp20-script-fu.mo -share/locale/lt/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/lt/LC_MESSAGES/gimp20.mo -share/locale/mk/LC_MESSAGES/gimp20-libgimp.mo -share/locale/mk/LC_MESSAGES/gimp20-script-fu.mo -share/locale/mk/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/mk/LC_MESSAGES/gimp20.mo -share/locale/ms/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ms/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ms/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ms/LC_MESSAGES/gimp20.mo -share/locale/nb/LC_MESSAGES/gimp20-libgimp.mo -share/locale/nb/LC_MESSAGES/gimp20-script-fu.mo -share/locale/nb/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/nb/LC_MESSAGES/gimp20.mo -share/locale/nl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/nl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/nl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/nl/LC_MESSAGES/gimp20.mo -share/locale/no/LC_MESSAGES/gimp20-libgimp.mo -share/locale/no/LC_MESSAGES/gimp20-script-fu.mo -share/locale/no/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/no/LC_MESSAGES/gimp20.mo -share/locale/pa/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pa/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pa/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pa/LC_MESSAGES/gimp20.mo -share/locale/pl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pl/LC_MESSAGES/gimp20.mo -share/locale/pt/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pt/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pt/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pt/LC_MESSAGES/gimp20.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pt_BR/LC_MESSAGES/gimp20.mo -share/locale/ro/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ro/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ro/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ro/LC_MESSAGES/gimp20.mo -share/locale/ru/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ru/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ru/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ru/LC_MESSAGES/gimp20.mo -share/locale/sk/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sk/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sk/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sk/LC_MESSAGES/gimp20.mo -share/locale/sr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sr/LC_MESSAGES/gimp20.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20.mo -share/locale/sv/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sv/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sv/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sv/LC_MESSAGES/gimp20.mo -share/locale/tr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/tr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/tr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/tr/LC_MESSAGES/gimp20.mo -share/locale/uk/LC_MESSAGES/gimp20-libgimp.mo -share/locale/uk/LC_MESSAGES/gimp20-script-fu.mo -share/locale/uk/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/uk/LC_MESSAGES/gimp20.mo -share/locale/vi/LC_MESSAGES/gimp20-libgimp.mo -share/locale/vi/LC_MESSAGES/gimp20-script-fu.mo -share/locale/vi/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/vi/LC_MESSAGES/gimp20.mo -share/locale/yi/LC_MESSAGES/gimp20-libgimp.mo -share/locale/yi/LC_MESSAGES/gimp20-script-fu.mo -share/locale/yi/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/yi/LC_MESSAGES/gimp20.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-libgimp.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-script-fu.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/zh_CN/LC_MESSAGES/gimp20.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-libgimp.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-script-fu.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/zh_TW/LC_MESSAGES/gimp20.mo -@dirrm share/gimp/tips -@dirrm share/gimp/themes/Small -@dirrm share/gimp/themes/Default/images/preferences -@dirrm share/gimp/themes/Default/images -@dirrm share/gimp/themes/Default -@dirrm share/gimp/themes -@dirrm share/gimp/scripts/images -@dirrm share/gimp/scripts -@dirrm share/gimp/patterns -@dirrm share/gimp/palettes -@dirrm share/gimp/misc -@dirrm share/gimp/menus -@dirrm share/gimp/images -@dirrm share/gimp/gradients -@dirrm share/gimp/gimpressionist/Presets -@dirrm share/gimp/gimpressionist/Paper -@dirrm share/gimp/gimpressionist/Brushes -@dirrm share/gimp/gimpressionist -@dirrm share/gimp/gflare -@dirrm share/gimp/gfig -@dirrm share/gimp/fractalexplorer -@dirrm share/gimp/fonts -@dirrm share/gimp/brushes -@dirrm share/gimp -@dirrm %%DOCSDIR%%/libgimpwidgets -@dirrm %%DOCSDIR%%/libgimpthumb -@dirrm %%DOCSDIR%%/libgimpmodule -@dirrm %%DOCSDIR%%/libgimpmath -@dirrm %%DOCSDIR%%/libgimpcolor -@dirrm %%DOCSDIR%%/libgimpbase -@dirrm %%DOCSDIR%%/libgimp -@dirrm %%DOCSDIR%% -@dirrmtry libexec/gimp/2.2/plug-ins -%%PYTHON:%%@dirrmtry libexec/gimp/2.2/python -@dirrmtry libexec/gimp/2.2/modules -@dirrmtry libexec/gimp/2.2/environ -@dirrmtry libexec/gimp/2.2 -@dirrmtry libexec/gimp -@dirrm include/gimp-2.0/libgimpwidgets -@dirrm include/gimp-2.0/libgimpthumb -@dirrm include/gimp-2.0/libgimpmodule -@dirrm include/gimp-2.0/libgimpmath -@dirrm include/gimp-2.0/libgimpcolor -@dirrm include/gimp-2.0/libgimpbase -@dirrm include/gimp-2.0/libgimp -@dirrm include/gimp-2.0 -@dirrmtry etc/gimp/2.2 -@dirrmtry etc/gimp -%%GNOMEPANEL:%%@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/no/LC_MESSAGES -@dirrmtry share/locale/no -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca diff --git a/graphics/glitz/Makefile b/graphics/glitz/Makefile deleted file mode 100644 index cfceb5aae..000000000 --- a/graphics/glitz/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: glitz -# Date created: 2004-10-06 -# Whom: Michael Johnson <ahze@ahze.net> -# -# $FreeBSD$ -# $MCom: ports/graphics/glitz/Makefile,v 1.7 2006/05/22 01:41:25 ahze Exp $ -# - -PORTNAME= glitz -PORTVERSION= 0.5.6 -CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/snapshots/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= OpenGL image compositing library - -USE_GL= yes -USE_GNOME= pkgconfig gnometarget gnomehack -GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ - LDFLAGS="${PTHREAD_LIBS}" - -.include <bsd.port.pre.mk> - -post-patch: -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' \ - ${WRKSRC}/src/glitzint.h -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/glitz/distinfo b/graphics/glitz/distinfo deleted file mode 100644 index 86714e7e5..000000000 --- a/graphics/glitz/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (glitz-0.5.6.tar.gz) = c507f140ecccc06aed8888c958edda4c -SHA256 (glitz-0.5.6.tar.gz) = 132adf06e48531f4c01b6ba5843881e2b584a170c5222353d03cbef736d4a471 -SIZE (glitz-0.5.6.tar.gz) = 459224 diff --git a/graphics/glitz/pkg-descr b/graphics/glitz/pkg-descr deleted file mode 100644 index d7c1f8266..000000000 --- a/graphics/glitz/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Glitz is an OpenGL image compositing library. Glitz provides -Porter/Duff compositing of images and implicit mask generation for -geometric primitives including trapezoids, triangles, and rectangles. - -WWW: http://freedesktop.org/Software/glitz diff --git a/graphics/glitz/pkg-plist b/graphics/glitz/pkg-plist deleted file mode 100644 index e87edf032..000000000 --- a/graphics/glitz/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -include/glitz-glx.h -include/glitz.h -lib/libglitz-glx.a -lib/libglitz-glx.la -lib/libglitz-glx.so -lib/libglitz-glx.so.1 -lib/libglitz.a -lib/libglitz.la -lib/libglitz.so -lib/libglitz.so.1 -libdata/pkgconfig/glitz-glx.pc -libdata/pkgconfig/glitz.pc diff --git a/graphics/goocanvas/Makefile b/graphics/goocanvas/Makefile deleted file mode 100644 index fa2cbfa0e..000000000 --- a/graphics/goocanvas/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: goocanvas -# Date created: 2006-09-20 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ - -PORTNAME= goocanvas -PORTVERSION= 0.4 -CATEGORIES= graphics -MASTER_SITES= SOURCEFORGE - -MAINTAINER= ahze@FreeBSD.org -COMMENT= Canvas widget for GTK+ - -USE_GNOME= gtk20 gnomehack -GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -post-patch: - @${REINPLACE_CMD} -e 's|$${datadir}/gtk-doc/html|${DOCSDIR}|' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/graphics/goocanvas/distinfo b/graphics/goocanvas/distinfo deleted file mode 100644 index a8d1fb657..000000000 --- a/graphics/goocanvas/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (goocanvas-0.4.tar.gz) = a53edae318e87d13269c2fbd2fe34cd3 -SHA256 (goocanvas-0.4.tar.gz) = 6e9594a6864e73e23fec540a430a454c2168394d9ec793e9d6adb1530f5d096a -SIZE (goocanvas-0.4.tar.gz) = 566546 diff --git a/graphics/goocanvas/pkg-descr b/graphics/goocanvas/pkg-descr deleted file mode 100644 index 76cfd7e47..000000000 --- a/graphics/goocanvas/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Canvas widget for GTK+ via cairo rendering - -WWW: http://sourceforge.net/projects/goocanvas diff --git a/graphics/goocanvas/pkg-plist b/graphics/goocanvas/pkg-plist deleted file mode 100644 index b4740333e..000000000 --- a/graphics/goocanvas/pkg-plist +++ /dev/null @@ -1,66 +0,0 @@ -include/goocanvas-1.0/goocanvas.h -include/goocanvas-1.0/goocanvasellipse.h -include/goocanvas-1.0/goocanvasellipseview.h -include/goocanvas-1.0/goocanvasgroup.h -include/goocanvas-1.0/goocanvasgroupview.h -include/goocanvas-1.0/goocanvasimage.h -include/goocanvas-1.0/goocanvasimageview.h -include/goocanvas-1.0/goocanvasitem.h -include/goocanvas-1.0/goocanvasitemsimple.h -include/goocanvas-1.0/goocanvasitemview.h -include/goocanvas-1.0/goocanvasitemviewsimple.h -include/goocanvas-1.0/goocanvasmodel.h -include/goocanvas-1.0/goocanvasmodelsimple.h -include/goocanvas-1.0/goocanvaspath.h -include/goocanvas-1.0/goocanvaspathview.h -include/goocanvas-1.0/goocanvaspolyline.h -include/goocanvas-1.0/goocanvaspolylineview.h -include/goocanvas-1.0/goocanvasrect.h -include/goocanvas-1.0/goocanvasrectview.h -include/goocanvas-1.0/goocanvastext.h -include/goocanvas-1.0/goocanvastextview.h -include/goocanvas-1.0/goocanvasutils.h -include/goocanvas-1.0/goocanvasview.h -lib/libgoocanvas.a -lib/libgoocanvas.la -lib/libgoocanvas.so -lib/libgoocanvas.so.0 -libdata/pkgconfig/goocanvas.pc -%%DOCSDIR%%/goocanvas/GooCanvasEllipse.html -%%DOCSDIR%%/goocanvas/GooCanvasEllipseView.html -%%DOCSDIR%%/goocanvas/GooCanvasGroup.html -%%DOCSDIR%%/goocanvas/GooCanvasGroupView.html -%%DOCSDIR%%/goocanvas/GooCanvasImage.html -%%DOCSDIR%%/goocanvas/GooCanvasImageView.html -%%DOCSDIR%%/goocanvas/GooCanvasItem.html -%%DOCSDIR%%/goocanvas/GooCanvasItemSimple.html -%%DOCSDIR%%/goocanvas/GooCanvasItemView.html -%%DOCSDIR%%/goocanvas/GooCanvasModel.html -%%DOCSDIR%%/goocanvas/GooCanvasModelSimple.html -%%DOCSDIR%%/goocanvas/GooCanvasPath.html -%%DOCSDIR%%/goocanvas/GooCanvasPathView.html -%%DOCSDIR%%/goocanvas/GooCanvasPolyline.html -%%DOCSDIR%%/goocanvas/GooCanvasPolylineView.html -%%DOCSDIR%%/goocanvas/GooCanvasRect.html -%%DOCSDIR%%/goocanvas/GooCanvasRectView.html -%%DOCSDIR%%/goocanvas/GooCanvasText.html -%%DOCSDIR%%/goocanvas/GooCanvasTextView.html -%%DOCSDIR%%/goocanvas/GooCanvasView.html -%%DOCSDIR%%/goocanvas/ch01.html -%%DOCSDIR%%/goocanvas/ch02.html -%%DOCSDIR%%/goocanvas/ch03.html -%%DOCSDIR%%/goocanvas/ch04.html -%%DOCSDIR%%/goocanvas/goocanvas-GooCanvas-Types.html -%%DOCSDIR%%/goocanvas/goocanvas-goocanvasitemviewsimple.html -%%DOCSDIR%%/goocanvas/goocanvas.devhelp -%%DOCSDIR%%/goocanvas/goocanvas.devhelp2 -%%DOCSDIR%%/goocanvas/home.png -%%DOCSDIR%%/goocanvas/index.html -%%DOCSDIR%%/goocanvas/index.sgml -%%DOCSDIR%%/goocanvas/left.png -%%DOCSDIR%%/goocanvas/right.png -%%DOCSDIR%%/goocanvas/style.css -%%DOCSDIR%%/goocanvas/up.png -@dirrm %%DOCSDIR%%/goocanvas -@dirrm %%DOCSDIR%% -@dirrm include/goocanvas-1.0 diff --git a/graphics/gqview-devel/Makefile b/graphics/gqview-devel/Makefile deleted file mode 100644 index a4872ecfb..000000000 --- a/graphics/gqview-devel/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: gqview -# Date Created: 27 Oct 1998 -# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gqview -PORTVERSION= 2.1.1 -PORTREVISION= 2 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= oliver@FreeBSD.org -COMMENT= Another gtk2-based graphic file viewer - -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png - -USE_GNOME= gnomehier gtk20 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -MAN1= gqview.1 - -CONFLICTS= gqview-1.4* gqview-2.0* -LATEST_LINK= gqview-devel - -post-patch: - @${REINPLACE_CMD} -e 's|$$prefix/share/doc/gqview-$$VERSION|${DOCSDIR}|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e \ - 's|$$(datadir)/doc/gqview-$$(VERSION)/html|${DOCSDIR}/html|g' \ - ${WRKSRC}/doc/Makefile.in - -post-install: - ${MKDIR} ${PREFIX}/share/gnome/apps/Graphics - ${INSTALL_DATA} ${WRKSRC}/gqview.desktop ${PREFIX}/share/gnome/apps/Graphics - ${MKDIR} ${PREFIX}/share/gnome/pixmaps - ${INSTALL_DATA} ${WRKSRC}/gqview.png ${PREFIX}/share/gnome/pixmaps -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/graphics/gqview-devel/distinfo b/graphics/gqview-devel/distinfo deleted file mode 100644 index 07f0ff853..000000000 --- a/graphics/gqview-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gqview-2.1.1.tar.gz) = 2cd110305cfe4c530fcd6e34bb52e1f2 -SHA256 (gqview-2.1.1.tar.gz) = 948d389d72906b798db3b5013a1769d1f8c9c9f3b6dff66c8820dfa0820b02e2 -SIZE (gqview-2.1.1.tar.gz) = 1403226 diff --git a/graphics/gqview-devel/files/patch-Makefile.in b/graphics/gqview-devel/files/patch-Makefile.in deleted file mode 100644 index 4bc50ebd9..000000000 --- a/graphics/gqview-devel/files/patch-Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.in.orig Fri Jan 7 08:33:21 2005 -+++ Makefile.in Sun Jan 9 22:20:21 2005 -@@ -637,8 +633,7 @@ - - info-am: - --install-data-am: install-desktopDATA install-iconDATA install-man \ -- install-readmeDATA -+install-data-am: install-man - - install-exec-am: - diff --git a/graphics/gqview-devel/pkg-descr b/graphics/gqview-devel/pkg-descr deleted file mode 100644 index 50961072f..000000000 --- a/graphics/gqview-devel/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Another gtk2-based graphic file viewer. - -WWW: http://gqview.sourceforge.net/ - --Vanilla -vanilla@FreeBSD.ORG diff --git a/graphics/gqview-devel/pkg-plist b/graphics/gqview-devel/pkg-plist deleted file mode 100644 index 4d638a3df..000000000 --- a/graphics/gqview-devel/pkg-plist +++ /dev/null @@ -1,98 +0,0 @@ -bin/gqview -%%PORTDOCS%%%%DOCSDIR%%/README -%%DOCSDIR%%/html/gnu_fdl.txt -%%DOCSDIR%%/html/gqview_faq.html -%%DOCSDIR%%/html/index.html -%%DOCSDIR%%/html/1_introduction.html -%%DOCSDIR%%/html/2_main_window.html -%%DOCSDIR%%/html/2_1_navigation.html -%%DOCSDIR%%/html/2_2_menus.html -%%DOCSDIR%%/html/2_3_layout.html -%%DOCSDIR%%/html/2_4_file_pane.html -%%DOCSDIR%%/html/2_5_folder_pane.html -%%DOCSDIR%%/html/2_6_image_pane.html -%%DOCSDIR%%/html/2_7_status_bar.html -%%DOCSDIR%%/html/3_other_windows.html -%%DOCSDIR%%/html/3_1_image_window.html -%%DOCSDIR%%/html/3_2_image_properties.html -%%DOCSDIR%%/html/4_image_management.html -%%DOCSDIR%%/html/4_1_copy_move.html -%%DOCSDIR%%/html/4_2_rename.html -%%DOCSDIR%%/html/4_3_delete.html -%%DOCSDIR%%/html/4_4_external_editing.html -%%DOCSDIR%%/html/5_image_search.html -%%DOCSDIR%%/html/5_1_search.html -%%DOCSDIR%%/html/5_2_finding_duplicates.html -%%DOCSDIR%%/html/6_collections.html -%%DOCSDIR%%/html/7_sidebars.html -%%DOCSDIR%%/html/7_1_exif.html -%%DOCSDIR%%/html/7_2_sort_manager.html -%%DOCSDIR%%/html/7_3_keywords.html -%%DOCSDIR%%/html/8_image_presentation.html -%%DOCSDIR%%/html/8_1_slideshow.html -%%DOCSDIR%%/html/8_2_fullscreen.html -%%DOCSDIR%%/html/9_printing.html -%%DOCSDIR%%/html/10_options.html -%%DOCSDIR%%/html/10_1_general.html -%%DOCSDIR%%/html/10_2_image.html -%%DOCSDIR%%/html/10_3_window.html -%%DOCSDIR%%/html/10_4_filtering.html -%%DOCSDIR%%/html/10_5_editor_commands.html -%%DOCSDIR%%/html/10_6_advanced.html -%%DOCSDIR%%/html/10_7_hidden.html -%%DOCSDIR%%/html/11_reference.html -%%DOCSDIR%%/html/11_1_command_line.html -%%DOCSDIR%%/html/11_2_keyboard_shortcuts.html -%%DOCSDIR%%/html/11_3_thumbnails.html -%%DOCSDIR%%/html/11_4_management.html -%%DOCSDIR%%/html/12_credits.html -share/locale/ar/LC_MESSAGES/gqview.mo -share/locale/bg/LC_MESSAGES/gqview.mo -share/locale/cs/LC_MESSAGES/gqview.mo -share/locale/da/LC_MESSAGES/gqview.mo -share/locale/de/LC_MESSAGES/gqview.mo -share/locale/es/LC_MESSAGES/gqview.mo -share/locale/et/LC_MESSAGES/gqview.mo -share/locale/fi/LC_MESSAGES/gqview.mo -share/locale/fr/LC_MESSAGES/gqview.mo -share/locale/hu/LC_MESSAGES/gqview.mo -share/locale/id/LC_MESSAGES/gqview.mo -share/locale/it/LC_MESSAGES/gqview.mo -share/locale/ja/LC_MESSAGES/gqview.mo -share/locale/nl/LC_MESSAGES/gqview.mo -share/locale/no/LC_MESSAGES/gqview.mo -share/locale/pl/LC_MESSAGES/gqview.mo -share/locale/pt_BR/LC_MESSAGES/gqview.mo -share/locale/ro/LC_MESSAGES/gqview.mo -share/locale/ru/LC_MESSAGES/gqview.mo -share/locale/sk/LC_MESSAGES/gqview.mo -share/locale/sl/LC_MESSAGES/gqview.mo -share/locale/sv/LC_MESSAGES/gqview.mo -share/locale/th/LC_MESSAGES/gqview.mo -share/locale/tr/LC_MESSAGES/gqview.mo -share/locale/uk/LC_MESSAGES/gqview.mo -share/locale/vi/LC_MESSAGES/gqview.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/gqview.mo -share/locale/zh_TW/LC_MESSAGES/gqview.mo -share/gnome/apps/Graphics/gqview.desktop -share/gnome/pixmaps/gqview.png -@dirrm %%DOCSDIR%%/html -@dirrm %%DOCSDIR%% -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/no/LC_MESSAGES -@dirrmtry share/locale/no -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile deleted file mode 100644 index 0ba57dac0..000000000 --- a/graphics/gqview/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: gqview -# Date Created: 27 Oct 1998 -# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gqview -PORTVERSION= 2.0.1 -PORTREVISION= 2 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ale@FreeBSD.org -COMMENT= Another gtk2-based graphic file viewer - -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png - -USE_GNOME= gnomehier gtk20 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -MAN1= gqview.1 - -CONFLICTS= gqview-devel-[0-9]* - -.if defined(WITHOUT_NLS) -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.else -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.endif - -.if !defined(NOPORTDOCS) -PORTDOCS= README html -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|$$prefix/share/doc/gqview-$$VERSION|${DOCSDIR}|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e \ - 's|$$(datadir)/doc/gqview-$$(VERSION)/html|${DOCSDIR}/html|g' \ - ${WRKSRC}/doc/Makefile.in - -post-install: - ${INSTALL_DATA} ${WRKSRC}/gqview.desktop ${PREFIX}/share/gnome/apps/Graphics - ${INSTALL_DATA} ${WRKSRC}/gqview.png ${PREFIX}/share/gnome/pixmaps -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/graphics/gqview/distinfo b/graphics/gqview/distinfo deleted file mode 100644 index 019b9fb2c..000000000 --- a/graphics/gqview/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gqview-2.0.1.tar.gz) = acd8f1dad2b04389c1936adac1512e32 -SHA256 (gqview-2.0.1.tar.gz) = 47e69381cd5a34aec524713275c4cf4ff97c014d65ec73378595ae2f5e142652 -SIZE (gqview-2.0.1.tar.gz) = 1326999 diff --git a/graphics/gqview/files/patch-Makefile.in b/graphics/gqview/files/patch-Makefile.in deleted file mode 100644 index d7ecd3d0d..000000000 --- a/graphics/gqview/files/patch-Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.in.orig Sun Feb 27 00:36:49 2005 -+++ Makefile.in Sun Feb 27 00:37:19 2005 -@@ -664,8 +664,7 @@ - - info-am: - --install-data-am: install-desktopDATA install-iconDATA install-man \ -- install-readmeDATA -+install-data-am: install-man - - install-exec-am: - diff --git a/graphics/gqview/pkg-descr b/graphics/gqview/pkg-descr deleted file mode 100644 index 50961072f..000000000 --- a/graphics/gqview/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Another gtk2-based graphic file viewer. - -WWW: http://gqview.sourceforge.net/ - --Vanilla -vanilla@FreeBSD.ORG diff --git a/graphics/gqview/pkg-plist b/graphics/gqview/pkg-plist deleted file mode 100644 index 102d5d7f8..000000000 --- a/graphics/gqview/pkg-plist +++ /dev/null @@ -1,31 +0,0 @@ -bin/gqview -%%NLS%%share/locale/ar/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/bg/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/cs/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/da/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/de/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/es/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/et/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/fi/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/fr/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/hu/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/id/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/it/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/ja/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/nl/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/no/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/pl/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/ro/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/ru/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/sk/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/sl/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/sv/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/th/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/tr/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/uk/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/vi/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/zh_CN.GB2312/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/gqview.mo -share/gnome/apps/Graphics/gqview.desktop -share/gnome/pixmaps/gqview.png diff --git a/graphics/gsculpt/Makefile b/graphics/gsculpt/Makefile deleted file mode 100644 index 4267a45ca..000000000 --- a/graphics/gsculpt/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: gSculpt -# Date created: Oct 10, 2001 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= gsculpt -PORTVERSION= 0.3 -PORTREVISION= 4 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= gSculpt-${PORTVERSION}-src - -MAINTAINER= ports@FreeBSD.org -COMMENT= An Opensource 3D modelling application - -PLIST_FILES= bin/gsculpt -WRKSRC= ${WRKDIR}/gSculpt-${PORTVERSION} -USE_GNOME= gtk12 -USE_GMAKE= yes - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e "s,-O3 -Wall -Werror,${CXXFLAGS},g ; \ - s,gtk-config,${GTK_CONFIG},g ; \ - s,/usr/include/glib.h,${LOCALBASE}/include/glib12/glib.h,g ; \ - s,/usr/include/gtk/,${LOCALBASE}/include/gtk12/gtk/,g ; \ - s,/usr/include/gdk/,${LOCALBASE}/include/gtk12/gdk/,g" \ - ${WRKSRC}/Makefile - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/gsculpt ${PREFIX}/bin - -.include <bsd.port.post.mk> diff --git a/graphics/gsculpt/distinfo b/graphics/gsculpt/distinfo deleted file mode 100644 index bd58d60c3..000000000 --- a/graphics/gsculpt/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gSculpt-0.3-src.tar.gz) = acd33484cfd48677caec059ef8f77e43 -SHA256 (gSculpt-0.3-src.tar.gz) = cea315052c4dc2c82d9fb375f8a770b0224fe4c63a51f1f3cc4c79cc64edc179 -SIZE (gSculpt-0.3-src.tar.gz) = 157228 diff --git a/graphics/gsculpt/files/patch-Makefile b/graphics/gsculpt/files/patch-Makefile deleted file mode 100644 index 7612dd4ea..000000000 --- a/graphics/gsculpt/files/patch-Makefile +++ /dev/null @@ -1,27 +0,0 @@ ---- Makefile.orig Mon Jul 21 19:59:12 2003 -+++ Makefile Mon Jul 21 19:59:38 2003 -@@ -27,7 +27,6 @@ - - # C - --CC := gcc - CFLAGS = ${DEPENDFLAGS} - - %.o : %.c -@@ -35,7 +34,6 @@ - - # C++ - --CXX := g++ - CXXFLAGS = ${DEPENDFLAGS} - - %.o : %.cc -@@ -57,7 +55,7 @@ - - # linker - --LINKER := g++ -+LINKER := ${CXX} - LDFLAGS = - LOADLIBES := -O3 -lm `gtk-config --libs` - diff --git a/graphics/gsculpt/files/patch-src::Edges::CEdgeContainer.h b/graphics/gsculpt/files/patch-src::Edges::CEdgeContainer.h deleted file mode 100644 index 41590d53b..000000000 --- a/graphics/gsculpt/files/patch-src::Edges::CEdgeContainer.h +++ /dev/null @@ -1,10 +0,0 @@ ---- ./src/Edges/CEdgeContainer.h.orig Mon Jul 21 18:32:59 2003 -+++ ./src/Edges/CEdgeContainer.h Mon Jul 21 18:33:24 2003 -@@ -13,6 +13,7 @@ - - #include "CEdge.h" - -+using std::set; - - /* - ******************************************************************************* diff --git a/graphics/gsculpt/files/patch-src::Editor::StatusBar.h b/graphics/gsculpt/files/patch-src::Editor::StatusBar.h deleted file mode 100644 index 05288044f..000000000 --- a/graphics/gsculpt/files/patch-src::Editor::StatusBar.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/Editor/StatusBar.h.orig Mon Jul 21 16:36:37 2003 -+++ ./src/Editor/StatusBar.h Mon Jul 21 16:36:49 2003 -@@ -9,7 +9,7 @@ - - #include <gtk/gtkwidget.h> - -- -+using std::string; - - class StatusBar - { diff --git a/graphics/gsculpt/files/patch-src::Editor::Toolbox.h b/graphics/gsculpt/files/patch-src::Editor::Toolbox.h deleted file mode 100644 index 9912d1691..000000000 --- a/graphics/gsculpt/files/patch-src::Editor::Toolbox.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/Editor/Toolbox.h.orig Mon Jul 21 18:37:37 2003 -+++ ./src/Editor/Toolbox.h Mon Jul 21 18:37:46 2003 -@@ -13,7 +13,7 @@ - - #include <gtk/gtkwidget.h> - -- -+using std::string; - - class Toolbox - { diff --git a/graphics/gsculpt/files/patch-src::Events::Event.h b/graphics/gsculpt/files/patch-src::Events::Event.h deleted file mode 100644 index e79de7bc1..000000000 --- a/graphics/gsculpt/files/patch-src::Events::Event.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/Events/Event.h.orig Mon Jul 21 16:31:20 2003 -+++ ./src/Events/Event.h Mon Jul 21 16:31:32 2003 -@@ -10,7 +10,7 @@ - #define EVENTH - - #include <string> -- -+using std::string; - - - diff --git a/graphics/gsculpt/files/patch-src::Faces::CFace.h b/graphics/gsculpt/files/patch-src::Faces::CFace.h deleted file mode 100644 index 24f6eb5e4..000000000 --- a/graphics/gsculpt/files/patch-src::Faces::CFace.h +++ /dev/null @@ -1,10 +0,0 @@ ---- ./src/Faces/CFace.h.orig Mon Jul 21 18:33:51 2003 -+++ ./src/Faces/CFace.h Mon Jul 21 18:34:02 2003 -@@ -17,6 +17,7 @@ - - #include "Point3.h" - -+using std::vector; - - /* - ******************************************************************************* diff --git a/graphics/gsculpt/files/patch-src::FileIO::fileio.h b/graphics/gsculpt/files/patch-src::FileIO::fileio.h deleted file mode 100644 index 3c0ad9085..000000000 --- a/graphics/gsculpt/files/patch-src::FileIO::fileio.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/FileIO/fileio.h.orig Mon Jul 21 16:28:28 2003 -+++ ./src/FileIO/fileio.h Mon Jul 21 16:28:40 2003 -@@ -8,7 +8,7 @@ - #include <stdio.h> - - #include <string> -- -+using std::string; - - string readString(FILE *f); - void writeString(FILE *f, const string& s); diff --git a/graphics/gsculpt/files/patch-src::Journal::JournalTaskProgress.h b/graphics/gsculpt/files/patch-src::Journal::JournalTaskProgress.h deleted file mode 100644 index 572aeed90..000000000 --- a/graphics/gsculpt/files/patch-src::Journal::JournalTaskProgress.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/Journal/JournalTaskProgress.h.orig Mon Jul 21 16:38:59 2003 -+++ ./src/Journal/JournalTaskProgress.h Mon Jul 21 16:39:09 2003 -@@ -10,7 +10,7 @@ - - #include "MultiThreading.h" - -- -+using std::string; - - - class JournalTaskProgress diff --git a/graphics/gsculpt/files/patch-src::LogGrid::CGrid.h b/graphics/gsculpt/files/patch-src::LogGrid::CGrid.h deleted file mode 100644 index 409b3b140..000000000 --- a/graphics/gsculpt/files/patch-src::LogGrid::CGrid.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/LogGrid/CGrid.h.orig Mon Jul 21 16:32:01 2003 -+++ ./src/LogGrid/CGrid.h Mon Jul 21 16:32:11 2003 -@@ -6,7 +6,7 @@ - #define CGRIDH
-
- #include <list>
--
-+using std::list;
-
- #include "array.h"
-
diff --git a/graphics/gsculpt/files/patch-src::Math::BBox.h b/graphics/gsculpt/files/patch-src::Math::BBox.h deleted file mode 100644 index 2747163d1..000000000 --- a/graphics/gsculpt/files/patch-src::Math::BBox.h +++ /dev/null @@ -1,10 +0,0 @@ ---- ./src/Math/BBox.h.orig Mon Jul 21 16:29:27 2003 -+++ ./src/Math/BBox.h Mon Jul 21 16:30:21 2003 -@@ -12,6 +12,7 @@ - #include "Point3.h"
- #include "Plane.h"
- #include "Line3.h"
-+using std::vector; -
-
-
diff --git a/graphics/gsculpt/files/patch-src::Model::CModel.cpp b/graphics/gsculpt/files/patch-src::Model::CModel.cpp deleted file mode 100644 index 9461fdb76..000000000 --- a/graphics/gsculpt/files/patch-src::Model::CModel.cpp +++ /dev/null @@ -1,23 +0,0 @@ ---- ./src/Model/CModel.cpp.orig Mon Jul 21 18:40:40 2003 -+++ ./src/Model/CModel.cpp Mon Jul 21 18:41:05 2003 -@@ -68,17 +68,17 @@ - } - - --BBox CModel::getBBox(bool selectedOnly = true) const -+BBox CModel::getBBox(bool selectedOnly) const - { - return BBox(); - } - --BBox CModel::getBBox(const Matrix4& m, bool selectedOnly = true) const -+BBox CModel::getBBox(const Matrix4& m, bool selectedOnly) const - { - return BBox(); - } - --BBox CModel::getBBox(const Transformation *x, bool selectedOnly = true) const -+BBox CModel::getBBox(const Transformation *x, bool selectedOnly) const - { - return BBox(); - } diff --git a/graphics/gsculpt/files/patch-src::ObjEdit::ObjectCollection.cpp b/graphics/gsculpt/files/patch-src::ObjEdit::ObjectCollection.cpp deleted file mode 100644 index e24a6a158..000000000 --- a/graphics/gsculpt/files/patch-src::ObjEdit::ObjectCollection.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- ./src/ObjEdit/ObjectCollection.cpp.orig Mon Jul 21 18:47:55 2003 -+++ ./src/ObjEdit/ObjectCollection.cpp Mon Jul 21 19:44:26 2003 -@@ -326,11 +326,14 @@ - UniqueId ObjectCollection::getUniqueId(const string& name) const - { - IdTable::const_iterator iter = nameToId.find(name); -- if ( iter != objects.end() ) -+ -+ //if (iter != objects.end() ) -+ // Is this correct? 21.7.03, barner@in.tum.de -+ if (iter != nameToId.end()) - { - return (*iter).second; - } -- else -+ else - { - return -1; - } diff --git a/graphics/gsculpt/files/patch-src::ObjEdit::ObjectCollection.h b/graphics/gsculpt/files/patch-src::ObjEdit::ObjectCollection.h deleted file mode 100644 index 055cced04..000000000 --- a/graphics/gsculpt/files/patch-src::ObjEdit::ObjectCollection.h +++ /dev/null @@ -1,14 +0,0 @@ ---- ./src/ObjEdit/ObjectCollection.h.orig Mon Jul 21 18:43:57 2003 -+++ ./src/ObjEdit/ObjectCollection.h Mon Jul 21 18:47:09 2003 -@@ -23,7 +23,10 @@ - #include "Journal.h" - #include "ListManager.h" - -- -+using std::string; -+using std::map; -+using std::set; -+using std::list; - - - class ObjectCollection : public JournalCollection diff --git a/graphics/gsculpt/files/patch-src::Patch::Patch.h b/graphics/gsculpt/files/patch-src::Patch::Patch.h deleted file mode 100644 index 8ce79f8fc..000000000 --- a/graphics/gsculpt/files/patch-src::Patch::Patch.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/Patch/Patch.h.orig Mon Jul 21 16:20:46 2003 -+++ ./src/Patch/Patch.h Mon Jul 21 16:27:54 2003 -@@ -7,6 +7,8 @@ - - #include <vector> - -+using std::vector; -+ - //generates the indices of the vertices which make up quadrilateral faces, which - //form a rectangular patch - void patchGenerateQuadList(vector<int>& quads, int widthFaces, int heightFaces, diff --git a/graphics/gsculpt/files/patch-src::PolylineTools::ToolPolyDraw.cpp b/graphics/gsculpt/files/patch-src::PolylineTools::ToolPolyDraw.cpp deleted file mode 100644 index be37e1b41..000000000 --- a/graphics/gsculpt/files/patch-src::PolylineTools::ToolPolyDraw.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/PolylineTools/ToolPolyDraw.cpp.orig Mon Jul 21 19:13:35 2003 -+++ ./src/PolylineTools/ToolPolyDraw.cpp Mon Jul 21 19:14:06 2003 -@@ -27,7 +27,7 @@ - - #include "Point3.h" - -- -+using std::ostrstream; - - - diff --git a/graphics/gsculpt/files/patch-src::SelectTools::ToolSelectBase.cpp b/graphics/gsculpt/files/patch-src::SelectTools::ToolSelectBase.cpp deleted file mode 100644 index bd87ff642..000000000 --- a/graphics/gsculpt/files/patch-src::SelectTools::ToolSelectBase.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/SelectTools/ToolSelectBase.cpp.orig Mon Jul 21 19:10:28 2003 -+++ ./src/SelectTools/ToolSelectBase.cpp Mon Jul 21 19:11:17 2003 -@@ -146,7 +146,7 @@ - ToolSelectBase::ToolSelectBase( CadView *v, - ObjPainterManager *pman, - const string& funcName, const string& optTitle, -- int tableWidth = 1 ) -+ int tableWidth ) - : ToolSelectModel( v, pman, funcName, optTitle, tableWidth ), - CadClickAndDragEventHandler( v->getCadArea() ) - { diff --git a/graphics/gsculpt/files/patch-src::Templates::array.h b/graphics/gsculpt/files/patch-src::Templates::array.h deleted file mode 100644 index b4ba45b02..000000000 --- a/graphics/gsculpt/files/patch-src::Templates::array.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Templates/array.h.orig Thu Jan 10 07:22:01 2002 -+++ src/Templates/array.h Fri Sep 3 00:48:47 2004 -@@ -100,7 +100,7 @@ - } - - //construct from C array -- array(T *inData, int aSize, int initialCap = aSize) -+ array(T *inData, int aSize, int initialCap) - { - sz = aSize; - cap = initialCap; diff --git a/graphics/gsculpt/files/patch-src::Tools::ToolGroup.h b/graphics/gsculpt/files/patch-src::Tools::ToolGroup.h deleted file mode 100644 index b75f2d3f9..000000000 --- a/graphics/gsculpt/files/patch-src::Tools::ToolGroup.h +++ /dev/null @@ -1,12 +0,0 @@ ---- ./src/Tools/ToolGroup.h.orig Mon Jul 21 18:34:42 2003 -+++ ./src/Tools/ToolGroup.h Mon Jul 21 18:34:57 2003 -@@ -13,7 +13,8 @@ - - #include "GridLayout.h" - -- -+using std::vector; -+using std::string; - - class ToolGroup - { diff --git a/graphics/gsculpt/files/patch-src::Tools::Toolset.h b/graphics/gsculpt/files/patch-src::Tools::Toolset.h deleted file mode 100644 index 709d10b6d..000000000 --- a/graphics/gsculpt/files/patch-src::Tools::Toolset.h +++ /dev/null @@ -1,12 +0,0 @@ ---- ./src/Tools/Toolset.h.orig Mon Jul 21 16:35:45 2003 -+++ ./src/Tools/Toolset.h Mon Jul 21 16:36:04 2003 -@@ -18,7 +18,8 @@ - #include "CadView.h" - #include "Toolbox.h" - -- -+using std::string; -+using std::vector; - - class Toolset - { diff --git a/graphics/gsculpt/files/patch-src::TypeManager::TypeManager.h b/graphics/gsculpt/files/patch-src::TypeManager::TypeManager.h deleted file mode 100644 index bf9f4ed1f..000000000 --- a/graphics/gsculpt/files/patch-src::TypeManager::TypeManager.h +++ /dev/null @@ -1,14 +0,0 @@ ---- ./src/TypeManager/TypeManager.h.orig Mon Jul 21 16:37:26 2003 -+++ ./src/TypeManager/TypeManager.h Mon Jul 21 16:38:08 2003 -@@ -10,7 +10,10 @@ - #include <map> - #include <list> - -- -+using std::string; -+using std::vector; -+using std::map; -+using std::list; - - - diff --git a/graphics/gsculpt/files/patch-src::Widgets::ListManager.cpp b/graphics/gsculpt/files/patch-src::Widgets::ListManager.cpp deleted file mode 100644 index 0853e22d5..000000000 --- a/graphics/gsculpt/files/patch-src::Widgets::ListManager.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/Widgets/ListManager.cpp.orig Mon Jul 21 19:25:18 2003 -+++ ./src/Widgets/ListManager.cpp Mon Jul 21 19:25:30 2003 -@@ -10,7 +10,7 @@ - - #include "ListManager.h" - -- -+using std::set; - - - ListManager::ListManager(const string& columnTitle) diff --git a/graphics/gsculpt/files/patch-src::Widgets::ListManager.h b/graphics/gsculpt/files/patch-src::Widgets::ListManager.h deleted file mode 100644 index 2b6e18dcb..000000000 --- a/graphics/gsculpt/files/patch-src::Widgets::ListManager.h +++ /dev/null @@ -1,12 +0,0 @@ ---- ./src/Widgets/ListManager.h.orig Mon Jul 21 18:41:55 2003 -+++ ./src/Widgets/ListManager.h Mon Jul 21 18:43:28 2003 -@@ -14,7 +14,8 @@ - - #include <gtk/gtkwidget.h> - -- -+using std::multiset; -+using std::string; - - - class ListManager diff --git a/graphics/gsculpt/files/patch-src::Widgets::NameDialog.cpp b/graphics/gsculpt/files/patch-src::Widgets::NameDialog.cpp deleted file mode 100644 index ccd764ccb..000000000 --- a/graphics/gsculpt/files/patch-src::Widgets::NameDialog.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- ./src/Widgets/NameDialog.cpp.orig Mon Jul 21 19:27:45 2003 -+++ ./src/Widgets/NameDialog.cpp Mon Jul 21 19:28:18 2003 -@@ -44,8 +44,8 @@ - } - - NameDialog::NameDialog(NameDialogListener *l, -- const string& title = "Name", -- const string& prompt = "name:") -+ const string& title, -+ const string& prompt ) - { - listener = l; - constructorCommon(title, prompt); diff --git a/graphics/gsculpt/files/patch-src::Widgets::NameDialog.h b/graphics/gsculpt/files/patch-src::Widgets::NameDialog.h deleted file mode 100644 index 989200a7a..000000000 --- a/graphics/gsculpt/files/patch-src::Widgets::NameDialog.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/Widgets/NameDialog.h.orig Mon Jul 21 19:26:12 2003 -+++ ./src/Widgets/NameDialog.h Mon Jul 21 19:26:22 2003 -@@ -15,7 +15,7 @@ - - #include "callback.h" - -- -+using std::string; - - - class NameDialog; diff --git a/graphics/gsculpt/files/patch-src::Widgets::VectorWidget.cpp b/graphics/gsculpt/files/patch-src::Widgets::VectorWidget.cpp deleted file mode 100644 index b14e44bae..000000000 --- a/graphics/gsculpt/files/patch-src::Widgets::VectorWidget.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- ./src/Widgets/VectorWidget.cpp.orig Mon Jul 21 19:22:12 2003 -+++ ./src/Widgets/VectorWidget.cpp Mon Jul 21 19:23:30 2003 -@@ -13,7 +13,8 @@ - - #include "VectorWidget.h" - -- -+using std::ostrstream; -+using std::istrstream; - - /* - ******************************************************************************* diff --git a/graphics/gsculpt/files/patch-src::Widgets::messageBox.h b/graphics/gsculpt/files/patch-src::Widgets::messageBox.h deleted file mode 100644 index 3629cf869..000000000 --- a/graphics/gsculpt/files/patch-src::Widgets::messageBox.h +++ /dev/null @@ -1,12 +0,0 @@ ---- ./src/Widgets/messageBox.h.orig Mon Jul 21 18:59:01 2003 -+++ ./src/Widgets/messageBox.h Mon Jul 21 18:59:17 2003 -@@ -8,7 +8,8 @@ - #include <string> - #include <vector> - -- -+using std::string; -+using std::vector; - - /* - ******************************************************************************* diff --git a/graphics/gsculpt/files/patch-src::WorkArea::CAEH_grid.cpp b/graphics/gsculpt/files/patch-src::WorkArea::CAEH_grid.cpp deleted file mode 100644 index 8d642da37..000000000 --- a/graphics/gsculpt/files/patch-src::WorkArea::CAEH_grid.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/WorkArea/CAEH_grid.cpp.orig Mon Jul 21 16:34:35 2003 -+++ ./src/WorkArea/CAEH_grid.cpp Mon Jul 21 16:34:54 2003 -@@ -8,7 +8,7 @@ - #include "CAEH_grid.h" - - #include <strstream> -- -+using std::ostrstream; - - - CAEH_grid::CAEH_grid(CadArea *c, const CGrid& gr) diff --git a/graphics/gsculpt/files/patch-src::WorkArea::DrawingArea.h b/graphics/gsculpt/files/patch-src::WorkArea::DrawingArea.h deleted file mode 100644 index a89c2964d..000000000 --- a/graphics/gsculpt/files/patch-src::WorkArea::DrawingArea.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/WorkArea/DrawingArea.h.orig Mon Jul 21 16:32:55 2003 -+++ ./src/WorkArea/DrawingArea.h Mon Jul 21 16:33:25 2003 -@@ -27,7 +27,7 @@ - #include "Geometry.h" - #include "PointerStatus.h" - -- -+using std::list; - - /****************************************************************************** - ****************************************************************************** diff --git a/graphics/gsculpt/files/patch-src::XformTools::ToolTransformModel.cpp b/graphics/gsculpt/files/patch-src::XformTools::ToolTransformModel.cpp deleted file mode 100644 index 681ce650e..000000000 --- a/graphics/gsculpt/files/patch-src::XformTools::ToolTransformModel.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/XformTools/ToolTransformModel.cpp.orig Mon Jul 21 19:05:58 2003 -+++ ./src/XformTools/ToolTransformModel.cpp Mon Jul 21 19:06:20 2003 -@@ -15,7 +15,7 @@ - ObjPainterManager *pman, - const string& funcName, - const string& optTitle, -- int tableWidth = 1) -+ int tableWidth) - : ToolModifyModel(v, pman, funcName, optTitle, tableWidth) - { - } diff --git a/graphics/gsculpt/pkg-descr b/graphics/gsculpt/pkg-descr deleted file mode 100644 index 395eda6fd..000000000 --- a/graphics/gsculpt/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -gSculpt is a 3D modelling program that allows models to be built by -performing sweeps on polylines. These models can then be transformed -using a variety of tools. Aimed at hobbyists, and demo coders. - -WWW: http://gsculpt.sourceforge.net/ diff --git a/graphics/gtkam/Makefile b/graphics/gtkam/Makefile deleted file mode 100644 index 7558613d4..000000000 --- a/graphics/gtkam/Makefile +++ /dev/null @@ -1,82 +0,0 @@ -# New ports collection makefile for: gtkam -# Date created: 10 June 2002 -# Whom: ports@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= gtkam -PORTVERSION= 0.1.13 -PORTREVISION= 2 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gphoto - -MAINTAINER= ports@FreeBSD.org -COMMENT= Download and view files from various digital cameras - -LIB_DEPENDS= exif-gtk.5:${PORTSDIR}/graphics/libexif-gtk \ - gphoto2.2:${PORTSDIR}/graphics/libgphoto2 - -USE_XLIB= yes -WANT_GNOME= yes -USE_GNOME= gnomehack gnomehier gnometarget gtk20 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gtkam.1 - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/lib/libgimp-2.0.so) && !defined(WITHOUT_GIMP) -WITH_GIMP= yes -.endif - -.if defined(WITH_GIMP) -LIB_DEPENDS+= gimp-2.0:${PORTSDIR}/graphics/gimp -PLIST_SUB+= GIMP="" -.else -CONFIGURE_ARGS+= --without-gimp -PLIST_SUB+= GIMP="@comment " -.endif - -.if ${HAVE_GNOME:Mlibgnomeui}!="" -PKGNAMESUFFIX= -gnome -USE_GNOME+= gnomeprefix libgnomeui -INSTALLS_OMF= yes -MAKE_ENV+= GNOME_SUBDIRS="help omf-install" -DATADIR= ${PREFIX}/share/gnome/${PORTNAME} -.else -CONFIGURE_ARGS+= --without-bonobo --without-gnome -MAKE_ENV+= GNOME_SUBDIRS="" -.endif - -pre-everything:: -.if !defined(WITH_GIMP) - @${ECHO_MSG} - @${ECHO_MSG} "If you want to compile with plugin for The GIMP," - @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_GIMP=yes\"" - @${ECHO_MSG} -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|GIMP_VERSION="2.0"|GIMP_VERSION="2.2"|g ; \ - s|images/gtkam|gtkam/images|g' ${WRKSRC}/configure - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|images/gtkam|gtkam/images|g ; \ - s|$$(libdir)/gimp/|$$(libexecdir)/gimp/|g' - -post-install: - ${INSTALL_DATA} ${WRKSRC}/gtkam.desktop \ - ${PREFIX}/share/gnome/applications - ${INSTALL_DATA} ${WRKSRC}/gtkam.png \ - ${PREFIX}/share/gnome/pixmaps -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in AUTHORS NEWS README - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/gtkam/distinfo b/graphics/gtkam/distinfo deleted file mode 100644 index 1b10f99cc..000000000 --- a/graphics/gtkam/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gtkam-0.1.13.tar.gz) = 439449a29dd841c6c44e309d5bd049a3 -SHA256 (gtkam-0.1.13.tar.gz) = 767920d18ac0aae60cb57171defe6ecbae76b1a6d1243da94c7cd7d3e06eb409 -SIZE (gtkam-0.1.13.tar.gz) = 971304 diff --git a/graphics/gtkam/files/patch-Makefile.in b/graphics/gtkam/files/patch-Makefile.in deleted file mode 100644 index e1e572f78..000000000 --- a/graphics/gtkam/files/patch-Makefile.in +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile.in.orig Sat Dec 31 08:25:57 2005 -+++ Makefile.in Fri Jan 6 20:18:02 2006 -@@ -251,7 +251,7 @@ - sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ --SUBDIRS = m4m art doc help omf-install packaging pixmaps po src test -+SUBDIRS = m4m art doc $(GNOME_SUBDIRS) packaging pixmaps po src test - ACLOCAL_AMFLAGS = -I m4m - - ######################################################################## -@@ -705,8 +705,7 @@ - - info-am: - --install-data-am: install-desktopDATA install-gtkamdocDATA \ -- install-iconDATA -+install-data-am: - - install-exec-am: - diff --git a/graphics/gtkam/pkg-descr b/graphics/gtkam/pkg-descr deleted file mode 100644 index 191bee497..000000000 --- a/graphics/gtkam/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -gtkam is an universal, free GTK+ application that will allow -downloading, saving, and manipulation of images from several -different digital camera models, or from the local harddrive. - -gtkam supports a wide array of digital camera models. -Visit http://www.gphoto.org/proj/libgphoto2/support.php for -an updated list. - -WWW: http://www.gphoto.org/proj/gtkam/ diff --git a/graphics/gtkam/pkg-plist b/graphics/gtkam/pkg-plist deleted file mode 100644 index f870a62bd..000000000 --- a/graphics/gtkam/pkg-plist +++ /dev/null @@ -1,73 +0,0 @@ -bin/gtkam -%%GIMP%%libexec/gimp/2.2/plug-ins/gtkam-gimp -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -share/gnome/applications/gtkam.desktop -%%GNOME:%%share/gnome/help/gtkam/C/figures/gtkam_add_camera_enhanced_window.png -%%GNOME:%%share/gnome/help/gtkam/C/figures/gtkam_add_camera_window.png -%%GNOME:%%share/gnome/help/gtkam/C/figures/gtkam_fileinfo.png -%%GNOME:%%share/gnome/help/gtkam/C/figures/gtkam_makedir.png -%%GNOME:%%share/gnome/help/gtkam/C/figures/gtkam_save.png -%%GNOME:%%share/gnome/help/gtkam/C/figures/gtkam_save_all.png -%%GNOME:%%share/gnome/help/gtkam/C/figures/gtkam_start_window.png -%%GNOME:%%share/gnome/help/gtkam/C/gtkam.xml -%%GNOME:%%share/gnome/help/gtkam/C/legal.xml -%%GNOME:%%share/gnome/help/gtkam/ru/figures/gtkam_add_camera_enhanced_window.png -%%GNOME:%%share/gnome/help/gtkam/ru/figures/gtkam_add_camera_window.png -%%GNOME:%%share/gnome/help/gtkam/ru/figures/gtkam_fileinfo.png -%%GNOME:%%share/gnome/help/gtkam/ru/figures/gtkam_makedir.png -%%GNOME:%%share/gnome/help/gtkam/ru/figures/gtkam_save.png -%%GNOME:%%share/gnome/help/gtkam/ru/figures/gtkam_save_all.png -%%GNOME:%%share/gnome/help/gtkam/ru/figures/gtkam_start_window.png -%%GNOME:%%share/gnome/help/gtkam/ru/gtkam.xml -%%GNOME:%%share/gnome/help/gtkam/ru/legal.xml -%%GNOME:%%share/gnome/omf/gtkam/gtkam-C.omf -%%GNOME:%%share/gnome/omf/gtkam/gtkam-ru.omf -share/gnome/pixmaps/gtkam.png -%%DATADIR%%/images/gtkam-audio.png -%%DATADIR%%/images/gtkam-camera.png -%%DATADIR%%/images/gtkam-folder-camera.png -%%DATADIR%%/images/gtkam-folder.png -%%DATADIR%%/images/gtkam-lock.png -%%DATADIR%%/images/gtkam-new.png -%%DATADIR%%/pixmaps/camera.xpm -%%DATADIR%%/pixmaps/configure.xpm -%%DATADIR%%/pixmaps/delete_images.xpm -%%DATADIR%%/pixmaps/exit.xpm -%%DATADIR%%/pixmaps/folder.xpm -%%DATADIR%%/pixmaps/save_current_image.xpm -share/locale/cs/LC_MESSAGES/gtkam.mo -share/locale/da/LC_MESSAGES/gtkam.mo -share/locale/de/LC_MESSAGES/gtkam.mo -share/locale/es/LC_MESSAGES/gtkam.mo -share/locale/fr/LC_MESSAGES/gtkam.mo -share/locale/hu/LC_MESSAGES/gtkam.mo -share/locale/it/LC_MESSAGES/gtkam.mo -share/locale/ja/LC_MESSAGES/gtkam.mo -share/locale/nb/LC_MESSAGES/gtkam.mo -share/locale/pl/LC_MESSAGES/gtkam.mo -share/locale/pt_BR/LC_MESSAGES/gtkam.mo -share/locale/pt_PT/LC_MESSAGES/gtkam.mo -share/locale/ru/LC_MESSAGES/gtkam.mo -share/locale/sl/LC_MESSAGES/gtkam.mo -share/locale/sv/LC_MESSAGES/gtkam.mo -share/locale/uk/LC_MESSAGES/gtkam.mo -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%% -%%GNOME:%%@dirrm share/gnome/omf/gtkam -%%GNOME:%%@dirrm share/gnome/help/gtkam/ru/figures -%%GNOME:%%@dirrm share/gnome/help/gtkam/ru -%%GNOME:%%@dirrm share/gnome/help/gtkam/C/figures -%%GNOME:%%@dirrm share/gnome/help/gtkam/C -%%GNOME:%%@dirrm share/gnome/help/gtkam -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs diff --git a/graphics/imagesort/Makefile b/graphics/imagesort/Makefile deleted file mode 100644 index 957173fdc..000000000 --- a/graphics/imagesort/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: imagesort -# Date created: Apr 10, 2001 -# Whom: Mark Pulford <mark@kyne.com.au> -# -# $FreeBSD$ -# $MCom$ - -PORTNAME= imagesort -PORTVERSION= 2.0 -PORTREVISION= 4 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= apps/graphics/viewers/X - -MAINTAINER= ports@FreeBSD.org -COMMENT= A flexible X utility for managing many image files - -USE_GNOME= imlib -CFLAGS:= ${CFLAGS} -I${LOCALBASE}/include - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/imagesort ${PREFIX}/bin -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/imagesort - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/imagesort - ${INSTALL_DATA} ${WRKSRC}/imagesortrc.sample ${PREFIX}/share/doc/imagesort -.endif - -.include <bsd.port.mk> diff --git a/graphics/imagesort/distinfo b/graphics/imagesort/distinfo deleted file mode 100644 index 5d414f8ab..000000000 --- a/graphics/imagesort/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (imagesort-2.0.tar.gz) = fcb4aff8239eeb3988064df19c3fc081 -SHA256 (imagesort-2.0.tar.gz) = 40f59fd2c40345dfd5589100c46e5097d042118186d8405fa82509ceb4b8bc18 -SIZE (imagesort-2.0.tar.gz) = 14778 diff --git a/graphics/imagesort/files/patch-Makefile b/graphics/imagesort/files/patch-Makefile deleted file mode 100644 index 559dd89e5..000000000 --- a/graphics/imagesort/files/patch-Makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.orig Tue Apr 10 18:16:03 2001 -+++ Makefile Tue Apr 10 18:18:54 2001 -@@ -7,15 +7,14 @@ - - # you may need to change this if you lack gcc (in which case you may - # not be able to compile at all --CC = gcc - - # you'll probably have to dick with the libs, depending on how your imlib - # is compiled. We default to including all of the extras supported by - # imlib 1.9 --LIBS = -lX11 -lXext -lImlib -ljpeg -lm -lpng -ltiff -lz -lgif -+LIBS = -lX11 -lXext -lImlib -ljpeg -lm -lpng -ltiff -lz -lungif - #LIBS = -lImlib -lX11 -lXext -ljpeg -lgif -lm - --CFLAGS = -g -L$(XDIR)/lib -I$(XDIR)/include -+CFLAGS += -L$(LOCALBASE)/lib -L$(X11BASE)/lib -I$(X11BASE)/include - - all: imagesort.o - diff --git a/graphics/imagesort/pkg-descr b/graphics/imagesort/pkg-descr deleted file mode 100644 index ff0e1c133..000000000 --- a/graphics/imagesort/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Imagesort is a flexible utility for managing a large number of images. -Via a configuration file (~/.imagesortrc) various commands are bound -to keys allowing you to quickly process your images while you flick -throught them. Documentation can be found in share/doc/imagesort. - -WWW: http://sammy.net/~sammy/hacks/ diff --git a/graphics/imagesort/pkg-plist b/graphics/imagesort/pkg-plist deleted file mode 100644 index 5959c5f85..000000000 --- a/graphics/imagesort/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/imagesort -%%PORTDOCS%%share/doc/imagesort/README -%%PORTDOCS%%share/doc/imagesort/imagesortrc.sample -%%PORTDOCS%%@dirrm share/doc/imagesort diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile deleted file mode 100644 index 84ff70550..000000000 --- a/graphics/imlib/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: imlib -# Date created: 10 June 1997 -# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> -# -# $FreeBSD$ -# $MCom: ports/graphics/imlib/Makefile,v 1.1 2006/07/18 13:09:48 ahze Exp $ - -PORTNAME= imlib -PORTVERSION= 1.9.15 -PORTREVISION= 4 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/imlib/1.9 -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A graphic library for enlightenment package - -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - ungif.5:${PORTSDIR}/graphics/libungif - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gtk12 gnomehack -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib --disable-modules -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -MAN1= imlib-config.1 imlib_config.1 - -pre-configure: - @${REINPLACE_CMD} -e "s|10:15:9|5:0:0|" ${WRKSRC}/*/Makefile.in - @${REINPLACE_CMD} -e "s|glib-config|${GLIB_CONFIG}|" ${WRKSRC}/configure - @${REINPLACE_CMD} -e "s|@SUPPORT_LIBS@|-L${LOCALBASE}/lib @SUPPORT_LIBS@|" ${WRKSRC}/imlib-config.in - -.include <bsd.port.mk> diff --git a/graphics/imlib/distinfo b/graphics/imlib/distinfo deleted file mode 100644 index 310e718b6..000000000 --- a/graphics/imlib/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome/imlib-1.9.15.tar.bz2) = 7db987e6c52e4daf70d7d0f471238eae -SHA256 (gnome/imlib-1.9.15.tar.bz2) = 4e6a270308a9ae16586bfc133c1a3dfb2e56f431edb66aaa3a80e36e5ed84ce0 -SIZE (gnome/imlib-1.9.15.tar.bz2) = 683242 diff --git a/graphics/imlib/files/patch-security-1 b/graphics/imlib/files/patch-security-1 deleted file mode 100644 index 6a4511a4c..000000000 --- a/graphics/imlib/files/patch-security-1 +++ /dev/null @@ -1,510 +0,0 @@ -diff -urN imlib-1.9.13.orig/Imlib/load.c imlib-1.9.13/Imlib/load.c ---- imlib-1.9.13.orig/Imlib/load.c Wed Mar 13 19:06:29 2002 -+++ Imlib/load.c Thu Sep 16 17:21:01 2004 -@@ -4,6 +4,8 @@ - #include "Imlib_private.h" - #include <setjmp.h> - -+#define G_MAXINT ((int) 0x7fffffff) -+ - /* Split the ID - damages input */ - - static char * -@@ -41,13 +43,17 @@ - - /* - * Make sure we don't wrap on our memory allocations -+ * we check G_MAXINT/4 because rend.c malloc's w * h * bpp -+ * + 3 is safety margin - */ - - void * _imlib_malloc_image(unsigned int w, unsigned int h) - { -- if( w > 32767 || h > 32767) -- return NULL; -- return malloc(w * h * 3); -+ if (w <= 0 || w > 32767 || -+ h <= 0 || h > 32767 || -+ h >= (G_MAXINT/4 - 1) / w) -+ return NULL; -+ return malloc(w * h * 3 + 3); - } - - #ifdef HAVE_LIBJPEG -@@ -360,7 +366,9 @@ - npix = ww * hh; - *w = (int)ww; - *h = (int)hh; -- if(ww > 32767 || hh > 32767) -+ if (ww <= 0 || ww > 32767 || -+ hh <= 0 || hh > 32767 || -+ hh >= (G_MAXINT/sizeof(uint32)) / ww) - { - TIFFClose(tif); - return NULL; -@@ -463,7 +471,7 @@ - } - *w = gif->Image.Width; - *h = gif->Image.Height; -- if (*h > 32767 || *w > 32767) -+ if (*h <= 0 || *h > 32767 || *w <= 0 || *w > 32767) - { - return NULL; - } -@@ -965,7 +973,12 @@ - comment = 0; - quote = 0; - context = 0; -+ memset(lookup, 0, sizeof(lookup)); -+ - line = malloc(lsz); -+ if (!line) -+ return NULL; -+ - while (!done) - { - pc = c; -@@ -994,25 +1007,25 @@ - { - /* Header */ - sscanf(line, "%i %i %i %i", w, h, &ncolors, &cpp); -- if (ncolors > 32766) -+ if (ncolors <= 0 || ncolors > 32766) - { - fprintf(stderr, "IMLIB ERROR: XPM files wth colors > 32766 not supported\n"); - free(line); - return NULL; - } -- if (cpp > 5) -+ if (cpp <= 0 || cpp > 5) - { - fprintf(stderr, "IMLIB ERROR: XPM files with characters per pixel > 5 not supported\n"); - free(line); - return NULL; - } -- if (*w > 32767) -+ if (*w <= 0 || *w > 32767) - { - fprintf(stderr, "IMLIB ERROR: Image width > 32767 pixels for file\n"); - free(line); - return NULL; - } -- if (*h > 32767) -+ if (*h <= 0 || *h > 32767) - { - fprintf(stderr, "IMLIB ERROR: Image height > 32767 pixels for file\n"); - free(line); -@@ -1045,11 +1058,13 @@ - { - int slen; - int hascolor, iscolor; -+ int space; - - iscolor = 0; - hascolor = 0; - tok[0] = 0; - col[0] = 0; -+ space = sizeof(col) - 1; - s[0] = 0; - len = strlen(line); - strncpy(cmap[j].str, line, cpp); -@@ -1072,10 +1087,10 @@ - { - if (k >= len) - { -- if (col[0]) -- strcat(col, " "); -- if (strlen(col) + strlen(s) < sizeof(col)) -- strcat(col, s); -+ if (col[0] && space > 0) -+ strcat(col, " "), space -= 1; -+ if (slen <= space) -+ strcat(col, s), space -= slen; - } - if (col[0]) - { -@@ -1105,14 +1120,17 @@ - } - } - } -- strcpy(tok, s); -+ if (slen < sizeof(tok)); -+ strcpy(tok, s); - col[0] = 0; -+ space = sizeof(col) - 1; - } - else - { -- if (col[0]) -- strcat(col, " "); -- strcat(col, s); -+ if (col[0] && space > 0) -+ strcat(col, " "), space -=1; -+ if (slen <= space) -+ strcat(col, s), space -= slen; - } - } - } -@@ -1341,12 +1359,12 @@ - sscanf(s, "%i %i", w, h); - a = *w; - b = *h; -- if (a > 32767) -+ if (a <= 0 || a > 32767) - { - fprintf(stderr, "IMLIB ERROR: Image width > 32767 pixels for file\n"); - return NULL; - } -- if (b > 32767) -+ if (b <= 0 || b > 32767) - { - fprintf(stderr, "IMLIB ERROR: Image height > 32767 pixels for file\n"); - return NULL; -diff -urN imlib-1.9.13.orig/Imlib/utils.c imlib-1.9.13/Imlib/utils.c ---- imlib-1.9.13.orig/Imlib/utils.c Mon Mar 4 17:45:28 2002 -+++ Imlib/utils.c Thu Sep 16 17:21:15 2004 -@@ -1496,36 +1496,56 @@ - context = 0; - ptr = NULL; - end = NULL; -+ memset(lookup, 0, sizeof(lookup)); - - while (!done) - { - line = data[count++]; -+ if (!line) -+ break; -+ line = strdup(line); -+ if (!line) -+ break; -+ len = strlen(line); -+ for (i = 0; i < len; ++i) -+ { -+ c = line[i]; -+ if (c < 32) -+ line[i] = 32; -+ else if (c > 127) -+ line[i] = 127; -+ } -+ - if (context == 0) - { - /* Header */ - sscanf(line, "%i %i %i %i", &w, &h, &ncolors, &cpp); -- if (ncolors > 32766) -+ if (ncolors <= 0 || ncolors > 32766) - { - fprintf(stderr, "IMLIB ERROR: XPM data wth colors > 32766 not supported\n"); - free(im); -+ free(line); - return NULL; - } -- if (cpp > 5) -+ if (cpp <= 0 || cpp > 5) - { - fprintf(stderr, "IMLIB ERROR: XPM data with characters per pixel > 5 not supported\n"); - free(im); -+ free(line); - return NULL; - } -- if (w > 32767) -+ if (w <= 0 || w > 32767) - { - fprintf(stderr, "IMLIB ERROR: Image width > 32767 pixels for data\n"); - free(im); -+ free(line); - return NULL; - } -- if (h > 32767) -+ if (h <= 0 || h > 32767) - { - fprintf(stderr, "IMLIB ERROR: Image height > 32767 pixels for data\n"); - free(im); -+ free(line); - return NULL; - } - cmap = malloc(sizeof(struct _cmap) * ncolors); -@@ -1533,6 +1553,7 @@ - if (!cmap) - { - free(im); -+ free(line); - return NULL; - } - im->rgb_width = w; -@@ -1542,6 +1563,7 @@ - { - free(cmap); - free(im); -+ free(line); - return NULL; - } - im->alpha_data = NULL; -@@ -1817,6 +1839,7 @@ - } - if ((ptr) && ((ptr - im->rgb_data) >= w * h * 3)) - done = 1; -+ free(line); - } - if (!transp) - { -diff -urN imlib-1.9.13.orig/gdk_imlib/io-gif.c imlib-1.9.13/gdk_imlib/io-gif.c ---- imlib-1.9.13.orig/gdk_imlib/io-gif.c Mon Mar 4 17:26:51 2002 -+++ gdk_imlib/io-gif.c Thu Sep 16 16:11:31 2004 -@@ -55,7 +55,7 @@ - } - *w = gif->Image.Width; - *h = gif->Image.Height; -- if(*h > 32767 || *w > 32767) -+ if(*h <= 0 || *h > 32767 || *w <= 0 || *w > 32767) - { - return NULL; - } -diff -urN imlib-1.9.13.orig/gdk_imlib/io-ppm.c imlib-1.9.13/gdk_imlib/io-ppm.c ---- imlib-1.9.13.orig/gdk_imlib/io-ppm.c Mon Mar 4 17:26:51 2002 -+++ gdk_imlib/io-ppm.c Thu Sep 16 16:13:13 2004 -@@ -53,12 +53,12 @@ - sscanf(s, "%i %i", w, h); - a = *w; - b = *h; -- if (a > 32767) -+ if (a <= 0 || a > 32767) - { - fprintf(stderr, "gdk_imlib ERROR: Image width > 32767 pixels for file\n"); - return NULL; - } -- if (b > 32767) -+ if (b <= 0 || b > 32767) - { - fprintf(stderr, "gdk_imlib ERROR: Image height > 32767 pixels for file\n"); - return NULL; -diff -urN imlib-1.9.13.orig/gdk_imlib/io-tiff.c imlib-1.9.13/gdk_imlib/io-tiff.c ---- imlib-1.9.13.orig/gdk_imlib/io-tiff.c Mon Mar 4 17:26:51 2002 -+++ gdk_imlib/io-tiff.c Thu Sep 16 16:13:57 2004 -@@ -36,7 +36,9 @@ - npix = ww * hh; - *w = (int)ww; - *h = (int)hh; -- if(ww > 32767 || hh > 32767) -+ if (ww <= 0 || ww > 32767 || -+ hh <= 0 || hh > 32767 || -+ hh >= (G_MAXINT/sizeof(uint32)) / ww) - { - TIFFClose(tif); - return NULL; -diff -urN imlib-1.9.13.orig/gdk_imlib/io-xpm.c imlib-1.9.13/gdk_imlib/io-xpm.c ---- imlib-1.9.13.orig/gdk_imlib/io-xpm.c Mon Mar 4 17:26:51 2002 -+++ gdk_imlib/io-xpm.c Thu Sep 16 17:08:24 2004 -@@ -40,8 +40,12 @@ - context = 0; - i = j = 0; - cmap = NULL; -+ memset(lookup, 0, sizeof(lookup)); - - line = malloc(lsz); -+ if (!line) -+ return NULL; -+ - while (!done) - { - pc = c; -@@ -70,25 +74,25 @@ - { - /* Header */ - sscanf(line, "%i %i %i %i", w, h, &ncolors, &cpp); -- if (ncolors > 32766) -+ if (ncolors <= 0 || ncolors > 32766) - { - fprintf(stderr, "gdk_imlib ERROR: XPM files wth colors > 32766 not supported\n"); - free(line); - return NULL; - } -- if (cpp > 5) -+ if (cpp <= 0 || cpp > 5) - { - fprintf(stderr, "gdk_imlib ERROR: XPM files with characters per pixel > 5 not supported\n"); - free(line); - return NULL; - } -- if (*w > 32767) -+ if (*w <= 0 || *w > 32767) - { - fprintf(stderr, "gdk_imlib ERROR: Image width > 32767 pixels for file\n"); - free(line); - return NULL; - } -- if (*h > 32767) -+ if (*h <= 0 || *h > 32767) - { - fprintf(stderr, "gdk_imlib ERROR: Image height > 32767 pixels for file\n"); - free(line); -@@ -120,11 +124,13 @@ - { - int slen; - int hascolor, iscolor; -+ int space; - - hascolor = 0; - iscolor = 0; - tok[0] = 0; - col[0] = 0; -+ space = sizeof(col) - 1; - s[0] = 0; - len = strlen(line); - strncpy(cmap[j].str, line, cpp); -@@ -147,10 +153,10 @@ - { - if (k >= len) - { -- if (col[0]) -- strcat(col, " "); -- if (strlen(col) + strlen(s) < sizeof(col)) -- strcat(col, s); -+ if (col[0] && space > 0) -+ strncat(col, " ", space), space -= 1; -+ if (slen <= space) -+ strcat(col, s), space -= slen; - } - if (col[0]) - { -@@ -180,14 +186,17 @@ - } - } - } -- strcpy(tok, s); -+ if (slen < sizeof(tok)) -+ strcpy(tok, s); - col[0] = 0; -+ space = sizeof(col) - 1; - } - else - { -- if (col[0]) -- strcat(col, " "); -- strcat(col, s); -+ if (col[0] && space > 0) -+ strcat(col, " "), space -= 1; -+ if (slen <= space) -+ strcat(col, s), space -= slen; - } - } - } -diff -urN imlib-1.9.13.orig/gdk_imlib/misc.c imlib-1.9.13/gdk_imlib/misc.c ---- imlib-1.9.13.orig/gdk_imlib/misc.c Mon Mar 4 17:26:51 2002 -+++ gdk_imlib/misc.c Thu Sep 16 16:35:32 2004 -@@ -1355,11 +1355,16 @@ - - /* - * Make sure we don't wrap on our memory allocations -+ * we check G_MAX_INT/4 because rend.c malloc's w * h * bpp -+ * + 3 is safety margin - */ - - void *_gdk_malloc_image(unsigned int w, unsigned int h) - { -- if( w > 32767 || h > 32767) -+ if (w <= 0 || w > 32767 || -+ h <= 0 || h > 32767 || -+ h >= (G_MAXINT/4 - 1) / w) - return NULL; -- return malloc(w * h * 3); -+ return malloc(w * h * 3 + 3); - } -+ -diff -urN imlib-1.9.13.orig/gdk_imlib/utils.c imlib-1.9.13/gdk_imlib/utils.c ---- imlib-1.9.13.orig/gdk_imlib/utils.c Mon Mar 4 17:26:51 2002 -+++ gdk_imlib/utils.c Thu Sep 16 17:28:35 2004 -@@ -1236,36 +1236,56 @@ - context = 0; - ptr = NULL; - end = NULL; -+ memset(lookup, 0, sizeof(lookup)); - - while (!done) - { - line = data[count++]; -+ if (!line) -+ break; -+ line = strdup(line); -+ if (!line) -+ break; -+ len = strlen(line); -+ for (i = 0; i < len; ++i) -+ { -+ c = line[i]; -+ if (c < 32) -+ line[i] = 32; -+ else if (c > 127) -+ line[i] = 127; -+ } -+ - if (context == 0) - { - /* Header */ - sscanf(line, "%i %i %i %i", &w, &h, &ncolors, &cpp); -- if (ncolors > 32766) -+ if (ncolors <= 0 || ncolors > 32766) - { - fprintf(stderr, "gdk_imlib ERROR: XPM data wth colors > 32766 not supported\n"); - free(im); -+ free(line); - return NULL; - } -- if (cpp > 5) -+ if (cpp <= 0 || cpp > 5) - { - fprintf(stderr, "gdk_imlib ERROR: XPM data with characters per pixel > 5 not supported\n"); - free(im); -+ free(line); - return NULL; - } -- if (w > 32767) -+ if (w <= 0 || w > 32767) - { - fprintf(stderr, "gdk_imlib ERROR: Image width > 32767 pixels for data\n"); - free(im); -+ free(line); - return NULL; - } -- if (h > 32767) -+ if (h <= 0 || h > 32767) - { - fprintf(stderr, "gdk_imlib ERROR: Image height > 32767 pixels for data\n"); - free(im); -+ free(line); - return NULL; - } - cmap = malloc(sizeof(struct _cmap) * ncolors); -@@ -1273,6 +1293,7 @@ - if (!cmap) - { - free(im); -+ free(line); - return NULL; - } - im->rgb_width = w; -@@ -1282,6 +1303,7 @@ - { - free(cmap); - free(im); -+ free(line); - return NULL; - } - im->alpha_data = NULL; -@@ -1355,7 +1377,7 @@ - strcpy(col + colptr, " "); - colptr++; - } -- if (colptr + ls <= sizeof(col)) -+ if (colptr + ls < sizeof(col)) - { - strcpy(col + colptr, s); - colptr += ls; -@@ -1558,6 +1580,7 @@ - } - if ((ptr) && ((ptr - im->rgb_data) >= w * h * 3)) - done = 1; -+ free(line); - } - if (!transp) - { diff --git a/graphics/imlib/pkg-descr b/graphics/imlib/pkg-descr deleted file mode 100644 index 8dcc3cfae..000000000 --- a/graphics/imlib/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Imlib is a general Image loading and rendering library designed to make the -task of loading images, and obtaining X-Windows drawables a simple task, as -well as a quick one. It also aims to provide simple manipulation routines that -might be desired for common operations. - -WWW: http://enlightenment.sourceforge.net/Libraries/Imlib.html diff --git a/graphics/imlib/pkg-plist b/graphics/imlib/pkg-plist deleted file mode 100644 index 00e956f7b..000000000 --- a/graphics/imlib/pkg-plist +++ /dev/null @@ -1,48 +0,0 @@ -bin/imlib-config -bin/imlib_config -etc/imlib/im_palette-small.pal -etc/imlib/im_palette-tiny.pal -etc/imlib/im_palette.pal -etc/imlib/imrc -include/Imlib.h -include/Imlib_private.h -include/Imlib_types.h -include/gdk_imlib.h -include/gdk_imlib_private.h -include/gdk_imlib_types.h -lib/libImlib.a -lib/libImlib.la -lib/libImlib.so -lib/libImlib.so.5 -lib/libgdk_imlib.a -lib/libgdk_imlib.la -lib/libgdk_imlib.so -lib/libgdk_imlib.so.5 -lib/libimlib-bmp.a -lib/libimlib-bmp.la -lib/libimlib-bmp.so -lib/libimlib-gif.a -lib/libimlib-gif.la -lib/libimlib-gif.so -lib/libimlib-jpeg.a -lib/libimlib-jpeg.la -lib/libimlib-jpeg.so -lib/libimlib-png.a -lib/libimlib-png.la -lib/libimlib-png.so -lib/libimlib-ppm.a -lib/libimlib-ppm.la -lib/libimlib-ppm.so -lib/libimlib-ps.a -lib/libimlib-ps.la -lib/libimlib-ps.so -lib/libimlib-tiff.a -lib/libimlib-tiff.la -lib/libimlib-tiff.so -lib/libimlib-xpm.a -lib/libimlib-xpm.la -lib/libimlib-xpm.so -libdata/pkgconfig/imlib.pc -libdata/pkgconfig/imlibgdk.pc -share/aclocal/imlib.m4 -@dirrm etc/imlib diff --git a/graphics/isreal/Makefile b/graphics/isreal/Makefile deleted file mode 100644 index 2b247e6dd..000000000 --- a/graphics/isreal/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: isreal -# Date created: Mar 31, 2001 -# Whom: Mark Pulford <mark@kyne.com.au> -# -# $FreeBSD$ -# $MCom$ - -PORTNAME= isreal -PORTVERSION= 2.0 -PORTREVISION= 3 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= markp -EXTRACT_SUFX= .tar - -MAINTAINER= ports@FreeBSD.org -COMMENT= An image classification utility - -PLIST_FILES= bin/isreal -USE_XLIB= yes -USE_GNOME= imlib -CFLAGS:= ${CFLAGS} -I${LOCALBASE}/include - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/isreal ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/graphics/isreal/distinfo b/graphics/isreal/distinfo deleted file mode 100644 index 18040174e..000000000 --- a/graphics/isreal/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (isreal-2.0.tar) = 6ced43fc94f64909c13ec3373681e483 -SHA256 (isreal-2.0.tar) = dc0a2d73b5f7cb0367c34ebd7498b313f750fb134ea63df0c07b0fad854d2d6b -SIZE (isreal-2.0.tar) = 40960 diff --git a/graphics/isreal/files/patch-Makefile b/graphics/isreal/files/patch-Makefile deleted file mode 100644 index 0f678134e..000000000 --- a/graphics/isreal/files/patch-Makefile +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.orig Thu Jan 6 08:09:10 2000 -+++ Makefile Sat Mar 31 19:46:20 2001 -@@ -3,13 +3,14 @@ - # - LIBS = -L/usr/X11R6/lib -L/usr/local/lib -lX11 -lXext \ -- -ljpeg -lpng -ltiff -lz -lgif -lm -lImlib --CFLAGS = -g -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align \ -- -Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes \ -- -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -+ -ljpeg -lpng -ltiff -lz -lungif -lm -lImlib -+ -+CFLAGS += -I/usr/X11R6/include - - VERSION=2.0 - -+all: isreal -+ - isreal: isreal.o -- $(CC) $^ $(LIBS) -o $@ -+ $(CC) isreal.o $(LIBS) -o $@ - - clean: diff --git a/graphics/isreal/files/patch-getopt b/graphics/isreal/files/patch-getopt deleted file mode 100644 index 51eb56d5b..000000000 --- a/graphics/isreal/files/patch-getopt +++ /dev/null @@ -1,11 +0,0 @@ ---- isreal.c.orig Sat Mar 31 19:06:30 2001 -+++ isreal.c Sat Mar 31 19:06:37 2001 -@@ -20,7 +20,7 @@ - #include <X11/Xutil.h> - #include <Imlib.h> - #include <math.h> --#include <getopt.h> -+#include <unistd.h> - #include <errno.h> - - #ifndef FALSE diff --git a/graphics/isreal/pkg-descr b/graphics/isreal/pkg-descr deleted file mode 100644 index 428b5d8d9..000000000 --- a/graphics/isreal/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -IsReal analyzes image files to guess the type of image contained: -real, realistic or unreal. - -IsReal is distributed under the following license: - -Copyright (c) 1999 Alan DeKok <aland@ox.org> - -All rights reserved. - -Redistribution and use in source and binary forms are permitted -provided that the above copyright notice and this paragraph are -duplicated in all such forms and that any documentation, advertising -materials, and other materials related to such distribution and use, -acknowledge that the software was developed by Alan DeKok. diff --git a/graphics/jumpgis/Makefile b/graphics/jumpgis/Makefile deleted file mode 100644 index 8bb9c5d41..000000000 --- a/graphics/jumpgis/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# New ports collection makefile for: JUMP Unified Mapping Platform -# Date created: June 16 2004 -# Whom: Sam Lawrance <boris@brooknet.com.au> -# -# $FreeBSD$ -# - -PORTNAME= jumpgis -PORTVERSION= 1.1.2 -PORTREVISION= 2 -CATEGORIES= graphics java -MASTER_SITES= http://www.jump-project.org/downloads/jump/:main \ - http://people.tecnik93.com/~sam/ports/:extra -DISTFILES= jump-${PORTVERSION}.zip:main \ - jump.png:extra jump.desktop:extra -EXTRACT_ONLY= jump-${PORTVERSION}.zip - -MAINTAINER= lawrance@FreeBSD.org -COMMENT= A GUI based application for viewing and processing spatial data - -WRKSRC= ${WRKDIR}/jump -EXTRACT_AFTER_ARGS= -d ${WRKSRC} -TARGET_DIR= ${PREFIX}/${PORTNAME} - -USE_JAVA= yes -JAVA_VERSION= 1.3+ -USE_ZIP= yes -NO_BUILD= yes -WANT_GNOME= yes -PORTDOCS= * - -REINPLACE_ARGS= -i "" - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mgnomelibs}!="" -PLIST_SUB+= GNOMELINKS="" -.else -PLIST_SUB+= GNOMELINKS="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e "s,#!sh,#!/bin/sh,g" \ - -e "s,^LIB=../lib,LIB=${TARGET_DIR}/lib,g" \ - -e "s,workbench-properties.xml,~/.jump-workbench-properties.xml,g" \ - ${WRKSRC}/bin/JUMPWorkbench-unix.sh - -do-install: - @${ECHO_CMD} "---> Installing JAR files" - ${MKDIR} ${TARGET_DIR}/lib - ${INSTALL_DATA} ${WRKSRC}/lib/*.jar ${TARGET_DIR}/lib - ${MKDIR} ${TARGET_DIR}/lib/ext - @${ECHO_MSG} "Installing startup script" - ${INSTALL_SCRIPT} ${WRKSRC}/bin/JUMPWorkbench-unix.sh ${PREFIX}/bin/jumpgis - -.if !defined(NOPORTDOCS) - @${ECHO_MSG} "---> Installing documentation" - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} -.else - @${ECHO_MSG} "---> Skipping documentation" -.endif - -.if ${HAVE_GNOME:Mgnomelibs}!="" - @${ECHO_MSG} "---> Installing GNOME application links" - ${INSTALL_DATA} ${DISTDIR}/jump.desktop ${LOCALBASE}/share/gnome/applications/ - ${INSTALL_DATA} ${DISTDIR}/jump.png ${LOCALBASE}/share/gnome/pixmaps/ -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/jumpgis/distinfo b/graphics/jumpgis/distinfo deleted file mode 100644 index d1b2ada68..000000000 --- a/graphics/jumpgis/distinfo +++ /dev/null @@ -1,9 +0,0 @@ -MD5 (jump-1.1.2.zip) = 6fc0a448ba99a64c75d3a561d5410112 -SHA256 (jump-1.1.2.zip) = b1e1991cb0494e3c8e6229637f28f1891cc7fe7990d9a58d6640aeae5fe392bb -SIZE (jump-1.1.2.zip) = 8813307 -MD5 (jump.png) = d9f137f2afd0c1a1c2e109a3360f9e06 -SHA256 (jump.png) = e3ab487f5ad3592de80f7a24af2d1d32502b9610d47476123326fa12bd0d3895 -SIZE (jump.png) = 786 -MD5 (jump.desktop) = e9f066dca2aea1f809764a33c1d021fc -SHA256 (jump.desktop) = e2224a44720945807b398cbf69f2a135fa7e880d0d0a4989127d8e221cea3b29 -SIZE (jump.desktop) = 232 diff --git a/graphics/jumpgis/pkg-descr b/graphics/jumpgis/pkg-descr deleted file mode 100644 index acf84b7a1..000000000 --- a/graphics/jumpgis/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The JUMP Unified Mapping Platform (JUMP) is a GUI-based application for -viewing and processing spatial data. It includes many functions common -to other popular GIS products for the analysis and manipulation of -geospatial data. The JUMP also provides a highly extensible framework -for the development and execution of custom spatial data processing -applications. - -WWW: http://www.jump-project.org/ diff --git a/graphics/jumpgis/pkg-plist b/graphics/jumpgis/pkg-plist deleted file mode 100644 index d753d8493..000000000 --- a/graphics/jumpgis/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -bin/jumpgis -jumpgis/lib/bsh-2.0b1.jar -jumpgis/lib/Jama-1.0.1.jar -jumpgis/lib/jdom.jar -jumpgis/lib/jts-1.4.1-RC1.jar -jumpgis/lib/jump-1.1.2.jar -jumpgis/lib/junit.jar -jumpgis/lib/xercesImpl.jar -jumpgis/lib/xml-apis.jar -%%GNOMELINKS%%share/gnome/applications/jump.desktop -%%GNOMELINKS%%share/gnome/pixmaps/jump.png -@exec mkdir -p %D/jumpgis/lib/ext -@dirrm jumpgis/lib/ext -@dirrm jumpgis/lib -@dirrm jumpgis diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile deleted file mode 100644 index 36dd3dd54..000000000 --- a/graphics/libgnomecanvas/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: gnomecanvas -# Date created: 18 May 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/libgnomecanvas/Makefile,v 1.59 2006/07/18 13:11:02 ahze Exp $ - -PORTNAME= libgnomecanvas -PORTVERSION= 2.14.0 -PORTREVISION?= 2 -CATEGORIES= graphics gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A graphics library for GNOME - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -USE_GMAKE= yes -USE_GETTEXT= yes -USE_XLIB= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnomehack libglade2 libartlgpl2 ltverhack referencehack -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> - -.endif diff --git a/graphics/libgnomecanvas/distinfo b/graphics/libgnomecanvas/distinfo deleted file mode 100644 index cd3d87c1d..000000000 --- a/graphics/libgnomecanvas/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnomecanvas-2.14.0.tar.bz2) = 516c46fb4a1401b05cfef58c350fbd3d -SHA256 (gnome2/libgnomecanvas-2.14.0.tar.bz2) = 5ceadd704327c2967868b3c0c81b5e600e1c6fd4f8efcbaaf89f9b18aa8bb5cf -SIZE (gnome2/libgnomecanvas-2.14.0.tar.bz2) = 612330 diff --git a/graphics/libgnomecanvas/files/patch-libgnomecanvas_gnome-canvas-shape.c b/graphics/libgnomecanvas/files/patch-libgnomecanvas_gnome-canvas-shape.c deleted file mode 100644 index 75c1fd41d..000000000 --- a/graphics/libgnomecanvas/files/patch-libgnomecanvas_gnome-canvas-shape.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomecanvas/gnome-canvas-shape.c.orig Fri May 20 16:55:35 2005 -+++ libgnomecanvas/gnome-canvas-shape.c Fri May 20 16:55:41 2005 -@@ -1343,7 +1343,7 @@ gcbp_destroy_gdk (GnomeCanvasShape * sha - { - GnomeCanvasShapePrivGdk * gdk; - -- g_assert (!((GnomeCanvasItem *)shape)->canvas->aa); -+ /*g_assert (!((GnomeCanvasItem *)shape)->canvas->aa);*/ - - gdk = shape->priv->gdk; - diff --git a/graphics/libgnomecanvas/pkg-descr b/graphics/libgnomecanvas/pkg-descr deleted file mode 100644 index a3d2ae327..000000000 --- a/graphics/libgnomecanvas/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -The GNOMECanvas library allows images to be used directly within -GUIs. diff --git a/graphics/libgnomecanvas/pkg-plist b/graphics/libgnomecanvas/pkg-plist deleted file mode 100644 index 37e354fc0..000000000 --- a/graphics/libgnomecanvas/pkg-plist +++ /dev/null @@ -1,154 +0,0 @@ -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-bpath.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-clipgroup.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-line.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-path-def.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-pixbuf.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-polygon.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-rect-ellipse.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-rich-text.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-shape.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-text.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-util.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-widget.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas.h -include/libgnomecanvas-2.0/libgnomecanvas/libgnomecanvas.h -lib/libglade/2.0/libcanvas.a -lib/libglade/2.0/libcanvas.la -lib/libglade/2.0/libcanvas.so -lib/libgnomecanvas-2.a -lib/libgnomecanvas-2.la -lib/libgnomecanvas-2.so -lib/libgnomecanvas-2.so.0 -libdata/pkgconfig/libgnomecanvas-2.0.pc -share/locale/am/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ang/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ar/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/az/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/be/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/bg/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/bn/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/bs/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ca/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/cs/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/cy/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/da/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/de/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/el/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/en_CA/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/en_GB/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/eo/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/es/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/et/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/eu/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/fa/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/fi/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/fr/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ga/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/gl/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/gu/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/he/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/hi/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/hr/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/hu/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/id/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/is/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/it/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ja/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/kn/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ko/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ku/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/li/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/lt/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/lv/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/mk/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ml/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/mn/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ms/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/nb/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ne/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/nl/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/nn/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/no/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/pa/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/pl/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/pt/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/pt_BR/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ro/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ru/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/rw/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sk/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sl/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sq/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sr/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sr@ije/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sv/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ta/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/tr/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/tt/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/uk/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/vi/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/wa/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/xh/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/yi/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/zh_CN/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/zh_HK/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/zh_TW/LC_MESSAGES/libgnomecanvas-2.0.mo -@dirrm include/libgnomecanvas-2.0/libgnomecanvas -@dirrm include/libgnomecanvas-2.0 -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/tt/LC_MESSAGES -@dirrmtry share/locale/tt -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/no/LC_MESSAGES -@dirrmtry share/locale/no -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/li/LC_MESSAGES -@dirrmtry share/locale/li -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be -@dirrmtry share/locale/ang/LC_MESSAGES -@dirrmtry share/locale/ang diff --git a/graphics/libgnomecanvasmm26/Makefile b/graphics/libgnomecanvasmm26/Makefile deleted file mode 100644 index da8dc441f..000000000 --- a/graphics/libgnomecanvasmm26/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: libgnomecanvasmm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# -# $FreeBSD$ -# $MCom: ports/graphics/libgnomecanvasmm26/Makefile,v 1.12 2006/04/13 07:52:35 bland Exp $ -# - -PORTNAME= libgnomecanvasmm -PORTVERSION= 2.16.0 -CATEGORIES= graphics gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= bland@FreeBSD.org -COMMENT= C++ wrapper for libgnomecanvas library - -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -LATEST_LINK= libgnomecanvasmm26 - -USE_BZIP2= yes -USE_XLIB= yes -USE_GMAKE= yes -USE_GCC= 3.4 -USE_GNOME= gnomehack libgnomecanvas -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static - -PLIST_SUB= VERSION="2.6" API_VERSION="2.6" - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ - ${WRKSRC}/tools/extra_defs_gen/Makefile.in - -.include <bsd.port.mk> diff --git a/graphics/libgnomecanvasmm26/distinfo b/graphics/libgnomecanvasmm26/distinfo deleted file mode 100644 index 87806eef9..000000000 --- a/graphics/libgnomecanvasmm26/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnomecanvasmm-2.16.0.tar.bz2) = fe54d7f437d03044f863672d6dd38e9f -SHA256 (gnome2/libgnomecanvasmm-2.16.0.tar.bz2) = 5f3297cb1b047bc5a02044f54847fbcd7d0044461fc5f28ee351d2d4f6b91ed7 -SIZE (gnome2/libgnomecanvasmm-2.16.0.tar.bz2) = 333980 diff --git a/graphics/libgnomecanvasmm26/pkg-descr b/graphics/libgnomecanvasmm26/pkg-descr deleted file mode 100644 index c310245ea..000000000 --- a/graphics/libgnomecanvasmm26/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -libgnomecanvasmm provides C++ wrappers for libgnomecanvas, for use with gtkmm. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/graphics/libgnomecanvasmm26/pkg-plist b/graphics/libgnomecanvasmm26/pkg-plist deleted file mode 100644 index a3e29ab2c..000000000 --- a/graphics/libgnomecanvasmm26/pkg-plist +++ /dev/null @@ -1,51 +0,0 @@ -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/affinetrans.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/bpath.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/canvas.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/ellipse.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/group.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/init.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/item.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/line.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/path-def.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/pixbuf.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/point.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/polygon.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/bpath_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/canvas_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/ellipse_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/group_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/item_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/line_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/path-def_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/pixbuf_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/polygon_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/rect-ellipse_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/rect_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/rich-text_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/shape_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/text_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/widget_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/properties.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/rect-ellipse.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/rect.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/rich-text.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/shape.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/text.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/widget.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/wrap_init.h -lib/libgnomecanvasmm-%%VERSION%%.a -lib/libgnomecanvasmm-%%VERSION%%.la -lib/libgnomecanvasmm-%%VERSION%%.so -lib/libgnomecanvasmm-%%VERSION%%.so.1 -lib/libgnomecanvasmm-%%API_VERSION%%/include/libgnomecanvasmmconfig.h -lib/libgnomecanvasmm-%%API_VERSION%%/proc/m4/convert.m4 -lib/libgnomecanvasmm-%%API_VERSION%%/proc/m4/convert_libgnomecanvasmm.m4 -libdata/pkgconfig/libgnomecanvasmm-%%API_VERSION%%.pc -@dirrm lib/libgnomecanvasmm-%%API_VERSION%%/proc/m4 -@dirrm lib/libgnomecanvasmm-%%API_VERSION%%/proc -@dirrm lib/libgnomecanvasmm-%%API_VERSION%%/include -@dirrm lib/libgnomecanvasmm-%%API_VERSION%% -@dirrm include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private -@dirrm include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm -@dirrm include/libgnomecanvasmm-%%API_VERSION%% diff --git a/graphics/librsvg/Makefile b/graphics/librsvg/Makefile deleted file mode 100644 index b7e5d4362..000000000 --- a/graphics/librsvg/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: librsvg -# Date created: 8th May 2001 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/librsvg/Makefile,v 1.1 2006/07/18 13:12:50 ahze Exp $ - -PORTNAME= librsvg -PORTVERSION= 1.0.3 -PORTREVISION= 4 -CATEGORIES= graphics gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/librsvg/1.0 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Library for parsing and rendering SVG vector-graphic files - -BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - popt.0:${PORTSDIR}/devel/popt - -USE_GMAKE= yes -USE_XLIB= yes -USE_GNOME= gnomelibs gdkpixbuf -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/graphics/librsvg/distinfo b/graphics/librsvg/distinfo deleted file mode 100644 index d75539230..000000000 --- a/graphics/librsvg/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (librsvg-1.0.3.tar.gz) = dedaae33d63db3e5c7e3b310ae87ff00 -SHA256 (librsvg-1.0.3.tar.gz) = d5e04b1599fcb9f830f0ccd3ae1f4b41349c0bc8483c6083875079bd75f387bb -SIZE (librsvg-1.0.3.tar.gz) = 213368 diff --git a/graphics/librsvg/files/patch-Makefile.in b/graphics/librsvg/files/patch-Makefile.in deleted file mode 100644 index 076b991ec..000000000 --- a/graphics/librsvg/files/patch-Makefile.in +++ /dev/null @@ -1,52 +0,0 @@ ---- Makefile.in.orig Fri Jul 27 16:29:51 2001 -+++ Makefile.in Fri Jul 27 16:30:27 2001 -@@ -110,7 +110,7 @@ - XML_CONFIG = @XML_CONFIG@ - XML_LIBS = @XML_LIBS@ - --noinst_PROGRAMS = test-ft-gtk test-ft test-rsvg -+noinst_PROGRAMS = #test-ft-gtk test-ft test-rsvg - - bin_SCRIPTS = librsvg-config - -@@ -151,10 +151,10 @@ - test_rsvg_DEPENDENCIES = $(DEPS) - test_rsvg_LDADD = $(LDADDS) -lm - --m4datadir = $(datadir)/aclocal -+m4datadir = $(prefix)/share/aclocal - m4data_DATA = librsvg.m4 - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = librsvgConf.sh - - pkgconfigdir = $(libdir)/pkgconfig -@@ -188,7 +188,7 @@ - LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - CCLD = $(CC) - LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ --DATA = $(confexec_DATA) $(m4data_DATA) $(pkgconfig_DATA) -+DATA = $(confexec_DATA) $(m4data_DATA) - - HEADERS = $(librsvginc_HEADERS) - -@@ -560,8 +560,7 @@ - install-confexecDATA - install-exec: install-exec-am - --install-data-am: install-m4dataDATA install-pkgconfigDATA \ -- install-librsvgincHEADERS -+install-data-am: install-m4dataDATA install-librsvgincHEADERS - install-data: install-data-am - - install-am: all-am -@@ -579,7 +578,7 @@ - installdirs: - $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) \ - $(DESTDIR)$(confexecdir) $(DESTDIR)$(m4datadir) \ -- $(DESTDIR)$(pkgconfigdir) $(DESTDIR)$(librsvgincdir) -+ $(DESTDIR)$(librsvgincdir) - - - mostlyclean-generic: diff --git a/graphics/librsvg/files/patch-configure b/graphics/librsvg/files/patch-configure deleted file mode 100644 index e34540082..000000000 --- a/graphics/librsvg/files/patch-configure +++ /dev/null @@ -1,30 +0,0 @@ ---- configure.orig Thu Jan 17 13:54:07 2002 -+++ configure Mon Mar 22 23:16:08 2004 -@@ -5397,6 +5397,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -6020,7 +6021,8 @@ - #include <stdio.h> - #include <stdlib.h> - #include <string.h> --#include <freetype/freetype.h> -+#include <ft2build.h> -+#include FT_FREETYPE_H - - char* - my_strdup (char *str) -@@ -6114,7 +6116,8 @@ - #include "confdefs.h" - - #include <stdio.h> --#include <freetype/freetype.h> -+#include <ft2build.h> -+#include FT_FREETYPE_H - - int main() { - return 0; diff --git a/graphics/librsvg/files/patch-librsvg-config.in b/graphics/librsvg/files/patch-librsvg-config.in deleted file mode 100644 index 2c4c58a19..000000000 --- a/graphics/librsvg/files/patch-librsvg-config.in +++ /dev/null @@ -1,13 +0,0 @@ ---- librsvg-config.in 2001/10/05 14:55:24 1.1 -+++ librsvg-config.in 2001/10/05 15:05:57 -@@ -39,9 +39,7 @@ - echo @LIBRSVG_VERSION@ - ;; - --cflags) -- if test @includedir@ != /usr/include ; then -- includes=-I@includedir@ -- fi -+ includes=-I@includedir@/librsvg-1 - echo $includes - ;; - --libs) diff --git a/graphics/librsvg/files/patch-rsvg-ft.c b/graphics/librsvg/files/patch-rsvg-ft.c deleted file mode 100644 index 60740ddb1..000000000 --- a/graphics/librsvg/files/patch-rsvg-ft.c +++ /dev/null @@ -1,12 +0,0 @@ ---- rsvg-ft.c.orig Mon Mar 22 23:16:39 2004 -+++ rsvg-ft.c Mon Mar 22 23:16:57 2004 -@@ -28,7 +28,8 @@ - #include <stdlib.h> - #include <math.h> - --#include <freetype/freetype.h> -+#include <ft2build.h> -+#include FT_FREETYPE_H - - #include <libart_lgpl/art_misc.h> - #include <libart_lgpl/art_rect.h> diff --git a/graphics/librsvg/files/patch-test-ft-gtk.c b/graphics/librsvg/files/patch-test-ft-gtk.c deleted file mode 100644 index 07bc00113..000000000 --- a/graphics/librsvg/files/patch-test-ft-gtk.c +++ /dev/null @@ -1,12 +0,0 @@ ---- test-ft-gtk.c.orig Mon Mar 22 23:17:19 2004 -+++ test-ft-gtk.c Mon Mar 22 23:17:38 2004 -@@ -34,7 +34,8 @@ - - #include <gdk-pixbuf/gdk-pixbuf.h> - --#include <freetype/freetype.h> -+#include <ft2build.h> -+#include FT_FREETYPE_H - - #include <libart_lgpl/art_misc.h> - #include <libart_lgpl/art_rect.h> diff --git a/graphics/librsvg/files/patch-test-ft.c b/graphics/librsvg/files/patch-test-ft.c deleted file mode 100644 index 97f323bdb..000000000 --- a/graphics/librsvg/files/patch-test-ft.c +++ /dev/null @@ -1,12 +0,0 @@ ---- test-ft.c.orig Mon Mar 22 23:17:54 2004 -+++ test-ft.c Mon Mar 22 23:18:06 2004 -@@ -30,7 +30,8 @@ - - #include <gdk-pixbuf/gdk-pixbuf.h> - --#include <freetype/freetype.h> -+#include <ft2build.h> -+#include FT_FREETYPE_H - - #include <libart_lgpl/art_misc.h> - #include <libart_lgpl/art_rect.h> diff --git a/graphics/librsvg/pkg-descr b/graphics/librsvg/pkg-descr deleted file mode 100644 index 09e3d9c95..000000000 --- a/graphics/librsvg/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The librsvg library is a lightweight library for parsing and rendering -vector-graphic files in SVG format (like the ones made by sodipodi). It also -includes functions that render anti-aliased fonts using freetype, including -caching of glyphs. It's used by Nautilus for drawing vector icons and -anti-aliased type. - -WWW: http://librsvg.sourceforge.net/ diff --git a/graphics/librsvg/pkg-plist b/graphics/librsvg/pkg-plist deleted file mode 100644 index 0398939df..000000000 --- a/graphics/librsvg/pkg-plist +++ /dev/null @@ -1,22 +0,0 @@ -bin/librsvg-config -etc/librsvgConf.sh -include/librsvg-1/librsvg/art_render.h -include/librsvg-1/librsvg/art_render_gradient.h -include/librsvg-1/librsvg/art_render_mask.h -include/librsvg-1/librsvg/art_render_svp.h -include/librsvg-1/librsvg/art_rgba.h -include/librsvg-1/librsvg/librsvg-features.h -include/librsvg-1/librsvg/rsvg-bpath-util.h -include/librsvg-1/librsvg/rsvg-css.h -include/librsvg-1/librsvg/rsvg-defs.h -include/librsvg-1/librsvg/rsvg-ft.h -include/librsvg-1/librsvg/rsvg-paint-server.h -include/librsvg-1/librsvg/rsvg-path.h -include/librsvg-1/librsvg/rsvg.h -lib/librsvg.a -lib/librsvg.la -lib/librsvg.so -lib/librsvg.so.1 -share/aclocal/librsvg.m4 -@dirrm include/librsvg-1/librsvg -@dirrm include/librsvg-1 diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile deleted file mode 100644 index 97735e10e..000000000 --- a/graphics/librsvg2/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# New ports collection makefile for: librsvg2 -# Date created: 8th May 2001 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/librsvg2/Makefile,v 1.108 2006/09/10 00:51:11 mezz Exp $ -# - -PORTNAME= librsvg2 -PORTVERSION= 2.16.0 -PORTREVISION= 1 -CATEGORIES= graphics gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= librsvg-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Library for parsing and rendering SVG vector-graphic files - -BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - croco-${CROCO_VERSION}.3:${PORTSDIR}/textproc/libcroco -RUN_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_XLIB= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnomehack gnomeprefix libgsf gtk20 ltverhack -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-svgz \ - --disable-gtk-doc \ - --without-gimp \ - --with-croco \ - --disable-gnome-vfs \ - --enable-gtk-theme \ - --disable-gnome-print - -CROCO_VERSION= 0.6 - -MAN1= rsvg.1 - -OPTIONS= MOZILLA_PLUGIN "Enable the SVG browser plug-in" no - -.include <bsd.port.pre.mk> - -.if defined(WITH_MOZILLA_PLUGIN) -USE_GECKO= firefox mozilla seamonkey xulrunner firefox-devel -.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" -CONFIGURE_ENV+= MOZILLA_CONFIG=no -CONFIGURE_ARGS+=--enable-mozilla-plugin=yes - -PLIST_SUB+= PLUGIN="" -.else -CONFIGURE_ARGS+=--enable-mozilla-plugin=no - -PLIST_SUB+= PLUGIN="@comment " -.endif - -post-patch: -.if defined(WITH_MOZILLA_PLUGIN) - @${REINPLACE_CMD} -e 's|mozilla-plugin|${GECKO}-plugin|g' \ - ${WRKSRC}/configure -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/librsvg2/distinfo b/graphics/librsvg2/distinfo deleted file mode 100644 index 19f271896..000000000 --- a/graphics/librsvg2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/librsvg-2.16.0.tar.bz2) = dc6385e62ed278732146bca5aab74568 -SHA256 (gnome2/librsvg-2.16.0.tar.bz2) = 2a918455246e8541ce737ea499fd0bcfa207d712cb4efa5583031b9c23c51c66 -SIZE (gnome2/librsvg-2.16.0.tar.bz2) = 420858 diff --git a/graphics/librsvg2/files/patch-moz-plugin_Makefile.in b/graphics/librsvg2/files/patch-moz-plugin_Makefile.in deleted file mode 100644 index 5db06266c..000000000 --- a/graphics/librsvg2/files/patch-moz-plugin_Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- moz-plugin/Makefile.in.orig Thu Jul 27 11:13:53 2006 -+++ moz-plugin/Makefile.in Thu Jul 27 11:14:38 2006 -@@ -241,7 +241,7 @@ sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ --plugindir = $(libdir)/mozilla/plugins -+plugindir = $(libdir)/browser_plugins - @WITH_MOZILLA_FALSE@plugin_LTLIBRARIES = - @WITH_MOZILLA_TRUE@plugin_LTLIBRARIES = libmozsvgdec.la - INCLUDES = $(MOZILLA_CFLAGS) -DBINDIR=\"$(bindir)/\" $(GLIB_CFLAGS) $(GDK_X11_CFLAGS) -@@ -284,7 +284,7 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $( - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES) - @$(NORMAL_INSTALL) -- test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)" -+@WITH_MOZILLA_TRUE@ test -z "$(plugindir)" || $(mkdir_p) -p "$(DESTDIR)$(plugindir)" - @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \ - if test -f $$p; then \ - f=$(am__strip_dir) \ diff --git a/graphics/librsvg2/pkg-descr b/graphics/librsvg2/pkg-descr deleted file mode 100644 index 9e39343a5..000000000 --- a/graphics/librsvg2/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The librsvg library is a lightweight library for parsing and rendering -vector-graphic files in SVG format (like the ones made by sodipodi). It also -includes functions that render anti-aliased fonts using freetype, including -caching of glyphs. It is used by Nautilus for drawing vector icons and -anti-aliased text. - -WWW: http://librsvg.sourceforge.net/ diff --git a/graphics/librsvg2/pkg-plist b/graphics/librsvg2/pkg-plist deleted file mode 100644 index ceeb03c21..000000000 --- a/graphics/librsvg2/pkg-plist +++ /dev/null @@ -1,44 +0,0 @@ -bin/rsvg -bin/rsvg-convert -bin/rsvg-view -include/librsvg-2/librsvg/librsvg-enum-types.h -include/librsvg-2/librsvg/librsvg-features.h -include/librsvg-2/librsvg/rsvg-cairo.h -include/librsvg-2/librsvg/rsvg.h -%%PLUGIN%%lib/browser_plugins/libmozsvgdec.a -%%PLUGIN%%lib/browser_plugins/libmozsvgdec.la -%%PLUGIN%%lib/browser_plugins/libmozsvgdec.so -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsvg.a -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsvg.la -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsvg.so -lib/gtk-2.0/%%GTK2_VERSION%%/loaders/svg_loader.a -lib/gtk-2.0/%%GTK2_VERSION%%/loaders/svg_loader.la -lib/gtk-2.0/%%GTK2_VERSION%%/loaders/svg_loader.so -lib/librsvg-2.a -lib/librsvg-2.la -lib/librsvg-2.so -lib/librsvg-2.so.2 -libdata/pkgconfig/librsvg-2.0.pc -share/doc/rsvg/home.png -share/doc/rsvg/index.html -share/doc/rsvg/index.sgml -share/doc/rsvg/ix01.html -share/doc/rsvg/left.png -share/doc/rsvg/pt02.html -share/doc/rsvg/pt03.html -share/doc/rsvg/pt04.html -share/doc/rsvg/right.png -share/doc/rsvg/rsvg-Cairo.html -share/doc/rsvg/rsvg-Core-API.html -share/doc/rsvg/rsvg-GdkPixbuf.html -share/doc/rsvg/rsvg.devhelp -share/doc/rsvg/rsvg.devhelp2 -share/doc/rsvg/rsvg.html -share/doc/rsvg/style.css -share/doc/rsvg/up.png -share/gnome/pixmaps/svg-viewer.svg -@dirrm share/doc/rsvg -@dirrm include/librsvg-2/librsvg -@dirrm include/librsvg-2 -@exec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/etc/gtk-2.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true -@unexec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/etc/gtk-2.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true diff --git a/graphics/p5-Cairo/Makefile b/graphics/p5-Cairo/Makefile deleted file mode 100644 index 4562b2997..000000000 --- a/graphics/p5-Cairo/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: p5-Cairo -# Date created: 2005-08-18 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/p5-Cairo/Makefile,v 1.4 2006/08/03 13:10:06 ahze Exp $ -# - -PORTNAME= Cairo -PORTVERSION= 1.00 -CATEGORIES= graphics perl5 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gtk2-perl -PKGNAMEPREFIX= p5- - -MAINTAINER= ahze@FreeBSD.org -COMMENT= Perl bindings to the cairo graphics library - -BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \ - ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig -LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes - -MAN3= Cairo.3 - -.include <bsd.port.mk> diff --git a/graphics/p5-Cairo/distinfo b/graphics/p5-Cairo/distinfo deleted file mode 100644 index c98d9218e..000000000 --- a/graphics/p5-Cairo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Cairo-1.00.tar.gz) = 60ec93dbe00c9dcefcfb22ca913c237a -SHA256 (Cairo-1.00.tar.gz) = 87afd67c6158257709783890bed75943f628ba2dc213803f9b9b024d348566b1 -SIZE (Cairo-1.00.tar.gz) = 42587 diff --git a/graphics/p5-Cairo/pkg-descr b/graphics/p5-Cairo/pkg-descr deleted file mode 100644 index ba29e98df..000000000 --- a/graphics/p5-Cairo/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Perl bindings to the cairo graphics library - -WWW: http://gtk2-perl.sourceforge.net/ diff --git a/graphics/p5-Cairo/pkg-plist b/graphics/p5-Cairo/pkg-plist deleted file mode 100644 index 769d72e5c..000000000 --- a/graphics/p5-Cairo/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/Cairo.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Cairo/Install/Files.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Cairo/Install/cairo-perl-auto.h -%%SITE_PERL%%/%%PERL_ARCH%%/Cairo/Install/cairo-perl-auto.typemap -%%SITE_PERL%%/%%PERL_ARCH%%/Cairo/Install/cairo-perl.h -%%SITE_PERL%%/%%PERL_ARCH%%/Cairo/Install/cairo-perl.typemap -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cairo/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cairo/Cairo.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cairo/Cairo.so -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cairo -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Cairo/Install -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Cairo diff --git a/graphics/passepartout/Makefile b/graphics/passepartout/Makefile deleted file mode 100644 index 6a996eacb..000000000 --- a/graphics/passepartout/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: passepartout -# Date created: 11st Sep 2003 -# Whom: Alexander Nedotsukov <bland@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/passepartout/Makefile,v 1.3 2006/07/18 13:18:01 ahze Exp $ - -PORTNAME= passepartout -PORTVERSION= 0.4 -PORTREVISION= 10 -CATEGORIES= graphics gnome -MASTER_SITES= http://www.stacken.kth.se/project/pptout/files/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= DTP application for X - -LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20 \ - xml\\+\\+-1.0:${PORTSDIR}/textproc/libxml++ -RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget -GNU_CONFIGURE= yes -CONFIGURE_ENV= CFALGS=-I${LOCALBASE}/include \ - LDFLAGS=-L${LOCALBASE}/lib - -MAN1= xml2ps.1 passepartout.1x - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-old_cxx -.endif - -.if exists(${LOCALBASE}/lib/libfam.a) -WITH_FAM= yes -.endif - -.if defined(WITH_FAM) -LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/passepartout/distinfo b/graphics/passepartout/distinfo deleted file mode 100644 index 5ff925fe0..000000000 --- a/graphics/passepartout/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (passepartout-0.4.tar.bz2) = 45bcf993d165daa654b6f9bce4160be2 -SHA256 (passepartout-0.4.tar.bz2) = ad04d7ec2817b3ff59a0dc053979bff2a617132884cacde019ad0eb556d7eb61 -SIZE (passepartout-0.4.tar.bz2) = 308226 diff --git a/graphics/passepartout/files/extra-patch-old_cxx b/graphics/passepartout/files/extra-patch-old_cxx deleted file mode 100644 index 0c64b2007..000000000 --- a/graphics/passepartout/files/extra-patch-old_cxx +++ /dev/null @@ -1,92 +0,0 @@ ---- src/ps/pfb2pfa.cc.orig Fri Oct 31 20:57:37 2003 -+++ src/ps/pfb2pfa.cc Sun Nov 2 11:47:20 2003 -@@ -4,8 +4,8 @@ - #include "encode.h" - - void PS::pfb2pfa(std::istream &in, std::ostream &out) { -- in.exceptions(std::ios_base::eofbit); // throw exception on eof -- try { -+// in.exceptions(std::ios_base::eofbit); // throw exception on eof -+// try { - while(in) { // parse header - if (in.peek() != 128) - throw std::runtime_error("bad magic number for segment"); -@@ -40,9 +40,9 @@ - filter.end(); - } - } -- } catch (std::ios_base::failure) { -- throw std::runtime_error("unexpected end of file"); -- } -+// } catch (std::ios::failure) { -+// throw std::runtime_error("unexpected end of file"); -+// } - } - - #ifdef PFB2PFA_STANDALONE ---- src/pptout/docview.cc.orig Sun Nov 2 11:56:40 2003 -+++ src/pptout/docview.cc Sun Nov 2 12:04:37 2003 -@@ -467,7 +467,7 @@ - - void Document_View::on_clipboard_clear() { - // not really necessary -- clip.clear(); -+ clip.resize(0); - } - - void Document_View::cut() { ---- src/util/filesys.h.orig Fri Sep 19 16:46:08 2003 -+++ src/util/filesys.h Thu Dec 4 03:59:31 2003 -@@ -4,7 +4,8 @@ - // Copyright (C) 2002, 2003, Fredrik Arnerup & Rasmus Kaj, See COPYING - /// - #include <string> --#include <ios> // mode for access -+//#include <ios> // mode for access -+#include <iostream> - #include <stdexcept> - - /** ---- src/fonts/fontmetrics.cc.orig Thu Dec 4 04:08:47 2003 -+++ src/fonts/fontmetrics.cc Thu Dec 4 10:06:36 2003 -@@ -109,7 +109,8 @@ - cerr << " found " << ch << "!\n"; - #endif - } -- source.ignore(std::numeric_limits<std::streamsize>::max(), '\n'); -+// source.ignore(std::numeric_limits<std::streamsize>::max(), '\n'); -+ source.ignore(UINT_MAX,'\n'); - } - } - ---- src/util/stringutil.cc.orig Sat Jan 17 23:00:21 2004 -+++ src/util/stringutil.cc Sat Jan 17 23:03:14 2004 -@@ -18,7 +18,7 @@ - - bool whitespace(char c) - { -- return std::isspace(c); -+ return isspace(c); - } - - std::string strip_whitespace(std::string s, bool front, bool back) ---- src/util/cmdline.cc.orig Mon Jan 12 14:01:33 2004 -+++ src/util/cmdline.cc Sun Jan 18 00:06:17 2004 -@@ -75,7 +75,7 @@ - - // end of arguments - if(argi == arguments.end()) -- return std::make_pair(null_option, ""); -+ return std::make_pair(null_option, std::string()); - - // not an option - if(argi->at(0) != '-' || seen_double_dash || *argi == "-") -@@ -146,7 +146,7 @@ - break; - } - } else { // not REQ_PARAM -- arg_queue.push(std::make_pair(option->id, "")); -+ arg_queue.push(std::make_pair(option->id, std::string())); - } - } - argi++; diff --git a/graphics/passepartout/files/patch-src::pptout::document::getxsltparams.cc b/graphics/passepartout/files/patch-src::pptout::document::getxsltparams.cc deleted file mode 100644 index 58e84880c..000000000 --- a/graphics/passepartout/files/patch-src::pptout::document::getxsltparams.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- src/pptout/document/getxsltparams.cc.orig Sun Jan 18 00:22:12 2004 -+++ src/pptout/document/getxsltparams.cc Sun Jan 18 00:22:54 2004 -@@ -3,6 +3,7 @@ - /// - #include <libxml++/libxml++.h> - #include <fstream> -+#include <algorithm> - - class XsltParamsFinder : public xmlpp::SaxParser { - public: diff --git a/graphics/passepartout/files/patch-src::pptout::document::textstream.h b/graphics/passepartout/files/patch-src::pptout::document::textstream.h deleted file mode 100644 index 522dee52f..000000000 --- a/graphics/passepartout/files/patch-src::pptout::document::textstream.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/pptout/document/textstream.h.orig Thu Dec 4 10:27:38 2003 -+++ src/pptout/document/textstream.h Thu Dec 4 10:46:07 2003 -@@ -90,6 +90,7 @@ - std::map<const TextFrame*, unsigned int> pageno_map; - - class WorkerThread; -+ friend class WorkerThread; - Glib::RefPtr<WorkerThread> typesetter_thread; - - // Undefined ctors, avoid defaults diff --git a/graphics/passepartout/files/patch-src::pptout::postscriptviewent.h b/graphics/passepartout/files/patch-src::pptout::postscriptviewent.h deleted file mode 100644 index 7ed0624d5..000000000 --- a/graphics/passepartout/files/patch-src::pptout::postscriptviewent.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/pptout/postscriptviewent.h.orig Thu Dec 4 10:51:01 2003 -+++ src/pptout/postscriptviewent.h Thu Dec 4 10:56:37 2003 -@@ -5,6 +5,7 @@ - /// - #include "viewent.h" - #include "document/cachedframe.h" -+#include <unistd.h> - - class PostscriptViewent : public Viewent { - protected: diff --git a/graphics/passepartout/files/patch-src::pptout::widget::dialogwrap.cc b/graphics/passepartout/files/patch-src::pptout::widget::dialogwrap.cc deleted file mode 100644 index 47481c09a..000000000 --- a/graphics/passepartout/files/patch-src::pptout::widget::dialogwrap.cc +++ /dev/null @@ -1,14 +0,0 @@ ---- src/pptout/widget/dialogwrap.cc.orig Thu Aug 19 00:18:05 2004 -+++ src/pptout/widget/dialogwrap.cc Thu Aug 19 00:19:35 2004 -@@ -24,9 +24,9 @@ - Gtk::Button *b = manage(button); - // Note: It seems that activate means "in any way except a simple click". - // So we have to add callbacks for both activate and clicked. -- b->signal_clicked().connect(bind(slot(*this, &Gtk::Dialog::on_response), -+ b->signal_clicked().connect(bind(slot(*this, &DialogWrap::on_response), - action_id)); -- b->signal_activate().connect(bind(slot(*this, &Gtk::Dialog::on_response), -+ b->signal_activate().connect(bind(slot(*this, &DialogWrap::on_response), - action_id)); - return b; - } diff --git a/graphics/passepartout/files/patch-src::ps::pdf.cc b/graphics/passepartout/files/patch-src::ps::pdf.cc deleted file mode 100644 index 165de6273..000000000 --- a/graphics/passepartout/files/patch-src::ps::pdf.cc +++ /dev/null @@ -1,16 +0,0 @@ ---- src/ps/pdf.cc.orig Wed Aug 18 23:42:10 2004 -+++ src/ps/pdf.cc Wed Aug 18 23:44:28 2004 -@@ -199,10 +199,10 @@ - bytecount write(std::ostream *out, bool binary=true, bytecount offset=0) - { - Part::write(out, binary, offset); -- std::string str(str()); -+ const std::string& s(str()); - if(out) -- (*out) << str; -- return offset+str.length(); -+ (*out) << s; -+ return offset+s.length(); - } - - protected: diff --git a/graphics/passepartout/files/patch-src::testbed::testbed.cc b/graphics/passepartout/files/patch-src::testbed::testbed.cc deleted file mode 100644 index 30cf5b7c9..000000000 --- a/graphics/passepartout/files/patch-src::testbed::testbed.cc +++ /dev/null @@ -1,19 +0,0 @@ ---- src/testbed/testbed.cc.orig Sat Jan 17 22:58:16 2004 -+++ src/testbed/testbed.cc Sat Jan 17 22:42:18 2004 -@@ -1,6 +1,7 @@ - #include "testbed.hh" - #include "util/warning.h" - #include <glibmm/exception.h> // Stupid glib! -+#include <algorithm> - #include <functional> - /// - // Copyright (C) 2003, 2004, Fredrik Arnerup & Rasmus Kaj, See COPYING -@@ -53,7 +54,7 @@ - verbose.active = true; - verbose << "Starting test run. " << TestCase::cases.size() - << " case(s) to try." << std::endl; -- for_each(TestCase::cases.begin(), TestCase::cases.end(), -+ std::for_each(TestCase::cases.begin(), TestCase::cases.end(), - std::mem_fun(&TestCase::run)); - verbose << "Done running " << TestCase::cases.size() << " test case(s). " - << TestCase::successes << " succeded, " diff --git a/graphics/passepartout/files/patch-src::util::cmdline.cc b/graphics/passepartout/files/patch-src::util::cmdline.cc deleted file mode 100644 index 138d15fda..000000000 --- a/graphics/passepartout/files/patch-src::util::cmdline.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- src/util/cmdline.cc.orig Sat Jan 17 23:49:30 2004 -+++ src/util/cmdline.cc Sat Jan 17 23:50:03 2004 -@@ -2,6 +2,7 @@ - // Copyright (C) 2003, 2004, Fredrik Arnerup & Rasmus Kaj, See COPYING - /// - #include "cmdline.h" -+#include <algorithm> - - CmdLine::CmdLine(int argc, char **argv) : seen_double_dash(false) - { diff --git a/graphics/passepartout/files/patch-src::util::filesys.cc b/graphics/passepartout/files/patch-src::util::filesys.cc deleted file mode 100644 index d5f2ee4c7..000000000 --- a/graphics/passepartout/files/patch-src::util::filesys.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/util/filesys.cc.orig Sat Jan 17 23:18:22 2004 -+++ src/util/filesys.cc Sat Jan 17 23:19:26 2004 -@@ -4,6 +4,8 @@ - #include "filesys.h" - #include "stringutil.h" - #include "os.h" -+#include <errno.h> -+#include <memory> - #include <unistd.h> - #include <stdexcept> - #include "defines.h" diff --git a/graphics/passepartout/files/patch-src::util::filesys.h b/graphics/passepartout/files/patch-src::util::filesys.h deleted file mode 100644 index a67194d77..000000000 --- a/graphics/passepartout/files/patch-src::util::filesys.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/util/filesys.h.orig Mon Jan 12 14:01:33 2004 -+++ src/util/filesys.h Sat Jan 17 23:40:36 2004 -@@ -6,6 +6,7 @@ - #include <string> - #include <ios> // mode for access - #include <stdexcept> -+#include <time.h> - - /// An exception to use when a libc call fails and sets errno. - class ClibException : public std::runtime_error { diff --git a/graphics/passepartout/files/patch-src::util::filewatcher.h b/graphics/passepartout/files/patch-src::util::filewatcher.h deleted file mode 100644 index 412ff5d29..000000000 --- a/graphics/passepartout/files/patch-src::util::filewatcher.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/util/filewatcher.h Sat Jan 17 23:45:10 2004 -+++ src/util/filewatcher.h.orig Sat Jan 17 23:44:57 2004 -@@ -6,7 +6,8 @@ - #include <sigc++/sigc++.h> - #include <string> - #include <memory> -+#include <time.h> - - namespace FAM { class File; } - diff --git a/graphics/passepartout/files/patch-src::util::processman.h b/graphics/passepartout/files/patch-src::util::processman.h deleted file mode 100644 index 9157b1390..000000000 --- a/graphics/passepartout/files/patch-src::util::processman.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/util/processman.h.orig Thu Dec 4 04:05:14 2003 -+++ src/util/processman.h Thu Dec 4 04:03:33 2003 -@@ -6,6 +6,7 @@ - #include "refcount.h" - #include <map> - #include <string> -+#include <memory> - #include <sigc++/object.h> - #include <sys/types.h> - #include <gtkmm/main.h> diff --git a/graphics/passepartout/files/patch-src::util::valueuint.h b/graphics/passepartout/files/patch-src::util::valueuint.h deleted file mode 100644 index 75fd7602f..000000000 --- a/graphics/passepartout/files/patch-src::util::valueuint.h +++ /dev/null @@ -1,23 +0,0 @@ ---- src/util/valueunit.h.orig Wed Aug 18 23:48:05 2004 -+++ src/util/valueunit.h Thu Aug 19 00:04:04 2004 -@@ -15,10 +15,10 @@ - const Value& value() const { return value_; } - const std::string& unit() const { return unit_; } - --private: -+protected: - Value value_; - std::string unit_; -- friend std::istream& operator >> <> (std::istream& in, ValueUnit<Value>& vu); -+ friend std::istream& operator >> (std::istream& in, ValueUnit<Value>& vu); - }; - - template <typename Tp> -@@ -44,7 +44,6 @@ - * Special case for float, since readig a float from "14em" barfs, guessing - * that the 'e' is for an exponent. - */ --template<> - std::istream& operator >> (std::istream& in, ValueUnit<float>& vu) { - in >> std::ws; - std::string value; diff --git a/graphics/passepartout/files/patch-src::xml2ps::pagedstream.cc b/graphics/passepartout/files/patch-src::xml2ps::pagedstream.cc deleted file mode 100644 index 9f1d08d1c..000000000 --- a/graphics/passepartout/files/patch-src::xml2ps::pagedstream.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/xml2ps/pagedstream.cc.orig Thu Nov 20 04:13:54 2003 -+++ src/xml2ps/pagedstream.cc Fri Nov 21 16:32:48 2003 -@@ -7,6 +7,8 @@ - #include <sstream> - #include <iostream> - #include <vector> -+#include <exception> -+#include <memory> - - xml2ps::PagedStream::PagedStream() - : current_part(0) diff --git a/graphics/passepartout/pkg-descr b/graphics/passepartout/pkg-descr deleted file mode 100644 index 848d42811..000000000 --- a/graphics/passepartout/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Passepartout is an Open Source Desktop Publishing application for the -X Windows environment. The main focus is on making it easy for the -user to create publications with a flexible layout, typical examples -being magazines, brochures and leaflets. - -Questions, bug reports, etc. should be sent to emission-hacks@e.kth.se - -WWW: http://www.stacken.kth.se/project/pptout/ diff --git a/graphics/passepartout/pkg-plist b/graphics/passepartout/pkg-plist deleted file mode 100644 index 0abb21e7f..000000000 --- a/graphics/passepartout/pkg-plist +++ /dev/null @@ -1,30 +0,0 @@ -bin/passepartout -bin/xml2ps -%%DOCSDIR%%/README -%%DOCSDIR%%/docbook.xslt -%%DOCSDIR%%/examples/docbook.xslt -%%DOCSDIR%%/examples/example1.html -%%DOCSDIR%%/examples/example1.pp -%%DOCSDIR%%/examples/gradient.eps -%%DOCSDIR%%/examples/hippie.jpg -%%DOCSDIR%%/examples/hline.eps -%%DOCSDIR%%/examples/snowflake.eps -%%DOCSDIR%%/examples/snowflake.xml -%%DOCSDIR%%/examples/vline.eps -%%DOCSDIR%%/examples/xhtml.xslt -%%DOCSDIR%%/examples/xml2ps-example.xml -%%DOCSDIR%%/faq.html -%%DOCSDIR%%/faq.xml -%%DOCSDIR%%/nsfaq.html -%%DOCSDIR%%/nsfaq.xml -%%DOCSDIR%%/pptout-sv.eps -%%DOCSDIR%%/users_guide.html -%%DOCSDIR%%/users_guide.pp -%%DOCSDIR%%/users_guide.xml -%%DOCSDIR%%/xhtml.xslt -share/xml/passepartout/docbook.xslt -share/xml/passepartout/xhtml.xslt -share/xml/passepartout/xml2ps.dtd -@dirrm %%DOCSDIR%%/examples -@dirrm %%DOCSDIR%% -@dirrm share/xml/passepartout diff --git a/graphics/pixelize/Makefile b/graphics/pixelize/Makefile deleted file mode 100644 index caf118652..000000000 --- a/graphics/pixelize/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: pixelize -# Date created: Oct 20, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= pixelize -PORTVERSION= 0.9.2 -PORTREVISION= 3 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - ftp://lashwhip.com/pub/ \ - http://lashwhip.com/pixelize/ -MASTER_SITE_SUBDIR= apps/graphics/misc - -MAINTAINER= ports@FreeBSD.org -COMMENT= Use many scaled down images to try to duplicate another image - -USE_GNOME= gtk12 imlib -IMLIB_CONFIG= ${LOCALBASE}/bin/imlib-config - -post-patch: - @${REINPLACE_CMD} -e "s|^CC|#CC|" -e "s|CFLAGS = -g|CFLAGS+= |" \ - -e "s|gtk-config|${GTK_CONFIG}|g" \ - -e "s|imlib-config|${IMLIB_CONFIG}|g" ${WRKSRC}/Makefile - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/make_db ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/pixelize ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/graphics/pixelize/distinfo b/graphics/pixelize/distinfo deleted file mode 100644 index b82eaf5ca..000000000 --- a/graphics/pixelize/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pixelize-0.9.2.tar.gz) = 8f61c0c604d7418acb3ff0b922a2be9e -SHA256 (pixelize-0.9.2.tar.gz) = 5a1b0c81b2fae02de9761aea679ff3f5e8f4f1481617e79f929a76353890921d -SIZE (pixelize-0.9.2.tar.gz) = 31359 diff --git a/graphics/pixelize/pkg-descr b/graphics/pixelize/pkg-descr deleted file mode 100644 index 6f383f4d0..000000000 --- a/graphics/pixelize/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Pixelize works by splitting up the image you want rendered (or duplicated) -into a grid of small rectangular areas. Each area is analyzed, and replaced -with an image chosen from a large database of images. Pixelize tries to pick -images that best match each area. - -Pixelize works best when it can choose images from a very large database of -images. With about 1000 images, Pixelize can do a reasonable job. - -WWW: http://lashwhip.com/pixelize.html diff --git a/graphics/pixelize/pkg-plist b/graphics/pixelize/pkg-plist deleted file mode 100644 index 6c55f99f8..000000000 --- a/graphics/pixelize/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/make_db -bin/pixelize diff --git a/graphics/poppler-qt/Makefile b/graphics/poppler-qt/Makefile deleted file mode 100644 index ce10d5cf3..000000000 --- a/graphics/poppler-qt/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: poppler-qt -# Date created: 2006-01-12 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/poppler-qt/Makefile,v 1.8 2006/09/30 04:47:08 ahze Exp $ - -PORTREVISION= 0 -PKGNAMESUFFIX= -qt - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Qt bindings to poppler - -MASTERDIR= ${.CURDIR}/../../graphics/poppler -SLAVEPORT= qt -PLIST= ${.CURDIR}/pkg-plist - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/poppler-qt/pkg-plist b/graphics/poppler-qt/pkg-plist deleted file mode 100644 index d342c0288..000000000 --- a/graphics/poppler-qt/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -include/poppler/poppler-link-qt3.h -include/poppler/poppler-page-transition.h -include/poppler/poppler-qt.h -lib/libpoppler-qt.a -lib/libpoppler-qt.la -lib/libpoppler-qt.so -lib/libpoppler-qt.so.1 -libdata/pkgconfig/poppler-qt.pc diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile deleted file mode 100644 index 22ceaabe5..000000000 --- a/graphics/poppler/Makefile +++ /dev/null @@ -1,85 +0,0 @@ -# New ports collection makefile for: poppler -# Date created: 03 March 2005 -# Whom: marcus@FreeBSD.org -# -# $FreeBSD$ -# $MCom: ports/graphics/poppler/Makefile,v 1.29 2006/09/30 04:47:07 ahze Exp $ -# - -PORTNAME= poppler -PORTVERSION= 0.5.4 -PORTREVISION?= 1 -CATEGORIES= graphics print -MASTER_SITES= http://poppler.freedesktop.org/ - -MAINTAINER?= gnome@FreeBSD.org -COMMENT?= A PDF rendering library - -RUN_DEPENDS= poppler-data>0:${PORTSDIR}/graphics/poppler-data - -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomehack gnometarget -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-zlib \ - --enable-xpdf-headers \ - --with-html-dir=${DOCSDIR} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" - -.if !defined(SLAVEPORT) -OPTIONS= CAIRO "Enable cairo output backend" on -.endif - -.include <bsd.port.pre.mk> - -.if defined(SLAVEPORT) -LIB_DEPENDS+= poppler.1:${PORTSDIR}/graphics/poppler -.if ${SLAVEPORT}=="gtk" -CONFIGURE_ARGS+=--enable-poppler-glib -USE_GNOME+= gtk20 -BUILD_WRKSRC= ${WRKSRC}/glib -INSTALL_WRKSRC= ${WRKSRC}/glib -.elif ${SLAVEPORT}=="qt" -CONFIGURE_ARGS+=--enable-poppler-qt -USE_QT_VER+= 3 -BUILD_WRKSRC= ${WRKSRC}/qt -INSTALL_WRKSRC= ${WRKSRC}/qt -# blah.. USE_QT_VER can't be defined after bsd.port.pre.mk -.include "${PORTSDIR}/Mk/bsd.kde.mk" -.elif ${SLAVEPORT}=="utils" -CONFIGURE_ARGS+=--enable-utils -CONFLICTS= xpdf-[0-9]* -BUILD_WRKSRC= ${WRKSRC}/utils -INSTALL_WRKSRC= ${WRKSRC}/utils -MAN1= pdffonts.1 pdfimages.1 pdfinfo.1 \ - pdftohtml.1 pdftops.1 pdftotext.1 pdftoppm.1 -.endif -.else -CONFIGURE_ARGS+=--disable-poppler-glib --disable-poppler-qt \ - --disable-poppler-qt4 --disable-utils -.if defined(WITHOUT_CAIRO) -CONFIGURE_ARGS+= --disable-cairo-output -.else -LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo -.endif -.endif - -post-patch: -.if defined(SLAVEPORT) && ${SLAVEPORT}=="qt" - @${REINPLACE_CMD} -e 's|/usr/local/qt/include|${X11BASE}/include|; \ - s|/usr/local/qt/lib|${X11BASE}/lib|' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|$$QTDIR|${X11BASE}|' ${WRKSRC}/configure -.endif - -post-install: -.if defined(SLAVEPORT) -.if ${SLAVEPORT}=="gtk" - ${INSTALL_DATA} ${WRKSRC}/poppler-glib.pc ${PREFIX}/libdata/pkgconfig -.elif ${SLAVEPORT}=="qt" - ${INSTALL_DATA} ${WRKSRC}/poppler-qt.pc ${PREFIX}/libdata/pkgconfig -.endif -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/poppler/distinfo b/graphics/poppler/distinfo deleted file mode 100644 index 58d7459cd..000000000 --- a/graphics/poppler/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (poppler-0.5.4.tar.gz) = 053fdfd70533ecce1a06353fa945f061 -SHA256 (poppler-0.5.4.tar.gz) = ca0f880a4ff07391e99b443f0e7c9860241df6a6aaa327b9d811b358d94a29c9 -SIZE (poppler-0.5.4.tar.gz) = 1062401 diff --git a/graphics/poppler/files/patch-Makefile.in b/graphics/poppler/files/patch-Makefile.in deleted file mode 100644 index 02c8919d0..000000000 --- a/graphics/poppler/files/patch-Makefile.in +++ /dev/null @@ -1,24 +0,0 @@ ---- Makefile.in.orig Thu Sep 21 20:54:29 2006 -+++ Makefile.in Sat Sep 30 10:51:57 2006 -@@ -76,7 +76,7 @@ - DATA = $(pkgconfig_DATA) - ETAGS = etags - CTAGS = ctags --DIST_SUBDIRS = goo fofi splash poppler utils glib qt test qt4 -+DIST_SUBDIRS = goo fofi splash poppler utils glib qt - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - distdir = $(PACKAGE)-$(VERSION) - top_distdir = $(distdir) -@@ -254,10 +254,10 @@ - @BUILD_POPPLER_GLIB_TRUE@glib_pc_file = poppler-glib.pc - @BUILD_POPPLER_QT_TRUE@qt_subdir = qt - @BUILD_POPPLER_QT_TRUE@qt_pc_file = poppler-qt.pc --@BUILD_POPPLER_QT4_TRUE@qt4_subdir = qt4 -+@BUILD_POPPLER_QT4_TRUE@qt4_subdir = - @BUILD_POPPLER_QT4_TRUE@qt4_pc_file = poppler-qt4.pc - @BUILD_UTILS_TRUE@utils_subdir = utils --SUBDIRS = goo fofi $(splash_subdir) poppler $(utils_subdir) $(glib_subdir) $(qt_subdir) test $(qt4_subdir) -+SUBDIRS = goo fofi $(splash_subdir) poppler $(utils_subdir) $(glib_subdir) $(qt_subdir) - EXTRA_DIST = \ - README-XPDF \ - poppler.pc.in \ diff --git a/graphics/poppler/files/patch-configure b/graphics/poppler/files/patch-configure deleted file mode 100644 index 2af4940c3..000000000 --- a/graphics/poppler/files/patch-configure +++ /dev/null @@ -1,119 +0,0 @@ ---- configure.orig Sat Sep 30 00:27:43 2006 -+++ configure Sat Sep 30 00:30:00 2006 -@@ -24957,12 +24957,12 @@ - pkg_cv_POPPLER_GLIB_CFLAGS="$POPPLER_GLIB_CFLAGS" - else - if test -n "$PKG_CONFIG" && \ -- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gdk-2.0 >= 2.4.0 glib >= 2.6\"") >&5 -- ($PKG_CONFIG --exists --print-errors "gdk-2.0 >= 2.4.0 glib >= 2.6") 2>&5 -+ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gdk-2.0 >= 2.4.0 glib-2.0 >= 2.6\"") >&5 -+ ($PKG_CONFIG --exists --print-errors "gdk-2.0 >= 2.4.0 glib-2.0 >= 2.6") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -- pkg_cv_POPPLER_GLIB_CFLAGS=`$PKG_CONFIG --cflags "gdk-2.0 >= 2.4.0 glib >= 2.6" 2>/dev/null` -+ pkg_cv_POPPLER_GLIB_CFLAGS=`$PKG_CONFIG --cflags "gdk-2.0 >= 2.4.0 glib-2.0 >= 2.6" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -24975,12 +24975,12 @@ - pkg_cv_POPPLER_GLIB_LIBS="$POPPLER_GLIB_LIBS" - else - if test -n "$PKG_CONFIG" && \ -- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gdk-2.0 >= 2.4.0 glib >= 2.6\"") >&5 -- ($PKG_CONFIG --exists --print-errors "gdk-2.0 >= 2.4.0 glib >= 2.6") 2>&5 -+ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gdk-2.0 >= 2.4.0 glib-2.0 >= 2.6\"") >&5 -+ ($PKG_CONFIG --exists --print-errors "gdk-2.0 >= 2.4.0 glib-2.0 >= 2.6") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -- pkg_cv_POPPLER_GLIB_LIBS=`$PKG_CONFIG --libs "gdk-2.0 >= 2.4.0 glib >= 2.6" 2>/dev/null` -+ pkg_cv_POPPLER_GLIB_LIBS=`$PKG_CONFIG --libs "gdk-2.0 >= 2.4.0 glib-2.0 >= 2.6" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -24999,14 +24999,14 @@ - _pkg_short_errors_supported=no - fi - if test $_pkg_short_errors_supported = yes; then -- POPPLER_GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gdk-2.0 >= 2.4.0 glib >= 2.6"` -+ POPPLER_GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gdk-2.0 >= 2.4.0 glib-2.0 >= 2.6"` - else -- POPPLER_GLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gdk-2.0 >= 2.4.0 glib >= 2.6"` -+ POPPLER_GLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gdk-2.0 >= 2.4.0 glib-2.0 >= 2.6"` - fi - # Put the nasty error message in config.log where it belongs - echo "$POPPLER_GLIB_PKG_ERRORS" >&5 - -- { { echo "$as_me:$LINENO: error: Package requirements (gdk-2.0 >= 2.4.0 glib >= 2.6) were not met: -+ { { echo "$as_me:$LINENO: error: Package requirements (gdk-2.0 >= 2.4.0 glib-2.0 >= 2.6) were not met: - - $POPPLER_GLIB_PKG_ERRORS - -@@ -25017,7 +25017,7 @@ - and POPPLER_GLIB_LIBS to avoid the need to call pkg-config. - See the pkg-config man page for more details. - " >&5 --echo "$as_me: error: Package requirements (gdk-2.0 >= 2.4.0 glib >= 2.6) were not met: -+echo "$as_me: error: Package requirements (gdk-2.0 >= 2.4.0 glib-2.0 >= 2.6) were not met: - - $POPPLER_GLIB_PKG_ERRORS - -@@ -25298,10 +25298,10 @@ - enable_poppler_qt="try" - fi; - --if test x$enable_poppler_qt = xyes; then -+if test "$enable_poppler_qt" = xyes; then - --qt_incdirs="$QTINC /usr/local/qt/include /usr/include/qt /usr/include /usr/X11R6/include/X11/qt /usr/X11R6/include/qt /usr/lib/qt3/include /usr/lib/qt/include /usr/share/qt3/include" --qt_libdirs="$QTLIB /usr/local/qt/lib /usr/lib/qt /usr/lib /usr/X11R6/lib/X11/qt /usr/X11R6/lib/qt /usr/lib/qt3/lib /usr/lib/qt/lib /usr/share/qt3/lib" -+qt_incdirs="$QTINC /usr/X11R6/include /usr/include/qt /usr/include /usr/X11R6/include/X11/qt /usr/X11R6/include/qt /usr/lib/qt3/include /usr/lib/qt/include /usr/share/qt3/include" -+qt_libdirs="$QTLIB /usr/X11R6/lib /usr/lib/qt /usr/lib /usr/X11R6/lib/X11/qt /usr/X11R6/lib/qt /usr/lib/qt3/lib /usr/lib/qt/lib /usr/share/qt3/lib" - if test -n "$QTDIR" ; then - qt_incdirs="$QTDIR/include $qt_incdirs" - qt_libdirs="$QTDIR/lib $qt_libdirs" -@@ -25488,8 +25488,8 @@ - - elif test x$enable_poppler_qt = xtry; then - --qt_incdirs="$QTINC /usr/local/qt/include /usr/include/qt /usr/include /usr/X11R6/include/X11/qt /usr/X11R6/include/qt /usr/lib/qt3/include /usr/lib/qt/include /usr/share/qt3/include" --qt_libdirs="$QTLIB /usr/local/qt/lib /usr/lib/qt /usr/lib /usr/X11R6/lib/X11/qt /usr/X11R6/lib/qt /usr/lib/qt3/lib /usr/lib/qt/lib /usr/share/qt3/lib" -+qt_incdirs="$QTINC /usr/X11R6/include /usr/include/qt /usr/include /usr/X11R6/include/X11/qt /usr/X11R6/include/qt /usr/lib/qt3/include /usr/lib/qt/include /usr/share/qt3/include" -+qt_libdirs="$QTLIB /usr/X11R6/lib /usr/lib/qt /usr/lib /usr/X11R6/lib/X11/qt /usr/X11R6/lib/qt /usr/lib/qt3/lib /usr/lib/qt/lib /usr/share/qt3/lib" - if test -n "$QTDIR" ; then - qt_incdirs="$QTDIR/include $qt_incdirs" - qt_libdirs="$QTDIR/lib $qt_libdirs" -@@ -25700,8 +25700,8 @@ - if test x$enable_poppler_qt4 = xyes; then - - have_qt4=no --qt4_incdirs="/usr/local/qt/include /usr/include/qt4 /usr/include/qt /usr/include /usr/X11R6/include/X11/qt /usr/X11R6/include/qt /usr/lib/qt/include /usr/lib/qt4/include" --qt4_libdirs="/usr/local/qt/lib /usr/lib/qt /usr/lib /usr/X11R6/lib/X11/qt /usr/X11R6/lib/qt /usr/lib/qt/lib /usr/lib/qt4/lib" -+qt4_incdirs="/usr/X11R6/include /usr/include/qt4 /usr/include/qt /usr/include /usr/X11R6/include/X11/qt /usr/X11R6/include/qt /usr/lib/qt/include /usr/lib/qt4/include" -+qt4_libdirs="/usr/X11R6/lib /usr/lib/qt /usr/lib /usr/X11R6/lib/X11/qt /usr/X11R6/lib/qt /usr/lib/qt/lib /usr/lib/qt4/lib" - - if test -n "$QTDIR" ; then - qt4_incdirs="$QTDIR/include $qt4_incdirs" -@@ -25773,8 +25773,8 @@ - elif test x$enable_poppler_qt4 = xtry; then - - have_qt4=no --qt4_incdirs="/usr/local/qt/include /usr/include/qt4 /usr/include/qt /usr/include /usr/X11R6/include/X11/qt /usr/X11R6/include/qt /usr/lib/qt/include /usr/lib/qt4/include" --qt4_libdirs="/usr/local/qt/lib /usr/lib/qt /usr/lib /usr/X11R6/lib/X11/qt /usr/X11R6/lib/qt /usr/lib/qt/lib /usr/lib/qt4/lib" -+qt4_incdirs="/usr/X11R6/include /usr/include/qt4 /usr/include/qt /usr/include /usr/X11R6/include/X11/qt /usr/X11R6/include/qt /usr/lib/qt/include /usr/lib/qt4/include" -+qt4_libdirs="/usr/X11R6/lib /usr/lib/qt /usr/lib /usr/X11R6/lib/X11/qt /usr/X11R6/lib/qt /usr/lib/qt/lib /usr/lib/qt4/lib" - - if test -n "$QTDIR" ; then - qt4_incdirs="$QTDIR/include $qt4_incdirs" -@@ -25863,8 +25863,8 @@ - - have_qt4testlib=no - --qt4_incdirs="/usr/local/qt/include /usr/include/qt4 /usr/include/qt /usr/include /usr/X11R6/include/X11/qt /usr/X11R6/include/qt /usr/lib/qt/include" --qt4_libdirs="/usr/local/qt/lib /usr/lib/qt /usr/lib /usr/X11R6/lib/X11/qt /usr/X11R6/lib/qt /usr/lib/qt/lib" -+qt4_incdirs="/usr/X11R6/include /usr/include/qt4 /usr/include/qt /usr/include /usr/X11R6/include/X11/qt /usr/X11R6/include/qt /usr/lib/qt/include" -+qt4_libdirs="/usr/X11R6/lib /usr/lib/qt /usr/lib /usr/X11R6/lib/X11/qt /usr/X11R6/lib/qt /usr/lib/qt/lib" - - if test -n "$QTDIR" ; then - qt4_incdirs="$QTDIR/include $qt4_incdirs" diff --git a/graphics/poppler/files/patch-glib_Makefile.in b/graphics/poppler/files/patch-glib_Makefile.in deleted file mode 100644 index ccf1f8d15..000000000 --- a/graphics/poppler/files/patch-glib_Makefile.in +++ /dev/null @@ -1,38 +0,0 @@ ---- glib/Makefile.in.orig Tue May 23 08:12:00 2006 -+++ glib/Makefile.in Tue May 23 08:13:09 2006 -@@ -66,7 +66,7 @@ - @BUILD_CAIRO_OUTPUT_TRUE@am__DEPENDENCIES_2 = $(top_builddir)/poppler/libpoppler-cairo.la \ - @BUILD_CAIRO_OUTPUT_TRUE@ $(am__DEPENDENCIES_1) - libpoppler_glib_la_DEPENDENCIES = \ -- $(top_builddir)/poppler/libpoppler.la $(am__DEPENDENCIES_1) \ -+ $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) - am__objects_1 = poppler-enums.lo - am_libpoppler_glib_la_OBJECTS = $(am__objects_1) poppler-action.lo \ -@@ -77,7 +77,7 @@ - am_test_poppler_glib_OBJECTS = test-poppler-glib.$(OBJEXT) - test_poppler_glib_OBJECTS = $(am_test_poppler_glib_OBJECTS) - test_poppler_glib_DEPENDENCIES = \ -- $(top_builddir)/poppler/libpoppler.la libpoppler-glib.la \ -+ libpoppler-glib.la \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_2) - DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/poppler -@@ -310,7 +310,7 @@ - poppler-private.h - - libpoppler_glib_la_LIBADD = \ -- $(top_builddir)/poppler/libpoppler.la \ -+ -lpoppler \ - $(POPPLER_GLIB_LIBS) \ - $(FREETYPE_LIBS) \ - $(cairo_libs) -@@ -320,7 +320,7 @@ - test-poppler-glib.c - - test_poppler_glib_LDADD = \ -- $(top_builddir)/poppler/libpoppler.la \ -+ -lpoppler \ - libpoppler-glib.la \ - $(POPPLER_GLIB_LIBS) \ - $(FREETYPE_LIBS) \ diff --git a/graphics/poppler/files/patch-qt_Makefile.in b/graphics/poppler/files/patch-qt_Makefile.in deleted file mode 100644 index 756621674..000000000 --- a/graphics/poppler/files/patch-qt_Makefile.in +++ /dev/null @@ -1,39 +0,0 @@ ---- qt/Makefile.in.orig Sat Sep 30 00:10:34 2006 -+++ qt/Makefile.in Sat Sep 30 00:11:29 2006 -@@ -63,16 +63,14 @@ - libLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(lib_LTLIBRARIES) - am__DEPENDENCIES_1 = --libpoppler_qt_la_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -+libpoppler_qt_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) - am_libpoppler_qt_la_OBJECTS = poppler-document.lo poppler-fontinfo.lo \ - poppler-link.lo poppler-page.lo poppler-page-transition.lo - libpoppler_qt_la_OBJECTS = $(am_libpoppler_qt_la_OBJECTS) - PROGRAMS = $(noinst_PROGRAMS) - am_test_poppler_qt_OBJECTS = test-poppler-qt.$(OBJEXT) - test_poppler_qt_OBJECTS = $(am_test_poppler_qt_OBJECTS) --test_poppler_qt_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -- libpoppler-qt.la $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -+test_poppler_qt_DEPENDENCIES = libpoppler-qt.la $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) - DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/poppler - depcomp = $(SHELL) $(top_srcdir)/depcomp - am__depfiles_maybe = depfiles -@@ -281,7 +279,7 @@ - poppler-private.h - - libpoppler_qt_la_LIBADD = \ -- $(top_builddir)/poppler/libpoppler.la \ -+ -lpoppler -lqt-mt \ - $(POPPLER_QT_LIBS) \ - $(FREETYPE_LIBS) - -@@ -290,7 +288,7 @@ - test-poppler-qt.cpp - - test_poppler_qt_LDADD = \ -- $(top_builddir)/poppler/libpoppler.la \ -+ -lpoppler -lqt-mt \ - libpoppler-qt.la \ - $(POPPLER_QT_LIBS) \ - $(FREETYPE_LIBS) diff --git a/graphics/poppler/files/patch-utils_Makefile.in b/graphics/poppler/files/patch-utils_Makefile.in deleted file mode 100644 index 547c93f81..000000000 --- a/graphics/poppler/files/patch-utils_Makefile.in +++ /dev/null @@ -1,54 +0,0 @@ ---- utils/Makefile.in.orig Sat Sep 30 00:11:46 2006 -+++ utils/Makefile.in Sat Sep 30 00:13:02 2006 -@@ -60,35 +60,35 @@ - am_pdffonts_OBJECTS = pdffonts.$(OBJEXT) $(am__objects_1) - pdffonts_OBJECTS = $(am_pdffonts_OBJECTS) - pdffonts_LDADD = $(LDADD) --pdffonts_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la -+pdffonts_DEPENDENCIES = - am_pdfimages_OBJECTS = pdfimages.$(OBJEXT) ImageOutputDev.$(OBJEXT) \ - $(am__objects_1) - pdfimages_OBJECTS = $(am_pdfimages_OBJECTS) - pdfimages_LDADD = $(LDADD) --pdfimages_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la -+pdfimages_DEPENDENCIES = - am_pdfinfo_OBJECTS = pdfinfo.$(OBJEXT) $(am__objects_1) - pdfinfo_OBJECTS = $(am_pdfinfo_OBJECTS) - pdfinfo_LDADD = $(LDADD) --pdfinfo_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la -+pdfinfo_DEPENDENCIES = - am_pdftohtml_OBJECTS = pdftohtml.$(OBJEXT) HtmlFonts.$(OBJEXT) \ - HtmlLinks.$(OBJEXT) HtmlOutputDev.$(OBJEXT) $(am__objects_1) - pdftohtml_OBJECTS = $(am_pdftohtml_OBJECTS) - pdftohtml_LDADD = $(LDADD) --pdftohtml_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la -+pdftohtml_DEPENDENCIES = - am__pdftoppm_SOURCES_DIST = pdftoppm.cc parseargs.c parseargs.h - @BUILD_SPLASH_OUTPUT_TRUE@am_pdftoppm_OBJECTS = pdftoppm.$(OBJEXT) \ - @BUILD_SPLASH_OUTPUT_TRUE@ $(am__objects_1) - pdftoppm_OBJECTS = $(am_pdftoppm_OBJECTS) - pdftoppm_LDADD = $(LDADD) --pdftoppm_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la -+pdftoppm_DEPENDENCIES = - am_pdftops_OBJECTS = pdftops.$(OBJEXT) $(am__objects_1) - pdftops_OBJECTS = $(am_pdftops_OBJECTS) - pdftops_LDADD = $(LDADD) --pdftops_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la -+pdftops_DEPENDENCIES = - am_pdftotext_OBJECTS = pdftotext.$(OBJEXT) $(am__objects_1) - pdftotext_OBJECTS = $(am_pdftotext_OBJECTS) - pdftotext_LDADD = $(LDADD) --pdftotext_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la -+pdftotext_DEPENDENCIES = - DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/poppler - depcomp = $(SHELL) $(top_srcdir)/depcomp - am__depfiles_maybe = depfiles -@@ -291,7 +291,7 @@ - $(UTILS_CFLAGS) - - LDADD = \ -- $(top_builddir)/poppler/libpoppler.la \ -+ -lpoppler \ - $(UTILS_LIBS) - - dist_man1_MANS = \ diff --git a/graphics/poppler/pkg-descr b/graphics/poppler/pkg-descr deleted file mode 100644 index d10674940..000000000 --- a/graphics/poppler/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Poppler is a fork of the xpdf PDF viewer developed by Derek Noonburg -of Glyph and Cog, LLC. It provides PDF rendering functionality as a -shared library, and uses modern components from Freedesktop.org such as -fontconfig and cairo to take advantage of modern UNIX desktops. - -WWW: http://poppler.freedesktop.org/ diff --git a/graphics/poppler/pkg-plist b/graphics/poppler/pkg-plist deleted file mode 100644 index 1f06ace7e..000000000 --- a/graphics/poppler/pkg-plist +++ /dev/null @@ -1,98 +0,0 @@ -include/poppler/Annot.h -include/poppler/Array.h -include/poppler/BaseFile.h -include/poppler/BuiltinFont.h -include/poppler/BuiltinFontTables.h -include/poppler/CMap.h -include/poppler/Catalog.h -include/poppler/CharCodeToUnicode.h -include/poppler/CharTypes.h -include/poppler/CompactFontTables.h -include/poppler/Decrypt.h -include/poppler/Dict.h -include/poppler/Error.h -include/poppler/ErrorCodes.h -include/poppler/FontEncodingTables.h -include/poppler/FontInfo.h -include/poppler/Function.cc -include/poppler/Function.h -include/poppler/Gfx.h -include/poppler/GfxFont.h -include/poppler/GfxState.h -include/poppler/GlobalParams.h -include/poppler/JArithmeticDecoder.h -include/poppler/JBIG2Stream.h -include/poppler/JPXStream.h -include/poppler/Lexer.h -include/poppler/Link.h -include/poppler/NameToCharCode.h -include/poppler/NameToUnicodeTable.h -include/poppler/Object.h -include/poppler/Outline.h -include/poppler/OutputDev.h -include/poppler/PDFDoc.h -include/poppler/PDFDocEncoding.h -include/poppler/PSOutputDev.h -include/poppler/PSTokenizer.h -include/poppler/Page.h -include/poppler/Parser.h -include/poppler/ProfileData.h -include/poppler/SecurityHandler.h -include/poppler/SplashOutputDev.h -include/poppler/Stream-CCITT.h -include/poppler/Stream.h -include/poppler/TextOutputDev.h -include/poppler/UGooString.h -include/poppler/UTF8.h -include/poppler/UnicodeCClassTables.h -include/poppler/UnicodeCompTables.h -include/poppler/UnicodeDecompTables.h -include/poppler/UnicodeMap.h -include/poppler/UnicodeMapTables.h -include/poppler/UnicodeTypeTable.h -include/poppler/XRef.h -include/poppler/XpdfPluginAPI.h -include/poppler/goo/FixedPoint.h -include/poppler/goo/GooHash.h -include/poppler/goo/GooList.h -include/poppler/goo/GooMutex.h -include/poppler/goo/GooString.h -include/poppler/goo/GooTimer.h -include/poppler/goo/GooVector.h -include/poppler/goo/gfile.h -include/poppler/goo/gmem.h -include/poppler/goo/gtypes.h -include/poppler/poppler-config.h -include/poppler/splash/Splash.h -include/poppler/splash/SplashBitmap.h -include/poppler/splash/SplashClip.h -include/poppler/splash/SplashErrorCodes.h -include/poppler/splash/SplashFTFont.h -include/poppler/splash/SplashFTFontEngine.h -include/poppler/splash/SplashFTFontFile.h -include/poppler/splash/SplashFont.h -include/poppler/splash/SplashFontEngine.h -include/poppler/splash/SplashFontFile.h -include/poppler/splash/SplashFontFileID.h -include/poppler/splash/SplashGlyphBitmap.h -include/poppler/splash/SplashMath.h -include/poppler/splash/SplashPath.h -include/poppler/splash/SplashPattern.h -include/poppler/splash/SplashScreen.h -include/poppler/splash/SplashState.h -include/poppler/splash/SplashT1Font.h -include/poppler/splash/SplashT1FontEngine.h -include/poppler/splash/SplashT1FontFile.h -include/poppler/splash/SplashTypes.h -include/poppler/splash/SplashXPath.h -include/poppler/splash/SplashXPathScanner.h -lib/libpoppler.a -lib/libpoppler.la -lib/libpoppler.so -lib/libpoppler.so.1 -libdata/pkgconfig/poppler-cairo.pc -libdata/pkgconfig/poppler-splash.pc -libdata/pkgconfig/poppler.pc -@dirrm include/poppler/splash -@dirrm include/poppler/goo -@dirrm include/poppler diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile deleted file mode 100644 index 05116958f..000000000 --- a/graphics/py-cairo/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: py-cairo -# Date created: 2004-12-05 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/py-cairo/Makefile,v 1.19 2006/07/03 15:32:13 ahze Exp $ -# - -PORTNAME= cairo -PORTVERSION= 1.2.2 -CATEGORIES= graphics python -MASTER_SITES= http://cairographics.org/releases/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py${PORTNAME}-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python bindings for Cairo - -BUILD_DEPENDS= ${PYNUMERIC} -LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo -RUN_DEPENDS= ${PYNUMERIC} - -USE_PYTHON= yes -USE_GMAKE= yes -USE_GNOME= gnometarget gnomehack -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-pygtk -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ - LDFLAGS="-L${X11BASE}/lib" - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|; \ - s|SUBDIRS = cairo examples test|SUBDIRS = cairo examples|' \ - ${WRKSRC}/Makefile.in -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e 's|-std=c99||' \ - ${WRKSRC}/configure -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/py-cairo/distinfo b/graphics/py-cairo/distinfo deleted file mode 100644 index 875475752..000000000 --- a/graphics/py-cairo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pycairo-1.2.2.tar.gz) = 83a2e06d9fc3530753701d580a18087e -SHA256 (pycairo-1.2.2.tar.gz) = ab10b00c209e9feaebfff944d411f300ca032d09d3ebb64e3498acf9fea09c6d -SIZE (pycairo-1.2.2.tar.gz) = 482417 diff --git a/graphics/py-cairo/pkg-descr b/graphics/py-cairo/pkg-descr deleted file mode 100644 index e40b314a4..000000000 --- a/graphics/py-cairo/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Python bindings for Cairo - -WWW: http://cairographics.org/ diff --git a/graphics/py-cairo/pkg-plist b/graphics/py-cairo/pkg-plist deleted file mode 100644 index 0d5ac3d2b..000000000 --- a/graphics/py-cairo/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -include/pycairo/pycairo.h -%%PYTHON_SITELIBDIR%%/cairo/__init__.py -%%PYTHON_SITELIBDIR%%/cairo/__init__.pyc -%%PYTHON_SITELIBDIR%%/cairo/__init__.pyo -%%PYTHON_SITELIBDIR%%/cairo/_cairo.la -%%PYTHON_SITELIBDIR%%/cairo/_cairo.so -libdata/pkgconfig/pycairo.pc -@dirrm %%PYTHON_SITELIBDIR%%/cairo -@dirrm include/pycairo diff --git a/graphics/py-goocanvas/Makefile b/graphics/py-goocanvas/Makefile deleted file mode 100644 index 5c7689186..000000000 --- a/graphics/py-goocanvas/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: py-goocanvas -# Date created: 2006-09-20 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/py-goocanvas/Makefile,v 1.1 2006/09/21 00:42:27 ahze Exp $ - -PORTNAME= goocanvas -PORTVERSION= 0.4.1 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= BERLIOS -MASTER_SITE_SUBDIR= py${PORTNAME} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py${PORTNAME}-${PORTVERSION} - -MAINTAINER= ahze@FreeBSD.org -COMMENT= GooCanvas python bindings - -LIB_DEPENDS= goocanvas.0:${PORTSDIR}/graphics/goocanvas - -PLIST_FILES= %%PYTHON_SITELIBDIR%%/goocanvasmodule.la \ - %%PYTHON_SITELIBDIR%%/goocanvasmodule.so -USE_PYTHON= yes -USE_GNOME= gnomehack pygtk2 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-docs -USE_GMAKE= yes - -post-patch: - @${REINPLACE_CMD} -e 's|$$(PYGOBJECT_PYGDOCS)/style.css||; \ - s|demo docs|demo|' \ - ${WRKSRC}/Makefile.in \ - ${WRKSRC}/docs/Makefile.in - -.include <bsd.port.mk> diff --git a/graphics/py-goocanvas/distinfo b/graphics/py-goocanvas/distinfo deleted file mode 100644 index 4e9c3a29e..000000000 --- a/graphics/py-goocanvas/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pygoocanvas-0.4.1.tar.gz) = 9a435f6cf0bf8452adf4cfa39084ab80 -SHA256 (pygoocanvas-0.4.1.tar.gz) = f8df7dcb98d4940aaa1a79d78133238d2ea5aa7aee4c094a3970efb5dd04e782 -SIZE (pygoocanvas-0.4.1.tar.gz) = 347756 diff --git a/graphics/py-goocanvas/pkg-descr b/graphics/py-goocanvas/pkg-descr deleted file mode 100644 index 433c0d1a8..000000000 --- a/graphics/py-goocanvas/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -GooCanvas python bindings - -WWW: http://developer.berlios.de/projects/pygoocanvas/ diff --git a/graphics/ruby-cairo/Makefile b/graphics/ruby-cairo/Makefile deleted file mode 100644 index 833df685b..000000000 --- a/graphics/ruby-cairo/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: rcairo -# Date created: 16 October 2005 -# Whom: Mezz <mezz@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= cairo -PORTVERSION= 1.2.0 -CATEGORIES= graphics ruby -MASTER_SITES= http://cairographics.org/releases/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= r${PORTNAME}-${PORTVERSION} - -MAINTAINER= mezz@FreeBSD.org -COMMENT= Ruby binding for Cairo - -LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo - -USE_RUBY= yes -USE_RUBY_SETUP= yes - -DOCS= AUTHORS COPYING ChangeLog GPL NEWS README - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${RUBY_MODEXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/samples/* ${RUBY_MODEXAMPLESDIR}/ - @${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/graphics/ruby-cairo/distinfo b/graphics/ruby-cairo/distinfo deleted file mode 100644 index 130c5386b..000000000 --- a/graphics/ruby-cairo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (rcairo-1.2.0.tar.gz) = d5b4da3a6aafd28cf2a0dcbdafb82b04 -SHA256 (rcairo-1.2.0.tar.gz) = f21a21cb30a07693980d5d40b9fc03554d15709a141751efe8d2f73636544b4d -SIZE (rcairo-1.2.0.tar.gz) = 47529 diff --git a/graphics/ruby-cairo/pkg-descr b/graphics/ruby-cairo/pkg-descr deleted file mode 100644 index d8193052e..000000000 --- a/graphics/ruby-cairo/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Ruby/Cairo is a Ruby binding for Cairo. - -WWW: http://cairographics.org/ diff --git a/graphics/ruby-cairo/pkg-plist b/graphics/ruby-cairo/pkg-plist deleted file mode 100644 index 2916e53a0..000000000 --- a/graphics/ruby-cairo/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/cairo.so -%%RUBY_SITEARCHLIBDIR%%/rb_cairo.h -%%RUBY_SITELIBDIR%%/cairo.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pac.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pac2.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/png.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/scalable.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/text2.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/AUTHORS -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/COPYING -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/GPL -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/NEWS -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile deleted file mode 100644 index c355211a1..000000000 --- a/graphics/sdl_ttf/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: sdl_ttf -# Date created: 20 September 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= sdl_ttf -PORTVERSION= 2.0.8 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ -DISTNAME= SDL_ttf-${PORTVERSION} - -MAINTAINER= shaun@FreeBSD.org -COMMENT= A library to use TrueType fonts to render text in SDL applications - -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 - -USE_SDL= sdl -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -USE_LDCONFIG= yes - -.if !defined(WITHOUT_X11) && !defined(WITHOUT_GL) -USE_GL= yes -.endif - -post-install: - ${INSTALL_PROGRAM} ${WRKSRC}/.libs/glfont ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/.libs/showfont ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/graphics/sdl_ttf/distinfo b/graphics/sdl_ttf/distinfo deleted file mode 100644 index 1b5687245..000000000 --- a/graphics/sdl_ttf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (SDL_ttf-2.0.8.tar.gz) = 094b6c08769e9842dbe1dfb5efa22df7 -SHA256 (SDL_ttf-2.0.8.tar.gz) = 6f57c879c0d15211f468aac48ed43653103bbe701a3f1cff462107ad1f74c5bc -SIZE (SDL_ttf-2.0.8.tar.gz) = 2457385 diff --git a/graphics/sdl_ttf/files/patch-SDL_ttf.c b/graphics/sdl_ttf/files/patch-SDL_ttf.c deleted file mode 100644 index dbfadc227..000000000 --- a/graphics/sdl_ttf/files/patch-SDL_ttf.c +++ /dev/null @@ -1,19 +0,0 @@ ---- SDL_ttf.c.orig Mon May 1 05:26:17 2006 -+++ SDL_ttf.c Sun Sep 24 15:46:44 2006 -@@ -48,7 +48,6 @@ - #include <freetype/ftoutln.h> - #include <freetype/ttnameid.h> - */ --#include <freetype/internal/ftobjs.h> - - #ifndef FT_OPEN_STREAM - #define FT_OPEN_STREAM ft_open_stream -@@ -278,7 +277,7 @@ - } - memset(stream, 0, sizeof(*stream)); - -- stream->memory = library->memory; -+ stream->memory = NULL; - stream->read = RWread; - stream->descriptor.pointer = src; - stream->pos = (unsigned long)position; diff --git a/graphics/sdl_ttf/files/patch-aa b/graphics/sdl_ttf/files/patch-aa deleted file mode 100644 index 95d4ef7aa..000000000 --- a/graphics/sdl_ttf/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in.orig -+++ Makefile.in -@@ -243,7 +243,6 @@ - - libSDL_ttf_la_LDFLAGS = \ - -no-undefined \ -- -release $(LT_RELEASE) \ - -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) - - libSDL_ttf_la_LIBADD = diff --git a/graphics/sdl_ttf/pkg-descr b/graphics/sdl_ttf/pkg-descr deleted file mode 100644 index f105e2225..000000000 --- a/graphics/sdl_ttf/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -This library is a wrapper around the excellent FreeType library. - -WARNING: There may be patent issues with using the FreeType library. Check the -FreeType website for up-to-date details. - -This library allows you to use TrueType fonts to render text in SDL -applications. - -Be careful when including fonts with your application, as many of them are -copyrighted. The Microsoft fonts, for example, are not freely redistributable -and even the free "web" fonts they provide are only redistributable in their -special executable installer form (May 1998). There are plenty of freeware and -shareware fonts available on the Internet though, and may suit your purposes. - -WWW: http://www.libsdl.org/projects/SDL_ttf/ diff --git a/graphics/sdl_ttf/pkg-plist b/graphics/sdl_ttf/pkg-plist deleted file mode 100644 index 7f20ac885..000000000 --- a/graphics/sdl_ttf/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/glfont -bin/showfont -include/SDL/SDL_ttf.h -lib/libSDL_ttf.a -lib/libSDL_ttf.la -lib/libSDL_ttf.so -lib/libSDL_ttf.so.6 -@dirrmtry include/SDL diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile deleted file mode 100644 index 21f3c925d..000000000 --- a/graphics/swfdec/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: swfdec -# Date created: Apr 5, 2003 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= swfdec -PORTVERSION= 0.3.6 -PORTREVISION= 3 -CATEGORIES= graphics -MASTER_SITES= http://www.schleef.org/swfdec/download/ - -MAINTAINER= rainer.alves@gmail.com -COMMENT= Flash Rendering Library - -LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \ - oil-0.3.1:${PORTSDIR}/devel/liboil - -USE_XLIB= yes -USE_SDL= sdl -USE_GNOME= gnomehack gtk20 libartlgpl2 -USE_GSTREAMER80= gconf -USE_GETOPT_LONG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-mozilla-plugin -INSTALLS_SHLIB= yes - -PLIST_SUB= VERSION=${PORTVERSION:R} - -.if exists(${LOCALBASE}/bin/gimp-2.2) -WITH_GIMP=yes -.endif - -.if defined(WITH_GIMP) -LIB_DEPENDS+= gimp-2.0.200:${PORTSDIR}/graphics/gimp -PLIST_SUB+= GIMP="" -.else -PLIST_SUB+= GIMP="@comment " -.endif - -pre-everything:: - @${ECHO} "" - @${ECHO} "Define WITH_GIMP in order to build the SWF Gimp plugin" - @${ECHO} "" - -post-patch: -.if !defined(WITH_GIMP) - @${REINPLACE_CMD} -e 's|gimp-loader||g' ${WRKSRC}/Makefile.in -.endif - @${REINPLACE_CMD} -e "s,int16_t,__int16_t," ${WRKSRC}/libswfdec/swfdec_shape.c - @${REINPLACE_CMD} -e 's|libdir)/gimp/1.3|prefix)/libexec/gimp/2.2|g' ${WRKSRC}/gimp-loader/Makefile.in - @${REINPLACE_CMD} -e 's|plugin||g' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "s|sdl-config|${SDL_CONFIG:T}|g" ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/graphics/swfdec/distinfo b/graphics/swfdec/distinfo deleted file mode 100644 index ab85c3a16..000000000 --- a/graphics/swfdec/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (swfdec-0.3.6.tar.gz) = bcfca3a8ce1d524ebf4d11fd511dedb8 -SHA256 (swfdec-0.3.6.tar.gz) = 6efdff894bd0833223f9ad2b7cf7ef227d0c6fa811d816dffd75e08c7654f56c -SIZE (swfdec-0.3.6.tar.gz) = 1088131 diff --git a/graphics/swfdec/files/patch-test_parse.c b/graphics/swfdec/files/patch-test_parse.c deleted file mode 100644 index dbacc9545..000000000 --- a/graphics/swfdec/files/patch-test_parse.c +++ /dev/null @@ -1,10 +0,0 @@ ---- test/parse.c.orig Sat Apr 15 04:33:30 2006 -+++ test/parse.c Sat Apr 15 04:33:48 2006 -@@ -11,6 +11,7 @@ - #include <swfdec_render.h> - #include <swfdec_sprite.h> - #include <swfdec_buffer.h> -+#include <sys/signal.h> - #include <ucontext.h> - #include <sys/mman.h> - diff --git a/graphics/swfdec/pkg-descr b/graphics/swfdec/pkg-descr deleted file mode 100644 index 7e094c545..000000000 --- a/graphics/swfdec/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Swfdec is a library for rendering Flash animations and games. It was -originally designed as a basis library for creating Flash plugins for -GStreamer, but it is a fully standalone library which only use the -libart library for drawing. - -WWW: http://www.schleef.org/swfdec/ diff --git a/graphics/swfdec/pkg-plist b/graphics/swfdec/pkg-plist deleted file mode 100644 index d563e90d6..000000000 --- a/graphics/swfdec/pkg-plist +++ /dev/null @@ -1,34 +0,0 @@ -include/swfdec-%%VERSION%%/color.h -include/swfdec-%%VERSION%%/proto.h -include/swfdec-%%VERSION%%/swfdec.h -include/swfdec-%%VERSION%%/swfdec_actions.h -include/swfdec-%%VERSION%%/swfdec_audio.h -include/swfdec-%%VERSION%%/swfdec_bits.h -include/swfdec-%%VERSION%%/swfdec_buffer.h -include/swfdec-%%VERSION%%/swfdec_button.h -include/swfdec-%%VERSION%%/swfdec_cache.h -include/swfdec-%%VERSION%%/swfdec_debug.h -include/swfdec-%%VERSION%%/swfdec_decoder.h -include/swfdec-%%VERSION%%/swfdec_font.h -include/swfdec-%%VERSION%%/swfdec_image.h -include/swfdec-%%VERSION%%/swfdec_layer.h -include/swfdec-%%VERSION%%/swfdec_object.h -include/swfdec-%%VERSION%%/swfdec_rect.h -include/swfdec-%%VERSION%%/swfdec_render.h -include/swfdec-%%VERSION%%/swfdec_shape.h -include/swfdec-%%VERSION%%/swfdec_sound.h -include/swfdec-%%VERSION%%/swfdec_sprite.h -include/swfdec-%%VERSION%%/swfdec_text.h -include/swfdec-%%VERSION%%/swfdec_transform.h -include/swfdec-%%VERSION%%/swfdec_types.h -include/swfdec-%%VERSION%%/tags.h -lib/gtk-2.0/%%GTK2_VERSION%%/loaders/swf_loader.a -lib/gtk-2.0/%%GTK2_VERSION%%/loaders/swf_loader.la -lib/gtk-2.0/%%GTK2_VERSION%%/loaders/swf_loader.so -lib/libswfdec-%%VERSION%%.a -lib/libswfdec-%%VERSION%%.la -lib/libswfdec-%%VERSION%%.so -lib/libswfdec-%%VERSION%%.so.0 -libdata/pkgconfig/swfdec-%%VERSION%%.pc -%%GIMP%%libexec/gimp/2.2/plug-ins/swf -@dirrm include/swfdec-%%VERSION%% diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile deleted file mode 100644 index 339973e30..000000000 --- a/graphics/ufraw/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: UFRaw -# Date created: Sun 10 Apr 2005 14:44:15 BST -# Whom: markm@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= ufraw -PORTVERSION= 0.9.1 -PORTREVISION= 2 -CATEGORIES= graphics gnome -MASTER_SITES= SF - -MAINTAINER= infofarmer@FreeBSD.org -COMMENT= Read and manipulate raw images from digital cameras - -BUILD_DEPENDS= gimp:${PORTSDIR}/graphics/gimp -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff -RUN_DEPENDS= ${BUILD_DEPENDS} - -GNU_CONFIGURE= yes -USE_XLIB= yes -USE_GMAKE= yes -USE_GNOME= glib20 gnomehack intltool intlhack gtk20 libartlgpl2 -WANT_GNOME= yes - -CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \ - CFLAGS="${CFLAGS} -I ${LOCALBASE}/include" -CONFIGURE_ARGS= --mandir=${MANPREFIX}/man - -.ifndef WITHOUT_EXIF -LIB_DEPENDS+= exif:${PORTSDIR}/graphics/libexif -CONFIGURE_ARGS+= --with-libexif -.ifndef WITHOUT_EXIV2 -LIB_DEPENDS+= exiv2:${PORTSDIR}/graphics/exiv2 -CONFIGURE_ARGS+= --with-exiv2 -.endif -.endif - -MAN1= ufraw.1 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 504105 -BROKEN= Needs memmem(3) -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/ufraw/distinfo b/graphics/ufraw/distinfo deleted file mode 100644 index 3fefa5b3c..000000000 --- a/graphics/ufraw/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ufraw-0.9.1.tar.gz) = 7388ed97a156ea6a7272513a1dc8f8d5 -SHA256 (ufraw-0.9.1.tar.gz) = 47a77529b51558f2fbf7e22ea9f6fd79123e6c0f6c9782e70ca49fc17793ffac -SIZE (ufraw-0.9.1.tar.gz) = 331171 diff --git a/graphics/ufraw/pkg-descr b/graphics/ufraw/pkg-descr deleted file mode 100644 index 0aa9fef4f..000000000 --- a/graphics/ufraw/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The Unidentified Flying Raw (UFRaw) is a utility to read and manipulate -raw images from digital cameras. It can be used on its own or as a Gimp -plug-in. It reads raw images using Dave Coffin's raw conversion utility -- DCRaw. UFRaw supports basic color management using Little CMS, -allowing the user to apply color profiles. For Nikon users UFRaw has the -advantage that it can read the camera's tone curves. Even if you don't -own a Nikon, you can still apply a Nikon curve to your images. - -Author: Udi Fuchs -WWW: http://ufraw.sourceforge.net/ diff --git a/graphics/ufraw/pkg-plist b/graphics/ufraw/pkg-plist deleted file mode 100644 index 2314a9aeb..000000000 --- a/graphics/ufraw/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/ufraw -bin/ufraw-batch -libexec/gimp/2.2/plug-ins/ufraw-gimp -share/applications/ufraw.desktop -share/pixmaps/ufraw.png -@dirrmtry share/pixmaps -@dirrmtry share/applications diff --git a/graphics/vertex/Makefile b/graphics/vertex/Makefile deleted file mode 100644 index f7ed8594c..000000000 --- a/graphics/vertex/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# New ports collection makefile for: vertex -# Date created: 1 June 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= vertex -PORTVERSION= 0.1.15 -PORTREVISION= 3 -CATEGORIES= graphics -MASTER_SITES= http://wolfpack.twu.net/users/wolfpack/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A 3D modeller for generating efficient game models - -LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea - -USE_BZIP2= yes -USE_XLIB= yes -USE_GL= yes -USE_GNOME= imlib -USE_GMAKE= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= UNIX - -MAN1= ${PORTNAME}.1 - -post-patch: - @${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ - 's|malloc\.h|stdlib.h|g' - @${REINPLACE_CMD} -e \ - 's|make|$$(MAKE)|g' ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e \ - 's|/usr/share/vertex|${DATADIR}|g' ${WRKSRC}/vertex/config.h - @${REINPLACE_CMD} \ - -e 's|echo -n -e|printf|g' -e 's|--color=auto||' \ - ${WRKSRC}/vertex/makefile_append.ini - @${REINPLACE_CMD} -e \ - 's|%%CC%%|${CC}|g ; \ - s|%%CXX%%|${CXX}|g ; \ - s|%%CXXFLAGS%%|${CXXFLAGS}|g ; \ - s|%%PREFIX%%|${PREFIX}|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g ; \ - s|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/vertex/platforms.ini - @${REINPLACE_CMD} -e \ - 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/vertex/vmahelp.c - @${REINPLACE_CMD} -e \ - 's|CC =|CC ?=|g' ${WRKSRC}/pconf/Makefile - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/vertex/vertex ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/vertex/vertex.1 ${MANPREFIX}/man/man1 - @${MKDIR} ${DATADIR}/icons - ${INSTALL_DATA} ${WRKSRC}/vertex/vertex.xpm ${DATADIR}/icons - cd ${WRKSRC}/vertex/data && ${FIND} . -type f | \ - ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DATADIR} - @${FIND} ${DATADIR} -type d | ${XARGS} ${CHMOD} a+x - -.include <bsd.port.mk> diff --git a/graphics/vertex/distinfo b/graphics/vertex/distinfo deleted file mode 100644 index 433bbdd77..000000000 --- a/graphics/vertex/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (vertex-0.1.15.tar.bz2) = e80af417866d38791d78e41c8302fe0c -SHA256 (vertex-0.1.15.tar.bz2) = 2a648a99dcdc298a850965faa695cfc69224db8179811a3dd04131660ae9631f -SIZE (vertex-0.1.15.tar.bz2) = 1294508 diff --git a/graphics/vertex/files/patch-platforms.ini b/graphics/vertex/files/patch-platforms.ini deleted file mode 100644 index 647c154d4..000000000 --- a/graphics/vertex/files/patch-platforms.ini +++ /dev/null @@ -1,76 +0,0 @@ ---- vertex/platforms.ini.orig Mon Nov 1 00:35:03 2004 -+++ vertex/platforms.ini Thu Oct 5 17:14:40 2006 -@@ -22,23 +22,26 @@ - - Platform = UNIX - Description = For most any UNIX system -- PREFIX = /usr/ -- CFLAGS = -Wall -O6 -funroll-loops -fomit-frame-pointer -ffast-math \ -+ PREFIX = %%PREFIX%% -+ CFLAGS = %%CXXFLAGS%% \ - -D__USE_BSD - LIBS = -lm - LIB_DIR = -- CC = cc -- CPP = c++ -+ CC = %%CC%% -+ CPP = %%CXX%% - PlatformSearchPathInclude = /usr/include/ -- PlatformSearchPathInclude = /usr/X11R6/include/ -+ PlatformSearchPathInclude = %%LOCALBASE%%/include/ -+ PlatformSearchPathInclude = %%X11BASE%%/include/ - PlatformSearchPathLib = /lib/ - PlatformSearchPathLib = /usr/lib/ -- PlatformSearchPathLib = /usr/X11R6/lib/ -+ PlatformSearchPathLib = %%LOCALBASE%%/lib/ -+ PlatformSearchPathLib = %%X11BASE%%/lib/ - PlatformSearchPathEtc = /etc/ - PlatformSearchPathEtc = /usr/etc/ - PlatformSearchPathBin = /bin/ - PlatformSearchPathBin = /usr/bin/ -- PlatformSearchPathBin = /usr/X11R6/bin/ -+ PlatformSearchPathBin = %%LOCALBASE%%/bin/ -+ PlatformSearchPathBin = %%X11BASE%%/bin/ - PlatformSearchPathData = /usr/share/icons/ - PlatformFeature = debug - Description = Just adds -g to the CFLAGS for debugging -@@ -51,7 +54,7 @@ - # Newer versions of Imlib only need to link to -lImlib - # FeatureLIBS = -lImlib -lpng -ltiff -ljpeg -lz - FeatureLIBS = -lImlib -- FeatureLIB_DIR = -L/usr/X11R6/lib/ -+ FeatureLIB_DIR = -L%%LOCALBASE%%/lib/ - FeatureDepend = Imlib-lib - DependType = Library - MustExist = Yes -@@ -66,6 +69,7 @@ - Description = An implementation of OpenGL (ie Mesa3D) - MustExist = Yes - FeatureLIBS = -lGL -lGLU -+ FeatureLIB_DIR = -L%%X11BASE%%/lib/ - FeatureDepend = gl-lib - DependType = Library - MustExist = Yes -@@ -83,11 +87,11 @@ - MustExist = Yes - FeatureCFLAGS = `gtk-config --cflags` - FeatureLIBS = `gtk-config --libs` -- FeatureLIB_DIR = -L/usr/X11R6/lib/ -+ FeatureLIB_DIR = -L%%LOCALBASE%%/lib/ - FeatureDepend = gtk-lib - DependType = Library - MustExist = Yes -- DependPath = libgtk.so -+ DependPath = libgtk-12.so - DependGrepString = gtk_init - FeatureDepend = gtk-devel - DependType = Program -@@ -98,7 +102,7 @@ - MustExist = Yes - FeatureCFLAGS = - FeatureLIBS = -lgtkgl -- FeatureLIB_DIR = -L/usr/X11R6/lib/ -+ FeatureLIB_DIR = -L%%LOCALBASE%%/lib/ - FeatureDepend = gtkgl-lib - DependType = Library - MustExist = Yes diff --git a/graphics/vertex/files/patch-vmahelp.c b/graphics/vertex/files/patch-vmahelp.c deleted file mode 100644 index 63dc6bb58..000000000 --- a/graphics/vertex/files/patch-vmahelp.c +++ /dev/null @@ -1,26 +0,0 @@ - -$FreeBSD$ - ---- vertex/vmahelp.c 2001/10/05 17:31:12 1.1 -+++ vertex/vmahelp.c 2001/10/05 17:33:21 -@@ -41,16 +41,12 @@ - */ - #define HELP_PROG_LOCATIONS \ - { \ -- "/usr/bin/gnome-help-browser", "", (char *)HELP_PROG_INPUT_TYPE_URL, \ -- "/usr/local/bin/gnome-help-browser", "", (char *)HELP_PROG_INPUT_TYPE_URL, \ -- "/bin/gnome-help-browser", "", (char *)HELP_PROG_INPUT_TYPE_URL, \ -+ "%%LOCALBASE%%/bin/gnome-help-browser", "", (char *)HELP_PROG_INPUT_TYPE_URL, \ - \ -- "/usr/bin/netscape", "", (char *)HELP_PROG_INPUT_TYPE_URL, \ -- "/usr/local/bin/netscape", "", (char *)HELP_PROG_INPUT_TYPE_URL, \ -- "/bin/netscape", "", (char *)HELP_PROG_INPUT_TYPE_URL, \ -+ "%%X11BASE%%/bin/netscape", "", (char *)HELP_PROG_INPUT_TYPE_URL, \ - \ -- "/usr/X11R6/bin/nxterm", "-e lynx", (char *)HELP_PROG_INPUT_TYPE_URL, \ -- "/usr/X11R6/bin/xterm", "-e lynx", (char *)HELP_PROG_INPUT_TYPE_URL, \ -+ "%%X11BASE%%/bin/nxterm", "-e lynx", (char *)HELP_PROG_INPUT_TYPE_URL, \ -+ "%%X11BASE%%/bin/xterm", "-e lynx", (char *)HELP_PROG_INPUT_TYPE_URL, \ - \ - NULL, NULL, NULL \ - } diff --git a/graphics/vertex/pkg-descr b/graphics/vertex/pkg-descr deleted file mode 100644 index 32deb1dda..000000000 --- a/graphics/vertex/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -Vertex 3D Model Assembler (sometimes reffered to as just Vertex) is a unique -modeller designed specifically for generating efficient game models for (but -not limited to) games and applications using OpenGL's style of graphics -rendering. - -This is not a modeller intended to create massive 3D scenes for ray tracers. -However there are plans to support exporting models to ray tracers (ie POVRAY), -Vertex is not intended to be an eye candy modeller but rather a strict high -performance game model maker. - -Vertex supports the native V3D format, it is a hybrid text file format designed -to easilly support third party proprietery data as well as V3D model data in an -OpenGL friendly layout so that it can be read and loaded quickly into OpenGL -display lists (if that is what the application wants) or into editable data -structures in terms of `models' and `primitives'. One V3D file may contain -multiple modelmodels and embedded third party proprietery data within and -outside model sections in the file. - -Vertex is a modeller written by game programmers for game programmers, its -intent is to maximize efficiency and detail tradeoff for high performance -animations in games. Artists using modellers for ray-tracers make need some -breaking into the differences of making models for ray tracers vs games. - -WWW: http://wolfpack.twu.net/Vertex/ diff --git a/graphics/vertex/pkg-plist b/graphics/vertex/pkg-plist deleted file mode 100644 index 01867e65d..000000000 --- a/graphics/vertex/pkg-plist +++ /dev/null @@ -1,40 +0,0 @@ -bin/vertex -%%DATADIR%%/LICENSE -%%DATADIR%%/help/application_map.png -%%DATADIR%%/help/contacts.html -%%DATADIR%%/help/create_model_dialog.png -%%DATADIR%%/help/four_quad_cylender.png -%%DATADIR%%/help/header_dialog.png -%%DATADIR%%/help/index.html -%%DATADIR%%/help/keyboard.html -%%DATADIR%%/help/legend.html -%%DATADIR%%/help/light_properties_dialog.png -%%DATADIR%%/help/plugins.html -%%DATADIR%%/help/primitives_palette.png -%%DATADIR%%/help/texture_orient_example.png -%%DATADIR%%/help/tutorial01.html -%%DATADIR%%/help/tutorial02.html -%%DATADIR%%/help/tutorial03.html -%%DATADIR%%/help/tutorial04.html -%%DATADIR%%/help/tutorial05.html -%%DATADIR%%/help/tutorial06.html -%%DATADIR%%/help/tutorial07.html -%%DATADIR%%/help/tutorial08.html -%%DATADIR%%/help/tutorials.html -%%DATADIR%%/help/v3dformat.html -%%DATADIR%%/help/values_list.png -%%DATADIR%%/help/viewing.html -%%DATADIR%%/icons/vertex.xpm -%%DATADIR%%/images/installer_footer.xpm -%%DATADIR%%/images/installer_heading.xpm -%%DATADIR%%/images/installer_main.xpm -%%DATADIR%%/images/splash.xpm -%%DATADIR%%/preset_models/01.3d -%%DATADIR%%/preset_models/02.3d -%%DATADIR%%/preset_primitives/01.3d -@dirrm %%DATADIR%%/preset_primitives -@dirrm %%DATADIR%%/preset_models -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%%/help -@dirrm %%DATADIR%% diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile deleted file mode 100644 index 3a76e8746..000000000 --- a/graphics/wxsvg/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: wxsvg -# Date created: 2006-01-08 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ - -PORTNAME= wxsvg -DISTVERSION= 1.0b6 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ahze@FreeBSD.org -COMMENT= C++ library to create, manipulate, and render SVG files - -BUILD_DEPENDS= ${WX_CONFIG}:${PORTSDIR}/x11-toolkits/wxgtk26 -RUN_DEPENDS= ${WX_CONFIG}:${PORTSDIR}/x11-toolkits/wxgtk26 - -USE_LDCONFIG= yes -WX_CONFIG= wxgtk2-2.6-config -USE_AUTOTOOLS= libtool:15 -USE_GNOME= libartlgpl2 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= does not build -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|' \ - ${WRKSRC}/configure - -pre-configure: - cd ${WRKSRC} && ${LIBTOOLIZE} --copy --force - -.include <bsd.port.post.mk> diff --git a/graphics/wxsvg/distinfo b/graphics/wxsvg/distinfo deleted file mode 100644 index f32360758..000000000 --- a/graphics/wxsvg/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (wxsvg-1.0b6.tar.gz) = 3509223706586efcbf5519e2ec2cd2a4 -SHA256 (wxsvg-1.0b6.tar.gz) = 307bd799fda2874facb5938eb13618c85e8b79a0012ddfcebfd90674d1a7e51a -SIZE (wxsvg-1.0b6.tar.gz) = 671682 diff --git a/graphics/wxsvg/files/patch-src_freetype_SVGCanvasTestFreetype.cpp b/graphics/wxsvg/files/patch-src_freetype_SVGCanvasTestFreetype.cpp deleted file mode 100644 index f0182faea..000000000 --- a/graphics/wxsvg/files/patch-src_freetype_SVGCanvasTestFreetype.cpp +++ /dev/null @@ -1,49 +0,0 @@ ---- src/freetype/SVGCanvasTextFreetype.cpp.orig Thu Sep 21 21:42:35 2006 -+++ src/freetype/SVGCanvasTextFreetype.cpp Thu Sep 21 21:45:02 2006 -@@ -165,7 +165,7 @@ - } - } - --gint moveto(FT_Vector* to, gpointer data) -+gint moveto(const FT_Vector* to, gpointer data) - { - wxSVGCanvasTextFreetype* canvasText = (wxSVGCanvasTextFreetype*) data; - -@@ -181,7 +181,7 @@ - return 0; - } - --static gint lineto (FT_Vector* to, gpointer data) -+static gint lineto (const FT_Vector* to, gpointer data) - { - wxSVGCanvasTextFreetype* canvasText = (wxSVGCanvasTextFreetype*) data; - if (!canvasText->m_endpath) -@@ -194,7 +194,7 @@ - return 0; - } - --static gint conicto(FT_Vector* ftcontrol, FT_Vector* to, gpointer data) -+static gint conicto(const FT_Vector* ftcontrol, const FT_Vector* to, gpointer data) - { - wxSVGCanvasTextFreetype* canvasText = (wxSVGCanvasTextFreetype*) data; - if (!canvasText->m_endpath) -@@ -209,8 +209,8 @@ - return 0; - } - --static gint cubicto(FT_Vector* ftcontrol1, FT_Vector* ftcontrol2, -- FT_Vector* to, gpointer data) -+static gint cubicto(const FT_Vector* ftcontrol1, const FT_Vector* ftcontrol2, -+ const FT_Vector* to, gpointer data) - { - wxSVGCanvasTextFreetype* canvasText = (wxSVGCanvasTextFreetype*) data; - if (!canvasText->m_endpath) -@@ -227,7 +227,7 @@ - return 0; - } - --static const FT_Outline_Funcs outline_funcs = -+static FT_Outline_Funcs outline_funcs = - { - moveto, lineto, conicto, cubicto, 0, 0 - }; diff --git a/graphics/wxsvg/pkg-descr b/graphics/wxsvg/pkg-descr deleted file mode 100644 index 9ca0f71d3..000000000 --- a/graphics/wxsvg/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -C++ library to create, manipulate, and render SVG files - -WWW: http://wxsvg.sourceforge.net/ diff --git a/graphics/wxsvg/pkg-plist b/graphics/wxsvg/pkg-plist deleted file mode 100644 index 744d47d2c..000000000 --- a/graphics/wxsvg/pkg-plist +++ /dev/null @@ -1,190 +0,0 @@ -bin/svgview -include/wxSVG/Animated.h -include/wxSVG/CSSStyleDeclaration.h -include/wxSVG/CSSValue.h -include/wxSVG/CSSValues.h -include/wxSVG/Document.h -include/wxSVG/DocumentCSS.h -include/wxSVG/DocumentEvent.h -include/wxSVG/Element.h -include/wxSVG/ElementTimeControl.h -include/wxSVG/EventTarget.h -include/wxSVG/GetSVGDocument.h -include/wxSVG/NodeList.h -include/wxSVG/RGBColor.h -include/wxSVG/SVGAElement.h -include/wxSVG/SVGAltGlyphDefElement.h -include/wxSVG/SVGAltGlyphElement.h -include/wxSVG/SVGAltGlyphItemElement.h -include/wxSVG/SVGAngle.h -include/wxSVG/SVGAnimateColorElement.h -include/wxSVG/SVGAnimateElement.h -include/wxSVG/SVGAnimateMotionElement.h -include/wxSVG/SVGAnimateTransformElement.h -include/wxSVG/SVGAnimatedAngle.h -include/wxSVG/SVGAnimatedBoolean.h -include/wxSVG/SVGAnimatedEnumeration.h -include/wxSVG/SVGAnimatedInteger.h -include/wxSVG/SVGAnimatedLength.h -include/wxSVG/SVGAnimatedLengthList.h -include/wxSVG/SVGAnimatedNumber.h -include/wxSVG/SVGAnimatedNumberList.h -include/wxSVG/SVGAnimatedPathData.h -include/wxSVG/SVGAnimatedPoints.h -include/wxSVG/SVGAnimatedPreserveAspectRatio.h -include/wxSVG/SVGAnimatedRect.h -include/wxSVG/SVGAnimatedString.h -include/wxSVG/SVGAnimatedTransformList.h -include/wxSVG/SVGAnimationElement.h -include/wxSVG/SVGCSSRule.h -include/wxSVG/SVGCanvas.h -include/wxSVG/SVGCanvasItem.h -include/wxSVG/SVGCircleElement.h -include/wxSVG/SVGClipPathElement.h -include/wxSVG/SVGColor.h -include/wxSVG/SVGColorProfileElement.h -include/wxSVG/SVGColorProfileRule.h -include/wxSVG/SVGComponentTransferFunctionElement.h -include/wxSVG/SVGCoordinates.h -include/wxSVG/SVGCursorElement.h -include/wxSVG/SVGDTD.h -include/wxSVG/SVGDefinitionSrcElement.h -include/wxSVG/SVGDefsElement.h -include/wxSVG/SVGDescElement.h -include/wxSVG/SVGDocument.h -include/wxSVG/SVGElement.h -include/wxSVG/SVGElementInstance.h -include/wxSVG/SVGElementInstanceList.h -include/wxSVG/SVGEllipseElement.h -include/wxSVG/SVGEvent.h -include/wxSVG/SVGExternalResourcesRequired.h -include/wxSVG/SVGFEBlendElement.h -include/wxSVG/SVGFEColorMatrixElement.h -include/wxSVG/SVGFEComponentTransferElement.h -include/wxSVG/SVGFECompositeElement.h -include/wxSVG/SVGFEConvolveMatrixElement.h -include/wxSVG/SVGFEDiffuseLightingElement.h -include/wxSVG/SVGFEDisplacementMapElement.h -include/wxSVG/SVGFEDistantLightElement.h -include/wxSVG/SVGFEFloodElement.h -include/wxSVG/SVGFEFuncAElement.h -include/wxSVG/SVGFEFuncBElement.h -include/wxSVG/SVGFEFuncGElement.h -include/wxSVG/SVGFEFuncRElement.h -include/wxSVG/SVGFEGaussianBlurElement.h -include/wxSVG/SVGFEImageElement.h -include/wxSVG/SVGFEMergeElement.h -include/wxSVG/SVGFEMergeNodeElement.h -include/wxSVG/SVGFEMorphologyElement.h -include/wxSVG/SVGFEOffsetElement.h -include/wxSVG/SVGFEPointLightElement.h -include/wxSVG/SVGFESpecularLightingElement.h -include/wxSVG/SVGFESpotLightElement.h -include/wxSVG/SVGFETileElement.h -include/wxSVG/SVGFETurbulenceElement.h -include/wxSVG/SVGFilterElement.h -include/wxSVG/SVGFilterPrimitiveStandardAttributes.h -include/wxSVG/SVGFitToViewBox.h -include/wxSVG/SVGFontElement.h -include/wxSVG/SVGFontFaceElement.h -include/wxSVG/SVGFontFaceFormatElement.h -include/wxSVG/SVGFontFaceNameElement.h -include/wxSVG/SVGFontFaceSrcElement.h -include/wxSVG/SVGFontFaceUriElement.h -include/wxSVG/SVGForeignObjectElement.h -include/wxSVG/SVGGElement.h -include/wxSVG/SVGGlyphElement.h -include/wxSVG/SVGGlyphRefElement.h -include/wxSVG/SVGGradientElement.h -include/wxSVG/SVGHKernElement.h -include/wxSVG/SVGICCColor.h -include/wxSVG/SVGImageElement.h -include/wxSVG/SVGLangSpace.h -include/wxSVG/SVGLength.h -include/wxSVG/SVGLengthCalculate.h -include/wxSVG/SVGLengthList.h -include/wxSVG/SVGLineElement.h -include/wxSVG/SVGLinearGradientElement.h -include/wxSVG/SVGLocatable.h -include/wxSVG/SVGMPathElement.h -include/wxSVG/SVGMarkerElement.h -include/wxSVG/SVGMaskElement.h -include/wxSVG/SVGMatrix.h -include/wxSVG/SVGMetadataElement.h -include/wxSVG/SVGMissingGlyphElement.h -include/wxSVG/SVGNumber.h -include/wxSVG/SVGNumberList.h -include/wxSVG/SVGPaint.h -include/wxSVG/SVGPathElement.h -include/wxSVG/SVGPathSeg.h -include/wxSVG/SVGPathSegArcAbs.h -include/wxSVG/SVGPathSegArcRel.h -include/wxSVG/SVGPathSegClosePath.h -include/wxSVG/SVGPathSegCurvetoCubicAbs.h -include/wxSVG/SVGPathSegCurvetoCubicRel.h -include/wxSVG/SVGPathSegCurvetoCubicSmoothAbs.h -include/wxSVG/SVGPathSegCurvetoCubicSmoothRel.h -include/wxSVG/SVGPathSegCurvetoQuadraticAbs.h -include/wxSVG/SVGPathSegCurvetoQuadraticRel.h -include/wxSVG/SVGPathSegCurvetoQuadraticSmoothAbs.h -include/wxSVG/SVGPathSegCurvetoQuadraticSmoothRel.h -include/wxSVG/SVGPathSegLinetoAbs.h -include/wxSVG/SVGPathSegLinetoHorizontalAbs.h -include/wxSVG/SVGPathSegLinetoHorizontalRel.h -include/wxSVG/SVGPathSegLinetoRel.h -include/wxSVG/SVGPathSegLinetoVerticalAbs.h -include/wxSVG/SVGPathSegLinetoVerticalRel.h -include/wxSVG/SVGPathSegList.h -include/wxSVG/SVGPathSegMovetoAbs.h -include/wxSVG/SVGPathSegMovetoRel.h -include/wxSVG/SVGPatternElement.h -include/wxSVG/SVGPoint.h -include/wxSVG/SVGPointList.h -include/wxSVG/SVGPolygonElement.h -include/wxSVG/SVGPolylineElement.h -include/wxSVG/SVGPreserveAspectRatio.h -include/wxSVG/SVGRadialGradientElement.h -include/wxSVG/SVGRect.h -include/wxSVG/SVGRectElement.h -include/wxSVG/SVGRenderingIntent.h -include/wxSVG/SVGSVGElement.h -include/wxSVG/SVGScriptElement.h -include/wxSVG/SVGSetElement.h -include/wxSVG/SVGStopElement.h -include/wxSVG/SVGStringList.h -include/wxSVG/SVGStylable.h -include/wxSVG/SVGStyleElement.h -include/wxSVG/SVGSwitchElement.h -include/wxSVG/SVGSymbolElement.h -include/wxSVG/SVGTRefElement.h -include/wxSVG/SVGTSpanElement.h -include/wxSVG/SVGTests.h -include/wxSVG/SVGTextContentElement.h -include/wxSVG/SVGTextElement.h -include/wxSVG/SVGTextPathElement.h -include/wxSVG/SVGTextPositioningElement.h -include/wxSVG/SVGTitleElement.h -include/wxSVG/SVGTransform.h -include/wxSVG/SVGTransformList.h -include/wxSVG/SVGTransformable.h -include/wxSVG/SVGURIReference.h -include/wxSVG/SVGUnitTypes.h -include/wxSVG/SVGUseElement.h -include/wxSVG/SVGVKernElement.h -include/wxSVG/SVGVideoElement.h -include/wxSVG/SVGViewElement.h -include/wxSVG/SVGViewSpec.h -include/wxSVG/SVGZoomAndPan.h -include/wxSVG/SVGZoomEvent.h -include/wxSVG/String.h -include/wxSVG/ViewCSS.h -include/wxSVG/svg.h -include/wxSVG/svgctrl.h -include/wxXML/xml.h -include/wxXML/xmlhelpr.h -lib/libwxsvg.a -lib/libwxsvg.la -lib/libwxsvg.so -lib/libwxsvg.so.0 -@dirrm include/wxXML -@dirrm include/wxSVG diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile deleted file mode 100644 index b8131dd84..000000000 --- a/graphics/xpdf/Makefile +++ /dev/null @@ -1,72 +0,0 @@ -# New ports collection makefile for: xpdf -# Date created: 02 Feb 1996 -# Whom: chuckr@glue.umd.edu -# -# $FreeBSD$ -# - -PORTNAME= xpdf -PORTVERSION= 3.01 -PORTREVISION= 3 -CATEGORIES= graphics print -MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \ - ${MASTER_SITE_TEX_CTAN} -MASTER_SITE_SUBDIR= support/xpdf - -PATCH_SITES= ftp://ftp.foolabs.com/pub/xpdf/ -PATCHFILES= xpdf-3.01pl2.patch -PATCH_DIST_STRIP= -p1 - -MAINTAINER= nork@FreeBSD.org -COMMENT= Display PDF files, and convert them to other formats - -BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 -LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \ - freetype.9:${PORTSDIR}/print/freetype2 -RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/n021003l.pfb:${PORTSDIR}/print/gsfonts - -USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:259 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-gzip --enable-opi \ - --with-t1-library="${LOCALBASE}/lib" \ - --with-t1-includes="${LOCALBASE}/include" \ - --with-freetype2-library="${LOCALBASE}/lib" \ - --with-freetype2-includes="${LOCALBASE}/include/freetype2" -.if defined(A4) -CONFIGURE_ARGS+= --enable-a4-paper -.endif - -MAN1= pdffonts.1 \ - pdfimages.1 \ - pdfinfo.1 \ - pdftoppm.1 \ - pdftops.1 \ - pdftotext.1 -MAN5= xpdfrc.5 - -CONFLICTS= poppler-utils-[0-9]* - -.if defined(WITHOUT_X11) -PKGNAMESUFFIX+= -nox11 -CONFIGURE_ARGS+= --without-x -PLIST_SUB+= X11="@comment " -.else -CONFIGURE_ARGS+= --with-x -USE_X_PREFIX= yes -USE_MOTIF= yes -MAN1+= xpdf.1 -PLIST_SUB+= X11="" -.endif - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in ANNOUNCE CHANGES INSTALL README misc/hello.pdf - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/graphics/xpdf/distinfo b/graphics/xpdf/distinfo deleted file mode 100644 index 0addf6e2e..000000000 --- a/graphics/xpdf/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (xpdf-3.01.tar.gz) = e004c69c7dddef165d768b1362b44268 -SHA256 (xpdf-3.01.tar.gz) = 7aedfb8cd113b868277c3d894633dd6e0f5a8ed28af12f5d883ae4ed98e9f789 -SIZE (xpdf-3.01.tar.gz) = 599778 -MD5 (xpdf-3.01pl2.patch) = 8f1f5d37153c7e98f794f18d0b80fc25 -SHA256 (xpdf-3.01pl2.patch) = f12ac2aafbe172ddd9d6392b7eab1ece8b5ca079ed3ddf924b4e796157243ab1 -SIZE (xpdf-3.01pl2.patch) = 12097 diff --git a/graphics/xpdf/files/patch-Makefile.in b/graphics/xpdf/files/patch-Makefile.in deleted file mode 100644 index f80b065c1..000000000 --- a/graphics/xpdf/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig Thu Dec 1 17:04:10 2005 -+++ Makefile.in Thu Dec 1 17:04:31 2005 -@@ -82,7 +82,7 @@ - $(INSTALL_PROGRAM) xpdf/pdftotext$(EXE) $(DESTDIR)@bindir@/pdftotext$(EXE) - $(INSTALL_PROGRAM) xpdf/pdfinfo$(EXE) $(DESTDIR)@bindir@/pdfinfo$(EXE) - $(INSTALL_PROGRAM) xpdf/pdffonts$(EXE) $(DESTDIR)@bindir@/pdffonts$(EXE) --@X@ $(INSTALL_PROGRAM) xpdf/pdftoppm$(EXE) $(DESTDIR)@bindir@/pdftoppm$(EXE) -+ $(INSTALL_PROGRAM) xpdf/pdftoppm$(EXE) $(DESTDIR)@bindir@/pdftoppm$(EXE) - $(INSTALL_PROGRAM) xpdf/pdfimages$(EXE) $(DESTDIR)@bindir@/pdfimages$(EXE) - -mkdir -p $(DESTDIR)@mandir@/man1 - @X@ $(INSTALL_DATA) $(srcdir)/doc/xpdf.1 $(DESTDIR)@mandir@/man1/xpdf.1 -@@ -90,7 +90,7 @@ - $(INSTALL_DATA) $(srcdir)/doc/pdftotext.1 $(DESTDIR)@mandir@/man1/pdftotext.1 - $(INSTALL_DATA) $(srcdir)/doc/pdfinfo.1 $(DESTDIR)@mandir@/man1/pdfinfo.1 - $(INSTALL_DATA) $(srcdir)/doc/pdffonts.1 $(DESTDIR)@mandir@/man1/pdffonts.1 --@X@ $(INSTALL_DATA) $(srcdir)/doc/pdftoppm.1 $(DESTDIR)@mandir@/man1/pdftoppm.1 -+ $(INSTALL_DATA) $(srcdir)/doc/pdftoppm.1 $(DESTDIR)@mandir@/man1/pdftoppm.1 - $(INSTALL_DATA) $(srcdir)/doc/pdfimages.1 $(DESTDIR)@mandir@/man1/pdfimages.1 - -mkdir -p $(DESTDIR)@mandir@/man5 - $(INSTALL_DATA) $(srcdir)/doc/xpdfrc.5 $(DESTDIR)@mandir@/man5/xpdfrc.5 diff --git a/graphics/xpdf/files/patch-configure b/graphics/xpdf/files/patch-configure deleted file mode 100644 index 934043de6..000000000 --- a/graphics/xpdf/files/patch-configure +++ /dev/null @@ -1,15 +0,0 @@ ---- configure.orig Thu Dec 1 17:06:03 2005 -+++ configure Thu Dec 1 17:06:25 2005 -@@ -11776,8 +11776,8 @@ - { echo "$as_me:$LINENO: WARNING: Couldn't find FreeType" >&5 - echo "$as_me: WARNING: Couldn't find FreeType" >&2;}; - fi -- { echo "$as_me:$LINENO: WARNING: -- You will be able to compile pdftops, pdftotext, -- pdfinfo, pdffonts, and pdfimages, but not xpdf or pdftoppm" >&5 --echo "$as_me: WARNING: -- You will be able to compile pdftops, pdftotext, -- pdfinfo, pdffonts, and pdfimages, but not xpdf or pdftoppm" >&2;} -+ { echo "$as_me:$LINENO: WARNING: -- You will be able to compile pdftoppm, pdftops, pdftotext, -+ pdfinfo, pdffonts, and pdfimages, but not xpdf" >&5 -+echo "$as_me: WARNING: -- You will be able to compile pdftoppm, pdftops, pdftotext, -+ pdfinfo, pdffonts, and pdfimages, but not xpdf" >&2;} - fi diff --git a/graphics/xpdf/files/patch-configure.in b/graphics/xpdf/files/patch-configure.in deleted file mode 100644 index 9af9af0fa..000000000 --- a/graphics/xpdf/files/patch-configure.in +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.in.orig Thu Dec 1 17:05:11 2005 -+++ configure.in Thu Dec 1 17:05:25 2005 -@@ -341,6 +341,6 @@ - if test "x$smr_have_freetype2_library" != xyes; then - AC_MSG_WARN([Couldn't find FreeType]); - fi -- AC_MSG_WARN([-- You will be able to compile pdftops, pdftotext, -- pdfinfo, pdffonts, and pdfimages, but not xpdf or pdftoppm]) -+ AC_MSG_WARN([-- You will be able to compile pdftoppm, pdftops, pdftotext, -+ pdfinfo, pdffonts, and pdfimages, but not xpdf]) - fi diff --git a/graphics/xpdf/files/patch-gmem b/graphics/xpdf/files/patch-gmem deleted file mode 100644 index 6f8aba285..000000000 --- a/graphics/xpdf/files/patch-gmem +++ /dev/null @@ -1,79 +0,0 @@ ---- goo/gmem.c.orig Fri Sep 30 20:26:50 2005 -+++ goo/gmem.c Fri Sep 30 20:28:56 2005 -@@ -54,9 +54,9 @@ - - #endif /* DEBUG_MEM */ - --void *gmalloc(int size) { -+void *gmalloc(size_t size) { - #ifdef DEBUG_MEM -- int size1; -+ size_t size1; - char *mem; - GMemHdr *hdr; - void *data; -@@ -96,11 +96,11 @@ - #endif - } - --void *grealloc(void *p, int size) { -+void *grealloc(void *p, size_t size) { - #ifdef DEBUG_MEM - GMemHdr *hdr; - void *q; -- int oldSize; -+ size_t oldSize; - - if (size == 0) { - if (p) -@@ -137,8 +137,8 @@ - #endif - } - --void *gmallocn(int nObjs, int objSize) { -- int n; -+void *gmallocn(int nObjs, size_t objSize) { -+ size_t n; - - n = nObjs * objSize; - if (objSize == 0 || n / objSize != nObjs) { -@@ -148,8 +148,8 @@ - return gmalloc(n); - } - --void *greallocn(void *p, int nObjs, int objSize) { -- int n; -+void *greallocn(void *p, int nObjs, size_t objSize) { -+ size_t n; - - n = nObjs * objSize; - if (objSize == 0 || n / objSize != nObjs) { ---- goo/gmem.h.orig Wed Aug 17 01:34:30 2005 -+++ goo/gmem.h Fri Sep 30 20:26:38 2005 -@@ -19,13 +19,13 @@ - * Same as malloc, but prints error message and exits if malloc() - * returns NULL. - */ --extern void *gmalloc(int size); -+extern void *gmalloc(size_t size); - - /* - * Same as realloc, but prints error message and exits if realloc() - * returns NULL. If <p> is NULL, calls malloc instead of realloc(). - */ --extern void *grealloc(void *p, int size); -+extern void *grealloc(void *p, size_t size); - - /* - * These are similar to gmalloc and grealloc, but take an object count -@@ -33,8 +33,8 @@ - * bytes, but there is an additional error check that the total size - * doesn't overflow an int. - */ --extern void *gmallocn(int nObjs, int objSize); --extern void *greallocn(void *p, int nObjs, int objSize); -+extern void *gmallocn(int nObjs, size_t objSize); -+extern void *greallocn(void *p, int nObjs, size_t objSize); - - /* - * Same as free, but checks for and ignores NULL pointers. diff --git a/graphics/xpdf/files/patch-resize b/graphics/xpdf/files/patch-resize deleted file mode 100644 index ea3168dd2..000000000 --- a/graphics/xpdf/files/patch-resize +++ /dev/null @@ -1,36 +0,0 @@ ---- xpdf/XPDFCore.cc 2005-10-10 23:33:08.000000000 +1000 -+++ xpdf/XPDFCore.cc 2005-10-10 23:33:44.000000000 +1000 -@@ -975,6 +975,9 @@ - XPDFCore *core = (XPDFCore *)ptr; - XEvent event; - Widget top; -+ Window rootWin; -+ int x1, y1; -+ Guint w1, h1, bw1, depth1; - Arg args[2]; - int n; - Dimension w, h; -@@ -982,15 +985,20 @@ - - // find the top-most widget which has an associated window, and look - // for a pending ConfigureNotify in the event queue -- if there is -- // one, that means we're still resizing, and we want to skip the -- // current event -+ // one, and it specifies a different width or height, that means -+ // we're still resizing, and we want to skip the current event - for (top = core->parentWidget; - XtParent(top) && XtWindow(XtParent(top)); - top = XtParent(top)) ; - if (XCheckTypedWindowEvent(core->display, XtWindow(top), - ConfigureNotify, &event)) { - XPutBackEvent(core->display, &event); -- return; -+ XGetGeometry(core->display, event.xconfigure.window, -+ &rootWin, &x1, &y1, &w1, &h1, &bw1, &depth1); -+ if ((Guint)event.xconfigure.width != w1 || -+ (Guint)event.xconfigure.height != h1) { -+ return; -+ } - } - - n = 0; diff --git a/graphics/xpdf/files/patch-splash_SplashFTFont.cc b/graphics/xpdf/files/patch-splash_SplashFTFont.cc deleted file mode 100644 index 856e3376e..000000000 --- a/graphics/xpdf/files/patch-splash_SplashFTFont.cc +++ /dev/null @@ -1,77 +0,0 @@ ---- splash/SplashFTFont.cc.orig 2005-12-23 16:57:18.076514614 +0100 -+++ splash/SplashFTFont.cc 2005-12-23 17:33:42.731318339 +0100 -@@ -14,7 +14,8 @@ - - #include <ft2build.h> - #include FT_OUTLINE_H --#include FT_INTERNAL_OBJECTS_H // needed for FT_New_Size decl -+#include FT_SIZES_H // needed for FT_New_Size decl -+#include FT_GLYPH_H - #include "gmem.h" - #include "SplashMath.h" - #include "SplashGlyphBitmap.h" -@@ -25,11 +26,12 @@ - - //------------------------------------------------------------------------ - --static int glyphPathMoveTo(FT_Vector *pt, void *path); --static int glyphPathLineTo(FT_Vector *pt, void *path); --static int glyphPathConicTo(FT_Vector *ctrl, FT_Vector *pt, void *path); --static int glyphPathCubicTo(FT_Vector *ctrl1, FT_Vector *ctrl2, -- FT_Vector *pt, void *path); -+static int glyphPathMoveTo( const FT_Vector *pt, void *path); -+static int glyphPathLineTo( const FT_Vector *pt, void *path); -+static int glyphPathConicTo( const FT_Vector *ctrl, const FT_Vector *pt, -+ void* path ); -+static int glyphPathCubicTo( const FT_Vector *ctrl1, const FT_Vector *ctrl2, -+ const FT_Vector *pt, void *path); - - //------------------------------------------------------------------------ - // SplashFTFont -@@ -210,7 +212,7 @@ - }; - - SplashPath *SplashFTFont::getGlyphPath(int c) { -- static FT_Outline_Funcs outlineFuncs = { -+ static const FT_Outline_Funcs outlineFuncs = { - &glyphPathMoveTo, - &glyphPathLineTo, - &glyphPathConicTo, -@@ -249,7 +251,7 @@ - return path.path; - } - --static int glyphPathMoveTo(FT_Vector *pt, void *path) { -+static int glyphPathMoveTo( const FT_Vector *pt, void *path) { - SplashFTFontPath *p = (SplashFTFontPath *)path; - - if (p->needClose) { -@@ -260,7 +262,7 @@ - return 0; - } - --static int glyphPathLineTo(FT_Vector *pt, void *path) { -+static int glyphPathLineTo(const FT_Vector *pt, void *path) { - SplashFTFontPath *p = (SplashFTFontPath *)path; - - p->path->lineTo(pt->x / 64.0, -pt->y / 64.0); -@@ -268,7 +270,7 @@ - return 0; - } - --static int glyphPathConicTo(FT_Vector *ctrl, FT_Vector *pt, void *path) { -+static int glyphPathConicTo(const FT_Vector *ctrl, const FT_Vector *pt, void *path) { - SplashFTFontPath *p = (SplashFTFontPath *)path; - SplashCoord x0, y0, x1, y1, x2, y2, x3, y3, xc, yc; - -@@ -306,8 +308,8 @@ - return 0; - } - --static int glyphPathCubicTo(FT_Vector *ctrl1, FT_Vector *ctrl2, -- FT_Vector *pt, void *path) { -+static int glyphPathCubicTo(const FT_Vector *ctrl1, const FT_Vector *ctrl2, -+ const FT_Vector *pt, void *path) { - SplashFTFontPath *p = (SplashFTFontPath *)path; - - p->path->curveTo(ctrl1->x / 64.0, -ctrl1->y / 64.0, diff --git a/graphics/xpdf/files/patch-xfont b/graphics/xpdf/files/patch-xfont deleted file mode 100644 index 1393e2640..000000000 --- a/graphics/xpdf/files/patch-xfont +++ /dev/null @@ -1,11 +0,0 @@ ---- xpdf/XPDFViewer.cc.orig 2004-10-12 12:24:57.055068037 +0200 -+++ xpdf/XPDFViewer.cc 2004-10-12 12:24:47.707449614 +0200 -@@ -1742,7 +1742,7 @@ - aboutBigFont = - createFontList("-*-times-bold-i-normal--20-*-*-*-*-*-iso8859-1"); - aboutVersionFont = -- createFontList("-*-times-medium-r-normal--16-*-*-*-*-*-iso8859-1"); -+ createFontList("-*-times-medium-r-normal--14-*-*-*-*-*-iso8859-1"); - aboutFixedFont = - createFontList("-*-courier-medium-r-normal--12-*-*-*-*-*-iso8859-1"); - diff --git a/graphics/xpdf/files/patch-xpdf::Makefile.in b/graphics/xpdf/files/patch-xpdf::Makefile.in deleted file mode 100644 index 38859e5e6..000000000 --- a/graphics/xpdf/files/patch-xpdf::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- xpdf/Makefile.in.orig Thu Dec 1 17:10:20 2005 -+++ xpdf/Makefile.in Thu Dec 1 17:10:34 2005 -@@ -109,7 +109,7 @@ - pdffonts$(EXE) pdftoppm$(EXE) pdfimages$(EXE) - - all-no-x: pdftops$(EXE) pdftotext$(EXE) pdfinfo$(EXE) pdffonts$(EXE) \ -- pdfimages$(EXE) -+ pdftoppm$(EXE) pdfimages$(EXE) - - #------------------------------------------------------------------------ - diff --git a/graphics/xpdf/pkg-descr b/graphics/xpdf/pkg-descr deleted file mode 100644 index 836302588..000000000 --- a/graphics/xpdf/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Xpdf is a viewer for Portable Document Format (PDF) files. These are -also sometimes also called 'Acrobat' files, from the name of Adobe's -PDF software. - -It can also convert PDF input to ps, text, and info formats; and -split out fonts and images. - -WWW: http://www.foolabs.com/xpdf/ - -- Doug Barton -DougB@FreeBSD.org diff --git a/graphics/xpdf/pkg-plist b/graphics/xpdf/pkg-plist deleted file mode 100644 index 9ea660741..000000000 --- a/graphics/xpdf/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -bin/pdffonts -bin/pdfimages -bin/pdfinfo -bin/pdftoppm -bin/pdftops -bin/pdftotext -%%X11%%bin/xpdf -etc/xpdfrc -%%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/hello.pdf -%%PORTDOCS%%@dirrm %%DOCSDIR%% |