gexiv2 is a GObject-based wrapper around the Exiv2 library.
This package is known to build and work properly using an LFS-11.0 platform.
Download (HTTP): https://download.gnome.org/sources/gexiv2/0.12/gexiv2-0.12.3.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gexiv2/0.12/gexiv2-0.12.3.tar.xz
Download MD5 sum: 9667fc1b35e79834191262f4aec17b72
Download size: 372 KB
Estimated disk space required: 3.7 MB
Estimated build time: 0.1 SBU
GTK-Doc-1.33.2 (for documentation) and Python-2.7.18 (for the Python2 module)
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/gexiv2
Install gexiv2 by running the following commands:
mkdir build && cd build && meson --prefix=/usr --buildtype=release .. && ninja
To test the results, run 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.
Last updated on