1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Remove the old gegl.

This commit is contained in:
Koop Mast 2018-10-07 19:00:17 +00:00
parent 64044ed991
commit fc38cc0715
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481474
8 changed files with 0 additions and 595 deletions

View File

@ -1,258 +0,0 @@
# Created by: Pietro Cerutti <gahr@FreeBSD.org>
# $FreeBSD$
PORTNAME= gegl
PORTVERSION= 0.2.0
PORTREVISION= 25
CATEGORIES= graphics
MASTER_SITES= GIMP
MAINTAINER= gnome@FreeBSD.org
COMMENT= Graph based image processing framework
LICENSE= GPLv3+ LGPL20+ LGPL3+
LICENSE_COMB= multi
LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING
LICENSE_FILE_LGPL3+ = ${WRKSRC}/COPYING.LESSER
BROKEN_aarch64= fails to build: gmake index.html: Segmentation fault in docs/gallery/
LIB_DEPENDS= libbabl-0.1.so:x11/babl
# ignore new versions until we can replace this version with gegl 3.x
PORTSCOUT= ignore:1
OPTIONS_DEFINE= CAIRO ENSCRIPT EXIV2 FFMPEG PIXBUF GRAPHVIZ JASPER JPEG \
LUA OPENEXR OPENRAW SIMD PANGO PNG LIBRSVG2 SDL SPIRO V4L \
DOCS EXAMPLES
OPTIONS_DEFAULT=CAIRO ENSCRIPT EXIV2 PIXBUF GRAPHVIZ JASPER JPEG LUA \
OPENEXR OPENRAW PANGO PNG LIBRSVG2 SDL SPIRO V4L
ENSCRIPT_DESC= Enscript support
SPIRO_DESC= Spiro support
#UMFPACK_DESC= UMFpack support
USES= cpe gettext gmake libtool pathfix pkgconfig shebangfix tar:bzip2
USE_GNOME= glib20 intltool
USE_LDCONFIG= ${PREFIX}/lib/gegl-0.2
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_header_execinfo_h=no
CONFIGURE_ARGS= --without-vala --disable-docs
INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lintl -lm
GEGL_MINOR= 199
GEGL_VER= 0.2
PLIST_SUB+= GEGL_MINOR="${GEGL_MINOR}" GEGL_VER=${GEGL_VER}
EXAMPLES= 2geglbuffer csugar float-lookup \
gegl-convert gegl-slicer geglbuffer-add-image \
geglbuffer-clock hello-world-video hello-world
SHEBANG_FILES= tools/xml_insert.sh
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPIXBUF}
USE_GNOME+= gdkpixbuf2
PLIST_SUB+= GDK=""
.else
CONFIGURE_ARGS+=--without-gdk-pixbuf
PLIST_SUB+= GDK="@comment "
.endif
.if ${PORT_OPTIONS:MCAIRO}
LIB_DEPENDS+= libcairo.so:graphics/cairo
PLIST_SUB+= CAIRO=""
.else
CONFIGURE_ARGS+=--without-cairo
PLIST_SUB+= CAIRO="@comment "
.endif
.if ${PORT_OPTIONS:MPANGO}
USE_GNOME+= pango
PLIST_SUB+= PANGO=""
.else
CONFIGURE_ARGS+=--without-pango
PLIST_SUB+= PANGO="@comment "
.endif
.if ${PORT_OPTIONS:MPANGO} && ${PORT_OPTIONS:MCAIRO}
PLIST_SUB+= PANGOCAIRO=""
.else
CONFIGURE_ARGS+=--without-pangocairo
PLIST_SUB+= PANGOCAIRO="@comment "
.endif
.if ${PORT_OPTIONS:MENSCRIPT}
BUILD_DEPENDS+= enscript:print/enscript-a4
.endif
.if ${PORT_OPTIONS:MFFMPEG}
LIB_DEPENDS+= libavformat.so:multimedia/ffmpeg
PLIST_SUB+= FFMPEG=""
.else
CONFIGURE_ARGS+=--without-libavformat
PLIST_SUB+= FFMPEG="@comment "
.endif
.if ${PORT_OPTIONS:MGRAPHVIZ}
LIB_DEPENDS+= libcgraph.so:graphics/graphviz
.else
CONFIGURE_ARGS+=--without-graphviz
.endif
.if ${PORT_OPTIONS:MJASPER}
LIB_DEPENDS+= libjasper.so:graphics/jasper
PLIST_SUB+= JP2=""
.else
CONFIGURE_ARGS+=--without-jasper
PLIST_SUB+= JP2="@comment "
.endif
.if ${PORT_OPTIONS:MJPEG}
USES+= jpeg
PLIST_SUB+= JPEG=""
.else
CONFIGURE_ARGS+=--without-libjpeg
PLIST_SUB+= JPEG="@comment "
.endif
.if ${PORT_OPTIONS:MLUA}
USES+= lua
.else
CONFIGURE_ARGS+=--without-lua
.endif
.if ${PORT_OPTIONS:MOPENEXR}
LIB_DEPENDS+= libIlmImf.so:graphics/openexr
PLIST_SUB+= OPENEXR=""
.else
CONFIGURE_ARGS+=--without-openexr
PLIST_SUB+= OPENEXR="@comment "
.endif
.if ${PORT_OPTIONS:MOPENRAW}
LIB_DEPENDS+= libopenraw.so:graphics/libopenraw
PLIST_SUB+= OPENRAW=""
.else
CONFIGURE_ARGS+=--without-libopenraw
PLIST_SUB+= OPENRAW="@comment "
.endif
.if ! ${PORT_OPTIONS:MSIMD}
CONFIGURE_ARGS+=--disable-mmx \
--disable-sse
.endif
.if ${PORT_OPTIONS:MPNG}
LIB_DEPENDS+= libpng.so:graphics/png
PLIST_SUB+= PNG=""
.else
CONFIGURE_ARGS+=--without-libpng
PLIST_SUB+= PNG="@comment "
.endif
.if ${PORT_OPTIONS:MLIBRSVG2}
LIB_DEPENDS+= librsvg-2.so:graphics/librsvg2
PLIST_SUB+= RSVG=""
.else
CONFIGURE_ARGS+=--without-librsvg
PLIST_SUB+= RSVG="@comment "
.endif
.if ${PORT_OPTIONS:MSDL}
USE_SDL= sdl
PLIST_SUB+= SDL=""
.else
CONFIGURE_ARGS+=--without-sdl
PLIST_SUB+= SDL="@comment "
.endif
.if ${PORT_OPTIONS:MSPIRO}
LIB_DEPENDS+= libspiro.so:graphics/libspiro
.else
CONFIGURE_ARGS+=--without-libspiro
.endif
.if ${PORT_OPTIONS:MV4L}
BUILD_DEPENDS+= ${LOCALBASE}/include/linux/videodev.h:multimedia/v4l_compat
PLIST_SUB+= V4L=""
.else
CONFIGURE_ARGS+=--without-libv4l
PLIST_SUB+= V4L="@comment "
.endif
# umfpack library is broken
#.if ${PORT_OPTIONS:MUMFPACK}
#LIB_DEPENDS+= umfpack:math/suitesparse
#PLIST_SUB+= UMFPACK=""
#.else
CONFIGURE_ARGS+=--without-umfpack
PLIST_SUB+= UMFPACK="@comment "
#.endif
.if ${PORT_OPTIONS:MEXIV2}
LIB_DEPENDS+= libexiv2.so:graphics/exiv2
PLIST_SUB+= EXIV2=""
.else
CONFIGURE_ARGS+=--without-exiv2
PLIST_SUB+= EXIV2="@comment "
.endif
.if ${PORT_OPTIONS:MDOCS}
BUILD_DEPENDS+= a2x:textproc/asciidoc \
${LOCALBASE}/bin/bash:shells/bash \
vimdot:graphics/graphviz
USE_RUBY= yes
RUBY_NO_RUN_DEPENDS=yes
.else
CONFIGURE_ARGS+=--disable-docs
.endif
post-patch:
${REINPLACE_CMD} "s/lua >/lua-${LUA_VER} >/g" ${WRKSRC}/configure
.if ! ${PORT_OPTIONS:MDOCS}
${REINPLACE_CMD} -e 's|tools examples|tools|g' \
${WRKSRC}/Makefile.in
.endif
${REINPLACE_CMD} -e 's|\(lua\)\(5\.1\)|\1-\2|g ; s|x86_64|amd64|g ; s|libopenraw-1.0|libopenraw-0.1|g' \
${WRKSRC}/configure
.if ${PORT_OPTIONS:MDOCS}
pre-configure:
# .if !exists() evaluates too early before graphviz has a chance to be installed
@if ! hash vimdot 2>/dev/null; then \
${ECHO_MSG} "${PKGNAME}: Needs graphics/graphviz with PANGOCAIRO support enabled."; \
${FALSE}; \
fi
.endif
post-build:
.if ${PORT_OPTIONS:MDOCS}
cd ${WRKSRC}/docs && ${MAKE_CMD} index.html
cd ${WRKSRC}/docs/gallery && ${MAKE_CMD} index.html
.endif
post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}/gallery
(cd ${WRKSRC}/docs && \
${COPYTREE_SHARE} \*.html ${STAGEDIR}${DOCSDIR} && \
${INSTALL_DATA} ChangeLog gegl.css gegl.devhelp devhelp.css ${STAGEDIR}${DOCSDIR} && \
${INSTALL_DATA} gallery/OpenRaster* ${STAGEDIR}${DOCSDIR}/gallery && \
${INSTALL_DATA} gallery/clones* ${STAGEDIR}${DOCSDIR}/gallery && \
${INSTALL_DATA} gallery/index.html ${STAGEDIR}${DOCSDIR}/gallery )
.endif
.if ${PORT_OPTIONS:MEXAMPLES}
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/data
${INSTALL_DATA} ${WRKSRC}/examples/data/surfer.png ${STAGEDIR}${EXAMPLESDIR}/data
.for ex in ${EXAMPLES}
${INSTALL_DATA} ${WRKSRC}/examples/${ex}.c ${STAGEDIR}${EXAMPLESDIR}
.endfor
.endif
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gegl-0.2/*.so
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (gegl-0.2.0.tar.bz2) = df2e6a0d9499afcbc4f9029c18d9d1e0dd5e8710a75e17c9b1d9a6480dd8d426
SIZE (gegl-0.2.0.tar.bz2) = 7502040

View File

@ -1,65 +0,0 @@
https://git.gnome.org/browse/gegl/commit/?id=97067622352e
https://git.gnome.org/browse/gegl/commit/?id=6d50c42e2c9a
https://git.gnome.org/browse/gegl/commit/?id=67f14cbbc5d1
--- operations/external/ff-load.c.orig 2012-04-01 11:17:57 UTC
+++ operations/external/ff-load.c
@@ -137,7 +137,7 @@ ff_cleanup (GeglChantO *o)
if (p->enc)
avcodec_close (p->enc);
if (p->ic)
- av_close_input_file (p->ic);
+ avformat_close_input(&p->ic);
if (p->lavc_frame)
av_free (p->lavc_frame);
@@ -216,9 +216,9 @@ decode_frame (GeglOperation *operation,
{
do
{
- if (av_read_packet (p->ic, &p->pkt) < 0)
+ if (av_read_frame (p->ic, &p->pkt) < 0)
{
- fprintf (stderr, "av_read_packet failed for %s\n",
+ fprintf (stderr, "av_read_frame failed for %s\n",
o->path);
return -1;
}
@@ -271,12 +271,12 @@ prepare (GeglOperation *operation)
gint err;
ff_cleanup (o);
- err = av_open_input_file (&p->ic, o->path, NULL, 0, NULL);
+ err = avformat_open_input(&p->ic, o->path, NULL, 0);
if (err < 0)
{
print_error (o->path, err);
}
- err = av_find_stream_info (p->ic);
+ err = avformat_find_stream_info (p->ic, NULL);
if (err < 0)
{
g_warning ("ff-load: error finding stream info for %s", o->path);
@@ -309,10 +309,10 @@ prepare (GeglOperation *operation)
g_warning ("codec not found");
}
- if (p->codec->capabilities & CODEC_CAP_TRUNCATED)
- p->enc->flags |= CODEC_FLAG_TRUNCATED;
+ if (p->codec->capabilities & AV_CODEC_CAP_TRUNCATED)
+ p->enc->flags |= AV_CODEC_FLAG_TRUNCATED;
- if (avcodec_open (p->enc, p->codec) < 0)
+ if (avcodec_open2 (p->enc, p->codec, NULL) < 0)
{
g_warning ("error opening codec %s", p->enc->codec->name);
return;
@@ -321,7 +321,7 @@ prepare (GeglOperation *operation)
p->width = p->enc->width;
p->height = p->enc->height;
p->frames = 10000000;
- p->lavc_frame = avcodec_alloc_frame ();
+ p->lavc_frame = av_frame_alloc ();
if (p->fourcc)
g_free (p->fourcc);

View File

@ -1,13 +0,0 @@
OR_DATA_TYPE_CFA was replaced by OR_DATA_TYPE_RAW in libopenraw-0.1.0
--- operations/external/openraw.c.orig 2016-12-01 05:57:23 UTC
+++ operations/external/openraw.c
@@ -116,7 +116,7 @@ load_buffer (GeglOperation *operation)
goto clean_file;
}
- if(or_rawdata_format (rawdata) != OR_DATA_TYPE_CFA)
+ if(or_rawdata_format (rawdata) != OR_DATA_TYPE_RAW)
{
goto clean_file;
}

View File

@ -1,14 +0,0 @@
--- tools/create-reference.rb.orig 2013-06-17 14:02:54.000000000 +0000
+++ tools/create-reference.rb 2013-06-17 14:03:31.000000000 +0000
@@ -5,6 +5,11 @@
# Use under a public domain license.
#
+if RUBY_VERSION != /^1.8/
+ Encoding.default_external = Encoding::UTF_8
+ Encoding.default_internal = Encoding::UTF_8
+end
+
class Argument
attr_accessor :name, :data_type, :doc
def initialize

View File

@ -1,14 +0,0 @@
--- tools/exp_combine.cpp.orig 2011-03-02 09:30:13.000000000 +0100
+++ tools/exp_combine.cpp 2011-03-02 09:27:16.000000000 +0100
@@ -6,6 +6,11 @@
#include <cerrno>
#include <cmath>
+#include <sys/param.h>
+#if __FreeBSD_version <= 704100 || (__FreeBSD_version >= 800000 && __FreeBSD_version < 802502) || (__FreeBSD_version >= 900000 && __FreeBSD_version < 900027)
+#define log2f(x) (logf(x) / logf(2))
+#endif
+
#include <iostream>
#include <exiv2/image.hpp>

View File

@ -1,9 +0,0 @@
GEGL (Generic Graphics Library) is a graph based image
processing framework.
GEGL provides infrastructure to do demand based cached
non destructive image editing on larger than RAM buffers.
Through babl it provides support for a wide range of color
models and pixel storage formats for input and output.
WWW: http://gegl.org/

View File

@ -1,220 +0,0 @@
bin/gegl
include/gegl-%%GEGL_VER%%/gegl-buffer-backend.h
include/gegl-%%GEGL_VER%%/gegl-buffer-iterator.h
include/gegl-%%GEGL_VER%%/gegl-buffer.h
include/gegl-%%GEGL_VER%%/gegl-chant.h
include/gegl-%%GEGL_VER%%/gegl-color.h
include/gegl-%%GEGL_VER%%/gegl-curve.h
include/gegl-%%GEGL_VER%%/gegl-enums.h
include/gegl-%%GEGL_VER%%/gegl-lookup.h
include/gegl-%%GEGL_VER%%/gegl-matrix.h
include/gegl-%%GEGL_VER%%/gegl-paramspecs.h
include/gegl-%%GEGL_VER%%/gegl-path.h
include/gegl-%%GEGL_VER%%/gegl-plugin.h
include/gegl-%%GEGL_VER%%/gegl-tile-backend.h
include/gegl-%%GEGL_VER%%/gegl-tile-source.h
include/gegl-%%GEGL_VER%%/gegl-tile.h
include/gegl-%%GEGL_VER%%/gegl-types.h
include/gegl-%%GEGL_VER%%/gegl-utils.h
include/gegl-%%GEGL_VER%%/gegl-version.h
include/gegl-%%GEGL_VER%%/gegl.h
include/gegl-%%GEGL_VER%%/opencl/cl.h
include/gegl-%%GEGL_VER%%/opencl/cl_d3d10.h
include/gegl-%%GEGL_VER%%/opencl/cl_ext.h
include/gegl-%%GEGL_VER%%/opencl/cl_gl.h
include/gegl-%%GEGL_VER%%/opencl/cl_gl_ext.h
include/gegl-%%GEGL_VER%%/opencl/cl_platform.h
include/gegl-%%GEGL_VER%%/opencl/gegl-cl-color.h
include/gegl-%%GEGL_VER%%/opencl/gegl-cl-init.h
include/gegl-%%GEGL_VER%%/opencl/gegl-cl-types.h
include/gegl-%%GEGL_VER%%/opencl/gegl-cl.h
include/gegl-%%GEGL_VER%%/opencl/opencl.h
include/gegl-%%GEGL_VER%%/operation/gegl-operation-area-filter.h
include/gegl-%%GEGL_VER%%/operation/gegl-operation-composer.h
include/gegl-%%GEGL_VER%%/operation/gegl-operation-composer3.h
include/gegl-%%GEGL_VER%%/operation/gegl-operation-filter.h
include/gegl-%%GEGL_VER%%/operation/gegl-operation-meta.h
include/gegl-%%GEGL_VER%%/operation/gegl-operation-point-composer.h
include/gegl-%%GEGL_VER%%/operation/gegl-operation-point-composer3.h
include/gegl-%%GEGL_VER%%/operation/gegl-operation-point-filter.h
include/gegl-%%GEGL_VER%%/operation/gegl-operation-point-render.h
include/gegl-%%GEGL_VER%%/operation/gegl-operation-sink.h
include/gegl-%%GEGL_VER%%/operation/gegl-operation-source.h
include/gegl-%%GEGL_VER%%/operation/gegl-operation-temporal.h
include/gegl-%%GEGL_VER%%/operation/gegl-operation.h
%%CAIRO%%lib/gegl-%%GEGL_VER%%/vector-fill.so
%%CAIRO%%lib/gegl-%%GEGL_VER%%/vector-stroke.so
%%CAIRO%%lib/gegl-%%GEGL_VER%%/path.so
%%FFMPEG%%lib/gegl-%%GEGL_VER%%/ff-load.so
%%JPEG%%lib/gegl-%%GEGL_VER%%/jpg-load.so
%%JPEG%%lib/gegl-%%GEGL_VER%%/jpg-save.so
%%OPENEXR%%lib/gegl-%%GEGL_VER%%/exr-load.so
%%OPENEXR%%lib/gegl-%%GEGL_VER%%/exr-save.so
%%OPENRAW%%lib/gegl-%%GEGL_VER%%/openraw.so
%%PANGOCAIRO%%lib/gegl-%%GEGL_VER%%/text.so
%%PNG%%lib/gegl-%%GEGL_VER%%/png-load.so
%%PNG%%lib/gegl-%%GEGL_VER%%/png-save.so
%%RSVG%%lib/gegl-%%GEGL_VER%%/svg-load.so
%%SDL%%lib/gegl-%%GEGL_VER%%/sdl-display.so
%%V4L%%lib/gegl-%%GEGL_VER%%/v4l.so
lib/gegl-%%GEGL_VER%%/add.so
lib/gegl-%%GEGL_VER%%/bilateral-filter.so
lib/gegl-%%GEGL_VER%%/box-blur.so
lib/gegl-%%GEGL_VER%%/brightness-contrast.so
lib/gegl-%%GEGL_VER%%/buffer-sink.so
lib/gegl-%%GEGL_VER%%/buffer-source.so
lib/gegl-%%GEGL_VER%%/c2g.so
lib/gegl-%%GEGL_VER%%/checkerboard.so
lib/gegl-%%GEGL_VER%%/clear.so
lib/gegl-%%GEGL_VER%%/clone.so
lib/gegl-%%GEGL_VER%%/color-burn.so
lib/gegl-%%GEGL_VER%%/color-dodge.so
lib/gegl-%%GEGL_VER%%/color-temperature.so
lib/gegl-%%GEGL_VER%%/color-to-alpha.so
lib/gegl-%%GEGL_VER%%/color.so
lib/gegl-%%GEGL_VER%%/contrast-curve.so
lib/gegl-%%GEGL_VER%%/convert-format.so
lib/gegl-%%GEGL_VER%%/crop.so
lib/gegl-%%GEGL_VER%%/darken.so
lib/gegl-%%GEGL_VER%%/difference-of-gaussians.so
lib/gegl-%%GEGL_VER%%/difference.so
lib/gegl-%%GEGL_VER%%/display.so
lib/gegl-%%GEGL_VER%%/divide.so
lib/gegl-%%GEGL_VER%%/dropshadow.so
lib/gegl-%%GEGL_VER%%/dst-atop.so
lib/gegl-%%GEGL_VER%%/dst-in.so
lib/gegl-%%GEGL_VER%%/dst-out.so
lib/gegl-%%GEGL_VER%%/dst-over.so
lib/gegl-%%GEGL_VER%%/dst.so
lib/gegl-%%GEGL_VER%%/edge-laplace.so
lib/gegl-%%GEGL_VER%%/edge-sobel.so
lib/gegl-%%GEGL_VER%%/exclusion.so
lib/gegl-%%GEGL_VER%%/exp-combine.so
lib/gegl-%%GEGL_VER%%/fattal02.so
lib/gegl-%%GEGL_VER%%/fractal-explorer.so
lib/gegl-%%GEGL_VER%%/gamma.so
lib/gegl-%%GEGL_VER%%/gaussian-blur.so
lib/gegl-%%GEGL_VER%%/gegl-buffer-load-op.so
lib/gegl-%%GEGL_VER%%/gegl-buffer-save-op.so
lib/gegl-%%GEGL_VER%%/grey.so
lib/gegl-%%GEGL_VER%%/grid.so
lib/gegl-%%GEGL_VER%%/hard-light.so
lib/gegl-%%GEGL_VER%%/introspect.so
lib/gegl-%%GEGL_VER%%/invert.so
%%JP2%%lib/gegl-%%GEGL_VER%%/jp2-load.so
lib/gegl-%%GEGL_VER%%/layer.so
lib/gegl-%%GEGL_VER%%/lens-distortion.so
lib/gegl-%%GEGL_VER%%/levels.so
lib/gegl-%%GEGL_VER%%/lighten.so
lib/gegl-%%GEGL_VER%%/load.so
lib/gegl-%%GEGL_VER%%/magick-load.so
lib/gegl-%%GEGL_VER%%/mantiuk06.so
lib/gegl-%%GEGL_VER%%/map-absolute.so
lib/gegl-%%GEGL_VER%%/map-relative.so
lib/gegl-%%GEGL_VER%%/matting-global.so
lib/gegl-%%GEGL_VER%%/mblur.so
lib/gegl-%%GEGL_VER%%/mirrors.so
lib/gegl-%%GEGL_VER%%/mono-mixer.so
lib/gegl-%%GEGL_VER%%/motion-blur.so
lib/gegl-%%GEGL_VER%%/multiply.so
lib/gegl-%%GEGL_VER%%/noise-reduction.so
lib/gegl-%%GEGL_VER%%/noise.so
lib/gegl-%%GEGL_VER%%/nop.so
lib/gegl-%%GEGL_VER%%/opacity.so
lib/gegl-%%GEGL_VER%%/open-buffer.so
lib/gegl-%%GEGL_VER%%/over.so
lib/gegl-%%GEGL_VER%%/overlay.so
%%GDK%%lib/gegl-%%GEGL_VER%%/pixbuf.so
lib/gegl-%%GEGL_VER%%/pixelize.so
lib/gegl-%%GEGL_VER%%/plus.so
lib/gegl-%%GEGL_VER%%/polar-coordinates.so
lib/gegl-%%GEGL_VER%%/posterize.so
lib/gegl-%%GEGL_VER%%/ppm-load.so
lib/gegl-%%GEGL_VER%%/ppm-save.so
lib/gegl-%%GEGL_VER%%/raw-load.so
lib/gegl-%%GEGL_VER%%/rectangle.so
lib/gegl-%%GEGL_VER%%/reinhard05.so
lib/gegl-%%GEGL_VER%%/remap.so
lib/gegl-%%GEGL_VER%%/rgbe-load.so
lib/gegl-%%GEGL_VER%%/rgbe-save.so
lib/gegl-%%GEGL_VER%%/ripple.so
%%GDK%%lib/gegl-%%GEGL_VER%%/save-pixbuf.so
lib/gegl-%%GEGL_VER%%/save.so
lib/gegl-%%GEGL_VER%%/screen.so
lib/gegl-%%GEGL_VER%%/snn-mean.so
lib/gegl-%%GEGL_VER%%/soft-light.so
lib/gegl-%%GEGL_VER%%/src-atop.so
lib/gegl-%%GEGL_VER%%/src-in.so
lib/gegl-%%GEGL_VER%%/src-out.so
lib/gegl-%%GEGL_VER%%/src-over.so
lib/gegl-%%GEGL_VER%%/src.so
lib/gegl-%%GEGL_VER%%/stress.so
lib/gegl-%%GEGL_VER%%/stretch-contrast.so
lib/gegl-%%GEGL_VER%%/subtract.so
lib/gegl-%%GEGL_VER%%/svg-huerotate.so
lib/gegl-%%GEGL_VER%%/svg-luminancetoalpha.so
lib/gegl-%%GEGL_VER%%/svg-matrix.so
lib/gegl-%%GEGL_VER%%/svg-multiply.so
lib/gegl-%%GEGL_VER%%/svg-saturate.so
lib/gegl-%%GEGL_VER%%/threshold.so
lib/gegl-%%GEGL_VER%%/transformops.so
lib/gegl-%%GEGL_VER%%/unsharp-mask.so
lib/gegl-%%GEGL_VER%%/value-invert.so
lib/gegl-%%GEGL_VER%%/vignette.so
lib/gegl-%%GEGL_VER%%/waves.so
lib/gegl-%%GEGL_VER%%/weighted-blend.so
lib/gegl-%%GEGL_VER%%/write-buffer.so
lib/gegl-%%GEGL_VER%%/xor.so
lib/libgegl-%%GEGL_VER%%.so
lib/libgegl-%%GEGL_VER%%.so.0
lib/libgegl-%%GEGL_VER%%.so.0.199.1
libdata/pkgconfig/gegl-%%GEGL_VER%%.pc
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/api.html
%%PORTDOCS%%%%DOCSDIR%%/brightness-contrast.c.html
%%PORTDOCS%%%%DOCSDIR%%/devhelp.css
%%PNG%%%%PORTDOCS%%%%DOCSDIR%%/gallery/OpenRaster-00.png
%%PORTDOCS%%%%DOCSDIR%%/gallery/OpenRaster-00.txt
%%PORTDOCS%%%%DOCSDIR%%/gallery/OpenRaster-00.xml
%%PNG%%%%PORTDOCS%%%%DOCSDIR%%/gallery/OpenRaster-01.png
%%PORTDOCS%%%%DOCSDIR%%/gallery/OpenRaster-01.txt
%%PORTDOCS%%%%DOCSDIR%%/gallery/OpenRaster-01.xml
%%PNG%%%%PORTDOCS%%%%DOCSDIR%%/gallery/OpenRaster-04.png
%%PORTDOCS%%%%DOCSDIR%%/gallery/OpenRaster-04.txt
%%PORTDOCS%%%%DOCSDIR%%/gallery/OpenRaster-04.xml
%%PNG%%%%PORTDOCS%%%%DOCSDIR%%/gallery/clones.png
%%PORTDOCS%%%%DOCSDIR%%/gallery/clones.txt
%%PORTDOCS%%%%DOCSDIR%%/gallery/clones.xml
%%PORTDOCS%%%%DOCSDIR%%/gallery/index.html
%%PORTDOCS%%%%DOCSDIR%%/gegl-operation-area-filter.h.html
%%PORTDOCS%%%%DOCSDIR%%/gegl-operation-composer.h.html
%%PORTDOCS%%%%DOCSDIR%%/gegl-operation-filter.h.html
%%PORTDOCS%%%%DOCSDIR%%/gegl-operation-meta.h.html
%%PORTDOCS%%%%DOCSDIR%%/gegl-operation-point-composer.h.html
%%PORTDOCS%%%%DOCSDIR%%/gegl-operation-point-filter.h.html
%%PORTDOCS%%%%DOCSDIR%%/gegl-operation-point-render.h.html
%%PORTDOCS%%%%DOCSDIR%%/gegl-operation-sink.h.html
%%PORTDOCS%%%%DOCSDIR%%/gegl-operation-source.h.html
%%PORTDOCS%%%%DOCSDIR%%/gegl-operation-temporal.h.html
%%PORTDOCS%%%%DOCSDIR%%/gegl-operation.h.html
%%PORTDOCS%%%%DOCSDIR%%/gegl-plugin.h.html
%%PORTDOCS%%%%DOCSDIR%%/gegl.css
%%PORTDOCS%%%%DOCSDIR%%/gegl.devhelp
%%PORTDOCS%%%%DOCSDIR%%/gegl.h.html
%%PORTDOCS%%%%DOCSDIR%%/index.html
%%PORTDOCS%%%%DOCSDIR%%/operations.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/surfer.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2geglbuffer.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/csugar.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/float-lookup.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gegl-convert.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gegl-slicer.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geglbuffer-add-image.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geglbuffer-clock.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello-world-video.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello-world.c
share/locale/es/LC_MESSAGES/gegl-%%GEGL_VER%%.mo
share/locale/fr/LC_MESSAGES/gegl-%%GEGL_VER%%.mo
share/locale/pl/LC_MESSAGES/gegl-%%GEGL_VER%%.mo
share/locale/ru/LC_MESSAGES/gegl-%%GEGL_VER%%.mo
share/locale/sl/LC_MESSAGES/gegl-%%GEGL_VER%%.mo