gexiv2 is a GObject-based wrapper around the Exiv2 library.
This package is known to build and work properly using an LFS 12.0 platform.
Download (HTTP): https://download.gnome.org/sources/gexiv2/0.14/gexiv2-0.14.2.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gexiv2/0.14/gexiv2-0.14.2.tar.xz
Download MD5 sum: 1e65556fad5d24a4c365696544d8c945
Download size: 384 KB
Estimated disk space required: 4.0 MB (with tests)
Estimated build time: 0.1 SBU (with parallelism=4 and tests)
GTK-Doc-1.33.2 (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 -Dtests=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.