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


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

The following commit has been merged in the master branch:
commit 725ec9478edffdba7f6677d5dd54db48bed962e7
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Mon May 31 14:10:20 2010 +0000

    more WB mode
---
 src/sonymn.cpp | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/src/sonymn.cpp b/src/sonymn.cpp
index 31c016b..d6a546e 100644
--- a/src/sonymn.cpp
+++ b/src/sonymn.cpp
@@ -165,10 +165,17 @@ namespace Exiv2 {
 
     //! Lookup table to translate Sony WB values to readable labels
     extern const TagDetails sonyWhiteBalance[] = {
-        { 0,  N_("Auto")          },
-        { 4,  N_("Manual")        },
-        { 5,  N_("Daylight")      },
-        { 14, N_("Incandescent")  }
+        { 0,  N_("Auto")                       },
+        { 4,  N_("Manual")                     },
+        { 5,  N_("Daylight")                   },
+        { 6,  N_("Cloudy")                     },
+        { 7,  N_("White Flourescent")          },
+        { 8,  N_("Cool White Flourescent")     },
+        { 9,  N_("Day White Flourescent")      },
+        { 14, N_("Incandescent")               },
+        { 15, N_("Flash")                      },
+        { 17, N_("Underwater 1 (Blue Water)")  },
+        { 18, N_("Underwater 2 (Green Water)") }
     };
 
     //! Lookup table to translate Sony AF mode values to readable labels

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list