pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
digikam: update to 8.6.0
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Mon Mar 17 23:48:45 2025 +0100
Changeset: 850ae3389eef565fc1a513fba5dbeaf05963eb91
Modified Files:
digikam/Makefile
digikam/distinfo
Added Files:
digikam/patches/patch-core_libs_video_QtAVPlayer_qavstream.cpp
Log Message:
digikam: update to 8.6.0
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=850ae3389eef565fc1a513fba5dbeaf05963eb91
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
digikam/Makefile | 3 +--
digikam/distinfo | 7 ++++---
.../patch-core_libs_video_QtAVPlayer_qavstream.cpp | 19 +++++++++++++++++++
3 files changed, 24 insertions(+), 5 deletions(-)
diffs:
diff --git a/digikam/Makefile b/digikam/Makefile
index 19472ceaf1..0c0a9bd407 100644
--- a/digikam/Makefile
+++ b/digikam/Makefile
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.245 2025/02/12 06:45:07 ryoon Exp $
-DISTNAME= digiKam-8.5.0
+DISTNAME= digiKam-8.6.0
PKGNAME= ${DISTNAME:tl}
-PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_KDE:=digikam/${PKGVERSION_NOREV}/}
diff --git a/digikam/distinfo b/digikam/distinfo
index dfc8e85970..06ace20c5a 100644
--- a/digikam/distinfo
+++ b/digikam/distinfo
@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.64 2025/02/07 21:58:54 wiz Exp $
-BLAKE2s (digiKam-8.5.0.tar.xz) = 356a19d55d5c56017907d0a28f5bd52bb80b7bb589867803aa60391cf290c08b
-SHA512 (digiKam-8.5.0.tar.xz) = 5610f0173043e29a2b5ff62b2ed2c2bea79e10cd20a0c2416ebb425457cee55aa8b8d575ba57e8e188a899cc909516ea05e6c80e73e3316742cc9e8119855509
-Size (digiKam-8.5.0.tar.xz) = 62028432 bytes
+BLAKE2s (digiKam-8.6.0.tar.xz) = 66b1a67dca002e9ebcda778052a39b2484e11ce4b994160a51c5eab77fdc28d2
+SHA512 (digiKam-8.6.0.tar.xz) = fc9899eb9a291c2d88b5104c3b6fa86f8db67b26fdbb1328c714eb30407c9dbf13267433c5070f18451e4fb99d3530dba83bf404b26095ed336b348737d7cae2
+Size (digiKam-8.6.0.tar.xz) = 58958608 bytes
+SHA1 (patch-core_libs_video_QtAVPlayer_qavstream.cpp) = 529af7d24da3667fc50febdc604ac9e1935cf9ec
diff --git a/digikam/patches/patch-core_libs_video_QtAVPlayer_qavstream.cpp b/digikam/patches/patch-core_libs_video_QtAVPlayer_qavstream.cpp
new file mode 100644
index 0000000000..40e0f210c0
--- /dev/null
+++ b/digikam/patches/patch-core_libs_video_QtAVPlayer_qavstream.cpp
@@ -0,0 +1,19 @@
+$NetBSD$
+
+digikam-8.6.0/core/libs/video/QtAVPlayer/qavstream.cpp: In function 'int streamRotation(const AVStream*)':
+digikam-8.6.0/core/libs/video/QtAVPlayer/qavstream.cpp:100:43: error: 'round' is not a member of 'std'
+ 100 | auto rotation = static_cast<int>(std::round(av_display_rotation_get(reinterpret_cast<const int32_t *>(sideData))));
+ | ^~~~~
+
+https://bugs.kde.org/show_bug.cgi?id=501604
+
+--- core/libs/video/QtAVPlayer/qavstream.cpp.orig 2025-03-15 14:01:45.000000000 +0000
++++ core/libs/video/QtAVPlayer/qavstream.cpp
+@@ -9,6 +9,7 @@
+ #include "qavdemuxer_p.h"
+ #include "qavcodec_p.h"
+ #include <QDebug>
++#include <cmath>
+
+ extern "C" {
+ #include <libavformat/avformat.h>
Home |
Main Index |
Thread Index |
Old Index