On Sun, Mar 15, 2026 at 1:00 AM Jörg Sommer via lists.openembedded.org
<[email protected]> wrote:
>
> From: Jörg Sommer <[email protected]>
>
> Taken from
> https://github.com/linux4sam/meta-atmel/blob/master/recipes-multimedia/fswebcam/fswebcam_git.bb
> and amended.
>
> Signed-off-by: Jörg Sommer <[email protected]>
> ---
> .../fswebcam/fswebcam_20200725.bb | 21 +++++++++++++++++++
> 1 file changed, 21 insertions(+)
> create mode 100644
> meta-multimedia/recipes-multimedia/fswebcam/fswebcam_20200725.bb
>
> 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..129735fdac
> --- /dev/null
> +++ b/meta-multimedia/recipes-multimedia/fswebcam/fswebcam_20200725.bb
> @@ -0,0 +1,21 @@
> +SUMMARY = "Webcam image grabber and manipulation application"
> +DESCRIPTION = "\
> + fswebcam captures images from a V4L1/V4L2 compatible device or file, \
> + averages them to reduce noise and draws a caption using the GD Graphics \
> + Library which also handles compressing the image to PNG or JPEG. The \
> + resulting image is saved to a file or sent to stdio where it can be
> piped \
> + to something like ncftpput or scp. \
> +"
> +HOMEPAGE = "http://www.sanslogic.co.uk/fswebcam/"
> +BUGTRACKER = "https://codeberg.org/fsphil/fswebcam/issues"
> +SECTION = "graphics"
> +
> +LICENSE = "GPL-2.0-only"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833"
> +
> +DEPENDS = "gd"
> +
> +SRC_URI = "git://github.com/fsphil/fswebcam.git;protocol=https;branch=master"
can please also include tag=${PV} in the SRC_URI
> +SRCREV = "db35d4bbd336885a44f017ff142bc9523dbdce3c"
> +
> +inherit autotools-brokensep
> --
> 2.53.0
>
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#125215):
https://lists.openembedded.org/g/openembedded-devel/message/125215
Mute This Topic: https://lists.openembedded.org/mt/118312259/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-