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

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


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

The following commit has been merged in the master branch:
commit 4f2a051f01d01f11f391eff3f32b23c477dc3509
Author: Robin Mills <robin at clanmills.com>
Date:   Wed Mar 11 20:27:31 2015 +0000

    Man page improvements.  Unsuccessful effort to enable man2html to correctly process exiv2.1
---
 src/exiv2.1 | 39 +++++++++++++++++++++------------------
 1 file changed, 21 insertions(+), 18 deletions(-)

diff --git a/src/exiv2.1 b/src/exiv2.1
index 2eda7d8..c421270 100644
--- a/src/exiv2.1
+++ b/src/exiv2.1
@@ -166,7 +166,6 @@ Exif.Image.DateTime           Ascii      20  2012:08:07 16:01:05
 Exif.Photo.DateTimeOriginal   Ascii      20  2011:09:18 16:25:48
 Exif.Photo.DateTimeDigitized  Ascii      20  2011:09:18 16:25:48
 .fi
-
 .TP
 .B \-n 
Ienc
P
 Charset to use to decode Exif Unicode user comments. 
Ienc
P is
@@ -410,20 +409,26 @@ e.g., a bag.
 .sp 1
 The format of Exif 
BComment
P values includes an optional charset
 specification at the beginning:
-.sp 1
+.br
 .B   [charset=Ascii|Jis|Unicode|Undefined ]
Icomment
P
 .sp 1
 .B Undefined
 is used by default if the value doesn't start with a charset
 definition.
 .sp 1
-The format for IPTC 
BDate
P values is YYYY\-MM\-DD (year, month, day),
-that for IPTC 
BTime
P values is HH:MM:SS+|\-HH:MM, where HH:MM:SS
-refers to local hour, minute and seconds and +|\-HH:MM refers to hours
-and minutes ahead or behind Universal Coordinated Time (+|\- means
-either a + or a \- sign is required).
+The format for an IPTC 
BDate
P value is:
+.br
+    YYYY\-MM\-DD (year, month, day)
 .sp 1
-The format for 
BRational
P (and 
BSRational
P) is one of:
+The format for an IPTC 
BTime
P value is:
+.br
+    HH:MM:SS (hours, minutes, seconds)
+.br
+and may optionally be followed by:
+.br
+   \-HH:MM or +HH:MM (hours, minutes ahead/behind UTC)
+.sp 1
+The format of 
BRational
P (and 
BSRational
P) is one of:
 .br
     integer
 .br
@@ -433,21 +438,20 @@ The format for 
BRational
P (and 
BSRational
P) is one of:
 .br
     fnumber
 .sp 1
-Examples:
+Rational Examples:
 .br
     exiv2 "-Mset Exif.Photo.MaxApertureValue 557429/62500" X.jpg
 .br
     exiv2 "-Mset Exif.Photo.MaxApertureValue F5.6" X.jpg
 .sp 1
-The format Fnumber is for the convenience of setting aperture values.
-The aperture value stored in Exif is an 
BAPEX
P value which can be evaluated by the expression:
-.br
-   apex-value  = log(Fnumber)   * 2.0 / log(2.0)
+The Rational format Fnumber (or fnumber) is for the convenience of setting aperture values.  Aperture values
+are stored in Exif is an 
BAPEX
P value which can be evaluated by the expression:
+.sp 1
+   apex-value  =    log(Fnumber) * 2.0 / log(2.0)
 .br
    Fnumber     = exp(apex-value * log(2.0) / 2.0)
 .sp 1
-The Fnumber syntax is valid for any 
BRational
P, even when the key is not an Aperture.
-.br
+The Rational format Fnumber is valid for any 
BRational
P, even when the key is not an Aperture.
 More information about 
BAPEX
P value is available from: http://en.wikipedia.org/wiki/APEX_system
 .sp 1
 The format of XMP 
BLangAlt
P values includes an optional language qualifier:
@@ -534,7 +538,6 @@ Sample command files.
 Taglists with 
Ikey
P and default 
Itype
P values.
 .SH AUTHORS
 .B exiv2
-was written by Andreas Huggel <ahuggel at gmx.net>.
+was written by Andreas Huggel and others.  The Exiv2 project web site is http://exiv2.org
 .PP
-This manual page was originally written by KELEMEN Peter <fuji at debian.org>,
-for the Debian project.
+This manual page was originally created for the Debian project by KELEMEN Peter <fuji at debian.org>.

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list