Hello all,
Does anyone know if 0.9.4 (or even a 10 beta) has been packaged for Kubuntu? Thanks. Stephen _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Am Dienstag 26 August 2008 09:27:44 schrieb Stephen J. Thompson:
> Hello all, > > Does anyone know if 0.9.4 (or even a 10 beta) has been packaged for > Kubuntu? at least in the official kubuntu repositories, there are no packages available for the newer digikam versions. so it's compile time for you ... best, gandalf > Thanks. > > Stephen > _______________________________________________ > 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 Stephen-125
On Tuesday 26 August 2008 09:27:44 Stephen J. Thompson wrote: > Hello all, > > Does anyone know if 0.9.4 (or even a 10 beta) has been packaged for > Kubuntu? > > Thanks. > > Stephen > _______________________________________________ > Digikam-users mailing list > https://mail.kde.org/mailman/listinfo/digikam-users Here is one: http://www.adrive.com/public/9f73dcf7d5481e396e9f2ec0e255a23650503399513b7cd4cc078d67c3f4e2f5.html Gerhard _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Bugzilla from gandalf.lechner@univie.ac.at
Gandalf Lechner wrote:
> Am Dienstag 26 August 2008 09:27:44 schrieb Stephen J. Thompson: >> Hello all, >> >> Does anyone know if 0.9.4 (or even a 10 beta) has been packaged for >> Kubuntu? > > at least in the official kubuntu repositories, there are no packages available > for the newer digikam versions. so it's compile time for you ... 0.9.4 version compiles w/o any problems on Kubuntu 8.0.4. However, if you are running KDE4.1 you'll have a little bit trouble getting the correct development librararies. If you run into trouble then just apt-get remove all the development libraries, remove the ppa.launchpad.net sources for KDE4 from sources.list run apt-get update and install all the development packages neede. Also 0.10.x will compile on Kubuntu 8.0.4 with KDE4, but I had some trouble running it. regards, David _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Gerhard Kulzer-3
On Tuesday 26 August 2008 10:22:15 Gerhard Kulzer wrote:
> On Tuesday 26 August 2008 09:27:44 Stephen J. Thompson wrote: > > Hello all, > > > > Does anyone know if 0.9.4 (or even a 10 beta) has been packaged for > > Kubuntu? > > > > Thanks. > > > > Stephen > > _______________________________________________ > > Digikam-users mailing list > > [hidden email] > > https://mail.kde.org/mailman/listinfo/digikam-users > > Here is one: > http://www.adrive.com/public/9f73dcf7d5481e396e9f2ec0e255a23650503399513b7c >d4cc078d67c3f4e2f5.html > > Gerhard Most appreciated. Thanks. Stephen. _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Stephen-125
2008/8/26 Stephen J. Thompson <[hidden email]>:
> Hello all, > > Does anyone know if 0.9.4 (or even a 10 beta) has been packaged for Kubuntu? > > Thanks. > > Stephen The 0.10 betas and SVN compile on Kubuntu 8.04 if you install KDE 4.1. Tell me if you need help, I will show you how to install KDE 4.1 and give you a script for compiling from SVN. -- Dotan Cohen http://what-is-what.com http://gibberish.co.il א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת ä-ö-ü-ß-Ä-Ö-Ü _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Dotan Cohen schrieb: Hi Dotan,2008/8/26 Stephen J. Thompson [hidden email]:Hello all, Does anyone know if 0.9.4 (or even a 10 beta) has been packaged for Kubuntu? Thanks. StephenThe 0.10 betas and SVN compile on Kubuntu 8.04 if you install KDE 4.1. Tell me if you need help, I will show you how to install KDE 4.1 and give you a script for compiling from SVN. does your script also covers the prereqs? If yes, than i'm very Interessted in it Oliver _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
2008/8/27 Oliver Dörr <[hidden email]>:
> Hi Dotan, > > does your script also covers the prereqs? > > If yes, than i'm very Interessted in it Sorry for the late reply, Real Life (tm) was getting in the way. Here is the script, but I make no apologies for bad coding practices! Improvements and suggestions welcome! #!/bin/bash # get sudo permission sudo ls # ### Modifiy according to your destination: DIGIKAMKDE4=/usr/lib/kde4 export PATH=/usr/lib/kde4/bin/:$PATH export LANG=C export KDEDIRS=$DIGIKAMKDE4:/usr/lib/kde4/ export LD_LIBRARY_PATH=$DIGIKAMKDE4/lib:$LD_LIBRARY_PATH export LDPATH=$DIGIKAMKDE4/lib:$LDPATH export PATH=$DIGIKAMKDE4/bin:$PATH export PKG_CONFIG_PATH=$DIGIKAMKDE4/lib/pkgconfig ##Checkout KDE4 version echo "--start--" # exiv2 wget http://www.exiv2.org/exiv2-0.17.1.tar.gz && \ tar xzf exiv2-0.17.1.tar.gz && \ cd exiv2-0.17.1 && \ echo "--exiv2-configure--" ./configure --prefix=$DIGIKAMKDE4 && \ echo "--exiv2-make--" make && \ echo "--exiv2-make-install--" sudo make install && \ # discovered that lensfun needs to be in exiv2 directory # http://lensfun.berlios.de svn checkout svn://svn.berlios.de/lensfun/trunk && \ echo "--lensfun-configure--" ./configure --prefix=$DIGIKAMKDE4 && \ echo "--lensfun-make-install--" sudo make install && \ # cd out of exiv2 directory cd .. && \ # kdegraphics libs svn source for KDE4 # (includes libkipi, libkdcraw, libkexiv2, libksane) : echo "--kde-graphics--" && \ svn co -N svn://anonsvn.kde.org/home/kde/trunk/KDE/kdegraphics && \ cd kdegraphics && \ echo "--kde-graphics-- up libs" && \ svn up libs && \ echo "--kde-graphics-- up cmake" && \ svn up cmake && \ # Checkout the latest digiKam and Kipi-plugins SVN source for KDE4: echo "--latest digiKam and Kipi-plugins--" && \ cd .. && \ svn co -N svn://anonsvn.kde.org/home/kde/trunk/extragear/graphics && \ cd graphics && \ echo "--latest digiKam and Kipi-plugins-- up digikam" && \ svn up digikam && \ echo "--latest digiKam and Kipi-plugins-- up kipi-plugins" && \ svn up kipi-plugins && \ echo "--latest digiKam and Kipi-plugins-- up cmake" && \ svn up cmake && \ # Installation for KDE4 in your system (/opt/kde4) cd .. && \ #To compile the source code under linux you have to give these commands in the source code folders. You should use a seperate build folder to help cleaning up sources if something goes wrong. echo "--to compile soure--" && \ mkdir -p /home/hardy/digikam-notes/kdegraphics/build && \ cd /home/hardy/digikam-notes/kdegraphics/build && \ # next line I modified echo "--to compile soure--cmake" && \ cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=$DIGIKAMKDE4 ../../kdegraphics && \ echo "--to compile soure--make" && \ make && \ echo "--to compile soure--make install" && \ sudo make install && \ #Now for digikam itself: echo "--digikam--" && \ mkdir -p /home/hardy/digikam-notes/graphics/build && \ cd /home/hardy/digikam-notes/graphics/build && \ echo "--digikam--cmake" && \ cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=$DIGIKAMKDE4 ../../graphics && \ echo "--digikam--make" && \ make && \ echo "--digikam--make install" && \ sudo make install && \ echo "--done!!!--" -- Dotan Cohen http://what-is-what.com http://gibberish.co.il א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת ä-ö-ü-ß-Ä-Ö-Ü _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |