unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66783] [PATCH 0/2] Update Wireplumber and Pipewire.
@ 2023-10-27 21:08 Jaeme Sifat via Guix-patches via
  2023-10-27 21:12 ` [bug#66783] [PATCH 1/2] gnu: pipewire: Update to 0.3.83 Jaeme Sifat via Guix-patches via
  2023-10-27 21:12 ` [bug#66783] [PATCH 2/2] gnu: wireplumber: Update to 0.4.15 Jaeme Sifat via Guix-patches via
  0 siblings, 2 replies; 3+ messages in thread
From: Jaeme Sifat via Guix-patches via @ 2023-10-27 21:08 UTC (permalink / raw)
  To: 66783; +Cc: Jaeme Sifat

Update both wireplumber and pipewire.

Jaeme Sifat (2):
  gnu: pipewire: Update to 0.3.83.
  gnu: wireplumber: Update to 0.4.15.

 gnu/packages/linux.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)


base-commit: 2de30042674197fe451c220745186e36465d06e2
-- 
2.34.1





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#66783] [PATCH 1/2] gnu: pipewire: Update to 0.3.83.
  2023-10-27 21:08 [bug#66783] [PATCH 0/2] Update Wireplumber and Pipewire Jaeme Sifat via Guix-patches via
@ 2023-10-27 21:12 ` Jaeme Sifat via Guix-patches via
  2023-10-27 21:12 ` [bug#66783] [PATCH 2/2] gnu: wireplumber: Update to 0.4.15 Jaeme Sifat via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Jaeme Sifat via Guix-patches via @ 2023-10-27 21:12 UTC (permalink / raw)
  To: 66783; +Cc: Jaeme Sifat

* gnu/packages/linux.scm (pipewire): Update to 0.3.83.

Signed-off-by: Jaeme Sifat <jaeme@runbox.com>
Change-Id: Ic859f45d6eb2adb74a43e0a97246895846f96b2f
---
 gnu/packages/linux.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index cd849af2f2..6b09c4fba8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -77,6 +77,7 @@
 ;;; Copyright © 2023 dan <i@dan.games>
 ;;; Copyright © 2023 Foundation Devices, Inc. <hello@foundationdevices.com>
 ;;; Copyright © 2023 Wilko Meyer <w@wmeyer.eu>
+;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -9322,7 +9323,7 @@ (define-public inputattach
 (define-public pipewire
   (package
     (name "pipewire")
-    (version "0.3.77")
+    (version "0.3.83")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -9331,7 +9332,7 @@ (define-public pipewire
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "11jdd9ljm6967cdp97qqf5fa02ad69kdgk3212ap5gfndky2h43m"))))
+                "07cqkdxddh984hbv9n5bf1qg0h68fwxyn10cnq0hj2fk6bzkqs6p"))))
     (build-system meson-build-system)
     (arguments
      (list
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#66783] [PATCH 2/2] gnu: wireplumber: Update to 0.4.15.
  2023-10-27 21:08 [bug#66783] [PATCH 0/2] Update Wireplumber and Pipewire Jaeme Sifat via Guix-patches via
  2023-10-27 21:12 ` [bug#66783] [PATCH 1/2] gnu: pipewire: Update to 0.3.83 Jaeme Sifat via Guix-patches via
@ 2023-10-27 21:12 ` Jaeme Sifat via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Jaeme Sifat via Guix-patches via @ 2023-10-27 21:12 UTC (permalink / raw)
  To: 66783; +Cc: Jaeme Sifat

* gnu/packages/linux.scm (wireplumber): Update to 0.4.15.

Signed-off-by: Jaeme Sifat <jaeme@runbox.com>
Change-Id: Iafb97d85c0b5fe2e7e59261906fac0239df11633
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 6b09c4fba8..d73d45da46 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9386,7 +9386,7 @@ (define-public pipewire
 (define-public wireplumber
   (package
     (name "wireplumber")
-    (version "0.4.14")
+    (version "0.4.15")
     (source
      (origin
        (method git-fetch)
@@ -9396,7 +9396,7 @@ (define-public wireplumber
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0jmnd6000j4wx68lxgz5b4g4hxkf243ivi9swaaf8rnx99cbx91w"))))
+        (base32 "0n74xq79dpb3vc0vkrn76zrnqgj29xxqvkpfxiwab8az0lyfj32p"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Dsystemd=disabled"
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-10-27 21:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-27 21:08 [bug#66783] [PATCH 0/2] Update Wireplumber and Pipewire Jaeme Sifat via Guix-patches via
2023-10-27 21:12 ` [bug#66783] [PATCH 1/2] gnu: pipewire: Update to 0.3.83 Jaeme Sifat via Guix-patches via
2023-10-27 21:12 ` [bug#66783] [PATCH 2/2] gnu: wireplumber: Update to 0.4.15 Jaeme Sifat via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).