The Snapshot package contains a program that takes pictures and videos from a Webcam.
This package is known to build and work properly using an LFS 12.2 platform.
Download (HTTP): https://download.gnome.org/sources/snapshot/46/snapshot-46.3.tar.xz
Download MD5 sum: 25f97e88005b933c382e5a0c2193599c
Download size: 22 MB
Estimated disk space required: 1.1 GB (2.9 MB installed)
Estimated build time: 4.5 SBU
libadwaita-1.5.3, gst-plugins-bad-1.24.7, and rustc-1.80.1
This package takes a long time to build because LTO is enabled, and the LTO pass is not parallelized.
Install Snapshot by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
--buildtype=release
:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.