12 # Checks meson.is_cross_build(), so even canExecute isn't enough.
13 , enableDocumentation ? stdenv.hostPlatform == stdenv.buildPlatform, hotdoc
16 stdenv.mkDerivation rec {
21 url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
22 hash = "sha256-w+QXm6GDwtMQHt+H/3DdB+cox2al/uNObs3tdspYAt8=";
25 outputs = [ "out" "dev" ];
33 ] ++ lib.optionals enableDocumentation [
44 (lib.mesonEnable "doc" enableDocumentation)
49 scripts/extract-release-date-from-doap-file.py
53 description = "FFmpeg plugin for GStreamer";
54 homepage = "https://gstreamer.freedesktop.org";
55 license = licenses.lgpl2Plus;
56 platforms = platforms.unix;