[PATCH 0/3] Update pipewire-0.3 and friends.

  • Done
  • quality assurance status badge
Details
2 participants
  • Josselin Poiret
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Josselin Poiret
Severity
normal

Debbugs page

Josselin Poiret wrote 3 years ago
(address . guix-patches@gnu.org)(name . Josselin Poiret)(address . dev@jpoiret.xyz)
cover.1662036678.git.dev@jpoiret.xyz
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
Josselin Poiret wrote 3 years ago
[PATCH 1/3] gnu: pipewire-0.3: Update to 0.3.56.
(name . Josselin Poiret)(address . dev@jpoiret.xyz)(address . 57520@debbugs.gnu.org)
b974dfe40e953145c5d60cb38192ab22bc88f683.1662036678.git.dev@jpoiret.xyz
* 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(-)

Toggle diff (35 lines)
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
Josselin Poiret wrote 3 years ago
[PATCH 2/3] gnu: wireplumber: Update to 0.4.11.
(name . Josselin Poiret)(address . dev@jpoiret.xyz)(address . 57520@debbugs.gnu.org)
976780955ff3179f3d84765fcc70354e498f2d03.1662036678.git.dev@jpoiret.xyz
* gnu/packages/linux.scm (wireplumber): Do it.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
Josselin Poiret wrote 3 years ago
[PATCH 3/3] gnu: qpwgraph: Update to 0.3.5.
(name . Josselin Poiret)(address . dev@jpoiret.xyz)(address . 57520@debbugs.gnu.org)
08a59a4a6a4928d5eec70400db951ed96d877c24.1662036678.git.dev@jpoiret.xyz
* gnu/packages/audio.scm (qpwgraph): Do it.
---
gnu/packages/audio.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
Mathieu Othacehe wrote 3 years ago
Re: bug#57520: [PATCH 0/3] Update pipewire-0.3 and friends.
(name . Josselin Poiret)(address . dev@jpoiret.xyz)(address . 57520-done@debbugs.gnu.org)
871qsv3xrs.fsf@gnu.org
Hey Josselin,

Toggle quote (4 lines)
> 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
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 57520@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 57520
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help