diff options
| -rw-r--r-- | meta-multimedia/recipes-multimedia/fswebcam/fswebcam_20200725.bb | 21 |
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 @@ | |||
| 1 | SUMMARY = "Webcam image grabber and manipulation application" | ||
| 2 | DESCRIPTION = "\ | ||
| 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 | " | ||
| 9 | HOMEPAGE = "http://www.sanslogic.co.uk/fswebcam/" | ||
| 10 | BUGTRACKER = "https://codeberg.org/fsphil/fswebcam/issues" | ||
| 11 | SECTION = "graphics" | ||
| 12 | |||
| 13 | LICENSE = "GPL-2.0-only" | ||
| 14 | LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833" | ||
| 15 | |||
| 16 | DEPENDS = "gd" | ||
| 17 | |||
| 18 | SRC_URI = "git://github.com/fsphil/fswebcam.git;protocol=https;branch=master;tag=${PV}" | ||
| 19 | SRCREV = "db35d4bbd336885a44f017ff142bc9523dbdce3c" | ||
| 20 | |||
| 21 | inherit autotools-brokensep | ||
