GNU bug report logs -
#50652
[PATCH] gnu: Add mjpg-streamer.
Previous Next
Reported by: phodina <phodina <at> protonmail.com>
Date: Sat, 18 Sep 2021 08:58:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi,
phodina <phodina <at> protonmail.com> skribis:
> * gnu/packages/video.scm: (mjpg-streamer): New variable.
[...]
> +(define-public mjpg-streamer
> + (let ((commit "310b29f4a94c46652b20c4b7b6e5cf24e532af39")
> + (revision "1"))
Normally we only package releases. If there’s a good reason to pick a
commit instead, please add a comment right above it so we know why.
> + (package
> + (name "mjpg-streamer")
> + (version commit)
Please see
<https://guix.gnu.org/manual/en/html_node/Version-Numbers.html> on how
to construct version numbers for snapshots.
> + (home-page "https://github.com/jacksonliam/mjpg-streamer")
> + (license license:gpl2))))
Source headers such as
<https://github.com/jacksonliam/mjpg-streamer/blob/master/mjpg-streamer-experimental/plugins/input_control/dynctrl.c>
explicitly say “or any later version”, so it should be ‘license:gpl2+’.
Unfortunately
<https://github.com/jacksonliam/mjpg-streamer/tree/master/mjpg-streamer-experimental/www>
alone shows a .jar (binary file) and a bunch of “minified” (non-source)
JS files.
Our criterion is that it should be possible to build the package from
source, so we should remove at least all pre-built binary files and,
ideally, pre-built minified JS. I invite you to give it a try and
report back, whether or not it succeeds.
Thanks,
Ludo’.
This bug report was last modified 3 years and 291 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.