[digiKam-users] Debian

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

[digiKam-users] Debian

Mark Fraser
Is anyone still building for Debian/Ubuntu? Last packages seem to be for
5.6 and even Kubuntu 18.04 is still showing 5.6.
Reply | Threaded
Open this post in threaded view
|

Re: Debian

AndriusWild
I don't think so. You can either use the appimage or compile yourself.

I am compiling from git on my Debian install right now. It seems to be very easy to do.
I will post the results either tonight or tomorrow.

Sent from my Samsung Galaxy smartphone.

-------- Original message --------
From: Mark Fraser <[hidden email]>
Date: 2018-03-25 12:14 PM (GMT-07:00)
Subject: [digiKam-users] Debian

Is anyone still building for Debian/Ubuntu? Last packages seem to be for
5.6 and even Kubuntu 18.04 is still showing 5.6.
Reply | Threaded
Open this post in threaded view
|

[digiKam-users] Debian

Jean
In reply to this post by Mark Fraser
I am on KDE Neon and I have Digikam 5.8 installed from the repositories

_________

Is anyone still building for Debian/Ubuntu? Last packages seem to be for
5.6 and even Kubuntu 18.04 is still showing 5.6.

Reply | Threaded
Open this post in threaded view
|

Re: Debian

AndriusWild
In reply to this post by AndriusWild
It did not compile.
bootstrap.linux script error (see below).
I am assuming one of my packages is version 5.28.0 but the minimum required is 5.30.0 but I am not sure which one.
It is neither ECM nor libksane.
Does anyone know what package am I missing?

As a side note, bootstrap.linux does not work if the path contains spaces.

---------
-- Starting CMake configuration for: libksane
CMake Error at extra/libksane/CMakeLists.txt:13 (find_package):
  Could not find a configuration file for package "ECM" that is compatible
  with requested version "5.30.0".

  The following configuration files were considered but not accepted:

    /usr/share/ECM/cmake/ECMConfig.cmake, version: 5.28.0
-----------------


-- Configuring incomplete, errors occurred!

Best regards,

On Sun, Mar 25, 2018 at 12:25 PM, Andrey Goreev <[hidden email]> wrote:
I don't think so. You can either use the appimage or compile yourself.

I am compiling from git on my Debian install right now. It seems to be very easy to do.
I will post the results either tonight or tomorrow.

Sent from my Samsung Galaxy smartphone.

-------- Original message --------
From: Mark Fraser <[hidden email]>
Date: 2018-03-25 12:14 PM (GMT-07:00)
Subject: [digiKam-users] Debian

Is anyone still building for Debian/Ubuntu? Last packages seem to be for
5.6 and even Kubuntu 18.04 is still showing 5.6.

Reply | Threaded
Open this post in threaded view
|

Re: Debian

Gilles Caulier-4
ecm == extra cmake modules

This include more cmake scripts written by for KDE frameworks.

The version that you use is older than one required by libksane.

Solution : do not include libksane in compilation rules. The is and option to turn off from bootstrap script.

Gilles Caulier

2018-03-26 16:29 GMT+02:00 Andrey Goreev <[hidden email]>:
It did not compile.
bootstrap.linux script error (see below).
I am assuming one of my packages is version 5.28.0 but the minimum required is 5.30.0 but I am not sure which one.
It is neither ECM nor libksane.
Does anyone know what package am I missing?

As a side note, bootstrap.linux does not work if the path contains spaces.

---------
-- Starting CMake configuration for: libksane
CMake Error at extra/libksane/CMakeLists.txt:13 (find_package):
  Could not find a configuration file for package "ECM" that is compatible
  with requested version "5.30.0".

  The following configuration files were considered but not accepted:

    /usr/share/ECM/cmake/ECMConfig.cmake, version: 5.28.0
-----------------


-- Configuring incomplete, errors occurred!

Best regards,

On Sun, Mar 25, 2018 at 12:25 PM, Andrey Goreev <[hidden email]> wrote:
I don't think so. You can either use the appimage or compile yourself.

I am compiling from git on my Debian install right now. It seems to be very easy to do.
I will post the results either tonight or tomorrow.

