[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
315/347: gnu: kdenlive: Update to 24.05.1.
From: |
guix-commits |
Subject: |
315/347: gnu: kdenlive: Update to 24.05.1. |
Date: |
Fri, 28 Jun 2024 09:59:24 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit f3d127b1f6a945597bc37a4f8fdebadabeb49bae
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 15:21:26 2024 +0800
gnu: kdenlive: Update to 24.05.1.
* gnu/packages/kde.scm (kdenlive): Update to 24.05.1.
[arguments]: Set #:qtbase to qtbase.
<#:phases>: Adjust wrap-executable phase.
[inputs]: Remove karchive, kcrash, kdbusaddons, kdeclarative, kdoctools,
kfilemetadata, kguiaddons, kiconthemes, kirigami, knewstuff,
knotifications, knotifyconfig, kparts, kplotting, purpose, qtbase-5,
qtdeclarative-5, qtgraphicaleffects, qtmultimedia-5, qtnetworkauth-5,
qtquickcontrols-5, qtquickcontrols2-5, qtscript, and qtsvg-5; add
karchive-6, kcrash-6, kdbusaddons-6, kdeclarative-6, kdoctools-6,
kfilemetadata-6, kguiaddons-6, kiconthemes-6, kirigami-6,
knewstuff-6, knotifications-6, knotifyconfig-6, kparts-6,
kplotting-6, ktextwidgets-6, purpose-6, qtbase, qtdeclarative,
qtmultimedia, qtnetworkauth, and qtsvg.
[native-inputs]: Remove kdoctools and qttools-5; add kdoctools-6 and
qttools.
Change-Id: I932fdd1354fefd6ed11f16a44e2cf727d56bab1e
---
gnu/packages/kde.scm | 54 +++++++++++++++++++++++++---------------------------
1 file changed, 26 insertions(+), 28 deletions(-)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index ae0f9b82c7..fcf47dec2a 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -303,7 +303,7 @@ annotating features.")
(define-public kdenlive
(package
(name "kdenlive")
- (version "24.02.2")
+ (version "24.05.1")
(source
(origin
(method git-fetch)
@@ -312,13 +312,14 @@ annotating features.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0chwdsk00lmhdkzac972cslfp772j2sp9ipg21jdixd1016bh8rm"))))
+ (base32 "0psybrdh9l9mjnnsrdafxz5srsiqmasv0x7dnn82ypyyq8681ham"))))
(build-system qt-build-system)
(arguments
;; XXX: there is a single test that spawns other tests and
;; 1/3 tests failed and 1/327 assertions failed. It seems
;; that individual tests can't be skipped.
(list
+ #:qtbase qtbase
#:configure-flags #~(list "-DBUILD_TESTING=off")
#:tests? #f
#:phases
@@ -337,43 +338,40 @@ annotating features.")
`("LADSPA_PATH" ":" =
(,(string-append ladspa "/lib/ladspa")))
`("QT_QPA_PLATFORM_PLUGIN_PATH" ":" =
- (,(string-append qtbase "/lib/qt5/plugins/platforms")))
+ (,(string-append qtbase "/lib/qt6/plugins/platforms")))
`("MLT_PREFIX" ":" =
(,#$(this-package-input "mlt"))))))))))
(native-inputs
- (list extra-cmake-modules kdoctools pkg-config qttools-5))
+ (list extra-cmake-modules kdoctools-6 pkg-config qttools))
(inputs
(list bash-minimal
breeze ; make dark them available easily
breeze-icons ; recommended icon set
ffmpeg
frei0r-plugins
- karchive
- kcrash
- kdbusaddons
- kdeclarative
- kdoctools
- kfilemetadata
- kguiaddons
- kiconthemes
- kirigami
- knewstuff
- knotifications
- knotifyconfig
- kparts
- kplotting
+ karchive-6
+ kcrash-6
+ kdbusaddons-6
+ kdeclarative-6
+ kdoctools-6
+ kfilemetadata-6
+ kguiaddons-6
+ kiconthemes-6
+ kirigami-6
+ knewstuff-6
+ knotifications-6
+ knotifyconfig-6
+ kparts-6
+ kplotting-6
+ ktextwidgets-6
ladspa
mlt
- purpose
- qtbase-5
- qtdeclarative-5
- qtgraphicaleffects
- qtmultimedia-5
- qtnetworkauth-5
- qtquickcontrols-5
- qtquickcontrols2-5
- qtscript
- qtsvg-5
+ purpose-6
+ qtbase
+ qtdeclarative
+ qtmultimedia
+ qtnetworkauth
+ qtsvg
shared-mime-info))
(home-page "https://kdenlive.org")
(synopsis "Non-linear video editor")
- 331/347: gnu: kcachegrind: Update to 24.05.1., (continued)
- 331/347: gnu: kcachegrind: Update to 24.05.1., guix-commits, 2024/06/28
- 332/347: gnu: ktimer: Update to 24.05.1., guix-commits, 2024/06/28
- 323/347: gnu: libkomparediff2: Update to 24.05.1., guix-commits, 2024/06/28
- 333/347: gnu: kdf: Update to 24.05.1., guix-commits, 2024/06/28
- 343/347: gnu: kcalc: Update to 24.05.1., guix-commits, 2024/06/28
- 288/347: gnu: qqc2-breeze-style: Update to 6.1.1., guix-commits, 2024/06/28
- 294/347: gnu: plasma-desktop: Update to 6.1.1., guix-commits, 2024/06/28
- 305/347: gnu: plasma-workspace-wallpapers: Update to 6.1.1., guix-commits, 2024/06/28
- 310/347: gnu: baloo-widgets: Update to 24.05.1., guix-commits, 2024/06/28
- 316/347: gnu: kio-extras: Update to 24.05.1., guix-commits, 2024/06/28
- 315/347: gnu: kdenlive: Update to 24.05.1.,
guix-commits <=
- 319/347: gnu: kolourpaint: Update to 24.05.1., guix-commits, 2024/06/28
- 325/347: gnu: kompare: Update to 24.05.1., guix-commits, 2024/06/28
- 327/347: gnu: kpublictransport: Update to 24.05.1., guix-commits, 2024/06/28
- 328/347: gnu: kosmindoormap: Update to 24.05.1., guix-commits, 2024/06/28
- 326/347: gnu: kopeninghours: Update to 24.05.1., guix-commits, 2024/06/28
- 329/347: gnu: kpmcore: Update to 24.05.1., guix-commits, 2024/06/28
- 334/347: gnu: libkdegames: Update to 24.05.1., guix-commits, 2024/06/28
- 335/347: gnu: ktuberling: Update to 24.05.1., guix-commits, 2024/06/28
- 336/347: gnu: xdg-desktop-portal-kde: Update to 6.1.1., guix-commits, 2024/06/28
- 339/347: gnu: kolf: Update to 24.05.1., guix-commits, 2024/06/28