Exempi is an implementation of XMP (Adobe's Extensible Metadata Platform).
This package is known to build and work properly using an LFS 11.3 platform.
Download (HTTP): https://libopenraw.freedesktop.org/download/exempi-2.6.3.tar.xz
Download MD5 sum: 27a7d9566d2335785c03ce9e66096f2a
Download size: 2.7 MB
Estimated disk space required: 288 MB (add 241 MB for tests)
Estimated build time: 0.4 SBU (using parallelism=4; add 1.9 SBU for tests)
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/exempi
If you intend to run the regression tests, first remove a test that depends on an apparently proprietary Adobe SDK:
sed -i -r '/^\s?testadobesdk/d' exempi/Makefile.am && autoreconf -fiv
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.