git master branch is now digiKam 5.x

classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

git master branch is now digiKam 5.x

Gilles Caulier-4
Hi all,

Just few words to said that source code from git/master branch is now implementation for next digiKam 5.x, based on Qt5/KF5.

As digiKam 4.14.0 is out, KDE4 support is now stopped. All development are now focused to finalize Qt5 port. Work is always in progress... The release plan is given here :


Best

Gilles Caulier

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: git master branch is now digiKam 5.x

Jan Wolter
Hello,

I just tried to compile the current repository version. I get the
following error during bootstrap script:

CMake Error at CMakeLists.txt:19 (find_package):
   Could not find a package configuration file provided by "ECM" (requested
   version 1.7.0) with any of the following names:

     ECMConfig.cmake
     ecm-config.cmake

   Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set
"ECM_DIR"
   to a directory containing one of the above files.  If "ECM" provides a
   separate development package or SDK, be sure it has been installed.


What is ECM? And where can I download it?

I am using Linux Mint 17 OS. The digikam version 4.14 compiles well on
my PC.


Best regards,
Jan

On 16.10.2015 10:37, Gilles Caulier wrote:

> Hi all,
>
> Just few words to said that source code from git/master branch is now
> implementation for next digiKam 5.x, based on Qt5/KF5.
>
> As digiKam 4.14.0 is out, KDE4 support is now stopped. All development
> are now focused to finalize Qt5 port. Work is always in progress... The
> release plan is given here :
>
> https://www.digikam.org/about/releaseplan
>
> Best
>
> Gilles Caulier
>
>
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users
>
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: git master branch is now digiKam 5.x

Philip Johnsson
Jan

You are missing the extra-cmake-modules (ECM) package. :)

/Philip

On Sat, Oct 17, 2015 at 7:16 PM, Jan Wolter <[hidden email]> wrote:
Hello,

I just tried to compile the current repository version. I get the following error during bootstrap script:

CMake Error at CMakeLists.txt:19 (find_package):
  Could not find a package configuration file provided by "ECM" (requested
  version 1.7.0) with any of the following names:

    ECMConfig.cmake
    ecm-config.cmake

  Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR"
  to a directory containing one of the above files.  If "ECM" provides a
  separate development package or SDK, be sure it has been installed.


What is ECM? And where can I download it?

I am using Linux Mint 17 OS. The digikam version 4.14 compiles well on my PC.


Best regards,
Jan


On 16.10.2015 10:37, Gilles Caulier wrote:
Hi all,

Just few words to said that source code from git/master branch is now
implementation for next digiKam 5.x, based on Qt5/KF5.

As digiKam 4.14.0 is out, KDE4 support is now stopped. All development
are now focused to finalize Qt5 port. Work is always in progress... The
release plan is given here :

https://www.digikam.org/about/releaseplan

Best

Gilles Caulier


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: git master branch is now digiKam 5.x

Gilles Caulier-4
In reply to this post by Jan Wolter
ECM is Enhance CMake Modules. It's a collection of cmake scripts dedicated for developers.

Previously, all scripts was hosted in KDELibs. Now with KDE5 (KF5 in fact), all is cut in small packages.

For all details, please look in README. All links are cataloged. If it miss something, let's me hear...

Gilles Caulier

2015-10-17 19:16 GMT+02:00 Jan Wolter <[hidden email]>:
Hello,

I just tried to compile the current repository version. I get the following error during bootstrap script:

CMake Error at CMakeLists.txt:19 (find_package):
  Could not find a package configuration file provided by "ECM" (requested
  version 1.7.0) with any of the following names:

    ECMConfig.cmake
    ecm-config.cmake

  Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR"
  to a directory containing one of the above files.  If "ECM" provides a
  separate development package or SDK, be sure it has been installed.


What is ECM? And where can I download it?

I am using Linux Mint 17 OS. The digikam version 4.14 compiles well on my PC.


Best regards,
Jan


On 16.10.2015 10:37, Gilles Caulier wrote:
Hi all,

Just few words to said that source code from git/master branch is now
implementation for next digiKam 5.x, based on Qt5/KF5.

As digiKam 4.14.0 is out, KDE4 support is now stopped. All development
are now focused to finalize Qt5 port. Work is always in progress... The
release plan is given here :

https://www.digikam.org/about/releaseplan

Best

Gilles Caulier


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: git master branch is now digiKam 5.x

Jan Wolter
Thanks for the info. I have installed the extra cmake modules now. Meanwhile, I decided to install a new Linux Mint 17.2 and compile all depending libraries for digikam from source. The digikam readme says kdelibs >= 5.1.0 are required. I'm not sure what set of packages are minimal required to build digikam 5.x. In [1] I found a long list of KDE Framework components, among others extra cmake modules. Generally, is this page the correct one to get KF5 sources? And what is the minimal set of components I have to compile? I don't need any KDE tool, since I am happy with my Linux Mint Cinnamon. I only want to install the minimal requirements to build digikam 5.x

Best regards,
Jan

[1] http://download.kde.org/stable/frameworks/5.15/

On 17.10.2015 20:14, Gilles Caulier wrote:
ECM is Enhance CMake Modules. It's a collection of cmake scripts dedicated for developers.

