Skip to content

Commit

Permalink
vips: update to 8.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamschula committed Jan 3, 2024
1 parent 56a9af7 commit b1540b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 27 deletions.
15 changes: 6 additions & 9 deletions graphics/vips/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ PortGroup github 1.0
PortGroup gobject_introspection 1.0
PortGroup meson 1.0

github.setup libvips libvips 8.14.5 v
revision 1
github.setup libvips libvips 8.15.1 v
revision 0
name vips
distname vips-${version}
description VIPS is an image processing library.
Expand All @@ -21,17 +21,14 @@ github.tarball_from releases

use_xz yes

checksums rmd160 37c9630a6e7ee9a8c01564be1beb4530a69809cf \
sha256 90374e9f6fbd5657b5faf306cacda20658d6144d385316b59b865bc1a487b68d \
size 18652928
checksums rmd160 ecc1bb26bd15f4bd27eb528a67be66a5381fb003 \
sha256 06811f5aed3e7bc03e63d05537ff4b501de5283108c8ee79396c60601a00830c \
size 18648116

# 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

# fix change in libjxl JxlDecoderGetICCProfileSize arguments
patchfiles-append patch-libvips-foreign-jxlload.c.diff

depends_build path:bin/doxygen:doxygen \
port:gtk-doc \
port:pkgconfig
Expand Down Expand Up @@ -62,4 +59,4 @@ depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:zlib

configure.post_args-append \
-Dintrospection=true
-Dintrospection=enabled
18 changes: 0 additions & 18 deletions graphics/vips/files/patch-libvips-foreign-jxlload.c.diff

This file was deleted.

0 comments on commit b1540b9

Please sign in to comment.