[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:37:03 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=f38c81c
The following commit has been merged in the master branch:
commit f38c81cf9701db3e2cd9ae41b17756d4322da8c5
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Fri Mar 18 08:47:10 2005 +0000
Documented Date and Time format
---
src/cmd.txt | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/cmd.txt b/src/cmd.txt
index 6083d47..37dc7d2 100644
--- a/src/cmd.txt
+++ b/src/cmd.txt
@@ -3,7 +3,7 @@
#
# $ exiv2 -m cmd.txt file ...
#
-# to apply the commands in cmd.txt to each file. Alternatively, commands can be
+# to apply the commands in cmd.txt to each file. Alternatively, commands can be
# run from the command line directly, without a command file:
#
# $ exiv2 -M'add Iptc.Application2.Credit String mee too!' file ...
@@ -24,11 +24,15 @@
# Byte|Ascii|Short|Long|Rational|Undefined|SShort|SLong|SRational|Comment
# for Exif keys, and
# String|Date|Time|Short|Undefined for Iptc keys
+# The format for Iptc Date values is YYYY-MM-DD (year, month, day) and
+# for Iptc Time values it 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.
# A default type is used if none is explicitely given. The default for Exif
# keys is Ascii, that for Iptc keys is determined based on the key itself.
# value
-# The remaining text on the line is the value. It can optionally be enclosed in
-# double quotes ("value")
+# The remaining text on the line is the value. It can optionally be enclosed
+# in double quotes ("value")
#
add Iptc.Application2.Credit String "mee too! (1)"
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list