diff mbox series

[bug#67551] gnu: pipewire: Update to 1.0.0.

Message ID e0df9960b600324f24583da7f0dfb522bc31f9de.1701367900.git.sarg@sarg.org.ru
State New
Headers show
Series [bug#67551] gnu: pipewire: Update to 1.0.0. | expand

Commit Message

Sergey Trofimov Nov. 30, 2023, 6:12 p.m. UTC
* gnu/packages/linux.scm (pipewire): Update to 1.0.0.
---
 gnu/packages/linux.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)


base-commit: 2b782f67266b42bb40015bd23ce2443be2f9b01f
--
2.41.0

Comments

Hilton Chain Dec. 10, 2023, 4:05 a.m. UTC | #1
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!
diff mbox series

Patch

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