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 Oct  9 09:40:21 UTC 2023

Modified Files:
        pkgsrc/graphics/tesseract: Makefile distinfo

Log Message:
tesseract: updated to 5.3.3

5.3.3

Disable -mfpu=neon for aarch64
Fix build without git clone in cloned directory
Fix some issues which were reported by Coverity Scan
Update ScrollView.java
Fix some code comments
Optimize function ImageFind::FindImages
Rename BibTex file to please GitHub
Fix Broken URLs in citations.bib
initDSProfile: correct std::vector usage
Fix typo in stepblob.h
Fix regression in layout detection since 5.0.0
Update ScrollView.java
Fix loading of sublangs (regression)


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/graphics/tesseract/Makefile
cvs rdiff -u -r1.29 -r1.30 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.70 pkgsrc/graphics/tesseract/Makefile:1.71
--- pkgsrc/graphics/tesseract/Makefile:1.70     Tue Jul 18 18:19:23 2023
+++ pkgsrc/graphics/tesseract/Makefile  Mon Oct  9 09:40:21 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2023/07/18 18:19:23 nia Exp $
+# $NetBSD: Makefile,v 1.71 2023/10/09 09:40:21 adam Exp $
 
-DISTNAME=      tesseract-5.3.2
+DISTNAME=      tesseract-5.3.3
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tesseract-ocr/}
 DISTFILES=     ${DEFAULT_DISTFILES}

Index: pkgsrc/graphics/tesseract/distinfo
diff -u pkgsrc/graphics/tesseract/distinfo:1.29 pkgsrc/graphics/tesseract/distinfo:1.30
--- pkgsrc/graphics/tesseract/distinfo:1.29     Mon Jul 17 19:33:04 2023
+++ pkgsrc/graphics/tesseract/distinfo  Mon Oct  9 09:40:21 2023
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.29 2023/07/17 19:33:04 adam Exp $
+$NetBSD: distinfo,v 1.30 2023/10/09 09:40:21 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.2.tar.gz) = e7f67dd896bc44dc61b9264f47b3aae8710f472ac8dcaeb15169cb1906d6de30
-SHA512 (tesseract-5.3.2.tar.gz) = 92db2a513f00b931a0207cc705020bee9fea4ff7fa93c57a6f446b5777713864cce19121b316ef8b78b6bd625ee7e6fd473352515f98c4a2187569cbd0a9713a
-Size (tesseract-5.3.2.tar.gz) = 1916850 bytes
+BLAKE2s (tesseract-5.3.3.tar.gz) = 30b4b1d2abf873d1910c81f351fabf14536f22bb1a637d9dc1376af091fd61ae
+SHA512 (tesseract-5.3.3.tar.gz) = c04ae68ac4ecf85243c54feb4233e282cd420522588fd4b3eaa87619cb236a575052e3667a806c2f56de06dc013b88926c2dbea4cb4ee02f0119c032598169f2
+Size (tesseract-5.3.3.tar.gz) = 1918172 bytes
 SHA1 (patch-CMakeLists.txt) = e29e3b732d45551795046cb5cd09d6d8735269aa
 SHA1 (patch-tessdata_Makefile.am) = 8fe773d1c6318392296ba06996b51692edf32919



Home | Main Index | Thread Index | Old Index