Exempi is an implementation of XMP (Adobe's Extensible Metadata Platform).
This package is known to build and work properly using an LFS-7.10 platform.
Download (HTTP): http://libopenraw.freedesktop.org/download/exempi-2.3.0.tar.bz2
Download MD5 sum: 1cc8c7f005fd4ef631e9000b3d5433a8
Download size: 3.3 MB
Estimated disk space required: 168 MB (additional 13 MB for the tests)
Estimated build time: 0.7 SBU (additional 0.3 SBU for the tests)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/exempi
Install Exempi by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the results, issue: make check.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2016-08-29 23:02:26 -0700