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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:38:44 UTC 2017


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

The following commit has been merged in the master branch:
commit 4d3c398ee13c19fba6818e8f27d64a7077211de8
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Fri Sep 21 08:27:27 2007 +0000

    new Exif Flash values backported from ExifTool
---
 src/tags.cpp | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/tags.cpp b/src/tags.cpp
index 8ed49b1..3179435 100644
--- a/src/tags.cpp
+++ b/src/tags.cpp
@@ -571,21 +571,26 @@ namespace Exiv2 {
         { 0x01, N_("Fired")                                                         },
         { 0x05, N_("Fired, strobe return light not detected")                       },
         { 0x07, N_("Fired, strobe return light detected")                           },
+        { 0x08, N_("Yes, did not fire")                                             },
         { 0x09, N_("Yes, compulsory")                                               },
         { 0x0d, N_("Yes, compulsory, return light not detected")                    },
         { 0x0f, N_("Yes, compulsory, return light detected")                        },
         { 0x10, N_("No, compulsory")                                                },
+        { 0x14, N_("No, did not fire, return not detected")                         },
         { 0x18, N_("No, auto")                                                      },
         { 0x19, N_("Yes, auto")                                                     },
         { 0x1d, N_("Yes, auto, return light not detected")                          },
         { 0x1f, N_("Yes, auto, return light detected")                              },
         { 0x20, N_("No flash function")                                             },
+        { 0x20, N_("No, no flash function")                                         },
         { 0x41, N_("Yes, red-eye reduction")                                        },
         { 0x45, N_("Yes, red-eye reduction, return light not detected")             },
         { 0x47, N_("Yes, red-eye reduction, return light detected")                 },
         { 0x49, N_("Yes, compulsory, red-eye reduction")                            },
         { 0x4d, N_("Yes, compulsory, red-eye reduction, return light not detected") },
         { 0x4f, N_("Yes, compulsory, red-eye reduction, return light detected")     },
+        { 0x50, N_("No, red-eye reduction")                                         },
+        { 0x58, N_("No, auto, red-eye reduction")                                   },
         { 0x59, N_("Yes, auto, red-eye reduction")                                  },
         { 0x5d, N_("Yes, auto, red-eye reduction, return light not detected")       },
         { 0x5f, N_("Yes, auto, red-eye reduction, return light detected")           }

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list