git: b488acf028c7 - main - multimedia/vapoursynth-l-smash-works: Only build on amd64 and powerpc64le for now
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 Oct 2023 15:06:11 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=b488acf028c7cc4992f209bf5b10b0b32ea7efc0 commit b488acf028c7cc4992f209bf5b10b0b32ea7efc0 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-10-22 15:04:16 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-10-22 15:04:20 +0000 multimedia/vapoursynth-l-smash-works: Only build on amd64 and powerpc64le for now Currently other archs fail Reported by: pkg-fallout --- multimedia/vapoursynth-l-smash-works/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/multimedia/vapoursynth-l-smash-works/Makefile b/multimedia/vapoursynth-l-smash-works/Makefile index 3d4f4245d945..2a49e8fb7e52 100644 --- a/multimedia/vapoursynth-l-smash-works/Makefile +++ b/multimedia/vapoursynth-l-smash-works/Makefile @@ -11,6 +11,8 @@ WWW= https://github.com/HomeOfAviSynthPlusEvolution/L-SMASH-Works LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE +ONLY_FOR_ARCHS= amd64 powerpc64le + BUILD_DEPENDS= ${LOCALBASE}/include/vapoursynth/VSHelper.h:multimedia/vapoursynth LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ liblsmash.so:multimedia/l-smash