internal/rosa/package: azalea proposal

This commit is contained in:
mae
2026-05-23 20:50:35 -05:00
parent 689f972976
commit 0307f781a2
75 changed files with 2854 additions and 2879 deletions

View File

@@ -1,35 +1,37 @@
package libva {
description = "an implementation for VA-API (Video Acceleration API)";
website = "https://01.org/vaapi";
anitya = 1752;
//az:schema mbf
version* = "2.23.0";
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";
};
suffix = "intel/libva"
tag = version
checksum = "UmF5tPyWIG_w5kiR3KFpoYbF7UUcaak5tyc-RhOheNTwQlLkPlifreFYCM9FQxbq"
}
exec = meson {
setup = {
"Dwith_x11": "yes";
"Dwith_glx": "yes";
"Dwith_wayland": "yes";
};
};
setup = yn [
"Dwith_x11": true
"Dwith_glx": true
"Dwith_wayland": true
]
}
inputs = [
libdrm,
libXfixes,
libglvnd,
wayland,
kernel-headers,
];
libdrm
libXfixes
libglvnd
wayland
kernel-headers
]
runtime = [
libdrm,
libXfixes,
libglvnd,
wayland,
];
libdrm
libXfixes
libglvnd
wayland
]
}