         MODULE=pipewire
        VERSION=1.6.8
         SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL_FULL=https://github.com/PipeWire/pipewire/archive/$VERSION.tar.gz
     SOURCE_VFY=sha256:8181172a1d95131f6af8bbc0b98f90b2a33349b042b84c3ce57dd5d11348cc58
       WEB_SITE=https://github.com/PipeWire/pipewire
        ENTERED=20190820
        UPDATED=20260710
          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
