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


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

The following commit has been merged in the master branch:
commit a06f2f00f9a1ca974753b7c99b2e2f4d8db236b1
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Sun Mar 11 10:48:32 2007 +0000

    new tag used to record the software name and version used to perform picture post-processing (originaly used by ACDsee).
    This tag is already supported by ExifTool. Note : I will use this tag with digiKam and kipi-plugins.
---
 src/tags.cpp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/tags.cpp b/src/tags.cpp
index 7b9762f..91aac38 100644
--- a/src/tags.cpp
+++ b/src/tags.cpp
@@ -225,6 +225,10 @@ namespace Exiv2 {
 
     //! Base IFD Tags (IFD0 and IFD1)
     static const TagInfo ifdTagInfo[] = {
+        TagInfo(0x000b, "ProcessingSoftware", N_("Processing Software"),
+                N_("This tag records the name and version of the software witch have "
+		   "post-processed picture."),                                       // ACD Systems Digital Imaging tag
+                ifd0Id, otherTags, asciiString, printValue),
         TagInfo(0x00fe, "NewSubfileType", N_("New Subfile Type"),
                 N_("A general indication of the kind of data contained in this subfile."),
                 ifd0Id, imgStruct, unsignedLong, EXV_PRINT_TAG(exifNewSubfileType)), // TIFF tag

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list