libtiff: update to 4.7.1
authorAnari Jalakas <[email protected]>
Wed, 5 Nov 2025 16:21:05 +0000 (18:21 +0200)
committerHannu Nyman <[email protected]>
Thu, 6 Nov 2025 20:24:50 +0000 (22:24 +0200)
Fixes CMake build error.
Also update URL.

Release info: https://gitlab.com/libtiff/libtiff/-/releases/v4.7.1

Signed-off-by: Anari Jalakas <[email protected]>
libs/tiff/Makefile

index f309a62ba1c0889040e0a038ae3de864aedd075d..390fcd68a72b19ba2c981d08d40e0ea8d02daadb 100644 (file)
@@ -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 <[email protected]>
 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 += \