2008-10-11 06:33:25 +02:00
|
|
|
# Template build file for 'gegl'.
|
|
|
|
pkgname=gegl
|
2009-05-13 09:27:58 +02:00
|
|
|
version=0.0.22
|
2008-10-28 23:57:52 +01:00
|
|
|
distfiles="ftp://ftp.gimp.org/pub/gegl/0.0/$pkgname-$version.tar.bz2"
|
2008-10-11 06:33:25 +02:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="graph based image processing framework"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-05-13 09:27:58 +02:00
|
|
|
checksum=857233c84fe4a215466582eeeac3e719059f2d467f700a9f6885c35f55caa65b
|
2008-10-11 06:33:25 +02:00
|
|
|
long_desc="
|
|
|
|
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."
|
2009-05-13 09:27:58 +02:00
|
|
|
|
|
|
|
subpackages="devel"
|
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full babl
|
|
|
|
Add_dependency full libpng
|
|
|
|
Add_dependency full jpeg
|
|
|
|
Add_dependency full gtk+
|
|
|
|
Add_dependency full librsvg
|