[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:36:20 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=b775363
The following commit has been merged in the master branch:
commit b775363dd2ba01318569bb3b55114198766c5dc6
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Thu May 13 03:00:14 2004 +0000
Fixed a typo
---
doc/tags-fujifilm.xml | 4 ++--
doc/tags-sigma.xml | 2 +-
src/fujimn.cpp | 6 +++---
src/sigmamn.cpp | 6 +++---
4 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/doc/tags-fujifilm.xml b/doc/tags-fujifilm.xml
index 9166f3b..e54f0ed 100644
--- a/doc/tags-fujifilm.xml
+++ b/doc/tags-fujifilm.xml
@@ -122,11 +122,11 @@
<tagdesc>Blur warning status</tagdesc>
</ROW>
<ROW num="15">
- <tagname>FoxusWarning</tagname>
+ <tagname>FocusWarning</tagname>
<tagdec>4865</tagdec>
<taghex>0x1301</taghex>
<ifd>Makernote</ifd>
- <key>Makernote.Fujifilm.FoxusWarning</key>
+ <key>Makernote.Fujifilm.FocusWarning</key>
<tagdesc>Auto Focus warning status</tagdesc>
</ROW>
<ROW num="16">
diff --git a/doc/tags-sigma.xml b/doc/tags-sigma.xml
index 09e669e..f407a5c 100644
--- a/doc/tags-sigma.xml
+++ b/doc/tags-sigma.xml
@@ -47,7 +47,7 @@
<taghex>0x0006</taghex>
<ifd>Makernote</ifd>
<key>Makernote.Sigma.FocusSetting</key>
- <tagdesc>Foxus setting</tagdesc>
+ <tagdesc>Focus setting</tagdesc>
</ROW>
<ROW num="6">
<tagname>WhiteBalance</tagname>
diff --git a/src/fujimn.cpp b/src/fujimn.cpp
index c400067..29e2ca0 100644
--- a/src/fujimn.cpp
+++ b/src/fujimn.cpp
@@ -20,7 +20,7 @@
*/
/*
File: fujimn.cpp
- Version: $Name: $ $Revision: 1.4 $
+ Version: $Name: $ $Revision: 1.5 $
Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
History: 18-Feb-04, ahu: created
07-Mar-04, ahu: isolated as a separate component
@@ -31,7 +31,7 @@
*/
// *****************************************************************************
#include "rcsid.hpp"
-EXIV2_RCSID("@(#) $Name: $ $Revision: 1.4 $ $RCSfile: fujimn.cpp,v $")
+EXIV2_RCSID("@(#) $Name: $ $Revision: 1.5 $ $RCSfile: fujimn.cpp,v $")
// *****************************************************************************
// included header files
@@ -70,7 +70,7 @@ namespace Exiv2 {
MakerNote::MnTagInfo(0x1031, "PictureMode", "Picture mode setting"),
MakerNote::MnTagInfo(0x1100, "Continuous", "Continuous shooting or auto bracketing setting"),
MakerNote::MnTagInfo(0x1300, "BlurWarning", "Blur warning status"),
- MakerNote::MnTagInfo(0x1301, "FoxusWarning", "Auto Focus warning status"),
+ MakerNote::MnTagInfo(0x1301, "FocusWarning", "Auto Focus warning status"),
MakerNote::MnTagInfo(0x1302, "AeWarning", "Auto Exposure warning status"),
// End of list marker
MakerNote::MnTagInfo(0xffff, "(UnknownFujiMakerNoteTag)", "Unknown FujiMakerNote tag")
diff --git a/src/sigmamn.cpp b/src/sigmamn.cpp
index 705c782..96b04ff 100644
--- a/src/sigmamn.cpp
+++ b/src/sigmamn.cpp
@@ -20,7 +20,7 @@
*/
/*
File: sigmamn.cpp
- Version: $Name: $ $Revision: 1.3 $
+ Version: $Name: $ $Revision: 1.4 $
Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
History: 02-Apr-04, ahu: created
Credits: Sigma and Foveon MakerNote implemented according to the specification
@@ -29,7 +29,7 @@
*/
// *****************************************************************************
#include "rcsid.hpp"
-EXIV2_RCSID("@(#) $Name: $ $Revision: 1.3 $ $RCSfile: sigmamn.cpp,v $")
+EXIV2_RCSID("@(#) $Name: $ $Revision: 1.4 $ $RCSfile: sigmamn.cpp,v $")
// *****************************************************************************
// included header files
@@ -58,7 +58,7 @@ namespace Exiv2 {
MakerNote::MnTagInfo(0x0003, "DriveMode", "Drive Mode"),
MakerNote::MnTagInfo(0x0004, "ResolutionMode", "Resolution Mode"),
MakerNote::MnTagInfo(0x0005, "AutofocusMode", "Autofocus mode"),
- MakerNote::MnTagInfo(0x0006, "FocusSetting", "Foxus setting"),
+ MakerNote::MnTagInfo(0x0006, "FocusSetting", "Focus setting"),
MakerNote::MnTagInfo(0x0007, "WhiteBalance", "White balance"),
MakerNote::MnTagInfo(0x0008, "ExposureMode", "Exposure mode"),
MakerNote::MnTagInfo(0x0009, "MeteringMode", "Metering mode"),
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list