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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:41:43 UTC 2017


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

The following commit has been merged in the master branch:
commit 8a8bf3f9bbaf369f2c23267053a59d944b5cee76
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Mon May 31 13:27:25 2010 +0000

    update HDR mode
---
 src/sonymn.cpp | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/sonymn.cpp b/src/sonymn.cpp
index 7930723..e7932fc 100644
--- a/src/sonymn.cpp
+++ b/src/sonymn.cpp
@@ -51,8 +51,13 @@ namespace Exiv2 {
 
     //! Lookup table to translate Sony Auto HDR values to readable labels
     extern const TagDetails sonyAutoHDR[] = {
-        { 0x00000, N_("Off") },
-        { 0x10001, N_("On")  }
+        { 0x00000, N_("Off")   },
+        { 0x10001, N_("Auto")  },
+        { 0x10010, "1"         },
+        { 0x10012, "2"         },
+        { 0x10014, "3"         },
+        { 0x10016, "4"         },
+        { 0x10018, "5"         }
     };
 
     //! Lookup table to translate Sony model ID values to readable labels

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list