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:           Sun Apr  2 12:36:27 UTC 2023

Modified Files:
        pkgsrc/graphics/tesseract: Makefile distinfo

Log Message:
tesseract: updated to 5.3.1

5.3.1

Update README.md
Fix FP division by zero
Fix linkage of icu and pango
Fix build with gcc 13 by including
msvc debug: fix wrong lib name in generated pkgconfig file
Fix libdir in tesseract.pc from CMake
Replace 'can not' by 'cannot'
Readme: Link to list of supported languages
Improve the DebugDump output by slightly adjusting the format.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/graphics/tesseract/Makefile
cvs rdiff -u -r1.27 -r1.28 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.64 pkgsrc/graphics/tesseract/Makefile:1.65
--- pkgsrc/graphics/tesseract/Makefile:1.64     Mon Jan 30 07:57:28 2023
+++ pkgsrc/graphics/tesseract/Makefile  Sun Apr  2 12:36:27 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.64 2023/01/30 07:57:28 adam Exp $
+# $NetBSD: Makefile,v 1.65 2023/04/02 12:36:27 adam Exp $
 
-DISTNAME=      tesseract-5.3.0
+DISTNAME=      tesseract-5.3.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.27 pkgsrc/graphics/tesseract/distinfo:1.28
--- pkgsrc/graphics/tesseract/distinfo:1.27     Mon Jan 30 07:57:28 2023
+++ pkgsrc/graphics/tesseract/distinfo  Sun Apr  2 12:36:27 2023
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.27 2023/01/30 07:57:28 adam Exp $
+$NetBSD: distinfo,v 1.28 2023/04/02 12:36:27 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.3.0.tar.gz) = d2412da0202f24c01469ce3f0b3720baf6a303f499b4e2e770ab7e50e5905855
-SHA512 (tesseract-5.3.0.tar.gz) = fc0cfda980059390b7d6d3d8e475b4ecc9dcfee1abc3b16fc9ffc8904db0a0847a5f6f1b32bd2e1f6f5a714a8c4df0fb3dc7c6aa25ece6162bf52fe86b4d0f34
-Size (tesseract-5.3.0.tar.gz) = 1913678 bytes
+BLAKE2s (tesseract-5.3.1.tar.gz) = 2f082af0038f610ac67de10451feff9391b411bcc64b37e1af19de10dcd501dd
+SHA512 (tesseract-5.3.1.tar.gz) = 1744106d76eafd0786b99b517707afdd22b7b5cb3dfd7f0af02954539715c981ff0f12d142ee103113ba38dac8476052d6880b81d4c8050de650bf1cee6ba06c
+Size (tesseract-5.3.1.tar.gz) = 1916779 bytes
 SHA1 (patch-CMakeLists.txt) = e29e3b732d45551795046cb5cd09d6d8735269aa
 SHA1 (patch-tessdata_Makefile.am) = 8fe773d1c6318392296ba06996b51692edf32919



Home | Main Index | Thread Index | Old Index