Bug 398061 - Missing auto-detect button in digiKam
Summary: Missing auto-detect button in digiKam
Status: RESOLVED DUPLICATE of bug 398166
Alias: None
Product: digikam
Classification: Applications
Component: Import-WIA (show other bugs)
Version: 5.9.0
Platform: Microsoft Windows Microsoft Windows
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-30 10:26 UTC by Mat
Modified: 2022-02-01 13:11 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mat 2018-08-30 10:26:46 UTC
Hi, there is no possibility to import photos with digiKam on a windows machine. I've tried to get Gphoto2 recognizying the camera on a WIN7 system with a workaround - no success.
Therefore it would be really appreciated to include the import of photos within digiKam for windows.
Mat
Comment 1 Maik Qualmann 2018-08-30 10:30:54 UTC

*** This bug has been marked as a duplicate of bug 388137 ***
Comment 2 caulier.gilles 2018-09-03 15:33:36 UTC
Good news : the last stable libgphoto2 2.5.18 cross compile file with MXE for windows target. So i will include the library in next installer and recompile whole digiKam with gphoto2 support.

Gilles Caulier
Comment 3 caulier.gilles 2018-09-03 15:38:28 UTC
Git commit e46413392f880991744ba3e88a67a24afb8484a2 by Gilles Caulier.
Committed on 03/09/2018 at 15:36.
Pushed by cgilles into branch 'master'.

update bundle to last stable libgphoto2 2.5.19
enable libgphoto2 compilation under MXE for Windows
Related: bug 379970, bug 398166

M  +1    -0    project/bundles/mxe/01-build-mxe.sh

https://commits.kde.org/digikam/e46413392f880991744ba3e88a67a24afb8484a2
Comment 4 caulier.gilles 2018-09-04 05:01:03 UTC
Marcus,

Did you already tried to cross compile libgphoto2 with MXE :

https://mxe.cc/

All digiKam + all dependencies + windows installer are build under Linux with MXE. there is no Windows at all to obtain the setup.exe...

In fact i would to know the exact options to pass to autoconf configure script from libgphoto2 to have suitable binaries for digiKam under Windows.

The scripts that we use to cross compile under Linux are all located here :

https://cgit.kde.org/digikam.git/tree/project/bundles/mxe

and the rules dedicated to compile libgphoto2 are here :

https://cgit.kde.org/digikam.git/tree/project/bundles/3rdparty/ext_libgphoto2/CMakeLists.txt

For this last file, the rules are shared between build script for AppImage, MacOS PKG and Windows installer bundle. In case of MXE, i need to tune the configure options for MinGW used in background.

Gilles Caulier
Comment 5 Marcus Meissner 2018-09-07 09:45:48 UTC
i did not do any windows builds for/with libgphoto2/gphoto2, so i cannot help here
Comment 6 caulier.gilles 2018-09-10 17:06:20 UTC
Hi Marcus,

With MXE, you don't need a Windows OS to compile libgphoto2/gphoto2.

All is done under Linux, from scratch. Here i cross compile digiKam + KF5 + qt5 + all required extra dependencies. This take 2 hours on my host computer, but at end, i can run the setup.exe to install whole digiKam under Windows >= 7.

MXE rock. Some libgphoto2 dependencies are already available, as libusb1 or gettext. Only libexif is not yet in MXE, but I'm sure that it can be compiled without difficulty as it support already MinGW.

If you help me to support MXE with libgphoto2, i will compile the digiKam windows installer with Gphoto2 support.

Gilles Caulier
Comment 7 caulier.gilles 2022-01-20 09:42:07 UTC
Hi all,

GPhoto2 camera drivers support under Windows will be added to next 7.6.0 release. See the story on bug https://bugs.kde.org/show_bug.cgi?id=398166

Gilles Caulier

*** This bug has been marked as a duplicate of bug 398166 ***