guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]