<div dir="ltr"><div><div><div><div><div>Hi<br><br></div>I have set up digiKam on MOS W7 and there the things are going well. I also intended to do so on my MacBook Air 11 Yosemite (Mid 2011) but there the digiKam does't start. The application icon shows up on the  Dock, disappears and is followed by drkonqi.app and the ladybug icon - they also fade away.<br><br></div>This looks like "Incompatible software" but nothing is to be found in that mac osx folder.<br><br></div>I followed the README.MACOSX.txt paper. I am patient and can wait for help if it is out there.<br><br></div>Regards,<br></div>Gudbjartur Kristofersson<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 4, 2015 at 11:04 AM, Gilles Caulier <span dir="ltr"><<a href="mailto:caulier.gilles@gmail.com" target="_blank">caulier.gilles@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Shanti,<br>
<br>
I will review your scripts and packaging rules after 4.10.0 planned<br>
next week. I'm also busy with lessons writing in my office. I must<br>
complete it in few days.<br>
<br>
After that, i will update macports install on my Macbook pro, and i<br>
will try to build digiKam DMG using your scripts. I'm sure that<br>
questions will come.<br>
<br>
Best<br>
<br>
Gilles Caulier<br>
<br>
2015-04-17 6:18 GMT+02:00 Account, Listserv <<a href="mailto:listaccount@revenant.org">listaccount@revenant.org</a>>:<br>
> Gilles and Veaceslav -- First, I appreciate your years of work on the<br>
> digikam project. Thank you.<br>
><br>
> In response to Gilles' question: The packaging script uses a staging<br>
> directory to hold files actually needed to run digikam and the other<br>
> applications. I made a list through trial and error, of libraries,<br>
> configuration files, icons, etc. which otool couldn't identify but which<br>
> should be included. These include the runtime libraries, or at least the<br>
> ones whose absence caused a problem that I noticed (e.g. the qtmysql<br>
> library). I manually added them to the list files to be run through the<br>
> dependency lister and copied to the package.<br>
><br>
> I presume that manually listing files for inclusion will cause the script or<br>
> finished packages to break whenever the runtime dependencies change. But I'm<br>
> not aware of any automated way to prepare that list.<br>
><br>
> I sent you links to download the scripts, after adding some comments.<br>
> Hopefully those and the readme will provide enough explanation to be<br>
> comprehensible. I don't mind if you put them on the git repository if that<br>
> would be useful, but I suggest they should be sanity-checked by someone who<br>
> knows what they're doing first.<br>
><br>
> Please let me know if you have questions.<br>
><br>
> Shanti<br>
><br>
> On Thu, Apr 16, 2015 at 3:29 PM, Gilles Caulier <<a href="mailto:caulier.gilles@gmail.com">caulier.gilles@gmail.com</a>><br>
> wrote:<br>
>><br>
>> Shanti,<br>
>><br>
>> thanks to share your experience.<br>
>><br>
>> I would to know more your your bin packaging workflow under OSX. I use<br>
>> MacBook pro here, so, if your host your script in digiKam git<br>
>> repository, i will able to build bin package for next version<br>
>><br>
>> Your script must be documented. A text file is enough to host with<br>
>> script. We need to know all dependencies, settings, OSX-XCode-macports<br>
>> version to use, etc...<br>
>><br>
>> Q : how did you solve KDE run time dependency with you package. For<br>
>> ex, digiKam still to use KIO-Slave. How did you package it ?<br>
>><br>
>> Gilles Caulier<br>
>><br>
>> 2015-04-16 21:12 GMT+02:00 Veaceslav Munteanu<br>
>> <<a href="mailto:veaceslav.munteanu90@gmail.com">veaceslav.munteanu90@gmail.com</a>>:<br>
>> > Hello,<br>
>> ><br>
>> > good work.<br>
>> ><br>
>> > I guess we can but your packaging scripts on the git, since we also<br>
>> > have different bootstrap stripts for different linux distribution.<br>
>> ><br>
>> > Having them on the git, somebody else can pick them up and improve, if<br>
>> > needed.<br>
>> ><br>
>> > Veaceslav<br>
>> ><br>
>> > On Thu, Apr 16, 2015 at 8:51 PM, Account, Listserv<br>
>> > <<a href="mailto:listaccount@revenant.org">listaccount@revenant.org</a>> wrote:<br>
>> >> I have assembled two digikam 4.9.0 binary packages for OS X, including<br>
>> >> external MySQL database support. They were made using bash/python<br>
>> >> scripts to<br>
>> >> build it from MacPorts in a a virtual machine. One was built with a<br>
>> >> +debug<br>
>> >> variant, the other isn't.<br>
>> >><br>
>> >> I've seen regular requests for OS X binary packages on the web page and<br>
>> >> this<br>
>> >> list, as well as complaints about the length/complexity/reliability of<br>
>> >> building digikam with MacPorts. So I figure I should share -- if you<br>
>> >> would<br>
>> >> like to test them, email me directly and I'll send you a link.<br>
>> >><br>
>> >> I'm not posting links to the list for two reasons. First, I don't want<br>
>> >> someone to just grab and install binary packages, expecting a stable,<br>
>> >> official digikam release, instead of a risky bastardized derivation<br>
>> >> that<br>
>> >> I've cobbled together. I'm not a coder. This is my first crack at<br>
>> >> packaging<br>
>> >> a MacOS application. The build/package scripts include "rm -rf" but not<br>
>> >> error checking.  My testing has been limited to opening digikam and<br>
>> >> showfoto, looking through my photos, and some photo manipulations.<br>
>> >> Some<br>
>> >> photographs I rotated using my digikam 4.0.0 package were corrupted --<br>
>> >> I<br>
>> >> don't know if that was due to my packaging. Anyone who is testing the<br>
>> >> packages or scripts should be very cautious -- back up the photos and<br>
>> >> the<br>
>> >> computer it's running on, test it in a VM, etc..<br>
>> >><br>
>> >> Second, I don't think I'll have time to properly support OS X binary<br>
>> >> releases. From what I can tell, properly scripting this build and<br>
>> >> package<br>
>> >> process would have been be simple for someone who knows what they're<br>
>> >> doing.<br>
>> >> Due obligations and lack of skill, it's taken me over a year of<br>
>> >> intermittent<br>
>> >> work to make my clumsy scripts. I likely won't have time or skill to<br>
>> >> fix<br>
>> >> problems. If you notice something's not right (e.g. why won't the<br>
>> >> packaged<br>
>> >> versions use Aqua widgets?) you'll have to investigate and fix it<br>
>> >> yourself<br>
>> >> (then share the answer hopefully).<br>
>> >><br>
>> >> All that said, email me off-list if you understand my cautions and are<br>
>> >> interested in testing -- and improving upon -- what I've put together.<br>
>> >><br>
>> >> Shanti<br>
>> >><br>
>> >> _______________________________________________<br>
>> >> Digikam-users mailing list<br>
>> >> <a href="mailto:Digikam-users@kde.org">Digikam-users@kde.org</a><br>
>> >> <a href="https://mail.kde.org/mailman/listinfo/digikam-users" target="_blank">https://mail.kde.org/mailman/listinfo/digikam-users</a><br>
>> >><br>
>> > _______________________________________________<br>
>> > Digikam-users mailing list<br>
>> > <a href="mailto:Digikam-users@kde.org">Digikam-users@kde.org</a><br>
>> > <a href="https://mail.kde.org/mailman/listinfo/digikam-users" target="_blank">https://mail.kde.org/mailman/listinfo/digikam-users</a><br>
>> _______________________________________________<br>
>> Digikam-users mailing list<br>
>> <a href="mailto:Digikam-users@kde.org">Digikam-users@kde.org</a><br>
>> <a href="https://mail.kde.org/mailman/listinfo/digikam-users" target="_blank">https://mail.kde.org/mailman/listinfo/digikam-users</a><br>
><br>
><br>
><br>
> _______________________________________________<br>
> Digikam-users mailing list<br>
> <a href="mailto:Digikam-users@kde.org">Digikam-users@kde.org</a><br>
> <a href="https://mail.kde.org/mailman/listinfo/digikam-users" target="_blank">https://mail.kde.org/mailman/listinfo/digikam-users</a><br>
><br>
_______________________________________________<br>
Digikam-users mailing list<br>
<a href="mailto:Digikam-users@kde.org">Digikam-users@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/digikam-users" target="_blank">https://mail.kde.org/mailman/listinfo/digikam-users</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr">==================================<br>Guðbjartur Kristófersson<br>Heima: + 354 552 1099<br>Mobil: + 354 895 5341<br><a href="mailto:gk@mr.is" target="_blank">gk@mr.is</a><br><a href="http://www.mr.is/gk" target="_blank">http://www.mr.is/gk</a><br><a href="http://www.mr.is/~gk/jfr/ordskyr/" target="_blank">http://www.mr.is/~gk/jfr/ordskyr/</a><br><a href="http://www.mr.is/~gk/efr/eordskyr/" target="_blank">http://www.mr.is/~gk/efr/eordskyr/</a><br><a href="http://www.mr.is/~gk/OO/" target="_blank">http://www.mr.is/~gk/OO/</a><br>==================================<div></div><div></div><div></div><div></div></div></div>
</div>