<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mar. 25 juin 2019 à 14:48, woenx <<a href="mailto:marcpalaus@hotmail.com">marcpalaus@hotmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
<br>
First of all, sorry if that has been answered somewhere else. I read other<br>
threads about compiling digikam in this mailing list, but I couldn't manage<br>
to do it myself.<br>
<br>
I am trying to compile digikam from source in an Ubuntu 18.04 installation,<br>
in order to create up to date .deb packages (and also be able to try myself<br>
the changes introduced by the GSoC2019). However, I seem to be experiencing<br>
some problems, especially regarding the exiv2 package.<br>
<br>
I start from a fresh ubuntu 10.04.2 LTS amd64 install in a virtual machine.<br>
I try to follow the instructions at <a href="https://www.digikam.org/download/git/" rel="noreferrer" target="_blank">https://www.digikam.org/download/git/</a>,<br>
but the problem comes when ./bootstrap.linux can't find the exiv2 package<br>
installed.<br>
<br>
In theory, it needs exiv2 0.26 or newer (the lastest version in their<br>
repository seems to be 0.27). I first tried using the already compiled<br>
version of exiv2 and libexiv2-26 for debian (version 0.26-1), but Digikam's<br>
compilation script does not seem to detect them. <br></blockquote><div><br></div><div>0.27 is highly recommended.</div><div><br></div><div>The detection of library is in this cmake script :</div><div><br></div><div><a href="https://cgit.kde.org/digikam.git/tree/core/cmake/modules/FindExiv2.cmake">https://cgit.kde.org/digikam.git/tree/core/cmake/modules/FindExiv2.cmake</a></div><div><br></div><div> Under Linux, the PKGConfig files are parsed to detect the library installation. Sound like under Ubuntu this standard is not well respected (another one, but you must know that i dislike this Linux box, and i wont said i 'hate' ubuntu...).</div><div><br></div><div>To compile the Exiv2 library, look my script given here :</div><div><br></div><div><a href="https://cgit.kde.org/digikam.git/log/project/scripts/bootstrap-exiv2.linux.sh">https://cgit.kde.org/digikam.git/log/project/scripts/bootstrap-exiv2.linux.sh</a></div><div><br></div><div>This one is optimized to only compile the minimum for digiKam and disable the unstable code from the library. I compile current code from Exiv2, where API have been broken for next 0.28. digiKam core have been fixed to support this API (there is no API transition stage in Exiv2 (:=)))). As Exiv2 API are strictly used in limited area in digiKam core, this limit the maintenance to the minimum.</div><div>I see that another projects using Exiv2 are really perturbed by these recent changes. </div><div><br></div><div>Best</div><div><br></div><div>Gilles Caulier </div></div></div>