aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/libva.az
blob: 5cb3a9b4edaedbbf4deca5d9f0dbbb2e17dc0218 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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,
	];
}