[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:46:38 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=2730747
The following commit has been merged in the master branch:
commit 2730747bfaf6436873dca45e806a92446e634e43
Author: tbeu <mail at tbeu.de>
Date: Mon Aug 15 18:51:45 2016 +0000
Update Sony camera settings image style to match ExifTool
---
src/sonymn.cpp | 22 +++++++++++++++-------
1 file changed, 15 insertions(+), 7 deletions(-)
diff --git a/src/sonymn.cpp b/src/sonymn.cpp
index 11768e3..671c528 100644
--- a/src/sonymn.cpp
+++ b/src/sonymn.cpp
@@ -563,13 +563,21 @@ namespace Exiv2 {
//! Lookup table to translate Sony camera settings image style values to readable labels
extern const TagDetails sonyImageStyle[] = {
- { 1, N_("Standard") },
- { 2, N_("Vivid") },
- { 9, N_("Adobe RGB") },
- { 11, N_("Neutral") },
- { 129, N_("StyleBox1") },
- { 130, N_("StyleBox1") },
- { 131, N_("StyleBox1") }
+ { 1, N_("Standard") },
+ { 2, N_("Vivid") },
+ { 3, N_("Portrait") },
+ { 4, N_("Landscape") },
+ { 5, N_("Sunset") },
+ { 7, N_("Night View/Portrait") },
+ { 8, N_("B&W") },
+ { 9, N_("Adobe RGB") },
+ { 11, N_("Neutral") },
+ { 129, N_("StyleBox1") },
+ { 130, N_("StyleBox2") },
+ { 131, N_("StyleBox3") },
+ { 132, N_("StyleBox4") },
+ { 133, N_("StyleBox5") },
+ { 134, N_("StyleBox6") }
};
//! Lookup table to translate Sony camera settings exposure program values to readable labels
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list