internal/rosa/package: migrate mesa dependencies

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-20 03:51:48 +09:00
parent ef414ab01a
commit d728607505
7 changed files with 151 additions and 178 deletions

View File

@@ -0,0 +1,35 @@
package libva {
description = "an implementation for VA-API (Video Acceleration API)";
website = "https://01.org/vaapi";
anitya = 1752;
version* = "2.23.0";
source = remoteGitHub {
suffix = "intel/libva";
tag = version;
checksum = "UmF5tPyWIG_w5kiR3KFpoYbF7UUcaak5tyc-RhOheNTwQlLkPlifreFYCM9FQxbq";
};
exec = meson {
setup = {
"Dwith_x11": "yes";
"Dwith_glx": "yes";
"Dwith_wayland": "yes";
};
};
inputs = [
libdrm,
libXfixes,
libglvnd,
wayland,
kernel-headers,
];
runtime = [
libdrm,
libXfixes,
libglvnd,
wayland,
];
}