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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:45:06 UTC 2017


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

The following commit has been merged in the master branch:
commit 93dff1840253fc3f96ca9c273867129ad9d89536
Author: Robin Mills <robin at clanmills.com>
Date:   Tue Apr 21 13:40:30 2015 +0000

    Manpage: add additional explanation and examples for the Xmp AltLang feature.
---
 src/exiv2.1 | 27 +++++++++++++++++++++------
 1 file changed, 21 insertions(+), 6 deletions(-)

diff --git a/src/exiv2.1 b/src/exiv2.1
index 50ba111..d1f23b1 100644
--- a/src/exiv2.1
+++ b/src/exiv2.1
@@ -3,7 +3,7 @@
 .\" First parameter, NAME, should be all caps
 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 .\" other parameters are allowed: see man(7), man(1)
-.TH EXIV2 1 "Apr 7, 2015"
+.TH EXIV2 1 "Apr 21, 2015"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .\" Some roff macros, for reference:
@@ -535,19 +535,34 @@ Rational Examples:
 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)
+    apex-value  =    log(Fnumber) * 2.0 / log(2.0)
 .br
-   Fnumber     = exp(apex-value * log(2.0) / 2.0)
+    Fnumber     = exp(apex-value * log(2.0) / 2.0)
 .sp 1
 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:
+.br
+.B  lang="
Ilanguage-code
P
I" text
P
+.sp
+lang="x-default" is used if the value doesn't start with a language qualifier.
 .sp 1
-.B   [lang=
Ilanguage-code
P ]
Itext
P
+    exiv2 -M'set Xmp.dc.title lang="de-DE" Euros' X.jpg
+.br
+    exiv2 -M'set Xmp.dc.title lang="en-GB" Pounds' X.jpg
+.br
+    exiv2 -M'set Xmp.dc.title lang="en-US" In God We Trust' X.jpg
+.br
+    exiv2 -M'set Xmp.dc.title All others pay cash' X.jpg
 .sp 1
-.B x-default
-is used by default if the value doesn't start with a language qualifier.
+To remove a language specification, set the value to '' (empty string)
+.br
+    exiv2 -M'set Xmp.dc.title lang="en-US"' X.jpg
+.sp 1
+To remove all language specifications, delete the key:
+.br
+    exiv2 -M'del Xmp.dc.title' X.jpg
 .TP
 An additional command is available to register XMP namespaces:
 .TP

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list