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
This commit is contained in:
parent
f02124ff64
commit
a5db6841eb
3 changed files with 7 additions and 32 deletions
|
@ -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/}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
Loading…
Reference in a new issue