kfile_raw_patch package contains a patch against kdegraphics-3.5.5 enabling thumbnail images and exif meta data for raw images.
Works also for kdegraphics-3.5.6 and 3.5.7.
The plugin uses code from libkexiv2 and parts from rawimage.
Installation:
cd kdegraphics-3.5.5
patch -i kdegraphics-raw-exiv2-3.5.5-2.patch -p1
./configure
cd kfile-plugins/raw
make
cp .libs/kfile_raw.so .libs/kfile_raw.la .libs/rawimagethumbnail.so .libs/rawimagethumbnail.la /usr/kde/3.5/lib/kde3
cp kfile_raw.desktop rawimagethumbnail.desktop /usr/kde/3.5/share/services
To have translated meta tags, copy /usr/kde/3.5/share/locale/[lng]/LC_MESSAGES/kfile_jpeg.mo to kfile_raw.mo
Finally you'll need to run "kbuildsycoca" and restart konqueror.
On Gentoo, this patch can also simply be included in a portage overlay.
Requirements:
· libexiv2
What's New in This Release:
· fixed wrong aperture value
Product's homepage