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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:38:27 UTC 2017


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

The following commit has been merged in the master branch:
commit 26e95799d0b5ebcd86f908c40a92598e54f6f9cc
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sun Jun 3 08:32:16 2007 +0000

    Completed tag desc for Copyright and Artist.
---
 src/tags.cpp | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/src/tags.cpp b/src/tags.cpp
index b69eed4..a0c8d81 100644
--- a/src/tags.cpp
+++ b/src/tags.cpp
@@ -347,7 +347,8 @@ namespace Exiv2 {
                 "image creator. The detailed format is not specified, but it is "
                 "recommended that the information be written as in the example "
                 "below for ease of Interoperability. When the field is "
-                "left blank, it is treated as unknown."),
+                "left blank, it is treated as unknown. Ex.) \"Camera owner, John "
+                "Smith; Photographer, Michael Brown; Image creator, Ken James\""),
                 ifd0Id, otherTags, asciiString, printValue),
         TagInfo(0x013e, "WhitePoint", N_("White Point"),
                 N_("The chromaticity of the white point of the image. Normally "
@@ -450,8 +451,16 @@ namespace Exiv2 {
                 "field; e.g., \"Copyright, John Smith, 19xx. All rights "
                 "reserved.\". In this standard the field records both the "
                 "photographer and editor copyrights, with each recorded in a "
-                "separate part of the statement. When the field "
-                "is left blank, it is treated as unknown."),
+                "separate part of the statement. When there is a clear distinction "
+                "between the photographer and editor copyrights, these are to be "
+                "written in the order of photographer followed by editor copyright, "
+                "separated by NULL (in this case since the statement also ends with "
+                "a NULL, there are two NULL codes). When only the photographer "
+                "copyright is given, it is terminated by one NULL code . When only "
+                "the editor copyright is given, the photographer copyright part "
+                "consists of one space followed by a terminating NULL code, then "
+                "the editor copyright is given. When the field is left blank, it is "
+                "treated as unknown."),
                 ifd0Id, otherTags, asciiString, print0x8298),
         TagInfo(0x8649, "ImageResources", N_("Image Resources Block"),
                 N_("Contains information embedded by the Adobe Photoshop application"),

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list