Skip to content

Commit

Permalink
Update for 8.15.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Nov 3, 2023
1 parent 7dfc166 commit 2baa9f3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ Run the top-level [build script](build.sh) with the `--help` parameter for help.
| [zlib-ng] | 2.1.4 | [zlib-ng Licence] |

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

[aom]: https://aomedia.googlesource.com/aom/
[Alliance for Open Media Patent License 1.0]: https://aomedia.org/license/patent-license/
Expand Down
2 changes: 1 addition & 1 deletion build/variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
vips_package=vips
vips_version=8.15
vips_patch_version=0
vips_pre_version=rc1
vips_pre_version=rc2

if [ -n "$GIT_COMMIT" ]; then
vips_version=$GIT_COMMIT
Expand Down
4 changes: 2 additions & 2 deletions build/vips-all.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ $(PKG)_WEBSITE := https://libvips.github.io/libvips/
$(PKG)_DESCR := A fast image processing library with low memory needs.
$(PKG)_IGNORE :=
$(PKG)_VERSION := 8.15.0
$(PKG)_CHECKSUM := af5f2aac8e73bd4dad08f4e0d6a505a4e8441aedad53d6263ab6bc5bd8fc5bb7
$(PKG)_CHECKSUM := 104153ba40373f9e12ff50c7c30f4f36f8970ed35edef4cead500d548a79a509
$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/vips-[0-9]*.patch)))
$(PKG)_GH_CONF := libvips/libvips/releases,v,-rc1,,,.tar.xz
$(PKG)_GH_CONF := libvips/libvips/releases,v,-rc2,,,.tar.xz
$(PKG)_SUBDIR := vips-$($(PKG)_VERSION)
$(PKG)_FILE := vips-$($(PKG)_VERSION).tar.xz
$(PKG)_DEPS := cc meson-wrapper libwebp librsvg glib pango libarchive \
Expand Down
4 changes: 2 additions & 2 deletions build/vips-web.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ $(PKG)_WEBSITE := https://libvips.github.io/libvips/
$(PKG)_DESCR := A fast image processing library with low memory needs.
$(PKG)_IGNORE :=
$(PKG)_VERSION := 8.15.0
$(PKG)_CHECKSUM := af5f2aac8e73bd4dad08f4e0d6a505a4e8441aedad53d6263ab6bc5bd8fc5bb7
$(PKG)_CHECKSUM := 104153ba40373f9e12ff50c7c30f4f36f8970ed35edef4cead500d548a79a509
$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/vips-[0-9]*.patch)))
$(PKG)_GH_CONF := libvips/libvips/releases,v,-rc1,,,.tar.xz
$(PKG)_GH_CONF := libvips/libvips/releases,v,-rc2,,,.tar.xz
$(PKG)_SUBDIR := vips-$($(PKG)_VERSION)
$(PKG)_FILE := vips-$($(PKG)_VERSION).tar.xz
$(PKG)_DEPS := cc meson-wrapper libwebp librsvg glib pango libarchive \
Expand Down

0 comments on commit 2baa9f3

Please sign in to comment.