Exempi is an implementation of XMP (Adobe's Extensible Metadata Platform).
This package is known to build and work properly using an LFS-8.4 platform.
Download (HTTP): https://libopenraw.freedesktop.org/download/exempi-2.5.0.tar.bz2
Download MD5 sum: e0976661e4a09b6206228c8b8b447b53
Download size: 3.5 MB
Estimated disk space required: 288 MB (add 42 MB for tests)
Estimated build time: 0.5 SBU (using parallelism=4; add 0.4 SBU for tests)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/exempi
If you intend to run the regression tests, first remove a test that depends on an apparently proprietarty Adobe SDK:
sed -i -r '/^\s?testadobesdk/d' exempi/tests/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.
Last updated on 2019-02-16 19:14:14 -0800