[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:43 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=6df03d7
The following commit has been merged in the master branch:
commit 6df03d74cfda7f4221e755d6336c143265e62493
Author: Robin Mills <robin at clanmills.com>
Date: Tue Sep 8 13:15:38 2015 +0000
#640. Correction to r3931.
---
samples/exiv2json.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/samples/exiv2json.cpp b/samples/exiv2json.cpp
index 3619284..505268d 100644
--- a/samples/exiv2json.cpp
+++ b/samples/exiv2json.cpp
@@ -316,8 +316,8 @@ try {
}
// get the namespace dictionary from XMP
- Exiv2::Dictionary nsDict;
- Exiv2::XmpParser::getRegisteredNamespaces(nsDict);
+ Exiv2::Dictionary nsDict;
+ Exiv2::XmpProperties::registeredNamespaces(nsDict);
// create and populate a Jzon::Object for the namespaces
Jzon::Object xmlns;
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list