pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/leptonica



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Oct 11 22:54:42 UTC 2017

Modified Files:
        pkgsrc/graphics/leptonica: distinfo
Added Files:
        pkgsrc/graphics/leptonica/patches: patch-configure

Log Message:
leptonica: Support openjpeg-2.3.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/leptonica/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/leptonica/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/leptonica/distinfo
diff -u pkgsrc/graphics/leptonica/distinfo:1.5 pkgsrc/graphics/leptonica/distinfo:1.6
--- pkgsrc/graphics/leptonica/distinfo:1.5      Wed Jun 14 14:26:24 2017
+++ pkgsrc/graphics/leptonica/distinfo  Wed Oct 11 22:54:42 2017
@@ -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

Added files:

Index: pkgsrc/graphics/leptonica/patches/patch-configure
diff -u /dev/null pkgsrc/graphics/leptonica/patches/patch-configure:1.1
--- /dev/null   Wed Oct 11 22:54:42 2017
+++ pkgsrc/graphics/leptonica/patches/patch-configure   Wed Oct 11 22:54:42 2017
@@ -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