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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:37:47 UTC 2017


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

The following commit has been merged in the master branch:
commit 04c59fe5f4d8a6ec1807e34bf45a70eacadca09d
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Wed Jul 5 10:31:42 2006 +0000

    Exif tags description update accordinly to ExifTool doc
---
 src/tags.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/tags.cpp b/src/tags.cpp
index 401cba7..3ad6d89 100644
--- a/src/tags.cpp
+++ b/src/tags.cpp
@@ -318,10 +318,10 @@ namespace Exiv2 {
 
     //! Flash, tag 0x9209
     extern const TagDetails exifFlash[] = {
-        { 0x00, "No"                                                            },
-        { 0x01, "Yes"                                                           },
-        { 0x05, "Strobe return light not detected"                              },
-        { 0x07, "Strobe return light detected"                                  },
+        { 0x00, "No Flash"                                                      },
+        { 0x01, "Fired"                                                         },
+        { 0x05, "Fired, strobe return light not detected"                       },
+        { 0x07, "Fired, strobe return light detected"                           },
         { 0x09, "Yes, compulsory"                                               },
         { 0x0d, "Yes, compulsory, return light not detected"                    },
         { 0x0f, "Yes, compulsory, return light detected"                        },

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list