Note : here opencv do not compile. i suspect that blob lib is not included in opencv source package. there is no opencv rpm for mandriva currently (i think)<br><br>To solve blob library depency, you need to write a cmake find script (or fix current opencv find script to detect it at the same time), and fix compilation rule in root cmakelists.txt accordingly. Currrently only opencv core is checked to compile removeredeyes plugin.<br>
<br>Gilles<br><br><br><br><div class="gmail_quote">2008/11/4 Andi Clemens <span dir="ltr"><<a href="mailto:andi.clemens@gmx.net">andi.clemens@gmx.net</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
This mail should not be a response to the thread here... I guess I should have<br>
chosen another subject.<br>
<div><div></div><div class="Wj3C7c"><br>
<br>
On Tuesday 04 November 2008 10:17:40 Andi Clemens wrote:<br>
> There is another needed lib for openCV that I manually copied into my<br>
> openCV system folder: OpenCV Blob Detection library<br>
> (<a href="http://opencvlibrary.sourceforge.net/cvBlobsLib" target="_blank">http://opencvlibrary.sourceforge.net/cvBlobsLib</a>).<br>
><br>
> I don't know if distributions prepare packages for it, Archlinux does not s<br>
> far as I know.<br>
><br>
> This is a problem, how to solve this?<br>
><br>
> Andi<br>
><br>
> On Tuesday 04 November 2008 09:40:09 Gilles Caulier wrote:<br>
> > SVN commit 879865 by cgilles:<br>
> ><br>
> > update<br>
> ><br>
> ><br>
> > M +4 -1 README<br>
> ><br>
> ><br>
> > --- trunk/extragear/graphics/kipi-plugins/README #879864:879865<br>
> > @@ -32,8 +32,9 @@<br>
> > RawConverter : A tool to convert Raw Image to JPEG/PNG/TIFF.<br>
> > DngConverter : A tool to convert Raw Image to Digital NeGative<br>
> > (DNG - <a href="http://en.wikipedia.org/wiki/Digital_Negative_%28file_format%29" target="_blank">http://en.wikipedia.org/wiki/Digital_Negative_(file_format)</a>).<br>
> > WallPaper<br>
> ><br>
> > : A tool to set image to KDE Desktop.<br>
> ><br>
> > +RemoveRedEyes : A tool to remove red eyes on image automatically.<br>
> ><br>
> > -Plugins not yet ported to Qt4/KDE4:<br>
> > +Plugins not yet ported to Qt4/KDE4 (or under progress):<br>
> ><br>
> > IpodExport : A tool to export pictures to an Ipod device.<br>
> > MpegEncoder : A tool to create an MPEG slideshow with a set of<br>
> > images. @@ -63,6 +64,7 @@<br>
> > libexpat >= 2.0.1<br>
> > <a href="http://expat.sourceforge.net" target="_blank">http://expat.sourceforge.net</a> libqtopengl >= 4.3.x<br>
> > <a href="http://www.trolltech.com" target="_blank">http://www.trolltech.com</a> Mesa3D >= 7.0.4<br>
> > <a href="http://mesa3d.sourceforge.net" target="_blank">http://mesa3d.sourceforge.net</a> +libopencv >= 1.0<br>
> > <a href="http://opencv.willowgarage.com" target="_blank">http://opencv.willowgarage.com</a><br>
> ><br>
> > Plugin Specific Dependencies (for compiling and for running) :<br>
> ><br>
> > @@ -73,6 +75,7 @@<br>
> > htmlexport : libxslt and libxml2<br>
> > jpeglossless : imagemagick (runtime dependency)<br>
> > wallpaper : kdebase (runtime dependency)<br>
> > +RemoveRedEyes : libopencv.<br>
> ><br>
> > -- CONTACT ------------------------------------------------------------<br>
><br>
> _______________________________________________<br>
> Kde-imaging mailing list<br>
> <a href="mailto:Kde-imaging@kde.org">Kde-imaging@kde.org</a><br>
> <a href="https://mail.kde.org/mailman/listinfo/kde-imaging" target="_blank">https://mail.kde.org/mailman/listinfo/kde-imaging</a><br>
<br>
_______________________________________________<br>
Kde-imaging mailing list<br>
<a href="mailto:Kde-imaging@kde.org">Kde-imaging@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-imaging" target="_blank">https://mail.kde.org/mailman/listinfo/kde-imaging</a><br>
</div></div></blockquote></div><br>