Sent from my Samsung Galaxy smartphone.

-------- Original message --------
From: Mark Fraser <[hidden email]>
Date: 2018-03-25 12:14 PM (GMT-07:00)
Subject: [digiKam-users] Debian

Is anyone still building for Debian/Ubuntu? Last packages seem to be for
5.6 and even Kubuntu 18.04 is still showing 5.6.


Reply | Threaded
Open this post in threaded view
|

Re: Debian

AndriusWild
Thank you Gilles

Looks like 'sudo apt-get build-dep digikam' does not install all the required dependencies.

I see that I need to compile exiv2 0.26, QtAV, ffmpeg, etc. ...

Best regards,

On Mon, Mar 26, 2018 at 8:42 AM, Gilles Caulier <[hidden email]> wrote:
ecm == extra cmake modules

This include more cmake scripts written by for KDE frameworks.

The version that you use is older than one required by libksane.

Solution : do not include libksane in compilation rules. The is and option to turn off from bootstrap script.

Gilles Caulier

2018-03-26 16:29 GMT+02:00 Andrey Goreev <[hidden email]>:
It did not compile.
bootstrap.linux script error (see below).
I am assuming one of my packages is version 5.28.0 but the minimum required is 5.30.0 but I am not sure which one.
It is neither ECM nor libksane.
Does anyone know what package am I missing?

As a side note, bootstrap.linux does not work if the path contains spaces.

---------
-- Starting CMake configuration for: libksane
CMake Error at extra/libksane/CMakeLists.txt:13 (find_package):
  Could not find a configuration file for package "ECM" that is compatible
  with requested version "5.30.0".

  The following configuration files were considered but not accepted:

    /usr/share/ECM/cmake/ECMConfig.cmake, version: 5.28.0
-----------------


-- Configuring incomplete, errors occurred!

Best regards,

On Sun, Mar 25, 2018 at 12:25 PM, Andrey Goreev <[hidden email]> wrote:
I don't think so. You can either use the appimage or compile yourself.

I am compiling from git on my Debian install right now. It seems to be very easy to do.
I will post the results either tonight or tomorrow.

Sent from my Samsung Galaxy smartphone.

-------- Original message --------
From: Mark Fraser <[hidden email]>
Date: 2018-03-25 12:14 PM (GMT-07:00)
Subject: [digiKam-users] Debian

Is anyone still building for Debian/Ubuntu? Last packages seem to be for
5.6 and even Kubuntu 18.04 is still showing 5.6.



Reply | Threaded
Open this post in threaded view
|

Re: Debian

Gilles Caulier-4
The complete list of dependencies are listed here :


Gilles Caulier

2018-03-26 16:56 GMT+02:00 Andrey Goreev <[hidden email]>:
Thank you Gilles

Looks like 'sudo apt-get build-dep digikam' does not install all the required dependencies.

I see that I need to compile exiv2 0.26, QtAV, ffmpeg, etc. ...

Best regards,

On Mon, Mar 26, 2018 at 8:42 AM, Gilles Caulier <[hidden email]> wrote:
ecm == extra cmake modules

This include more cmake scripts written by for KDE frameworks.

The version that you use is older than one required by libksane.

Solution : do not include libksane in compilation rules. The is and option to turn off from bootstrap script.

Gilles Caulier

2018-03-26 16:29 GMT+02:00 Andrey Goreev <[hidden email]>:
It did not compile.
bootstrap.linux script error (see below).
I am assuming one of my packages is version 5.28.0 but the minimum required is 5.30.0 but I am not sure which one.
It is neither ECM nor libksane.
Does anyone know what package am I missing?

As a side note, bootstrap.linux does not work if the path contains spaces.

---------
-- Starting CMake configuration for: libksane
CMake Error at extra/libksane/CMakeLists.txt:13 (find_package):
  Could not find a configuration file for package "ECM" that is compatible
  with requested version "5.30.0".

  The following configuration files were considered but not accepted:

    /usr/share/ECM/cmake/ECMConfig.cmake, version: 5.28.0
