void-packages/srcpkgs/gegl/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

42 lines
1.4 KiB
Text

# Template build file for 'gegl'.
pkgname=gegl
version=0.1.4
distfiles="ftp://ftp.gimp.org/pub/gegl/0.1/gegl-$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=cc463180fcd9abca0a0647a6aa39a41f88a03bde798e7d3227efb707b047cb36
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="gegl-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 gdk-pixbuf
Add_dependency run gtk+
Add_dependency run pango
Add_dependency run libjasper
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
Add_dependency build jasper-devel