gexiv2 is a GObject-based wrapper around the Exiv2 library.
This package is known to build and work properly using an LFS 13.1 platform.
Download (HTTP): https://download.gnome.org/sources/gexiv2/0.16/gexiv2-0.16.2.tar.xz
Download MD5 sum: ed530cddf2f30e1903e983e5542262f9
Download size: 428 KB
Estimated disk space required: 6.7 MB (with tests)
Estimated build time: less than 0.1 SBU (with tests; both with parallelism=4)
GTK-Doc-1.36.1 (for documentation)
Install gexiv2 by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
To test the results, run:
meson configure -D tests=true && ninja test
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.