package/sane-airscan: new package

Signed-off-by: Guillaume Chaye <guillaume.chaye@zeetim.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Guillaume Chaye
2025-03-25 09:11:36 -04:00
committed by Thomas Petazzoni
parent e42da630d0
commit f78280bf26
5 changed files with 40 additions and 0 deletions

View File

@@ -1361,6 +1361,9 @@ F: package/python-rpi-ws281x/
F: package/python-wtforms/
F: package/rpi-rgb-led-matrix/
N: Guillaume Chaye
F: package/sane-airscan/
N: Guillaume William Brs <guillaume.bressaix@gmail.com>
F: package/libnids/
F: package/libxcrypt/

View File

@@ -615,6 +615,7 @@ endmenu
source "package/rtl8821au/Config.in"
source "package/rtl8821cu/Config.in"
source "package/rtl8822cs/Config.in"
source "package/sane-airscan/Config.in"
source "package/sane-backends/Config.in"
source "package/sdparm/Config.in"
source "package/sedutil/Config.in"

View File

@@ -0,0 +1,20 @@
config BR2_PACKAGE_SANE_AIRSCAN
bool "sane-airscan"
select BR2_PACKAGE_AVAHI
select BR2_PACKAGE_AVAHI_DAEMON # needed to get avahi-client
select BR2_PACKAGE_DBUS # needed by avahi to get avahi-client
select BR2_PACKAGE_GNUTLS
select BR2_PACKAGE_JPEG
select BR2_PACKAGE_LIBPNG
select BR2_PACKAGE_LIBXML2
select BR2_PACKAGE_SANE_BACKENDS
select BR2_PACKAGE_TIFF
help
SANE backend for AirScan (eSCL) and WSD document scanners
Similar to how most modern network printers support
"driverless" printing, using the universal vendor-neutral
printing protocol, many modern network scanners and MFPs
support "driverless" scanning.
https://github.com/alexpevzner/sane-airscan

View File

@@ -0,0 +1,3 @@
# Locally computed
sha256 647f41f84f9bce743c796ca84c1fda67e519968fab407490c28fd0cc6d7ac485 sane-airscan-0.99.33.tar.gz
sha256 a2631c1b81992bd6f66db6be8b009ed7e3e998d1e2db4de497fa82d65011d373 LICENSE

View File

@@ -0,0 +1,13 @@
################################################################################
#
# sane-airscan
#
################################################################################
SANE_AIRSCAN_VERSION = 0.99.33
SANE_AIRSCAN_SITE = $(call github,alexpevzner,sane-airscan,$(SANE_AIRSCAN_VERSION))
SANE_AIRSCAN_DEPENDENCIES = avahi gnutls jpeg libpng libxml2 sane-backends tiff
SANE_AIRSCAN_LICENSE = GPL-2.0+-with-exception
SANE_AIRSCAN_LICENSE_FILES = LICENSE
$(eval $(meson-package))