16 stdenv.mkDerivation rec {
17 pname = "libva-utils";
20 src = fetchFromGitHub {
24 sha256 = "sha256-CmhdhNNRO2j8lH7awp9YiKWMvV17GTBsXdrNY06jT2w=";
43 description = "Collection of utilities and examples for VA-API";
45 libva-utils is a collection of utilities and examples to exercise VA-API
46 in accordance with the libva project.
48 homepage = "https://github.com/intel/libva-utils";
49 changelog = "https://raw.githubusercontent.com/intel/libva-utils/${version}/NEWS";
50 license = licenses.mit;
51 maintainers = with maintainers; [ SuperSandro2000 ];
52 platforms = platforms.unix;