summaryrefslogtreecommitdiffstats
path: root/libraries/libavif
diff options
context:
space:
mode:
author Vijay Marcel <vijaymarcel@outlook.com>2024-02-22 21:35:48 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-23 16:25:50 +0700
commit1e720a18bca68989f641e813abc74c6ca9b73442 (patch)
tree628f83258974a7e8859a01838b2d2d2ad70f198f /libraries/libavif
parent4c91a03c5d203e6d458d685741181564e2214dd0 (diff)
downloadslackbuilds-1e720a18bca68989f641e813abc74c6ca9b73442.tar.gz
slackbuilds-1e720a18bca68989f641e813abc74c6ca9b73442.tar.xz
libraries/libavif: Updated for version 1.0.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libavif')
-rw-r--r--libraries/libavif/changelog3
-rw-r--r--libraries/libavif/libavif.SlackBuild4
-rw-r--r--libraries/libavif/libavif.info6
3 files changed, 8 insertions, 5 deletions
diff --git a/libraries/libavif/changelog b/libraries/libavif/changelog
index f92f32b749..2540c6b659 100644
--- a/libraries/libavif/changelog
+++ b/libraries/libavif/changelog
@@ -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
diff --git a/libraries/libavif/libavif.SlackBuild b/libraries/libavif/libavif.SlackBuild
index a303ed44d5..4a695be48b 100644
--- a/libraries/libavif/libavif.SlackBuild
+++ b/libraries/libavif/libavif.SlackBuild
@@ -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
diff --git a/libraries/libavif/libavif.info b/libraries/libavif/libavif.info
index ad50898690..c629421348 100644
--- a/libraries/libavif/libavif.info
+++ b/libraries/libavif/libavif.info
@@ -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"