From: Anari Jalakas Date: Wed, 5 Nov 2025 16:21:05 +0000 (+0200) Subject: libtiff: update to 4.7.1 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=eb5cf43bea63fedbfc9b3c5458aa78344abade9c;p=feed%2Fpackages.git libtiff: update to 4.7.1 Fixes CMake build error. Also update URL. Release info: https://gitlab.com/libtiff/libtiff/-/releases/v4.7.1 Signed-off-by: Anari Jalakas --- diff --git a/libs/tiff/Makefile b/libs/tiff/Makefile index f309a62ba1..390fcd68a7 100644 --- a/libs/tiff/Makefile +++ b/libs/tiff/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tiff -PKG_VERSION:=4.7.0 -PKG_RELEASE:=2 +PKG_VERSION:=4.7.1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.osgeo.org/libtiff -PKG_HASH:=67160e3457365ab96c5b3286a0903aa6e78bdc44c4bc737d2e486bcecb6ba976 +PKG_HASH:=f698d94f3103da8ca7438d84e0344e453fe0ba3b7486e04c5bf7a9a3fabe9b69 PKG_MAINTAINER:=Jiri Slachta PKG_LICENSE:=libtiff @@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/cmake.mk define Package/tiff/Default TITLE:=TIFF - URL:=http://simplesystems.org/libtiff/ + URL:=https://libtiff.gitlab.io/libtiff/ endef define Package/libtiff @@ -43,7 +43,7 @@ $(call Package/tiff/Default) CATEGORY:=Utilities SUBMENU:=Image Manipulation TITLE+= utilities - DEPENDS:=+libtiff + DEPENDS:=+libtiff +libstdcpp endef CMAKE_OPTIONS += \