diff options
author | Volkov Viacheslav <sv99@inbox.ru> | 2015-12-09 18:24:26 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-18 22:38:20 +0100 |
commit | eda3c0570831efa9fed83a92aa751eae91777fcb (patch) | |
tree | 35a41b94cf6a778e6a18ee6ea8106e866180b513 /package/v4l2grab/v4l2grab.mk | |
parent | 1e0bacf5533efa9d4e468b88807118aca29143fb (diff) |
v4l2grab: new package
[Thomas:
- remove dependency on musl, since libv4l can now be built without
musl
- add missing Config.in comment for the toolchain dependencies
- add hash file.
- rework commit log.
- expand Config.in help text.
- depend on jpeg and not libjpeg, as noticed by Arnout.
- fix LICENCE_FILE -> LICENSE_FILES typo.]
Signed-off-by: Viacheslav Volkov <sv99@inbox.ru>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/v4l2grab/v4l2grab.mk')
-rw-r--r-- | package/v4l2grab/v4l2grab.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/v4l2grab/v4l2grab.mk b/package/v4l2grab/v4l2grab.mk new file mode 100644 index 000000000..500f0df41 --- /dev/null +++ b/package/v4l2grab/v4l2grab.mk @@ -0,0 +1,15 @@ +################################################################################ +# +# v4l2grab +# +################################################################################ + +V4L2GRAB_VERSION = 0abed72532bee02e545a1924b6883c839d50febf +V4L2GRAB_SITE = $(call github,twam,v4l2grab,$(V4L2GRAB_VERSION)) +V4L2GRAB_LICENSE = GPLv2+ +V4L2GRAB_LICENSE_FILES = LICENSE.md +# Fetched from github, no pre-generated configure script provided +V4L2GRAB_AUTORECONF = YES +V4L2GRAB_DEPENDENCIES = jpeg libv4l + +$(eval $(autotools-package)) |