[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/53: gnu: Add pipewire.
From: |
guix-commits |
Subject: |
23/53: gnu: Add pipewire. |
Date: |
Fri, 1 Nov 2019 22:18:44 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 79ec47acaff85a7484bf6555155c7b12e8752692
Author: Kei Kebreau <address@hidden>
Date: Tue Jul 23 20:43:56 2019 -0400
gnu: Add pipewire.
* gnu/packages/linux.scm (pipewire): New variable.
---
gnu/packages/linux.scm | 45 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index cdfff2b..4c6c626 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -37,6 +37,7 @@
;;; Copyright © 2019 Stefan Stefanović <address@hidden>
;;; Copyright © 2019 Pierre Langlois <address@hidden>
;;; Copyright © 2019 Brice Waegeneire <address@hidden>
+;;; Copyright © 2019 Kei Kebreau <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -83,6 +84,7 @@
#:use-module (gnu packages glib)
#:use-module (gnu packages golang)
#:use-module (gnu packages gperf)
+ #:use-module (gnu packages gstreamer)
#:use-module (gnu packages gtk)
#:use-module (gnu packages libunwind)
#:use-module (gnu packages libusb)
@@ -103,6 +105,7 @@
#:use-module (gnu packages readline)
#:use-module (gnu packages rrdtool)
#:use-module (gnu packages samba)
+ #:use-module (gnu packages sdl)
#:use-module (gnu packages serialization)
#:use-module (gnu packages slang)
#:use-module (gnu packages texinfo)
@@ -121,6 +124,7 @@
#:use-module (guix build-system cmake)
#:use-module (guix build-system gnu)
#:use-module (guix build-system go)
+ #:use-module (guix build-system meson)
#:use-module (guix build-system python)
#:use-module (guix build-system trivial)
#:use-module (guix build-system linux-module)
@@ -6059,6 +6063,47 @@ have to construct the archives directly, without using
the archiver.")
types and interfaces and translates so that the X server can use them.")
(license license:gpl2+)))
+(define-public pipewire
+ (package
+ (name "pipewire")
+ (version "0.2.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
+ "1rv1cprga0zy696pjk6gbb29p7nrbkvyla9iviii0pigflgnz6yl"))))
+ (build-system meson-build-system)
+ (arguments
+ '(#:configure-flags '("-Dsystemd=false")))
+ (native-inputs
+ `(("pkg-config" ,pkg-config)))
+ (inputs
+ `(("alsa-lib" ,alsa-lib)
+ ("dbus" ,dbus)
+ ("eudev" ,eudev)
+ ("ffmpeg" ,ffmpeg)
+ ("gstreamer" ,gstreamer)
+ ("gst-plugins-base" ,gst-plugins-base)
+ ("libva" ,libva)
+ ("sbc" ,sbc)
+ ("sdl2" ,sdl2)))
+ (home-page "https://pipewire.org/")
+ (synopsis "Server and user space API to deal with multimedia pipelines")
+ (description
+ "PipeWire is a project that aims to greatly improve handling of audio and
+video under Linux. It aims to support the usecases currently handled by both
+PulseAudio and Jack and at the same time provide same level of powerful
handling
+of Video input and output. It also introduces a security model that makes
+interacting with audio and video devices from containerized applications easy,
+with supporting Flatpak applications being the primary goal. Alongside Wayland
+and Flatpak we expect PipeWire to provide a core building block for the future
+of Linux application development.")
+ (license license:lgpl2.0+)))
+
(define-public ell
(package
(name "ell")
- 52/53: gnu: yelp: Update to 3.32.2., (continued)
- 52/53: gnu: yelp: Update to 3.32.2., guix-commits, 2019/11/01
- 48/53: gnu: gnome-klotski: Update to 3.32.0., guix-commits, 2019/11/01
- 34/53: gnu: libwnck: Update to 3.32.0., guix-commits, 2019/11/01
- 14/53: gnu: Add python-dbusmock., guix-commits, 2019/11/01
- 10/53: gnu: gnome-icon-theme: Update home page., guix-commits, 2019/11/01
- 22/53: gnu: evolution: Update to 3.32.4., guix-commits, 2019/11/01
- 31/53: gnu: gnome-shell-extensions: Update to 3.32.1., guix-commits, 2019/11/01
- 15/53: gnu: gnome-control-center: Update to 3.32.2., guix-commits, 2019/11/01
- 17/53: gnu: tracker: Update to 2.2.2., guix-commits, 2019/11/01
- 06/53: gnu: gedit: Update to 3.32.2., guix-commits, 2019/11/01
- 23/53: gnu: Add pipewire.,
guix-commits <=
- 20/53: gnu: totem: Update to 3.32.1., guix-commits, 2019/11/01
- 11/53: gnu: gnome-desktop: Update to 3.32.2., guix-commits, 2019/11/01
- 35/53: gnu: five-or-more: Update to 3.32.0., guix-commits, 2019/11/01
- 30/53: gnu: gnome-calendar: Update to 3.32.2., guix-commits, 2019/11/01
- 40/53: gnu: python-pyatspi: Update to 2.32.1., guix-commits, 2019/11/01
- 47/53: gnu: ghex: Update to 3.18.4., guix-commits, 2019/11/01
- 32/53: gnu: gnome-system-monitor: Update to 3.32.1., guix-commits, 2019/11/01
- 27/53: gnu: nautilus: Update to 3.32.1., guix-commits, 2019/11/01
- 49/53: gnu: gnome-maps: Update to 3.32.2.1., guix-commits, 2019/11/01
- 36/53: gnu: gnome-mines: Update to 3.32.2., guix-commits, 2019/11/01