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