diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2024-07-25 08:17:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-25 08:47:09 +0700 |
commit | eb6e39dfaac4b9ba29aacde8e41adbe82636d61f (patch) | |
tree | d190f3308d21833e632676e1a44514112c96cc71 /libraries | |
parent | 3b88e09e29877f287aa55b8712dd8e578a5077ce (diff) |
libraries/libheif: Updated for version 1.18.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/libheif/libheif.SlackBuild | 8 | ||||
-rw-r--r-- | libraries/libheif/libheif.info | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/libraries/libheif/libheif.SlackBuild b/libraries/libheif/libheif.SlackBuild index b961a74b1e..937cd8f20a 100644 --- a/libraries/libheif/libheif.SlackBuild +++ b/libraries/libheif/libheif.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libheif -# Copyright 2020-2023, Alexander Verbovetsky, Moscow, Russia +# Copyright 2020-2024, Alexander Verbovetsky, Moscow, Russia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libheif -VERSION=${VERSION:-1.17.6} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.18.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -76,8 +76,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -patch -p1 < $CWD/a911b26a902c5f89fee2dc20ac4dfaafcb8144ec.patch - mkdir -p build cd build cmake \ diff --git a/libraries/libheif/libheif.info b/libraries/libheif/libheif.info index 29dc0867dd..c5f419f92f 100644 --- a/libraries/libheif/libheif.info +++ b/libraries/libheif/libheif.info @@ -1,8 +1,8 @@ PRGNAM="libheif" -VERSION="1.17.6" +VERSION="1.18.1" HOMEPAGE="https://github.com/strukturag/libheif" -DOWNLOAD="https://github.com/strukturag/libheif/releases/download/v1.17.6/libheif-1.17.6.tar.gz" -MD5SUM="563e2ecd15f1ca98ccb13388ee873ebe" +DOWNLOAD="https://github.com/strukturag/libheif/releases/download/v1.18.1/libheif-1.18.1.tar.gz" +MD5SUM="141f7ea717c8e77cb4b9be62d8263073" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libde265 x265 aom rav1e kvazaar dav1d svt-av1" |