summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2021-10-02 06:15:21 +0200
committer Willy Sudiarto Raharjo2021-10-02 06:15:21 +0200
commit361c011b45abce8cabbbe2b874e44127303db98a (patch)
tree190a358b146b6d1e0f0cf5a3e425f1b703ee7c2b
parent103b17dbe5225c977d80fd1160f70b593692a92e (diff)
downloadslackbuilds-361c011b45abce8cabbbe2b874e44127303db98a.tar.gz
libraries/leptonica: Updated for version 1.82.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/leptonica/leptonica.SlackBuild4
-rw-r--r--libraries/leptonica/leptonica.info6
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=""