-----------------


-- Configuring incomplete, errors occurred!

Best regards,

On Sun, Mar 25, 2018 at 12:25 PM, Andrey Goreev <[hidden email]> wrote:
I don't think so. You can either use the appimage or compile yourself.

I am compiling from git on my Debian install right now. It seems to be very easy to do.
I will post the results either tonight or tomorrow.

Sent from my Samsung Galaxy smartphone.

-------- Original message --------
From: Mark Fraser <[hidden email]>
Date: 2018-03-25 12:14 PM (GMT-07:00)
Subject: [digiKam-users] Debian

Is anyone still building for Debian/Ubuntu? Last packages seem to be for
5.6 and even Kubuntu 18.04 is still showing 5.6.




Reply | Threaded
Open this post in threaded view
|

Re: Debian

NeiNei
Hi there,

this rather obvious lagging of the Debian side of life prompted me to
change over to KDE Neon because they seem to be somehow up to date with
regards to recent DigiKam version.
Perhaps it is worth a trial?

Best,
NeiNei

On 26.03.2018 17:02, Gilles Caulier wrote:

> The complete list of dependencies are listed here :
>
> https://cgit.kde.org/digikam.git/tree/DEPENDENCIES
>
> Gilles Caulier
>
> 2018-03-26 16:56 GMT+02:00 Andrey Goreev <[hidden email]
> <mailto:[hidden email]>>:
>
>     Thank you Gilles
>
>     Looks like 'sudo apt-get build-dep digikam' does not install all the
>     required dependencies.
>
>     I see that I need to compile exiv2 0.26, QtAV, ffmpeg, etc. ...
>
>     Best regards,
>
>     On Mon, Mar 26, 2018 at 8:42 AM, Gilles Caulier
>     <[hidden email] <mailto:[hidden email]>> wrote:
>
>         ecm == extra cmake modules
>
>         This include more cmake scripts written by for KDE frameworks.
>
>         The version that you use is older than one required by libksane.
>
>         Solution : do not include libksane in compilation rules. The is
>         and option to turn off from bootstrap script.
>
>         Gilles Caulier
>
>         2018-03-26 16:29 GMT+02:00 Andrey Goreev <[hidden email]
>         <mailto:[hidden email]>>:
>
>             It did not compile.
>             bootstrap.linux script error (see below).
>             I am assuming one of my packages is version 5.28.0 but the
>             minimum required is 5.30.0 but I am not sure which one.
>             It is neither ECM nor libksane.
>             Does anyone know what package am I missing?
>
>             As a side note, bootstrap.linux does not work if the path
>             contains spaces.
>
>             ---------
>             -- Starting CMake configuration for: libksane
>             CMake Error at extra/libksane/CMakeLists.txt:13 (find_package):
>                Could not find a configuration file for package "ECM"
>             that is compatible
>                with requested version "5.30.0".
>
>                The following configuration files were considered but not
>             accepted:
>
>                  /usr/share/ECM/cmake/ECMConfig.cmake, version: 5.28.0
>             -----------------
>
>
>             -- Configuring incomplete, errors occurred!
>
>             Best regards,
>
>             On Sun, Mar 25, 2018 at 12:25 PM, Andrey Goreev
>             <[hidden email] <mailto:[hidden email]>> wrote:
>
>                 I don't think so. You can either use the appimage or
>                 compile yourself.
>
>                 I am compiling from git on my Debian install right now.
>                 It seems to be very easy to do.
>                 I will post the results either tonight or tomorrow.
>
>                 Sent from my Samsung Galaxy smartphone.
>
>                 -------- Original message --------
>                 From: Mark Fraser <[hidden email]
>                 <mailto:mfraz74%[hidden email]>>
>                 Date: 2018-03-25 12:14 PM (GMT-07:00)
>                 To: [hidden email] <mailto:[hidden email]>
>                 Subject: [digiKam-users] Debian
>
>                 Is anyone still building for Debian/Ubuntu? Last
>                 packages seem to be for
>                 5.6 and even Kubuntu 18.04 is still showing 5.6.
>
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Debian

