From 361c011b45abce8cabbbe2b874e44127303db98a Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 2 Oct 2021 11:15:21 +0700 Subject: libraries/leptonica: Updated for version 1.82.0. Signed-off-by: Willy Sudiarto Raharjo --- libraries/leptonica/leptonica.SlackBuild | 4 +++- libraries/leptonica/leptonica.info | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/libraries/leptonica/leptonica.SlackBuild b/libraries/leptonica/leptonica.SlackBuild index 9132e6b001..09a4d14c26 100644 --- a/libraries/leptonica/leptonica.SlackBuild +++ b/libraries/leptonica/leptonica.SlackBuild @@ -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 diff --git a/libraries/leptonica/leptonica.info b/libraries/leptonica/leptonica.info index 76d06379bc..9b0cf37664 100644 --- a/libraries/leptonica/leptonica.info +++ b/libraries/leptonica/leptonica.info @@ -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="" -- cgit v1.2.3