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.
下载地址(HTTP):https://libopenraw.freedesktop.org/download/exempi-2.6.6.tar.xz
MD5 校验和:f955e63dbd7b91c016f802c678e0e773
大小:2.7 MB
预计所需磁盘空间:319 MB (add 245 MB for tests)
预计构建时间: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.