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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:39:30 UTC 2017


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

The following commit has been merged in the master branch:
commit 4c6841dbae6019e1e754423df2af5f9856b7e6b1
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Tue Jun 3 09:29:15 2008 +0000

    Minor doc updates.
---
 config/exiv2.pc.in |  2 +-
 src/doxygen.hpp.in | 19 +++++++++++--------
 2 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/config/exiv2.pc.in b/config/exiv2.pc.in
index f895716..0a4bea5 100644
--- a/config/exiv2.pc.in
+++ b/config/exiv2.pc.in
@@ -4,7 +4,7 @@ libdir=@libdir@
 includedir=@includedir@
 
 Name: exiv2
-Description: Exif and IPTC metadata library and tools
+Description: Image metadata library and tools
 Version: @PACKAGE_VERSION@
 Libs: -L${libdir} -lexiv2 @EXV_LIB_STATIC@
 Libs.private: @LDFLAGS@ @EXPAT_LDFLAGS@ @LTLIBINTL@ @LTLIBICONV@ @LIBS@ @EXPAT_LIBS@
diff --git a/src/doxygen.hpp.in b/src/doxygen.hpp.in
index b5d6fb5..f7c2b0c 100644
--- a/src/doxygen.hpp.in
+++ b/src/doxygen.hpp.in
@@ -1,12 +1,15 @@
 // ***************************************************************** -*- C++ -*-
 /*!
-  @file    doxygen.hpp
+  @file    doxygen.hpp.in
   @brief   Additional documentation, this file contains no source code
   @version $Rev$
   @author  Andreas Huggel (ahu)
            <a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
   @date    07-Feb-04, ahu: created
  */
+// *****************************************************************************
+// ***    NOTE: doxygen.hpp is a generated file! Only edit doxygen.hpp.in    ***
+// *****************************************************************************
 /*!
   @mainpage Image metadata library and tools v at PACKAGE_VERSION@
 
@@ -17,20 +20,19 @@
   <A HREF="http://www.exiv2.org/">http://www.exiv2.org/</A>.
 
   The %Exiv2 library provides
-  - full read and write access to the Exif, IPTC and XMP metadata of an image
+  - fast read and write access to the Exif, IPTC and XMP metadata of an image
     through %Exiv2 keys and standard C++ iterators
+  - conversion of Exif and IPTC metadata to and from XMP
   - a smart IPTC implementation that does not affect data that programs like
     Photoshop store in the same image segment
   - Exif <A HREF="makernote.html">MakerNote</A> support:
     - %MakerNote tags can be accessed just like any other Exif metadata
-    - a sophisticated write algorithm avoids corrupting the %MakerNote:
-      <br>  1) the %MakerNote is not re-located if possible at all, and
-      <br>  2) %MakerNote %Ifd offsets are re-calculated if the
-                         %MakerNote needs to be moved (for known %Ifd %MakerNotes)
+    - a sophisticated write algorithm avoids corrupting the %MakerNote
   - extract and delete methods for Exif thumbnails (both, JPEG and TIFF thumbnails)
   - set methods for Exif thumbnails (JPEG only, TIFF thumbnails can be set from
     individual tags)
-  - complete API documentation
+  - an easy to use and
+    <A HREF="doc/index.html" title="Exiv2 API documentation">well documented API</A>
 
   @section getting-started Getting started
 
@@ -75,7 +77,8 @@
   - JPEG
   - <A HREF="crw-mapping.html">Canon CRW</A>
   - TIFF and related RAW formats (Adobe DNG, Canon CR2, Fujifilm RAF, Minolta MRW, Nikon NEF, Olympus ORF, Pentax PEF, Sony ARW and Sony SR2), read-only
-  - PNG, read-only
+  - JP2, PNG, PSD, read-only
+  - XMP sidecar files
 
   @section supp Support
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list