mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
Update to version 1.72
PR: 201917 Submitted by: yuri@rawbw.com Approved by: maintainer
This commit is contained in:
parent
b8cc0650dd
commit
90bc644cb5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393905
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= leptonica
|
||||
PORTVERSION= 1.70
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 1.72
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.leptonica.com/source/
|
||||
|
||||
@ -11,6 +10,7 @@ MAINTAINER= hiroto.kagotani@gmail.com
|
||||
COMMENT= C library for efficient image processing and image analysis operations
|
||||
|
||||
LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib \
|
||||
libopenjp2.so:${PORTSDIR}/graphics/openjpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
libtiff.so:${PORTSDIR}/graphics/tiff \
|
||||
libwebp.so:${PORTSDIR}/graphics/webp
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (leptonica-1.70.tar.gz) = d3d209a1f6d1f7a80119486b5011bc8c6627e582c927ab44ba33c37edb2cfba2
|
||||
SIZE (leptonica-1.70.tar.gz) = 9890585
|
||||
SHA256 (leptonica-1.72.tar.gz) = 79d5eadd32658c9fea38700c975d60aa3d088eaa3e307659f004d40834de1f56
|
||||
SIZE (leptonica-1.72.tar.gz) = 10580170
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ./Makefile.in.orig 2014-02-06 00:12:32.000000000 +0900
|
||||
+++ ./Makefile.in 2014-05-07 20:05:51.000000000 +0900
|
||||
@@ -269,7 +269,7 @@
|
||||
--- Makefile.in.orig 2015-04-26 20:30:38 UTC
|
||||
+++ Makefile.in
|
||||
@@ -270,7 +270,7 @@ top_srcdir = @top_srcdir@
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
EXTRA_DIST = config README.html leptonica-license.txt moller52.jpg version-notes.html make-for-auto make-for-local autobuild
|
||||
|
@ -18,6 +18,7 @@ include/leptonica/arrayaccess.h
|
||||
include/leptonica/bbuffer.h
|
||||
include/leptonica/bilateral.h
|
||||
include/leptonica/bmf.h
|
||||
include/leptonica/bmfdata.h
|
||||
include/leptonica/bmp.h
|
||||
include/leptonica/ccbord.h
|
||||
include/leptonica/dewarp.h
|
||||
@ -37,10 +38,11 @@ include/leptonica/readbarcode.h
|
||||
include/leptonica/recog.h
|
||||
include/leptonica/regutils.h
|
||||
include/leptonica/stack.h
|
||||
include/leptonica/stringcode.h
|
||||
include/leptonica/sudoku.h
|
||||
include/leptonica/watershed.h
|
||||
lib/liblept.a
|
||||
lib/liblept.so
|
||||
lib/liblept.so.4
|
||||
lib/liblept.so.4.0.1
|
||||
lib/liblept.so.4.0.3
|
||||
libdata/pkgconfig/lept.pc
|
||||
|
Loading…
Reference in New Issue
Block a user