Package Details: digikam-git 1:8.1.0.r673.41241c0e82-1

Git Clone URL: https://aur.archlinux.org/digikam-git.git (read-only, click to copy)
Package Base: digikam-git
Description: An advanced digital photo management application
Upstream URL: https://www.digikam.org/
Keywords: images kde photo photos pictures
Licenses: GPL
Conflicts: digikam
Provides: digikam
Submitter: flamelab
Maintainer: eclairevoyant
Last Packager: eclairevoyant
Votes: 25
Popularity: 0.000000
First Submitted: 2011-02-06 10:54 (UTC)
Last Updated: 2023-10-25 21:22 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 12 Next › Last »

MarsSeed commented on 2022-05-06 17:59 (UTC)

Also the master branch now depends on Qt6 by default, and builds against it if that is installed.

This fails the build for me because I have qt6-base installed but not qt6-webengine:

-- Check dependencies for digikam version 8.0.0-git
-- 
-- Performing Test HAVE_STDATOMIC
-- Performing Test HAVE_STDATOMIC - Success
-- Suitable Qt6 >= 6.2.3 detected...
-- Found Threads: TRUE  
-- Found OpenGL: /usr/lib/libOpenGL.so   
-- Found WrapOpenGL: TRUE  
-- Found XKB: /usr/lib/libxkbcommon.so (found suitable version "1.4.0", minimum required is "0.5.0") 
-- Found WrapVulkanHeaders: /usr/include  
-- Could NOT find Qt6WebEngineWidgets (missing: Qt6WebEngineWidgets_DIR)
CMake Error at core/cmake/rules/RulesQtFramework.cmake:21 (find_package):
Found package configuration file:

    /usr/lib64/cmake/Qt6/Qt6Config.cmake

but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT
FOUND.  Reason given by package:

Failed to find Qt component "WebEngineWidgets".

Expected Config file at
"/usr/lib64/cmake/Qt6WebEngineWidgets/Qt6WebEngineWidgetsConfig.cmake" does
NOT exist


Call Stack (most recent call first):
core/CMakeLists.txt:43 (include)


-- Configuring incomplete, errors occurred!

MarsSeed commented on 2022-05-06 17:33 (UTC)

Fails to patch sources:

==> Making package: digikam-git v7.5.0.r345.g61141c0787-1 (2022-05-06 19:22:29 CEST)
[...]
==> Starting prepare()...
can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/core/libs/threadimageio/video/videodecoder_p.h b/core/libs/threadimageio/video/videodecoder_p.h
|index 251e092809..d82926b77e 100644
|--- a/core/libs/threadimageio/video/videodecoder_p.h
|+++ b/core/libs/threadimageio/video/videodecoder_p.h
--------------------------
File to patch:

danieltetraquark commented on 2021-01-06 23:24 (UTC)

@badelf did you uninstall libmagick6 before building? This was the issue for me (see one page back)

badelf commented on 2021-01-06 23:00 (UTC)

I tried this, which is now at beta2, and I get "in function DigikamImageMagickDImgPlugin::DImgImageMagickLoader::load(QString const&, Digikam::DImgLoaderObserver*)': dimgimagemagickloader.cpp:(.text+0x382): undefined reference toMagick::Image::columns() const' /usr/bin/ld: dimgimagemagickloader.cpp:(.text+0x3a8): undefined reference to `Magick::Image::rows() const' " What am I missing here?

ChrisLane commented on 2020-12-20 09:33 (UTC)

@maderios that sounds correct. The dependencies were taken from the package in Extra and since the software functions without 'qt5-imageformats', it should be an optional dependency.

maderios commented on 2020-12-20 06:59 (UTC)

'qt5-imageformats' is not optional dependency because digikam can't display XCF/gimp files without it.

ChrisLane commented on 2020-12-15 23:13 (UTC)

I have adopted the package and updated the source url.

vienna commented on 2020-07-16 13:31 (UTC)

Changing the source and removing libmagick6 was the trick to get it compiled. Takes ~4.5GB of empty space.

maderios commented on 2020-06-21 16:08 (UTC) (edited on 2020-07-12 15:35 (UTC) by maderios)

Right source now, it works for me:

source=('git+https://invent.kde.org/graphics/digikam.git')

malcolm commented on 2020-06-21 01:07 (UTC)

Please, update the url of the git repository!