pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/leptonica



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 22 18:37:59 UTC 2024

Modified Files:
        pkgsrc/graphics/leptonica: Makefile distinfo
Removed Files:
        pkgsrc/graphics/leptonica/patches: patch-prog_CMakeLists.txt

Log Message:
leptonica: updated to 1.85.0

Leptonica version 1.85.0

This is a configure-ready release, derived from the master on 16 Oct 2024


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/leptonica/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/leptonica/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/graphics/leptonica/patches/patch-prog_CMakeLists.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/leptonica/Makefile
diff -u pkgsrc/graphics/leptonica/Makefile:1.29 pkgsrc/graphics/leptonica/Makefile:1.30
--- pkgsrc/graphics/leptonica/Makefile:1.29     Sun Aug 25 06:18:51 2024
+++ pkgsrc/graphics/leptonica/Makefile  Tue Oct 22 18:37:59 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2024/08/25 06:18:51 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2024/10/22 18:37:59 adam Exp $
 
-DISTNAME=      leptonica-1.84.1
-PKGREVISION=   1
+DISTNAME=      leptonica-1.85.0
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=danbloomberg/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -11,13 +10,12 @@ HOMEPAGE=   http://www.leptonica.org/
 COMMENT=       Software for image processing and image analysis applications
 LICENSE=       2-clause-bsd
 
-USE_LANGUAGES= c c++
-USE_TOOLS+=    pkg-config
+USE_CC_FEATURES=       c11
+USE_LANGUAGES=         c c++
+USE_TOOLS+=            pkg-config
 CMAKE_CONFIGURE_ARGS+= -DBUILD_PROG=ON
 CMAKE_CONFIGURE_ARGS+= -DBUILD_SHARED_LIBS=ON
 
-USE_CC_FEATURES=       c17
-
 # Silence console messages
 CPPFLAGS+=             -DNO_CONSOLE_IO=1
 

Index: pkgsrc/graphics/leptonica/distinfo
diff -u pkgsrc/graphics/leptonica/distinfo:1.25 pkgsrc/graphics/leptonica/distinfo:1.26
--- pkgsrc/graphics/leptonica/distinfo:1.25     Thu Apr 11 11:46:34 2024
+++ pkgsrc/graphics/leptonica/distinfo  Tue Oct 22 18:37:59 2024
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.25 2024/04/11 11:46:34 joerg Exp $
+$NetBSD: distinfo,v 1.26 2024/10/22 18:37:59 adam Exp $
 
-BLAKE2s (leptonica-1.84.1.tar.gz) = 28535355a46bd2dae46b26d2dbe48258f00a9559657445b33c3c5a2b0c0a8cd0
-SHA512 (leptonica-1.84.1.tar.gz) = 949be33a09e1dfc04527f5401d3d682999bd6904dca0b4950b457d12564e3290ec5b62ab4b14ef14d6f499a0fbfa0ebc37c2e8ab2966913883127b9489f47e97
-Size (leptonica-1.84.1.tar.gz) = 14102299 bytes
+BLAKE2s (leptonica-1.85.0.tar.gz) = b6368963f3b95ed2b1963635532a1ab6b718db8ad623c6744291cd891a01c4d2
+SHA512 (leptonica-1.85.0.tar.gz) = ad097f8238bb88f044511bedb6debfb8a1492a4636348b21ce103034d3878ae1097e7ca8de9c39ef01f34589526d7e8aee68fb1b83aae5ffc0026c04360b882c
+Size (leptonica-1.85.0.tar.gz) = 14757419 bytes
 SHA1 (patch-CMakeLists.txt) = 9cc561f6daa7c960a681e6b695f1e6fb2cf655d2
-SHA1 (patch-prog_CMakeLists.txt) = a555fc7ea30cffdc2f9d1a76a1fa06497b86a832
 SHA1 (patch-src_environ.h) = 4170fe05038704412cd100c1179397c89ab3a44b



Home | Main Index | Thread Index | Old Index