last digikam install

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

last digikam install

Bugzilla from manchette@free.fr

Hello,

i'd like to install last version of digikam on my opensuse 11.1 system. Yast is providing 0.9.6 when i chose v1beta3.

i'm using this page http://docs.kde.org/development/en/extragear-graphics/digikam/installation.html but is this line ( % svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin) still ok ?

(i'm using kde 4.3.1, shall i just change the version of kde or 3.5 still gives last packages?)

Thanks


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

Re: last digikam install

gerlos
On sabato 17 ottobre 2009 14:45:23, Fabrice wrote:
> Hello,
>
> i'd like to install last version of digikam on my opensuse 11.1 system. Yast is providing 0.9.6 when i chose v1beta3.
>
> i'm using this page http://docs.kde.org/development/en/extragear-graphics/digikam/installation.html but is this line ( % svn co
> svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin) still ok ?
> (i'm using kde 4.3.1, shall i just change the version of kde or 3.5 still gives last packages?)

You don't need KDE 3.* any more, digikam can be built on KDE 4. It seems that documentation needs update.
Look at the official digikam page to get updated informations and more details on how to build digikam:
http://www.digikam.org/

I don't know how is safe to build from SVN (maybe at the moment it is, but just I don't know), but to go on the safe way you can install digikam from the latest source tarball, from here:
http://www.digikam.org/drupal/download

Please note that to build latest digikam you don't have to do the old ./configure && make && make install, but you should run cmake, as explained here:
http://techbase.kde.org/Development/Tutorials/CMake
And then go for the usual make && make install.

I hope my answer is helpful, anyway other people around here can give you better answer, if needed.

regards
gerlos

--
"Life is pretty simple: You do some stuff. Most fails. Some works. You do more
of what works. If it works big, others quickly copy it. Then you do something
else. The trick is the doing something else."
           < http://gerlos.altervista.org >
 gerlos  +- - - >  gnu/linux registred user #311588
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: last digikam install

Bugzilla from manchette@free.fr
hello,

In fact i used http://www.digikam.org/drupal/download/KDE4

but now i have an error that i do not understand : here's what the console gives me,
i'm gonna read the cmake link you gave.

code :

opensuse111:/graphics/build # cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ../../graphics
-- The C compiler identification is GNU
-- The CXX compiler identification is unknown
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
CMake Error at /usr/share/cmake/Modules/FindKDE4.cmake:84 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/root/.kde4/share/apps;/usr/share/kde4/apps;/etc/kde4/share/apps
Call Stack (most recent call first):
CMakeLists.txt:9 (find_package)


CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as

cmake_minimum_required(VERSION 2.6)

should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!




On samedi 17 octobre 2009 19:06:45 gerlos wrote:

> On sabato 17 ottobre 2009 14:45:23, Fabrice wrote:
> > Hello,
> >
> > i'd like to install last version of digikam on my opensuse 11.1 system.
> > Yast is providing 0.9.6 when i chose v1beta3.
> >
> > i'm using this page
> > http://docs.kde.org/development/en/extragear-graphics/digikam/installatio
> >n.html but is this line ( % svn co
> > svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin) still
> > ok ? (i'm using kde 4.3.1, shall i just change the version of kde or 3.5
> > still gives last packages?)
>
> You don't need KDE 3.* any more, digikam can be built on KDE 4. It seems
>  that documentation needs update. Look at the official digikam page to get
>  updated informations and more details on how to build digikam:
>  http://www.digikam.org/
>
> I don't know how is safe to build from SVN (maybe at the moment it is, but
>  just I don't know), but to go on the safe way you can install digikam from
>  the latest source tarball, from here:
>  http://www.digikam.org/drupal/download
>
> Please note that to build latest digikam you don't have to do the old
>  ./configure && make && make install, but you should run cmake, as
>  explained here: http://techbase.kde.org/Development/Tutorials/CMake
> And then go for the usual make && make install.
>
> I hope my answer is helpful, anyway other people around here can give you
>  better answer, if needed.
>
> regards
> gerlos
>
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: last digikam install

Bugzilla from manchette@free.fr
When following the link at http://techbase.kde.org/Development/Tutorials/CMake to install cmake i also have an error :
~/Downloads/developpement/cmake-build> ../bootstrap
bash: ../bootstrap: Aucun fichier ou dossier de ce type (no file nor directory of this type)
fabrice@opensuse111:~/Downloads/developpement/cmake-build> su
Mot de passe :
opensuse111:/home/fabrice/Downloads/developpement/cmake-build # ../bootstrap
bash: ../bootstrap: Aucun fichier ou dossier de ce type (no file nor directory of this type)

What's wrong then ?

Thanks




On samedi 17 octobre 2009 19:38:05 Fabrice wrote:

