1
0
forked from rosa/hakurei
Files
hakurei/internal/rosa/package/libva.az
T
cat 4cf235675a internal/rosa/meson: always prepend D
All flags in practice use this convention. An escape hatch is available by leaving the value empty.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-07-14 22:17:51 +09:00

36 lines
570 B
Go

package libva {
description = "an implementation for VA-API (Video Acceleration API)";
website = "https://01.org/vaapi";
anitya = 1752;
version# = "2.24.1";
source = remoteGitHub {
suffix = "intel/libva";
tag = version;
checksum = "4IdXxvDFLvl_7lXbJne4_TQA4PZhG89MZXLyvQEkGSb4LcX7CGLrMOjRNZOWb9d6";
};
exec = meson {
setup = {
"with_x11": "yes";
"with_glx": "yes";
"with_wayland": "yes";
};
};
inputs = [
libdrm,
libXfixes,
libglvnd,
wayland,
kernel-headers,
];
runtime = [
libdrm,
libXfixes,
libglvnd,
wayland,
];
}