pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/leptonica leptonica: Support openjpeg-2.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/392333aa09e4
branches:  trunk
changeset: 370118:392333aa09e4
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Oct 11 22:54:42 2017 +0000

description:
leptonica: Support openjpeg-2.3.

diffstat:

 graphics/leptonica/distinfo                |   3 ++-
 graphics/leptonica/patches/patch-configure |  24 ++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 1 deletions(-)

diffs (40 lines):

diff -r e40f516b35fb -r 392333aa09e4 graphics/leptonica/distinfo
--- a/graphics/leptonica/distinfo       Wed Oct 11 20:35:16 2017 +0000
+++ b/graphics/leptonica/distinfo       Wed Oct 11 22:54:42 2017 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2017/06/14 14:26:24 fhajny Exp $
+$NetBSD: distinfo,v 1.6 2017/10/11 22:54:42 jperkin Exp $
 
 SHA1 (leptonica-1.74.4.tar.gz) = c1977bd9e5fe9f75d8e4ad3ca4f42fb3db906a5a
 RMD160 (leptonica-1.74.4.tar.gz) = f4a469d36c1de4f393dd6307474bccf9eecef022
 SHA512 (leptonica-1.74.4.tar.gz) = e74732c10218430463ca01f15e19d329dceb938e315586ed100c634c4d50809824f1d9bf7eeaf91654caf42ed78a5ae5de7c08e7a1d8884c580c536121627891
 Size (leptonica-1.74.4.tar.gz) = 12349877 bytes
+SHA1 (patch-configure) = 775f6cdcb7442f08847cef481c2dfdcba9641e9d
diff -r e40f516b35fb -r 392333aa09e4 graphics/leptonica/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/leptonica/patches/patch-configure        Wed Oct 11 22:54:42 2017 +0000
@@ -0,0 +1,24 @@
+$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