37 lines
1.3 KiB
Plaintext
37 lines
1.3 KiB
Plaintext
# Template build file for 'gegl'.
|
|
pkgname=gegl
|
|
version=0.2.0
|
|
homepage="http://www.gimp.org"
|
|
distfiles="ftp://ftp.gimp.org/pub/gegl/0.2/gegl-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-docs --without-sdl --without-libopenraw
|
|
--without-libavformat --without-graphviz --without-lua --without-libspiro
|
|
--without-umfpack --with-exiv2 --without-libv4l --disable-introspection"
|
|
short_desc="Graph based image processing framework"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-3, LGPL-3"
|
|
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."
|
|
|
|
subpackages="gegl-devel"
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build intltool
|
|
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
|
|
Add_dependency build gtk+-devel
|
|
Add_dependency build babl-devel
|
|
Add_dependency build jasper-devel
|
|
Add_dependency build exiv2-devel
|