diff options
author | miwi <miwi@FreeBSD.org> | 2013-02-18 12:45:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-02-18 12:45:09 +0800 |
commit | 8d4b81e53f9bc5ca82d9451f01f318ba5cefb0b9 (patch) | |
tree | 2c4de2aa7c62c37628d83ce19128ddb262111ed3 /audio/Makefile | |
parent | 6b5245f54e1a3fbc47e8e4bda8fec7d13a8a3290 (diff) | |
download | freebsd-ports-gnome-8d4b81e53f9bc5ca82d9451f01f318ba5cefb0b9.tar.gz freebsd-ports-gnome-8d4b81e53f9bc5ca82d9451f01f318ba5cefb0b9.tar.zst freebsd-ports-gnome-8d4b81e53f9bc5ca82d9451f01f318ba5cefb0b9.zip |
libshairport
============
Created by Team XBMC
This is a fork of ShairPort written by James Laird <jhl@mafipulation.org>. The
XBMC team decided to fork ShairPort and make it into a library.
What it is
----------
This program emulates an AirPort Express for the purpose of streaming music from
iTunes and compatible iPods. It implements a server for the Apple RAOP protocol.
ShairPort does not support AirPlay v2 (video and photo streaming).
It supports multiple simultaneous streams, if your audio output chain (as
detected by libao) does so.
WWW: https://github.com/amejia1/libshairport
PR: ports/172775
Submitted by: Manuel Creach <manuel.creach@icloud.com>
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 2de418a702ca..503e7c732876 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -396,6 +396,7 @@ SUBDIR += liboggz SUBDIR += libopenspc SUBDIR += libsamplerate + SUBDIR += libshairport SUBDIR += libshout SUBDIR += libshout2 SUBDIR += libsidplay |