Update to leptonica-1.73.

This commit is contained in:
ajacoutot 2016-08-27 15:20:03 +00:00
parent 069fd14cdd
commit 78473862f2
3 changed files with 8 additions and 12 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.14 2016/03/11 19:59:14 naddy Exp $
# $OpenBSD: Makefile,v 1.15 2016/08/27 15:20:03 ajacoutot Exp $
COMMENT= image processing and analysis library
DISTNAME= leptonica-1.72
REVISION= 0
DISTNAME= leptonica-1.73
SHARED_LIBS += lept 2.1 # 4.3
SHARED_LIBS += lept 2.2 # 5.0
CATEGORIES= graphics
@ -14,7 +13,7 @@ HOMEPAGE= http://www.leptonica.com/
# BSD-like (see leptonica-license.txt in WRKSRC)
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c gif jpeg m openjp2 png pthread tiff webp z
WANTLIB += c gif jpeg m openjp2 png tiff webp z
MASTER_SITES= ${HOMEPAGE}/source/
@ -25,10 +24,6 @@ LIB_DEPENDS= graphics/libwebp \
TEST_DEPENDS= shells/bash \
math/gnuplot
# for non-shared archs...
LIB_DEPENDS+= graphics/jpeg \
graphics/png
CONFIGURE_STYLE=autoconf
AUTOCONF_VERSION=2.68
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View File

@ -1,2 +1,2 @@
SHA256 (leptonica-1.72.tar.gz) = edXq3TJljJ/qOHAMl11gqj0Ijqo+MHZZ8ATUCDTeH1Y=
SIZE (leptonica-1.72.tar.gz) = 10580170
SHA256 (leptonica-1.73.tar.gz) = GeQzXGdOe3ivkzjVOCzFJm80pi1M5TPYYK9I6qhZr8E=
SIZE (leptonica-1.73.tar.gz) = 10894175

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2015/11/13 12:47:54 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.6 2016/08/27 15:20:03 ajacoutot Exp $
@bin bin/convertfilestopdf
@bin bin/convertfilestops
@bin bin/convertformat
@ -36,6 +36,7 @@ include/leptonica/morph.h
include/leptonica/pix.h
include/leptonica/ptra.h
include/leptonica/queue.h
include/leptonica/rbtree.h
include/leptonica/readbarcode.h
include/leptonica/recog.h
include/leptonica/regutils.h