From eb4ae1291005b88bbeb063561af934cbf186057f Mon Sep 17 00:00:00 2001 From: Miguel Date: Sat, 22 Jun 2024 13:40:44 -0600 Subject: [PATCH] update svt-av1 --- common/shlibs | 2 +- srcpkgs/ffmpeg/template | 2 +- srcpkgs/libavif/template | 2 +- srcpkgs/svt-av1/template | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/shlibs b/common/shlibs index 4ebfd6bb20f6ad..19e189a8a9c427 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4275,7 +4275,7 @@ librttopo.so.1 librttopo-1.1.0_1 libspatialite.so.7 libspatialite-5.0.1_1 mod_spatialite.so.7 libspatialite-5.0.1_1 libreadosm.so.1 readosm-1.1.0a_1 -libSvtAv1Enc.so.1 libsvt-av1-1.3.0_1 +libSvtAv1Enc.so.2 libsvt-av1-2.1.0_1 libSvtAv1Dec.so.0 libsvt-av1-0.9.0_1 libyascreen.so.0 yascreen-1.96_1 libyyjson.so.0 yyjson-0.9.0_1 diff --git a/srcpkgs/ffmpeg/template b/srcpkgs/ffmpeg/template index 93618cd977537e..6a9c0c2ab6e038 100644 --- a/srcpkgs/ffmpeg/template +++ b/srcpkgs/ffmpeg/template @@ -2,7 +2,7 @@ # audacity also needs to be bumped when a new ffmpeg version bumps libavformat's soname! pkgname=ffmpeg version=4.4.4 -revision=7 +revision=8 short_desc="Decoding, encoding and streaming software" maintainer="Orphaned " license="GPL-3.0-or-later" diff --git a/srcpkgs/libavif/template b/srcpkgs/libavif/template index d6e9640433672b..d6bcc18baa0dfe 100644 --- a/srcpkgs/libavif/template +++ b/srcpkgs/libavif/template @@ -1,7 +1,7 @@ # Template file for 'libavif' pkgname=libavif version=1.0.4 -revision=1 +revision=2 build_style=cmake configure_args="-DAVIF_BUILD_APPS=ON -DAVIF_BUILD_GDK_PIXBUF=ON -DAVIF_CODEC_AOM=ON $(vopt_bool dav1d AVIF_CODEC_DAV1D) $(vopt_bool rav1e AVIF_CODEC_RAV1E) diff --git a/srcpkgs/svt-av1/template b/srcpkgs/svt-av1/template index 9d3854b8b4aa53..ac976a9fe743c1 100644 --- a/srcpkgs/svt-av1/template +++ b/srcpkgs/svt-av1/template @@ -1,6 +1,6 @@ # Template file for 'svt-av1' pkgname=svt-av1 -version=1.7.0 +version=2.1.0 revision=1 build_style=cmake configure_args="-DSVT_AV1_LTO=ON" @@ -10,7 +10,7 @@ license="BSD-3-Clause-Clear" homepage="https://gitlab.com/AOMediaCodec/SVT-AV1" changelog="https://gitlab.com/AOMediaCodec/SVT-AV1/-/raw/master/CHANGELOG.md" distfiles="https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v${version}/SVT-AV1-v${version}.tar.gz" -checksum=ce0973584f1a187aa4abf63f509ff8464397120878e322a3153f87e9c161fc4f +checksum=72a076807544f3b269518ab11656f77358284da7782cece497781ab64ed4cb8a case "$XBPS_TARGET_MACHINE" in i686* | x86_64*) hostmakedepends="nasm"