diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index f1caa0378380..2a69c213c5df 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -1,230 +1,233 @@ # Created by: gahr # $FreeBSD$ PORTNAME= gegl -PORTVERSION= 0.1.8 -PORTREVISION= 6 +PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.gimp.org/pub/gegl/0.1/ +MASTER_SITES= ftp://ftp.gimp.org/pub/gegl/0.2/ MAINTAINER= gnome@FreeBSD.org COMMENT= A graph based image processing framework -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= babl-0.1:${PORTSDIR}/x11/babl OPTIONS_DEFINE= CAIRO ENSCRIPT EXIV2 FFMPEG PIXBUF GRAPHVIZ JASPER JPEG \ LUA OPENEXR OPENRAW SIMD PANGO PNG LIBRSVG2 SDL SPIRO V4L 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 -USE_GNOME= glib20 gnomehack +USE_GNOME= glib20 intltool +USES= pathfix USE_PKGCONFIG= build USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes -USE_LDCONFIG= ${PREFIX}/lib/gegl-0.1 +USE_LDCONFIG= ${PREFIX}/lib/gegl-0.2 GNU_CONFIGURE= yes CONFIGURE_ENV+= ac_cv_header_execinfo_h=no CONFIGURE_ARGS+=--without-vala CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl -GEGL_MINOR= 107 -PLIST_SUB+= GEGL_MINOR="${GEGL_MINOR}" +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 .include .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+= cairo:${PORTSDIR}/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:${PORTSDIR}/print/enscript-a4 .endif .if ${PORT_OPTIONS:MFFMPEG} LIB_DEPENDS+= avformat:${PORTSDIR}/multimedia/ffmpeg PLIST_SUB+= FFMPEG="" .else CONFIGURE_ARGS+=--without-libavformat PLIST_SUB+= FFMPEG="@comment " .endif .if ${PORT_OPTIONS:MGRAPHVIZ} -LIB_DEPENDS+= gvpr:${PORTSDIR}/graphics/graphviz +LIB_DEPENDS+= cgraph:${PORTSDIR}/graphics/graphviz .else CONFIGURE_ARGS+=--without-graphviz .endif .if ${PORT_OPTIONS:MJASPER} LIB_DEPENDS+= jasper:${PORTSDIR}/graphics/jasper PLIST_SUB+= JP2="" .else CONFIGURE_ARGS+=--without-jasper PLIST_SUB+= JP2="@comment " .endif .if ${PORT_OPTIONS:MJPEG} LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg PLIST_SUB+= JPEG="" .else CONFIGURE_ARGS+=--without-libjpeg PLIST_SUB+= JPEG="@comment " .endif .if ${PORT_OPTIONS:MLUA} USE_LUA= 5.1 .else CONFIGURE_ARGS+=--without-lua .endif .if ${PORT_OPTIONS:MOPENEXR} LIB_DEPENDS+= IlmImf:${PORTSDIR}/graphics/OpenEXR PLIST_SUB+= OPENEXR="" .else CONFIGURE_ARGS+=--without-openexr PLIST_SUB+= OPENEXR="@comment " .endif .if ${PORT_OPTIONS:MOPENRAW} LIB_DEPENDS+= openraw:${PORTSDIR}/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+= png15:${PORTSDIR}/graphics/png PLIST_SUB+= PNG="" .else CONFIGURE_ARGS+=--without-libpng PLIST_SUB+= PNG="@comment " .endif .if ${PORT_OPTIONS:MLIBRSVG2} LIB_DEPENDS+= rsvg-2:${PORTSDIR}/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+= spiro:${PORTSDIR}/graphics/libspiro .else CONFIGURE_ARGS+=--without-libspiro .endif .if ${PORT_OPTIONS:MV4L} BUILD_DEPENDS+= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/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:${PORTSDIR}/math/suitesparse #PLIST_SUB+= UMFPACK="" #.else CONFIGURE_ARGS+=--without-umfpack PLIST_SUB+= UMFPACK="@comment " #.endif .if ${PORT_OPTIONS:MEXIV2} LIB_DEPENDS+= exiv2:${PORTSDIR}/graphics/exiv2 PLIST_SUB+= EXIV2="" .else CONFIGURE_ARGS+=--without-exiv2 PLIST_SUB+= EXIV2="@comment " .endif .if ${PORT_OPTIONS:MDOCS} BUILD_DEPENDS+= a2x:${PORTSDIR}/textproc/asciidoc .else CONFIGURE_ARGS+=--disable-docs .endif post-patch: .if empty(PORT_OPTIONS:MDOCS) - @${REINPLACE_CMD} -e '/^SUBDIRS/s|tools examples tests||' \ - ${WRKSRC}/Makefile.in + ${REINPLACE_CMD} -e '10s|\\||; 11,13d' \ + ${WRKSRC}/Makefile.am .endif ${REINPLACE_CMD} -e 's|\(lua\)\(5\.1\)|\1-\2|g ; s|x86_64|amd64|g' \ ${WRKSRC}/configure + ${REINPLACE_CMD} -e 's|/usr/bin/ruby|/usr/bin/env ruby|' \ + ${WRKSRC}/tools/gobj2dot.rb post-build: .if ${PORT_OPTIONS:MDOCS} cd ${WRKSRC}/docs && ${GMAKE} .endif post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR}/gallery (cd ${WRKSRC}/docs && \ ${COPYTREE_SHARE} \*.html ${DOCSDIR} && \ ${INSTALL_DATA} ChangeLog gegl.css gegl.devhelp devhelp.css ${DOCSDIR} && \ ${INSTALL_DATA} gallery/OpenRaster* ${DOCSDIR}/gallery && \ ${INSTALL_DATA} gallery/clones* ${DOCSDIR}/gallery && \ ${INSTALL_DATA} gallery/index.html ${DOCSDIR}/gallery ) .endif .if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${EXAMPLESDIR}/data ${INSTALL_DATA} ${WRKSRC}/examples/data/surfer.png ${EXAMPLESDIR}/data .for ex in ${EXAMPLES} ${INSTALL_DATA} ${WRKSRC}/examples/${ex}.c ${EXAMPLESDIR} .endfor .endif .include diff --git a/graphics/gegl/distinfo b/graphics/gegl/distinfo index 6b52d44399e2..d42bc9cbd7da 100644 --- a/graphics/gegl/distinfo +++ b/graphics/gegl/distinfo @@ -1,2 +1,2 @@ -SHA256 (gegl-0.1.8.tar.bz2) = 106b9574b6d5fb282683794f7a7f090a1a3f4a388890e592b202827a4ca76f75 -SIZE (gegl-0.1.8.tar.bz2) = 5532682 +SHA256 (gegl-0.2.0.tar.bz2) = df2e6a0d9499afcbc4f9029c18d9d1e0dd5e8710a75e17c9b1d9a6480dd8d426 +SIZE (gegl-0.2.0.tar.bz2) = 7502040 diff --git a/graphics/gegl/pkg-plist b/graphics/gegl/pkg-plist index 347b83d733ee..dda44a42f748 100644 --- a/graphics/gegl/pkg-plist +++ b/graphics/gegl/pkg-plist @@ -1,347 +1,374 @@ bin/gegl -include/gegl-0.1/gegl-buffer-backend.h -include/gegl-0.1/gegl-buffer-iterator.h -include/gegl-0.1/gegl-buffer.h -include/gegl-0.1/gegl-chant.h -include/gegl-0.1/gegl-color.h -include/gegl-0.1/gegl-curve.h -include/gegl-0.1/gegl-enums.h -include/gegl-0.1/gegl-lookup.h -include/gegl-0.1/gegl-matrix.h -include/gegl-0.1/gegl-paramspecs.h -include/gegl-0.1/gegl-path.h -include/gegl-0.1/gegl-plugin.h -include/gegl-0.1/gegl-tile-backend.h -include/gegl-0.1/gegl-tile-source.h -include/gegl-0.1/gegl-tile.h -include/gegl-0.1/gegl-types.h -include/gegl-0.1/gegl-utils.h -include/gegl-0.1/gegl-version.h -include/gegl-0.1/gegl.h -include/gegl-0.1/operation/gegl-operation-area-filter.h -include/gegl-0.1/operation/gegl-operation-composer.h -include/gegl-0.1/operation/gegl-operation-composer3.h -include/gegl-0.1/operation/gegl-operation-filter.h -include/gegl-0.1/operation/gegl-operation-meta.h -include/gegl-0.1/operation/gegl-operation-point-composer.h -include/gegl-0.1/operation/gegl-operation-point-composer3.h -include/gegl-0.1/operation/gegl-operation-point-filter.h -include/gegl-0.1/operation/gegl-operation-point-render.h -include/gegl-0.1/operation/gegl-operation-sink.h -include/gegl-0.1/operation/gegl-operation-source.h -include/gegl-0.1/operation/gegl-operation-temporal.h -include/gegl-0.1/operation/gegl-operation.h -%%CAIRO%%lib/gegl-0.1/vector-fill.la -%%CAIRO%%lib/gegl-0.1/vector-fill.so -%%CAIRO%%lib/gegl-0.1/vector-stroke.la -%%CAIRO%%lib/gegl-0.1/vector-stroke.so -%%CAIRO%%lib/gegl-0.1/path.la -%%CAIRO%%lib/gegl-0.1/path.so -%%FFMPEG%%lib/gegl-0.1/ff-load.la -%%FFMPEG%%lib/gegl-0.1/ff-load.so -%%JPEG%%lib/gegl-0.1/jpg-load.la -%%JPEG%%lib/gegl-0.1/jpg-load.so -%%JPEG%%lib/gegl-0.1/jpg-save.la -%%JPEG%%lib/gegl-0.1/jpg-save.so -%%OPENEXR%%lib/gegl-0.1/exr-load.la -%%OPENEXR%%lib/gegl-0.1/exr-load.so -%%OPENEXR%%lib/gegl-0.1/exr-save.la -%%OPENEXR%%lib/gegl-0.1/exr-save.so -%%OPENRAW%%lib/gegl-0.1/openraw.la -%%OPENRAW%%lib/gegl-0.1/openraw.so -%%PANGOCAIRO%%lib/gegl-0.1/text.la -%%PANGOCAIRO%%lib/gegl-0.1/text.so -%%PNG%%lib/gegl-0.1/png-load.la -%%PNG%%lib/gegl-0.1/png-load.so -%%PNG%%lib/gegl-0.1/png-save.la -%%PNG%%lib/gegl-0.1/png-save.so -%%RSVG%%lib/gegl-0.1/svg-load.la -%%RSVG%%lib/gegl-0.1/svg-load.so -%%SDL%%lib/gegl-0.1/sdl-display.la -%%SDL%%lib/gegl-0.1/sdl-display.so -%%V4L%%lib/gegl-0.1/v4l.la -%%V4L%%lib/gegl-0.1/v4l.so -lib/gegl-0.1/add.la -lib/gegl-0.1/add.so -lib/gegl-0.1/affine.la -lib/gegl-0.1/affine.so -lib/gegl-0.1/bilateral-filter.la -lib/gegl-0.1/bilateral-filter.so -lib/gegl-0.1/box-blur.la -lib/gegl-0.1/box-blur.so -lib/gegl-0.1/brightness-contrast.la -lib/gegl-0.1/brightness-contrast.so -lib/gegl-0.1/buffer-sink.la -lib/gegl-0.1/buffer-sink.so -lib/gegl-0.1/buffer-source.la -lib/gegl-0.1/buffer-source.so -lib/gegl-0.1/c2g.la -lib/gegl-0.1/c2g.so -lib/gegl-0.1/checkerboard.la -lib/gegl-0.1/checkerboard.so -lib/gegl-0.1/clear.la -lib/gegl-0.1/clear.so -lib/gegl-0.1/clone.la -lib/gegl-0.1/clone.so -lib/gegl-0.1/color-burn.la -lib/gegl-0.1/color-burn.so -lib/gegl-0.1/color-dodge.la -lib/gegl-0.1/color-dodge.so -lib/gegl-0.1/color-temperature.la -lib/gegl-0.1/color-temperature.so -lib/gegl-0.1/color.la -lib/gegl-0.1/color.so -lib/gegl-0.1/contrast-curve.la -lib/gegl-0.1/contrast-curve.so -lib/gegl-0.1/convert-format.la -lib/gegl-0.1/convert-format.so -lib/gegl-0.1/crop.la -lib/gegl-0.1/crop.so -lib/gegl-0.1/darken.la -lib/gegl-0.1/darken.so -lib/gegl-0.1/difference-of-gaussians.la -lib/gegl-0.1/difference-of-gaussians.so -lib/gegl-0.1/difference.la -lib/gegl-0.1/difference.so -lib/gegl-0.1/display.la -lib/gegl-0.1/display.so -lib/gegl-0.1/divide.la -lib/gegl-0.1/divide.so -lib/gegl-0.1/dropshadow.la -lib/gegl-0.1/dropshadow.so -lib/gegl-0.1/dst-atop.la -lib/gegl-0.1/dst-atop.so -lib/gegl-0.1/dst-in.la -lib/gegl-0.1/dst-in.so -lib/gegl-0.1/dst-out.la -lib/gegl-0.1/dst-out.so -lib/gegl-0.1/dst-over.la -lib/gegl-0.1/dst-over.so -lib/gegl-0.1/dst.la -lib/gegl-0.1/dst.so -lib/gegl-0.1/edge-laplace.la -lib/gegl-0.1/edge-laplace.so -lib/gegl-0.1/edge-sobel.la -lib/gegl-0.1/edge-sobel.so -lib/gegl-0.1/exclusion.la -lib/gegl-0.1/exclusion.so -lib/gegl-0.1/exp-combine.la -lib/gegl-0.1/exp-combine.so -lib/gegl-0.1/fattal02.la -lib/gegl-0.1/fattal02.so -lib/gegl-0.1/fractal-explorer.la -lib/gegl-0.1/fractal-explorer.so -lib/gegl-0.1/gamma.la -lib/gegl-0.1/gamma.so -lib/gegl-0.1/gaussian-blur.la -lib/gegl-0.1/gaussian-blur.so -lib/gegl-0.1/gegl-buffer-load-op.la -lib/gegl-0.1/gegl-buffer-load-op.so -lib/gegl-0.1/gegl-buffer-save-op.la -lib/gegl-0.1/gegl-buffer-save-op.so -lib/gegl-0.1/grey.la -lib/gegl-0.1/grey.so -lib/gegl-0.1/grid.la -lib/gegl-0.1/grid.so -lib/gegl-0.1/hard-light.la -lib/gegl-0.1/hard-light.so -lib/gegl-0.1/introspect.la -lib/gegl-0.1/introspect.so -lib/gegl-0.1/invert.la -lib/gegl-0.1/invert.so -%%JP2%%lib/gegl-0.1/jp2-load.la -%%JP2%%lib/gegl-0.1/jp2-load.so -lib/gegl-0.1/layer.la -lib/gegl-0.1/layer.so -lib/gegl-0.1/levels.la -lib/gegl-0.1/levels.so -lib/gegl-0.1/lighten.la -lib/gegl-0.1/lighten.so -lib/gegl-0.1/load.la -lib/gegl-0.1/load.so -lib/gegl-0.1/magick-load.la -lib/gegl-0.1/magick-load.so -lib/gegl-0.1/mantiuk06.la -lib/gegl-0.1/mantiuk06.so -lib/gegl-0.1/map-absolute.la -lib/gegl-0.1/map-absolute.so -lib/gegl-0.1/map-relative.la -lib/gegl-0.1/map-relative.so -lib/gegl-0.1/mblur.la -lib/gegl-0.1/mblur.so -lib/gegl-0.1/mirrors.la -lib/gegl-0.1/mirrors.so -lib/gegl-0.1/mono-mixer.la -lib/gegl-0.1/mono-mixer.so -lib/gegl-0.1/motion-blur.la -lib/gegl-0.1/motion-blur.so -lib/gegl-0.1/multiply.la -lib/gegl-0.1/multiply.so -lib/gegl-0.1/noise-reduction.la -lib/gegl-0.1/noise-reduction.so -lib/gegl-0.1/noise.la -lib/gegl-0.1/noise.so -lib/gegl-0.1/nop.la -lib/gegl-0.1/nop.so -lib/gegl-0.1/opacity.la -lib/gegl-0.1/opacity.so -lib/gegl-0.1/open-buffer.la -lib/gegl-0.1/open-buffer.so -lib/gegl-0.1/over.la -lib/gegl-0.1/over.so -lib/gegl-0.1/overlay.la -lib/gegl-0.1/overlay.so -%%GDK%%lib/gegl-0.1/pixbuf.la -%%GDK%%lib/gegl-0.1/pixbuf.so -lib/gegl-0.1/pixelise.la -lib/gegl-0.1/pixelise.so -lib/gegl-0.1/plus.la -lib/gegl-0.1/plus.so -lib/gegl-0.1/ppm-load.la -lib/gegl-0.1/ppm-load.so -lib/gegl-0.1/ppm-save.la -lib/gegl-0.1/ppm-save.so -lib/gegl-0.1/raw-load.la -lib/gegl-0.1/raw-load.so -lib/gegl-0.1/rectangle.la -lib/gegl-0.1/rectangle.so -lib/gegl-0.1/reinhard05.la -lib/gegl-0.1/reinhard05.so -lib/gegl-0.1/remap.la -lib/gegl-0.1/remap.so -lib/gegl-0.1/rgbe-load.la -lib/gegl-0.1/rgbe-load.so -lib/gegl-0.1/rgbe-save.la -lib/gegl-0.1/rgbe-save.so -%%GDK%%lib/gegl-0.1/save-pixbuf.la -%%GDK%%lib/gegl-0.1/save-pixbuf.so -lib/gegl-0.1/save.la -lib/gegl-0.1/save.so -lib/gegl-0.1/screen.la -lib/gegl-0.1/screen.so -lib/gegl-0.1/snn-mean.la -lib/gegl-0.1/snn-mean.so -lib/gegl-0.1/soft-light.la -lib/gegl-0.1/soft-light.so -lib/gegl-0.1/src-atop.la -lib/gegl-0.1/src-atop.so -lib/gegl-0.1/src-in.la -lib/gegl-0.1/src-in.so -lib/gegl-0.1/src-out.la -lib/gegl-0.1/src-out.so -lib/gegl-0.1/src-over.la -lib/gegl-0.1/src-over.so -lib/gegl-0.1/src.la -lib/gegl-0.1/src.so -lib/gegl-0.1/stress.la -lib/gegl-0.1/stress.so -lib/gegl-0.1/stretch-contrast.la -lib/gegl-0.1/stretch-contrast.so -lib/gegl-0.1/subtract.la -lib/gegl-0.1/subtract.so -lib/gegl-0.1/svg-huerotate.la -lib/gegl-0.1/svg-huerotate.so -lib/gegl-0.1/svg-luminancetoalpha.la -lib/gegl-0.1/svg-luminancetoalpha.so -lib/gegl-0.1/svg-matrix.la -lib/gegl-0.1/svg-matrix.so -lib/gegl-0.1/svg-multiply.la -lib/gegl-0.1/svg-multiply.so -lib/gegl-0.1/svg-saturate.la -lib/gegl-0.1/svg-saturate.so -lib/gegl-0.1/threshold.la -lib/gegl-0.1/threshold.so -lib/gegl-0.1/unsharp-mask.la -lib/gegl-0.1/unsharp-mask.so -lib/gegl-0.1/value-invert.la -lib/gegl-0.1/value-invert.so -lib/gegl-0.1/vignette.la -lib/gegl-0.1/vignette.so -lib/gegl-0.1/weighted-blend.la -lib/gegl-0.1/weighted-blend.so -lib/gegl-0.1/whitebalance.la -lib/gegl-0.1/whitebalance.so -lib/gegl-0.1/write-buffer.la -lib/gegl-0.1/write-buffer.so -lib/gegl-0.1/xor.la -lib/gegl-0.1/xor.so -lib/girepository-1.0/Gegl-0.1.typelib -lib/libgegl-0.1.la -lib/libgegl-0.1.so -lib/libgegl-0.1.so.%%GEGL_MINOR%% -libdata/pkgconfig/gegl.pc -share/gir-1.0/Gegl-0.1.gir +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.la +%%CAIRO%%lib/gegl-%%GEGL_VER%%/vector-fill.so +%%CAIRO%%lib/gegl-%%GEGL_VER%%/vector-stroke.la +%%CAIRO%%lib/gegl-%%GEGL_VER%%/vector-stroke.so +%%CAIRO%%lib/gegl-%%GEGL_VER%%/path.la +%%CAIRO%%lib/gegl-%%GEGL_VER%%/path.so +%%FFMPEG%%lib/gegl-%%GEGL_VER%%/ff-load.la +%%FFMPEG%%lib/gegl-%%GEGL_VER%%/ff-load.so +%%JPEG%%lib/gegl-%%GEGL_VER%%/jpg-load.la +%%JPEG%%lib/gegl-%%GEGL_VER%%/jpg-load.so +%%JPEG%%lib/gegl-%%GEGL_VER%%/jpg-save.la +%%JPEG%%lib/gegl-%%GEGL_VER%%/jpg-save.so +%%OPENEXR%%lib/gegl-%%GEGL_VER%%/exr-load.la +%%OPENEXR%%lib/gegl-%%GEGL_VER%%/exr-load.so +%%OPENEXR%%lib/gegl-%%GEGL_VER%%/exr-save.la +%%OPENEXR%%lib/gegl-%%GEGL_VER%%/exr-save.so +%%OPENRAW%%lib/gegl-%%GEGL_VER%%/openraw.la +%%OPENRAW%%lib/gegl-%%GEGL_VER%%/openraw.so +%%PANGOCAIRO%%lib/gegl-%%GEGL_VER%%/text.la +%%PANGOCAIRO%%lib/gegl-%%GEGL_VER%%/text.so +%%PNG%%lib/gegl-%%GEGL_VER%%/png-load.la +%%PNG%%lib/gegl-%%GEGL_VER%%/png-load.so +%%PNG%%lib/gegl-%%GEGL_VER%%/png-save.la +%%PNG%%lib/gegl-%%GEGL_VER%%/png-save.so +%%RSVG%%lib/gegl-%%GEGL_VER%%/svg-load.la +%%RSVG%%lib/gegl-%%GEGL_VER%%/svg-load.so +%%SDL%%lib/gegl-%%GEGL_VER%%/sdl-display.la +%%SDL%%lib/gegl-%%GEGL_VER%%/sdl-display.so +%%V4L%%lib/gegl-%%GEGL_VER%%/v4l.la +%%V4L%%lib/gegl-%%GEGL_VER%%/v4l.so +lib/gegl-%%GEGL_VER%%/add.la +lib/gegl-%%GEGL_VER%%/add.so +lib/gegl-%%GEGL_VER%%/bilateral-filter.la +lib/gegl-%%GEGL_VER%%/bilateral-filter.so +lib/gegl-%%GEGL_VER%%/box-blur.la +lib/gegl-%%GEGL_VER%%/box-blur.so +lib/gegl-%%GEGL_VER%%/brightness-contrast.la +lib/gegl-%%GEGL_VER%%/brightness-contrast.so +lib/gegl-%%GEGL_VER%%/buffer-sink.la +lib/gegl-%%GEGL_VER%%/buffer-sink.so +lib/gegl-%%GEGL_VER%%/buffer-source.la +lib/gegl-%%GEGL_VER%%/buffer-source.so +lib/gegl-%%GEGL_VER%%/c2g.la +lib/gegl-%%GEGL_VER%%/c2g.so +lib/gegl-%%GEGL_VER%%/checkerboard.la +lib/gegl-%%GEGL_VER%%/checkerboard.so +lib/gegl-%%GEGL_VER%%/clear.la +lib/gegl-%%GEGL_VER%%/clear.so +lib/gegl-%%GEGL_VER%%/clone.la +lib/gegl-%%GEGL_VER%%/clone.so +lib/gegl-%%GEGL_VER%%/color-burn.la +lib/gegl-%%GEGL_VER%%/color-burn.so +lib/gegl-%%GEGL_VER%%/color-dodge.la +lib/gegl-%%GEGL_VER%%/color-dodge.so +lib/gegl-%%GEGL_VER%%/color-temperature.la +lib/gegl-%%GEGL_VER%%/color-temperature.so +lib/gegl-%%GEGL_VER%%/color-to-alpha.la +lib/gegl-%%GEGL_VER%%/color-to-alpha.so +lib/gegl-%%GEGL_VER%%/color.la +lib/gegl-%%GEGL_VER%%/color.so +lib/gegl-%%GEGL_VER%%/contrast-curve.la +lib/gegl-%%GEGL_VER%%/contrast-curve.so +lib/gegl-%%GEGL_VER%%/convert-format.la +lib/gegl-%%GEGL_VER%%/convert-format.so +lib/gegl-%%GEGL_VER%%/crop.la +lib/gegl-%%GEGL_VER%%/crop.so +lib/gegl-%%GEGL_VER%%/darken.la +lib/gegl-%%GEGL_VER%%/darken.so +lib/gegl-%%GEGL_VER%%/difference-of-gaussians.la +lib/gegl-%%GEGL_VER%%/difference-of-gaussians.so +lib/gegl-%%GEGL_VER%%/difference.la +lib/gegl-%%GEGL_VER%%/difference.so +lib/gegl-%%GEGL_VER%%/display.la +lib/gegl-%%GEGL_VER%%/display.so +lib/gegl-%%GEGL_VER%%/divide.la +lib/gegl-%%GEGL_VER%%/divide.so +lib/gegl-%%GEGL_VER%%/dropshadow.la +lib/gegl-%%GEGL_VER%%/dropshadow.so +lib/gegl-%%GEGL_VER%%/dst-atop.la +lib/gegl-%%GEGL_VER%%/dst-atop.so +lib/gegl-%%GEGL_VER%%/dst-in.la +lib/gegl-%%GEGL_VER%%/dst-in.so +lib/gegl-%%GEGL_VER%%/dst-out.la +lib/gegl-%%GEGL_VER%%/dst-out.so +lib/gegl-%%GEGL_VER%%/dst-over.la +lib/gegl-%%GEGL_VER%%/dst-over.so +lib/gegl-%%GEGL_VER%%/dst.la +lib/gegl-%%GEGL_VER%%/dst.so +lib/gegl-%%GEGL_VER%%/edge-laplace.la +lib/gegl-%%GEGL_VER%%/edge-laplace.so +lib/gegl-%%GEGL_VER%%/edge-sobel.la +lib/gegl-%%GEGL_VER%%/edge-sobel.so +lib/gegl-%%GEGL_VER%%/exclusion.la +lib/gegl-%%GEGL_VER%%/exclusion.so +lib/gegl-%%GEGL_VER%%/exp-combine.la +lib/gegl-%%GEGL_VER%%/exp-combine.so +lib/gegl-%%GEGL_VER%%/fattal02.la +lib/gegl-%%GEGL_VER%%/fattal02.so +lib/gegl-%%GEGL_VER%%/fractal-explorer.la +lib/gegl-%%GEGL_VER%%/fractal-explorer.so +lib/gegl-%%GEGL_VER%%/gamma.la +lib/gegl-%%GEGL_VER%%/gamma.so +lib/gegl-%%GEGL_VER%%/gaussian-blur.la +lib/gegl-%%GEGL_VER%%/gaussian-blur.so +lib/gegl-%%GEGL_VER%%/gegl-buffer-load-op.la +lib/gegl-%%GEGL_VER%%/gegl-buffer-load-op.so +lib/gegl-%%GEGL_VER%%/gegl-buffer-save-op.la +lib/gegl-%%GEGL_VER%%/gegl-buffer-save-op.so +lib/gegl-%%GEGL_VER%%/grey.la +lib/gegl-%%GEGL_VER%%/grey.so +lib/gegl-%%GEGL_VER%%/grid.la +lib/gegl-%%GEGL_VER%%/grid.so +lib/gegl-%%GEGL_VER%%/hard-light.la +lib/gegl-%%GEGL_VER%%/hard-light.so +lib/gegl-%%GEGL_VER%%/introspect.la +lib/gegl-%%GEGL_VER%%/introspect.so +lib/gegl-%%GEGL_VER%%/invert.la +lib/gegl-%%GEGL_VER%%/invert.so +lib/gegl-%%GEGL_VER%%/jp2-load.la +lib/gegl-%%GEGL_VER%%/jp2-load.so +lib/gegl-%%GEGL_VER%%/layer.la +lib/gegl-%%GEGL_VER%%/layer.so +lib/gegl-%%GEGL_VER%%/lens-distortion.la +lib/gegl-%%GEGL_VER%%/lens-distortion.so +lib/gegl-%%GEGL_VER%%/levels.la +lib/gegl-%%GEGL_VER%%/levels.so +lib/gegl-%%GEGL_VER%%/lighten.la +lib/gegl-%%GEGL_VER%%/lighten.so +lib/gegl-%%GEGL_VER%%/load.la +lib/gegl-%%GEGL_VER%%/load.so +lib/gegl-%%GEGL_VER%%/magick-load.la +lib/gegl-%%GEGL_VER%%/magick-load.so +lib/gegl-%%GEGL_VER%%/mantiuk06.la +lib/gegl-%%GEGL_VER%%/mantiuk06.so +lib/gegl-%%GEGL_VER%%/map-absolute.la +lib/gegl-%%GEGL_VER%%/map-absolute.so +lib/gegl-%%GEGL_VER%%/map-relative.la +lib/gegl-%%GEGL_VER%%/map-relative.so +lib/gegl-%%GEGL_VER%%/matting-global.la +lib/gegl-%%GEGL_VER%%/matting-global.so +lib/gegl-%%GEGL_VER%%/mblur.la +lib/gegl-%%GEGL_VER%%/mblur.so +lib/gegl-%%GEGL_VER%%/mirrors.la +lib/gegl-%%GEGL_VER%%/mirrors.so +lib/gegl-%%GEGL_VER%%/mono-mixer.la +lib/gegl-%%GEGL_VER%%/mono-mixer.so +lib/gegl-%%GEGL_VER%%/motion-blur.la +lib/gegl-%%GEGL_VER%%/motion-blur.so +lib/gegl-%%GEGL_VER%%/multiply.la +lib/gegl-%%GEGL_VER%%/multiply.so +lib/gegl-%%GEGL_VER%%/noise-reduction.la +lib/gegl-%%GEGL_VER%%/noise-reduction.so +lib/gegl-%%GEGL_VER%%/noise.la +lib/gegl-%%GEGL_VER%%/noise.so +lib/gegl-%%GEGL_VER%%/nop.la +lib/gegl-%%GEGL_VER%%/nop.so +lib/gegl-%%GEGL_VER%%/opacity.la +lib/gegl-%%GEGL_VER%%/opacity.so +lib/gegl-%%GEGL_VER%%/open-buffer.la +lib/gegl-%%GEGL_VER%%/open-buffer.so +lib/gegl-%%GEGL_VER%%/over.la +lib/gegl-%%GEGL_VER%%/over.so +lib/gegl-%%GEGL_VER%%/overlay.la +lib/gegl-%%GEGL_VER%%/overlay.so +lib/gegl-%%GEGL_VER%%/pixbuf.la +lib/gegl-%%GEGL_VER%%/pixbuf.so +lib/gegl-%%GEGL_VER%%/pixelize.la +lib/gegl-%%GEGL_VER%%/pixelize.so +lib/gegl-%%GEGL_VER%%/plus.la +lib/gegl-%%GEGL_VER%%/plus.so +lib/gegl-%%GEGL_VER%%/polar-coordinates.la +lib/gegl-%%GEGL_VER%%/polar-coordinates.so +lib/gegl-%%GEGL_VER%%/posterize.la +lib/gegl-%%GEGL_VER%%/posterize.so +lib/gegl-%%GEGL_VER%%/ppm-load.la +lib/gegl-%%GEGL_VER%%/ppm-load.so +lib/gegl-%%GEGL_VER%%/ppm-save.la +lib/gegl-%%GEGL_VER%%/ppm-save.so +lib/gegl-%%GEGL_VER%%/raw-load.la +lib/gegl-%%GEGL_VER%%/raw-load.so +lib/gegl-%%GEGL_VER%%/rectangle.la +lib/gegl-%%GEGL_VER%%/rectangle.so +lib/gegl-%%GEGL_VER%%/reinhard05.la +lib/gegl-%%GEGL_VER%%/reinhard05.so +lib/gegl-%%GEGL_VER%%/remap.la +lib/gegl-%%GEGL_VER%%/remap.so +lib/gegl-%%GEGL_VER%%/rgbe-load.la +lib/gegl-%%GEGL_VER%%/rgbe-load.so +lib/gegl-%%GEGL_VER%%/rgbe-save.la +lib/gegl-%%GEGL_VER%%/rgbe-save.so +lib/gegl-%%GEGL_VER%%/ripple.la +lib/gegl-%%GEGL_VER%%/ripple.so +lib/gegl-%%GEGL_VER%%/save-pixbuf.la +lib/gegl-%%GEGL_VER%%/save-pixbuf.so +lib/gegl-%%GEGL_VER%%/save.la +lib/gegl-%%GEGL_VER%%/save.so +lib/gegl-%%GEGL_VER%%/screen.la +lib/gegl-%%GEGL_VER%%/screen.so +lib/gegl-%%GEGL_VER%%/snn-mean.la +lib/gegl-%%GEGL_VER%%/snn-mean.so +lib/gegl-%%GEGL_VER%%/soft-light.la +lib/gegl-%%GEGL_VER%%/soft-light.so +lib/gegl-%%GEGL_VER%%/src-atop.la +lib/gegl-%%GEGL_VER%%/src-atop.so +lib/gegl-%%GEGL_VER%%/src-in.la +lib/gegl-%%GEGL_VER%%/src-in.so +lib/gegl-%%GEGL_VER%%/src-out.la +lib/gegl-%%GEGL_VER%%/src-out.so +lib/gegl-%%GEGL_VER%%/src-over.la +lib/gegl-%%GEGL_VER%%/src-over.so +lib/gegl-%%GEGL_VER%%/src.la +lib/gegl-%%GEGL_VER%%/src.so +lib/gegl-%%GEGL_VER%%/stress.la +lib/gegl-%%GEGL_VER%%/stress.so +lib/gegl-%%GEGL_VER%%/stretch-contrast.la +lib/gegl-%%GEGL_VER%%/stretch-contrast.so +lib/gegl-%%GEGL_VER%%/subtract.la +lib/gegl-%%GEGL_VER%%/subtract.so +lib/gegl-%%GEGL_VER%%/svg-huerotate.la +lib/gegl-%%GEGL_VER%%/svg-huerotate.so +lib/gegl-%%GEGL_VER%%/svg-luminancetoalpha.la +lib/gegl-%%GEGL_VER%%/svg-luminancetoalpha.so +lib/gegl-%%GEGL_VER%%/svg-matrix.la +lib/gegl-%%GEGL_VER%%/svg-matrix.so +lib/gegl-%%GEGL_VER%%/svg-multiply.la +lib/gegl-%%GEGL_VER%%/svg-multiply.so +lib/gegl-%%GEGL_VER%%/svg-saturate.la +lib/gegl-%%GEGL_VER%%/svg-saturate.so +lib/gegl-%%GEGL_VER%%/threshold.la +lib/gegl-%%GEGL_VER%%/threshold.so +lib/gegl-%%GEGL_VER%%/transformops.la +lib/gegl-%%GEGL_VER%%/transformops.so +lib/gegl-%%GEGL_VER%%/unsharp-mask.la +lib/gegl-%%GEGL_VER%%/unsharp-mask.so +lib/gegl-%%GEGL_VER%%/value-invert.la +lib/gegl-%%GEGL_VER%%/value-invert.so +lib/gegl-%%GEGL_VER%%/vignette.la +lib/gegl-%%GEGL_VER%%/vignette.so +lib/gegl-%%GEGL_VER%%/waves.la +lib/gegl-%%GEGL_VER%%/waves.so +lib/gegl-%%GEGL_VER%%/weighted-blend.la +lib/gegl-%%GEGL_VER%%/weighted-blend.so +lib/gegl-%%GEGL_VER%%/write-buffer.la +lib/gegl-%%GEGL_VER%%/write-buffer.so +lib/gegl-%%GEGL_VER%%/xor.la +lib/gegl-%%GEGL_VER%%/xor.so +lib/libgegl-%%GEGL_VER%%.la +lib/libgegl-%%GEGL_VER%%.so +lib/libgegl-%%GEGL_VER%%.so.%%GEGL_MINOR%% +libdata/pkgconfig/gegl-%%GEGL_VER%%.pc %%PORTDOCS%%share/gtk-doc/html/gegl/api.html %%PORTDOCS%%share/gtk-doc/html/gegl/brightness-contrast.c.html %%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation-area-filter.h.html %%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation-composer.h.html %%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation-filter.h.html %%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation-meta.h.html %%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation-point-composer.h.html %%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation-point-filter.h.html %%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation-point-render.h.html %%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation-sink.h.html %%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation-source.h.html %%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation-temporal.h.html %%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation.h.html %%PORTDOCS%%share/gtk-doc/html/gegl/gegl-plugin.h.html %%PORTDOCS%%share/gtk-doc/html/gegl/gegl.css %%PORTDOCS%%share/gtk-doc/html/gegl/gegl.devhelp %%PORTDOCS%%share/gtk-doc/html/gegl/gegl.h.html %%PORTDOCS%%share/gtk-doc/html/gegl/operations.html %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/api.html %%PORTDOCS%%%%DOCSDIR%%/brightness-contrast.c.html %%PORTDOCS%%%%DOCSDIR%%/class-hierarchy.html %%PORTDOCS%%%%DOCSDIR%%/development.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 -@dirrm include/gegl-0.1/operation -@dirrm include/gegl-0.1 -@dirrm lib/gegl-0.1 +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 +@dirrm include/gegl-%%GEGL_VER%%/operation +@dirrm include/gegl-%%GEGL_VER%%/opencl +@dirrm include/gegl-%%GEGL_VER%% +@dirrm lib/gegl-%%GEGL_VER%% %%PORTDOCS%%@dirrm share/gtk-doc/html/gegl %%PORTDOCS%%@dirrmtry share/gtk-doc/html %%PORTDOCS%%@dirrmtry share/gtk-doc %%PORTDOCS%%@dirrm %%DOCSDIR%%/gallery %%PORTDOCS%%@dirrm %%DOCSDIR%% %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/data %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%