Re: Digikam-users Digest, Vol 247, Issue 16
"bryan-DBL96jL5/Q/[email protected]" <bryan-DBL96jL5/Q/[email protected]> Tue, 9 Dec 2025 22:05:22 +0000
| Newsgroups | gmane.comp.kde.digikam.user |
|---|---|
| Message-ID | <CH3PR19MB7854E65DF4220D3C93D51EEBA7A3A@CH3PR19MB7854.namprd19.prod.outlook.com> |
> VCPKG has the last openCV now through this MR : > > https://github.com/microsoft/vcpkg/pull/48696 > Best regards > > Gilles Awesome, thank you Gilles! I'll follow these upstream issues, keep an eye on DigiKam 8.9.0's NEWS log, and pick up testing after Christmas when I see OpenCV 4.12 listed in the bundled component table for Windows. Bryan ________________________________ From: Digikam-users <[email protected]> on behalf of [email protected] <[email protected]> Sent: Tuesday, December 9, 2025 4:00 AM To: [email protected] <[email protected]> Subject: Digikam-users Digest, Vol 247, Issue 16 Send Digikam-users mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit https://mail.kde.org/mailman/listinfo/digikam-users or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of Digikam-users digest..." Today's Topics: 1. Re: Nvidia 2070 Super supported for OpenCL? (Gilles Caulier) 2. Re: Nvidia 2070 Super supported for OpenCL? (Gilles Caulier) ---------------------------------------------------------------------- Message: 1 Date: Tue, 9 Dec 2025 04:33:37 +0100 From: Gilles Caulier <[email protected]> To: "[email protected]" <[email protected]> Subject: Re: Nvidia 2070 Super supported for OpenCL? Message-ID: <CAHFG6sFz3sJKzGAKu7PbNTJ1XE8KCpwhm51JYmsJ1PYbT6wmPQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> Content-Type: text/plain; charset="UTF-8" Hi, VCPKG has the last openCV now through this MR : https://github.com/microsoft/vcpkg/pull/48696 Best regards Gilles Le dim. 7 déc. 2025 à 17:14, Gilles Caulier <[email protected]> a écrit : > > Le dim. 7 déc. 2025 à 02:56, bryan-DBL96jL5/Q/[email protected] <bryan-DBL96jL5/Q/[email protected]> a écrit : > > > > Please see my response after the quoted thread below: > > > > Gilles: > > > >> > Under Windows we package with an older release of OpenCV framework in > > > >> > charge of to deal and to use the GPU for the computation. This is > > > >> > probably the problem. This is due to a UPSTREAM bug in the VCPKG > > > >> > package manager. > > > >> > > > > Bryan: > > > >> Thanks Gilles. Is this something I can manually correct? > > > >> > > > >> I've downloaded the latest OpenCV (v4.12) but it now deploys with only the unified opencv_world412.dll and not > > > >> the individual opencv_core4*.dll, opencv_imgcodecs4*.dll, etc. that digiKam bundles. Consequently, it doesn't > > > >>look like I can just copy the updated .dlls to the digiKam directory. > > > > Gilles: > > > > No you cannot. openCV must be compiled with the right open trough > > > > VCPKG installer and digiKam must be recompiled and linked with it. > > > > This is a huge task that I do in a Windows 10 VM with all the > > > > necessary dependencies. > > > > Bryan: > > > Has the change you referenced below been made in 8.9.0, and if so, is 8.9.0 stable enough for testing on a > > > production photo library? Please let me know if there is a bug I could track instead; I did check but did not > > > find one. > > > > Gilles: > > > Yes, 8.9.0 is a bugfix release > > > > Bryan (new): > > > > Thanks for the response. However, I'm asking specifically about whether 8.9.0 for Windows includes the update to OpenCV, or still plans to. > > Nothing is done for the moment. OpenCV and Qt are older releases in > VCPKG packages manager. There are many build failures in the VCPKG CI > to bump the versions. I am waiting for progress here (typically open > source developers are more available during holidays, we will see at > Christmas time... > > Best > > Gilles Caulier ------------------------------ Message: 2 Date: Tue, 9 Dec 2025 07:04:37 +0100 From: Gilles Caulier <[email protected]> To: "[email protected]" <[email protected]> Subject: Re: Nvidia 2070 Super supported for OpenCL? Message-ID: <CAHFG6sFnnOLbrpkWpWjz9L6z72Zg1T7v+dYXYWNmWYkvh+soDw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> Content-Type: text/plain; charset="UTF-8" Qt 6.10.1 is under way in VCPKG too. I will also wait for this one before rebuilding all Windows packaging from scratch in the digiKam Windows VM... I hope that all will be ready for Christmas Best regards Gilles Le mar. 9 déc. 2025 à 04:33, Gilles Caulier <[email protected]> a écrit : > > Hi, > > VCPKG has the last openCV now through this MR : > > https://github.com/microsoft/vcpkg/pull/48696 > > Best regards > > Gilles > > Le dim. 7 déc. 2025 à 17:14, Gilles Caulier <[email protected]> a écrit : > > > > Le dim. 7 déc. 2025 à 02:56, bryan-DBL96jL5/Q/[email protected] <bryan-DBL96jL5/Q/[email protected]> a écrit : > > > > > > Please see my response after the quoted thread below: > > > > > > Gilles: > > > > >> > Under Windows we package with an older release of OpenCV framework in > > > > >> > charge of to deal and to use the GPU for the computation. This is > > > > >> > probably the problem. This is due to a UPSTREAM bug in the VCPKG > > > > >> > package manager. > > > > >> > > > > > > Bryan: > > > > >> Thanks Gilles. Is this something I can manually correct? > > > > >> > > > > >> I've downloaded the latest OpenCV (v4.12) but it now deploys with only the unified opencv_world412.dll and not > > > > >> the individual opencv_core4*.dll, opencv_imgcodecs4*.dll, etc. that digiKam bundles. Consequently, it doesn't > > > > >>look like I can just copy the updated .dlls to the digiKam directory. > > > > > > Gilles: > > > > > No you cannot. openCV must be compiled with the right open trough > > > > > VCPKG installer and digiKam must be recompiled and linked with it. > > > > > This is a huge task that I do in a Windows 10 VM with all the > > > > > necessary dependencies. > > > > > > Bryan: > > > > Has the change you referenced below been made in 8.9.0, and if so, is 8.9.0 stable enough for testing on a > > > > production photo library? Please let me know if there is a bug I could track instead; I did check but did not > > > > find one. > > > > > > Gilles: > > > > Yes, 8.9.0 is a bugfix release > > > > > > Bryan (new): > > > > > > Thanks for the response. However, I'm asking specifically about whether 8.9.0 for Windows includes the update to OpenCV, or still plans to. > > > > Nothing is done for the moment. OpenCV and Qt are older releases in > > VCPKG packages manager. There are many build failures in the VCPKG CI > > to bump the versions. I am waiting for progress here (typically open > > source developers are more available during holidays, we will see at > > Christmas time... > > > > Best > > > > Gilles Caulier ------------------------------ Subject: Digest Footer _______________________________________________ Digikam-users mailing list [email protected] https://mail.kde.org/mailman/listinfo/digikam-users ------------------------------ End of Digikam-users Digest, Vol 247, Issue 16 **********************************************