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


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

The following commit has been merged in the master branch:
commit 7f4fa73d8fccce625d7409c7b4124581ba51e69d
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Fri Mar 9 00:12:50 2007 +0000

    I have playing with M$ photo manager under Window Vista. I have found 2 new Exif.Image tags dedicaced to rate image. These tags are already referenced by last ExifTool
---
 src/tags.cpp | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/tags.cpp b/src/tags.cpp
index 6ac3f7a..7b9762f 100644
--- a/src/tags.cpp
+++ b/src/tags.cpp
@@ -416,6 +416,12 @@ namespace Exiv2 {
         TagInfo(0x02bc, "XMLPacket", N_("XML Packet"),
                 N_("XMP Metadata (Adobe technote 9-14-02)"),
                 ifd0Id, otherTags, unsignedByte, printValue),
+        TagInfo(0x4746, "Rating", N_("Windows Rating"),
+                N_("Rating tag used by Windows"),
+                ifd0Id, otherTags, unsignedShort, printValue), // Windows Tag
+        TagInfo(0x4749, "RatingPercent", N_("Windows Rating Percent"),
+                N_("Rating tag used by Windows, value in percent"),
+                ifd0Id, otherTags, unsignedShort, printValue), // Windows Tag
         TagInfo(0x828d, "CFARepeatPatternDim", N_("CFA Repeat Pattern Dimension"),
                 N_("Contains two values representing the minimum rows and columns "
                 "to define the repeating patterns of the color filter array"),

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list