diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2023-07-17 11:08:54 -0400 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2023-07-17 11:20:14 -0400 |
commit | e5b64cbf61a8a2a0ac7231b3ed543b3619e3d672 (patch) | |
tree | da7bb04846534bf1f3bef7b47604c8e71a3a1f60 | |
parent | graphics/digikam: Update to 8.1.0 (diff) |
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
-rw-r--r-- | multimedia/QtAV/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |