diff options
author | adam <adam@pkgsrc.org> | 2019-03-22 08:23:04 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-03-22 08:23:04 +0000 |
commit | 5ef6349a313ff9960912215788dfc2ebef6c21bd (patch) | |
tree | bd38cc3314ac7c14639262638f5f49fc1c8b2f8f | |
parent | d22f3548f8002b904fd7428af290a181063cef9e (diff) | |
download | pkgsrc-5ef6349a313ff9960912215788dfc2ebef6c21bd.tar.gz |
leptonica: updated to 1.78.0
1.78.0:
* Various improvements in handling boxa sequences and transforms.
* New regression tests: boxa4_reg, string_reg
* New function for copying a pix, filtered by a boxa.
* Modify histogram method for image comparison.
* More careful attention to invalid boxes in box geometry functions.
* Better string and array functions for search and replace.
* Convenience functions for generating simple masks.
* Allow pdf writing of jp2k images, in full generality.
* Allow writing compressed ps images for printing.
* Modified enum comments to include a suggested enum name.
* New program: imagetops
-rw-r--r-- | graphics/leptonica/Makefile | 4 | ||||
-rw-r--r-- | graphics/leptonica/PLIST | 3 | ||||
-rw-r--r-- | graphics/leptonica/distinfo | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/graphics/leptonica/Makefile b/graphics/leptonica/Makefile index 3da7613f254..908c6186f69 100644 --- a/graphics/leptonica/Makefile +++ b/graphics/leptonica/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2018/12/16 14:20:22 adam Exp $ +# $NetBSD: Makefile,v 1.16 2019/03/22 08:23:04 adam Exp $ -DISTNAME= leptonica-1.77.0 +DISTNAME= leptonica-1.78.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=danbloomberg/} diff --git a/graphics/leptonica/PLIST b/graphics/leptonica/PLIST index cca709ec8f5..08d6bc6504e 100644 --- a/graphics/leptonica/PLIST +++ b/graphics/leptonica/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2018/01/25 11:27:35 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2019/03/22 08:23:04 adam Exp $ bin/convertfilestopdf bin/convertfilestops bin/convertformat @@ -7,6 +7,7 @@ bin/convertsegfilestops bin/converttopdf bin/converttops bin/fileinfo +bin/imagetops bin/xtractprotos include/leptonica/allheaders.h include/leptonica/alltypes.h diff --git a/graphics/leptonica/distinfo b/graphics/leptonica/distinfo index 89dbfae6598..0ffa95b6ce0 100644 --- a/graphics/leptonica/distinfo +++ b/graphics/leptonica/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2018/12/16 14:20:22 adam Exp $ +$NetBSD: distinfo,v 1.14 2019/03/22 08:23:04 adam Exp $ -SHA1 (leptonica-1.77.0.tar.gz) = 12a2fc81b4d0c1f910c29b831811b88cca8ae7ef -RMD160 (leptonica-1.77.0.tar.gz) = 577ae581b2a9fb8feff130f9bed37ecb45cb71d8 -SHA512 (leptonica-1.77.0.tar.gz) = 3cf764c76d5acb6d5982c44e78c02d7a7c3b5e79937c41df193e71dd8a02dbbf965d34a2ecdf0444e907cb73c06bdb8bcae4ceafbf5ee1483c022659e897015b -Size (leptonica-1.77.0.tar.gz) = 12888756 bytes +SHA1 (leptonica-1.78.0.tar.gz) = ab387b6ae0a3358017c277aac1cd6985c8501a35 +RMD160 (leptonica-1.78.0.tar.gz) = 6ab179da9136d719a89a6847c45ce89791d3b841 +SHA512 (leptonica-1.78.0.tar.gz) = f059ccc8e7b5ff2c796aeb4ab18bd25e133ec4f38c36b9e2ee203db35a1e68cf45b8baf78ebc4acba4e3607328d1374ea0e8425f35cbe06c6c5728a1ec8c3f50 +Size (leptonica-1.78.0.tar.gz) = 12905925 bytes |