libraries/leptonica: Updated for version 1.82.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2021-10-02 11:15:21 +07:00
parent 103b17dbe5
commit 361c011b45
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 4 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=leptonica
VERSION=${VERSION:-1.81.1}
VERSION=${VERSION:-1.82.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -95,6 +95,8 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
rm -rf $PKG/usr/lib${LIBDIRSUFFIX}/*.la
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View File

@ -1,8 +1,8 @@
PRGNAM="leptonica"
VERSION="1.81.1"
VERSION="1.82.0"
HOMEPAGE="http://www.leptonica.com/"
DOWNLOAD="https://github.com/DanBloomberg/leptonica/archive/1.81.1/leptonica-1.81.1.tar.gz"
MD5SUM="8d33079c0564ce257fa3cb85753acf83"
DOWNLOAD="https://github.com/DanBloomberg/leptonica/archive/1.82.0/leptonica-1.82.0.tar.gz"
MD5SUM="39f0befbd53939950beb32d81b3542cf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""