git: e5b64cbf61a8 - main - multimedia/QtAV: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Jul 2023 15:20:22 UTC
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=e5b64cbf61a8a2a0ac7231b3ed543b3619e3d672 commit e5b64cbf61a8a2a0ac7231b3ed543b3619e3d672 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2023-07-17 15:08:54 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2023-07-17 15:20:14 +0000 multimedia/QtAV: Mark DEPRECATED QtAV is broken with FFmpeg 6.x and has been abandoned by the original author [1]. The last release was 6 years ago. No ports depend on this, so EXPIRATION_DATE has been set to one month from now. [1] https://github.com/wang-bin/QtAV/issues/1426#issuecomment-1538309106 --- multimedia/QtAV/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/multimedia/QtAV/Makefile b/multimedia/QtAV/Makefile index acfb7c10531d..9c93465639f6 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 +DEPRECATED= Abandoned project and broken with FFmpeg 6 +EXPIRATION_DATE= 2023-08-17 BROKEN= fails to build with FFmpeg 6 (PR 270213) LIB_DEPENDS= libass.so:multimedia/libass \