git: b258368aa1e0 - main - multimedia/QtAV: Mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 12:04:02 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=b258368aa1e0a0992618f5f030629712f297be7f commit b258368aa1e0a0992618f5f030629712f297be7f Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-04-27 09:54:14 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-04-27 12:01:42 +0000 multimedia/QtAV: Mark BROKEN Fails to build with FFmpeg 6 and I can't figure out how to fix it PR: 270213 --- multimedia/QtAV/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/multimedia/QtAV/Makefile b/multimedia/QtAV/Makefile index 3473cc3bccef..5d12f94e20b5 100644 --- a/multimedia/QtAV/Makefile +++ b/multimedia/QtAV/Makefile @@ -15,6 +15,8 @@ WWW= https://github.com/wang-bin/QtAV LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/lgpl-2.1.txt +BROKEN= fails to build with FFmpeg 6 (PR 270213) + LIB_DEPENDS= libass.so:multimedia/libass \ libavcodec.so:multimedia/ffmpeg