[digikam] [Bug 401306] digikam-git r41326 doesn't compile with Opencv 4

2019-12-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=401306 caulier.gil...@gmail.com changed: What|Removed |Added Version Fixed In||7.0.0 --- Comment #24 from

[digikam] [Bug 401306] digikam-git r41326 doesn't compile with Opencv 4

2019-03-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=401306 --- Comment #23 from caulier.gil...@gmail.com --- Git commit 08423e488df2dc0346d9e18fd84c528354fe27bd by Gilles Caulier. Committed on 15/03/2019 at 20:37. Pushed by cgilles into branch 'master'. fix broken compilation with OpenCV 3 M +4-0

[digikam] [Bug 401306] digikam-git r41326 doesn't compile with Opencv 4

2019-03-15 Thread maderios
https://bugs.kde.org/show_bug.cgi?id=401306 --- Comment #22 from maderios --- Fixed for me -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 401306] digikam-git r41326 doesn't compile with Opencv 4

2019-03-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=401306 --- Comment #21 from caulier.gil...@gmail.com --- Git commit 7a5af66d8fc7ab8e78f05016eaf3e94de66951b3 by Gilles Caulier. Committed on 15/03/2019 at 16:16. Pushed by cgilles into branch 'master'. fix broken compilation with OpenCV4 in Test::FaceEngine

[digikam] [Bug 401306] digikam-git r41326 doesn't compile with Opencv 4

2019-03-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=401306 caulier.gil...@gmail.com changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|---

[digikam] [Bug 401306] digikam-git r41326 doesn't compile with Opencv 4

2019-03-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=401306 --- Comment #19 from caulier.gil...@gmail.com --- Ah. This one is deprecated with OpenCV 4 only, not OpenCV 3. As i never configured successfully digiKam with OpenCV4, i never seen this warning, i will take a look. Gilles Caulier -- You are

[digikam] [Bug 401306] digikam-git r41326 doesn't compile with Opencv 4

2019-03-10 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=401306 --- Comment #18 from Antonio Rojas --- To start with: you are unconditionally including This immediately throws an error with openCV 4: /usr/include/opencv4/opencv2/imgcodecs/imgcodecs_c.h:1:2: error: #error "This header with legacy C API

[digikam] [Bug 401306] digikam-git r41326 doesn't compile with Opencv 4

2019-03-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=401306 --- Comment #17 from caulier.gil...@gmail.com --- No. this commit remove the dependency to obsolete OpenCV header. It's the oposite : https://cgit.kde.org/digikam.git/commit/?id=eeab1c8220e8ffa9987ce032c1a65536e1a333f4 Deprecated headers are like :

[digikam] [Bug 401306] digikam-git r41326 doesn't compile with Opencv 4

2019-03-09 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=401306 --- Comment #16 from Antonio Rojas --- (In reply to caulier.gilles from comment #15) > Ahah, and how to you think that your digiKam compiled in your computer has > found the right OpenCV4 install path ? By Cmake of course, not pkgconfig. ...which is

[digikam] [Bug 401306] digikam-git r41326 doesn't compile with Opencv 4

2019-03-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=401306 --- Comment #15 from caulier.gil...@gmail.com --- Ahah, and how to you think that your digiKam compiled in your computer has found the right OpenCV4 install path ? By Cmake of course, not pkgconfig. So i ask again my question: how your OpenCV4 is

[digikam] [Bug 401306] digikam-git r41326 doesn't compile with Opencv 4

2019-03-08 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=401306 --- Comment #14 from Antonio Rojas --- (In reply to maderios from comment #11) > Gilles > I use official opencv 4.0.1-5 Arch package. It is patched. > https://www.archlinux.org/packages/extra/x86_64/opencv/ > PKGBUILD and patch here >

[digikam] [Bug 401306] digikam-git r41326 doesn't compile with Opencv 4

2019-03-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=401306 --- Comment #13 from caulier.gil...@gmail.com --- There is an UPSTREAM bug for this problem ? Gilles -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 401306] digikam-git r41326 doesn't compile with Opencv 4

2019-03-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=401306 --- Comment #12 from caulier.gil...@gmail.com --- Wonderful... How a project as OpenCV can release the library with this kind of bug Gilles -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 401306] digikam-git r41326 doesn't compile with Opencv 4

