diff options
author | nia <nia@pkgsrc.org> | 2022-07-01 18:36:27 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2022-07-01 18:36:27 +0000 |
commit | 7178ec15be7ebe276b3aa1c760756fd714a00021 (patch) | |
tree | 8f40197c46be9434dfaa153f235b33bff558328e /audio/Makefile | |
parent | 954a0d835e175ea069f4b370c49f2bb140216271 (diff) | |
download | pkgsrc-7178ec15be7ebe276b3aa1c760756fd714a00021.tar.gz |
add audio/shairport-sync
Shairport Sync is an AirPlay audio player - it plays audio streamed from
Apple devices and AirPlay sources such as ForkedDaapd (but apparently not
rtunes).
Audio played by a Shairport Sync-powered device stays synchronised with the
source and hence with similar devices playing the same source. In this way,
synchronised multi-room audio is possible for players that support it.
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index 107ed9ef309..e40853563f2 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.654 2022/04/24 00:20:01 tnn Exp $ +# $NetBSD: Makefile,v 1.655 2022/07/01 18:36:27 nia Exp $ # COMMENT= Audio tools, players, and libraries @@ -436,6 +436,7 @@ SUBDIR+= ruby-mp3info SUBDIR+= ruby-taglib SUBDIR+= schismtracker SUBDIR+= sfxr +SUBDIR+= shairport-sync SUBDIR+= shine SUBDIR+= shntool SUBDIR+= shorten |