Bug 119752 - digikam requires at least lcms >= 1.14
Summary: digikam requires at least lcms >= 1.14
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Portability-Runtime (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-08 18:51 UTC by alfons.hoogervorst
Modified: 2022-01-23 05:12 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.6.0


Attachments
define macro for cmsTakeCopyright() (1.19 KB, patch)
2006-01-08 18:53 UTC, alfons.hoogervorst
Details

Note You need to log in before you can comment on or make changes to this bug.
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.