diff options
author | gahr <gahr@FreeBSD.org> | 2008-10-03 17:42:36 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-10-03 17:42:36 +0800 |
commit | 80ab08da7a8ab305cd53a48f235b4f453070d12c (patch) | |
tree | 6758047378d0ffc1d572c3ed250ce91acc94d62e /graphics/Makefile | |
parent | dfceecd775450bc092df1541e71dd4fae6bfe24f (diff) | |
download | freebsd-ports-gnome-80ab08da7a8ab305cd53a48f235b4f453070d12c.tar.gz freebsd-ports-gnome-80ab08da7a8ab305cd53a48f235b4f453070d12c.tar.zst freebsd-ports-gnome-80ab08da7a8ab305cd53a48f235b4f453070d12c.zip |
- New port: gegl
GEGL (Generic Graphics Library) is a graph based image
processing framework.
GEGL provides infrastructure to do demand based cached
non destructive image editing on larger than RAM buffers.
Through babl it provides support for a wide range of color
models and pixel storage formats for input and output.
WWW: http://gegl.org/
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index c14563d6c9a2..1a3cfa7b639e 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -194,6 +194,7 @@ SUBDIR += gdk-pixbuf SUBDIR += gdtclft SUBDIR += geeqie + SUBDIR += gegl SUBDIR += geist SUBDIR += geoapi SUBDIR += geomorph |