Exempi is an implementation of XMP (Adobe's Extensible Metadata Platform).
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://libopenraw.freedesktop.org/download/exempi-2.6.6.tar.xz
Download MD5 sum: f955e63dbd7b91c016f802c678e0e773
Download size: 2.7 MB
Estimated disk space required: 319 MB (add 245 MB for tests)
Estimated build time: 0.4 SBU (add 0.5 SBU for tests; both using parallelism=4)
If you intend to run the regression tests, first remove a test that depends on a 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.