guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: pipewire: Update to 0.3.63.


From: guix-commits
Subject: 02/06: gnu: pipewire: Update to 0.3.63.
Date: Sun, 8 Jan 2023 11:47:07 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit a7ed4af30427e05fe08aab5ccd3f94d7813871c0
Author: Josselin Poiret via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Sun Jan 8 10:30:38 2023 +0100

    gnu: pipewire: Update to 0.3.63.
    
    * gnu/packages/linux.scm (pipewire): Update to 0.3.63.
    [source]: Update source to official repo.
    [inputs]: Remove sdl2. It's only used to build examples.
    
    Co-authored-by: Kevin Boulain <kevinboulain@gmail.com>
    Co-authored-by: Brendan Tildesley <mail@brendan.scot>
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/linux.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 8d20f105cb..d9c7b27eea 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9078,16 +9078,16 @@ types and interfaces and translates so that the X 
server can use them.")
 (define-public pipewire
   (package
     (name "pipewire")
-    (version "0.3.56")
+    (version "0.3.63")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://github.com/PipeWire/pipewire";)
+                    (url "https://gitlab.freedesktop.org/pipewire/pipewire";)
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "066g4ri2k8pdflclvr2919f6x98gmqrqyj1xyiingw2nn2pwgcf1"))))
+                "1pkngynvhxc6iyv75gsyqjy18ky4si9dhvpavb9xwq5xj71nj0hr"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -9112,7 +9112,6 @@ types and interfaces and translates so that the X server 
can use them.")
                   libva
                   pulseaudio
                   sbc
-                  sdl2
                   vulkan-headers
                   vulkan-loader))
     (home-page "https://pipewire.org/";)



reply via email to

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