leptonica: update to 1.86.0 for cmake4, remove absent maintainer
authorHannu Nyman <[email protected]>
Mon, 10 Nov 2025 20:55:46 +0000 (22:55 +0200)
committerHannu Nyman <[email protected]>
Mon, 10 Nov 2025 21:19:53 +0000 (23:19 +0200)
Upgrade to 1.86.0 to have cmake 4.x compatibility
Remove inactive maintainer.

Signed-off-by: Hannu Nyman <[email protected]>
libs/leptonica/Makefile

index ac33d813471dbb57fb63f639eafb13f681476293..2a4427c0c7c9b0ddc894355c8ac1b76206c50258 100644 (file)
@@ -8,14 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=leptonica
-PKG_VERSION:=1.84.1
+PKG_VERSION:=1.86.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.leptonica.org/source/
-PKG_HASH:=2b3e1254b1cca381e77c819b59ca99774ff43530209b9aeb511e1d46588a64f6
+PKG_HASH:=1fa08e40bb37fd45802d5e6e7b43927449a5c47d4608ef99d3bd3f0fa76baedc
 
-PKG_MAINTAINER:=Valentín Kivachuk <[email protected]>
+PKG_MAINTAINER:=
 PKG_LICENSE:=BSD-2-Clause
 PKG_LICENSE_FILES:=leptonica-license.txt
 PKG_CPE_ID:=cpe:/a:leptonica:leptonica
@@ -48,7 +48,7 @@ define Build/InstallDev
        $(INSTALL_DIR) $(1)/usr/lib/cmake
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/cmake/leptonica/*.cmake $(1)/usr/lib/cmake/
        $(INSTALL_DIR) $(1)/usr/lib/pkgconfig
-       $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/lept_Release.pc $(1)/usr/lib/pkgconfig/lept.pc
+       $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/lept.pc $(1)/usr/lib/pkgconfig/lept.pc
 endef
 
 define Package/libleptonica/install