diff --git a/libs/vips/Makefile b/libs/vips/Makefile index f95c2ea8b6..6cc8b2c243 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 \