XMP Toolkit
***********
Exiv2 uses the XMPCore component of the Adobe XMP Toolkit (XMP SDK) to
parse and serialize XMP packets. Temporarily, it is integrated and
distributed together with Exiv2. The xmpsdk/ directory of the Exiv2
distribution (this directory) contains the XMP SDK source code. The
final solution will rely on an external XMP Toolkit, once it is
available as a standalone package from Linux distros.
Building the XMP Toolkit is transparent. Following the installation
steps described in the top-level Exiv2 README file will ensure that
the XMP Toolkit is compiled if necessary. It is only needed if XMP
support is enabled. Building the XMP Toolkit results in a static
library xmpsdk/lib/libxmpsdk.a. This library is not installed on the
system and is not meant to be used as a standalone library. It is
only used to build Exiv2.
If you experience problems building this library, please email to the
Exiv2 support forum for help, see http://www.exiv2.org/support.html
and not to Adobe directly.
Source
======
XMP Toolkit 4.1.1 (xmp_v411_sdk.zip) from
http://www.adobe.com/devnet/xmp/sdk/eula.html
The following files were copied from the original XMP SDK
distribution:
public/include/* -> include
source/common/* -> src
source/XMPCore/* -> src
build/XMP_BuildInfo.h -> src
third-party/MD5/* -> src
License
=======
Copyright (c) 2007 Andreas Huggel <ahuggel@gmx.net>
Copyright (c) 1999 - 2007, Adobe Systems Incorporated
Copyright (c) 1991-2, RSA Data Security, Inc.
See the file COPYING in the same directory for license agreements.