22 stdenv.mkDerivation rec {
23 pname = "gstreamer-vaapi";
27 url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
28 sha256 = "sha256-bumesxar3emtNwApFb2MOGeRj2/cdLfPKsTBrg1pC0U=";
34 # "devdoc" # disabled until `hotdoc` is packaged in nixpkgs
44 # TODO add hotdoc here
69 "-Dexamples=disabled" # requires many dependencies and probably not useful for our users
70 "-Ddoc=disabled" # `hotdoc` not packaged in nixpkgs as of writing
75 scripts/extract-release-date-from-doap-file.py
79 description = "Set of VAAPI GStreamer Plug-ins";
80 homepage = "https://gstreamer.freedesktop.org";
81 license = licenses.lgpl21Plus;
82 maintainers = with maintainers; [ ];
83 platforms = platforms.linux;