From 1c8bcbd308203754decfacd80ed06050de652c6b Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Sat, 15 Apr 2023 21:51:40 +0100 Subject: [PATCH] rav1e: update to 0.6.6. --- srcpkgs/rav1e/template | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/srcpkgs/rav1e/template b/srcpkgs/rav1e/template index e4589a60170e..e454757f8d78 100644 --- a/srcpkgs/rav1e/template +++ b/srcpkgs/rav1e/template @@ -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 " 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} \