pkgsrc-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.81.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/8006b0d0ce43
branches: trunk
changeset: 454704:8006b0d0ce43
user: adam <adam%pkgsrc.org@localhost>
date: Tue Jun 15 10:26:48 2021 +0000
description:
leptonica: updated to 1.81.1
1.81.1 June 11, 2021
* Added choice of codec (JP2 or J2K) when writing jp2k files.
* Fix use of hashmap with key based on dna.
1.81.0 June 6, 2021
* Fixed problems with tiff pdf wrapping photometry.
* Fixed scaling issues in prog/cleanpdf for printing.
* New progs: tiffpdftest, hashtest
* Fixed uninitialized data error in pixAddBorderGeneral() and
pixRemoveBorderGeneral()
* Rewrote Numa functions that discretize into bins. Have
binning by both sorting and histogram.
* Rewrote and simplified pixGetRankColorArray() and pixGetBinnedColor().
* Added tests to prog/rankbin_reg.c.
* Simplified fpixCopy() and dpixCopy(), and functions that use them.
* Check input for bilateral transforms.
* Add function for splitting a file evenly by lines.
* Check input for getFilenamesInDirectory()
* Many new fuzzers.
* Use size_t for all size inputs to ascii85 encoding/decoding
* New regression tests: encoding_reg.c, binmorph6_reg.c,
flipdetect_reg.c
* Reworked concatpdf for generality, using the Poppler package.
* Removed dwa flipdetection from the library. All the dwa code
is now in flipdetectdwa.c.notused. Likewise prog/flipselgen.c
is retained for completeness, renamed flipselgen.c.notused,
and is not compiled.
* Added hashmap utility (hashmap.c, hashmap.h).
* Removed functions using dnahash on strings, pts and doubles.
* Improved the speed of hashing for strings and doubles.
* Added function for tiling images in pairs for comparison.
* Added null terminations to serialized strings written to memory,
preventing buffer overrun by strlen() [fixed by Stefan Weil].
* No longer use "NoInit" versions of pix creation in leptonica.
because they risk reading uninitialized data. These functions
remain in the library because they are in use in applications.
* Add two composite binarization functions, from prog/binarize_set.
* Giulio Lunati fixed pnm reading to work with stdin input.
* Removed several of the boxa compare and modify functions.
* Implemented reading jpeg200 data encded in j2k "codestream" format.
Can now read data in both jp2 and j2k.
diffstat:
graphics/leptonica/Makefile | 4 ++--
graphics/leptonica/PLIST | 3 ++-
graphics/leptonica/distinfo | 10 +++++-----
3 files changed, 9 insertions(+), 8 deletions(-)
diffs (45 lines):
diff -r 34ace1e04121 -r 8006b0d0ce43 graphics/leptonica/Makefile
--- a/graphics/leptonica/Makefile Tue Jun 15 10:25:41 2021 +0000
+++ b/graphics/leptonica/Makefile Tue Jun 15 10:26:48 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2020/07/29 07:02:21 adam Exp $
+# $NetBSD: Makefile,v 1.20 2021/06/15 10:26:48 adam Exp $
-DISTNAME= leptonica-1.80.0
+DISTNAME= leptonica-1.81.1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=danbloomberg/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
diff -r 34ace1e04121 -r 8006b0d0ce43 graphics/leptonica/PLIST
--- a/graphics/leptonica/PLIST Tue Jun 15 10:25:41 2021 +0000
+++ b/graphics/leptonica/PLIST Tue Jun 15 10:26:48 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2020/07/29 07:02:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2021/06/15 10:26:48 adam Exp $
bin/convertfilestopdf
bin/convertfilestops
bin/convertformat
@@ -24,6 +24,7 @@
include/leptonica/endianness.h
include/leptonica/environ.h
include/leptonica/gplot.h
+include/leptonica/hashmap.h
include/leptonica/heap.h
include/leptonica/imageio.h
include/leptonica/jbclass.h
diff -r 34ace1e04121 -r 8006b0d0ce43 graphics/leptonica/distinfo
--- a/graphics/leptonica/distinfo Tue Jun 15 10:25:41 2021 +0000
+++ b/graphics/leptonica/distinfo Tue Jun 15 10:26:48 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.16 2020/07/29 07:02:21 adam Exp $
+$NetBSD: distinfo,v 1.17 2021/06/15 10:26:48 adam Exp $
-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 (leptonica-1.81.1.tar.gz) = b7ed74d01aa985e9083dd41bb140577538c68b8d
+RMD160 (leptonica-1.81.1.tar.gz) = e536d44cac07b9f7616c5d7b386690281c350ed1
+SHA512 (leptonica-1.81.1.tar.gz) = 3c24e30eab21b634094543a722172553e35d928b3a50bfe78e9b0123cd16d710b4be8714acaac87344b22292b460d6ffb06b05a8e7f3df060544a2bbf3f8a7d2
+Size (leptonica-1.81.1.tar.gz) = 14056320 bytes
SHA1 (patch-src_Makefile.in) = 6a412f514c630c5bea12f6ec228796c6f942acc2
Home |
Main Index |
Thread Index |
Old Index