svt-av1: update to 1.6.0.

This commit is contained in:
triallax 2023-06-24 18:15:38 +01:00 committed by Andrew Benson
parent 6b84622280
commit 3e815a5394

View file

@ -1,16 +1,20 @@
# Template file for 'svt-av1'
pkgname=svt-av1
version=1.4.1
revision=2
version=1.6.0
revision=1
build_style=cmake
hostmakedepends="nasm"
configure_args="-DSVT_AV1_LTO=ON"
short_desc="AV1-compliant encoder/decoder library core"
maintainer="tibequadorian <tibequadorian@posteo.de>"
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=e3f7fc194afc6c90b43e0b80fa24c09940cb03bea394e0e1f5d1ded18e9ab23f
checksum=3bc207247568ac713245063555082bfc905edc31df3bf6355e3b194cb73ad817
case "$XBPS_TARGET_MACHINE" in
i686* | x86_64*) hostmakedepends="nasm"
esac
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
broken="32-bit is not supported"