libraries/libavif: Updated for version 1.0.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Vijay Marcel 2024-02-22 21:35:48 +07:00 committed by Willy Sudiarto Raharjo
parent 4c91a03c5d
commit 1e720a18bc
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 8 additions and 5 deletions

View File

@ -35,3 +35,6 @@ test during compile time, by default this is turned off.
Updated to version 1.0.3
19/02/2024:
Updated to version 1.0.4

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libavif
VERSION=${VERSION:-1.0.3}
VERSION=${VERSION:-1.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -107,7 +107,7 @@ make -C build install DESTDIR=$PKG
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
| cut -f 1 -d : | xargs strip --strip-unneeded --remove-section=.comment --remove-section=.note 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE README.md CHANGELOG.md SECURITY.md doc/avifdec.1.md doc/avifenc.1.md $PKG/usr/doc/$PRGNAM-$VERSION

View File

@ -1,8 +1,8 @@
PRGNAM="libavif"
VERSION="1.0.3"
VERSION="1.0.4"
HOMEPAGE="https://github.com/AOMediaCodec/libavif"
DOWNLOAD="https://github.com/AOMediaCodec/libavif/archive/v1.0.3/libavif-1.0.3.tar.gz"
MD5SUM="0cdf4e91089a8f6c1cff6a4110371212"
DOWNLOAD="https://github.com/AOMediaCodec/libavif/archive/v1.0.4/libavif-1.0.4.tar.gz"
MD5SUM="8c786fd21f8757ace8cc011401e4d420"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="aom dav1d svt-av1 libyuv"