c553b74807
Test / Create distribution (push) Successful in 1m12s
Test / Sandbox (push) Successful in 3m11s
Test / ShareFS (push) Successful in 4m36s
Test / Hakurei (push) Successful in 4m41s
Test / Sandbox (race detector) (push) Successful in 6m19s
Test / Hakurei (race detector) (push) Successful in 7m39s
Test / Flake checks (push) Successful in 1m16s
Signed-off-by: Ophestra <cat@gensokyo.uk>
36 lines
573 B
Go
36 lines
573 B
Go
package libva {
|
|
description = "an implementation for VA-API (Video Acceleration API)";
|
|
website = "https://01.org/vaapi";
|
|
anitya = 1752;
|
|
|
|
version# = "2.24.0";
|
|
source = remoteGitHub {
|
|
suffix = "intel/libva";
|
|
tag = version;
|
|
checksum = "Jb5bdeHXLPPTWFlmauKDZlfAjFiXiILs17Pp7F8kAiyctFiDItpzYY0prIlnW7mu";
|
|
};
|
|
|
|
exec = meson {
|
|
setup = {
|
|
"Dwith_x11": "yes";
|
|
"Dwith_glx": "yes";
|
|
"Dwith_wayland": "yes";
|
|
};
|
|
};
|
|
|
|
inputs = [
|
|
libdrm,
|
|
libXfixes,
|
|
libglvnd,
|
|
wayland,
|
|
kernel-headers,
|
|
];
|
|
|
|
runtime = [
|
|
libdrm,
|
|
libXfixes,
|
|
libglvnd,
|
|
wayland,
|
|
];
|
|
}
|