summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Alexander Verbovetsky2022-11-19 03:36:27 +0100
committer Willy Sudiarto Raharjo2022-11-19 03:36:47 +0100
commit9f4540ca7419edde15afe71b3da6bf5f0ffcf584 (patch)
tree7a5a5a5749d970a4101d088dc80963175c552718
parentb4a51374cb84a3e6e7ca5d3f01cad91940c381e7 (diff)
downloadslackbuilds-9f4540ca7419edde15afe71b3da6bf5f0ffcf584.tar.gz
libraries/libheif: Updated for version 1.14.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/libheif/libheif.SlackBuild5
-rw-r--r--libraries/libheif/libheif.info6
2 files changed, 7 insertions, 4 deletions
diff --git a/libraries/libheif/libheif.SlackBuild b/libraries/libheif/libheif.SlackBuild
index 48c445a653..ee65180dc6 100644
--- a/libraries/libheif/libheif.SlackBuild
+++ b/libraries/libheif/libheif.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libheif
-VERSION=${VERSION:-1.13.0}
+VERSION=${VERSION:-1.14.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -92,6 +92,9 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
+# Don't ship .la files:
+rm -f $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/libheif/libheif.info b/libraries/libheif/libheif.info
index c20dcbd58a..23018968d5 100644
--- a/libraries/libheif/libheif.info
+++ b/libraries/libheif/libheif.info
@@ -1,8 +1,8 @@
PRGNAM="libheif"
-VERSION="1.13.0"
+VERSION="1.14.0"
HOMEPAGE="https://github.com/strukturag/libheif"
-DOWNLOAD="https://github.com/strukturag/libheif/releases/download/v1.13.0/libheif-1.13.0.tar.gz"
-MD5SUM="12e603893cb12ff27646ea38f4ea72eb"
+DOWNLOAD="https://github.com/strukturag/libheif/releases/download/v1.14.0/libheif-1.14.0.tar.gz"
+MD5SUM="709a0281d463a4090404eabeb476b3e0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libde265 x265 aom"