Skip to content

Commit

Permalink
Update for 8.12.1
Browse files Browse the repository at this point in the history
- Update libspng to 0.7.1.
- Update ImageMagick to 6.9.11-31.
  • Loading branch information
kleisauke committed Nov 24, 2021
1 parent cacfd12 commit e03a405
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Run the top-level [build script](build.sh) with the `--help` parameter for help.
| [libimagequant] | 2.4.1¹ | BSD 2-Clause |
| [libpng] | 1.6.37 | [libpng License version 2] |
| [librsvg] | 2.52.4 | LGPLv3 |
| [libspng] | 0.7.0 | BSD 2-Clause |
| [libspng] | 0.7.1 | BSD 2-Clause |
| [libtiff] | 4.3.0 | [libtiff License] (BSD-like) |
| [libvips] | 8.12.0 | LGPLv3 |
| [libvips] | 8.12.1 | LGPLv3 |
| [libwebp] | 1.2.1 | New BSD License |
| [libxml2] | 2.9.12 | MIT Licence |
| [mozjpeg] | 4.0.3 | [zlib License, IJG License, BSD-3-Clause] |
Expand Down Expand Up @@ -97,7 +97,7 @@ Same as libvips-web + these extra dependencies:
| [cfitsio] | 4.0.0 | BSD-like |
| [fftw] | 3.3.10 | GPLv2 |
| [highway] | 0.15.0 | Apache-2.0 License |
| [imagemagick] | 6.9.12-29 | [ImageMagick License] (Apache-2.0-like) |
| [imagemagick] | 6.9.12-31 | [ImageMagick License] (Apache-2.0-like) |
| [imath] | 3.1.3 | BSD 3-Clause |
| [libjxl] | 0.6.1 | BSD 3-Clause |
| [matio] | 1.5.21 | BSD 2-Clause |
Expand Down
4 changes: 2 additions & 2 deletions build/libspng.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ PKG := libspng
$(PKG)_WEBSITE := https://libspng.org/
$(PKG)_DESCR := Simple, modern libpng alternative.
$(PKG)_IGNORE :=
$(PKG)_VERSION := 0.7.0
$(PKG)_CHECKSUM := 969fb8beda61a2f5089b6acc9f9547acb4acc45000b84f5dcf17a1504f782c55
$(PKG)_VERSION := 0.7.1
$(PKG)_CHECKSUM := 0726a4914ad7155028f3baa94027244d439cd2a2fbe8daf780c2150c4c951d8e
$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/$(PKG)-[0-9]*.patch)))
$(PKG)_GH_CONF := randy408/libspng/tags,v
$(PKG)_DEPS := cc zlib
Expand Down
4 changes: 2 additions & 2 deletions build/overrides.mk
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ matio_FILE := matio-$(matio_VERSION).tar.gz
matio_URL := https://github.com/tbeu/matio/releases/download/v$(matio_VERSION)/$(matio_FILE)

# upstream version is 7, we want ImageMagick 6
imagemagick_VERSION := 6.9.12-29
imagemagick_CHECKSUM := c1dd81b3f7f8875c3c7a1a73029b3ca6c6b60769bdd9500aa574158949ccac6e
imagemagick_VERSION := 6.9.12-31
imagemagick_CHECKSUM := b9c14457bafc5f94097009a52bad8835d86729f42d9944622d2d58fdff9d7797
imagemagick_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/imagemagick-[0-9]*.patch)))
imagemagick_GH_CONF := ImageMagick/ImageMagick6/tags

Expand Down
2 changes: 1 addition & 1 deletion build/variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vips_package=vips
vips_version=8.12
vips_patch_version=0
vips_patch_version=1
#vips_pre_version=rc1

# build-win64-mxe/build dir we are building
Expand Down
4 changes: 2 additions & 2 deletions build/vips-all.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ PKG := vips-all
$(PKG)_WEBSITE := https://libvips.github.io/libvips/
$(PKG)_DESCR := A fast image processing library with low memory needs.
$(PKG)_IGNORE :=
$(PKG)_VERSION := 8.12.0
$(PKG)_CHECKSUM := 8abe9364990b64a95cd4cbe36614b1f8b5d5f0b480e6118128f83ffc2a9ae19d
$(PKG)_VERSION := 8.12.1
$(PKG)_CHECKSUM := 474d8439244cd26c504812fd623259f806c32553b38d2a54798c9766135f5a5c
$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/vips-[0-9]*.patch)))
$(PKG)_GH_CONF := libvips/libvips/releases,v
$(PKG)_SUBDIR := vips-$($(PKG)_VERSION)
Expand Down
4 changes: 2 additions & 2 deletions build/vips-web.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ PKG := vips-web
$(PKG)_WEBSITE := https://libvips.github.io/libvips/
$(PKG)_DESCR := A fast image processing library with low memory needs.
$(PKG)_IGNORE :=
$(PKG)_VERSION := 8.12.0
$(PKG)_CHECKSUM := 8abe9364990b64a95cd4cbe36614b1f8b5d5f0b480e6118128f83ffc2a9ae19d
$(PKG)_VERSION := 8.12.1
$(PKG)_CHECKSUM := 474d8439244cd26c504812fd623259f806c32553b38d2a54798c9766135f5a5c
$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/vips-[0-9]*.patch)))
$(PKG)_GH_CONF := libvips/libvips/releases,v
$(PKG)_SUBDIR := vips-$($(PKG)_VERSION)
Expand Down

0 comments on commit e03a405

Please sign in to comment.