Skip to content

Commit 53fb4e0

Browse files
committed
Update for 8.17.0
1 parent e891292 commit 53fb4e0

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Run the top-level [build script](build.sh) with the `--help` parameter for help.
3737
| [librsvg] | 2.60.0 | LGPLv3 |
3838
| [libspng] | 0.7.4 | BSD 2-Clause |
3939
| [libtiff] | 4.7.0 | [libtiff License] (BSD-like) |
40-
| [libvips] | 8.17.0² | LGPLv3 |
40+
| [libvips] | 8.17.0 | LGPLv3 |
4141
| [libwebp] | 1.5.0 | New BSD License |
4242
| [libxml2] | 2.14.3 | MIT Licence |
4343
| [mozjpeg] | 4.1.5 | [zlib License, IJG License, BSD-3-Clause] |
@@ -47,8 +47,6 @@ Run the top-level [build script](build.sh) with the `--help` parameter for help.
4747
| [zlib-ng] | 2.2.4 | [zlib-ng Licence] |
4848

4949
¹ [A fork](https://github.com/lovell/libimagequant) of the BSD 2-Clause licensed libimagequant v2.4.1 is used.
50-
² libvips is built from the [`v8.17.0-rc1`](https://github.com/libvips/libvips/tree/v8.17.0-rc1) tag, see:
51-
https://github.com/libvips/libvips/releases/tag/v8.17.0-rc1
5250

5351
[aom]: https://aomedia.googlesource.com/aom/
5452
[Alliance for Open Media Patent License 1.0]: https://aomedia.org/license/patent-license/

build/vips-all.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ 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.17.0-rc1
6-
$(PKG)_CHECKSUM := 9cf374587869fce6fa283a7b1a70d3b8a7e74ebaf1b8b038983228e365a63acd
5+
$(PKG)_VERSION := 8.17.0
6+
$(PKG)_CHECKSUM := 8256a82f2e64c119ffadac99822350f45212f16df2505ea8dbae5ff4d0001996
77
$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/vips-[0-9]*.patch)))
8-
$(PKG)_GH_CONF := libvips/libvips/releases,v,,,,-rc1.tar.xz
9-
$(PKG)_SUBDIR := vips-$(firstword $(subst -, ,$($(PKG)_VERSION)))
8+
$(PKG)_GH_CONF := libvips/libvips/releases,v,,,,.tar.xz
9+
$(PKG)_SUBDIR := vips-$($(PKG)_VERSION)
1010
$(PKG)_FILE := vips-$($(PKG)_VERSION).tar.xz
1111
$(PKG)_DEPS := cc meson-wrapper libwebp librsvg glib pango libarchive \
1212
libjpeg-turbo tiff lcms libexif libheif libspng \

build/vips-web.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ 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.17.0-rc1
6-
$(PKG)_CHECKSUM := 9cf374587869fce6fa283a7b1a70d3b8a7e74ebaf1b8b038983228e365a63acd
5+
$(PKG)_VERSION := 8.17.0
6+
$(PKG)_CHECKSUM := 8256a82f2e64c119ffadac99822350f45212f16df2505ea8dbae5ff4d0001996
77
$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/vips-[0-9]*.patch)))
8-
$(PKG)_GH_CONF := libvips/libvips/releases,v,,,,-rc1.tar.xz
9-
$(PKG)_SUBDIR := vips-$(firstword $(subst -, ,$($(PKG)_VERSION)))
8+
$(PKG)_GH_CONF := libvips/libvips/releases,v,,,,.tar.xz
9+
$(PKG)_SUBDIR := vips-$($(PKG)_VERSION)
1010
$(PKG)_FILE := vips-$($(PKG)_VERSION).tar.xz
1111
$(PKG)_DEPS := cc meson-wrapper libwebp librsvg glib pango libarchive \
1212
libjpeg-turbo tiff lcms libexif libheif libspng \

0 commit comments

Comments
 (0)