Bug 119752

Summary: digikam requires at least lcms >= 1.14
Product: [Applications] digikam Reporter: alfons.hoogervorst
Component: Portability-RuntimeAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In: 7.6.0
Attachments: define macro for cmsTakeCopyright()

Description alfons.hoogervorst 2006-01-08 18:51:58 UTC
Version:           from svn (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc 3.3.1 compiled from sources
OS:                Linux

digikam requires lcms >= 1.14 - I am currently using 1.12, and the only function used from 1.14 is cmsTakeCopyright().
Patch (to be submitted asap) just uses a macro as a stub for this function. I didn't look at making a auto* macro to check for the required version, since the cmsTakeCopyright() function doesn't add that much.
Comment 1 alfons.hoogervorst 2006-01-08 18:53:07 UTC
Created attachment 14182 [details]
define macro for cmsTakeCopyright()
Comment 2 Tom Albers 2006-02-04 20:41:32 UTC
Gilles, can we apply this patch?
Comment 3 caulier.gilles 2006-02-04 21:05:26 UTC
Well, it's the part of Paco, not mine directly (:=)))...

Gilles
Comment 4 Tom Albers 2006-02-04 23:49:31 UTC
Patch applied by Paco. Thanks Alfons.