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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:45:36 UTC 2017


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

The following commit has been merged in the master branch:
commit 89fd2149c6888f16f6408471e4d666767701c6c3
Author: asp <alan.pater at gmail.com>
Date:   Wed Aug 5 19:06:34 2015 +0000

    #1093 ExifEX fixed typo missing comma
---
 src/properties.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/properties.cpp b/src/properties.cpp
index 285f869..ab4563a 100644
--- a/src/properties.cpp
+++ b/src/properties.cpp
@@ -668,7 +668,7 @@ namespace Exiv2 {
                                                                                                                              "6 = Recommended exposure index (REI) and ISO speed "
                                                                                                                              "7 = Standard output sensitivity (SOS) and recommended exposure index (REI) and ISO speed") },
         { "StandardOutput-Sensitivity", N_("Standard Output Sensitivity"),  "Integer",              xmpText, xmpInternal, N_("EXIF tag 34865, 0x8831. Indicates the standard output sensitivity value of a camera or input device defined in ISO 12232.") },
-        { "RecommendedExposureIndex"    N_("Recommended Exposure Index"),   "Integer",              xmpText, xmpInternal, N_("EXIF tag 34866, 0x8832. Indicates the recommended exposure index value of a camera or input device defined in ISO 12232.") },
+        { "RecommendedExposureIndex",   N_("Recommended Exposure Index"),   "Integer",              xmpText, xmpInternal, N_("EXIF tag 34866, 0x8832. Indicates the recommended exposure index value of a camera or input device defined in ISO 12232.") },
         { "ISOSpeed",                   N_("ISO Speed"),                    "Integer",              xmpText, xmpInternal, N_("EXIF tag 34867, 0x8833. Indicates the ISO speed value of a camera or input device defined in ISO 12232.") },
         { "ISOSpeedLatitudeyyy",        N_("ISO Speed Latitude yyy"),       "Integer",              xmpText, xmpInternal, N_("EXIF tag 34868, 0x8834. Indicates the ISO speed latitude yyy value of a camera or input device defined in ISO 12232.") },
         { "ISOSpeedLatitudezzz",        N_("ISO Speed Latitude zzz"),       "Integer",              xmpText, xmpInternal, N_("EXIF tag 34869, 0x8835. Indicates the ISO speed latitude zzz value of a camera or input device defined in ISO 12232.") },

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list