Alexander Pyhalov
2020-08-01 1c811728bb0154a4dff3d416fa93d7cb3b7f49e2
gegl: update to 0.4.24
4 files deleted
5 files modified
1298 ■■■■■ changed files
components/library/gegl/Makefile 70 ●●●● patch | view | raw | blame | history
components/library/gegl/gegl.p5m 476 ●●●●● patch | view | raw | blame | history
components/library/gegl/gegl_workshop.p5m 93 ●●●● patch | view | raw | blame | history
components/library/gegl/manifests/sample-manifest.p5m 552 ●●●●● patch | view | raw | blame | history
components/library/gegl/patches/01-build.patch 22 ●●●●● patch | view | raw | blame | history
components/library/gegl/patches/03-lua51.patch 44 ●●●●● patch | view | raw | blame | history
components/library/gegl/patches/04-tools_create-reference.rb.patch 14 ●●●●● patch | view | raw | blame | history
components/library/gegl/patches/05-libm.patch 11 ●●●●● patch | view | raw | blame | history
components/library/gegl/pkg5 16 ●●●● patch | view | raw | blame | history
components/library/gegl/Makefile
@@ -10,34 +10,32 @@
#
#
# Copyright 2017 Alexander Pyhalov
# Copyright 2020 Alexander Pyhalov
# Copyright 2019 Tim Mooney
#
BUILD_BITS= 64
BUILD_STYLE= meson
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME= gegl
COMPONENT_VERSION= 0.2.0
COMPONENT_REVISION= 2
COMPONENT_VERSION= 0.4.24
COMPONENT_SUMMARY= GEGL (Generic Graphics Library) is a graph based image processing framework
COMPONENT_CLASSIFICATION= System/Multimedia Libraries
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
COMPONENT_ARCHIVE_HASH= \
  sha256:df2e6a0d9499afcbc4f9029c18d9d1e0dd5e8710a75e17c9b1d9a6480dd8d426
  sha256:7765499f27341b0d16032e665319cbc12876483ff6a944fcdf24a9c58e3e254a
COMPONENT_ARCHIVE_URL= \
  http://ftp.gimp.org/pub/gegl/0.2/$(COMPONENT_ARCHIVE)
  http://ftp.gimp.org/pub/gegl/0.4/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL = http://www.gegl.org/
COMPONENT_LICENSE= GPLv3, LGPLv3
GEGLDOCDIR = $(PROTO_DIR)/usr/share/doc/$(COMPONENT_NAME)
include $(WS_MAKE_RULES)/common.mk
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/configure.mk
include $(WS_MAKE_RULES)/ips.mk
PATH=/usr/gnu/bin:/usr/bin
PATH=$(PATH.gnu)
CFLAGS += -std=gnu99
CFLAGS.32 = -D_FILE_OFFSET_BITS=64
CFLAGS += $(CFLAGS.$(BITS))
# build with the distribution default libjpeg
@@ -45,44 +43,40 @@
CXXFLAGS          +=    $(JPEG_CPPFLAGS) $(JPEG_CXXFLAGS)
LDFLAGS           +=    $(JPEG_LDFLAGS)
COMPONENT_PREP_ACTION += ( cd $(@D) && autoreconf -fi)
# Missing files in build dir for configure without this.
COMPONENT_PRE_CONFIGURE_ACTION =        ($(CLONEY) $(SOURCE_DIR) $(@D))
CONFIGURE_OPTIONS+= --sysconfdir=$(ETCDIR)
CONFIGURE_OPTIONS+= --datadir=$(USRSHAREDIR)
CONFIGURE_OPTIONS+= --infodir=$(USRSHAREDIR)/info
CONFIGURE_OPTIONS+= --without-libspiro
CONFIGURE_OPTIONS+= --without-libavformat
CONFIGURE_OPTIONS+= --without-libv4l
CONFIGURE_OPTIONS+= --enable-workshop
CONFIGURE_OPTIONS+= --enable-mmx=no
CONFIGURE_OPTIONS+= --enable-sse=no
CONFIGURE_OPTIONS+= -Dworkshop=true
CONFIGURE_ENV.64 += SDL_CONFIG=/usr/bin/$(MACH64)/sdl-config
# gobject-introspection requires this
COMPONENT_BUILD_ENV += CC="$(CC)"
COMPONENT_BUILD_ENV += CFLAGS="$(CFLAGS)"
COMPONENT_POST_INSTALL_ACTION += \
    $(MKDIR)  -p $(GEGLDOCDIR) ;
COMPONENT_POST_INSTALL_ACTION += \
    $(CP)  $(COMPONENT_SRC)/{AUTHORS,README,ChangeLog,COPYING,NEWS,COPYING.LESSER} $(GEGLDOCDIR) ;
# Without this we get issues with gobject-introspection
LD_B_DIRECT=
LD_Z_IGNORE=
build: $(BUILD_32_and_64)
install: $(INSTALL_32_and_64)
test: $(NO_TESTS)
COMPONENT_TEST_ENV += LD_LIBRARY_PATH=$(BUILD_DIR_64)/gegl
# Auto-generated dependencies
REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
REQUIRED_PACKAGES += image/library/babl
REQUIRED_PACKAGES += image/library/$(JPEG_IMPLEM)
REQUIRED_PACKAGES += image/library/gexiv2
REQUIRED_PACKAGES += image/library/libjpeg8-turbo
REQUIRED_PACKAGES += image/library/libpng16
REQUIRED_PACKAGES += image/library/libraw
REQUIRED_PACKAGES += image/library/librsvg
REQUIRED_PACKAGES += image/library/libtiff
REQUIRED_PACKAGES += library/desktop/cairo
REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
REQUIRED_PACKAGES += library/desktop/json-glib
REQUIRED_PACKAGES += library/desktop/pango
REQUIRED_PACKAGES += library/glib2
REQUIRED_PACKAGES += library/sdl
REQUIRED_PACKAGES += runtime/lua
REQUIRED_PACKAGES += library/ilmbase
REQUIRED_PACKAGES += library/lcms2
REQUIRED_PACKAGES += library/libwebp
REQUIRED_PACKAGES += library/openexr
REQUIRED_PACKAGES += library/sdl2
REQUIRED_PACKAGES += library/zlib
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += system/library/math
components/library/gegl/gegl.p5m
@@ -15,319 +15,175 @@
set name=pkg.fmri value=pkg:/image/library/gegl@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="org.opensolaris.category.2008:System/Multimedia Libraries"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
license gegl.license license="GPLv3, LGPLv3"
license $(COMPONENT_LICENSE_FILE) license="$(COMPONENT_LICENSE)"
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
<transform file path=usr/bin/+ -> default mode 0555>
<transform dir file link hardlink path=usr/share/gtk-doc/.*$ -> \
    default facet.doc.html all>
