vips: update to 8.15.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
parent
a3176fc61f
commit
b77534b449
1 changed files with 4 additions and 4 deletions
|
@ -6,12 +6,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=vips
|
PKG_NAME:=vips
|
||||||
PKG_VERSION:=8.14.2
|
PKG_VERSION:=8.15.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://github.com/libvips/libvips/releases/download/v$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://github.com/libvips/libvips/releases/download/v$(PKG_VERSION)
|
||||||
PKG_HASH:=27dad021f0835a5ab14e541d02abd41e4c3bd012d2196438df5a9e754984f7ce
|
PKG_HASH:=06811f5aed3e7bc03e63d05537ff4b501de5283108c8ee79396c60601a00830c
|
||||||
|
|
||||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||||
PKG_LICENSE:=LGPL-2.1-or-later
|
PKG_LICENSE:=LGPL-2.1-or-later
|
||||||
|
@ -35,11 +35,11 @@ endef
|
||||||
|
|
||||||
MESON_ARGS += \
|
MESON_ARGS += \
|
||||||
-Dgtk_doc=false \
|
-Dgtk_doc=false \
|
||||||
-Dintrospection=false \
|
-Dintrospection=disabled \
|
||||||
-Danalyze=false \
|
-Danalyze=false \
|
||||||
-Dcfitsio=disabled \
|
-Dcfitsio=disabled \
|
||||||
-Dfftw=disabled \
|
-Dfftw=disabled \
|
||||||
-Dgsf=disabled \
|
-Darchive=disabled \
|
||||||
-Dimagequant=disabled \
|
-Dimagequant=disabled \
|
||||||
-Dlcms=disabled \
|
-Dlcms=disabled \
|
||||||
-Dwebp=disabled \
|
-Dwebp=disabled \
|
||||||
|
|
Loading…
Reference in a new issue