git: 980d9d5017fd - main - multimedia/av1an: mark BROKEN on ARM after 874d8e4b5d2e
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 May 2024 16:40:58 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=980d9d5017fd9361b4f59c8ff2b92d920437ec2b commit 980d9d5017fd9361b4f59c8ff2b92d920437ec2b Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-05-30 16:38:24 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-05-30 16:40:04 +0000 multimedia/av1an: mark BROKEN on ARM after 874d8e4b5d2e error[E0308]: mismatched types --> cargo-crates/ffmpeg-the-third-2.0.1+ffmpeg-7.0/src/util/channel_layout/channel_custom.rs:27:13 | 27 | name, | ^^^^ expected `[u8; 16]`, found `[i8; 16]` | = note: expected array `[u8; 16]` found array `[i8; 16]` Reported by: pkg-fallout --- multimedia/av1an/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/multimedia/av1an/Makefile b/multimedia/av1an/Makefile index 63cadf3f69f6..e8278788ba5b 100644 --- a/multimedia/av1an/Makefile +++ b/multimedia/av1an/Makefile @@ -10,6 +10,9 @@ WWW= https://github.com/master-of-zen/Av1an LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md +BROKEN_aarch64= https://github.com/shssoichiro/ffmpeg-the-third/issues/63 +BROKEN_armv7= https://github.com/shssoichiro/ffmpeg-the-third/issues/63 + BUILD_DEPENDS= ${BUILD_DEPENDS_${ARCH}} BUILD_DEPENDS_amd64= nasm:devel/nasm LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \