[Pkg-kde-extras] Bug#552236: kphotoalbum: Missing EXIF support dialog upon startup without remedy ?
Olivier Berger
oberger at ouvaton.org
Mon Oct 26 07:04:00 UTC 2009
tags 552236 + patch
thanks
On Sat, Oct 24, 2009 at 05:35:44PM +0200, Olivier Berger wrote:
>
> Looking at the code, in XMLDB/FileReader.cpp, it seems it's the only place in the sources where a #ifdef HASEXIV2 is used, whereas all the other sources seem to use #ifdef HAVE_EXIV2
>
Here's a proposed patch to fix the issue :
diff -u kphotoalbum-4.0.2/debian/changelog kphotoalbum-4.0.2/debian/changelog
--- kphotoalbum-4.0.2/debian/changelog
+++ kphotoalbum-4.0.2/debian/changelog
@@ -1,3 +1,9 @@
+kphotoalbum (4.0.2-1.1) unstable; urgency=low
+
+ * Fix exiv2 message on startup (Closes: #552236)
+
+ -- olivier <oberger at ouvaton.org> Sun, 25 Oct 2009 15:44:26 +0100
+
kphotoalbum (4.0.2-1) unstable; urgency=low
* New upstream release. (Closes: #538061)
only in patch2:
unchanged:
--- kphotoalbum-4.0.2.orig/XMLDB/FileReader.cpp
+++ kphotoalbum-4.0.2/XMLDB/FileReader.cpp
@@ -264,7 +264,7 @@
if ( wrongOrder ) {
KMessageBox::information( messageParent(),
-#ifdef HASEXIV2
+#ifdef HAVE_EXIV2
i18n("<p>Your images/videos are not sorted, which means that navigating using the date bar "
"will only work suboptimally.</p>"
"<p>In the <b>Maintenance</b> menu, you can find <b>Display Images with Incomplete Dates</b> "
--
Olivier BERGER
(OpenPGP: 1024D/B4C5F37F)
http://www.olivierberger.com/weblog/
More information about the pkg-kde-extras
mailing list