[Digikam-users] Viewing pictures matching multiple tags?

Arnd Baecker arnd.baecker at web.de
Wed Sep 13 08:36:04 BST 2006


On Wed, 13 Sep 2006, Amos Shapira wrote:

> On 13/09/06, Arnd Baecker <arnd.baecker at web.de> wrote:
> >
> > Gilles,
> >
> > sorry this seems to be (again?) a misunderstanding:
> > I was trying to explain to Amos, that I think
> > that in 0.9.0-beta2 one can do what he wants.
> > As Amos is using 0.8 I was trying to point out that I don't know
> > whether that functionality (Advanced searches) does exist in 0.8.
> > For clarity I maybe should have added the remark that he should
> > try out 0.9.0-beta2 (with the notes for debian sarge
> > I posted on digikam-devel this should work pretty well on debian etch).
>
>
> Thanks Arnd, that's what I understood from your previous post. I'm saving
> your message around to when I find time to test this suggestion (hopefully
> already tonight). I strongly prefer to avoid straying from the path of Etch
> right now as I've just upgraded to it from Sarge+Backports and like the feel
> of having a clean(er) system. However since you point to some remarks about
> building debian packages for Digikam I might give that option a try as well.

Well, it is not about building debian *packages*, just how to build
from the beta tarballs,
http://mail.kde.org/pipermail/digikam-devel/2006-September/007282.html
Now looking at this, it turns out that the messages is
archived in a corrupted way!
(The reason seems to be that one line started with "From" ....).
Below are the notes again, hopefully complete

The installation (as non-root) goes to a separate place
and does not interfer with any of the debian packages itself,
so your system should stay clean ;-)

Best, Arnd


Installation notes for digikam beta
===================================

Warning: the following are just my personal *notes*
on the installation on debian sarge.
Change the installation path to whatever suits you.



mkdir /tmp/TSTDIGIKAM
cd  /tmp/TSTDIGIKAM
wget \
http://digikam3rdparty.free.fr/0.9.0-beta2/digikam-0.9.0-beta2.tar.bz2
wget \
http://digikam3rdparty.free.fr/0.9.0-beta2/digikamimageplugins-0.9.0-beta2.tar.bz2

export DST=/tmp/INSTDIGIKAM/
export KDEDIRS=$DST:/usr
export LD_LIBRARY_PATH=$DST/lib:$LD_LIBRARY_PATH
export LDPATH=$DST/lib:$LDPATH
mkdir $DST

svn checkout svn://dev.robotbattle.com/exiv2/trunk exiv2
cd exiv2
make config
./configure --prefix=$DST
make
make install
cd ..


Get the following from http://extragear.kde.org/apps/kipi
 kipi-plugins-0.1.2.tar.bz2
 libkexif-0.2.4.tar.bz2
 libkipi-0.1.4.tar.bz2

tar xjf libkexif-0.2.4.tar.bz2
tar xjf libkipi-0.1.4.tar.bz2
tar xjf kipi-plugins-0.1.2.tar.bz2


cd libkexif-0.2.4
./configure --prefix=$DST
make
make install
cd ..

cd libkipi-0.1.4
./configure --prefix=$DST
make
make install
cd ..

cd kipi-plugins-0.1.2
./configure --prefix=$DST
make
make install
cd ..

Remark: You're missing libxslt. The htmlexport plugin will not be
compiled.


tar xjf digikam-0.9.0-beta2.tar.bz2
tar xjf digikamimageplugins-0.9.0-beta2.tar.bz2

cd digikam-0.9.0-beta2
./configure --prefix=$DST --with-extra-includes=$DST/include \
--with-extra-libs=$DST/lib

-- digiKam configure results -------------------
-- sqlite3 found.................. YES
-- gphoto2 found.................. YES
-- libkipi found.................. YES
-- libtiff found.................. YES
-- libpng found................... YES
-- lcms found..................... YES
-- Exiv2 library found............ YES

make
make install
cd ..

cd digikamimageplugins-0.9.0-beta2
./configure --prefix=$DST --with-extra-includes=$DST/include \
--with-extra-libs=$DST/lib
make
make install
cd ..

To test:

export PATH=$DST/bin:$PATH
rehash
digikam







More information about the Digikam-users mailing list