Skip to content

Commit e03a405

Browse files
committed
Update for 8.12.1
- Update libspng to 0.7.1. - Update ImageMagick to 6.9.11-31.
1 parent cacfd12 commit e03a405

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 |

build/libspng.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

build/overrides.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ matio_FILE := matio-$(matio_VERSION).tar.gz
4040
matio_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
4545
imagemagick_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/imagemagick-[0-9]*.patch)))
4646
imagemagick_GH_CONF := ImageMagick/ImageMagick6/tags
4747

build/variables.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vips_package=vips
44
vips_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

build/vips-all.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

build/vips-web.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)