[Digikam-users] digiKam Software Collection 5.0.0-beta2 is out...
Jan Wolter
jan.wolter at uni-paderborn.de
Wed Jan 13 13:38:29 GMT 2016
Thanks, that solves the problems with KF5KDcraw and KF5KExiv2.
But libkcalcore is still not found:
>>>>>>>>>>>>>>>>
CMake Warning at /usr/share/ECM/find-modules/FindKF5.cmake:74
(find_package):
Could not find a package configuration file provided by "KF5CalendarCore"
(requested version 4.81.0) with any of the following names:
KF5CalendarCoreConfig.cmake
kf5calendarcore-config.cmake
Add the installation prefix of "KF5CalendarCore" to CMAKE_PREFIX_PATH or
set "KF5CalendarCore_DIR" to a directory containing one of the above
files.
If "KF5CalendarCore" provides a separate development package or SDK, be
sure it has been installed.
Call Stack (most recent call first):
extra/kipi-plugins/CMakeLists.txt:124 (find_package)
.....
-- libkcalcore found........................ NO (optional)
<<<<<<<<<<<<<<<<
Do you have an idea that to install?
Best regards,
Jan
On 13.01.2016 14:31, Gilles Caulier wrote:
> libkdcraw and libkexiv2 are not used by digiKam anymore.
>
> Only libkipi test code need it. In fact you don't care about test
> code, only used by developers.
>
> To disable test code compilation, just turn off the cmake
> configuration option "BUILD_TESTING" to pass on CLI the string
> "-DBUILD_TESTING=OFF"
>
> Gilles Caulier
>
>
> 2016-01-13 14:22 GMT+01:00 Jan Wolter <jan.wolter at uni-paderborn.de
> <mailto:jan.wolter at uni-paderborn.de>>:
>
> Hello Gilles,
>
> marble and the other software packages mentioned in the digikam
> core README are installed. But I still have some problems with
> optional packages KF5KDcraw and KF5KExiv2:
>
> >>>>>>>>>>>>>>>>
> CMake Warning at extra/libkipi/tests/CMakeLists.txt:11 (find_package):
> By not providing "FindKF5KDcraw.cmake" in CMAKE_MODULE_PATH this
> project
> has asked CMake to find a package configuration file provided by
> "KF5KDcraw", but CMake did not find one.
>
> Could not find a package configuration file provided by "KF5KDcraw"
> (requested version 5.0.0) with any of the following names:
>
> KF5KDcrawConfig.cmake
> kf5kdcraw-config.cmake
>
> Add the installation prefix of "KF5KDcraw" to CMAKE_PREFIX_PATH
> or set
> "KF5KDcraw_DIR" to a directory containing one of the above
> files. If
> "KF5KDcraw" provides a separate development package or SDK, be
> sure it has
> been installed.
>
>
> CMake Warning at extra/libkipi/tests/CMakeLists.txt:12 (find_package):
> By not providing "FindKF5KExiv2.cmake" in CMAKE_MODULE_PATH this
> project
> has asked CMake to find a package configuration file provided by
> "KF5KExiv2", but CMake did not find one.
>
> Could not find a package configuration file provided by "KF5KExiv2"
> (requested version 5.0.0) with any of the following names:
>
> KF5KExiv2Config.cmake
> kf5kexiv2-config.cmake
>
> Add the installation prefix of "KF5KExiv2" to CMAKE_PREFIX_PATH
> or set
> "KF5KExiv2_DIR" to a directory containing one of the above
> files. If
> "KF5KExiv2" provides a separate development package or SDK, be
> sure it has
> been installed.
>
> -- libkdcraw not detected : test Kipi interface will not support
> Raw processing
> -- libkkexiv2 not detected : test Kipi interface will not support
> Metadata processing
> <<<<<<<<<<<<<<<<
>
>
> Furthermore, the libkcalcore is not found:
>
> >>>>>>>>>>>>>>>>
> CMake Warning at /usr/share/ECM/find-modules/FindKF5.cmake:74
> (find_package):
> Could not find a package configuration file provided by
> "KF5CalendarCore"
> (requested version 4.81.0) with any of the following names:
>
> KF5CalendarCoreConfig.cmake
> kf5calendarcore-config.cmake
>
> Add the installation prefix of "KF5CalendarCore" to
> CMAKE_PREFIX_PATH or
> set "KF5CalendarCore_DIR" to a directory containing one of the
> above files.
> If "KF5CalendarCore" provides a separate development package or
> SDK, be
> sure it has been installed.
> Call Stack (most recent call first):
> extra/kipi-plugins/CMakeLists.txt:124 (find_package)
>
> .....
>
> -- libkcalcore found........................ NO (optional)
> <<<<<<<<<<<<<<<<
>
>
> What additional packages do I have to install? For KDE Framework 5
> I installed the packages from here:
> http://download.kde.org/stable/frameworks/5.17/. But there are no
> packages related to KF5CalenderCore, KF5Exiv2 or KF5KDcraw.
>
> It would be nice to get some hints how to solve this problems.
>
> As an attachment you find the complete output of the
> bootstrap.linux script.
>
> Best regards,
> Jan
>
>
>
>
> On 12.01.2016 20:26, Gilles Caulier wrote:
>> As you want both are supported...
>>
>> Gilles Caulier
>>
>> 2016-01-12 18:51 GMT+01:00 Jan Wolter
>> <jan.wolter at uni-paderborn.de <mailto:jan.wolter at uni-paderborn.de>>:
>>
>> Hello,
>>
>> I am just installing all dependencies required for digikam 5
>> beta. Should I build the KDE or the Qt version of marble?
>> This is controlled by the compile option -DWITH_KF5=TRUE (KDE
>> marble) or -DWITH_KF5=FALSE (Qt marble).
>>
>> Best regards,
>> Jan
>>
>>
>> On 07.12.2015 19:05, Gilles Caulier wrote:
>>> I do it here under Mageia.
>>>
>>> The lead problem is marble for KDE4 and MArble for KF5 which
>>> are uncompatible because data and shared lib revision are
>>> mixed.
>>>
>>> Marble need really a clean revision ID to prevent conflict.
>>>
>>> The wrap around is to disable Geolocation into DK 5.
>>>
>>> Gilles Caulier
>>>
>>> 2015-12-07 18:59 GMT+01:00 Philip Johnsson
>>> <philip.johnsson at gmail.com <mailto:philip.johnsson at gmail.com>>:
>>>
>>> For anyone interested. I'm working on packages for
>>> Ubuntu 15.10 (wily) of Digikam 5 beta 2 (will not be
>>> provided for ubuntu 14.04) . Just having some problem to
>>> solve about how to have both Digikam 4.14 packages
>>> installed together with optional Digikam 5 beta 2
>>> packafes without giving conflicts between packages. Hope
>>> to have them on my PPA sometime during this week.
>>>
>>> /Philip
>>>
>>> On Mon, Dec 7, 2015 at 5:13 PM, Marie-Noëlle Augendre
>>> <mnaugendre at gmail.com <mailto:mnaugendre at gmail.com>> wrote:
>>>
>>> It seems to bring many improvements!
>>> Thank you very much for all this work.
>>>
>>> Marie-Noëlle
>>>
>>> 2015-12-07 14:06 GMT+01:00 maderios
>>> <maderios at gmail.com <mailto:maderios at gmail.com>>:
>>>
>>> On 12/07/2015 01:18 PM, Gilles Caulier wrote:
>>>
>>> Dear all digiKam fans and users,
>>>
>>> The digiKam development team is proud to
>>> release digiKam
>>> Software Collection 5.0.0 beta 2 for Plasma
>>> 5 desktop. For more details,
>>> see the full announcement on digikam.org
>>> <http://digikam.org> <http://digikam.org/>:
>>>
>>>
>>> Hi Gilles and all Digikam devs
>>> Thank you for your work.
>>> I like very much
>>> https://www.digikam.org/node/749
>>> 'it now uses many Qt dependencies instead of KDE
>>> dependencies'
>>> --
>>> Maderios
>>> _______________________________________________
>>> Digikam-users mailing list
>>> Digikam-users at kde.org <mailto:Digikam-users at kde.org>
>>> https://mail.kde.org/mailman/listinfo/digikam-users
>>>
>>>
>>>
>>>
>>> --
>>> Agir pour le futur <http://agirpourlefutur.com>
>>> Vallée Borgne Info
>>> <http://vallee-borgne.info><http://marie-noelle-augendre.com>Cévennes
>>> Plurielles <http://cevennes-plurielles.com>
>>> et aussi sur Facebook :
>>>
>>> * Agir pour le futur
>>> <https://www.facebook.com/AgirPourLeFutur?ref=bookmarks>
>>> * Vallée Borgne Info
>>> <https://www.facebook.com/valleeborgne.info?ref=bookmarks>
>>> * Photographe en Cévennes
>>> <https://www.facebook.com/PhotographeEnCevennes?ref=bookmarks>
>>>
>>>
>>> _______________________________________________
>>> Digikam-users mailing list
>>> Digikam-users at kde.org <mailto:Digikam-users at kde.org>
>>> https://mail.kde.org/mailman/listinfo/digikam-users
>>>
>>>
>>>
>>> _______________________________________________
>>> Digikam-users mailing list
>>> Digikam-users at kde.org <mailto:Digikam-users at kde.org>
>>> https://mail.kde.org/mailman/listinfo/digikam-users
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Digikam-users mailing list
>>> Digikam-users at kde.org <mailto:Digikam-users at kde.org>
>>> https://mail.kde.org/mailman/listinfo/digikam-users
>>
>>
>> _______________________________________________
>> Digikam-users mailing list
>> Digikam-users at kde.org <mailto:Digikam-users at kde.org>
>> https://mail.kde.org/mailman/listinfo/digikam-users
>>
>>
>>
>>
>> _______________________________________________
>> Digikam-users mailing list
>> Digikam-users at kde.org <mailto:Digikam-users at kde.org>
>> https://mail.kde.org/mailman/listinfo/digikam-users
>
>
> _______________________________________________
> Digikam-users mailing list
> Digikam-users at kde.org <mailto:Digikam-users at kde.org>
> https://mail.kde.org/mailman/listinfo/digikam-users
>
>
>
>
> _______________________________________________
> Digikam-users mailing list
> Digikam-users at kde.org
> https://mail.kde.org/mailman/listinfo/digikam-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/digikam-users/attachments/20160113/e80d3ac2/attachment.html>
More information about the Digikam-users
mailing list