vp-build/templates/gegl/template

25 lines
826 B
Plaintext
Raw Normal View History

# Template build file for 'gegl'.
pkgname=gegl
version=0.0.22
distfiles="ftp://ftp.gimp.org/pub/gegl/0.0/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="graph based image processing framework"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=857233c84fe4a215466582eeeac3e719059f2d467f700a9f6885c35f55caa65b
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."
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