exiv2/xmpsdk
2007-10-01 17:59:06 +00:00
..
include Added configure options for XMP support and integrated XMP Toolkit. 2007-10-01 17:59:06 +00:00
src Added configure options for XMP support and integrated XMP Toolkit. 2007-10-01 17:59:06 +00:00
README Added configure options for XMP support and integrated XMP Toolkit. 2007-10-01 17:59:06 +00:00

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
=======

The BSD License

Copyright (c) 1999 - 2007, Adobe Systems Incorporated
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Redistributions of source code must retain the above copyright
  notice, this list of conditions and the following disclaimer.
 
* Redistributions in binary form must reproduce the above copyright
  notice, this list of conditions and the following disclaimer in the
  documentation and/or other materials provided with the distribution.
 
* Neither the name of Adobe Systems Incorporated, nor the names of its
  contributors may be used to endorse or promote products derived from
  this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.