AndriusWild
Try it for sure. Hopefully it is stable enough for production. I am on openSUSE mostly which is very up to date packages but it breaks once in a while that is why I installed Debian stable in parallel. I just can't stand when I planned time to get something done on my computer, power it on and realize that Plasma does not start, X server crashes etc. So instead of working on my images I am fixing the system.


Sent from my Samsung Galaxy smartphone.

-------- Original message --------
From: NeiNei <[hidden email]>
Date: 2018-03-27 1:26 AM (GMT-07:00)
To: digiKam - Home Manage your photographs as a professional with the power of open source <[hidden email]>
Subject: Re: [digiKam-users] Debian

Hi there,

this rather obvious lagging of the Debian side of life prompted me to
change over to KDE Neon because they seem to be somehow up to date with
regards to recent DigiKam version.
Perhaps it is worth a trial?

Best,
NeiNei

On 26.03.2018 17:02, Gilles Caulier wrote:

> The complete list of dependencies are listed here :
>
> https://cgit.kde.org/digikam.git/tree/DEPENDENCIES
>
> Gilles Caulier
>
> 2018-03-26 16:56 GMT+02:00 Andrey Goreev <[hidden email]
> <mailto:[hidden email]>>:
>
>     Thank you Gilles
>
>     Looks like 'sudo apt-get build-dep digikam' does not install all the
>     required dependencies.
>
>     I see that I need to compile exiv2 0.26, QtAV, ffmpeg, etc. ...
>
>     Best regards,
>
>     On Mon, Mar 26, 2018 at 8:42 AM, Gilles Caulier
>     <[hidden email] <mailto:[hidden email]>> wrote:
>
>         ecm == extra cmake modules
>
>         This include more cmake scripts written by for KDE frameworks.
>
>         The version that you use is older than one required by libksane.
>
>         Solution : do not include libksane in compilation rules. The is
>         and option to turn off from bootstrap script.
>
>         Gilles Caulier
>
>         2018-03-26 16:29 GMT+02:00 Andrey Goreev <[hidden email]
>         <mailto:[hidden email]>>:
>
>             It did not compile.
>             bootstrap.linux script error (see below).
>             I am assuming one of my packages is version 5.28.0 but the
>             minimum required is 5.30.0 but I am not sure which one.
>             It is neither ECM nor libksane.
>             Does anyone know what package am I missing?
>
>             As a side note, bootstrap.linux does not work if the path
>             contains spaces.
>
>             ---------
>             -- Starting CMake configuration for: libksane
>             CMake Error at extra/libksane/CMakeLists.txt:13 (find_package):
>                Could not find a configuration file for package "ECM"
>             that is compatible
>                with requested version "5.30.0".
>
>                The following configuration files were considered but not
>             accepted:
>
>                  /usr/share/ECM/cmake/ECMConfig.cmake, version: 5.28.0
>             -----------------
>
>
>             -- Configuring incomplete, errors occurred!
>
>             Best regards,
>
>             On Sun, Mar 25, 2018 at 12:25 PM, Andrey Goreev
>             <[hidden email] <mailto:[hidden email]>> wrote:
>
>                 I don't think so. You can either use the appimage or
>                 compile yourself.
>
>                 I am compiling from git on my Debian install right now.
>                 It seems to be very easy to do.
>                 I will post the results either tonight or tomorrow.
>
>                 Sent from my Samsung Galaxy smartphone.
>
>                 -------- Original message --------
>                 From: Mark Fraser <[hidden email]
>                 <mailto:mfraz74%[hidden email]>>
>                 Date: 2018-03-25 12:14 PM (GMT-07:00)
>                 To: [hidden email] <mailto:[hidden email]>
>                 Subject: [digiKam-users] Debian
>
>                 Is anyone still building for Debian/Ubuntu? Last
>                 packages seem to be for
>                 5.6 and even Kubuntu 18.04 is still showing 5.6.
>
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Debian

christian graesser
I moved to Manjaro (Arch based) which is quite easy to use. The reason was that (K)UBUNTU prgs was not recent enough and KDE too unstable.

