summaryrefslogtreecommitdiffstats
path: root/video/pipewire/DETAILS
diff options
context:
space:
mode:
authorTreeve Jelbert2018-02-01 14:31:28 +0100
committerTreeve Jelbert2018-02-01 14:32:07 +0100
commitb60aa92f9c0ebf3733cc35ce58ac9da66c81d59f (patch)
tree6cf190f8aa233f708888e679e71051d821c3825a /video/pipewire/DETAILS
parentb47d1114c0bf83e7346fe3f76ad4eb3a90caecd7 (diff)
pipewire-0.1.8
Diffstat (limited to 'video/pipewire/DETAILS')
-rwxr-xr-xvideo/pipewire/DETAILS20
1 files changed, 20 insertions, 0 deletions
diff --git a/video/pipewire/DETAILS b/video/pipewire/DETAILS
new file mode 100755
index 0000000000..3b701dbcb2
--- /dev/null
+++ b/video/pipewire/DETAILS
@@ -0,0 +1,20 @@
+source $GRIMOIRE/MESON_FUNCTIONS
+ SPELL=pipewire
+ VERSION=0.1.8
+ SOURCE_HASH=sha512:434acf34e194caa16377dfad18de601062913bc3cd857258f1fd10813aa7ab96208eb891d9326e6e6758e873d937a6197f2a2940c6e5393d10d29eeb4895a6c6
+ 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 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.
+EOF