From 0db19eb89fb949457622712e7e32601088f7ef3d Mon Sep 17 00:00:00 2001 From: zlice Date: Wed, 7 Aug 2024 11:49:07 -0400 Subject: [PATCH] svt-av1: update to 2.1.2 --- common/shlibs | 3 +-- srcpkgs/svt-av1/template | 9 ++------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/common/shlibs b/common/shlibs index 0766c7119fb..23b6a476e92 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4293,8 +4293,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 -libSvtAv1Dec.so.0 libsvt-av1-0.9.0_1 +libSvtAv1Enc.so.2 libsvt-av1-2.1.2_1 libyascreen.so.0 yascreen-1.96_1 libyyjson.so.0 yyjson-0.10.0_1 librz_analysis.so.0.7 rizin-0.7.2_1 diff --git a/srcpkgs/svt-av1/template b/srcpkgs/svt-av1/template index 9d3854b8b4a..27c3ebd8a8a 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.2 revision=1 build_style=cmake configure_args="-DSVT_AV1_LTO=ON" @@ -10,20 +10,15 @@ 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=65e90af18f31f8c8d2e9febf909a7d61f36172536abb25a7089f152210847cd9 case "$XBPS_TARGET_MACHINE" in i686* | x86_64*) hostmakedepends="nasm" esac -if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then - broken="32-bit is not supported" -fi - libsvt-av1_package() { short_desc+=" - library files" pkg_install() { - vmove "usr/lib/libSvtAv1Dec.so.*" vmove "usr/lib/libSvtAv1Enc.so.*" vlicense LICENSE.md }