Exempi is an implementation of XMP (Adobe's Extensible Metadata Platform).
Development versions of BLFS may not build or run some packages properly if dependencies have been updated since the most recent stable versions of the book.
Download (HTTP): https://libopenraw.freedesktop.org/download/exempi-2.6.1.tar.bz2
Download MD5 sum: 32cd0eb0803f9cfa69267b4a9ac4400a
Download size: 3.5 MB
Estimated disk space required: 314 MB (add 25 MB for tests)
Estimated build time: 0.5 SBU (using parallelism=4; add 0.3 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.