Dear all digiKam fans and users!
The digiKam development team is happy to release 1.2.0. For more details, see announcement on digikam.org: http://www.digikam.org/drupal/node/511 Best Regards Gilles Caulier digiKam project http://www.digikam.org _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Compiled it first thing this morning on Gentoo. Seems to be working fine so far. Thanks!
Vern ________________________________________ From: Gilles Caulier [[hidden email]] Sent: Monday, March 29, 2010 8:19 AM To: [hidden email]; [hidden email]; [hidden email]; [hidden email]; [hidden email] Subject: [Digikam-users] digiKam 1.2.0 released... Dear all digiKam fans and users! The digiKam development team is happy to release 1.2.0. For more details, see announcement on digikam.org: http://www.digikam.org/drupal/node/511 Best Regards Gilles Caulier digiKam project http://www.digikam.org _______________________________________________ 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 |
In reply to this post by Gilles Caulier-4
Bonjour,
Je suis débutant, j'aimerai savoir s'il faut-il desinstaller la 1.1.0 avant d'installer la 1.2.0 ?
2010/3/29 Gilles Caulier <[hidden email]> Dear all digiKam fans and users! _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
2010/3/29 Alcachofa <[hidden email]>:
> Bonjour, > Je suis débutant, j'aimerai savoir s'il faut-il desinstaller la 1.1.0 avant > d'installer la 1.2.0 ? It's not mandatory, but to prevent side effect, it's always better... Gilles Caulier _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Y a-t-il un repository Ubuntu de la version 1.2 ?
sinon comment l'installer ? Merci
2010/3/29 Gilles Caulier <[hidden email]> 2010/3/29 Alcachofa <[hidden email]>: _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Le 29 mars 2010 16:23, Alcachofa <[hidden email]> a écrit :
> Y a-t-il un repository Ubuntu de la version 1.2 ? > sinon comment l'installer ? > Merci We packaging tarball, not binary package... Gilles Caulier _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Je suis sous Ubuntu et je ne sais pas comment procéder pour installer le paquet .tar.bz2 ?
pouvez-vous m'aider ? merci infiniment
Pierre
2010/3/29 Gilles Caulier <[hidden email]> Le 29 mars 2010 16:23, Alcachofa <[hidden email]> a écrit : _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Hi,
On Mon, Mar 29, 2010 at 04:29:41PM +0200, Alcachofa wrote: > Je suis sous Ubuntu et je ne sais pas comment procéder pour installer le > paquet .tar.bz2 ? > pouvez-vous m'aider ? Installing a tarball: http://www.digikam.org/?q=download/tarball Do not forget to install the dependencies first: http://www.digikam.org/drupal/download/dependencies (But you probably have them already if you installed another version of Digikam.) Regards, -- Gabriel Kerneis _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Alcachofa
This is the way I installed digiKam 1.2 in Ubuntu 10.04 (and it should
also work in Ubuntu 9.10, or a recent Debian): 1. create a temporary directory 2. download digikam-1.2.0.tar.bz2 to this directory 3. also download the Debian diff for digiKam from unstable[1]: http://ftp.de.debian.org/debian/pool/main/d/digikam/digikam_1.1.0-1.diff.gz 4. unpack digikam and unzip the diff: # tar xjf digikam-1.2.0.tar.bz2 # gunzip digikam_1.1.0-1.diff.gz 5. change to the now-created directory: # cd digikam-1.2.0 6. # patch -p1 < ../digikam_1.1.0-1.diff 7. create Debian packages of digiKam and showFoto: # chmod +x debian/rules # fakeroot debian/rules binary On my machine this created the following three packages: digikam_1.1.0-1_powerpc.deb digikam-dbg_1.1.0-1_powerpc.deb showfoto_1.1.0-1_powerpc.deb Don't be confused by the file names, the packages really contain digiKam 1.2! Normally you would not need the "digikam-dbg" (debug) package. Install the packages with "dpkg -i" or your preferred method. The advantage of using Debian packages (instead of just installing digiKam manually alongside an existing KDE) is that you don't interfere with your package manager and can even update digiKam later on with distribution packages. Unfortunately digiKam cannot be installed properly in /usr/local, if things haven't changed recently. Regards, Vlado [1] You can check http://packages.debian.org/sid/digikam and maybe already get the diff for the official 1.2 package _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Or, even simpler, add this PPA and update as normal
https://launchpad.net/~fboucault/+archive/ppa :-) On 03/30/2010 01:05 PM, Vlado Plaga wrote: This is the way I installed digiKam 1.2 in Ubuntu 10.04 (and it should also work in Ubuntu 9.10, or a recent Debian): 1. create a temporary directory 2. download digikam-1.2.0.tar.bz2 to this directory 3. also download the Debian diff for digiKam from unstable[1]: http://ftp.de.debian.org/debian/pool/main/d/digikam/digikam_1.1.0-1.diff.gz 4. unpack digikam and unzip the diff: # tar xjf digikam-1.2.0.tar.bz2 # gunzip digikam_1.1.0-1.diff.gz 5. change to the now-created directory: # cd digikam-1.2.0 6. # patch -p1 < ../digikam_1.1.0-1.diff 7. create Debian packages of digiKam and showFoto: # chmod +x debian/rules # fakeroot debian/rules binary On my machine this created the following three packages: digikam_1.1.0-1_powerpc.deb digikam-dbg_1.1.0-1_powerpc.deb showfoto_1.1.0-1_powerpc.deb Don't be confused by the file names, the packages really contain digiKam 1.2! Normally you would not need the "digikam-dbg" (debug) package. Install the packages with "dpkg -i" or your preferred method. The advantage of using Debian packages (instead of just installing digiKam manually alongside an existing KDE) is that you don't interfere with your package manager and can even update digiKam later on with distribution packages. Unfortunately digiKam cannot be installed properly in /usr/local, if things haven't changed recently. Regards, Vlado [1] You can check http://packages.debian.org/sid/digikam and maybe already get the diff for the official 1.2 package _______________________________________________ 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 |
In reply to this post by Alcachofa
On Monday March 29 2010 14:25:14 Alcachofa wrote:
> Je suis débutant, j'aimerai savoir s'il faut-il desinstaller la 1.1.0 avant > d'installer la 1.2.0 ? I would use a package manager, it takes care of thouse things :) Damnshock -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Vlado Plaga
7. create Debian packages of digiKam and showFoto:
# chmod +x debian/rules # fakeroot debian/rules binary not work ! pierre@pierre-laptop:~/Bureau/temp/digikam-1.2.0$ chmod +x debian/rules
pierre@pierre-laptop:~/Bureau/temp/digikam-1.2.0$ fakeroot debian/rules binary debian/rules:3: /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk: Aucun fichier ou dossier de ce type
debian/rules:4: /usr/share/cdbs/1/rules/debhelper.mk: Aucun fichier ou dossier de ce type debian/rules:5: /usr/share/cdbs/1/rules/utils.mk: Aucun fichier ou dossier de ce type
make: *** Pas de règle pour fabriquer la cible « /usr/share/cdbs/1/rules/utils.mk ». Arrêt. pierre@pierre-laptop:~/Bureau/temp/digikam-1.2.0$
Tanks, Pierre Toujours plus loin...
_______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Vlado Plaga
7. create Debian packages of digiKam and showFoto: # fakeroot debian/rules binary not work !# chmod +x debian/rules pierre@pierre-laptop:~/Bureau/temp/digikam-1.2.0$ chmod +x debian/rules
pierre@pierre-laptop:~/Bureau/temp/digikam-1.2.0$ fakeroot debian/rules binary debian/rules:3: /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk: Aucun fichier ou dossier de ce type
debian/rules:4: /usr/share/cdbs/1/rules/debhelper.mk: Aucun fichier ou dossier de ce type debian/rules:5: /usr/share/cdbs/1/rules/utils.mk: Aucun fichier ou dossier de ce type
make: *** Pas de règle pour fabriquer la cible « /usr/share/cdbs/1/rules/utils.mk ». Arrêt. pierre@pierre-laptop:~/Bureau/temp/digikam-1.2.0$
Tanks, Pierre Toujours plus loin...
2010/3/30 Vlado Plaga <[hidden email]> This is the way I installed digiKam 1.2 in Ubuntu 10.04 (and it should _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Am Fri, 2 Apr 2010 23:29:28 +0200
schrieb Pierre <[hidden email]>: > debian/rules:3: /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk: > Aucun fichier ou dossier de ce type For those who can't read French: that would be "No such file or directory". It seems like I forgot one important step in my instruction list: 0. apt-get build-dep digikam That should give you everything you need to build the package. You might still have to install "fakeroot" though, unless you want to build the package as root. Speaking of updates to my digiKam build/ installation instructions: Bill suggested to just use a PPA to install binary packages - but the PPA he mentioned only works for Ubuntu 9.10 and for three architectures (not my PowerPC). Still you can use the diff from there, instead of from the Debian archive, so you get a properly named 1.2 package: https://launchpad.net/~fboucault/+archive/ppa/+files/digikam_1.2.0-0ubuntu1.diff.gz By the way: In case the build-dep method did not solve your problem: When I get such messages I usually try to find out which package could contain the file by using "apt-file". If you haven't got apt-file yet: # aptitude install apt-file # sudo apt-file update Then: # apt-file search kde.mk This gives "cdbs: /usr/share/cdbs/1/class/kde.mk" (and four more hits). But it's clear: you need to install the package "cdbs". Vlado _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Bill Yiannakos
Just had to put this repository in Synaptic to get Digikam 1.2.0 version.
Thanks a lot ! (I wouldn't have been able to compile it by myself). Marie-Noëlle 2010/3/30 Bill Yiannakos <[hidden email]> --
Membre de l'équipe Piwigo : http://fr.piwigo.org Parcourez les Cévennes à ma façon : http://www.cevennes-plurielles.com Et toutes mes autres publications à partir de ma page d'accueil : http://www.marie-noelle-augendre.com _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Alcachofa
2010/4/2 Alcachofa <[hidden email]>
> > 7. create Debian packages of digiKam and showFoto: > # chmod +x debian/rules > # fakeroot debian/rules binary not work ! > pierre@pierre-laptop:~/Bureau/temp/digikam-1.2.0$ chmod +x debian/rules > pierre@pierre-laptop:~/Bureau/temp/digikam-1.2.0$ fakeroot debian/rules binary > debian/rules:3: /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk: Aucun fichier ou dossier de ce type > debian/rules:4: /usr/share/cdbs/1/rules/debhelper.mk: Aucun fichier ou dossier de ce type > debian/rules:5: /usr/share/cdbs/1/rules/utils.mk: Aucun fichier ou dossier de ce type > make: *** Pas de règle pour fabriquer la cible « /usr/share/cdbs/1/rules/utils.mk ». Arrêt. > pierre@pierre-laptop:~/Bureau/temp/digikam-1.2.0$ > Where is the Problem ? > Tanks, Pierre > Toujours plus loin... > When sending command line outputs to a English mailing list you need to use English. With that you can get help from a lot more people. To get English output prepend the commands with LANG=C. For you that would be "LANG=C fakeroot debian/rules binary". Try that and send the output again. / Jonas _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |