[Digikam-devel] [Bug 290157] New: libkdcraw should support LCMS2
Treeve Jelbert
treeve at scarlet.be
Fri Dec 30 09:54:17 GMT 2011
https://bugs.kde.org/show_bug.cgi?id=290157
Summary: libkdcraw should support LCMS2
Product: digikam
Version: 2.5.0
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: libkdcraw
AssignedTo: digikam-devel at kde.org
ReportedBy: treeve at scarlet.be
Version: 2.5.0 (using Devel)
OS: Linux
the underlying libraw can use LCMS2, but libkdcraw does not check for it
/var/git/kde-graphics/libkdcraw$ git grep lcms
CMakeLists.txt:macro_log_feature(LCMS_FOUND "lcms" "A small-footprint color
management engine" "http://ww
ChangeLog: Make it to find the lcms from nonstandard places provided by
user
ChangeLog: --with-extra-* flags. Fixes detecting lcms installed from
pkgsrc
ChangeLog: no need to link with lcms. Only dcraw.c require it
README:liblcms >= 1.14.x (used by libraw) http://www.littlecms.com
libraw/libraw/libraw_types.h:#include <lcms.h>
libraw/libraw/libraw_types.h:#include <lcms2.h>
Reproducible: Always
Actual Results:
only uses lcms1
Expected Results:
builds with lcms2
improve CMakeLists.txt to check for and use LCMS2 which is more stable and
thread safe.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list