From 2386d68b883a115f9c0755b70fe86b7a74ac1d39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Wed, 30 Dec 2020 14:43:50 -0300 Subject: [PATCH] gegl: update to 0.4.28. Introspection should always be enabled, since other packages depend on it. --- srcpkgs/gegl/template | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/srcpkgs/gegl/template b/srcpkgs/gegl/template index 961686af6b..417a91034a 100644 --- a/srcpkgs/gegl/template +++ b/srcpkgs/gegl/template @@ -1,10 +1,10 @@ # Template file for 'gegl' pkgname=gegl -version=0.4.24 +version=0.4.28 revision=1 build_style=meson build_helper="gir" -configure_args="-Ddocs=false -Dintrospection=$(vopt_if gir true false) +configure_args="-Ddocs=false -Dintrospection=true -Dlibspiro=disabled -Dlibv4l=disabled -Dlibv4l2=disabled -Dlua=disabled -Dmrg=disabled -Dopenexr=disabled -Dsdl2=disabled -Dvapigen=disabled -Dlibav=disabled -Dumfpack=disabled" @@ -18,10 +18,7 @@ license="GPL-3.0-only, LGPL-3.0-only" homepage="https://www.gimp.org" changelog="https://gitlab.gnome.org/GNOME/gegl/raw/master/docs/NEWS.txt" distfiles="https://download.gimp.org/pub/gegl/${version%.*}/gegl-${version}.tar.xz" -checksum=7765499f27341b0d16032e665319cbc12876483ff6a944fcdf24a9c58e3e254a - -build_options="gir" -build_options_default="gir" +checksum=1d110d8577d54cca3b34239315bd37c57ccb27dd4355655074a2d2b3fd897900 gegl-devel_package() { depends="json-glib-devel babl-devel gegl>=${version}_${revision}"