From 82dccf9975865bbd42da91a2774983d4016e708b Mon Sep 17 00:00:00 2001 From: icp Date: Fri, 12 Jan 2024 13:20:37 +0530 Subject: [PATCH] vips: update to 8.15.1. --- srcpkgs/vips/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/vips/template b/srcpkgs/vips/template index 53dee079ec882..b9ae61c6b7ddb 100644 --- a/srcpkgs/vips/template +++ b/srcpkgs/vips/template @@ -1,7 +1,7 @@ # Template file for 'vips' pkgname=vips -version=8.14.4 -revision=2 +version=8.15.1 +revision=1 build_style=meson build_helper=gir # TODO: As of version 8.11 vips supports loading its support for OpenSlide, @@ -15,7 +15,7 @@ build_helper=gir # allow void users to make that choice themselves without using this # template to build from source. configure_args="-Dmodules=disabled -Ddoxygen=true - $(vopt_bool gir introspection) $(vopt_bool gtk_doc)" + $(vopt_feature gir introspection) $(vopt_bool gtk_doc)" hostmakedepends="pkg-config gettext glib-devel doxygen graphviz $(vopt_if gtk_doc gtk-doc)" makedepends="$(vopt_if hdf5 hdf5-devel) $(vopt_if hdf5 matio-devel) @@ -30,9 +30,11 @@ license="LGPL-2.1-or-later" homepage="https://www.libvips.org/" changelog="https://raw.githubusercontent.com/libvips/libvips/master/ChangeLog" distfiles="https://github.com/libvips/libvips/archive/refs/tags/v${version}.tar.gz" -checksum=0638150ee5066814aa22ca89e0285f2310a539be3c39a631edeb38135a3f1f15 +checksum=5701445a076465a3402a135d13c0660d909beb8efc4f00fbbe82392e243497f2 python_version=3 +CFLAGS="-fPIC" + build_options="gir gtk_doc hdf5" build_options_default="gir" desc_option_gtk_doc="Build GTK-doc documentation"