Add Apple Silicon video-decoder firmware and VA-API packages - #451
Open
scottjones wants to merge 1 commit into
Open
scottjones wants to merge 1 commit into
scottjones wants to merge 1 commit into
Conversation
scottjones
marked this pull request as ready for review
September 15, 2026 02:37
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the two packages used by Omarchy Mac for Apple Video Decoder support:
avd-fw0.1 builds AsahiLinux's MIT-licensed replacement firmware with Clang/LLVM. The raw firmware is architecture-independent; no Apple firmware extraction is involved.libva-v4l2_request-avd1.3 builds the sofus13 fork with AVD fixes for aarch64. It provides/conflicts withlibva-v4l2_requestand installsasahi_drv_video.soas an alias of the VA-API driver so libva can discover it on Apple Silicon.Both packages track upstream git tags. The VA-API package declares
rebuild_on: ["libva"]because its exported driver entry point follows libva's ABI.Validation
OMARCHY_SKIP_BUILDER_IMAGE=1 bin/build --arch aarch64 --package avd-fw libva-v4l2_request-avd/usr/lib/firmware/apple, includingavd-fw-v2-t0.bin, all mode 0644.Ported from omarchy-mac/omarchy-pkgs-aarch64. Physical decode/playback has not been requalified in this contribution pass. A compatible kernel with Apple Video Decoder support is still required; these packages do not supply that kernel. The driver deliberately tracks the named fork rather than claiming its changes are in the original libva-v4l2_request project.