all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69173] [PATCH] gnu: wireplumber: Update to 0.4.82.
@ 2024-02-18 17:53 Roman Scherer
  2024-03-01  6:00 ` Hilton Chain via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Roman Scherer @ 2024-02-18 17:53 UTC (permalink / raw)
  To: 69173; +Cc: Roman Scherer, Leo Famulari, Tobias Geerinckx-Rice, Wilko Meyer

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

Change-Id: I43d3b549218f599413e88b9bcc9f3736937445e4
---
 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 8af190bf25..9378256234 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9429,7 +9429,7 @@ (define-public pipewire
 (define-public wireplumber
   (package
     (name "wireplumber")
-    (version "0.4.17")
+    (version "0.4.82")
     (source
      (origin
        (method git-fetch)
@@ -9439,7 +9439,7 @@ (define-public wireplumber
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "00jzn0pxy2ws819yg4p8xxhngqai3labd1alaxb8zwzymr7m06my"))))
+        (base32 "1wb537gdmlxb4rl8ipr3xx76yshhfdwpajarfl2kdjbf0wb0f1rb"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Dsystemd=disabled"

base-commit: 3cf199dbcf85a44fa8370e786e568fc3feb7067c
prerequisite-patch-id: 0250f6d992ee74e81797cb1266771a825226fa0b
prerequisite-patch-id: e03a4f63a64eda0c1f229e0b92d130a9beadefa5
prerequisite-patch-id: 09e6b4e8c70f5eb7996f78194c59245f38d3241b
prerequisite-patch-id: a12882ccf5bbef1edbd1110f128cd107f84a1377
prerequisite-patch-id: 2c83a46f3bcf9d3e153e2543fe9a57e5f33af286
prerequisite-patch-id: 3c1ca4618ff254748694208007768994f8f3f180
prerequisite-patch-id: a73addaa13a85a92272dd21e0edae93f60f7b55c
prerequisite-patch-id: c6c55378dfbf74f5862c5b5609fe7cc3dc4b52d7
prerequisite-patch-id: 6307af77f1d5ccaef3accfce06479f604cdfd260
-- 
2.41.0





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

* [bug#69173] [PATCH] gnu: wireplumber: Update to 0.4.82.
  2024-02-18 17:53 [bug#69173] [PATCH] gnu: wireplumber: Update to 0.4.82 Roman Scherer
@ 2024-03-01  6:00 ` Hilton Chain via Guix-patches via
  2024-03-01  8:19   ` Roman Scherer
  0 siblings, 1 reply; 3+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-03-01  6:00 UTC (permalink / raw)
  To: Roman Scherer; +Cc: 69173, Tobias Geerinckx-Rice, Wilko Meyer, Leo Famulari

Hi Roman,

On Mon, 19 Feb 2024 01:53:44 +0800,
Roman Scherer wrote:
>
> * gnu/packages/linux.scm (wireplumber): Update to 0.4.82.
>
> Change-Id: I43d3b549218f599413e88b9bcc9f3736937445e4
> ---
>  gnu/packages/linux.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

From wireplumber's release notes[1]: "This is a second pre-release of
WirePlumber 0.5.0, made available for testing purposes."

I think we'd better wait for 0.5.0 instead.


Thanks
---
[1]: https://gitlab.freedesktop.org/pipewire/wireplumber/-/releases/0.4.82




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

* [bug#69173] [PATCH] gnu: wireplumber: Update to 0.4.82.
  2024-03-01  6:00 ` Hilton Chain via Guix-patches via
@ 2024-03-01  8:19   ` Roman Scherer
  0 siblings, 0 replies; 3+ messages in thread
From: Roman Scherer @ 2024-03-01  8:19 UTC (permalink / raw)
  To: Hilton Chain; +Cc: 69173, Tobias Geerinckx-Rice, Wilko Meyer, Leo Famulari

[-- Attachment #1: Type: text/plain, Size: 735 bytes --]

Hi Hilton,
oh I did not notice that. Thanks for applying the pipe wire patch!
Roman

On Fri, Mar 1, 2024, 07:25 Hilton Chain <hako@ultrarare.space> wrote:

> Hi Roman,
>
> On Mon, 19 Feb 2024 01:53:44 +0800,
> Roman Scherer wrote:
> >
> > * gnu/packages/linux.scm (wireplumber): Update to 0.4.82.
> >
> > Change-Id: I43d3b549218f599413e88b9bcc9f3736937445e4
> > ---
> >  gnu/packages/linux.scm | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
>
> From wireplumber's release notes[1]: "This is a second pre-release of
> WirePlumber 0.5.0, made available for testing purposes."
>
> I think we'd better wait for 0.5.0 instead.
>
>
> Thanks
> ---
> [1]: https://gitlab.freedesktop.org/pipewire/wireplumber/-/releases/0.4.82
>

[-- Attachment #2: Type: text/html, Size: 1274 bytes --]

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

end of thread, other threads:[~2024-03-01  8:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-18 17:53 [bug#69173] [PATCH] gnu: wireplumber: Update to 0.4.82 Roman Scherer
2024-03-01  6:00 ` Hilton Chain via Guix-patches via
2024-03-01  8:19   ` Roman Scherer

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.