2008-10-11 04:33:25 +00:00
|
|
|
# Template build file for 'gegl'.
|
|
|
|
pkgname=gegl
|
2012-01-14 13:35:28 +00:00
|
|
|
version=0.1.8
|
|
|
|
distfiles="ftp://ftp.gimp.org/pub/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2010-02-26 15:01:53 +00:00
|
|
|
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"
|
2011-02-01 09:10:00 +00:00
|
|
|
short_desc="Graph based image processing framework"
|
2008-10-11 04:33:25 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-01-14 13:35:28 +00:00
|
|
|
checksum=106b9574b6d5fb282683794f7a7f090a1a3f4a388890e592b202827a4ca76f75
|
2008-10-11 04:33:25 +00:00
|
|
|
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."
|
2009-05-13 07:27:58 +00:00
|
|
|
|
2011-02-01 09:10:00 +00:00
|
|
|
subpackages="gegl-devel"
|
|
|
|
|
2010-02-26 15:01:53 +00:00
|
|
|
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 pango-devel
|
2011-11-15 12:00:14 +00:00
|
|
|
Add_dependency build gtk+-devel
|
2012-01-14 13:35:28 +00:00
|
|
|
Add_dependency build babl-devel ">=0.1.6"
|
2011-02-01 09:10:00 +00:00
|
|
|
Add_dependency build jasper-devel
|
2011-11-15 12:00:14 +00:00
|
|
|
Add_dependency build exiv2-devel
|