[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=df3959e

The following commit has been merged in the master branch:
commit df3959ed13e75ab4cbb3f737515ee7aa6b4bcba2
Author: Robin Mills <robin at clanmills.com>
Date:   Wed Mar 11 16:03:38 2015 +0000

    #1039 Fixed typos in r3621
---
 src/exiv2.1 | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/exiv2.1 b/src/exiv2.1
index 2a066cf..49ebf60 100644
--- a/src/exiv2.1
+++ b/src/exiv2.1
@@ -440,18 +440,17 @@ Examples:
     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 number which can be evaluated by the expression::
+The aperture value stored in Exif is an 
BAPEX
P value which can be evaluated by the expression:
 .br
-   apex-value  = 2 * log(Fnumber) / log(2)
+   apex-value  = log(Fnumber)   * 2.0 / log(2.0)
 .br
-   Fnumber = exp(log(2.0) * apex-value / 2
+   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
-More information about 
BAPEX
P is available from: http://en.wikipedia.org/wiki/APEX_system
+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:
+The format of XMP 
BLangAlt
P values includes an optional language qualifier:
 .sp 1
 .B   [lang=
Ilanguage-code
P ]
Itext
P
 .sp 1

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list