         MODULE=pipewire
        VERSION=1.6.3
         SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL_FULL=https://github.com/PipeWire/pipewire/archive/$VERSION.tar.gz
     SOURCE_VFY=sha256:93db72dc06768db548d48ae2b8e96e7c299c89a47f5c4426f152221aa90b0f2d
       WEB_SITE=https://github.com/PipeWire/pipewire
        ENTERED=20190820
        UPDATED=20260409
          SHORT="Server and user space API to deal with multimedia pipelines"

cat << EOF
PipeWire is a server and user space API to deal with multimedia pipelines.
This includes:
  - Making available sources of video (such as from a capture devices or
    application provided streams) and multiplexing this with clients.
  - Accessing sources of video for consumption.
  - Generating graphs for audio and video processing.
Nodes in the graph can be implemented as separate processes, communicating with
sockets and exchanging multimedia content using fd passing.
EOF
