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-8.1 platform.
Download (HTTP): http://www.exiv2.org/exiv2-0.25.tar.gz
Download MD5 sum: 258d4831b30f75a01e0234065c6c2806
Download size: 5.2 MB
Estimated disk space required: 46 MB
Estimated build time: 1 SBU
Doxygen-1.8.13, Graphviz-2.40.1, Python-3.6.2, and libxslt-1.1.29
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/exiv2
Install Exiv2 by running the following commands:
./configure --prefix=/usr \ --enable-video \ --enable-webready \ --without-ssh \ --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install && chmod -v 755 /usr/lib/libexiv2.so
--enable-video
: This switch
enables managing video metadata.
--enable-webready
: This
switch enables managing web image metadata.
--without-ssh
: This switch
is necessary when webready is enabled and libssh is not installed. Libssh is
required for ssh.
--disable-static
: This
switch prevents installation of static versions of the libraries.
--without-curl
: This switch is
necessary when webready is enabled and cURL-7.55.1 is not
installed. Libcurl is required for http.
Last updated on 2017-08-26 21:18:25 -0700