Created attachment 1044375 [details] opencv includes should contain "opencv/" Description of problem: Simon package build is failing with OpenCV 3.0.0 See #1230078. The main reason seems to be incorrect path in #include directive. Currently it is #include <cv.h> and it should be #include <opencv/cv.h>. Similary with <highgui.h>. Additionally, the detection of "BuilRequires: qt-webkit-devel" wasn't working correctly. I have added that manually into spec file. I have tested this patch in my COPR repository: https://copr-be.cloud.fedoraproject.org/results/jmlich/opencv3/fedora-22-x86_64/simon-0.4.1-5.fc23/ I wasn't able to find upstream bugzilla )-;
This bug appears to have been reported against 'rawhide' during the Fedora 23 development cycle. Changing version to '23'. (As we did not run this process for some time, it could affect also pre-Fedora 23 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 23 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora23
Created attachment 1062970 [details] simon-0.4.1-opencv3.patch Separate patch file ready for inclusion. I created it because the release tag got bumped and the spec file changed.
Created attachment 1062972 [details] Spec file patch against simon 0.4.1-5
Created an upstream bug report: https://bugs.kde.org/show_bug.cgi?id=351279
Thanks, I'll try to take a closer look soon.
This part is not needed @@ -40,6 +41,7 @@ BuildRequires: pkgconfig(qwt) >= 6 BuildRequires: pkgconfig(samplerate) BuildRequires: qaccessibilityclient-devel +BuildRequires: qt-webkit-devel was fixed as part of bug #1240006 already
%changelog * Fri Aug 14 2015 Rex Dieter <rdieter> 0.4.1-6 - includes of opencv headers should contain "opencv/" (#1236596)