Skip to content

Commit 8d2111d

Browse files
committed
Update for 8.15.1
1 parent 81fa588 commit 8d2111d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Run the top-level [build script](build.sh) with the `--help` parameter for help.
3838
| [librsvg] | 2.57.1 | LGPLv3 |
3939
| [libspng] | 0.7.4 | BSD 2-Clause |
4040
| [libtiff] | 4.6.0 | [libtiff License] (BSD-like) |
41-
| [libvips] | 8.15.0 | LGPLv3 |
41+
| [libvips] | 8.15.1 | LGPLv3 |
4242
| [libwebp] | 1.3.2 | New BSD License |
4343
| [libxml2] | 2.12.3 | MIT Licence |
4444
| [mozjpeg] | 4.1.5 | [zlib License, IJG License, BSD-3-Clause] |

Diff for: build/patches/vips-8-dlldir-as-libdir.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ diff --git a/libvips/iofuncs/init.c b/libvips/iofuncs/init.c
2121
index 1111111..2222222 100644
2222
--- a/libvips/iofuncs/init.c
2323
+++ b/libvips/iofuncs/init.c
24-
@@ -1166,6 +1166,12 @@ vips_guess_prefix(const char *argv0, const char *env_name)
24+
@@ -1165,6 +1165,12 @@ vips_guess_prefix(const char *argv0, const char *env_name)
2525
const char *
2626
vips_guess_libdir(const char *argv0, const char *env_name)
2727
{
@@ -34,7 +34,7 @@ index 1111111..2222222 100644
3434
const char *prefix = vips_guess_prefix(argv0, env_name);
3535
static char *libdir = NULL;
3636

37-
@@ -1190,6 +1196,7 @@ vips_guess_libdir(const char *argv0, const char *env_name)
37+
@@ -1189,6 +1195,7 @@ vips_guess_libdir(const char *argv0, const char *env_name)
3838
libdir = g_strdup_printf("%s/lib", prefix);
3939

4040
return libdir;

Diff for: build/variables.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vips_package=vips
44
vips_version=8.15
5-
vips_patch_version=0
5+
vips_patch_version=1
66
#vips_pre_version=rc2
77

88
if [ -n "$GIT_COMMIT" ]; then

Diff for: build/vips-all.mk

+2-2
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.15.0
6-
$(PKG)_CHECKSUM := d33f81c6ab4bd1faeedc36dc32f880b19e9d5ff69b502e59d175332dfb8f63f1
5+
$(PKG)_VERSION := 8.15.1
6+
$(PKG)_CHECKSUM := 06811f5aed3e7bc03e63d05537ff4b501de5283108c8ee79396c60601a00830c
77
$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/vips-[0-9]*.patch)))
88
$(PKG)_GH_CONF := libvips/libvips/releases,v,,,,.tar.xz
99
$(PKG)_SUBDIR := vips-$($(PKG)_VERSION)

Diff for: build/vips-web.mk

+2-2
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.15.0
6-
$(PKG)_CHECKSUM := d33f81c6ab4bd1faeedc36dc32f880b19e9d5ff69b502e59d175332dfb8f63f1
5+
$(PKG)_VERSION := 8.15.1
6+
$(PKG)_CHECKSUM := 06811f5aed3e7bc03e63d05537ff4b501de5283108c8ee79396c60601a00830c
77
$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/vips-[0-9]*.patch)))
88
$(PKG)_GH_CONF := libvips/libvips/releases,v,,,,.tar.xz
99
$(PKG)_SUBDIR := vips-$($(PKG)_VERSION)

0 commit comments

Comments
 (0)