[PATCH] gnu: pipewire: Update to 1.0.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Hilton Chain
  • Sergey Trofimov
Owner
unassigned
Submitted by
Sergey Trofimov
Severity
normal
S
S
Sergey Trofimov wrote on 30 Nov 2023 19:12
(address . guix-patches@gnu.org)(name . Sergey Trofimov)(address . sarg@sarg.org.ru)
e0df9960b600324f24583da7f0dfb522bc31f9de.1701367900.git.sarg@sarg.org.ru
* gnu/packages/linux.scm (pipewire): Update to 1.0.0.
---
gnu/packages/linux.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Toggle diff (33 lines)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 504d4a64a2..f3bc302818 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9357,7 +9357,7 @@ (define-public inputattach
(define-public pipewire
(package
(name "pipewire")
- (version "0.3.77")
+ (version "1.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -9366,7 +9366,7 @@ (define-public pipewire
(file-name (git-file-name name version))
(sha256
(base32
- "11jdd9ljm6967cdp97qqf5fa02ad69kdgk3212ap5gfndky2h43m"))))
+ "0a8wvsnbgqanp2vjdpkaxpny0k17hz720rd20zdi00s9xjbcrycr"))))
(build-system meson-build-system)
(arguments
(list
@@ -9380,6 +9380,8 @@ (define-public pipewire
(native-inputs
(list `(,glib "bin")
pkg-config
+ doxygen
+ python
python-docutils))
(inputs (list alsa-lib
avahi

base-commit: 2b782f67266b42bb40015bd23ce2443be2f9b01f
--
2.41.0
H
H
Hilton Chain wrote on 10 Dec 2023 05:05
(name . Sergey Trofimov)(address . sarg@sarg.org.ru)
87r0juk8gp.wl-hako@ultrarare.space
Hi Sergey,

On Fri, 01 Dec 2023 02:12:03 +0800,
Sergey Trofimov wrote:
Toggle quote (6 lines)
>
> * gnu/packages/linux.scm (pipewire): Update to 1.0.0.
> ---
> gnu/packages/linux.scm | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)

I have adjusted commit message to mention the native-inputs change,
and applied the patch as 92640eedcad74023fdcea529077524fd44f3d307.

Thank you!
Closed
?