[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:40:39 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=73aa0f4
The following commit has been merged in the master branch:
commit 73aa0f4fdab05acd582f6fd48e475b9b2e5bf2ca
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Tue Jul 7 14:08:52 2009 +0000
#600: Upgrading XMP-Toolkit to version 4.4; original source files from XMP-Toolkit-SDK-4.4.2.zip. (DOESN'T COMPILE)
---
xmpsdk/include/TXMPIterator.hpp | 256 ++-
xmpsdk/include/TXMPMeta.hpp | 2494 ++++++++++++----------
xmpsdk/include/TXMPUtils.hpp | 1280 ++++++-----
xmpsdk/include/XMP.incl_cpp | 7 +-
xmpsdk/include/XMPSDK.hpp | 47 +-
xmpsdk/include/XMP_Const.h | 1603 +++++++++-----
xmpsdk/include/XMP_Environment.h | 89 +-
xmpsdk/include/XMP_Version.h | 10 +-
xmpsdk/include/client-glue/TXMPIterator.incl_cpp | 2 +-
xmpsdk/include/client-glue/TXMPMeta.incl_cpp | 22 +-
xmpsdk/include/client-glue/TXMPUtils.incl_cpp | 6 +-
xmpsdk/include/client-glue/WXMPFiles.hpp | 12 +
xmpsdk/include/client-glue/WXMPMeta.hpp | 16 +-
xmpsdk/include/client-glue/WXMPUtils.hpp | 2 +-
xmpsdk/include/client-glue/WXMP_Common.hpp | 17 +-
xmpsdk/src/ExpatAdapter.cpp | 114 +-
xmpsdk/src/ExpatAdapter.hpp | 26 +-
xmpsdk/src/ParseRDF.cpp | 72 +-
xmpsdk/src/WXMPMeta.cpp | 37 +-
xmpsdk/src/WXMPUtils.cpp | 2 +-
xmpsdk/src/XMLParserAdapter.hpp | 93 +-
xmpsdk/src/XML_Node.cpp | 459 ++++
xmpsdk/src/XMPCore_Impl.cpp | 54 +-
xmpsdk/src/XMPCore_Impl.hpp | 137 +-
xmpsdk/src/XMPIterator.cpp | 6 +-
xmpsdk/src/XMPMeta-GetSet.cpp | 7 +-
xmpsdk/src/XMPMeta-Parse.cpp | 59 +-
xmpsdk/src/XMPMeta-Serialize.cpp | 31 +-
xmpsdk/src/XMPMeta.cpp | 316 ++-
xmpsdk/src/XMPMeta.hpp | 14 +-
xmpsdk/src/XMPUtils-FileInfo.cpp | 171 +-
xmpsdk/src/XMPUtils.cpp | 71 +-
xmpsdk/src/XMPUtils.hpp | 1 +
xmpsdk/src/XMP_BuildInfo.h | 22 +-
34 files changed, 4623 insertions(+), 2932 deletions(-)
diff --git a/xmpsdk/include/TXMPIterator.hpp b/xmpsdk/include/TXMPIterator.hpp
index 2fbd950..c347cf0 100644
--- a/xmpsdk/include/TXMPIterator.hpp
+++ b/xmpsdk/include/TXMPIterator.hpp
@@ -2,7 +2,7 @@
#define __TXMPIterator_hpp__ 1
#if ( ! __XMP_hpp__ )
- #error "Do not directly include, use XMPSDK.hpp"
+ #error "Do not directly include, use XMP.hpp"
#endif
// =================================================================================================
@@ -14,183 +14,213 @@
// of the Adobe license agreement accompanying it.
// =================================================================================================
-// ================================================================================================
+// =================================================================================================
///
ile TXMPIterator.hpp
-/// rief Template class for the XMP Toolkit iteration services.
+/// rief API for access to the XMP Toolkit iteration services.
///
-/// This template class provides iteration services for the XMP Toolkit. It should be instantiated
-/// with a string class such as <tt>std::string</tt>. Please read the general usage notes for
-/// information on the overall architecture of the XMP API.
-// ================================================================================================
+///
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list