initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
config BR2_PACKAGE_FSWEBCAM
|
||||
bool "fswebcam"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_GD
|
||||
select BR2_PACKAGE_FREETYPE
|
||||
select BR2_PACKAGE_JPEG
|
||||
select BR2_PACKAGE_LIBPNG
|
||||
help
|
||||
fswebcam is a neat and simple webcam app. It 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.
|
||||
|
||||
https://www.sanslogic.co.uk/fswebcam/
|
||||
|
||||
comment "fswebcam needs a toolchain w/ dynamic library"
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_STATIC_LIBS
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 5702771cee6e3fa0f2bbbb72ecf3e5a253ff458c1f648f7e7c0d477e39f0ec80 fswebcam-e9f8094b6a3d1a49f99b2abec4e6ab4df33e2e33.tar.gz
|
||||
sha256 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994 LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# fswebcam
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FSWEBCAM_VERSION = e9f8094b6a3d1a49f99b2abec4e6ab4df33e2e33
|
||||
FSWEBCAM_SITE = $(call github,fsphil,fswebcam,$(FSWEBCAM_VERSION))
|
||||
FSWEBCAM_LICENSE = GPL-2.0
|
||||
FSWEBCAM_LICENSE_FILES = LICENSE
|
||||
|
||||
FSWEBCAM_DEPENDENCIES += freetype jpeg libpng gd
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user