[Pkg-kde-extras] Bug#1014071: digikam can no more be installed on unstable (needs rebuild with new kdepim packages)
Damir R. Islamov
damir at trefle.ru
Fri Jul 1 09:14:35 BST 2022
Package: digikam
Version: 4:7.6.0-1
Followup-For: Bug #1014071
Control: tags -1 ftbfs patch
Dear Maintainer,
Digikam release 7.6.0 is not compatible with Akonadi 22.04,
but 7.7.0 is.
Also digikam 7.X is not compatible with ffmpeg 5+. To fix this,
an adopted patch from upstream must be applied (attached).
-- System Information:
Debian Release: bookworm/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.18.0-2-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages digikam depends on:
ii digikam-data 4:7.6.0-1
ii digikam-private-libs 4:7.6.0-1
ii libc6 2.33-7
ii libgcc-s1 12.1.0-5
ii libkf5configcore5 5.94.0-3
ii libkf5coreaddons5 5.94.0-1
ii libkf5i18n5 5.94.0-1+b1
ii libmagick++-6.q16-8 8:6.9.11.60+dfsg-1.3+b2
ii libqt5core5a 5.15.4+dfsg-3
ii libqt5gui5 5.15.4+dfsg-3
ii libqt5sql5 5.15.4+dfsg-3
ii libqt5sql5-mysql 5.15.4+dfsg-3
ii libqt5sql5-sqlite 5.15.4+dfsg-3
ii libqt5widgets5 5.15.4+dfsg-3
ii libstdc++6 12.1.0-5
ii perl 5.34.0-4
Versions of packages digikam recommends:
ii chromium [www-browser] 103.0.5060.53-1
ii elinks [www-browser] 0.14.0-0.1
ii ffmpegthumbs 4:22.04.2-1
ii firefox [www-browser] 102.0-1
ii konqueror [www-browser] 4:21.12.3-1
ii links [www-browser] 2.27-1
ii lynx [www-browser] 2.9.0dev.10-1
ii w3m [www-browser] 0.5.3+git20220429-1+b1
Versions of packages digikam suggests:
ii breeze-icon-theme 4:5.94.0-1
pn digikam-doc <none>
ii systemsettings 4:5.24.5-1
-- no debconf information
-------------- next part --------------
Description: invalid conversion from 'const AVCodec*' to 'AVCodec*'
Origin: https://invent.kde.org/graphics/digikam/-/commit/38f50070ee40531f190f34b1c8bc9be4c8c728ec
--- a/core/libs/threadimageio/video/videodecoder_p.h
+++ b/core/libs/threadimageio/video/videodecoder_p.h
@@ -56,7 +56,11 @@ public:
AVFormatContext* pFormatContext;
AVCodecContext* pVideoCodecContext;
AVCodecParameters* pVideoCodecParameters;
+#ifndef HAVE_FFMPEG_VERSION5
AVCodec* pVideoCodec;
+#else // ffmpeg >= 5
+ const AVCodec* pVideoCodec;
+#endif
AVStream* pVideoStream;
AVFrame* pFrame;
quint8* pFrameBuffer;
More information about the pkg-kde-extras
mailing list