1 { lib, stdenv, fetchFromGitHub, meson, ninja, pkg-config
2 , libdrm, libva, libX11, libXext, libXfixes, wayland
5 stdenv.mkDerivation rec {
9 src = fetchFromGitHub {
13 sha256 = "sha256-oW4vIGgSs5lzmuloCFJPXTmsfH9Djz2KTlsjrOkaT5I=";
16 nativeBuildInputs = [ meson ninja pkg-config ];
18 buildInputs = [ libdrm libva libX11 libXext libXfixes wayland ];
21 description = "A collection of utilities and examples for VA-API";
23 libva-utils is a collection of utilities and examples to exercise VA-API
24 in accordance with the libva project.
26 homepage = "https://github.com/intel/libva-utils";
27 changelog = "https://raw.githubusercontent.com/intel/libva-utils/${version}/NEWS";
28 license = licenses.mit;
29 maintainers = with maintainers; [ SuperSandro2000 ];
30 platforms = platforms.unix;