GNU bug report logs -
#76785
[PATCH 0/2] pipewire and wireplumber update.
Previous Next
To reply to this bug, email your comments to 76785 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org
:
bug#76785
; Package
guix-patches
.
(Thu, 06 Mar 2025 16:52:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Zheng Junjie <z572 <at> z572.online>
:
New bug report received and forwarded. Copy sent to
leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org
.
(Thu, 06 Mar 2025 16:52:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Zheng Junjie (2):
gnu: pipewire: Update to 1.4.0.
gnu: wireplumber: Update to 0.5.8.
gnu/packages/linux.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
base-commit: 1f26b0eec83b5dc949900a743ed01088cb093c65
prerequisite-patch-id: 57a1132973ce683723838a4cee67c59cc300507c
prerequisite-patch-id: 8fe051d23d6f9bbfe9c63d13a7ea8a93e5486ff2
prerequisite-patch-id: 25a38d73b918cbd4a8767b15b8ea617d9758bd64
--
2.47.1
Information forwarded
to
leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org
:
bug#76785
; Package
guix-patches
.
(Thu, 06 Mar 2025 16:58:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 76785 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (pipewire): Update to 1.4.0.
Change-Id: Ieb6881fecba7c1f7d956eb78e9b170b123e2b8d5
---
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 38bc9f640d6..fa4b258aae3 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -10097,7 +10097,7 @@ (define-public keyd
(define-public pipewire
(package
(name "pipewire")
- (version "1.2.7")
+ (version "1.4.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -10106,7 +10106,7 @@ (define-public pipewire
(file-name (git-file-name name version))
(sha256
(base32
- "17a18978100c0dj3w42ybqxjg46cgdmrvij7dlvbwsrq7sgvcpsd"))))
+ "00c9irz566lmg51wxq5ywpvql6svvjxk9zjqx61xkvsnhz1526f6"))))
(build-system meson-build-system)
(arguments
(list
--
2.47.1
Information forwarded
to
leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org
:
bug#76785
; Package
guix-patches
.
(Thu, 06 Mar 2025 16:58:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 76785 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (wireplumber): Update to 0.5.8.
Change-Id: If6a35d569b04359526b20e868f3e383c0d59eeb3
---
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 fa4b258aae3..f0c98b68ca2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -10163,7 +10163,7 @@ (define-public pipewire
(define-public wireplumber
(package
(name "wireplumber")
- (version "0.5.7")
+ (version "0.5.8")
(source
(origin
(method git-fetch)
@@ -10173,7 +10173,7 @@ (define-public wireplumber
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1hrnmz98ygaqcja0bardb5ks7k3jrvyw0j995d8311frj05097i9"))))
+ (base32 "0g6gv7apwyc74z4rfhcdgdgwidda7cy4znwjjq39q4jh24dg70j4"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Dsystemd=disabled"
--
2.47.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76785
; Package
guix-patches
.
(Sun, 09 Mar 2025 21:27:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 76785 <at> debbugs.gnu.org (full text, mbox):
On Fri, Mar 07, 2025 at 12:51:08AM +0800, Zheng Junjie wrote:
> Zheng Junjie (2):
> gnu: pipewire: Update to 1.4.0.
> gnu: wireplumber: Update to 0.5.8.
If it's working for you, then please push!
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.