gegl3: add libraw support

This commit is contained in:
Sir_Boops 2017-04-08 13:02:57 -06:00
parent 58be59c818
commit ecb3f42825

View file

@ -1,14 +1,15 @@
# Template build file for 'gegl3'.
pkgname=gegl3
version=0.3.14
revision=2
revision=3
build_style=gnu-configure
configure_args="--disable-docs --without-sdl --without-libopenraw
configure_args="--disable-docs --without-sdl
--without-libavformat --without-graphviz --without-lua --without-libspiro
--without-umfpack --with-exiv2 --without-libv4l --disable-introspection"
hostmakedepends="pkg-config intltool"
makedepends="libglib-devel libpng-devel babl-devel jasper-devel
libjpeg-turbo-devel librsvg-devel gtk+-devel exiv2-devel json-glib-devel"
libjpeg-turbo-devel librsvg-devel gtk+-devel exiv2-devel json-glib-devel
libraw-devel"
short_desc="Graph based image processing framework (v0.3)"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3, LGPL-3"