IABSD.fr/ports/graphics/intel-vaapi-driver

Branch :


Log

Author Commit Date CI Message
223dd2dc 2025-01-28 11:22:02 set COMPILER_LANGS=c for various C-only ports add annotations near COMPILER for some other ports that don't have COMPILER_LIBCXX in WANTLIB not changing the actual compiler version of anything here (some could possibly remove the COMPILER line completely where they only used COMPILER due to an old WANTLIB entry which has since stopped using C++, but changing that is too likely to break things)
fc801827 2024-07-29 13:49:17 remove trailing blank line in DESCR and rewrap
547e04c8 2024-07-25 01:32:43 install vaapi .so files into ${LOCALBASE}/lib/dri stop using @sample to copy into ${X11BASE}, libva now checks both paths ok sthen@ kn@ matthieu@ rsadowski@
fa6f1fd4 2024-07-20 07:19:05 Link Intel VA-API ecosystem and add i386 arch OK landry@
cac44e98 2024-07-17 16:57:51 BUILD_UNLINKED -> UNLINKED discussed with matthieu
87cc076a 2024-07-15 21:01:16 set ONLY_FOR_ARCHS consistently, fix intel-gmmlib
7f5caab3 2024-07-15 19:20:09 Import intel-vaapi-driver-2.4.1 Import with BUILD_UNLINKED=libva Comment: VAAPI legacy driver for Intel GMA 4500 to UHD 630 Description: VA-API (Video Acceleration API) user mode driver for Intel GEN Graphics family VA-API is an open-source library and API specification, which provides access to graphics hardware acceleration capabilities for video processing. It consists of a main library and driver-specific acceleration backends for each supported hardware vendor. The current video driver backend provides a bridge to the GEN GPUs through the packaging of buffers and commands to be sent to the i915 driver for exercising both hardware and shader functionality for video decode, encode, and processing. Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org> WWW: https://github.com/intel/intel-vaapi-driver Tweaks and OK kn@