pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/tesseract
Module Name: pkgsrc
Committed By: adam
Date: Mon Nov 18 10:32:00 UTC 2024
Modified Files:
pkgsrc/graphics/tesseract: Makefile distinfo
Log Message:
tesseract: updated to 5.5.0
5.5.0
Fix TARGET_PDB_FILE error for static linking.
Make regular usage of CMAKE_INSTALL_LIBDIR and GNUInstallDirs
Ignore illegal TESSDATA_PREFIX (not existing filesystem entry)
Fix confidence output for the PAGE XML renderer
Set hOCR capabilities ocrp_dir and ocrp_lang unconditionally
Reduce clock syscalls
Calculate row bounding box in single-word mode
Replace access/_access by std::filesystem::exists
Modernize code for list of available models
Fix performance and other issues reported by Codacy
Remove unnecessary assignment and assertions
Update code for tprintf
Add C++ stream for log messages and use it in two debug messages
cmake: Correctly set the soversion based on SemVer properties
Replace deprecated runner macos-12 by macos-latest in GitHub actions
Modernize code for renderers and remove filename conversion for Windows
Fix some typos and grammer issues
Add GitHub action and Makefile target for Windows installer
Support symbolic values for --oem and --psm options
Replace some tprintf by tesserr stream (fixes Windows compiler warnings)
Add RISC-V V support
Fix and improve Windows installer
Remove Tensorflow support
Update submodule googletest to release v1.15.2
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/graphics/tesseract/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/graphics/tesseract/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/tesseract/Makefile
diff -u pkgsrc/graphics/tesseract/Makefile:1.84 pkgsrc/graphics/tesseract/Makefile:1.85
--- pkgsrc/graphics/tesseract/Makefile:1.84 Thu Nov 14 22:20:18 2024
+++ pkgsrc/graphics/tesseract/Makefile Mon Nov 18 10:32:00 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.84 2024/11/14 22:20:18 wiz Exp $
+# $NetBSD: Makefile,v 1.85 2024/11/18 10:32:00 adam Exp $
-DISTNAME= tesseract-5.4.1
-PKGREVISION= 3
+DISTNAME= tesseract-5.5.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=tesseract-ocr/}
DISTFILES= ${DEFAULT_DISTFILES}
Index: pkgsrc/graphics/tesseract/distinfo
diff -u pkgsrc/graphics/tesseract/distinfo:1.33 pkgsrc/graphics/tesseract/distinfo:1.34
--- pkgsrc/graphics/tesseract/distinfo:1.33 Tue Jun 11 19:35:52 2024
+++ pkgsrc/graphics/tesseract/distinfo Mon Nov 18 10:32:00 2024
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.33 2024/06/11 19:35:52 adam Exp $
+$NetBSD: distinfo,v 1.34 2024/11/18 10:32:00 adam Exp $
BLAKE2s (tessdata-4.1.0.tar.gz) = 639157a6e38486715a14670ae0d93884e57e7e3c1353ed6dc1fe4ec26cf7d159
SHA512 (tessdata-4.1.0.tar.gz) = fbb8c43cbbbc74789a78d1930d859ba1631058c04a57c7b67350ef6245d705a1ad1df3f899b54b30bbdf253216a6707bbb0e589a5876062e9de04b2b8cb5f872
Size (tessdata-4.1.0.tar.gz) = 1387839134 bytes
-BLAKE2s (tesseract-5.4.1.tar.gz) = 7b787cbda078f542e7498b25b7799f799df3c769577bb5073acbb0a9402651fe
-SHA512 (tesseract-5.4.1.tar.gz) = a97a31d1b735930a3e8b17bc2eae24210d8242d31399822f8bc2e9f18903d513cf6d02b2274e2f3ce431183467570b3327e01cbc49dca80e38acb90327cc235e
-Size (tesseract-5.4.1.tar.gz) = 1899949 bytes
+BLAKE2s (tesseract-5.5.0.tar.gz) = 8e6974d105b9f653688b4f1df6c56112f6c74062b65008e2f41851dcb289f1b0
+SHA512 (tesseract-5.5.0.tar.gz) = 206e7da2d28a6271217ff384b482aa45a50beee0c53327aa4fd3da7082dce83386c8b7600194cbc30282134013b6182a1bed9d128ed6378f2957d0b8d1770b2d
+Size (tesseract-5.5.0.tar.gz) = 1905018 bytes
SHA1 (patch-CMakeLists.txt) = e29e3b732d45551795046cb5cd09d6d8735269aa
SHA1 (patch-tessdata_Makefile.am) = 8fe773d1c6318392296ba06996b51692edf32919
Home |
Main Index |
Thread Index |
Old Index