all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Benjamin <benjamin@uvy.fr>
To: 63380@debbugs.gnu.org.
Cc: Benjamin <benjamin@uvy.fr>, Tobias Geerinckx-Rice <me@tobias.gr>
Subject: [bug#63380] [PATCH 1/4] gnu: pipewire: Update to 0.3.70.
Date: Mon,  8 May 2023 23:55:35 +0200	[thread overview]
Message-ID: <b39c42889a15c960b7b8eeb8e3ac3b915437b1e3.1683581164.git.benjamin@uvy.fr> (raw)
In-Reply-To: <cover.1683581164.git.benjamin@uvy.fr>

* gnu/packages/linux.scm (pipewire): Update to 0.3.70.
[inputs]: Add glib.
[arguments]: Do not install rlimits.
---
 gnu/packages/linux.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ea64e9d241..eac9a241cd 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9156,7 +9156,7 @@ (define-public inputattach
 (define-public pipewire
   (package
     (name "pipewire")
-    (version "0.3.63")
+    (version "0.3.70")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -9165,18 +9165,20 @@ (define-public pipewire
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1pkngynvhxc6iyv75gsyqjy18ky4si9dhvpavb9xwq5xj71nj0hr"))))
+                "1n74rrbwymm89ri4daa4v092f4b81wrak4vg685xfz2wl89p64n6"))))
     (build-system meson-build-system)
     (arguments
      (list
       #:configure-flags
       #~(list (string-append "-Dudevrulesdir=" #$output "/lib/udev/rules.d")
-              "-Dsystemd=disabled"
+              "-Dman=enabled"
+              "-Drlimits-install=false"
               "-Dsession-managers=[]"
               "-Dsysconfdir=/etc"
-              "-Dman=enabled")))
+              "-Dsystemd=disabled")))
     (native-inputs
-     (list pkg-config
+     (list `(,glib "bin")
+           pkg-config
            python-docutils))
     (inputs (list alsa-lib
                   avahi
-- 
2.39.2





  reply	other threads:[~2023-05-08 21:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-08 21:50 [bug#63380] [PATCH 0/4] Update pipewire and xdg-desktop-portal Benjamin
2023-05-08 21:55 ` Benjamin [this message]
2023-05-08 21:55 ` [bug#63380] [PATCH 2/4] gnu: wireplumber: Update to 0.4.14 Benjamin
2023-05-08 21:55 ` [bug#63380] [PATCH 3/4] gnu: xdg-desktop-portal: Update to 1.16.0 Benjamin
2023-05-08 21:55 ` [bug#63380] [PATCH 4/4] gnu: xdg-desktop-portal-wlr: Update to 0.7.0 Benjamin
2023-06-14  9:50 ` bug#63380: [PATCH 0/4] Update pipewire and xdg-desktop-portal Andrew Tropin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b39c42889a15c960b7b8eeb8e3ac3b915437b1e3.1683581164.git.benjamin@uvy.fr \
    --to=benjamin@uvy.fr \
    --cc=63380@debbugs.gnu.org. \
    --cc=me@tobias.gr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.