[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:49 UTC 2017


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

The following commit has been merged in the master branch:
commit 127aaddbb5a1db4b79cca9125c8b20b00dd22272
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Tue Dec 7 16:45:38 2004 +0000

    Simplified header for use on the website
---
 src/addmoddel.cpp | 17 ++++-------------
 src/exifprint.cpp | 13 ++-----------
 src/iptcprint.cpp | 13 ++-----------
 3 files changed, 8 insertions(+), 35 deletions(-)

diff --git a/src/addmoddel.cpp b/src/addmoddel.cpp
index 5e7c2c1..68036d4 100644
--- a/src/addmoddel.cpp
+++ b/src/addmoddel.cpp
@@ -1,20 +1,11 @@
 // ***************************************************************** -*- C++ -*-
-/*
-  Abstract:  Sample program showing how to add, modify and delete Exif metadata.
+// addmoddel.cpp, $Rev$
+// Sample program showing how to add, modify and delete Exif metadata.
 
-  File:      addmoddel.cpp
-  Version:   $Rev$
-  Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
-  History:   26-Jan-04, ahu: created
- */
-// *****************************************************************************
-// included header files
 #include "exif.hpp"
 #include <iostream>
 #include <iomanip>
 
-// *****************************************************************************
-// Main
 int main(int argc, char* const argv[])
 try {
     if (argc != 2) {
@@ -30,8 +21,8 @@ try {
     // Add to the Exif data
 
     // This is the quickest way to add (simple) Exif data. If a metadatum for
-    // a given key already exists, its value is overwritten (without changing
-    // the type of the value). Otherwise a new tag is added.
+    // a given key already exists, its value is overwritten. Otherwise a new 
+    // tag is added.
     exifData["Exif.Image.Model"] = "Test 1";                     // AsciiValue
     exifData["Exif.Image.SamplesPerPixel"] = uint16_t(162);      // UShortValue
     exifData["Exif.Image.XResolution"] = int32_t(-2);            // LongValue
diff --git a/src/exifprint.cpp b/src/exifprint.cpp
index 470a00b..034392d 100644
--- a/src/exifprint.cpp
+++ b/src/exifprint.cpp
@@ -1,20 +1,11 @@
 // ***************************************************************** -*- C++ -*-
-/*
-  Abstract : Sample program to print the Exif metadata of an image
+// exifprint.cpp, $Rev$
+// Sample program to print the Exif metadata of an image
 
-  File     : exifprint.cpp
-  Version  : $Rev$
-  Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
-  History  : 26-Jan-04, ahu: created
- */
-// *****************************************************************************
-// included header files
 #include "exif.hpp"
 #include <iostream>
 #include <iomanip>
 
-// *****************************************************************************
-// Main
 int main(int argc, char* const argv[])
 try {
 
diff --git a/src/iptcprint.cpp b/src/iptcprint.cpp
index 7e5f57a..bf4e47a 100644
--- a/src/iptcprint.cpp
+++ b/src/iptcprint.cpp
@@ -1,20 +1,11 @@
 // ***************************************************************** -*- C++ -*-
-/*
-  Abstract : Sample program to print the Iptc metadata of an image
+// iptcprint.cpp, $Rev$
+// Sample program to print the Iptc metadata of an image
 
-  File     : iptcprint.cpp
-  Version  : $Rev$
-  Author(s): Brad Schick (brad) <brad at robotbattle.com>
-  History  : 31-Jul-04, brad: created
- */
-// *****************************************************************************
-// included header files
 #include "iptc.hpp"
 #include <iostream>
 #include <iomanip>
 
-// *****************************************************************************
-// Main
 int main(int argc, char* const argv[])
 try {
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list