From 1180aa6598352143a9ffd553105069c3f33a8aaf Mon Sep 17 00:00:00 2001 From: tibequadorian Date: Fri, 22 Apr 2022 23:40:12 +0200 Subject: [PATCH 1/2] svt-av1: update to 1.0.0. --- common/shlibs | 2 +- srcpkgs/svt-av1/template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/shlibs b/common/shlibs index 11328b15a9cc..c62d1e7940d1 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4120,7 +4120,7 @@ libjvm.so openjdk17-jre-17.0.1+12_1 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 -libSvtAv1Enc.so.0 libsvt-av1-0.9.0_1 +libSvtAv1Enc.so.1 libsvt-av1-1.0.0_1 libSvtAv1Dec.so.0 libsvt-av1-0.9.0_1 librz_bp.so.0.3.4 rizin-0.3.4_1 librz_reg.so.0.3.4 rizin-0.3.4_1 diff --git a/srcpkgs/svt-av1/template b/srcpkgs/svt-av1/template index ab9386d90cb7..7b08bf9c309c 100644 --- a/srcpkgs/svt-av1/template +++ b/srcpkgs/svt-av1/template @@ -1,6 +1,6 @@ # Template file for 'svt-av1' pkgname=svt-av1 -version=0.9.1 +version=1.0.0 revision=1 wrksrc="SVT-AV1-v${version}" build_style=cmake @@ -11,7 +11,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=714154c08a90a5eb1f09c4d0d766621132711137af127468dc122c04ca9784ae +checksum=84030ef7f33645ddfcdd2dc8a08277e49f3c4297fc53711958060c8ce51dc22d if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then broken="32-bit is not supported" From 5a9cc697c0e81c0fb793b07a8852259ddad2d8a6 Mon Sep 17 00:00:00 2001 From: tibequadorian Date: Fri, 22 Apr 2022 23:40:50 +0200 Subject: [PATCH 2/2] ffmpeg: rebuild against svt-av1-1.0.0 --- srcpkgs/ffmpeg/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ffmpeg/template b/srcpkgs/ffmpeg/template index 213aae8bbfa0..8ffdd4401f2d 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.1 -revision=2 +revision=3 short_desc="Decoding, encoding and streaming software" maintainer="Orphaned " license="GPL-3.0-or-later"