Exempi is an implementation of XMP (Adobe's Extensible Metadata Platform).
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): http://libopenraw.freedesktop.org/download/exempi-2.2.1.tar.bz2
Download MD5 sum: 0f8e5832299224684a65847eedf8d1e4
Download size: 3.2 MB
Estimated disk space required: 216 MB
Estimated build time: 1.0 SBU
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. If Valgrind is installed, mosts tests will indicate a failure, but that is a test problem and not a package problem.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2014-02-22 07:06:53 -0800