all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andrew Tropin <andrew@trop.in>
To: 49046@debbugs.gnu.org
Cc: Andrew Tropin <andrew@trop.in>
Subject: [bug#49046] [PATCH 1/3] gnu: pipewire: Update to 0.3.29.
Date: Tue, 15 Jun 2021 19:53:25 +0300	[thread overview]
Message-ID: <20210615165327.491-2-andrew@trop.in> (raw)
In-Reply-To: <20210615165327.491-1-andrew@trop.in>

* gnu/packages/linux.scm (pipewire): Update to 0.3.29.
---
 gnu/packages/linux.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2b0c32666c..2c38ab3cd7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7615,7 +7615,7 @@ of Linux application development.")
   (package
     (inherit pipewire)
     (name "pipewire")
-    (version "0.3.22")
+    (version "0.3.29")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -7624,12 +7624,12 @@ of Linux application development.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ywna5f5v8s79ivrqfwwc8vy6sn3a2zvfwqyalf1fypj5d90w8g9"))))
+                "16jjxcnahxqfcawz77ywx837ybhwzcivn7hgqb9cmlp1y2syy8gk"))))
     (arguments
      '(#:configure-flags
        (list (string-append "-Dudevrulesdir=" (assoc-ref %outputs "out")
                             "/lib/udev/rules.d")
-             "-Dsystemd=false")
+             "-Dsystemd=disabled")
        #:phases
        (modify-phases %standard-phases
          ;; Skip shrink-runpath, otherwise validate-runpath fails.
-- 
2.32.0





  reply	other threads:[~2021-06-15 16:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-15 16:53 [bug#49045] [PATCH 0/3] Update pipewire and xdg-desktop-portal[-wlr] Andrew Tropin
2021-06-15 16:53 ` Andrew Tropin [this message]
2021-06-15 16:53 ` [bug#49047] [PATCH 2/3] gnu: xdg-desktop-portal: Update to 1.8.1 Andrew Tropin
2021-06-15 16:53 ` [bug#49048] [PATCH 3/3] gnu: xdg-desktop-portal-wlr: Update to 0.4.0 Andrew Tropin
2021-06-18 12:39 ` bug#49045: [PATCH 0/3] Update pipewire and xdg-desktop-portal[-wlr] Ludovic Courtès
2021-06-18 16:09   ` [bug#49045] " 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=20210615165327.491-2-andrew@trop.in \
    --to=andrew@trop.in \
    --cc=49046@debbugs.gnu.org \
    /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.