[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=67ee410
The following commit has been merged in the master branch:
commit 67ee41073dd7044428cafbb0c801ad8802ff53c9
Author: HumanDynamo <caulier.gilles at gmail.com>
Date: Mon May 31 13:53:16 2010 +0000
more exposure mode
---
src/sonymn.cpp | 48 +++++++++++++++++++++++++-----------------------
1 file changed, 25 insertions(+), 23 deletions(-)
diff --git a/src/sonymn.cpp b/src/sonymn.cpp
index 12381f2..f3148c1 100644
--- a/src/sonymn.cpp
+++ b/src/sonymn.cpp
@@ -107,29 +107,31 @@ namespace Exiv2 {
//! Lookup table to translate Sony exposure mode values to readable labels
extern const TagDetails sonyExposureMode[] = {
- { 0, N_("Auto") },
- { 1, N_("Portrait") },
- { 2, N_("Beach") },
- { 4, N_("Snow") },
- { 5, N_("Landscape ") },
- { 6, N_("Program") },
- { 7, N_("Aperture priority") },
- { 8, N_("Shutter priority") },
- { 9, N_("Night Scene / Twilight") },
- { 10, N_("Hi-Speed Shutter") },
- { 11, N_("Twilight Portrait") },
- { 12, N_("Soft Snap") },
- { 13, N_("Fireworks") },
- { 15, N_("Manual") },
- { 18, N_("High Sensitivity") },
- { 20, N_("Advanced Sports Shooting") },
- { 29, N_("Underwater") },
- { 33, N_("Gourmet") },
- { 34, N_("Panorama") },
- { 35, N_("Handheld Twilight") },
- { 36, N_("Anti Motion Blur") },
- { 37, N_("Pet") },
- { 38, N_("Backlight Correction HDR") }
+ { 0, N_("Auto") },
+ { 1, N_("Portrait") },
+ { 2, N_("Beach") },
+ { 4, N_("Snow") },
+ { 5, N_("Landscape ") },
+ { 6, N_("Program") },
+ { 7, N_("Aperture priority") },
+ { 8, N_("Shutter priority") },
+ { 9, N_("Night Scene / Twilight") },
+ { 10, N_("Hi-Speed Shutter") },
+ { 11, N_("Twilight Portrait") },
+ { 12, N_("Soft Snap") },
+ { 13, N_("Fireworks") },
+ { 14, N_("Smile Shutter") },
+ { 15, N_("Manual") },
+ { 18, N_("High Sensitivity") },
+ { 20, N_("Advanced Sports Shooting") },
+ { 29, N_("Underwater") },
+ { 33, N_("Gourmet") },
+ { 34, N_("Panorama") },
+ { 35, N_("Handheld Twilight") },
+ { 36, N_("Anti Motion Blur") },
+ { 37, N_("Pet") },
+ { 38, N_("Backlight Correction HDR") },
+ { 65535, N_("n/a") }
};
//! Lookup table to translate Sony Quality values to readable labels
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list