2019-03-08 Thread maderios
https://bugs.kde.org/show_bug.cgi?id=401306 --- Comment #11 from maderios --- Gilles I use official opencv 4.0.1-5 Arch package. It is patched. https://www.archlinux.org/packages/extra/x86_64/opencv/ PKGBUILD and patch here

[digikam] [Bug 401306] digikam-git r41326 doesn't compile with Opencv 4

2019-03-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=401306 --- Comment #10 from caulier.gil...@gmail.com --- Maderios, Question : Here under Linux i compiled and installed the git/master code from OPenCV, and the install is well done at right place but Cmake configuration shared by the library indicate an

[digikam] [Bug 401306] digikam-git r41326 doesn't compile with Opencv 4

2019-03-07 Thread maderios
https://bugs.kde.org/show_bug.cgi?id=401306 --- Comment #9 from maderios --- (In reply to caulier.gilles from comment #8) > Maderios, > > With current implementation from git/master (next 6.1.0) this kind of broken > compilation with OpenCV must be fixed. > > Can you confirm ? > > Gilles

[digikam] [Bug 401306] digikam-git r41326 doesn't compile with Opencv 4

2019-03-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=401306 caulier.gil...@gmail.com changed: What|Removed |Added Version|unspecified |6.0.0 -- You are receiving this

[digikam] [Bug 401306] digikam-git r41326 doesn't compile with Opencv 4

2019-03-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=401306 caulier.gil...@gmail.com changed: What|Removed |Added CC||caulier.gil...@gmail.com --- Comment

[digikam] [Bug 401306] digikam-git r41326 doesn't compile with Opencv 4

2019-02-22 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=401306 Alexander Potashev changed: What|Removed |Added CC||aspotas...@gmail.com -- You are

[digikam] [Bug 401306] digikam-git r41326 doesn't compile with Opencv 4

2018-11-22 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=401306 Maik Qualmann changed: What|Removed |Added CC||metzping...@gmail.com --- Comment #7 from Maik

[digikam] [Bug 401306] digikam-git r41326 doesn't compile with Opencv 4

2018-11-22 Thread maderios
https://bugs.kde.org/show_bug.cgi?id=401306 --- Comment #6 from maderios --- Created attachment 116473 --> https://bugs.kde.org/attachment.cgi?id=116473=edit digikam r41327 full compilation with Arch opencv-4.0.0-4 -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 401306] digikam-git r41326 doesn't compile with Opencv 4

2018-11-22 Thread maderios
https://bugs.kde.org/show_bug.cgi?id=401306 --- Comment #5 from maderios --- Mistake, sorry: I didn't install opencv-4 Arch Aur package BUT official Arch opencv 4.0.0-4 package from testing Arch repository. -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 401306] digikam-git r41326 doesn't compile with Opencv 4

2018-11-22 Thread maderios
https://bugs.kde.org/show_bug.cgi?id=401306 --- Comment #4 from maderios --- After reinstalling Arch Aur opencv-4.0.0-4, I could compile successfully digikam-git r41327 with this patch. Now, DK works "normally" for me. Wait and see... -- You are receiving this mail because: You are watching

[digikam] [Bug 401306] digikam-git r41326 doesn't compile with Opencv 4

2018-11-22 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=401306 Antonio Rojas changed: What|Removed |Added CC||aro...@archlinux.org --- Comment #3 from

[digikam] [Bug 401306] digikam-git r41326 doesn't compile with Opencv 4

2018-11-22 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=401306 --- Comment #2 from Maik Qualmann --- Git commit 4cb2d62df23af09da60992004bf30c6607043672 by Maik Qualmann. Committed on 22/11/2018 at 17:37. Pushed by mqualmann into branch 'master'. add patch from Arch Linux project to fix compile with OpenCV >=

[digikam] [Bug 401306] digikam-git r41326 doesn't compile with Opencv 4

2018-11-22 Thread maderios
https://bugs.kde.org/show_bug.cgi?id=401306 --- Comment #1 from maderios --- Comment on attachment 116471 --> https://bugs.kde.org/attachment.cgi?id=116471 full digikam r41326 compilation with opencv 4 >-- The C compiler identification is GNU 8.2.1 >-- The CXX compiler identification is GNU