gexiv2 is a GObject-based wrapper around the Exiv2 library.
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/gexiv2/0.14/gexiv2-0.14.3.tar.xz
Download MD5 sum: d4ca9614baa0bc30d142bcad65f09910
Download size: 384 KB
Estimated disk space required: 3.3 MB (with tests)
Estimated build time: 0.1 SBU (with parallelism=4 and tests)
GTK-Doc-1.34.0 (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.