Summary: | digiKam not writing metadata in XMP | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Fest <fest.in> |
Component: | Metadata-Xmp | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 1.2.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | 7.3.0 | |
Sentry Crash Report: |
Description
Fest
2010-02-22 11:27:57 UTC
Update libexiv2 to >= 0.16 Update libkexiv2 to >= 1.0.0 digiKam and kipi-plugins need to be updated of course. Look in Help/ components Info for details Gilles Caulier Everything in most recent versions. digiKam version 1.2.0 Exiv2 can write to Jp2: Yes Exiv2 can write to Jpeg: Yes Exiv2 can write to Pgf: No Exiv2 can write to Png: Yes Exiv2 can write to Tiff: Yes Exiv2 supports XMP metadata: Yes LibCImg: 130 LibExiv2: 0.19 LibJPEG: 80 LibJasper: 1.900.1 LibKDE: 4.4.00 (KDE 4.4.0) LibKExiv2: 1.0.0 LibKdcraw: 1.0.0 LibLCMS: 119 LibPGF: 6.09.44 LibPNG: 1.2.42 LibQt: 4.6.2 LibRaw: 0.8.5 LibTIFF: LIBTIFF, Version 3.9.2 Copyright (c) 1988-1996 Sam Leffler Copyright (c) 1991-1996 Silicon Graphics, Inc. Marble widget: 0.9 Parallelized demosaicing: Yes LibGphoto2: 2.4.8 LibKipi: 1.0.0 After half of year of waiting, i still unable to write XMP metadata. digiKam version 1.3.0 Exiv2 can write to Jp2: Yes Exiv2 can write to Jpeg: Yes Exiv2 can write to Pgf: Yes Exiv2 can write to Png: Yes Exiv2 can write to Tiff: Yes Exiv2 supports XMP metadata: Yes LibCImg: 130 LibExiv2: 0.20 LibJPEG: 80 LibJasper: 1.900.1 LibKDE: 4.5.00 (KDE 4.5.0) LibKExiv2: 1.1.0 LibKdcraw: 1.1.0 LibLCMS: 119 LibPGF: 6.09.44 LibPNG: 1.4.3 LibQt: 4.6.3 LibRaw: 0.10.0-Beta1 LibTIFF: LIBTIFF, Version 4.0.0beta6 Copyright (c) 1988-1996 Sam Leffler Copyright (c) 1991-1996 Silicon Graphics, Inc. Marble widget: 0.10.0 SVN Parallelized demosaicing: Yes Database backend: QSQLITE LibGphoto2: 2.4.9 LibKipi: 1.1.0 I found the problem. libexiv2 was compiled without xmp support. But why the heck, digikam was writing "Exiv2 supports XMP metadata: Yes" ??? After recompiling with xmp support, everything working. Just checked : if XMP support is disable in Exiv2 0.27.3, digiKam 7.3.0 show XMP support OFF in Help/Component Info dialog. |