12 stdenv.mkDerivation rec {
13 pname = "v4l2-relayd";
17 url = "https://git.launchpad.net/v4l2-relayd";
18 tag = "upstream/${version}";
19 hash = "sha256-oU6naDFZ0PQVHZ3brANfMULDqYMYxeJN+MCUCvN/DpU=";
23 ./upstream-v4l2loopback-compatibility.patch
36 gst_all_1.gst-plugins-base
39 preConfigure = "./autogen.sh --prefix=$out";
42 description = "Streaming relay for v4l2loopback using GStreamer";
43 mainProgram = "v4l2-relayd";
44 homepage = "https://git.launchpad.net/v4l2-relayd";
45 license = licenses.gpl2Only;
46 maintainers = with maintainers; [ betaboon ];
47 platforms = [ "x86_64-linux" ];