The Snapshot package contains a program that takes pictures and videos from a Webcam.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://download.gnome.org/sources/snapshot/50/snapshot-50.0.tar.xz
Download MD5 sum: e3f37e058449601e2813e91b486c307f
Download size: 7.9 MB
Estimated disk space required: 1.0 GB (5.6 MB installed)
Estimated build time: 1.1 SBU (Using parallelism-4)
libadwaita-1.9.0, gst-plugins-bad-1.28.2, and rustc-1.94.0
libgstgtk4 (from gst-plugins-rs-1.28.2), pipewire-1.6.4, xdg-desktop-portal-gnome-50.0, and Xdg-user-dirs-0.20
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.