unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Anders Thuné" <asse.97@gmail.com>
To: 42348@debbugs.gnu.org
Cc: "Anders Thuné" <asse.97@gmail.com>
Subject: [bug#42348] [PATCH 1/4] gnu: Add pipewire-0.3.
Date: Tue, 14 Jul 2020 10:18:51 +0200	[thread overview]
Message-ID: <20200714081854.2003-1-asse.97@gmail.com> (raw)
In-Reply-To: <20200713232024.22966-1-asse.97@gmail.com>

* gnu/packages/linux.scm (pipewire-0.3): New variable.
---
 gnu/packages/linux.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9fa7d0cd54..16ac59a006 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -47,6 +47,7 @@
 ;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith@outlook.com>
 ;;; Copyright © 2020 John Soo <jsoo1@asu.edu>
 ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
+;;; Copyright © 2020 Anders Thuné <asse.97@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -125,6 +126,7 @@
   #:use-module (gnu packages tls)
   #:use-module (gnu packages valgrind)
   #:use-module (gnu packages video)
+  #:use-module (gnu packages vulkan)
   #:use-module (gnu packages web)
   #:use-module (gnu packages xiph)
   #:use-module (gnu packages xml)
@@ -7104,6 +7106,34 @@ and Flatpak we expect PipeWire to provide a core building block for the future
 of Linux application development.")
     (license license:lgpl2.0+)))
 
+(define-public pipewire-0.3
+  (package
+    (inherit pipewire)
+    (name "pipewire")
+    (version "0.3.6")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/PipeWire/pipewire")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0g149vyaigf4gzm764fcgxxci9niw19z0af9afs4diwq5xzr1qd3"))))
+    (arguments
+     '(#:configure-flags '("-Dsystemd=false")
+       #:phases
+       (modify-phases %standard-phases
+         ;; Skip shrink-runpath, otherwise validate-runpath fails
+         (delete 'shrink-runpath))))
+    (inputs
+     (append (package-inputs pipewire)
+             `(("bluez" ,bluez)
+               ("jack" ,jack-2)
+               ("pulseaudio" ,pulseaudio)
+               ("vulkan-loader" ,vulkan-loader)
+               ("vulkan-headers" ,vulkan-headers))))))
+
 (define-public ell
   (package
     (name "ell")
-- 
2.27.0





  parent reply	other threads:[~2020-07-14  8:20 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-13 23:20 [bug#42348] [PATCH 0/4] Add xdg-desktop-portal Anders Thuné
2020-07-14  7:58 ` Giovanni Biscuolo
2020-07-14  8:16   ` Anders Thuné
2020-07-14 13:02     ` Giovanni Biscuolo
2020-07-14  8:18 ` Anders Thuné [this message]
2020-07-14  8:18   ` [bug#42348] [PATCH 2/4] gnu: Add libportal Anders Thuné
2020-07-14  8:18   ` [bug#42348] [PATCH 3/4] gnu: Add xdg-desktop-portal Anders Thuné
2020-07-14  8:18   ` [bug#42348] [PATCH 4/4] gnu: Add xdg-desktop-portal-gtk Anders Thuné
2020-07-27  9:55 ` bug#42348: [PATCH 0/4] Add xdg-desktop-portal Ludovic Courtès
2020-08-01 20:02   ` [bug#42348] " Anders Thuné

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20200714081854.2003-1-asse.97@gmail.com \
    --to=asse.97@gmail.com \
    --cc=42348@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 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).