unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67551] [PATCH] gnu: pipewire: Update to 1.0.0.
@ 2023-11-30 18:12 Sergey Trofimov
  2023-12-10  4:05 ` bug#67551: " Hilton Chain via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Sergey Trofimov @ 2023-11-30 18:12 UTC (permalink / raw)
  To: 67551; +Cc: Sergey Trofimov, Leo Famulari, Tobias Geerinckx-Rice

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67551: [PATCH] gnu: pipewire: Update to 1.0.0.
  2023-11-30 18:12 [bug#67551] [PATCH] gnu: pipewire: Update to 1.0.0 Sergey Trofimov
@ 2023-12-10  4:05 ` Hilton Chain via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-12-10  4:05 UTC (permalink / raw)
  To: Sergey Trofimov; +Cc: 67551-done, Tobias Geerinckx-Rice, Leo Famulari

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!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-10  4:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-30 18:12 [bug#67551] [PATCH] gnu: pipewire: Update to 1.0.0 Sergey Trofimov
2023-12-10  4:05 ` bug#67551: " Hilton Chain via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).