[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

Debbugs page

Sergey Trofimov wrote 1 years ago
(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
Hilton Chain wrote 1 years ago
(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
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 67551
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