[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:36:33 UTC 2017


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

The following commit has been merged in the master branch:
commit aa60b900c1b8cf3c0184909519d81c539f478ef0
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Thu Aug 12 07:24:53 2004 +0000

    Added iptc, datasets, metadatum
---
 doc/exiv2.dot | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/doc/exiv2.dot b/doc/exiv2.dot
index f20bac5..bbe9a11 100644
--- a/doc/exiv2.dot
+++ b/doc/exiv2.dot
@@ -3,7 +3,7 @@
 # Brief   Dot file for a graph showing the component dependencies 
 #         of the Exiv2 library. Run the following command to get the image:
 #         $ dot -Tgif -oexiv2.gif exiv2.dot
-# Version $Name:  $ $Revision: 1.2 $
+# Version $Name:  $ $Revision: 1.3 $
 # Author  Andreas Huggel (ahu)
 #         <a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
 # Date    18-Feb-04, ahu: created
@@ -20,16 +20,26 @@ L5 [shape=plaintext] ;
 "L5" -> "L4" -> "L3" -> "L2" -> "L1" [style=invis] ;
 
 "exif"      [shape=box] ;
+"iptc"      [shape=box] ;
+"metadatum" [shape=box] ;
 "ifd"       [shape=box] ;
 "image"     [shape=box] ;
 "tags"      [shape=box] ;
+"datasets"  [shape=box] ;
 "value"     [shape=box] ;
 "types"     [shape=box] ;
 "error"     [shape=box] ;
 "makernote" [shape=box] ;
+
+"exif" -> "metadatum" ;
 "exif" -> "tags" ;
 "exif" -> "makernote" ;
 "exif" -> "image" ;
+"iptc" -> "metadatum" ;
+"iptc" -> "datasets" ;
+"iptc" -> "image" ;
+"metadatum" -> "value" ;
+"metadatum" -> "error" ;
 "makernote" -> "ifd" ;
 "makernote" -> "value" ;
 "ifd" -> "error" ;  
@@ -37,6 +47,8 @@ L5 [shape=plaintext] ;
 "image" -> "types" ;
 "tags" -> "error" ;
 "tags" -> "value" ;
+"datasets" -> "error" ;
+"datasets" -> "value" ;
 "value" -> "types" ;
 
 { rank=same; L1 error types }

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list