void-packages/templates/gegl/template
Juan RP dd6b45c322 Set sourcepkg to pkgname through run_template().
This removes the need for having to specify sourcepkg manually in
every package that will build subpkgs.

--HG--
extra : convert_revision : 383e4c467e84844d2f4f61ae5c5e07a5124e9cfb
2009-07-29 22:44:30 +02:00

24 lines
826 B
Text

# 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