Merge pull request #6141 from Sir-Boops/gegl

gegl3: add libraw support
This commit is contained in:
Enno Boland 2017-04-09 08:59:46 +02:00 committed by GitHub
commit 3e8ab360b0

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"