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.4.tar.xz
Download MD5 sum: c2bd12b5773f35c3832dcd1169fac3dc
Download size: 2.7 MB
Estimated disk space required: 288 MB (add 236 MB for tests)
Estimated build time: 0.4 SBU (add 0.6 SBU for tests; both using parallelism=4)
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.