mjpg-streamer: 2016-03-08 -> unstable-2019-05-24
This commit is contained in:
parent
9d3de1b0df
commit
f674ead30f
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mjpg-streamer-${version}";
|
name = "mjpg-streamer-${version}";
|
||||||
version = "2016-03-08";
|
version = "unstable-2019-05-24";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jacksonliam";
|
owner = "jacksonliam";
|
||||||
repo = "mjpg-streamer";
|
repo = "mjpg-streamer";
|
||||||
rev = "4060cb64e3557037fd404d10e1c1d076b672e9e8";
|
rev = "501f6362c5afddcfb41055f97ae484252c85c912";
|
||||||
sha256 = "0g7y832jsz4ylmq9qp2l4fq6bm8l6dhsbi60fr5jfqpx4l0pia8m";
|
sha256 = "1cl159svfs1zzzrd3zgn4x7qy6751bvlnxfwf5hn5fmg4iszajw7";
|
||||||
};
|
};
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
@ -23,9 +23,10 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://sourceforge.net/projects/mjpg-streamer/;
|
homepage = "https://github.com/jacksonliam/mjpg-streamer";
|
||||||
description = "MJPG-streamer takes JPGs from Linux-UVC compatible webcams, filesystem or other input plugins and streams them as M-JPEG via HTTP to webbrowsers, VLC and other software";
|
description = "MJPG-streamer takes JPGs from Linux-UVC compatible webcams, filesystem or other input plugins and streams them as M-JPEG via HTTP to webbrowsers, VLC and other software";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
maintainers = with maintainers; [ gebner ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user