mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
vips: update to 8.15.2.
This commit is contained in:
parent
85217647bb
commit
001ca7422c
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vips'
|
# Template file for 'vips'
|
||||||
pkgname=vips
|
pkgname=vips
|
||||||
version=8.14.4
|
version=8.15.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper=gir
|
build_helper=gir
|
||||||
# TODO: As of version 8.11 vips supports loading its support for OpenSlide,
|
# 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
|
# allow void users to make that choice themselves without using this
|
||||||
# template to build from source.
|
# template to build from source.
|
||||||
configure_args="-Dmodules=disabled -Ddoxygen=true
|
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
|
hostmakedepends="pkg-config gettext glib-devel doxygen graphviz
|
||||||
$(vopt_if gtk_doc gtk-doc)"
|
$(vopt_if gtk_doc gtk-doc)"
|
||||||
makedepends="$(vopt_if hdf5 hdf5-devel) $(vopt_if hdf5 matio-devel)
|
makedepends="$(vopt_if hdf5 hdf5-devel) $(vopt_if hdf5 matio-devel)
|
||||||
|
@ -30,7 +30,7 @@ license="LGPL-2.1-or-later"
|
||||||
homepage="https://www.libvips.org/"
|
homepage="https://www.libvips.org/"
|
||||||
changelog="https://raw.githubusercontent.com/libvips/libvips/master/ChangeLog"
|
changelog="https://raw.githubusercontent.com/libvips/libvips/master/ChangeLog"
|
||||||
distfiles="https://github.com/libvips/libvips/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/libvips/libvips/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=0638150ee5066814aa22ca89e0285f2310a539be3c39a631edeb38135a3f1f15
|
checksum=8c3ece7be367636fd676573a8ff22170c07e95e81fd94f2d1eb9966800522e1f
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
build_options="gir gtk_doc hdf5"
|
build_options="gir gtk_doc hdf5"
|
||||||
|
|
Loading…
Add table
Reference in a new issue