Summary: | png-1.5 compatibility fix | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Thomas Klausner <tk> |
Component: | Plugin-Bqm-Convert | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andrew.i.coles, caulier.gilles |
Priority: | NOR | ||
Version: | 1.8.0 | ||
Target Milestone: | --- | ||
Platform: | NetBSD pkgsrc | ||
OS: | All | ||
Latest Commit: | Version Fixed In: | 1.9.0 | |
Sentry Crash Report: | |||
Attachments: | Patch fixing the problem. |
Description
Thomas Klausner
2011-01-24 17:07:22 UTC
Andrew Coles fixed a similar problem for digikam in https://bugs.kde.org/show_bug.cgi?id=264181 modifying my patch so that it works with png-1.4 as well. Andrew, Can you manage this file too about libpng 1.5 issue, at the same time than #264181 ? Thanks in advance Gilles Caulier SVN commit 1216971 by coles: Added support for libpng 1.5. As there's only one place in the file affected by the API change, it's done with an #if at the point where it's needed. BUG: 264184 M +8 -0 kpwriteimage.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1216971 |