- update to leptonica-1.80.0
- fix HOMEPAG
This commit is contained in:
parent
03a140203f
commit
fdef173654
@ -1,20 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2019/07/12 20:47:01 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2020/07/30 08:13:33 jasper Exp $
|
||||
|
||||
COMMENT= image processing and analysis library
|
||||
|
||||
DISTNAME= leptonica-1.78.0
|
||||
REVISION= 0
|
||||
DISTNAME= leptonica-1.80.0
|
||||
|
||||
SHARED_LIBS += lept 3.0 # 5.3
|
||||
SHARED_LIBS += lept 4.0 # 5.3
|
||||
|
||||
CATEGORIES= graphics
|
||||
|
||||
HOMEPAGE= http://www.leptonica.com/
|
||||
HOMEPAGE= http://www.leptonica.org/
|
||||
|
||||
# BSD-like (see leptonica-license.txt in WRKSRC)
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB += c gif jpeg m openjp2 png pthread tiff webp z
|
||||
WANTLIB += c gif jpeg m openjp2 png tiff webp webpmux z
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}/source/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (leptonica-1.78.0.tar.gz) = 4u0ugeeiLd9F0sBfC8i5rnRQVF2ZW/4oUXukCNFKWog=
|
||||
SIZE (leptonica-1.78.0.tar.gz) = 12905925
|
||||
SHA256 (leptonica-1.80.0.tar.gz) = 7JxGwq77uWD7amt/gA/jneSDQ0N7bOCOMKjZaI7RS6Q=
|
||||
SIZE (leptonica-1.80.0.tar.gz) = 13926793
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2019/04/29 15:55:20 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2020/07/30 08:13:33 jasper Exp $
|
||||
@bin bin/convertfilestopdf
|
||||
@bin bin/convertfilestops
|
||||
@bin bin/convertformat
|
||||
@ -20,6 +20,7 @@ include/leptonica/bmf.h
|
||||
include/leptonica/bmfdata.h
|
||||
include/leptonica/bmp.h
|
||||
include/leptonica/ccbord.h
|
||||
include/leptonica/colorfill.h
|
||||
include/leptonica/dewarp.h
|
||||
include/leptonica/endianness.h
|
||||
include/leptonica/environ.h
|
||||
@ -41,7 +42,12 @@ include/leptonica/stack.h
|
||||
include/leptonica/stringcode.h
|
||||
include/leptonica/sudoku.h
|
||||
include/leptonica/watershed.h
|
||||
lib/liblept.a
|
||||
lib/cmake/
|
||||
lib/cmake/LeptonicaConfig-version.cmake
|
||||
lib/cmake/LeptonicaConfig.cmake
|
||||
@static-lib lib/liblept.a
|
||||
lib/liblept.la
|
||||
@lib lib/liblept.so.${LIBlept_VERSION}
|
||||
@static-lib lib/libleptonica.a
|
||||
lib/libleptonica.la
|
||||
lib/pkgconfig/lept.pc
|
||||
|
Loading…
x
Reference in New Issue
Block a user