rav1e: update to 0.6.6.

This commit is contained in:
mhmdanas 2023-04-15 21:51:40 +01:00 committed by classabbyamp
parent 43d9b48b7c
commit 62350cd2de

View File

@ -1,21 +1,19 @@
# Template file for 'rav1e'
pkgname=rav1e
version=0.6.3
version=0.6.6
revision=1
build_style=cargo
hostmakedepends="nasm cargo-c"
hostmakedepends="cargo-c"
short_desc="Fastest and safest AV1 encoder"
maintainer="oreo639 <oreo6391@gmail.com>"
license="BSD-2-Clause"
homepage="https://crates.io/crates/rav1e"
distfiles="https://static.crates.io/crates/rav1e/rav1e-${version}.crate"
checksum=277898094f0d03c6a609e491324102daf5080e71c06b4b25e5acf8b89d26c945
checksum=16c383692a5e7abd9f6d1eddb1a5e0269f859392387883361bb09e5555852ec1
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
# error: ran out of registers during register allocation
# LLVM ERROR: Cannot emit physreg copy instruction
make_check=no # Tests fail to compile
fi
case "$XBPS_TARGET_MACHINE" in
x86_64*) hostmakedepends+=" nasm" ;;
esac
post_build() {
cargo auditable cbuild --release --target ${RUST_TARGET} \