gegl: update to 0.4.28.

Introspection should always be enabled, since other packages depend on
it.
This commit is contained in:
Érico Rolim 2020-12-30 14:43:50 -03:00 committed by Érico Nogueira Rolim
parent e225924783
commit 2386d68b88

View file

@ -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}"