void-packages/srcpkgs/gegl/template
Juan RP 4404ae4a63 gegl: update to 0.1.2.
--HG--
extra : convert_revision : 62cb03417542cce9287b67016b485a9e480b337b
2010-04-25 17:27:57 +02:00

39 lines
1.3 KiB
Plaintext

# Template build file for 'gegl'.
pkgname=gegl
version=0.1.2
distfiles="ftp://ftp.gimp.org/pub/gegl/0.1/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--disable-docs --without-sdl --without-libopenraw
--without-libavformat --without-graphviz --without-lua --without-libspiro"
short_desc="graph based image processing framework"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=b64e619b460c4f4a746596b219d0bcb722068e3c4a00a30cc03201ca2118e113
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="$pkgname-devel"
Add_dependency run glibc
Add_dependency run glib
Add_dependency run cairo
Add_dependency run libpng
Add_dependency run jpeg
Add_dependency run librsvg
Add_dependency run gtk+
Add_dependency run pango
Add_dependency run babl
Add_dependency build pkg-config
Add_dependency build glib-devel
Add_dependency build cairo-devel
Add_dependency build libpng-devel
Add_dependency build jpeg-devel
Add_dependency build librsvg-devel
Add_dependency build gtk+-devel
Add_dependency build pango-devel
Add_dependency build babl-devel