vips: update to 8.11.0.

This commit is contained in:
Isaac Freund 2021-06-27 20:32:35 +02:00 committed by Érico Nogueira Rolim
parent f374b76ff7
commit fcf6306db3

View file

@ -1,10 +1,20 @@
# Template file for 'vips'
pkgname=vips
version=8.10.6
version=8.11.0
revision=1
build_style=gnu-configure
build_helper=gir
configure_args="--enable-introspection=$(vopt_if gir yes no)"
# TODO: As of version 8.11 vips supports loading its support for OpenSlide,
# libheif, Poppler and libMagick backends at runtime using GModule. Consider
# taking advantage of this feature and shipping these modules as optional
# subpackages.
#
# In particular, this would make packaging the libMagick backend less of
# a compromise: vips upstream explictly recommends against enabling it if
# processing untrused image inputs and punting it to a subpackage would
# allow void users to make that choice themselves without using this
# template to build from source.
configure_args="--enable-introspection=$(vopt_if gir yes no) --disable-modules"
hostmakedepends="pkgconf"
makedepends="
$(vopt_if hdf5 hdf5-devel)
@ -33,7 +43,7 @@ maintainer="Isaac Freund <ifreund@ifreund.xyz>"
license="LGPL-2.1-or-later"
homepage="https://libvips.github.io/libvips/"
distfiles="https://github.com/libvips/libvips/releases/download/v${version}/vips-${version}.tar.gz"
checksum=2468088d958e0e2de1be2991ff8940bf45664a826c0dad12342e1804e2805a6e
checksum=6351dfb99836274a0d74d8054506bf6dc9a8c38bacf208a9c566889dd1ebba0b
python_version=3
build_options="gir hdf5"