pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/leptonica



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jul 29 07:02:21 UTC 2020

Modified Files:
        pkgsrc/graphics/leptonica: Makefile PLIST distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/leptonica/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/leptonica/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/leptonica/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/leptonica/Makefile
diff -u pkgsrc/graphics/leptonica/Makefile:1.18 pkgsrc/graphics/leptonica/Makefile:1.19
--- pkgsrc/graphics/leptonica/Makefile:1.18     Fri Jun  5 12:49:00 2020
+++ pkgsrc/graphics/leptonica/Makefile  Wed Jul 29 07:02:21 2020
@@ -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}

Index: pkgsrc/graphics/leptonica/PLIST
diff -u pkgsrc/graphics/leptonica/PLIST:1.5 pkgsrc/graphics/leptonica/PLIST:1.6
--- pkgsrc/graphics/leptonica/PLIST:1.5 Thu Jan  2 12:55:07 2020
+++ pkgsrc/graphics/leptonica/PLIST     Wed Jul 29 07:02:21 2020
@@ -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/bmf.h
 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

Index: pkgsrc/graphics/leptonica/distinfo
diff -u pkgsrc/graphics/leptonica/distinfo:1.15 pkgsrc/graphics/leptonica/distinfo:1.16
--- pkgsrc/graphics/leptonica/distinfo:1.15     Thu Jan  2 12:55:07 2020
+++ pkgsrc/graphics/leptonica/distinfo  Wed Jul 29 07:02:21 2020
@@ -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