From d9f8f7da40af6ce11a110665787e2d34cf5bc028 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 18 Sep 2018 23:30:05 -0300 Subject: [PATCH] gegl: enable raw-load module Required by gnome-photos-3.30.0 --- srcpkgs/gegl/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/gegl/template b/srcpkgs/gegl/template index 4bcbe4b573..0a039d887e 100644 --- a/srcpkgs/gegl/template +++ b/srcpkgs/gegl/template @@ -1,14 +1,14 @@ # Template file for 'gegl' pkgname=gegl version=0.4.8 -revision=1 +revision=2 build_style=gnu-configure -configure_args="--disable-docs --without-sdl --without-libopenraw +configure_args="--disable-docs --without-sdl --with-libraw --without-libavformat --without-graphviz --without-lua --without-libspiro --without-umfpack --with-exiv2 --without-libv4l --disable-introspection" hostmakedepends="pkg-config intltool" makedepends="babl-devel exiv2-devel gtk+-devel jasper-devel json-glib-devel - librsvg-devel" + librsvg-devel libraw-devel" short_desc="Graph based image processing framework" maintainer="Enno Boland " license="GPL-3.0-only, LGPL-3.0-only"