[Digikam-devel] extragear/graphics/digikam

Gilles Caulier caulier.gilles at gmail.com
Mon Nov 3 09:04:54 GMT 2008


SVN commit 879422 by cgilles:

digiKam from trunk : warning. this is a big fix to compile shared library with core implementation.
CMake generate a script (bash under Linux or Bat under windows) to run digiKam using local built without 
to install something in your computer. It's very suitable to use this way to test speedly a new change.

In old Cmake implementation, there is a conflict between libdigikam shared lib and digikam bin program to 
define set of target names. the script dedicated to run digikam (named digikam_bin) do not run because it try
to play with digikam_bin binary file, which doesn't exist (only digikam file exist of course)

This fix rename libdigikam to libdigikamcore to remove this dysfunction.

NOTE: you need to clean up all and recompile. Let's me hear is all is fine for you.

CCMAIL: digikam-devel at kde.org



 M  +18 -20    digikam/CMakeLists.txt  
 M  +9 -12     imageplugins/adjustcurves/CMakeLists.txt  
 M  +2 -4      imageplugins/adjustlevels/CMakeLists.txt  
 M  +1 -3      imageplugins/blurfx/CMakeLists.txt  
 M  +2 -4      imageplugins/border/CMakeLists.txt  
 M  +1 -3      imageplugins/channelmixer/CMakeLists.txt  
 M  +2 -4      imageplugins/charcoal/CMakeLists.txt  
 M  +1 -3      imageplugins/colorfx/CMakeLists.txt  
 M  +1 -2      imageplugins/coreplugin/CMakeLists.txt  
 M  +2 -4      imageplugins/distortionfx/CMakeLists.txt  
 M  +2 -4      imageplugins/emboss/CMakeLists.txt  
 M  +1 -3      imageplugins/filmgrain/CMakeLists.txt  
 M  +2 -4      imageplugins/freerotation/CMakeLists.txt  
 M  +1 -2      imageplugins/hotpixels/CMakeLists.txt  
 M  +1 -3      imageplugins/infrared/CMakeLists.txt  
 M  +1 -3      imageplugins/inpainting/CMakeLists.txt  
 M  +1 -3      imageplugins/inserttext/CMakeLists.txt  
 M  +2 -3      imageplugins/lenscorrection/CMakeLists.txt  
 M  +1 -2      imageplugins/noisereduction/CMakeLists.txt  
 M  +3 -5      imageplugins/oilpaint/CMakeLists.txt  
 M  +1 -3      imageplugins/perspective/CMakeLists.txt  
 M  +1 -3      imageplugins/raindrop/CMakeLists.txt  
 M  +1 -3      imageplugins/restoration/CMakeLists.txt  
 M  +1 -3      imageplugins/sheartool/CMakeLists.txt  
 M  +1 -3      imageplugins/superimpose/CMakeLists.txt  
 M  +1 -3      imageplugins/texture/CMakeLists.txt  
 M  +1 -3      imageplugins/whitebalance/CMakeLists.txt  
 M  +4 -4      kioslave/CMakeLists.txt  
 M  +14 -0     project/project.kdevelop  
 M  +1 -1      showfoto/CMakeLists.txt  
 M  +1 -2      themedesigner/CMakeLists.txt  





More information about the Digikam-devel mailing list