void-packages/templates/gegl/template
Juan RP 644361397d gegl: update to 0.1.0.
--HG--
extra : convert_revision : fd5a5b133450462d2e3fe3dde33439403fae2fa9
2009-08-17 11:18:18 +02:00

24 lines
825 B
Text

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