# Watch: https://download.gimp.org/pub/gegl/0.4/
. "${GRIMOIRE}/MESON_FUNCTIONS"
           SPELL=gegl
         VERSION=0.4.58
          SOURCE=$SPELL-$VERSION.tar.xz
     SOURCE_HASH=sha512:25b740374559992d713119bdf61b13708e796c55102c053bf732099b41275f173d67f75b557dc2fc8cd9f9b7961dbf0b3298eea7ed7aeac07732e5e3cf8ac5dd
   SOURCE_URL[0]=https://download.gimp.org/pub/$SPELL/${VERSION%.*}/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://gegl.org/
      LICENSE[0]=GPL
         ENTERED=20080826
           SHORT="graph based image processing framework"
cat << EOF
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.
EOF
