mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
vips: update to 8.14.2.
This commit is contained in:
parent
3ec0cdb8c8
commit
ac71c5d3a8
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vips'
|
# Template file for 'vips'
|
||||||
pkgname=vips
|
pkgname=vips
|
||||||
version=8.14.1
|
version=8.14.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,
|
||||||
|
@ -18,7 +18,7 @@ configure_args="-Dmodules=disabled -Ddoxygen=true
|
||||||
$(vopt_bool gir introspection) $(vopt_bool gtk_doc)"
|
$(vopt_bool 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)
|
||||||
cfitsio-devel expat-devel fftw-devel fontconfig-devel giflib-devel
|
cfitsio-devel expat-devel fftw-devel fontconfig-devel giflib-devel
|
||||||
glib-devel lcms2-devel libexif-devel libgsf-devel libheif-devel
|
glib-devel lcms2-devel libexif-devel libgsf-devel libheif-devel
|
||||||
libimagequant-devel libjpeg-turbo-devel libopenexr-devel libpng-devel
|
libimagequant-devel libjpeg-turbo-devel libopenexr-devel libpng-devel
|
||||||
|
@ -30,12 +30,11 @@ 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=a4a6b282216f7522b42ebb5cd64cfd82a0d1a632033e9c0502f021e945fed641
|
checksum=feb30b82161cfc30d5ba396c95b08bf9af3110bc960ccc0efecebb45db22deda
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
build_options="gir gtk_doc hdf5"
|
build_options="gir gtk_doc hdf5"
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
desc_option_gir="Build GObject introspection"
|
|
||||||
desc_option_gtk_doc="Build GTK-doc documentation"
|
desc_option_gtk_doc="Build GTK-doc documentation"
|
||||||
desc_option_hdf5="HDF5 support"
|
desc_option_hdf5="HDF5 support"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue