diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2020-02-28 16:45:21 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2020-02-28 16:45:21 +0000 |
commit | 71b032138591b104476fe377f0844849eab44f10 (patch) | |
tree | f2f6efdc9e6ea57495a87217cc788d849ac8c815 /multimedia/Makefile | |
parent | 29af7b5e6db2a0e0db1f0d62326b55f44ac4da08 (diff) |
multimedia/pipewire: Add a new port.
PipeWire aims to be a "new pulseaudio", that is "a server and userspace API to deal with multimedia pipelines".
Most of software's functionality is turned off by now, as I'm only need this library to make another port. PRs or patches to change that are welcome.
Notes
Notes:
svn path=/head/; revision=527338
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 3c128d44c92a..da968be4a5d9 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -312,6 +312,7 @@ SUBDIR += phonon-vlc SUBDIR += photofilmstrip SUBDIR += php-pHash + SUBDIR += pipewire SUBDIR += pitivi SUBDIR += plexmediaserver SUBDIR += plexmediaserver-plexpass |