[Kde-imaging] libkdcraw CMakeLists.txt proposed patch

Angelo Naselli anaselli at linux.it
Fri May 16 17:16:36 CEST 2008


> > Moreover, kdegraphics propose to install kipi as an optional package and, if I
> > compile whole extragear/libs, kipi-plugins requires libksane which has moved
> > (recently I think) in kdegraphics (chiken and egg problem)!!
> >
> 
> Yes, it's the big puzzle now...
Well it's not so hard to though, and it involves only developers using svn.

> Angelo, we must certainly move all libs in KDEgraphics and all
> kipi-plugins in extragear/graphics... (i'm not too favorable for
> that... but this will reduce puzzle stuff)
I'm taking in account your point of view and i believe we can wait for while
to move, at least after kde 4.1 is out, and in any cases when you're ready to.
But sooner or later we should.

Btw, here what to do to build from svn:
#adjust your path accordly
SVN_PATH="svn+ssh://anaselli@svn.kde.org/home/kde/trunk"
mkdir trunk
cd trunk 
svn co $SVN_PATH/KDE/kdegraphics
svn co $SVN_PATH/extragear/libs
cd ..
mkdir build
mkdir kdegraphics
cd kdegraphics
cmake -DCMAKE_BUILD_TYPE=DebugFull ~/trunk/kdegraphics
#add eventually -DLIB_SUFFIX=64  and -DCMAKE_INSTALL_PREFIX=$HOME/YOUR_LOCAL_INSTALL_PATH
cd libksane 
make install
cd ..
mkdir libs
cd libs
cmake -DCMAKE_BUILD_TYPE=DebugFull ~/trunk/libs
make install
# at this point if you want to build gwenview you need to reuse cmake to get libkipi :) (I'm not sure make gets it) 
cd ../kdegraphics 
cmake -DCMAKE_BUILD_TYPE=DebugFull ~/trunk/kdegraphics
cd gwenview 
make install

HTH,
	Angelo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://mail.kde.org/pipermail/kde-imaging/attachments/20080516/60bc5fde/attachment.pgp 


More information about the Kde-imaging mailing list