blob: 2507705bfa1e28f52e8a38046822c57e95c45288 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
source $GRIMOIRE/MESON_FUNCTIONS
SPELL=pipewire
VERSION=0.3.25
SOURCE_HASH=sha512:0f84be21bfcd70f25900c53a8ce399c29ce2d4d10f8b56e5103603cf0c80673aab0b16492e55b42985283adf46343cdca01626225db85a2263f06c309f68f2d7
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://pipewire.org
SOURCE_URL[0]=https://github.com/PipeWire/pipewire/archive/$VERSION.tar.gz
LICENSE[0]=GPL
ENTERED=20180201
KEYWORDS=""
SHORT=""
cat << EOF
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 releases 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.
EOF
|