Exiv2 is a C++ library and a command line utility for managing image and video metadata.
This package is known to build and work properly using an LFS 12.0 platform.
Download (HTTP): https://github.com/Exiv2/exiv2/releases/download/v0.28.0/exiv2-0.28.0-Source.tar.gz
Download MD5 sum: 7b53f59708efc7f9840e34503eacb41f
Download size: 42 MB
Estimated disk space required: 119 MB
Estimated build time: 0.3 SBU (Using parallelism=4)
Brotli-1.0.9, cURL-8.2.1, and inih-57
Install Exiv2 by running the following commands:
mkdir build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DEXIV2_ENABLE_VIDEO=yes \
-DEXIV2_ENABLE_WEBREADY=yes \
-DEXIV2_ENABLE_CURL=yes \
-DEXIV2_BUILD_SAMPLES=no \
-G "Unix Makefiles" .. &&
make
This package does not come with a test suite.
Now, as the root user:
make install
-DEXIV2_ENABLE_VIDEO=yes:
This switch enables managing video metadata.
-DEXIV2_ENABLE_WEBREADY=yes: This
switch enables managing web image metadata.
-DEXIV2_BUILD_SAMPLES=no:
This switch is necessary to suppress building and installing sample
programs. If the sample programs are built, 34 additional programs
are installed in /usr/bin.
-DEXIV2_ENABLE_CURL=yes:
This switch is necessary to enable network/http capabilities.
-DEXIV2_ENABLE_INIH=no: Use this switch
if you have not installed inih-57.
-DEXIV2_ENABLE_BROTLI=no: Use this
switch if you have not installed Brotli-1.0.9.