libraries/libheif: Updated for version 1.14.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alexander Verbovetsky 2022-11-19 09:36:27 +07:00 committed by Willy Sudiarto Raharjo
parent b4a51374cb
commit 9f4540ca74
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 4 deletions

View file

@ -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

View file

@ -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"