GNU bug report logs - #67551
[PATCH] gnu: pipewire: Update to 1.0.0.

Previous Next

Package: guix-patches;

Reported by: Sergey Trofimov <sarg <at> sarg.org.ru>

Date: Thu, 30 Nov 2023 18:49:01 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Hilton Chain <hako <at> ultrarare.space>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#67551: closed ([PATCH] gnu: pipewire: Update to 1.0.0.)
Date: Sun, 10 Dec 2023 04:42:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 10 Dec 2023 12:05:58 +0800
with message-id <87r0juk8gp.wl-hako <at> ultrarare.space>
and subject line Re: [bug#67551] [PATCH] gnu: pipewire: Update to 1.0.0.
has caused the debbugs.gnu.org bug report #67551,
regarding [PATCH] gnu: pipewire: Update to 1.0.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
67551: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67551
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sergey Trofimov <sarg <at> sarg.org.ru>
To: guix-patches <at> gnu.org
Cc: Sergey Trofimov <sarg <at> sarg.org.ru>
Subject: [PATCH] gnu: pipewire: Update to 1.0.0.
Date: Thu, 30 Nov 2023 19:12:03 +0100
* gnu/packages/linux.scm (pipewire): Update to 1.0.0.
---
 gnu/packages/linux.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

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



[Message part 3 (message/rfc822, inline)]
From: Hilton Chain <hako <at> ultrarare.space>
To: Sergey Trofimov <sarg <at> sarg.org.ru>
Cc: 67551-done <at> debbugs.gnu.org, Tobias Geerinckx-Rice <me <at> tobias.gr>,
 Leo Famulari <leo <at> famulari.name>
Subject: Re: [bug#67551] [PATCH] gnu: pipewire: Update to 1.0.0.
Date: Sun, 10 Dec 2023 12:05:58 +0800
Hi Sergey,

On Fri, 01 Dec 2023 02:12:03 +0800,
Sergey Trofimov wrote:
>
> * 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!


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

Previous Next


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