The Simple-scan package contains a modern document scanning application. It captures images using SANE, and supports the latest color management and graphics standards.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
Download (HTTP): https://download.gnome.org/sources/simple-scan/44/simple-scan-44.0.tar.xz
Download MD5 sum: c64648c3190d27885e9d8aed70f70005
Download size: 1.1 MB
Estimated disk space required: 25 MB
Estimated build time: 0.1 SBU
colord-1.4.6, itstool-2.0.7, libgusb-0.4.8, libhandy-1.8.2, libwebp-1.3.2, and SANE-1.2.1 (backends)
Install Simple-scan by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
This package does not come with a test suite.
Now, as the root
user:
ninja install && gtk-update-icon-cache -qtf /usr/share/icons/hicolor
--buildtype=release
:
本パッケージの安定版リリース向けに適したビルドタイプを指定します。
デフォルトにしていると、最適化されていないバイナリを生成する場合があるためです。
gtk-update-icon-cache [...]: This command updates the system-wide GTK+ icon cache since Simple-scan's build system does not update it to account for the icons that it installs.