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/48/snapshot-48.0.1.tar.xz
Download MD5 sum: eed102d3704794563f7c482c980c75a4
Download size: 12 MB
Estimated disk space required: 1.4 GB (5.6 MB installed)
Estimated build time: 4.5 SBU
libadwaita-1.7.0, gst-plugins-bad-1.26.0, and rustc-1.85.1
libgstgtk4 from gst-plugins-rs-1.26.0, pipewire-1.4.1, xdg-desktop-portal-gnome-48.0, and Xdg-user-dirs-0.18
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.