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.75.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59da7802d1c1
branches:  trunk
changeset: 375533:59da7802d1c1
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Feb 14 11:19:36 2018 +0000

description:
leptonica: updated to 1.75.2

1.75.2:
Converted several progs to standard regression tests.
Added these tests to the alltests_reg suite:
 adaptnorm_reg, binmorph1_reg, binmorph3_reg, equal_reg,
 extrema_reg, grayfill_reg, falsecolor_reg, grayquant_reg.
Autotools fix for restricting giflib to 5.1+, and allowing openjpeg 2.3

diffstat:

 graphics/leptonica/Makefile                |   4 ++--
 graphics/leptonica/distinfo                |  11 +++++------
 graphics/leptonica/patches/patch-configure |  24 ------------------------
 3 files changed, 7 insertions(+), 32 deletions(-)

diffs (57 lines):

diff -r 720bbd9db6de -r 59da7802d1c1 graphics/leptonica/Makefile
--- a/graphics/leptonica/Makefile       Wed Feb 14 09:26:46 2018 +0000
+++ b/graphics/leptonica/Makefile       Wed Feb 14 11:19:36 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2018/02/02 12:09:18 adam Exp $
+# $NetBSD: Makefile,v 1.12 2018/02/14 11:19:36 adam Exp $
 
-DISTNAME=      leptonica-1.75.1
+DISTNAME=      leptonica-1.75.2
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=danbloomberg/}
 
diff -r 720bbd9db6de -r 59da7802d1c1 graphics/leptonica/distinfo
--- a/graphics/leptonica/distinfo       Wed Feb 14 09:26:46 2018 +0000
+++ b/graphics/leptonica/distinfo       Wed Feb 14 11:19:36 2018 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.9 2018/02/05 10:53:36 jperkin Exp $
+$NetBSD: distinfo,v 1.10 2018/02/14 11:19:36 adam Exp $
 
-SHA1 (leptonica-1.75.1.tar.gz) = 2b02e0694ed5841279d21af7bda2c3b7c1d38bd0
-RMD160 (leptonica-1.75.1.tar.gz) = 200467483af7a7052f9461e08ca7271b28914229
-SHA512 (leptonica-1.75.1.tar.gz) = f4a00d17a23e9f3397dba8d896a550110ed3918e7697e7226c46721f66a5b8161b64bd8890c82253b338e1937e9d4b4365ca99d8f236c51bab27bc0f3ec575ee
-Size (leptonica-1.75.1.tar.gz) = 12392535 bytes
-SHA1 (patch-configure) = 775f6cdcb7442f08847cef481c2dfdcba9641e9d
+SHA1 (leptonica-1.75.2.tar.gz) = 43011e2405dffc420b3db44ab2539945df2b6acd
+RMD160 (leptonica-1.75.2.tar.gz) = a6df71500ed58305bc8d924ccd2d303f619204ac
+SHA512 (leptonica-1.75.2.tar.gz) = b5107673d1b94b936105cf9795e349c89bd58b80f5947f8e041867b052580215f4fb5bc728cd893c11082efdde11158562a1c93ad53387b6ffb33e7b9e089efb
+Size (leptonica-1.75.2.tar.gz) = 12377982 bytes
 SHA1 (patch-src_sarray1.c) = 2e465517a82453d80d5c40654aa13e6d23f620a9
diff -r 720bbd9db6de -r 59da7802d1c1 graphics/leptonica/patches/patch-configure
--- a/graphics/leptonica/patches/patch-configure        Wed Feb 14 09:26:46 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2017/10/11 22:54:42 jperkin Exp $
-
-Support openjpeg-2.3.
-
---- configure.orig     2017-06-11 20:07:20.000000000 +0000
-+++ configure
-@@ -13789,7 +13789,7 @@ $as_echo "#define HAVE_LIBJP2K 1" >>conf
- 
-         LIBJP2K_LIBS=-lopenjp2
- 
--        for ac_header in openjpeg-2.2/openjpeg.h openjpeg-2.1/openjpeg.h openjpeg-2.0/openjpeg.h
-+        for ac_header in openjpeg-2.3/openjpeg.h openjpeg-2.2/openjpeg.h openjpeg-2.1/openjpeg.h openjpeg-2.0/openjpeg.h
- do :
-   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
- ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
-@@ -13863,7 +13863,7 @@ $as_echo "#define HAVE_LIBJP2K 1" >>conf
- 
-         LIBJP2K_LIBS=-lopenjp2
- 
--        for ac_header in openjpeg-2.2/openjpeg.h openjpeg-2.1/openjpeg.h openjpeg-2.0/openjpeg.h
-+        for ac_header in openjpeg-2.3/openjpeg.h openjpeg-2.2/openjpeg.h openjpeg-2.1/openjpeg.h openjpeg-2.0/openjpeg.h
- do :
-   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
- ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"



Home | Main Index | Thread Index | Old Index