guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Switch to default pipewire.


From: guix-commits
Subject: 02/02: gnu: Switch to default pipewire.
Date: Sun, 8 Jan 2023 12:12:34 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit 8cca1a35bc42cddb7e0586062d192197520042d5
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Jan 8 18:10:28 2023 +0100

    gnu: Switch to default pipewire.
    
    This is a follow-up of: 590700ce00177a826872c867066eeba6eb7c4641.
    
    * gnu/packages/kde-plasma.scm (kwin, plasma-desktop,
    plasma-workspace)[inputs]: Switch to pipewire.
    * gnu/packages/mpd.scm (mpd)[inputs]: Ditto.
---
 gnu/packages/kde-plasma.scm | 6 +++---
 gnu/packages/mpd.scm        | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 89405bacaa..2a3d86f801 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1242,7 +1242,7 @@ KDE Frameworks components.")
                   libglvnd ; For OpenGLES
                   libinput
                   libxkbcommon
-                  pipewire-0.3
+                  pipewire
                   plasma-framework
                   plasma-wayland-protocols
                   qtbase-5
@@ -1657,7 +1657,7 @@ the KDE Plasma 5 desktop.")
                   libxtst
                   networkmanager-qt
                   phonon
-                  pipewire-0.3
+                  pipewire
                   plasma-framework
                   plasma-wayland-protocols
                   pulseaudio
@@ -2319,7 +2319,7 @@ sensors, process information and other system resources.")
                   libxtst
                   networkmanager-qt
                   phonon
-                  pipewire-0.3
+                  pipewire
                   plasma-framework
                   plasma-workspace-wallpapers
                   plasma-wayland-protocols
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 63fb9bc974..63163e09dc 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -164,7 +164,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
                   libsndfile
                   libvorbis
                   opus
-                  pipewire-0.3
+                  pipewire
                   pulseaudio
                   sqlite
                   zlib))



reply via email to

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