From f28ff8248375b3a920881dac73721b9d93175e66 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 20 Dec 2020 20:10:41 -0800 Subject: [PATCH] vips: update to 8.10.15 Refresh patches. Signed-off-by: Rosen Penev --- libs/vips/Makefile | 6 +++--- libs/vips/patches/001-no_introspection.patch | 14 ++++++-------- libs/vips/patches/010-reproducible-build.patch | 7 +++---- 3 files changed, 12 insertions(+), 15 deletions(-) diff --git a/libs/vips/Makefile b/libs/vips/Makefile index c96e70e36..da6401db7 100644 --- a/libs/vips/Makefile +++ b/libs/vips/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vips -PKG_VERSION:=8.10.2 -PKG_RELEASE:=2 +PKG_VERSION:=8.10.5 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/libvips/libvips/releases/download/v$(PKG_VERSION) -PKG_HASH:=c1d0d9cb54d75cd4f66dce787fbcac99f834f6621fbf47bce9e02ef65b4ab02a +PKG_HASH:=a4eef2f5334ab6dbf133cd3c6d6394d5bdb3e76d5ea4d578b02e1bc3d9e1cfd8 PKG_MAINTAINER:=W. Michael Petullo PKG_LICENSE:=LGPL-2.1-or-later diff --git a/libs/vips/patches/001-no_introspection.patch b/libs/vips/patches/001-no_introspection.patch index 92c67f511..f66fbaf51 100644 --- a/libs/vips/patches/001-no_introspection.patch +++ b/libs/vips/patches/001-no_introspection.patch @@ -1,7 +1,6 @@ -diff -u --recursive vips-8.10.2-vanilla/configure.ac vips-8.10.2/configure.ac ---- vips-8.10.2-vanilla/configure.ac 2020-10-12 11:43:59.000000000 -0500 -+++ vips-8.10.2/configure.ac 2020-11-19 12:17:39.393295442 -0600 -@@ -53,9 +53,6 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -53,9 +53,6 @@ AC_SUBST(LIBRARY_CURRENT) AC_SUBST(LIBRARY_REVISION) AC_SUBST(LIBRARY_AGE) @@ -11,10 +10,9 @@ diff -u --recursive vips-8.10.2-vanilla/configure.ac vips-8.10.2/configure.ac # remove the '(disabled, use --enable-introspection to enable)' # suffix from the found_introspection variable if test "x$found_introspection" != x"yes"; then -diff -u --recursive vips-8.10.2-vanilla/libvips/Makefile.am vips-8.10.2/libvips/Makefile.am ---- vips-8.10.2-vanilla/libvips/Makefile.am 2020-09-14 10:38:03.000000000 -0500 -+++ vips-8.10.2/libvips/Makefile.am 2020-11-19 12:18:08.473384766 -0600 -@@ -67,56 +67,3 @@ +--- a/libvips/Makefile.am ++++ b/libvips/Makefile.am +@@ -67,56 +67,3 @@ install-exec-hook: echo "#define VIPS_SONAME \"$$dlname\"" >> soname.h && \ cp soname.h $(DESTDIR)$(pkgincludedir) && \ rm soname.h diff --git a/libs/vips/patches/010-reproducible-build.patch b/libs/vips/patches/010-reproducible-build.patch index c50ddf761..883db7ddd 100644 --- a/libs/vips/patches/010-reproducible-build.patch +++ b/libs/vips/patches/010-reproducible-build.patch @@ -1,7 +1,6 @@ -diff -u --recursive vips-8.10.2-vanilla/configure.ac vips-8.10.2/configure.ac ---- vips-8.10.2-vanilla/configure.ac 2020-10-12 11:43:59.000000000 -0500 -+++ vips-8.10.2/configure.ac 2020-11-19 12:16:45.187129100 -0600 -@@ -26,7 +26,11 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -26,7 +26,11 @@ VIPS_MAJOR_VERSION=vips_major_version() VIPS_MINOR_VERSION=vips_minor_version() VIPS_MICRO_VERSION=vips_micro_version() VIPS_VERSION=vips_version()