mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/libheif: Updated for version 1.14.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b4a51374cb
commit
9f4540ca74
2 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue