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 May 26 06:59:08 UTC 2025
Modified Files:
pkgsrc/graphics/tesseract: Makefile distinfo
Log Message:
tesseract: updated to 5.5.1
5.5.1
Fix linear congruential random number generator
Make list classes templated
add cli -c parameter(s) to init vectors
handle colormaps correctly
use constexpr for kDawgMagicNumber
Extend elf_aux_info() support for RISC-V on FreeBSD and OpenBSD
Fix building elf_aux_info() support on OpenBSD/arm
Fix invalid empty interval in punct_stripped() for all-punctuation words
Fix function addAvailableLanguages
Avoid error in pixSauvolaBinarizeTiled
Fix duplicated IDs in ALTO XML when multiple pages are present
Remove unused include statements for tprintf.h
Use links to the git history and online release notes instead of local ChangeLog
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/graphics/tesseract/Makefile
cvs rdiff -u -r1.34 -r1.35 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.88 pkgsrc/graphics/tesseract/Makefile:1.89
--- pkgsrc/graphics/tesseract/Makefile:1.88 Thu Apr 24 14:14:40 2025
+++ pkgsrc/graphics/tesseract/Makefile Mon May 26 06:59:07 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.88 2025/04/24 14:14:40 wiz Exp $
+# $NetBSD: Makefile,v 1.89 2025/05/26 06:59:07 adam Exp $
-DISTNAME= tesseract-5.5.0
-PKGREVISION= 3
+DISTNAME= tesseract-5.5.1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=tesseract-ocr/}
DISTFILES= ${DEFAULT_DISTFILES}
Index: pkgsrc/graphics/tesseract/distinfo
diff -u pkgsrc/graphics/tesseract/distinfo:1.34 pkgsrc/graphics/tesseract/distinfo:1.35
--- pkgsrc/graphics/tesseract/distinfo:1.34 Mon Nov 18 10:32:00 2024
+++ pkgsrc/graphics/tesseract/distinfo Mon May 26 06:59:07 2025
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.34 2024/11/18 10:32:00 adam Exp $
+$NetBSD: distinfo,v 1.35 2025/05/26 06:59:07 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.5.0.tar.gz) = 8e6974d105b9f653688b4f1df6c56112f6c74062b65008e2f41851dcb289f1b0
-SHA512 (tesseract-5.5.0.tar.gz) = 206e7da2d28a6271217ff384b482aa45a50beee0c53327aa4fd3da7082dce83386c8b7600194cbc30282134013b6182a1bed9d128ed6378f2957d0b8d1770b2d
-Size (tesseract-5.5.0.tar.gz) = 1905018 bytes
+BLAKE2s (tesseract-5.5.1.tar.gz) = 759de4e37cba98d759bac348835d907b240ccb35e6ca4205d4782bdb53ff0867
+SHA512 (tesseract-5.5.1.tar.gz) = 37c9cc2ac1bcd26b783f76a0cd8ef266d2dd54746c73d983202d150bf885b50fd32d9f1745d1df65f4cddccd9fc24b1b871e8dea8dcba3454a27363297423cdd
+Size (tesseract-5.5.1.tar.gz) = 1897616 bytes
SHA1 (patch-CMakeLists.txt) = e29e3b732d45551795046cb5cd09d6d8735269aa
SHA1 (patch-tessdata_Makefile.am) = 8fe773d1c6318392296ba06996b51692edf32919
Home |
Main Index |
Thread Index |
Old Index