summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-multimedia/recipes-multimedia/fswebcam/fswebcam_20200725.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/fswebcam/fswebcam_20200725.bb b/meta-multimedia/recipes-multimedia/fswebcam/fswebcam_20200725.bb
new file mode 100644
index 0000000000..bdda35df40
--- /dev/null
+++ b/meta-multimedia/recipes-multimedia/fswebcam/fswebcam_20200725.bb
@@ -0,0 +1,21 @@
1SUMMARY = "Webcam image grabber and manipulation application"
2DESCRIPTION = "\
3 fswebcam captures images from a V4L1/V4L2 compatible device or file, \
4 averages them to reduce noise and draws a caption using the GD Graphics \
5 Library which also handles compressing the image to PNG or JPEG. The \
6 resulting image is saved to a file or sent to stdio where it can be piped \
7 to something like ncftpput or scp. \
8"
9HOMEPAGE = "http://www.sanslogic.co.uk/fswebcam/"
10BUGTRACKER = "https://codeberg.org/fsphil/fswebcam/issues"
11SECTION = "graphics"
12
13LICENSE = "GPL-2.0-only"
14LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833"
15
16DEPENDS = "gd"
17
18SRC_URI = "git://github.com/fsphil/fswebcam.git;protocol=https;branch=master;tag=${PV}"
19SRCREV = "db35d4bbd336885a44f017ff142bc9523dbdce3c"
20
21inherit autotools-brokensep