There is an updated pull request by zlice against master on the void-packages repository https://github.com/zlice/void-packages intel_packages https://github.com/void-linux/void-packages/pull/41132 Intel packages #### Testing the changes - I tested the changes in this PR: **briefly** #### New package - This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** #### Local build testing - I built this PR locally for my native architecture, **x86_64** #### Comments Packages for Intel DG2/Alchemist/Arc support. Still pending ffmpeg5 largely https://github.com/void-linux/void-packages/pull/36315. Able to use ffmpeg ~~5.1.2~~ ~~git~~ 4.4 with a A770 encode and these libraries. (ffmpeg doesn't install, LD_LIBRARY_PATH and untaring the xbps's to do this) OneVPL is the successor to IntelMediaSDK (libmfx), but only one of these can be enabled in ffmpeg. Furthermore only latest ffmpeg has OneVPL support. - igt-gpu-tools - intel-media-drivers (needed for vaapi on dg2) - intel-gmmlib (needed for new intel-media-drivers to compile) - onevpl (replaces intel-media-sdk - but only available in ffmpeg git) - onevpl-intel-gpu - intel-media-sdk - libmfx (part of intel-media-sdk) - ffmpeg with mfx for Intel vaapi support #### Concerns/Questions - mlt/7 - just prep work for ffmpeg5 - onevpl naming ? `intel-onevpl` ? `lib` ? - libmfx naming ? `intel-libmfx` ? - mesa 22.3.1 pretty much required for new Intel GPUs https://github.com/void-linux/void-packages/pull/41084 A patch file from https://github.com/void-linux/void-packages/pull/41132.patch is attached