guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

100/178: gnu: kpipewire: Update to 6.0.4.


From: guix-commits
Subject: 100/178: gnu: kpipewire: Update to 6.0.4.
Date: Mon, 17 Jun 2024 12:13:29 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

commit 438efaebfbfcdd12fe58f1bc86fdaeffeae3df6b
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu May 2 22:51:32 2024 +0800

    gnu: kpipewire: Update to 6.0.4.
    
    * gnu/packages/kde-plasma.scm (kpipewire): Update to 6.0.4.
    [propagated-inputs]: Remove libepoxy, pipewire. Use qtbase and qtdeclarative
    replace qtbase-5 and qtdeclarative-5.
    [inputs]: Add libxkbcommon, libepoxy, libva, pipewire. Use kcoreaddons-6,
    ki18n-6, kwayland-6, and qtwayland replace kcoreaddons, ki18n, kwayland,
    and qtwayland-5.
    [arguments]: Disable test.
    
    Change-Id: I7299257c4064b4a0c6dbcb49fb20e4abdd26e2c6
---
 gnu/packages/kde-plasma.scm | 23 +++++++++++++++--------
 1 file changed, 15 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 534e4a1db6..9125ea0d4f 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -742,25 +742,32 @@ the schedule and venue information.")
 (define-public kpipewire
   (package
     (name "kpipewire")
-    (version "5.27.7")
+    (version "6.0.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
                                   version "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "10j7sa8vv530c388z5rzafkdr4sx3agjqczlnkh7412whyw77lha"))))
+                "0dk8yjibgcrz6216y2rdvavs9aci0zdbjn01w56ib7vi9zxl4x51"))))
     (build-system cmake-build-system)
     (native-inputs (list extra-cmake-modules pkg-config))
-    (propagated-inputs (list libepoxy pipewire qtbase-5 qtdeclarative-5))
-    (inputs (list ffmpeg
-                  kcoreaddons
-                  ki18n
-                  kwayland
+    (propagated-inputs (list qtbase qtdeclarative))
+    (inputs (list libxkbcommon
+                  libepoxy
+                  libva
+                  pipewire
+                  ffmpeg
+                  kcoreaddons-6
+                  ki18n-6
+                  kwayland-6
                   plasma-wayland-protocols
-                  qtwayland-5
+                  qtwayland
                   wayland
                   wayland-protocols))
+    (arguments
+     ;; The only test require run pipewire.
+     (list #:tests? #f))
     (home-page "https://invent.kde.org/plasma/kpipewire";)
     (synopsis "Components relating to pipewire use in Plasma")
     (description "This package offers a set of convenient classes to use



reply via email to

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