Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/leptonica leptonica: updated to 1.80.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5b5c5ae1ecd
branches:  trunk
changeset: 436192:a5b5c5ae1ecd
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jul 29 07:02:21 2020 +0000

description:
leptonica: updated to 1.80.0

1.80.0:
* Improve bmp handling of 1 bpp images and sanity checking of params.
* Add function to display all rgb gamut colors
* in Makefile.am, use option serial-tests to avoid races in testing
* Make md subdirectory and add ax_split_version.md there
* Simple function for hue-invariant mapping (pixMapWithInvariantHue)
* Fixed bug in limit of ptra size when used for sorting by bins.
* Use hashmap to count pixel colors in RGB(A) images.
* Convert hashtest program to regression test hash_reg.
* Convert croptest program to regression test crop_reg.
* New color segmentation by region growing (colorfill.c)
* New regression tests: colorfill_reg, circle_reg, ccbord_reg.
* Set maxima for all allocations for common leptonica data structures.
* Don't fail when downscaling 2, 4, 8, and 32 bpp images, even
  to one pixel, invoking pixScaleSmooth().
* New functions that select 1 bpp components based on their area.
* Incremental addition to sorted array of numbers.
* new prog/fuzzing directory for oss-fuzz based fuzzing programs
* use of pixcmapIsValid() with extra argument to determine validity
  with the pix it is attached to.
* Use lept_stderr() in all programs in the prog directory.
* New program rasteroptest() for thorough testing of rasterop functions.
* Removed the pixSaveTiled*() functions
* Stubbed pixDisplayWrite().  Last used in tesseract 3.04.01 (2/2016).

diffstat:

 graphics/leptonica/Makefile |   5 ++---
 graphics/leptonica/PLIST    |   3 ++-
 graphics/leptonica/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (46 lines):

diff -r c6b2fc8ca545 -r a5b5c5ae1ecd graphics/leptonica/Makefile
--- a/graphics/leptonica/Makefile       Wed Jul 29 07:00:34 2020 +0000
+++ b/graphics/leptonica/Makefile       Wed Jul 29 07:02:21 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2020/06/05 12:49:00 jperkin Exp $
+# $NetBSD: Makefile,v 1.19 2020/07/29 07:02:21 adam Exp $
 
-DISTNAME=      leptonica-1.79.0
-PKGREVISION=   1
+DISTNAME=      leptonica-1.80.0
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=danbloomberg/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
diff -r c6b2fc8ca545 -r a5b5c5ae1ecd graphics/leptonica/PLIST
--- a/graphics/leptonica/PLIST  Wed Jul 29 07:00:34 2020 +0000
+++ b/graphics/leptonica/PLIST  Wed Jul 29 07:02:21 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2020/01/02 12:55:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/07/29 07:02:21 adam Exp $
 bin/convertfilestopdf
 bin/convertfilestops
 bin/convertformat
@@ -19,6 +19,7 @@
 include/leptonica/bmfdata.h
 include/leptonica/bmp.h
 include/leptonica/ccbord.h
+include/leptonica/colorfill.h
 include/leptonica/dewarp.h
 include/leptonica/endianness.h
 include/leptonica/environ.h
diff -r c6b2fc8ca545 -r a5b5c5ae1ecd graphics/leptonica/distinfo
--- a/graphics/leptonica/distinfo       Wed Jul 29 07:00:34 2020 +0000
+++ b/graphics/leptonica/distinfo       Wed Jul 29 07:02:21 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2020/01/02 12:55:07 adam Exp $
+$NetBSD: distinfo,v 1.16 2020/07/29 07:02:21 adam Exp $
 
-SHA1 (leptonica-1.79.0.tar.gz) = be08309753e949ae9321aeca802a2f6f72d5f2a3
-RMD160 (leptonica-1.79.0.tar.gz) = b5d535994fad46ddfd2b67c707b79f08070265d7
-SHA512 (leptonica-1.79.0.tar.gz) = 4d0830683757004bb47752a17985d80c6758b97c0fd6ec64d23bbf43c9c68b04bee751831574afa4c25f5d5030c0c9f7fc22d9fc8ef932aa990401344f588ba5
-Size (leptonica-1.79.0.tar.gz) = 13438669 bytes
+SHA1 (leptonica-1.80.0.tar.gz) = 728a3d61d62f274201f829dd9c52dfafc45744a2
+RMD160 (leptonica-1.80.0.tar.gz) = 6663b997b1ab3a403d6b4003717228baeb9d8937
+SHA512 (leptonica-1.80.0.tar.gz) = f8062a169b7ac558c8818615e534c0dcb5db48924af4d3106d0e0929e9b2f03347bdeaae45f80bded0b2aed135bb133f775244c8c752891ca4948b5d6b21e147
+Size (leptonica-1.80.0.tar.gz) = 13926793 bytes
 SHA1 (patch-src_Makefile.in) = 6a412f514c630c5bea12f6ec228796c6f942acc2



Home | Main Index | Thread Index | Old Index