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


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

The following commit has been merged in the master branch:
commit bb111fb147d9f3b11d10eecf8713ae9febfc1019
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Mon May 10 07:52:56 2004 +0000

    Changed %Exif to Exif in doc (we can do that now because of the change of namespace name
---
 src/actions.hpp   |  22 ++++++------
 src/exif.hpp      | 100 +++++++++++++++++++++++++++---------------------------
 src/ifd.hpp       |  12 +++----
 src/image.hpp     |  80 +++++++++++++++++++++----------------------
 src/makernote.hpp |  22 ++++++------
 src/tags.hpp      |   8 ++---
 src/types.hpp     |   4 +--
 7 files changed, 124 insertions(+), 124 deletions(-)

diff --git a/src/actions.hpp b/src/actions.hpp
index 3ea01a4..ea1f556 100644
--- a/src/actions.hpp
+++ b/src/actions.hpp
@@ -22,7 +22,7 @@
   @file    actions.hpp
   @brief   Implements base class Task, TaskFactory and the various supported
            actions (derived from Task).
-  @version $Name:  $ $Revision: 1.8 $
+  @version $Name:  $ $Revision: 1.9 $
   @author  Andreas Huggel (ahu)
            <a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
   @date    11-Dec-03, ahu: created
@@ -141,7 +141,7 @@ namespace Action {
 
     }; // class TaskFactory
 
-    //! %Print the %Exif (or other metadata) of a file to stdout
+    //! %Print the Exif (or other metadata) of a file to stdout
     class Print : public Task {
     public:
         virtual ~Print() {}
@@ -149,13 +149,13 @@ namespace Action {
         typedef std::auto_ptr<Print> AutoPtr;
         AutoPtr clone() const;
 
-        //! Print %Exif summary information
+        //! Print Exif summary information
         void printSummary(const Exiv2::ExifData& exifData); 
-        //! Print the interpreted value for each %Exif tag
+        //! Print the interpreted value for each Exif tag
         void printInterpreted(const Exiv2::ExifData& exifData);
-        //! Print uninterpreted %Exif information
+        //! Print uninterpreted Exif information
         void printValues(const Exiv2::ExifData& exifData);
-        //! Print %Exif information in hexdump format
+        //! Print Exif information in hexdump format
         void printHexdump(const Exiv2::ExifData& exifData);
         /*!
           @brief Print one summary line with a label (if provided) and requested
@@ -188,7 +188,7 @@ namespace Action {
         virtual Task* clone_() const;
     }; // class Rename
 
-    //! %Adjust the %Exif (or other metadata) timestamps
+    //! %Adjust the Exif (or other metadata) timestamps
     class Adjust : public Task {
     public:
         virtual ~Adjust() {}
@@ -220,7 +220,7 @@ namespace Action {
          */
         int eraseThumbnail(Exiv2::ExifData& exifData) const; 
         /*!
-          @brief Erase the complete %Exif data block from the file.
+          @brief Erase the complete Exif data block from the file.
          */
         int eraseExifData(Exiv2::ExifData& exifData) const;
 
@@ -244,11 +244,11 @@ namespace Action {
           @brief Write the thumbnail image to a file. The filename is composed by
                  removing the suffix from the image filename and appending
                  "-thumb" and the appropriate suffix (".jpg" or ".tif"), depending
-                 on the format of the %Exif thumbnail image.
+                 on the format of the Exif thumbnail image.
          */
         int writeThumbnail(const Exiv2::ExifData& exifData) const; 
         /*!
-          @brief Write the %Exif data to a file. The filename is composed by
+          @brief Write the Exif data to a file. The filename is composed by
                  replacing the suffix of the image filename with ".exf".
          */
         int writeExifData(Exiv2::ExifData& exifData) const;
@@ -260,7 +260,7 @@ namespace Action {
     }; // class Extract
 
     /*!
-      @brief %Insert the %Exif data from corresponding *.exv files.
+      @brief %Insert the Exif data from corresponding *.exv files.
      */
     class Insert : public Task {
     public:
diff --git a/src/exif.hpp b/src/exif.hpp
index 8e0592f..01b8e20 100644
--- a/src/exif.hpp
+++ b/src/exif.hpp
@@ -20,8 +20,8 @@
  */
 /*!
   @file    exif.hpp
-  @brief   Encoding and decoding of %Exif data
-  @version $Name:  $ $Revision: 1.40 $
+  @brief   Encoding and decoding of Exif data
+  @version $Name:  $ $Revision: 1.41 $
   @author  Andreas Huggel (ahu)
            <a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
   @date    09-Jan-04, ahu: created
@@ -46,7 +46,7 @@
 // *****************************************************************************
 // namespace extensions
 /*!
-  @brief Provides classes and functions to encode and decode %Exif data.
+  @brief Provides classes and functions to encode and decode Exif data.
          This namespace corresponds to the <b>libexiv2</b> library. 
 
  */
@@ -61,7 +61,7 @@ namespace Exiv2 {
 // class definitions
 
     /*!
-      @brief Information related to one %Exif tag.
+      @brief Information related to one Exif tag.
      */
     class Metadatum {
     public:
@@ -242,9 +242,9 @@ namespace Exiv2 {
     std::ostream& operator<<(std::ostream& os, const Metadatum& md);
 
     /*!
-      @brief %Exif %Thumbnail image. This abstract base class provides the
+      @brief Exif %Thumbnail image. This abstract base class provides the
              interface for the thumbnail image that is optionally embedded in
-             the %Exif data.
+             the Exif data.
      */
     class Thumbnail {
     public:
@@ -257,20 +257,20 @@ namespace Exiv2 {
         //! @name Manipulators
         //@{
         /*!
-          @brief Read the thumbnail from the data buffer buf, using %Exif
+          @brief Read the thumbnail from the data buffer buf, using Exif
                  metadata exifData. Return 0 if successful. 
 
           @param buf Data buffer containing the thumbnail data. The buffer must
                  start with the TIFF header.  
-          @param exifData %Exif data corresponding to the data buffer.
+          @param exifData Exif data corresponding to the data buffer.
           @param byteOrder The byte order used for the encoding of TIFF
                  thumbnails. It determines the byte order of the resulting
                  thumbnail image, if it is in TIFF format. For JPEG thumbnails
                  the byte order is not used.
           @return 0 if successful<br>
-                 -1 if there is no thumbnail image in the %Exif data<br>
-                  1 in case of inconsistent JPEG thumbnail %Exif data
-                  2 in case of inconsistent TIFF thumbnail %Exif data<br>
+                 -1 if there is no thumbnail image in the Exif data<br>
+                  1 in case of inconsistent JPEG thumbnail Exif data
+                  2 in case of inconsistent TIFF thumbnail Exif data<br>
          */
         virtual int read(const char* buf,
                          const ExifData& exifData,
@@ -318,7 +318,7 @@ namespace Exiv2 {
          */
         virtual long copy(char* buf) const =0;
         /*!
-          @brief Update the %Exif data according to the actual thumbnail image.
+          @brief Update the Exif data according to the actual thumbnail image.
           
           If the type of the thumbnail image is JPEG, JPEGInterchangeFormat is
           set to 0. If the type is TIFF, StripOffsets are set to the offsets of
@@ -327,12 +327,12 @@ namespace Exiv2 {
         virtual void update(ExifData& exifData) const =0;
         /*!
           @brief Return the position of the thumbnail image data from the 
-                 start of the TIFF header in the original %Exif data.
+                 start of the TIFF header in the original Exif data.
          */
         virtual long offset() const =0;
         /*!
           @brief Return the size of the thumbnail image (the size it
-                 would occupy when extracted from the %Exif data)
+                 would occupy when extracted from the Exif data)
          */
         virtual long size() const =0;
         /*!
@@ -354,7 +354,7 @@ namespace Exiv2 {
 
     }; // class Thumbnail
 
-    //! %Exif thumbnail image in TIFF format
+    //! Exif thumbnail image in TIFF format
     class TiffThumbnail : public Thumbnail {
     public:
         //! @name Creators
@@ -400,7 +400,7 @@ namespace Exiv2 {
 
     }; // class TiffThumbnail
 
-    //! %Exif thumbnail image in JPEG format
+    //! Exif thumbnail image in JPEG format
     class JpegThumbnail : public Thumbnail {
     public:
         //! @name Creators
@@ -484,16 +484,16 @@ namespace Exiv2 {
     }; // class FindMetadatumByIfdIdIdx
 
     /*!
-      @brief A container for %Exif data. This is the top-level class of 
-             the Exiv2 library.
+      @brief A container for Exif data. This is the top-level class of 
+             the %Exiv2 library.
 
-      Provide high-level access to the %Exif data of an image:
-      - read %Exif information from JPEG files
+      Provide high-level access to the Exif data of an image:
+      - read Exif information from JPEG files
       - access metadata through keys and standard C++ iterators
       - add, modify and delete metadata 
-      - write %Exif data to JPEG files
-      - extract %Exif metadata to files, insert from these files
-      - extract and delete %Exif thumbnail (JPEG and TIFF thumbnails)
+      - write Exif data to JPEG files
+      - extract Exif metadata to files, insert from these files
+      - extract and delete Exif thumbnail (JPEG and TIFF thumbnails)
     */
     class ExifData {
         //! @name Not implemented
@@ -520,7 +520,7 @@ namespace Exiv2 {
         //! @name Manipulators
         //@{
         /*!
-          @brief Read the %Exif data from file path.
+          @brief Read the Exif data from file path.
           @param path Path to the file
           @return  0 if successful;<BR>
                   -1 if the file couldn't be opened;<BR>
@@ -532,7 +532,7 @@ namespace Exiv2 {
          */
         int read(const std::string& path);
         /*!
-          @brief Read the %Exif data from a character buffer. The data buffer
+          @brief Read the Exif data from a character buffer. The data buffer
                  must start with the TIFF header.
           @param buf Pointer to the data buffer to read from
           @param len Number of bytes in the data buffer 
@@ -540,38 +540,38 @@ namespace Exiv2 {
          */
         int read(const char* buf, long len);
         /*!
-          @brief Write the %Exif data to file path. If an %Exif data section
+          @brief Write the Exif data to file path. If an Exif data section
                  already exists in the file, it is replaced. Otherwise, an
-                 %Exif data section is created. See copy(char* buf) for further
+                 Exif data section is created. See copy(char* buf) for further
                  details.
 
           @return 0 if successful.
          */
         int write(const std::string& path);
         /*!
-          @brief Write the %Exif data to a binary file. By convention, the
+          @brief Write the Exif data to a binary file. By convention, the
                  filename extension should be ".exv". This file format contains
-                 the %Exif data as it is found in a JPEG file, starting with the
+                 the Exif data as it is found in a JPEG file, starting with the
                  APP1 marker 0xffe1, the size of the data and the string
                  "Exif

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list