# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup github 1.0 PortGroup gobject_introspection 1.0 PortGroup meson 1.0 github.setup libvips libvips 8.15.2 v revision 0 name vips distname vips-${version} description VIPS is an image processing library. long_description VIPS is an image processing library. It is good for \ large images and for colour. maintainers {gmail.com:jcupitt @jcupitt} openmaintainer categories graphics license LGPL-2.1+ homepage https://libvips.github.io/libvips/ github.tarball_from releases use_xz yes checksums rmd160 5cff05115c648f6bcafa2c90eef021cddb35232a \ sha256 a2ab15946776ca7721d11cae3215f20f1f097b370ff580cd44fc0f19387aee84 \ size 18653840 # minor tweak to allow build with older compilers # StandaloneFuzzTargetMain.c:31: error: 'for' loop initial declaration used outside C99 mode patchfiles-append patch-vips-fuzz-forloop.diff depends_build path:bin/doxygen:doxygen \ port:gtk-doc \ port:pkgconfig depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ path:lib/pkgconfig/pango.pc:pango \ port:cfitsio \ port:expat \ port:fftw-3 \ port:hdf5 \ port:ImageMagick \ path:include/turbojpeg.h:libjpeg-turbo \ port:lcms2 \ port:libarchive \ port:libexif \ port:libgsf \ port:libjxl \ port:libpng \ path:lib/pkgconfig/librsvg-2.0.pc:librsvg \ port:libtool \ port:matio \ port:nifticlib \ port:openexr \ port:openslide \ port:orc \ path:lib/pkgconfig/poppler.pc:poppler \ port:tiff \ port:webp \ port:zlib # meson.build: ERROR: C++ Compiler does not support -std=c++11 compiler.cxx_standard 2011 configure.post_args-append \ -Dintrospection=enabled if {${os.platform} eq "darwin" && ${os.major} > 22} { if {[string match *clang* ${configure.compiler}]} { configure.cflags-append \ -Wno-error=incompatible-function-pointer-types } }