Previously, all scripts was hosted in KDELibs. Now with KDE5 (KF5 in fact), all is cut in small packages.

For all details, please look in README. All links are cataloged. If it miss something, let's me hear...

Gilles Caulier

2015-10-17 19:16 GMT+02:00 Jan Wolter <[hidden email]>:
Hello,

I just tried to compile the current repository version. I get the following error during bootstrap script:

CMake Error at CMakeLists.txt:19 (find_package):
  Could not find a package configuration file provided by "ECM" (requested
  version 1.7.0) with any of the following names:

    ECMConfig.cmake
    ecm-config.cmake

  Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR"
  to a directory containing one of the above files.  If "ECM" provides a
  separate development package or SDK, be sure it has been installed.


What is ECM? And where can I download it?

I am using Linux Mint 17 OS. The digikam version 4.14 compiles well on my PC.


Best regards,
Jan


On 16.10.2015 10:37, Gilles Caulier wrote:
Hi all,

Just few words to said that source code from git/master branch is now
implementation for next digiKam 5.x, based on Qt5/KF5.

As digiKam 4.14.0 is out, KDE4 support is now stopped. All development
are now focused to finalize Qt5 port. Work is always in progress... The
release plan is given here :

https://www.digikam.org/about/releaseplan

Best

Gilles Caulier


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: git master branch is now digiKam 5.x

Gilles Caulier-4
I add in KDE git a list of all dependencies needs to compile digiKam 5.0.0 ;


Gilles Caulier

2015-10-22 21:47 GMT+02:00 Jan Wolter <[hidden email]>:
Thanks for the info. I have installed the extra cmake modules now. Meanwhile, I decided to install a new Linux Mint 17.2 and compile all depending libraries for digikam from source. The digikam readme says kdelibs >= 5.1.0 are required. I'm not sure what set of packages are minimal required to build digikam 5.x. In [1] I found a long list of KDE Framework components, among others extra cmake modules. Generally, is this page the correct one to get KF5 sources? And what is the minimal set of components I have to compile? I don't need any KDE tool, since I am happy with my Linux Mint Cinnamon. I only want to install the minimal requirements to build digikam 5.x

Best regards,
Jan

[1] http://download.kde.org/stable/frameworks/5.15/


On 17.10.2015 20:14, Gilles Caulier wrote:
ECM is Enhance CMake Modules. It's a collection of cmake scripts dedicated for developers.

Previously, all scripts was hosted in KDELibs. Now with KDE5 (KF5 in fact), all is cut in small packages.

For all details, please look in README. All links are cataloged. If it miss something, let's me hear...

Gilles Caulier

2015-10-17 19:16 GMT+02:00 Jan Wolter <[hidden email]>:
Hello,

I just tried to compile the current repository version. I get the following error during bootstrap script:

CMake Error at CMakeLists.txt:19 (find_package):
  Could not find a package configuration file provided by "ECM" (requested
  version 1.7.0) with any of the following names:

    ECMConfig.cmake
    ecm-config.cmake

  Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR"
  to a directory containing one of the above files.  If "ECM" provides a
  separate development package or SDK, be sure it has been installed.


What is ECM? And where can I download it?

I am using Linux Mint 17 OS. The digikam version 4.14 compiles well on my PC.


Best regards,
Jan


On 16.10.2015 10:37, Gilles Caulier wrote:
Hi all,

Just few words to said that source code from git/master branch is now
implementation for next digiKam 5.x, based on Qt5/KF5.

As digiKam 4.14.0 is out, KDE4 support is now stopped. All development
are now focused to finalize Qt5 port. Work is always in progress... The
release plan is given here :

https://www.digikam.org/about/releaseplan

Best

Gilles Caulier


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: git master branch is now digiKam 5.x

maderios
On 10/23/2015 11:12 AM, Gilles Caulier wrote:
> I add in KDE git a list of all dependencies needs to compile digiKam 5.0.0 ;
>
> https://quickgit.kde.org/?p=digikam-software-compilation.git&a=blob&h=9d7702e0ae5bd9e7eda28271aa5e0dfef1192601&f=DEPENDENCIES&o=plain
Hi
I can't see any mysql library in this list. Can we hope mysql is back
someday?

--
Maderios
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: git master branch is now digiKam 5.x

Gilles Caulier-4
No changes in this part for the moment. After to finalize Qt5 port, Database interface will the next priority.

Gilles Caulier

2015-10-23 16:29 GMT+02:00 maderios <[hidden email]>:
On 10/23/2015 11:12 AM, Gilles Caulier wrote:
I add in KDE git a list of all dependencies needs to compile digiKam 5.0.0 ;

https://quickgit.kde.org/?p=digikam-software-compilation.git&a=blob&h=9d7702e0ae5bd9e7eda28271aa5e0dfef1192601&f=DEPENDENCIES&o=plain
Hi
I can't see any mysql library in this list. Can we hope mysql is back someday?

--
Maderios

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: git master branch is now digiKam 5.x

maderios
On 10/23/2015 06:24 PM, Gilles Caulier wrote:
> No changes in this part for the moment. After to finalize Qt5 port,
> Database interface will the next priority.
>
Good news. Thanks.

--
Maderios
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users