File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ Run the top-level [build script](build.sh) with the `--help` parameter for help.
3535| [ libimagequant] | 2.4.1¹ | BSD 2-Clause |
3636| [ libpng] | 1.6.37 | [ libpng License version 2] |
3737| [ librsvg] | 2.52.4 | LGPLv3 |
38- | [ libspng] | 0.7.0 | BSD 2-Clause |
38+ | [ libspng] | 0.7.1 | BSD 2-Clause |
3939| [ libtiff] | 4.3.0 | [ libtiff License] (BSD-like) |
40- | [ libvips] | 8.12.0 | LGPLv3 |
40+ | [ libvips] | 8.12.1 | LGPLv3 |
4141| [ libwebp] | 1.2.1 | New BSD License |
4242| [ libxml2] | 2.9.12 | MIT Licence |
4343| [ mozjpeg] | 4.0.3 | [ zlib License, IJG License, BSD-3-Clause] |
@@ -97,7 +97,7 @@ Same as libvips-web + these extra dependencies:
9797| [ cfitsio] | 4.0.0 | BSD-like |
9898| [ fftw] | 3.3.10 | GPLv2 |
9999| [ highway] | 0.15.0 | Apache-2.0 License |
100- | [ imagemagick] | 6.9.12-29 | [ ImageMagick License] (Apache-2.0-like) |
100+ | [ imagemagick] | 6.9.12-31 | [ ImageMagick License] (Apache-2.0-like) |
101101| [ imath] | 3.1.3 | BSD 3-Clause |
102102| [ libjxl] | 0.6.1 | BSD 3-Clause |
103103| [ matio] | 1.5.21 | BSD 2-Clause |
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ PKG := libspng
22$(PKG)_WEBSITE := https://libspng.org/
33$(PKG)_DESCR := Simple, modern libpng alternative.
44$(PKG)_IGNORE :=
5- $(PKG)_VERSION := 0.7.0
6- $(PKG)_CHECKSUM := 969fb8beda61a2f5089b6acc9f9547acb4acc45000b84f5dcf17a1504f782c55
5+ $(PKG)_VERSION := 0.7.1
6+ $(PKG)_CHECKSUM := 0726a4914ad7155028f3baa94027244d439cd2a2fbe8daf780c2150c4c951d8e
77$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST ) ) ) /patches/$(PKG ) -[0-9]* .patch) ) )
88$(PKG)_GH_CONF := randy408/libspng/tags,v
99$(PKG)_DEPS := cc zlib
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ matio_FILE := matio-$(matio_VERSION).tar.gz
4040matio_URL := https://github.com/tbeu/matio/releases/download/v$(matio_VERSION ) /$(matio_FILE )
4141
4242# upstream version is 7, we want ImageMagick 6
43- imagemagick_VERSION := 6.9.12-29
44- imagemagick_CHECKSUM := c1dd81b3f7f8875c3c7a1a73029b3ca6c6b60769bdd9500aa574158949ccac6e
43+ imagemagick_VERSION := 6.9.12-31
44+ imagemagick_CHECKSUM := b9c14457bafc5f94097009a52bad8835d86729f42d9944622d2d58fdff9d7797
4545imagemagick_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST ) ) ) /patches/imagemagick-[0-9]* .patch) ) )
4646imagemagick_GH_CONF := ImageMagick/ImageMagick6/tags
4747
Original file line number Diff line number Diff line change 22
33vips_package=vips
44vips_version=8.12
5- vips_patch_version=0
5+ vips_patch_version=1
66# vips_pre_version=rc1
77
88# build-win64-mxe/build dir we are building
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ PKG := vips-all
22$(PKG)_WEBSITE := https://libvips.github.io/libvips/
33$(PKG)_DESCR := A fast image processing library with low memory needs.
44$(PKG)_IGNORE :=
5- $(PKG)_VERSION := 8.12.0
6- $(PKG)_CHECKSUM := 8abe9364990b64a95cd4cbe36614b1f8b5d5f0b480e6118128f83ffc2a9ae19d
5+ $(PKG)_VERSION := 8.12.1
6+ $(PKG)_CHECKSUM := 474d8439244cd26c504812fd623259f806c32553b38d2a54798c9766135f5a5c
77$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST ) ) ) /patches/vips-[0-9]* .patch) ) )
88$(PKG)_GH_CONF := libvips/libvips/releases,v
99$(PKG)_SUBDIR := vips-$($(PKG ) _VERSION)
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ PKG := vips-web
22$(PKG)_WEBSITE := https://libvips.github.io/libvips/
33$(PKG)_DESCR := A fast image processing library with low memory needs.
44$(PKG)_IGNORE :=
5- $(PKG)_VERSION := 8.12.0
6- $(PKG)_CHECKSUM := 8abe9364990b64a95cd4cbe36614b1f8b5d5f0b480e6118128f83ffc2a9ae19d
5+ $(PKG)_VERSION := 8.12.1
6+ $(PKG)_CHECKSUM := 474d8439244cd26c504812fd623259f806c32553b38d2a54798c9766135f5a5c
77$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST ) ) ) /patches/vips-[0-9]* .patch) ) )
88$(PKG)_GH_CONF := libvips/libvips/releases,v
99$(PKG)_SUBDIR := vips-$($(PKG ) _VERSION)
You can’t perform that action at this time.
0 commit comments