[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:03 UTC 2017


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

The following commit has been merged in the master branch:
commit 451f0930653f595cff9e7aa24c8c6243f7d97004
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Thu Nov 1 15:35:06 2007 +0000

    Doc tweaks.
---
 README                        | 2 ++
 README-XMP => doc/README-XMP  | 8 ++++----
 {test/data => doc}/cmdxmp.txt | 0
 src/exiv2.1                   | 6 ++++++
 4 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/README b/README
index 67dcf9d..c10ac31 100644
--- a/README
+++ b/README
@@ -12,6 +12,8 @@ After installing or building the documentation, you can point your
 browser to doc/index.html for the complete Exiv2 API documentation and
 metadata tag reference.
 
+For more information on XMP support in Exiv2, see doc/README-XMP.
+
 
 Building and Installing
 =======================
diff --git a/README-XMP b/doc/README-XMP
similarity index 94%
rename from README-XMP
rename to doc/README-XMP
index 97d230b..a4bbec5 100644
--- a/README-XMP
+++ b/doc/README-XMP
@@ -1,12 +1,12 @@
-XMP support
-***********
+Exiv2 XMP support
+*****************
 
 XMP support is controlled with the --enable-xmp and --disable-xmp
 options to the configure script. Building Exiv2 with XMP support
 requires the Expat XML parser library (http://expat.sourceforge.net/).
 The --with-expat configure option can be used if it is installed in a
-non-standard directory. See the main README file for more information
-on building exiv2.
+non-standard directory. See the main README file for general build
+information.
 
 For API documentation of XMP classes and samples, build or install the 
 documentation and go to doc/html/getting-started.html
diff --git a/test/data/cmdxmp.txt b/doc/cmdxmp.txt
similarity index 100%
copy from test/data/cmdxmp.txt
copy to doc/cmdxmp.txt
diff --git a/src/exiv2.1 b/src/exiv2.1
index 95852a0..bbdd226 100644
--- a/src/exiv2.1
+++ b/src/exiv2.1
@@ -303,6 +303,12 @@ 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).
+.TP
+An additional command is available to register XMP namespaces:
+.TP
+.nf
+
Breg
P 
Iprefix
P 
Inamespace
P
+.fi
 .SS Command file format
 Empty lines and lines starting with 
B#
P in a command file are
 ignored (comments). Remaining lines are commands as described above.

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list