There I use the digikam 5.8 from standard Manjaro Arch packages.
That works very fine for me. 

Christian Graesser

On Tue, 27 Mar 2018, 15:14 Andrey Goreev, <[hidden email]> wrote:
Try it for sure. Hopefully it is stable enough for production. I am on openSUSE mostly which is very up to date packages but it breaks once in a while that is why I installed Debian stable in parallel. I just can't stand when I planned time to get something done on my computer, power it on and realize that Plasma does not start, X server crashes etc. So instead of working on my images I am fixing the system.


Sent from my Samsung Galaxy smartphone.

-------- Original message --------
From: NeiNei <[hidden email]>
Date: 2018-03-27 1:26 AM (GMT-07:00)
To: digiKam - Home Manage your photographs as a professional with the power of open source <[hidden email]>
Subject: Re: [digiKam-users] Debian

Hi there,

this rather obvious lagging of the Debian side of life prompted me to
change over to KDE Neon because they seem to be somehow up to date with
regards to recent DigiKam version.
Perhaps it is worth a trial?

Best,
NeiNei

On 26.03.2018 17:02, Gilles Caulier wrote:

> The complete list of dependencies are listed here :
>
> https://cgit.kde.org/digikam.git/tree/DEPENDENCIES
>
> Gilles Caulier
>
> 2018-03-26 16:56 GMT+02:00 Andrey Goreev <[hidden email]
> <mailto:[hidden email]>>:
>
>     Thank you Gilles
>
>     Looks like 'sudo apt-get build-dep digikam' does not install all the
>     required dependencies.
>
>     I see that I need to compile exiv2 0.26, QtAV, ffmpeg, etc. ...
>
>     Best regards,
>
>     On Mon, Mar 26, 2018 at 8:42 AM, Gilles Caulier
>     <[hidden email] <mailto:[hidden email]>> wrote:
>
>         ecm == extra cmake modules
>
>         This include more cmake scripts written by for KDE frameworks.
>
>         The version that you use is older than one required by libksane.
>
>         Solution : do not include libksane in compilation rules. The is
>         and option to turn off from bootstrap script.
>
>         Gilles Caulier
>
>         2018-03-26 16:29 GMT+02:00 Andrey Goreev <[hidden email]
>         <mailto:[hidden email]>>:
>
>             It did not compile.
>             bootstrap.linux script error (see below).
>             I am assuming one of my packages is version 5.28.0 but the
>             minimum required is 5.30.0 but I am not sure which one.
>             It is neither ECM nor libksane.
>             Does anyone know what package am I missing?
>
>             As a side note, bootstrap.linux does not work if the path
>             contains spaces.
>
>             ---------
>             -- Starting CMake configuration for: libksane
>             CMake Error at extra/libksane/CMakeLists.txt:13 (find_package):
>                Could not find a configuration file for package "ECM"
>             that is compatible
>                with requested version "5.30.0".
>
>                The following configuration files were considered but not
>             accepted:
>
>                  /usr/share/ECM/cmake/ECMConfig.cmake, version: 5.28.0
>             -----------------
>
>
>             -- Configuring incomplete, errors occurred!
>
>             Best regards,
>
>             On Sun, Mar 25, 2018 at 12:25 PM, Andrey Goreev
>             <[hidden email] <mailto:[hidden email]>> wrote:
>
>                 I don't think so. You can either use the appimage or
>                 compile yourself.
>
>                 I am compiling from git on my Debian install right now.
>                 It seems to be very easy to do.
>                 I will post the results either tonight or tomorrow.
>
>                 Sent from my Samsung Galaxy smartphone.
>
>                 -------- Original message --------
>                 From: Mark Fraser <[hidden email]
>                 <mailto:[hidden email]>>
>                 Date: 2018-03-25 12:14 PM (GMT-07:00)
>                 To: [hidden email] <mailto:[hidden email]>
>                 Subject: [digiKam-users] Debian
>
>                 Is anyone still building for Debian/Ubuntu? Last
>                 packages seem to be for
>                 5.6 and even Kubuntu 18.04 is still showing 5.6.
>
>
>
>
>