[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:24 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=953f387

The following commit has been merged in the master branch:
commit 953f387e5c116d046505241546dbe801b6784d03
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Tue Mar 17 11:16:55 2009 +0000

    Added digiKam and MicroSoftPhoto XMP properties to doc
---
 doc/templates/Makefile                        |  4 +++-
 doc/templates/__index2__                      |  2 ++
 doc/templates/tags-xmp-MicrosoftPhoto.html.in | 26 ++++++++++++++++++++++++++
 doc/templates/tags-xmp-digiKam.html.in        | 26 ++++++++++++++++++++++++++
 src/doxygen.hpp.in                            |  2 ++
 5 files changed, 59 insertions(+), 1 deletion(-)

diff --git a/doc/templates/Makefile b/doc/templates/Makefile
index 9b4a1c7..5a91735 100644
--- a/doc/templates/Makefile
+++ b/doc/templates/Makefile
@@ -70,7 +70,9 @@ SCHEMA = xmp_dc \
          xmp_tiff \
          xmp_exif \
          xmp_aux \
-         xmp_iptc
+         xmp_iptc \
+         xmp_MicrosoftPhoto \
+         xmp_digiKam
 
 TAGLIST = ../../src/taglist
 
diff --git a/doc/templates/__index2__ b/doc/templates/__index2__
index 5e4a450..efc6b06 100644
--- a/doc/templates/__index2__
+++ b/doc/templates/__index2__
@@ -35,6 +35,8 @@
     <li><a href="tags-xmp-exif.html"><span>exif</span></a></li>
     <li><a href="tags-xmp-aux.html"><span>aux</span></a></li>
     <li><a href="tags-xmp-iptc.html"><span>Iptc4xmpCore</span></a></li>
+    <li><a href="tags-xmp-digiKam.html"><span>digiKam</span></a></li>
+    <li><a href="tags-xmp-MicrosoftPhoto.html"><span>MicrosoftPhoto</span></a></li>
   </ul>
 </div>
 
diff --git a/doc/templates/tags-xmp-MicrosoftPhoto.html.in b/doc/templates/tags-xmp-MicrosoftPhoto.html.in
new file mode 100644
index 0000000..fa7a496
--- /dev/null
+++ b/doc/templates/tags-xmp-MicrosoftPhoto.html.in
@@ -0,0 +1,26 @@
+__doctype__
+<html>
+__header2__
+<body>
+
+<div id="content">
+__index1__
+__index2__
+
+<h2>Microsoft Photo Schema</h2>
+<p>This schema specifies XMP properties used by Microsoft.
+ <ul>
+  <li>Exiv2 keys are <b><code>Xmp.MicrosoftPhoto.<Property></code></b>
+  <li>The schema namespace URI is <b><code>http://ns.microsoft.com/Photo/1.0/</code></b></li>
+  <li>The preferred schema namespace prefix is <b><code>MicrosoftPhoto</code></b></li>
+ </ul>
+</p>
+<p>Click on a column header to sort the table.</p>
+
+__xmp_MicrosoftPhoto__
+
+</div>
+<!-- closes content -->
+
+</body>
+</html>
diff --git a/doc/templates/tags-xmp-digiKam.html.in b/doc/templates/tags-xmp-digiKam.html.in
new file mode 100644
index 0000000..ff01ff9
--- /dev/null
+++ b/doc/templates/tags-xmp-digiKam.html.in
@@ -0,0 +1,26 @@
+__doctype__
+<html>
+__header2__
+<body>
+
+<div id="content">
+__index1__
+__index2__
+
+<h2>digiKam Photo Management Schema</h2>
+<p>This schema specifies XMP properties used by digiKam.
+ <ul>
+  <li>Exiv2 keys are <b><code>Xmp.digiKam.<Property></code></b>
+  <li>The schema namespace URI is <b><code>http://www.digikam.org/ns/1.0/</code></b></li>
+  <li>The preferred schema namespace prefix is <b><code>digiKam</code></b></li>
+ </ul>
+</p>
+<p>Click on a column header to sort the table.</p>
+
+__xmp_digiKam__
+
+</div>
+<!-- closes content -->
+
+</body>
+</html>
diff --git a/src/doxygen.hpp.in b/src/doxygen.hpp.in
index 819e3c2..38e090a 100644
--- a/src/doxygen.hpp.in
+++ b/src/doxygen.hpp.in
@@ -70,6 +70,8 @@
   - <a href="tags-xmp-exif.html">exif schema</a>
   - <a href="tags-xmp-aux.html">aux schema</a>
   - <a href="tags-xmp-iptc.html">Iptc4xmpCore schema</a>
+  - <a href="tags-xmp-digiKam.html">digiKam schema</a>
+  - <a href="tags-xmp-MicrosoftPhoto.html">MicrosoftPhoto schema</a>
 
   @section formats File Formats
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list