Summary: | Camera list is missing when adding camera. | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Collin Cutler <cutlercollin99> |
Component: | Setup-Cameras | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version: | 8.0.0 | ||
Target Milestone: | --- | ||
Platform: | macOS (DMG) | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | 8.5.0 | |
Sentry Crash Report: | |||
Attachments: | Screenshot of Camera Config page with Camera List missing. |
Description
Collin Cutler
2023-06-01 16:55:53 UTC
Created attachment 159396 [details]
Screenshot of Camera Config page with Camera List missing.
*** This bug has been marked as a duplicate of bug 451719 *** Hi all, The next digiKam 8.5.0 will be compiled natively for Apple Silicon computer (arm64 architecture). Here the pre-release PKG installer list all gphoto2 drivers as expected: https://i.imgur.com/UkkBoDn.png You can download and test the Qt6 based PKG installer fir macOS available here: https://files.kde.org/digikam/ Thanks in advance for your feedback Gilles Caulier Git commit b976d40cc24f9f7f43b935ed884593040d4903ec by Gilles Caulier. Committed on 17/09/2024 at 05:44. Pushed by cgilles into branch 'master'. Add PATH env. vars for gphoto2 drivers Related: bug 451719, bug 451727, bug 460252 M +10 -3 core/app/utils/digikam_globals_bundles.cpp https://invent.kde.org/graphics/digikam/-/commit/b976d40cc24f9f7f43b935ed884593040d4903ec Git commit dac1942db33b28e8103e5bff43d417fe765cfba1 by Gilles Caulier. Committed on 17/09/2024 at 06:54. Pushed by cgilles into branch 'master'. Move the gpohto2 drivers at the right place in the macOS bundle generated by Macports. Tested on a fresh installation of digiKam on a macbook air M1 without macports, xcode, and other dev tools. The list of gphoto2 camera can be listed and used. This can be tested with the digiKam 8.5.0 pre-release PKG installer for Apple Silicon (arm64) published today at: https://files.kde.org/digikam/ Related: bug 451719, bug 451727, bug 460252 FIXED-IN: 8.5.0 M +8 -6 project/bundles/macports/04-build-installer.sh M +1 -1 project/bundles/macports/data/qt.conf https://invent.kde.org/graphics/digikam/-/commit/dac1942db33b28e8103e5bff43d417fe765cfba1 |