void-packages/srcpkgs/gegl/template

25 lines
1.1 KiB
Text
Raw Normal View History

# Template build file for 'gegl'.
pkgname=gegl
2012-05-03 15:11:04 +00:00
version=0.2.0
2012-06-06 07:59:11 +00:00
revision=2
build_style=gnu-configure
configure_args="--disable-docs --without-sdl --without-libopenraw
2011-11-15 12:00:14 +00:00
--without-libavformat --without-graphviz --without-lua --without-libspiro
2012-01-14 13:35:28 +00:00
--without-umfpack --with-exiv2 --without-libv4l --disable-introspection"
2012-06-06 07:59:11 +00:00
makedepends="pkg-config intltool glib-devel libpng-devel>=1.5.10 jpeg-devel cairo-devel librsvg-devel pango-devel gtk+-devel babl-devel jasper-devel exiv2-devel"
subpackages="gegl-devel"
2011-02-01 09:10:00 +00:00
short_desc="Graph based image processing framework"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-05-03 15:11:04 +00:00
license="GPL-3, LGPL-3"
2012-06-06 07:59:11 +00:00
homepage="http://www.gimp.org"
distfiles="ftp://ftp.gimp.org/pub/gegl/0.2/gegl-$version.tar.bz2"
2012-05-03 15:11:04 +00:00
checksum=df2e6a0d9499afcbc4f9029c18d9d1e0dd5e8710a75e17c9b1d9a6480dd8d426
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."