Exempi is an implementation of XMP (Adobe's Extensible Metadata Platform).
This package is known to build and work properly using an LFS-8.3 platform.
Download (HTTP): https://libopenraw.freedesktop.org/download/exempi-2.4.5.tar.bz2
Download MD5 sum: bb7a06ef8bbf79a59e32562b198daefd
Download size: 3.5 MB
Estimated disk space required: 233 MB (add 21 MB for tests)
Estimated build time: 0.4 SBU (using parallelism=4; add 0.2 SBU for tests)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/exempi
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 2018-08-25 14:33:31 -0700