> hello,
>
> In fact i used http://www.digikam.org/drupal/download/KDE4
>
> but now i have an error that i do not understand : here's what the console
>  gives me, i'm gonna read the cmake link you gave.
>
> code :
>
> opensuse111:/graphics/build # cmake -DCMAKE_BUILD_TYPE=debugfull
>  -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ../../graphics -- The C
>  compiler identification is GNU
> -- The CXX compiler identification is unknown
> -- Check for working C compiler: /usr/bin/gcc
> -- Check for working C compiler: /usr/bin/gcc -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not
>  found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
>  CMake Error at /usr/share/cmake/Modules/FindKDE4.cmake:84 (MESSAGE):
>  ERROR: cmake/modules/FindKDE4Internal.cmake not found in
> /root/.kde4/share/apps;/usr/share/kde4/apps;/etc/kde4/share/apps
> Call Stack (most recent call first):
> CMakeLists.txt:9 (find_package)
>
>
> CMake Warning (dev) in CMakeLists.txt:
> No cmake_minimum_required command is present. A line of code such as
>
> cmake_minimum_required(VERSION 2.6)
>
> should be added at the top of the file. The version specified may be lower
> if you wish to support older CMake versions for this project. For more
> information run "cmake --help-policy CMP0000".
> This warning is for project developers. Use -Wno-dev to suppress it.
>
> -- Configuring incomplete, errors occurred!
>
> On samedi 17 octobre 2009 19:06:45 gerlos wrote:
> > On sabato 17 ottobre 2009 14:45:23, Fabrice wrote:
> > > Hello,
> > >
> > > i'd like to install last version of digikam on my opensuse 11.1 system.
> > > Yast is providing 0.9.6 when i chose v1beta3.
> > >
> > > i'm using this page
> > > http://docs.kde.org/development/en/extragear-graphics/digikam/installat
> > >io n.html but is this line ( % svn co
> > > svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin) still
> > > ok ? (i'm using kde 4.3.1, shall i just change the version of kde or
> > > 3.5 still gives last packages?)
> >
> > You don't need KDE 3.* any more, digikam can be built on KDE 4. It seems
> >  that documentation needs update. Look at the official digikam page to
> > get updated informations and more details on how to build digikam:
> >  http://www.digikam.org/
> >
> > I don't know how is safe to build from SVN (maybe at the moment it is,
> > but just I don't know), but to go on the safe way you can install digikam
> > from the latest source tarball, from here:
> >  http://www.digikam.org/drupal/download
> >
> > Please note that to build latest digikam you don't have to do the old
> >  ./configure && make && make install, but you should run cmake, as
> >  explained here: http://techbase.kde.org/Development/Tutorials/CMake
> > And then go for the usual make && make install.
> >
> > I hope my answer is helpful, anyway other people around here can give you
> >  better answer, if needed.
> >
> > regards
> > gerlos
>
> _______________________________________________
> 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: last digikam install

S. Burmeister
In reply to this post by Bugzilla from manchette@free.fr
Am Samstag, 17. Oktober 2009 14:45:23 schrieb Fabrice:
> Hello,
>
> i'd like to install last version of digikam on my opensuse 11.1 system.
>  Yast is providing 0.9.6 when i chose v1beta3.

If you chose "repositories" from the drop-down in the top-left corner in YaST
and click on the playground repo, you should see on the right the packages
included in that repo. There you can right click on digikam package and
install or refresh it. Make sure you pick the correct version in the version
tab at the bottom-right. the digikam betas are in the playground repo.

Another way is to use the menu packages > all packages > update if newer
version available, yet that will update all packages if therer is a newer
version available.

If you want to use the konsole, make sure your repos have all the same
priority or the kde ones a higher, i.e. have a lower number. and then use
either sudo zypper up digikam or sudo zypper dup if youwant to update
everything.

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

Re: last digikam install

Bugzilla from manchette@free.fr
Hello,
my mistake , in fact for some reason i mixed version 0.1 with v 0.10 so i thought that 0.10 was older when it is in fact newer than the one i had.
Thanks ;)


On lundi 19 octobre 2009 08:49:38 Sven Burmeister wrote:

> Am Samstag, 17. Oktober 2009 14:45:23 schrieb Fabrice:
> > Hello,
> >
> > i'd like to install last version of digikam on my opensuse 11.1 system.
> >  Yast is providing 0.9.6 when i chose v1beta3.
>
> If you chose "repositories" from the drop-down in the top-left corner in
>  YaST and click on the playground repo, you should see on the right the
>  packages included in that repo. There you can right click on digikam
>  package and install or refresh it. Make sure you pick the correct version
>  in the version tab at the bottom-right. the digikam betas are in the
>  playground repo.
>
> Another way is to use the menu packages > all packages > update if newer
> version available, yet that will update all packages if therer is a newer
> version available.
>
> If you want to use the konsole, make sure your repos have all the same
> priority or the kde ones a higher, i.e. have a lower number. and then use
> either sudo zypper up digikam or sudo zypper dup if youwant to update
> everything.
>
> Sven
> _______________________________________________
> 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