<transform file path=usr/share/locale/([^/]+)(\..+){0,1}(/.+){0,1} -> default facet.locale.%<\1> true>
# Generated section:
file path=usr/bin/$(MACH64)/gegl
file path=usr/bin/gegl
file path=usr/include/gegl-0.2/gegl-buffer-backend.h
file path=usr/include/gegl-0.2/gegl-buffer-iterator.h
file path=usr/include/gegl-0.2/gegl-buffer.h
file path=usr/include/gegl-0.2/gegl-chant.h
file path=usr/include/gegl-0.2/gegl-color.h
file path=usr/include/gegl-0.2/gegl-curve.h
file path=usr/include/gegl-0.2/gegl-enums.h
file path=usr/include/gegl-0.2/gegl-lookup.h
file path=usr/include/gegl-0.2/gegl-matrix.h
file path=usr/include/gegl-0.2/gegl-paramspecs.h
file path=usr/include/gegl-0.2/gegl-path.h
file path=usr/include/gegl-0.2/gegl-plugin.h
file path=usr/include/gegl-0.2/gegl-tile-backend.h
file path=usr/include/gegl-0.2/gegl-tile-source.h
file path=usr/include/gegl-0.2/gegl-tile.h
file path=usr/include/gegl-0.2/gegl-types.h
file path=usr/include/gegl-0.2/gegl-utils.h
file path=usr/include/gegl-0.2/gegl-version.h
file path=usr/include/gegl-0.2/gegl.h
file path=usr/include/gegl-0.2/opencl/cl.h
file path=usr/include/gegl-0.2/opencl/cl_d3d10.h
file path=usr/include/gegl-0.2/opencl/cl_ext.h
file path=usr/include/gegl-0.2/opencl/cl_gl.h
file path=usr/include/gegl-0.2/opencl/cl_gl_ext.h
file path=usr/include/gegl-0.2/opencl/cl_platform.h
file path=usr/include/gegl-0.2/opencl/gegl-cl-color.h
file path=usr/include/gegl-0.2/opencl/gegl-cl-init.h
file path=usr/include/gegl-0.2/opencl/gegl-cl-types.h
file path=usr/include/gegl-0.2/opencl/gegl-cl.h
file path=usr/include/gegl-0.2/opencl/opencl.h
file path=usr/include/gegl-0.2/operation/gegl-operation-area-filter.h
file path=usr/include/gegl-0.2/operation/gegl-operation-composer.h
file path=usr/include/gegl-0.2/operation/gegl-operation-composer3.h
file path=usr/include/gegl-0.2/operation/gegl-operation-filter.h
file path=usr/include/gegl-0.2/operation/gegl-operation-meta.h
file path=usr/include/gegl-0.2/operation/gegl-operation-point-composer.h
file path=usr/include/gegl-0.2/operation/gegl-operation-point-composer3.h
file path=usr/include/gegl-0.2/operation/gegl-operation-point-filter.h
file path=usr/include/gegl-0.2/operation/gegl-operation-point-render.h
file path=usr/include/gegl-0.2/operation/gegl-operation-sink.h
file path=usr/include/gegl-0.2/operation/gegl-operation-source.h
file path=usr/include/gegl-0.2/operation/gegl-operation-temporal.h
file path=usr/include/gegl-0.2/operation/gegl-operation.h
file path=usr/lib/$(MACH64)/gegl-0.2/add.so
file path=usr/lib/$(MACH64)/gegl-0.2/bilateral-filter.so
file path=usr/lib/$(MACH64)/gegl-0.2/box-blur.so
file path=usr/lib/$(MACH64)/gegl-0.2/brightness-contrast.so
file path=usr/lib/$(MACH64)/gegl-0.2/buffer-sink.so
file path=usr/lib/$(MACH64)/gegl-0.2/buffer-source.so
file path=usr/lib/$(MACH64)/gegl-0.2/c2g.so
file path=usr/lib/$(MACH64)/gegl-0.2/checkerboard.so
file path=usr/lib/$(MACH64)/gegl-0.2/clear.so
file path=usr/lib/$(MACH64)/gegl-0.2/clone.so
file path=usr/lib/$(MACH64)/gegl-0.2/color-burn.so
file path=usr/lib/$(MACH64)/gegl-0.2/color-dodge.so
file path=usr/lib/$(MACH64)/gegl-0.2/color-temperature.so
file path=usr/lib/$(MACH64)/gegl-0.2/color-to-alpha.so
file path=usr/lib/$(MACH64)/gegl-0.2/color.so
file path=usr/lib/$(MACH64)/gegl-0.2/contrast-curve.so
file path=usr/lib/$(MACH64)/gegl-0.2/convert-format.so
file path=usr/lib/$(MACH64)/gegl-0.2/crop.so
file path=usr/lib/$(MACH64)/gegl-0.2/darken.so
file path=usr/lib/$(MACH64)/gegl-0.2/difference-of-gaussians.so
file path=usr/lib/$(MACH64)/gegl-0.2/difference.so
file path=usr/lib/$(MACH64)/gegl-0.2/display.so
file path=usr/lib/$(MACH64)/gegl-0.2/divide.so
file path=usr/lib/$(MACH64)/gegl-0.2/dropshadow.so
file path=usr/lib/$(MACH64)/gegl-0.2/dst-atop.so
file path=usr/lib/$(MACH64)/gegl-0.2/dst-in.so
file path=usr/lib/$(MACH64)/gegl-0.2/dst-out.so
file path=usr/lib/$(MACH64)/gegl-0.2/dst-over.so
file path=usr/lib/$(MACH64)/gegl-0.2/dst.so
file path=usr/lib/$(MACH64)/gegl-0.2/edge-laplace.so
file path=usr/lib/$(MACH64)/gegl-0.2/edge-sobel.so
file path=usr/lib/$(MACH64)/gegl-0.2/exclusion.so
file path=usr/lib/$(MACH64)/gegl-0.2/exp-combine.so
file path=usr/lib/$(MACH64)/gegl-0.2/fattal02.so
file path=usr/lib/$(MACH64)/gegl-0.2/fractal-explorer.so
file path=usr/lib/$(MACH64)/gegl-0.2/gamma.so
file path=usr/lib/$(MACH64)/gegl-0.2/gaussian-blur.so
file path=usr/lib/$(MACH64)/gegl-0.2/gegl-buffer-load-op.so
file path=usr/lib/$(MACH64)/gegl-0.2/gegl-buffer-save-op.so
file path=usr/lib/$(MACH64)/gegl-0.2/grey.so
file path=usr/lib/$(MACH64)/gegl-0.2/grid.so
file path=usr/lib/$(MACH64)/gegl-0.2/hard-light.so
file path=usr/lib/$(MACH64)/gegl-0.2/introspect.so
file path=usr/lib/$(MACH64)/gegl-0.2/invert.so
file path=usr/lib/$(MACH64)/gegl-0.2/jpg-load.so
file path=usr/lib/$(MACH64)/gegl-0.2/jpg-save.so
file path=usr/lib/$(MACH64)/gegl-0.2/layer.so
file path=usr/lib/$(MACH64)/gegl-0.2/lens-distortion.so
file path=usr/lib/$(MACH64)/gegl-0.2/levels.so
file path=usr/lib/$(MACH64)/gegl-0.2/lighten.so
file path=usr/lib/$(MACH64)/gegl-0.2/load.so
file path=usr/lib/$(MACH64)/gegl-0.2/magick-load.so
file path=usr/lib/$(MACH64)/gegl-0.2/mantiuk06.so
file path=usr/lib/$(MACH64)/gegl-0.2/map-absolute.so
file path=usr/lib/$(MACH64)/gegl-0.2/map-relative.so
file path=usr/lib/$(MACH64)/gegl-0.2/matting-global.so
file path=usr/lib/$(MACH64)/gegl-0.2/mblur.so
file path=usr/lib/$(MACH64)/gegl-0.2/mirrors.so
file path=usr/lib/$(MACH64)/gegl-0.2/mono-mixer.so
file path=usr/lib/$(MACH64)/gegl-0.2/motion-blur.so
file path=usr/lib/$(MACH64)/gegl-0.2/multiply.so
file path=usr/lib/$(MACH64)/gegl-0.2/noise-reduction.so
file path=usr/lib/$(MACH64)/gegl-0.2/noise.so
file path=usr/lib/$(MACH64)/gegl-0.2/nop.so
file path=usr/lib/$(MACH64)/gegl-0.2/opacity.so
file path=usr/lib/$(MACH64)/gegl-0.2/open-buffer.so
file path=usr/lib/$(MACH64)/gegl-0.2/over.so
file path=usr/lib/$(MACH64)/gegl-0.2/overlay.so
file path=usr/lib/$(MACH64)/gegl-0.2/path.so
file path=usr/lib/$(MACH64)/gegl-0.2/pixbuf.so
file path=usr/lib/$(MACH64)/gegl-0.2/pixelize.so
file path=usr/lib/$(MACH64)/gegl-0.2/plus.so
file path=usr/lib/$(MACH64)/gegl-0.2/png-load.so
file path=usr/lib/$(MACH64)/gegl-0.2/png-save.so
file path=usr/lib/$(MACH64)/gegl-0.2/polar-coordinates.so
file path=usr/lib/$(MACH64)/gegl-0.2/posterize.so
file path=usr/lib/$(MACH64)/gegl-0.2/ppm-load.so
file path=usr/lib/$(MACH64)/gegl-0.2/ppm-save.so
file path=usr/lib/$(MACH64)/gegl-0.2/raw-load.so
file path=usr/lib/$(MACH64)/gegl-0.2/rectangle.so
file path=usr/lib/$(MACH64)/gegl-0.2/reinhard05.so
file path=usr/lib/$(MACH64)/gegl-0.2/remap.so
file path=usr/lib/$(MACH64)/gegl-0.2/rgbe-load.so
file path=usr/lib/$(MACH64)/gegl-0.2/rgbe-save.so
file path=usr/lib/$(MACH64)/gegl-0.2/ripple.so
file path=usr/lib/$(MACH64)/gegl-0.2/save-pixbuf.so
file path=usr/lib/$(MACH64)/gegl-0.2/save.so
file path=usr/lib/$(MACH64)/gegl-0.2/screen.so
file path=usr/lib/$(MACH64)/gegl-0.2/sdl-display.so
file path=usr/lib/$(MACH64)/gegl-0.2/snn-mean.so
file path=usr/lib/$(MACH64)/gegl-0.2/soft-light.so
file path=usr/lib/$(MACH64)/gegl-0.2/src-atop.so
file path=usr/lib/$(MACH64)/gegl-0.2/src-in.so
file path=usr/lib/$(MACH64)/gegl-0.2/src-out.so
file path=usr/lib/$(MACH64)/gegl-0.2/src-over.so
file path=usr/lib/$(MACH64)/gegl-0.2/src.so
file path=usr/lib/$(MACH64)/gegl-0.2/stress.so
file path=usr/lib/$(MACH64)/gegl-0.2/stretch-contrast.so
file path=usr/lib/$(MACH64)/gegl-0.2/subtract.so
file path=usr/lib/$(MACH64)/gegl-0.2/svg-huerotate.so
file path=usr/lib/$(MACH64)/gegl-0.2/svg-load.so
file path=usr/lib/$(MACH64)/gegl-0.2/svg-luminancetoalpha.so
file path=usr/lib/$(MACH64)/gegl-0.2/svg-matrix.so
file path=usr/lib/$(MACH64)/gegl-0.2/svg-multiply.so
file path=usr/lib/$(MACH64)/gegl-0.2/svg-saturate.so
file path=usr/lib/$(MACH64)/gegl-0.2/text.so
file path=usr/lib/$(MACH64)/gegl-0.2/threshold.so
file path=usr/lib/$(MACH64)/gegl-0.2/transformops.so
file path=usr/lib/$(MACH64)/gegl-0.2/unsharp-mask.so
file path=usr/lib/$(MACH64)/gegl-0.2/value-invert.so
file path=usr/lib/$(MACH64)/gegl-0.2/vector-fill.so
file path=usr/lib/$(MACH64)/gegl-0.2/vector-stroke.so
file path=usr/lib/$(MACH64)/gegl-0.2/vignette.so
file path=usr/lib/$(MACH64)/gegl-0.2/waves.so
file path=usr/lib/$(MACH64)/gegl-0.2/weighted-blend.so
file path=usr/lib/$(MACH64)/gegl-0.2/write-buffer.so
file path=usr/lib/$(MACH64)/gegl-0.2/xor.so
link path=usr/lib/$(MACH64)/libgegl-0.2.so target=libgegl-0.2.so.0.199.1
link path=usr/lib/$(MACH64)/libgegl-0.2.so.0 target=libgegl-0.2.so.0.199.1
file path=usr/lib/$(MACH64)/libgegl-0.2.so.0.199.1
file path=usr/lib/$(MACH64)/pkgconfig/gegl-0.2.pc
file path=usr/lib/gegl-0.2/add.so
file path=usr/lib/gegl-0.2/bilateral-filter.so
file path=usr/lib/gegl-0.2/box-blur.so
file path=usr/lib/gegl-0.2/brightness-contrast.so
file path=usr/lib/gegl-0.2/buffer-sink.so
file path=usr/lib/gegl-0.2/buffer-source.so
file path=usr/lib/gegl-0.2/c2g.so
file path=usr/lib/gegl-0.2/checkerboard.so
file path=usr/lib/gegl-0.2/clear.so
file path=usr/lib/gegl-0.2/clone.so
file path=usr/lib/gegl-0.2/color-burn.so
file path=usr/lib/gegl-0.2/color-dodge.so
file path=usr/lib/gegl-0.2/color-temperature.so
file path=usr/lib/gegl-0.2/color-to-alpha.so
file path=usr/lib/gegl-0.2/color.so
file path=usr/lib/gegl-0.2/contrast-curve.so
file path=usr/lib/gegl-0.2/convert-format.so
file path=usr/lib/gegl-0.2/crop.so
file path=usr/lib/gegl-0.2/darken.so
file path=usr/lib/gegl-0.2/difference-of-gaussians.so
file path=usr/lib/gegl-0.2/difference.so
file path=usr/lib/gegl-0.2/display.so
file path=usr/lib/gegl-0.2/divide.so
file path=usr/lib/gegl-0.2/dropshadow.so
file path=usr/lib/gegl-0.2/dst-atop.so
file path=usr/lib/gegl-0.2/dst-in.so
file path=usr/lib/gegl-0.2/dst-out.so
file path=usr/lib/gegl-0.2/dst-over.so
file path=usr/lib/gegl-0.2/dst.so
file path=usr/lib/gegl-0.2/edge-laplace.so
file path=usr/lib/gegl-0.2/edge-sobel.so
file path=usr/lib/gegl-0.2/exclusion.so
file path=usr/lib/gegl-0.2/exp-combine.so
file path=usr/lib/gegl-0.2/fattal02.so
file path=usr/lib/gegl-0.2/fractal-explorer.so
file path=usr/lib/gegl-0.2/gamma.so
file path=usr/lib/gegl-0.2/gaussian-blur.so
file path=usr/lib/gegl-0.2/gegl-buffer-load-op.so
file path=usr/lib/gegl-0.2/gegl-buffer-save-op.so
file path=usr/lib/gegl-0.2/grey.so
file path=usr/lib/gegl-0.2/grid.so
file path=usr/lib/gegl-0.2/hard-light.so
file path=usr/lib/gegl-0.2/introspect.so
file path=usr/lib/gegl-0.2/invert.so
file path=usr/lib/gegl-0.2/jpg-load.so
file path=usr/lib/gegl-0.2/jpg-save.so
file path=usr/lib/gegl-0.2/layer.so
file path=usr/lib/gegl-0.2/lens-distortion.so
file path=usr/lib/gegl-0.2/levels.so
file path=usr/lib/gegl-0.2/lighten.so
file path=usr/lib/gegl-0.2/load.so
file path=usr/lib/gegl-0.2/magick-load.so
file path=usr/lib/gegl-0.2/mantiuk06.so
file path=usr/lib/gegl-0.2/map-absolute.so
file path=usr/lib/gegl-0.2/map-relative.so
file path=usr/lib/gegl-0.2/matting-global.so
file path=usr/lib/gegl-0.2/mblur.so
file path=usr/lib/gegl-0.2/mirrors.so
file path=usr/lib/gegl-0.2/mono-mixer.so
file path=usr/lib/gegl-0.2/motion-blur.so
file path=usr/lib/gegl-0.2/multiply.so
file path=usr/lib/gegl-0.2/noise-reduction.so
file path=usr/lib/gegl-0.2/noise.so
file path=usr/lib/gegl-0.2/nop.so
file path=usr/lib/gegl-0.2/opacity.so
file path=usr/lib/gegl-0.2/open-buffer.so
file path=usr/lib/gegl-0.2/over.so
file path=usr/lib/gegl-0.2/overlay.so
file path=usr/lib/gegl-0.2/path.so
file path=usr/lib/gegl-0.2/pixbuf.so
file path=usr/lib/gegl-0.2/pixelize.so
file path=usr/lib/gegl-0.2/plus.so
file path=usr/lib/gegl-0.2/png-load.so
file path=usr/lib/gegl-0.2/png-save.so
file path=usr/lib/gegl-0.2/polar-coordinates.so
file path=usr/lib/gegl-0.2/posterize.so
file path=usr/lib/gegl-0.2/ppm-load.so
file path=usr/lib/gegl-0.2/ppm-save.so
file path=usr/lib/gegl-0.2/raw-load.so
file path=usr/lib/gegl-0.2/rectangle.so
file path=usr/lib/gegl-0.2/reinhard05.so
file path=usr/lib/gegl-0.2/remap.so
file path=usr/lib/gegl-0.2/rgbe-load.so
file path=usr/lib/gegl-0.2/rgbe-save.so
file path=usr/lib/gegl-0.2/ripple.so
file path=usr/lib/gegl-0.2/save-pixbuf.so
file path=usr/lib/gegl-0.2/save.so
file path=usr/lib/gegl-0.2/screen.so
file path=usr/lib/gegl-0.2/sdl-display.so
file path=usr/lib/gegl-0.2/snn-mean.so
file path=usr/lib/gegl-0.2/soft-light.so
file path=usr/lib/gegl-0.2/src-atop.so
file path=usr/lib/gegl-0.2/src-in.so
file path=usr/lib/gegl-0.2/src-out.so
file path=usr/lib/gegl-0.2/src-over.so
file path=usr/lib/gegl-0.2/src.so
file path=usr/lib/gegl-0.2/stress.so
file path=usr/lib/gegl-0.2/stretch-contrast.so
file path=usr/lib/gegl-0.2/subtract.so
file path=usr/lib/gegl-0.2/svg-huerotate.so
file path=usr/lib/gegl-0.2/svg-load.so
file path=usr/lib/gegl-0.2/svg-luminancetoalpha.so
file path=usr/lib/gegl-0.2/svg-matrix.so
file path=usr/lib/gegl-0.2/svg-multiply.so
file path=usr/lib/gegl-0.2/svg-saturate.so
file path=usr/lib/gegl-0.2/text.so
file path=usr/lib/gegl-0.2/threshold.so
file path=usr/lib/gegl-0.2/transformops.so
file path=usr/lib/gegl-0.2/unsharp-mask.so
file path=usr/lib/gegl-0.2/value-invert.so
file path=usr/lib/gegl-0.2/vector-fill.so
file path=usr/lib/gegl-0.2/vector-stroke.so
file path=usr/lib/gegl-0.2/vignette.so
file path=usr/lib/gegl-0.2/waves.so
file path=usr/lib/gegl-0.2/weighted-blend.so
file path=usr/lib/gegl-0.2/write-buffer.so
file path=usr/lib/gegl-0.2/xor.so
link path=usr/lib/libgegl-0.2.so target=libgegl-0.2.so.0.199.1
link path=usr/lib/libgegl-0.2.so.0 target=libgegl-0.2.so.0.199.1
file path=usr/lib/libgegl-0.2.so.0.199.1
file path=usr/lib/pkgconfig/gegl-0.2.pc
file path=usr/share/doc/gegl/AUTHORS
file path=usr/share/doc/gegl/COPYING
file path=usr/share/doc/gegl/COPYING.LESSER
file path=usr/share/doc/gegl/ChangeLog
file path=usr/share/doc/gegl/NEWS
file path=usr/share/doc/gegl/README
file path=usr/share/gtk-doc/html/gegl/api.html
file path=usr/share/gtk-doc/html/gegl/gegl.css
file path=usr/share/gtk-doc/html/gegl/gegl.devhelp
file path=usr/share/gtk-doc/html/gegl/operations.html
file path=usr/share/locale/es/LC_MESSAGES/gegl-0.2.mo
file path=usr/share/locale/fr/LC_MESSAGES/gegl-0.2.mo
file path=usr/share/locale/pl/LC_MESSAGES/gegl-0.2.mo
file path=usr/share/locale/ru/LC_MESSAGES/gegl-0.2.mo
file path=usr/share/locale/sl/LC_MESSAGES/gegl-0.2.mo
file path=usr/bin/gegl-imgcmp
file path=usr/include/gegl-0.4/gegl-apply.h
file path=usr/include/gegl-0.4/gegl-audio-fragment.h
file path=usr/include/gegl-0.4/gegl-buffer-backend.h
file path=usr/include/gegl-0.4/gegl-buffer-enums.h
file path=usr/include/gegl-0.4/gegl-buffer-iterator.h
file path=usr/include/gegl-0.4/gegl-buffer-matrix2.h
file path=usr/include/gegl-0.4/gegl-buffer-swap.h
file path=usr/include/gegl-0.4/gegl-buffer.h
file path=usr/include/gegl-0.4/gegl-color.h
file path=usr/include/gegl-0.4/gegl-cpuaccel.h
file path=usr/include/gegl-0.4/gegl-curve.h
file path=usr/include/gegl-0.4/gegl-debug.h
file path=usr/include/gegl-0.4/gegl-enums.h
file path=usr/include/gegl-0.4/gegl-graph-debug.h
file path=usr/include/gegl-0.4/gegl-init.h
file path=usr/include/gegl-0.4/gegl-lookup.h
file path=usr/include/gegl-0.4/gegl-math.h
file path=usr/include/gegl-0.4/gegl-matrix.h
file path=usr/include/gegl-0.4/gegl-memory.h
file path=usr/include/gegl-0.4/gegl-metadata.h
file path=usr/include/gegl-0.4/gegl-metadatahash.h
file path=usr/include/gegl-0.4/gegl-metadatastore.h
file path=usr/include/gegl-0.4/gegl-node.h
file path=usr/include/gegl-0.4/gegl-op.h
file path=usr/include/gegl-0.4/gegl-operations-util.h
file path=usr/include/gegl-0.4/gegl-parallel.h
file path=usr/include/gegl-0.4/gegl-paramspecs.h
file path=usr/include/gegl-0.4/gegl-path.h
file path=usr/include/gegl-0.4/gegl-plugin.h
file path=usr/include/gegl-0.4/gegl-processor.h
file path=usr/include/gegl-0.4/gegl-random.h
file path=usr/include/gegl-0.4/gegl-rectangle.h
file path=usr/include/gegl-0.4/gegl-scratch.h
file path=usr/include/gegl-0.4/gegl-tile-backend.h
file path=usr/include/gegl-0.4/gegl-tile-handler.h
file path=usr/include/gegl-0.4/gegl-tile-source.h
file path=usr/include/gegl-0.4/gegl-tile.h
file path=usr/include/gegl-0.4/gegl-types.h
file path=usr/include/gegl-0.4/gegl-utils.h
file path=usr/include/gegl-0.4/gegl-version.h
file path=usr/include/gegl-0.4/gegl.h
file path=usr/include/gegl-0.4/npd/deformation.h
file path=usr/include/gegl-0.4/npd/graphics.h
file path=usr/include/gegl-0.4/npd/lattice_cut.h
file path=usr/include/gegl-0.4/npd/npd.h
file path=usr/include/gegl-0.4/npd/npd_common.h
file path=usr/include/gegl-0.4/npd/npd_debug.h
file path=usr/include/gegl-0.4/npd/npd_gegl.h
file path=usr/include/gegl-0.4/npd/npd_math.h
file path=usr/include/gegl-0.4/opencl/cl.h
file path=usr/include/gegl-0.4/opencl/cl_d3d10.h
file path=usr/include/gegl-0.4/opencl/cl_ext.h
file path=usr/include/gegl-0.4/opencl/cl_gl.h
file path=usr/include/gegl-0.4/opencl/cl_gl_ext.h
file path=usr/include/gegl-0.4/opencl/cl_platform.h
file path=usr/include/gegl-0.4/opencl/gegl-cl-color.h
file path=usr/include/gegl-0.4/opencl/gegl-cl-init.h
file path=usr/include/gegl-0.4/opencl/gegl-cl-random.h
file path=usr/include/gegl-0.4/opencl/gegl-cl-types.h
file path=usr/include/gegl-0.4/opencl/gegl-cl.h
file path=usr/include/gegl-0.4/opencl/opencl.h
file path=usr/include/gegl-0.4/operation/gegl-extension-handler.h
file path=usr/include/gegl-0.4/operation/gegl-operation-area-filter.h
file path=usr/include/gegl-0.4/operation/gegl-operation-composer.h
file path=usr/include/gegl-0.4/operation/gegl-operation-composer3.h
file path=usr/include/gegl-0.4/operation/gegl-operation-context.h
file path=usr/include/gegl-0.4/operation/gegl-operation-filter.h
file path=usr/include/gegl-0.4/operation/gegl-operation-handlers.h
file path=usr/include/gegl-0.4/operation/gegl-operation-meta-json.h
file path=usr/include/gegl-0.4/operation/gegl-operation-meta.h
file path=usr/include/gegl-0.4/operation/gegl-operation-point-composer.h
file path=usr/include/gegl-0.4/operation/gegl-operation-point-composer3.h
file path=usr/include/gegl-0.4/operation/gegl-operation-point-filter.h
file path=usr/include/gegl-0.4/operation/gegl-operation-point-render.h
file path=usr/include/gegl-0.4/operation/gegl-operation-property-keys.h
file path=usr/include/gegl-0.4/operation/gegl-operation-sink.h
file path=usr/include/gegl-0.4/operation/gegl-operation-source.h
file path=usr/include/gegl-0.4/operation/gegl-operation-temporal.h
file path=usr/include/gegl-0.4/operation/gegl-operation.h
file path=usr/include/gegl-0.4/sc/sc-common.h
file path=usr/include/gegl-0.4/sc/sc-context.h
file path=usr/include/gegl-0.4/sc/sc-outline.h
file path=usr/include/gegl-0.4/sc/sc-sample.h
file path=usr/lib/$(MACH64)/gegl-0.4/exr-load.so
file path=usr/lib/$(MACH64)/gegl-0.4/exr-save.so
file path=usr/lib/$(MACH64)/gegl-0.4/gegl-common-cxx.so
file path=usr/lib/$(MACH64)/gegl-0.4/gegl-common-gpl3.so
file path=usr/lib/$(MACH64)/gegl-0.4/gegl-common.so
file path=usr/lib/$(MACH64)/gegl-0.4/gegl-core.so
file path=usr/lib/$(MACH64)/gegl-0.4/gegl-generated.so
file path=usr/lib/$(MACH64)/gegl-0.4/gif-load.so
file path=usr/lib/$(MACH64)/gegl-0.4/grey2.json
file path=usr/lib/$(MACH64)/gegl-0.4/jpg-load.so
file path=usr/lib/$(MACH64)/gegl-0.4/jpg-save.so
file path=usr/lib/$(MACH64)/gegl-0.4/lcms-from-profile.so
file path=usr/lib/$(MACH64)/gegl-0.4/npd.so
file path=usr/lib/$(MACH64)/gegl-0.4/npy-save.so
file path=usr/lib/$(MACH64)/gegl-0.4/path.so
file path=usr/lib/$(MACH64)/gegl-0.4/pixbuf-load.so
file path=usr/lib/$(MACH64)/gegl-0.4/pixbuf-save.so
file path=usr/lib/$(MACH64)/gegl-0.4/png-load.so
file path=usr/lib/$(MACH64)/gegl-0.4/png-save.so
file path=usr/lib/$(MACH64)/gegl-0.4/ppm-load.so
file path=usr/lib/$(MACH64)/gegl-0.4/ppm-save.so
file path=usr/lib/$(MACH64)/gegl-0.4/raw-load.so
file path=usr/lib/$(MACH64)/gegl-0.4/rgbe-load.so
file path=usr/lib/$(MACH64)/gegl-0.4/rgbe-save.so
file path=usr/lib/$(MACH64)/gegl-0.4/sdl2-display.so
file path=usr/lib/$(MACH64)/gegl-0.4/seamless-clone-compose.so
file path=usr/lib/$(MACH64)/gegl-0.4/seamless-clone.so
file path=usr/lib/$(MACH64)/gegl-0.4/svg-load.so
file path=usr/lib/$(MACH64)/gegl-0.4/text.so
file path=usr/lib/$(MACH64)/gegl-0.4/tiff-load.so
file path=usr/lib/$(MACH64)/gegl-0.4/tiff-save.so
file path=usr/lib/$(MACH64)/gegl-0.4/transformops.so
file path=usr/lib/$(MACH64)/gegl-0.4/vector-fill.so
file path=usr/lib/$(MACH64)/gegl-0.4/vector-stroke.so
file path=usr/lib/$(MACH64)/gegl-0.4/webp-load.so
file path=usr/lib/$(MACH64)/gegl-0.4/webp-save.so
file path=usr/lib/$(MACH64)/girepository-1.0/Gegl-0.4.typelib
link path=usr/lib/$(MACH64)/libgegl-0.4.so target=libgegl-0.4.so.0
link path=usr/lib/$(MACH64)/libgegl-0.4.so.0 target=libgegl-0.4.so.0.423.1
file path=usr/lib/$(MACH64)/libgegl-0.4.so.0.423.1
file path=usr/lib/$(MACH64)/libgegl-npd-0.4.so
file path=usr/lib/$(MACH64)/libgegl-sc-0.4.so
file path=usr/lib/$(MACH64)/pkgconfig/gegl-0.4.pc
file path=usr/lib/$(MACH64)/pkgconfig/gegl-sc-0.4.pc
file path=usr/share/gir-1.0/Gegl-0.4.gir
file path=usr/share/locale/bs/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/ca/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/da/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/de/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/el/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/en_GB/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/eo/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/es/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/eu/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/fr/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/gl/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/hr/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/id/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/is/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/it/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/ko/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/lv/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/mr/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/nb/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/ne/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/nl/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/oc/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/pl/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/pt/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/pt_BR/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/ru/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/sk/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/sl/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/sr/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/sv/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/tr/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/uk/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/zh_CN/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/vala/vapi/gegl-0.4.deps
file path=usr/share/vala/vapi/gegl-0.4.vapi
components/library/gegl/gegl_workshop.p5m
@@ -15,90 +15,19 @@
set name=pkg.fmri value=pkg:/image/library/gegl/workshop@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY) - additional components"
set name=info.classification value="org.opensolaris.category.2008:System/Multimedia Libraries"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
license gegl.license license="GPLv3, LGPLv3"
license $(COMPONENT_LICENSE_FILE) license="$(COMPONENT_LICENSE)"
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
<transform file path=usr/bin/+ -> default mode 0555>
depend fmri=image/library/gegl@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) type=require
# Generated section:
file path=usr/lib/$(MACH64)/gegl-0.2/average.so
file path=usr/lib/$(MACH64)/gegl-0.2/blend-reflect.so
file path=usr/lib/$(MACH64)/gegl-0.2/box-max.so
file path=usr/lib/$(MACH64)/gegl-0.2/box-min.so
file path=usr/lib/$(MACH64)/gegl-0.2/box-percentile.so
file path=usr/lib/$(MACH64)/gegl-0.2/buffer-cache.so
file path=usr/lib/$(MACH64)/gegl-0.2/color-reduction.so
file path=usr/lib/$(MACH64)/gegl-0.2/color-rotate.so
file path=usr/lib/$(MACH64)/gegl-0.2/convolution-matrix.so
file path=usr/lib/$(MACH64)/gegl-0.2/cubism.so
file path=usr/lib/$(MACH64)/gegl-0.2/deinterlace.so
file path=usr/lib/$(MACH64)/gegl-0.2/demosaic-bimedian.so
file path=usr/lib/$(MACH64)/gegl-0.2/demosaic-simple.so
file path=usr/lib/$(MACH64)/gegl-0.2/disc-percentile.so
file path=usr/lib/$(MACH64)/gegl-0.2/ditto.so
file path=usr/lib/$(MACH64)/gegl-0.2/emboss.so
file path=usr/lib/$(MACH64)/gegl-0.2/fractal-trace.so
file path=usr/lib/$(MACH64)/gegl-0.2/gluas.so
file path=usr/lib/$(MACH64)/gegl-0.2/hstack.so
file path=usr/lib/$(MACH64)/gegl-0.2/kuwahara.so
file path=usr/lib/$(MACH64)/gegl-0.2/line-profile.so
file path=usr/lib/$(MACH64)/gegl-0.2/linear-gradient.so
file path=usr/lib/$(MACH64)/gegl-0.2/mandelbrot.so
file path=usr/lib/$(MACH64)/gegl-0.2/max-rgb.so
file path=usr/lib/$(MACH64)/gegl-0.2/negation.so
file path=usr/lib/$(MACH64)/gegl-0.2/noise-spread.so
file path=usr/lib/$(MACH64)/gegl-0.2/plasma.so
file path=usr/lib/$(MACH64)/gegl-0.2/radial-gradient.so
file path=usr/lib/$(MACH64)/gegl-0.2/rawbayer-load.so
file path=usr/lib/$(MACH64)/gegl-0.2/red-eye-removal.so
file path=usr/lib/$(MACH64)/gegl-0.2/snn-percentile.so
file path=usr/lib/$(MACH64)/gegl-0.2/soft-burn.so
file path=usr/lib/$(MACH64)/gegl-0.2/soft-dodge.so
file path=usr/lib/$(MACH64)/gegl-0.2/subtractive.so
file path=usr/lib/$(MACH64)/gegl-0.2/unpremul.so
file path=usr/lib/$(MACH64)/gegl-0.2/warp.so
file path=usr/lib/$(MACH64)/gegl-0.2/whirl-pinch.so
file path=usr/lib/gegl-0.2/average.so
file path=usr/lib/gegl-0.2/blend-reflect.so
file path=usr/lib/gegl-0.2/box-max.so
file path=usr/lib/gegl-0.2/box-min.so
file path=usr/lib/gegl-0.2/box-percentile.so
file path=usr/lib/gegl-0.2/buffer-cache.so
file path=usr/lib/gegl-0.2/color-reduction.so
file path=usr/lib/gegl-0.2/color-rotate.so
file path=usr/lib/gegl-0.2/convolution-matrix.so
file path=usr/lib/gegl-0.2/cubism.so
file path=usr/lib/gegl-0.2/deinterlace.so
file path=usr/lib/gegl-0.2/demosaic-bimedian.so
file path=usr/lib/gegl-0.2/demosaic-simple.so
file path=usr/lib/gegl-0.2/disc-percentile.so
file path=usr/lib/gegl-0.2/ditto.so
file path=usr/lib/gegl-0.2/emboss.so
file path=usr/lib/gegl-0.2/fractal-trace.so
file path=usr/lib/gegl-0.2/gluas.so
file path=usr/lib/gegl-0.2/hstack.so
file path=usr/lib/gegl-0.2/kuwahara.so
file path=usr/lib/gegl-0.2/line-profile.so
file path=usr/lib/gegl-0.2/linear-gradient.so
file path=usr/lib/gegl-0.2/mandelbrot.so
file path=usr/lib/gegl-0.2/max-rgb.so
file path=usr/lib/gegl-0.2/negation.so
file path=usr/lib/gegl-0.2/noise-spread.so
file path=usr/lib/gegl-0.2/plasma.so
file path=usr/lib/gegl-0.2/radial-gradient.so
file path=usr/lib/gegl-0.2/rawbayer-load.so
file path=usr/lib/gegl-0.2/red-eye-removal.so
file path=usr/lib/gegl-0.2/snn-percentile.so
file path=usr/lib/gegl-0.2/soft-burn.so
file path=usr/lib/gegl-0.2/soft-dodge.so
file path=usr/lib/gegl-0.2/subtractive.so
file path=usr/lib/gegl-0.2/unpremul.so
file path=usr/lib/gegl-0.2/warp.so
file path=usr/lib/gegl-0.2/whirl-pinch.so
file path=usr/lib/$(MACH64)/gegl-0.4/average.so
file path=usr/lib/$(MACH64)/gegl-0.4/blend-reflect.so
file path=usr/lib/$(MACH64)/gegl-0.4/gegl-workshop.so
file path=usr/lib/$(MACH64)/gegl-0.4/line-profile.so
file path=usr/lib/$(MACH64)/gegl-0.4/negation.so
file path=usr/lib/$(MACH64)/gegl-0.4/soft-burn.so
file path=usr/lib/$(MACH64)/gegl-0.4/soft-dodge.so
file path=usr/lib/$(MACH64)/gegl-0.4/subtractive.so
file path=usr/lib/$(MACH64)/gegl-0.4/voroni_diagram.so
components/library/gegl/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2016 <contributor>
# Copyright 2020 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -22,381 +22,177 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/$(MACH64)/gegl
file path=usr/bin/gegl
file path=usr/include/gegl-0.2/gegl-buffer-backend.h
file path=usr/include/gegl-0.2/gegl-buffer-iterator.h
file path=usr/include/gegl-0.2/gegl-buffer.h
file path=usr/include/gegl-0.2/gegl-chant.h
file path=usr/include/gegl-0.2/gegl-color.h
file path=usr/include/gegl-0.2/gegl-curve.h
file path=usr/include/gegl-0.2/gegl-enums.h
file path=usr/include/gegl-0.2/gegl-lookup.h
file path=usr/include/gegl-0.2/gegl-matrix.h
file path=usr/include/gegl-0.2/gegl-paramspecs.h
file path=usr/include/gegl-0.2/gegl-path.h
file path=usr/include/gegl-0.2/gegl-plugin.h
file path=usr/include/gegl-0.2/gegl-tile-backend.h
file path=usr/include/gegl-0.2/gegl-tile-source.h
file path=usr/include/gegl-0.2/gegl-tile.h
file path=usr/include/gegl-0.2/gegl-types.h
file path=usr/include/gegl-0.2/gegl-utils.h
file path=usr/include/gegl-0.2/gegl-version.h
file path=usr/include/gegl-0.2/gegl.h
file path=usr/include/gegl-0.2/opencl/cl.h
file path=usr/include/gegl-0.2/opencl/cl_d3d10.h
file path=usr/include/gegl-0.2/opencl/cl_ext.h
file path=usr/include/gegl-0.2/opencl/cl_gl.h
file path=usr/include/gegl-0.2/opencl/cl_gl_ext.h
file path=usr/include/gegl-0.2/opencl/cl_platform.h
file path=usr/include/gegl-0.2/opencl/gegl-cl-color.h
file path=usr/include/gegl-0.2/opencl/gegl-cl-init.h
file path=usr/include/gegl-0.2/opencl/gegl-cl-types.h
file path=usr/include/gegl-0.2/opencl/gegl-cl.h
file path=usr/include/gegl-0.2/opencl/opencl.h
file path=usr/include/gegl-0.2/operation/gegl-operation-area-filter.h
file path=usr/include/gegl-0.2/operation/gegl-operation-composer.h
file path=usr/include/gegl-0.2/operation/gegl-operation-composer3.h
file path=usr/include/gegl-0.2/operation/gegl-operation-filter.h
file path=usr/include/gegl-0.2/operation/gegl-operation-meta.h
file path=usr/include/gegl-0.2/operation/gegl-operation-point-composer.h
file path=usr/include/gegl-0.2/operation/gegl-operation-point-composer3.h
file path=usr/include/gegl-0.2/operation/gegl-operation-point-filter.h
file path=usr/include/gegl-0.2/operation/gegl-operation-point-render.h
file path=usr/include/gegl-0.2/operation/gegl-operation-sink.h
file path=usr/include/gegl-0.2/operation/gegl-operation-source.h
file path=usr/include/gegl-0.2/operation/gegl-operation-temporal.h
file path=usr/include/gegl-0.2/operation/gegl-operation.h
file path=usr/lib/$(MACH64)/gegl-0.2/add.so
file path=usr/lib/$(MACH64)/gegl-0.2/average.so
file path=usr/lib/$(MACH64)/gegl-0.2/bilateral-filter.so
file path=usr/lib/$(MACH64)/gegl-0.2/blend-reflect.so
file path=usr/lib/$(MACH64)/gegl-0.2/box-blur.so
file path=usr/lib/$(MACH64)/gegl-0.2/box-max.so
file path=usr/lib/$(MACH64)/gegl-0.2/box-min.so
file path=usr/lib/$(MACH64)/gegl-0.2/box-percentile.so
file path=usr/lib/$(MACH64)/gegl-0.2/brightness-contrast.so
file path=usr/lib/$(MACH64)/gegl-0.2/buffer-cache.so
file path=usr/lib/$(MACH64)/gegl-0.2/buffer-sink.so
file path=usr/lib/$(MACH64)/gegl-0.2/buffer-source.so
file path=usr/lib/$(MACH64)/gegl-0.2/c2g.so
file path=usr/lib/$(MACH64)/gegl-0.2/checkerboard.so
file path=usr/lib/$(MACH64)/gegl-0.2/clear.so
file path=usr/lib/$(MACH64)/gegl-0.2/clone.so
file path=usr/lib/$(MACH64)/gegl-0.2/color-burn.so
file path=usr/lib/$(MACH64)/gegl-0.2/color-dodge.so
file path=usr/lib/$(MACH64)/gegl-0.2/color-reduction.so
file path=usr/lib/$(MACH64)/gegl-0.2/color-rotate.so
file path=usr/lib/$(MACH64)/gegl-0.2/color-temperature.so
file path=usr/lib/$(MACH64)/gegl-0.2/color-to-alpha.so
file path=usr/lib/$(MACH64)/gegl-0.2/color.so
file path=usr/lib/$(MACH64)/gegl-0.2/contrast-curve.so
file path=usr/lib/$(MACH64)/gegl-0.2/convert-format.so
file path=usr/lib/$(MACH64)/gegl-0.2/convolution-matrix.so
file path=usr/lib/$(MACH64)/gegl-0.2/crop.so
file path=usr/lib/$(MACH64)/gegl-0.2/cubism.so
file path=usr/lib/$(MACH64)/gegl-0.2/darken.so
file path=usr/lib/$(MACH64)/gegl-0.2/deinterlace.so
file path=usr/lib/$(MACH64)/gegl-0.2/demosaic-bimedian.so
file path=usr/lib/$(MACH64)/gegl-0.2/demosaic-simple.so
file path=usr/lib/$(MACH64)/gegl-0.2/difference-of-gaussians.so
file path=usr/lib/$(MACH64)/gegl-0.2/difference.so
file path=usr/lib/$(MACH64)/gegl-0.2/disc-percentile.so
file path=usr/lib/$(MACH64)/gegl-0.2/display.so
file path=usr/lib/$(MACH64)/gegl-0.2/ditto.so
file path=usr/lib/$(MACH64)/gegl-0.2/divide.so
file path=usr/lib/$(MACH64)/gegl-0.2/dropshadow.so
file path=usr/lib/$(MACH64)/gegl-0.2/dst-atop.so
file path=usr/lib/$(MACH64)/gegl-0.2/dst-in.so
file path=usr/lib/$(MACH64)/gegl-0.2/dst-out.so
file path=usr/lib/$(MACH64)/gegl-0.2/dst-over.so
file path=usr/lib/$(MACH64)/gegl-0.2/dst.so
file path=usr/lib/$(MACH64)/gegl-0.2/edge-laplace.so
file path=usr/lib/$(MACH64)/gegl-0.2/edge-sobel.so
file path=usr/lib/$(MACH64)/gegl-0.2/emboss.so
file path=usr/lib/$(MACH64)/gegl-0.2/exclusion.so
file path=usr/lib/$(MACH64)/gegl-0.2/exp-combine.so
file path=usr/lib/$(MACH64)/gegl-0.2/fattal02.so
file path=usr/lib/$(MACH64)/gegl-0.2/fractal-explorer.so
file path=usr/lib/$(MACH64)/gegl-0.2/fractal-trace.so
file path=usr/lib/$(MACH64)/gegl-0.2/gamma.so
file path=usr/lib/$(MACH64)/gegl-0.2/gaussian-blur.so
file path=usr/lib/$(MACH64)/gegl-0.2/gegl-buffer-load-op.so
file path=usr/lib/$(MACH64)/gegl-0.2/gegl-buffer-save-op.so
file path=usr/lib/$(MACH64)/gegl-0.2/gluas.so
file path=usr/lib/$(MACH64)/gegl-0.2/grey.so
file path=usr/lib/$(MACH64)/gegl-0.2/grid.so
file path=usr/lib/$(MACH64)/gegl-0.2/hard-light.so
file path=usr/lib/$(MACH64)/gegl-0.2/hstack.so
file path=usr/lib/$(MACH64)/gegl-0.2/introspect.so
file path=usr/lib/$(MACH64)/gegl-0.2/invert.so
file path=usr/lib/$(MACH64)/gegl-0.2/jp2-load.so
file path=usr/lib/$(MACH64)/gegl-0.2/jpg-load.so
file path=usr/lib/$(MACH64)/gegl-0.2/jpg-save.so
file path=usr/lib/$(MACH64)/gegl-0.2/kuwahara.so
file path=usr/lib/$(MACH64)/gegl-0.2/layer.so
file path=usr/lib/$(MACH64)/gegl-0.2/lens-distortion.so
file path=usr/lib/$(MACH64)/gegl-0.2/levels.so
file path=usr/lib/$(MACH64)/gegl-0.2/lighten.so
file path=usr/lib/$(MACH64)/gegl-0.2/line-profile.so
file path=usr/lib/$(MACH64)/gegl-0.2/linear-gradient.so
file path=usr/lib/$(MACH64)/gegl-0.2/load.so
file path=usr/lib/$(MACH64)/gegl-0.2/magick-load.so
file path=usr/lib/$(MACH64)/gegl-0.2/mandelbrot.so
file path=usr/lib/$(MACH64)/gegl-0.2/mantiuk06.so
file path=usr/lib/$(MACH64)/gegl-0.2/map-absolute.so
file path=usr/lib/$(MACH64)/gegl-0.2/map-relative.so
file path=usr/lib/$(MACH64)/gegl-0.2/matting-global.so
file path=usr/lib/$(MACH64)/gegl-0.2/max-rgb.so
file path=usr/lib/$(MACH64)/gegl-0.2/mblur.so
file path=usr/lib/$(MACH64)/gegl-0.2/mirrors.so
file path=usr/lib/$(MACH64)/gegl-0.2/mono-mixer.so
file path=usr/lib/$(MACH64)/gegl-0.2/motion-blur.so
file path=usr/lib/$(MACH64)/gegl-0.2/multiply.so
file path=usr/lib/$(MACH64)/gegl-0.2/negation.so
file path=usr/lib/$(MACH64)/gegl-0.2/noise-reduction.so
file path=usr/lib/$(MACH64)/gegl-0.2/noise-spread.so
file path=usr/lib/$(MACH64)/gegl-0.2/noise.so
file path=usr/lib/$(MACH64)/gegl-0.2/nop.so
file path=usr/lib/$(MACH64)/gegl-0.2/opacity.so
file path=usr/lib/$(MACH64)/gegl-0.2/open-buffer.so
file path=usr/lib/$(MACH64)/gegl-0.2/over.so
file path=usr/lib/$(MACH64)/gegl-0.2/overlay.so
file path=usr/lib/$(MACH64)/gegl-0.2/path.so
file path=usr/lib/$(MACH64)/gegl-0.2/pixbuf.so
file path=usr/lib/$(MACH64)/gegl-0.2/pixelize.so
file path=usr/lib/$(MACH64)/gegl-0.2/plasma.so
file path=usr/lib/$(MACH64)/gegl-0.2/plus.so
file path=usr/lib/$(MACH64)/gegl-0.2/png-load.so
file path=usr/lib/$(MACH64)/gegl-0.2/png-save.so
file path=usr/lib/$(MACH64)/gegl-0.2/polar-coordinates.so
file path=usr/lib/$(MACH64)/gegl-0.2/posterize.so
file path=usr/lib/$(MACH64)/gegl-0.2/ppm-load.so
file path=usr/lib/$(MACH64)/gegl-0.2/ppm-save.so
file path=usr/lib/$(MACH64)/gegl-0.2/radial-gradient.so
file path=usr/lib/$(MACH64)/gegl-0.2/raw-load.so
file path=usr/lib/$(MACH64)/gegl-0.2/rawbayer-load.so
file path=usr/lib/$(MACH64)/gegl-0.2/rectangle.so
file path=usr/lib/$(MACH64)/gegl-0.2/red-eye-removal.so
file path=usr/lib/$(MACH64)/gegl-0.2/reinhard05.so
file path=usr/lib/$(MACH64)/gegl-0.2/remap.so
file path=usr/lib/$(MACH64)/gegl-0.2/rgbe-load.so
file path=usr/lib/$(MACH64)/gegl-0.2/rgbe-save.so
file path=usr/lib/$(MACH64)/gegl-0.2/ripple.so
file path=usr/lib/$(MACH64)/gegl-0.2/save-pixbuf.so
file path=usr/lib/$(MACH64)/gegl-0.2/save.so
file path=usr/lib/$(MACH64)/gegl-0.2/screen.so
file path=usr/lib/$(MACH64)/gegl-0.2/sdl-display.so
file path=usr/lib/$(MACH64)/gegl-0.2/snn-mean.so
file path=usr/lib/$(MACH64)/gegl-0.2/snn-percentile.so
file path=usr/lib/$(MACH64)/gegl-0.2/soft-burn.so
file path=usr/lib/$(MACH64)/gegl-0.2/soft-dodge.so
file path=usr/lib/$(MACH64)/gegl-0.2/soft-light.so
file path=usr/lib/$(MACH64)/gegl-0.2/src-atop.so
file path=usr/lib/$(MACH64)/gegl-0.2/src-in.so
file path=usr/lib/$(MACH64)/gegl-0.2/src-out.so
file path=usr/lib/$(MACH64)/gegl-0.2/src-over.so
file path=usr/lib/$(MACH64)/gegl-0.2/src.so
file path=usr/lib/$(MACH64)/gegl-0.2/stress.so
file path=usr/lib/$(MACH64)/gegl-0.2/stretch-contrast.so
file path=usr/lib/$(MACH64)/gegl-0.2/subtract.so
file path=usr/lib/$(MACH64)/gegl-0.2/subtractive.so
file path=usr/lib/$(MACH64)/gegl-0.2/svg-huerotate.so
file path=usr/lib/$(MACH64)/gegl-0.2/svg-load.so
file path=usr/lib/$(MACH64)/gegl-0.2/svg-luminancetoalpha.so
file path=usr/lib/$(MACH64)/gegl-0.2/svg-matrix.so
file path=usr/lib/$(MACH64)/gegl-0.2/svg-multiply.so
file path=usr/lib/$(MACH64)/gegl-0.2/svg-saturate.so
file path=usr/lib/$(MACH64)/gegl-0.2/text.so
file path=usr/lib/$(MACH64)/gegl-0.2/threshold.so
file path=usr/lib/$(MACH64)/gegl-0.2/transformops.so
file path=usr/lib/$(MACH64)/gegl-0.2/unpremul.so
file path=usr/lib/$(MACH64)/gegl-0.2/unsharp-mask.so
file path=usr/lib/$(MACH64)/gegl-0.2/value-invert.so
file path=usr/lib/$(MACH64)/gegl-0.2/vector-fill.so
file path=usr/lib/$(MACH64)/gegl-0.2/vector-stroke.so
file path=usr/lib/$(MACH64)/gegl-0.2/vignette.so
file path=usr/lib/$(MACH64)/gegl-0.2/warp.so
file path=usr/lib/$(MACH64)/gegl-0.2/waves.so
file path=usr/lib/$(MACH64)/gegl-0.2/weighted-blend.so
file path=usr/lib/$(MACH64)/gegl-0.2/whirl-pinch.so
file path=usr/lib/$(MACH64)/gegl-0.2/write-buffer.so
file path=usr/lib/$(MACH64)/gegl-0.2/xor.so
link path=usr/lib/$(MACH64)/libgegl-0.2.so target=libgegl-0.2.so.0.199.1
link path=usr/lib/$(MACH64)/libgegl-0.2.so.0 target=libgegl-0.2.so.0.199.1
file path=usr/lib/$(MACH64)/libgegl-0.2.so.0.199.1
file path=usr/lib/$(MACH64)/pkgconfig/gegl-0.2.pc
file path=usr/lib/gegl-0.2/add.so
file path=usr/lib/gegl-0.2/average.so
file path=usr/lib/gegl-0.2/bilateral-filter.so
file path=usr/lib/gegl-0.2/blend-reflect.so
file path=usr/lib/gegl-0.2/box-blur.so
file path=usr/lib/gegl-0.2/box-max.so
file path=usr/lib/gegl-0.2/box-min.so
file path=usr/lib/gegl-0.2/box-percentile.so
file path=usr/lib/gegl-0.2/brightness-contrast.so
file path=usr/lib/gegl-0.2/buffer-cache.so
file path=usr/lib/gegl-0.2/buffer-sink.so
file path=usr/lib/gegl-0.2/buffer-source.so
file path=usr/lib/gegl-0.2/c2g.so
file path=usr/lib/gegl-0.2/checkerboard.so
file path=usr/lib/gegl-0.2/clear.so
file path=usr/lib/gegl-0.2/clone.so
file path=usr/lib/gegl-0.2/color-burn.so
file path=usr/lib/gegl-0.2/color-dodge.so
file path=usr/lib/gegl-0.2/color-reduction.so
file path=usr/lib/gegl-0.2/color-rotate.so
file path=usr/lib/gegl-0.2/color-temperature.so
file path=usr/lib/gegl-0.2/color-to-alpha.so
file path=usr/lib/gegl-0.2/color.so
file path=usr/lib/gegl-0.2/contrast-curve.so
file path=usr/lib/gegl-0.2/convert-format.so
file path=usr/lib/gegl-0.2/convolution-matrix.so
file path=usr/lib/gegl-0.2/crop.so
file path=usr/lib/gegl-0.2/cubism.so
file path=usr/lib/gegl-0.2/darken.so
file path=usr/lib/gegl-0.2/deinterlace.so
file path=usr/lib/gegl-0.2/demosaic-bimedian.so
file path=usr/lib/gegl-0.2/demosaic-simple.so
file path=usr/lib/gegl-0.2/difference-of-gaussians.so
file path=usr/lib/gegl-0.2/difference.so
file path=usr/lib/gegl-0.2/disc-percentile.so
file path=usr/lib/gegl-0.2/display.so
file path=usr/lib/gegl-0.2/ditto.so
file path=usr/lib/gegl-0.2/divide.so
file path=usr/lib/gegl-0.2/dropshadow.so
file path=usr/lib/gegl-0.2/dst-atop.so
file path=usr/lib/gegl-0.2/dst-in.so
file path=usr/lib/gegl-0.2/dst-out.so
file path=usr/lib/gegl-0.2/dst-over.so
file path=usr/lib/gegl-0.2/dst.so
file path=usr/lib/gegl-0.2/edge-laplace.so
file path=usr/lib/gegl-0.2/edge-sobel.so
file path=usr/lib/gegl-0.2/emboss.so
file path=usr/lib/gegl-0.2/exclusion.so
file path=usr/lib/gegl-0.2/exp-combine.so
file path=usr/lib/gegl-0.2/fattal02.so
file path=usr/lib/gegl-0.2/fractal-explorer.so
file path=usr/lib/gegl-0.2/fractal-trace.so
file path=usr/lib/gegl-0.2/gamma.so
file path=usr/lib/gegl-0.2/gaussian-blur.so
file path=usr/lib/gegl-0.2/gegl-buffer-load-op.so
file path=usr/lib/gegl-0.2/gegl-buffer-save-op.so
file path=usr/lib/gegl-0.2/gluas.so
file path=usr/lib/gegl-0.2/grey.so
file path=usr/lib/gegl-0.2/grid.so
file path=usr/lib/gegl-0.2/hard-light.so
file path=usr/lib/gegl-0.2/hstack.so
file path=usr/lib/gegl-0.2/introspect.so
file path=usr/lib/gegl-0.2/invert.so
file path=usr/lib/gegl-0.2/jp2-load.so
file path=usr/lib/gegl-0.2/jpg-load.so
file path=usr/lib/gegl-0.2/jpg-save.so
file path=usr/lib/gegl-0.2/kuwahara.so
file path=usr/lib/gegl-0.2/layer.so
file path=usr/lib/gegl-0.2/lens-distortion.so
file path=usr/lib/gegl-0.2/levels.so
file path=usr/lib/gegl-0.2/lighten.so
file path=usr/lib/gegl-0.2/line-profile.so
file path=usr/lib/gegl-0.2/linear-gradient.so
file path=usr/lib/gegl-0.2/load.so
file path=usr/lib/gegl-0.2/magick-load.so
file path=usr/lib/gegl-0.2/mandelbrot.so
file path=usr/lib/gegl-0.2/mantiuk06.so
file path=usr/lib/gegl-0.2/map-absolute.so
file path=usr/lib/gegl-0.2/map-relative.so
file path=usr/lib/gegl-0.2/matting-global.so
file path=usr/lib/gegl-0.2/max-rgb.so
file path=usr/lib/gegl-0.2/mblur.so
file path=usr/lib/gegl-0.2/mirrors.so
file path=usr/lib/gegl-0.2/mono-mixer.so
file path=usr/lib/gegl-0.2/motion-blur.so
file path=usr/lib/gegl-0.2/multiply.so
file path=usr/lib/gegl-0.2/negation.so
file path=usr/lib/gegl-0.2/noise-reduction.so
file path=usr/lib/gegl-0.2/noise-spread.so
file path=usr/lib/gegl-0.2/noise.so
file path=usr/lib/gegl-0.2/nop.so
file path=usr/lib/gegl-0.2/opacity.so
file path=usr/lib/gegl-0.2/open-buffer.so
file path=usr/lib/gegl-0.2/over.so
file path=usr/lib/gegl-0.2/overlay.so
file path=usr/lib/gegl-0.2/path.so
file path=usr/lib/gegl-0.2/pixbuf.so
file path=usr/lib/gegl-0.2/pixelize.so
file path=usr/lib/gegl-0.2/plasma.so
file path=usr/lib/gegl-0.2/plus.so
file path=usr/lib/gegl-0.2/png-load.so
file path=usr/lib/gegl-0.2/png-save.so
file path=usr/lib/gegl-0.2/polar-coordinates.so
file path=usr/lib/gegl-0.2/posterize.so
file path=usr/lib/gegl-0.2/ppm-load.so
file path=usr/lib/gegl-0.2/ppm-save.so
file path=usr/lib/gegl-0.2/radial-gradient.so
file path=usr/lib/gegl-0.2/raw-load.so
file path=usr/lib/gegl-0.2/rawbayer-load.so
file path=usr/lib/gegl-0.2/rectangle.so
file path=usr/lib/gegl-0.2/red-eye-removal.so
file path=usr/lib/gegl-0.2/reinhard05.so
file path=usr/lib/gegl-0.2/remap.so
file path=usr/lib/gegl-0.2/rgbe-load.so
file path=usr/lib/gegl-0.2/rgbe-save.so
file path=usr/lib/gegl-0.2/ripple.so
file path=usr/lib/gegl-0.2/save-pixbuf.so
file path=usr/lib/gegl-0.2/save.so
file path=usr/lib/gegl-0.2/screen.so
file path=usr/lib/gegl-0.2/sdl-display.so
file path=usr/lib/gegl-0.2/snn-mean.so
file path=usr/lib/gegl-0.2/snn-percentile.so
file path=usr/lib/gegl-0.2/soft-burn.so
file path=usr/lib/gegl-0.2/soft-dodge.so
file path=usr/lib/gegl-0.2/soft-light.so
file path=usr/lib/gegl-0.2/src-atop.so
file path=usr/lib/gegl-0.2/src-in.so
file path=usr/lib/gegl-0.2/src-out.so
file path=usr/lib/gegl-0.2/src-over.so
file path=usr/lib/gegl-0.2/src.so
file path=usr/lib/gegl-0.2/stress.so
file path=usr/lib/gegl-0.2/stretch-contrast.so
file path=usr/lib/gegl-0.2/subtract.so
file path=usr/lib/gegl-0.2/subtractive.so
file path=usr/lib/gegl-0.2/svg-huerotate.so
file path=usr/lib/gegl-0.2/svg-load.so
file path=usr/lib/gegl-0.2/svg-luminancetoalpha.so
file path=usr/lib/gegl-0.2/svg-matrix.so
file path=usr/lib/gegl-0.2/svg-multiply.so
file path=usr/lib/gegl-0.2/svg-saturate.so
file path=usr/lib/gegl-0.2/text.so
file path=usr/lib/gegl-0.2/threshold.so
file path=usr/lib/gegl-0.2/transformops.so
file path=usr/lib/gegl-0.2/unpremul.so
file path=usr/lib/gegl-0.2/unsharp-mask.so
file path=usr/lib/gegl-0.2/value-invert.so
file path=usr/lib/gegl-0.2/vector-fill.so
file path=usr/lib/gegl-0.2/vector-stroke.so
file path=usr/lib/gegl-0.2/vignette.so
file path=usr/lib/gegl-0.2/warp.so
file path=usr/lib/gegl-0.2/waves.so
file path=usr/lib/gegl-0.2/weighted-blend.so
file path=usr/lib/gegl-0.2/whirl-pinch.so
file path=usr/lib/gegl-0.2/write-buffer.so
file path=usr/lib/gegl-0.2/xor.so
link path=usr/lib/libgegl-0.2.so target=libgegl-0.2.so.0.199.1
link path=usr/lib/libgegl-0.2.so.0 target=libgegl-0.2.so.0.199.1
file path=usr/lib/libgegl-0.2.so.0.199.1
file path=usr/lib/pkgconfig/gegl-0.2.pc
file path=usr/share/doc/gegl/AUTHORS
file path=usr/share/doc/gegl/COPYING
file path=usr/share/doc/gegl/COPYING.LESSER
file path=usr/share/doc/gegl/ChangeLog
file path=usr/share/doc/gegl/NEWS
file path=usr/share/doc/gegl/README
file path=usr/share/gtk-doc/html/gegl/api.html
file path=usr/share/gtk-doc/html/gegl/gegl.css
file path=usr/share/gtk-doc/html/gegl/gegl.devhelp
file path=usr/share/gtk-doc/html/gegl/operations.html
file path=usr/share/locale/es/LC_MESSAGES/gegl-0.2.mo
file path=usr/share/locale/fr/LC_MESSAGES/gegl-0.2.mo
file path=usr/share/locale/pl/LC_MESSAGES/gegl-0.2.mo
file path=usr/share/locale/ru/LC_MESSAGES/gegl-0.2.mo
file path=usr/share/locale/sl/LC_MESSAGES/gegl-0.2.mo
file path=usr/bin/gegl-imgcmp
file path=usr/include/gegl-0.4/gegl-apply.h
file path=usr/include/gegl-0.4/gegl-audio-fragment.h
file path=usr/include/gegl-0.4/gegl-buffer-backend.h
file path=usr/include/gegl-0.4/gegl-buffer-enums.h
file path=usr/include/gegl-0.4/gegl-buffer-iterator.h
file path=usr/include/gegl-0.4/gegl-buffer-matrix2.h
file path=usr/include/gegl-0.4/gegl-buffer-swap.h
file path=usr/include/gegl-0.4/gegl-buffer.h
file path=usr/include/gegl-0.4/gegl-color.h
file path=usr/include/gegl-0.4/gegl-cpuaccel.h
file path=usr/include/gegl-0.4/gegl-curve.h
file path=usr/include/gegl-0.4/gegl-debug.h
file path=usr/include/gegl-0.4/gegl-enums.h
file path=usr/include/gegl-0.4/gegl-graph-debug.h
file path=usr/include/gegl-0.4/gegl-init.h
file path=usr/include/gegl-0.4/gegl-lookup.h
file path=usr/include/gegl-0.4/gegl-math.h
file path=usr/include/gegl-0.4/gegl-matrix.h
file path=usr/include/gegl-0.4/gegl-memory.h
file path=usr/include/gegl-0.4/gegl-metadata.h
file path=usr/include/gegl-0.4/gegl-metadatahash.h
file path=usr/include/gegl-0.4/gegl-metadatastore.h
file path=usr/include/gegl-0.4/gegl-node.h
file path=usr/include/gegl-0.4/gegl-op.h
file path=usr/include/gegl-0.4/gegl-operations-util.h
file path=usr/include/gegl-0.4/gegl-parallel.h
file path=usr/include/gegl-0.4/gegl-paramspecs.h
file path=usr/include/gegl-0.4/gegl-path.h
file path=usr/include/gegl-0.4/gegl-plugin.h
file path=usr/include/gegl-0.4/gegl-processor.h
file path=usr/include/gegl-0.4/gegl-random.h
file path=usr/include/gegl-0.4/gegl-rectangle.h
file path=usr/include/gegl-0.4/gegl-scratch.h
file path=usr/include/gegl-0.4/gegl-tile-backend.h
file path=usr/include/gegl-0.4/gegl-tile-handler.h
file path=usr/include/gegl-0.4/gegl-tile-source.h
file path=usr/include/gegl-0.4/gegl-tile.h
file path=usr/include/gegl-0.4/gegl-types.h
file path=usr/include/gegl-0.4/gegl-utils.h
file path=usr/include/gegl-0.4/gegl-version.h
file path=usr/include/gegl-0.4/gegl.h
file path=usr/include/gegl-0.4/npd/deformation.h
file path=usr/include/gegl-0.4/npd/graphics.h
file path=usr/include/gegl-0.4/npd/lattice_cut.h
file path=usr/include/gegl-0.4/npd/npd.h
file path=usr/include/gegl-0.4/npd/npd_common.h
file path=usr/include/gegl-0.4/npd/npd_debug.h
file path=usr/include/gegl-0.4/npd/npd_gegl.h
file path=usr/include/gegl-0.4/npd/npd_math.h
file path=usr/include/gegl-0.4/opencl/cl.h
file path=usr/include/gegl-0.4/opencl/cl_d3d10.h
file path=usr/include/gegl-0.4/opencl/cl_ext.h
file path=usr/include/gegl-0.4/opencl/cl_gl.h
file path=usr/include/gegl-0.4/opencl/cl_gl_ext.h
file path=usr/include/gegl-0.4/opencl/cl_platform.h
file path=usr/include/gegl-0.4/opencl/gegl-cl-color.h
file path=usr/include/gegl-0.4/opencl/gegl-cl-init.h
file path=usr/include/gegl-0.4/opencl/gegl-cl-random.h
file path=usr/include/gegl-0.4/opencl/gegl-cl-types.h
file path=usr/include/gegl-0.4/opencl/gegl-cl.h
file path=usr/include/gegl-0.4/opencl/opencl.h
file path=usr/include/gegl-0.4/operation/gegl-extension-handler.h
file path=usr/include/gegl-0.4/operation/gegl-operation-area-filter.h
file path=usr/include/gegl-0.4/operation/gegl-operation-composer.h
file path=usr/include/gegl-0.4/operation/gegl-operation-composer3.h
file path=usr/include/gegl-0.4/operation/gegl-operation-context.h
file path=usr/include/gegl-0.4/operation/gegl-operation-filter.h
file path=usr/include/gegl-0.4/operation/gegl-operation-handlers.h
file path=usr/include/gegl-0.4/operation/gegl-operation-meta-json.h
file path=usr/include/gegl-0.4/operation/gegl-operation-meta.h
file path=usr/include/gegl-0.4/operation/gegl-operation-point-composer.h
file path=usr/include/gegl-0.4/operation/gegl-operation-point-composer3.h
file path=usr/include/gegl-0.4/operation/gegl-operation-point-filter.h
file path=usr/include/gegl-0.4/operation/gegl-operation-point-render.h
file path=usr/include/gegl-0.4/operation/gegl-operation-property-keys.h
file path=usr/include/gegl-0.4/operation/gegl-operation-sink.h
file path=usr/include/gegl-0.4/operation/gegl-operation-source.h
file path=usr/include/gegl-0.4/operation/gegl-operation-temporal.h
file path=usr/include/gegl-0.4/operation/gegl-operation.h
file path=usr/include/gegl-0.4/sc/sc-common.h
file path=usr/include/gegl-0.4/sc/sc-context.h
file path=usr/include/gegl-0.4/sc/sc-outline.h
file path=usr/include/gegl-0.4/sc/sc-sample.h
file path=usr/lib/$(MACH64)/gegl-0.4/average.so
file path=usr/lib/$(MACH64)/gegl-0.4/blend-reflect.so
file path=usr/lib/$(MACH64)/gegl-0.4/exr-load.so
file path=usr/lib/$(MACH64)/gegl-0.4/exr-save.so
file path=usr/lib/$(MACH64)/gegl-0.4/gegl-common-cxx.so
file path=usr/lib/$(MACH64)/gegl-0.4/gegl-common-gpl3.so
file path=usr/lib/$(MACH64)/gegl-0.4/gegl-common.so
file path=usr/lib/$(MACH64)/gegl-0.4/gegl-core.so
file path=usr/lib/$(MACH64)/gegl-0.4/gegl-generated.so
file path=usr/lib/$(MACH64)/gegl-0.4/gegl-workshop.so
file path=usr/lib/$(MACH64)/gegl-0.4/gif-load.so
file path=usr/lib/$(MACH64)/gegl-0.4/grey2.json
file path=usr/lib/$(MACH64)/gegl-0.4/jpg-load.so
file path=usr/lib/$(MACH64)/gegl-0.4/jpg-save.so
file path=usr/lib/$(MACH64)/gegl-0.4/lcms-from-profile.so
file path=usr/lib/$(MACH64)/gegl-0.4/line-profile.so
file path=usr/lib/$(MACH64)/gegl-0.4/negation.so
file path=usr/lib/$(MACH64)/gegl-0.4/npd.so
file path=usr/lib/$(MACH64)/gegl-0.4/npy-save.so
file path=usr/lib/$(MACH64)/gegl-0.4/path.so
file path=usr/lib/$(MACH64)/gegl-0.4/pixbuf-load.so
file path=usr/lib/$(MACH64)/gegl-0.4/pixbuf-save.so
file path=usr/lib/$(MACH64)/gegl-0.4/png-load.so
file path=usr/lib/$(MACH64)/gegl-0.4/png-save.so
file path=usr/lib/$(MACH64)/gegl-0.4/ppm-load.so
file path=usr/lib/$(MACH64)/gegl-0.4/ppm-save.so
file path=usr/lib/$(MACH64)/gegl-0.4/raw-load.so
file path=usr/lib/$(MACH64)/gegl-0.4/rgbe-load.so
file path=usr/lib/$(MACH64)/gegl-0.4/rgbe-save.so
file path=usr/lib/$(MACH64)/gegl-0.4/sdl2-display.so
file path=usr/lib/$(MACH64)/gegl-0.4/seamless-clone-compose.so
file path=usr/lib/$(MACH64)/gegl-0.4/seamless-clone.so
file path=usr/lib/$(MACH64)/gegl-0.4/soft-burn.so
file path=usr/lib/$(MACH64)/gegl-0.4/soft-dodge.so
file path=usr/lib/$(MACH64)/gegl-0.4/subtractive.so
file path=usr/lib/$(MACH64)/gegl-0.4/svg-load.so
file path=usr/lib/$(MACH64)/gegl-0.4/text.so
file path=usr/lib/$(MACH64)/gegl-0.4/tiff-load.so
file path=usr/lib/$(MACH64)/gegl-0.4/tiff-save.so
file path=usr/lib/$(MACH64)/gegl-0.4/transformops.so
file path=usr/lib/$(MACH64)/gegl-0.4/vector-fill.so
file path=usr/lib/$(MACH64)/gegl-0.4/vector-stroke.so
file path=usr/lib/$(MACH64)/gegl-0.4/voroni_diagram.so
file path=usr/lib/$(MACH64)/gegl-0.4/webp-load.so
file path=usr/lib/$(MACH64)/gegl-0.4/webp-save.so
file path=usr/lib/$(MACH64)/girepository-1.0/Gegl-0.4.typelib
link path=usr/lib/$(MACH64)/libgegl-0.4.so target=libgegl-0.4.so.0
link path=usr/lib/$(MACH64)/libgegl-0.4.so.0 target=libgegl-0.4.so.0.423.1
file path=usr/lib/$(MACH64)/libgegl-0.4.so.0.423.1
file path=usr/lib/$(MACH64)/libgegl-npd-0.4.so
file path=usr/lib/$(MACH64)/libgegl-sc-0.4.so
file path=usr/lib/$(MACH64)/pkgconfig/gegl-0.4.pc
file path=usr/lib/$(MACH64)/pkgconfig/gegl-sc-0.4.pc
file path=usr/share/gir-1.0/Gegl-0.4.gir
file path=usr/share/locale/bs/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/ca/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/da/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/de/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/el/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/en_GB/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/eo/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/es/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/eu/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/fr/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/gl/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/hr/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/id/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/is/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/it/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/ko/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/lv/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/mr/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/nb/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/ne/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/nl/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/oc/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/pl/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/pt/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/pt_BR/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/ru/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/sk/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/sl/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/sr/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/sv/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/tr/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/uk/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/locale/zh_CN/LC_MESSAGES/gegl-0.4.mo
file path=usr/share/vala/vapi/gegl-0.4.deps
file path=usr/share/vala/vapi/gegl-0.4.vapi
components/library/gegl/patches/01-build.patch
File was deleted
components/library/gegl/patches/03-lua51.patch
File was deleted
components/library/gegl/patches/04-tools_create-reference.rb.patch
File was deleted
components/library/gegl/patches/05-libm.patch
File was deleted
components/library/gegl/pkg5
@@ -1,17 +1,29 @@
{
    "dependencies": [
        "developer/build/meson",
        "developer/build/ninja",
        "image/library/babl",
        "image/library/gexiv2",
        "image/library/libjpeg8-turbo",
        "image/library/libpng16",
        "image/library/libraw",
        "image/library/librsvg",
        "image/library/libtiff",
        "library/desktop/cairo",
        "library/desktop/gdk-pixbuf",
        "library/desktop/json-glib",
        "library/desktop/pango",
        "library/glib2",
        "library/sdl",
        "runtime/lua",
        "library/ilmbase",
        "library/lcms2",
        "library/libwebp",
        "library/openexr",
        "library/sdl2",
        "library/zlib",
        "SUNWcs",
        "system/library",
        "system/library/g++-7-runtime",
        "system/library/gcc-7-runtime",
        "system/library/math"
    ],
    "fmris": [