From: W. Michael Petullo Date: Mon, 1 Jan 2024 23:49:19 +0000 (-0600) Subject: vips: update to 8.15.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b77534b44915201a96569f21099ec41371f91063;p=openwrt-packages.git vips: update to 8.15.1 Signed-off-by: W. Michael Petullo --- diff --git a/libs/vips/Makefile b/libs/vips/Makefile index f95c2ea8b..6cc8b2c24 100644 --- a/libs/vips/Makefile +++ b/libs/vips/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vips -PKG_VERSION:=8.14.2 +PKG_VERSION:=8.15.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/libvips/libvips/releases/download/v$(PKG_VERSION) -PKG_HASH:=27dad021f0835a5ab14e541d02abd41e4c3bd012d2196438df5a9e754984f7ce +PKG_HASH:=06811f5aed3e7bc03e63d05537ff4b501de5283108c8ee79396c60601a00830c PKG_MAINTAINER:=W. Michael Petullo PKG_LICENSE:=LGPL-2.1-or-later @@ -35,11 +35,11 @@ endef MESON_ARGS += \ -Dgtk_doc=false \ - -Dintrospection=false \ + -Dintrospection=disabled \ -Danalyze=false \ -Dcfitsio=disabled \ -Dfftw=disabled \ - -Dgsf=disabled \ + -Darchive=disabled \ -Dimagequant=disabled \ -Dlcms=disabled \ -Dwebp=disabled \