Build kamoso-2.0.2 failed against libkipi 2.0.0 (released with digikam-3.0.0-beta1) [ 2%] Generating kamoso.gmo cd /builddir/build/BUILD/kamoso-2.0.2/po/nds && /usr/bin/msgfmt -o /builddir/build/BUILD/kamoso-2.0.2/x86_64-redhat-linux-gnu/po/nds/kamoso.gmo /builddir/build/BUILD/kamoso-2.0.2/po/nds/kamoso.po make[2]: Leaving directory `/builddir/build/BUILD/kamoso-2.0.2/x86_64-redhat-linux-gnu' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/kamoso-2.0.2/x86_64-redhat-linux-gnu/CMakeFiles 62 /builddir/build/BUILD/kamoso-2.0.2/src/plugins/youtube/kipiplugin_youtube.h:31: Error: Undefined interface automoc4: process for /builddir/build/BUILD/kamoso-2.0.2/x86_64-redhat-linux-gnu/src/plugins/youtube/moc_kipiplugin_youtube.cpp failed: Unknown error pid to wait for: 0 Reproducible: Always
See libkipi fixes for gwenview and ksnapshot: http://quickgit.kde.org/index.php?p=gwenview.git&a=commitdiff&h=06561d86968d2cc2e3e5b486e054eb3f11a22caa http://quickgit.kde.org/index.php?p=ksnapshot.git&a=commitdiff&h=9056a8ceb9b96359eaacaa86bdbfdb8e23dc2575
Created attachment 74244 [details] Patch Probably not the most elegant of patches, but works
*** Bug 310618 has been marked as a duplicate of this bug. ***
Git commit a0aec903b36b52bda1a9a5d2e875af1063747a86 by Rex Dieter. Committed on 21/12/2012 at 17:39. Pushed by rdieter into branch 'master'. initial port to libkipi-2.x Initial libkipi-2.x support courtesy of Sando Mani M +4 -1 src/kamoso.cpp M +1 -0 src/kamoso.h M +2 -2 src/kipiaction.cpp M +2 -2 src/pluginTester/fakekipiaction.cpp M +3 -1 src/pluginTester/pluginTester.cpp M +1 -1 src/plugins/CMakeLists.txt A +15 -0 src/plugins/exportinterface.h [License: UNKNOWN] * M +2 -3 src/plugins/youtube/kipiplugin_youtube.h The files marked with a * at the end have a non valid license. Please read: http://techbase.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page. http://commits.kde.org/kamoso/a0aec903b36b52bda1a9a5d2e875af1063747a86
hrm, I *thought* I'd tested things with older libkipi, but apparently not. now fails to build against kde-4.9.x's libkipi :( I'll see if I can make it buildable again.
Git commit 9f32257a1e930b16e64508e6fbfa9390fc0322ee by Rex Dieter. Committed on 21/12/2012 at 18:55. Pushed by rdieter into branch 'master'. fix build for < libkipi-2 M +5 -0 src/kamoso.cpp M +6 -1 src/pluginTester/pluginTester.cpp http://commits.kde.org/kamoso/9f32257a1e930b16e64508e6fbfa9390fc0322ee
So some bad news, after getting home and having my webcam available, seems the libkipi-2 support doesn't work :( . right clicking on images doesn't show any available kipi plugins. I'd still consider the buildfix to be worth something... I'll keep working on this over the holidays.
Uh, I must admit that the objective of my patch was just to get it building again. Odd though, all the patch does is restore the interface, no methods are altered.
In fairness, prior to this patch it didn't seem to work 100% as expected either, kamoso only lists 4 (of a large number) available "export" kipi-plugins for me. I'm guessing it's simply exposing or tickling other issue(s)