X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/202a1fb5d3efb4affe66cabc1f5ed33de0db1d80..0904ff4ef920f3414a6f6299f7f8d1be66654bdb:/packages/leptonica/build.sh diff --git a/packages/leptonica/build.sh b/packages/leptonica/build.sh index c0629d51..4b9e0489 100644 --- a/packages/leptonica/build.sh +++ b/packages/leptonica/build.sh @@ -1,6 +1,11 @@ TERMUX_PKG_HOMEPAGE=http://www.leptonica.com/ -TERMUX_PKG_DESCRIPTION="Leptonica is a pedagogically-oriented open source site containing software that is broadly useful for image processing and image analysis applications" -TERMUX_PKG_VERSION=1.73 +TERMUX_PKG_DESCRIPTION="Library for image processing and image analysis" +TERMUX_PKG_VERSION=1.74.4 TERMUX_PKG_DEPENDS="libjpeg-turbo, libpng, libtiff" -TERMUX_PKG_SRCURL=http://www.leptonica.com/source/leptonica-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SRCURL=https://github.com/DanBloomberg/leptonica/archive/${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=2092e126652ff07bc2569971a1d6c6411e1d481539d39c98031534c6f83dfc82 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-giflib --without-libwebp --without-libopenjpeg" + +termux_step_pre_configure() { + ./autobuild +}