[Digikam-devel] [Bug 139658] Tiff generated by photoshop is either ignored by Digikam image browser, or kills digikam when regenerating the database

Andreas Huggel ahuggel at gmx.net
Tue Jan 9 06:33:03 GMT 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=139658         




------- Additional Comments From ahuggel gmx net  2007-01-09 07:33 -------
Thanks for following through.

> How can I make sure which exiv2 digikam is using? 

Try ldd digikam to see which libraries are used (that shows where the library is, but still in general not necessarily which version it is).

Gilles,

There have been a few similar misunderstandings as it can be difficult for non-developer users to trace library dependencies. I suggest to add a global function std::string Exiv2::version() to exiv2 and digikam could use it in the about screen (or similar) and/or dump the info when invoked with a certain command line flag (e.g., add such output to --version).
Another alternative might be a script which uses ldd and co. to list the dependencies and extract soname info from the libraries. What do you think?

-ahu.



More information about the Digikam-devel mailing list