GNU bug report logs - #57520
[PATCH 0/3] Update pipewire-0.3 and friends.

Previous Next

Package: guix-patches;

Reported by: Josselin Poiret <dev <at> jpoiret.xyz>

Date: Thu, 1 Sep 2022 12:53:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 57520 in the body.
You can then email your comments to 57520 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#57520; Package guix-patches. (Thu, 01 Sep 2022 12:53:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Josselin Poiret <dev <at> jpoiret.xyz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 01 Sep 2022 12:53:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Josselin Poiret <dev <at> jpoiret.xyz>
To: guix-patches <at> gnu.org
Cc: Josselin Poiret <dev <at> jpoiret.xyz>
Subject: [PATCH 0/3] Update pipewire-0.3 and friends.
Date: Thu,  1 Sep 2022 14:52:18 +0200
Hi everyone,

This updates pipewire-0.3, wireplumber and qpwgraph.  I couldn't test
building ungoogled-chromium since I'm on my laptop, but other
dependencies built fine.

Best,

Josselin Poiret (3):
  gnu: pipewire-0.3: Update to 0.3.56.
  gnu: wireplumber: Update to 0.4.11.
  gnu: qpwgraph: Update to 0.3.5.

 gnu/packages/audio.scm |  4 ++--
 gnu/packages/linux.scm | 14 +++++---------
 2 files changed, 7 insertions(+), 11 deletions(-)


base-commit: 47c11772dfe840a536ed7ec438fe832878f51054
-- 
2.37.2





Information forwarded to guix-patches <at> gnu.org:
bug#57520; Package guix-patches. (Thu, 01 Sep 2022 12:57:02 GMT) Full text and rfc822 format available.

Message #8 received at 57520 <at> debbugs.gnu.org (full text, mbox):

From: Josselin Poiret <dev <at> jpoiret.xyz>
To: Josselin Poiret <dev <at> jpoiret.xyz>
Cc: 57520 <at> debbugs.gnu.org
Subject: [PATCH 1/3] gnu: pipewire-0.3: Update to 0.3.56.
Date: Thu,  1 Sep 2022 14:55:47 +0200
* gnu/packages/linux.scm (pipewire-0.3): Do it.  Also restore the
shrink-runpath phase, as validate-runpath passes now.
---
 gnu/packages/linux.scm | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b5a2737730..90387b234d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8684,7 +8684,7 @@ (define-public pipewire-0.3
   (package
     (inherit pipewire)
     (name "pipewire")
-    (version "0.3.43")
+    (version "0.3.56")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -8693,17 +8693,13 @@ (define-public pipewire-0.3
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0gp2h0sidapcqmnifl0iipdmbzb18bdh8zdi7pfywr9gsksh0cxy"))))
+                "066g4ri2k8pdflclvr2919f6x98gmqrqyj1xyiingw2nn2pwgcf1"))))
     (arguments
      '(#:configure-flags
        (list (string-append "-Dudevrulesdir=" (assoc-ref %outputs "out")
                             "/lib/udev/rules.d")
              "-Dsystemd=disabled"
-             "-Dsession-managers=[]")
-       #:phases
-       (modify-phases %standard-phases
-         ;; Skip shrink-runpath, otherwise validate-runpath fails.
-         (delete 'shrink-runpath))))
+             "-Dsession-managers=[]")))
     (inputs (modify-inputs (package-inputs pipewire)
               (prepend avahi
                        bluez
-- 
2.37.2





Information forwarded to guix-patches <at> gnu.org:
bug#57520; Package guix-patches. (Thu, 01 Sep 2022 12:57:02 GMT) Full text and rfc822 format available.

Message #11 received at 57520 <at> debbugs.gnu.org (full text, mbox):

From: Josselin Poiret <dev <at> jpoiret.xyz>
To: Josselin Poiret <dev <at> jpoiret.xyz>
Cc: 57520 <at> debbugs.gnu.org
Subject: [PATCH 2/3] gnu: wireplumber: Update to 0.4.11.
Date: Thu,  1 Sep 2022 14:55:48 +0200
* gnu/packages/linux.scm (wireplumber): Do it.
---
 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 90387b234d..0519cf41dc 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8712,7 +8712,7 @@ (define-public pipewire-0.3
 (define-public wireplumber
   (package
     (name "wireplumber")
-    (version "0.4.6")
+    (version "0.4.11")
     (source
      (origin
        (method git-fetch)
@@ -8722,7 +8722,7 @@ (define-public wireplumber
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0g7xkgkjlxrhs49hqkwrjk2hb478gq55wwydafvvbsv78vsa7qfb"))))
+        (base32 "09pg5cki1xn9bwn3bcjdc54z7b4iqkk1dhn560qyjcglq8xg7nnw"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Dsystemd=disabled"
-- 
2.37.2





Information forwarded to guix-patches <at> gnu.org:
bug#57520; Package guix-patches. (Thu, 01 Sep 2022 12:57:03 GMT) Full text and rfc822 format available.

Message #14 received at 57520 <at> debbugs.gnu.org (full text, mbox):

From: Josselin Poiret <dev <at> jpoiret.xyz>
To: Josselin Poiret <dev <at> jpoiret.xyz>
Cc: 57520 <at> debbugs.gnu.org
Subject: [PATCH 3/3] gnu: qpwgraph: Update to 0.3.5.
Date: Thu,  1 Sep 2022 14:55:49 +0200
* gnu/packages/audio.scm (qpwgraph): Do it.
---
 gnu/packages/audio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 8795caef71..663123e638 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -5843,7 +5843,7 @@ (define-public odio-sacd
 (define-public qpwgraph
   (package
     (name "qpwgraph")
-    (version "0.3.4")
+    (version "0.3.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5852,7 +5852,7 @@ (define-public qpwgraph
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1xqmlbqj6ny4cpclzr8xyy6d6i392h9f1vmlbasp6xfy5b0yya94"))))
+                "01f4zabn22dp0yl7szxck6gkbayk1p5iqajfgzls7mdkba7515b6"))))
     (build-system cmake-build-system)
     (arguments (list #:tests? #f)) ;; no tests
     (inputs (list alsa-lib
-- 
2.37.2





Reply sent to Mathieu Othacehe <othacehe <at> gnu.org>:
You have taken responsibility. (Thu, 01 Sep 2022 15:45:01 GMT) Full text and rfc822 format available.

Notification sent to Josselin Poiret <dev <at> jpoiret.xyz>:
bug acknowledged by developer. (Thu, 01 Sep 2022 15:45:01 GMT) Full text and rfc822 format available.

Message #19 received at 57520-done <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Josselin Poiret <dev <at> jpoiret.xyz>
Cc: 57520-done <at> debbugs.gnu.org
Subject: Re: bug#57520: [PATCH 0/3] Update pipewire-0.3 and friends.
Date: Thu, 01 Sep 2022 17:44:07 +0200
Hey Josselin,

> This updates pipewire-0.3, wireplumber and qpwgraph.  I couldn't test
> building ungoogled-chromium since I'm on my laptop, but other
> dependencies built fine.

Nice, pushed!

Thanks,

Mathieu




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 30 Sep 2022 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 180 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.