git: 4da2294f9cba - main - multimedia/libva-intel-driver: deprecate due to dead upstream
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Nov 2024 14:57:27 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=4da2294f9cbaa1363969d35fbc971b10430f790c commit 4da2294f9cbaa1363969d35fbc971b10430f790c Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-11-04 13:57:51 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-11-04 14:55:40 +0000 multimedia/libva-intel-driver: deprecate due to dead upstream https://github.com/intel/intel-vaapi-driver/commit/fd727a4e9cb8 Not blindly recommending multimedia/libva-intel-media-driver: - lacks support for pre-Broadwell (Gen < 8) GPUs - lacks VP9 decode on Skylake (Gen9) - lacks VP9 encode on Kabylake (Gen9.5) Deprecation is for existing users to exercise caution decoding videos from untrusted sources since the vendor no longer promises security fixes. --- multimedia/libva-intel-driver/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/multimedia/libva-intel-driver/Makefile b/multimedia/libva-intel-driver/Makefile index 81b8845b6a09..7a572c8714be 100644 --- a/multimedia/libva-intel-driver/Makefile +++ b/multimedia/libva-intel-driver/Makefile @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= only Intel GPUs on x86 are supported +DEPRECATED= Project discontinued BUILD_DEPENDS= libva>=2.4.0:multimedia/libva LIB_DEPENDS= libdrm_intel.so:graphics/libdrm \