Add new port: audio/shairplay

PR:		196299
Differential Revision:	https://reviews.freebsd.org/D1900
Submitted by:	mickael.maillot@gmail.com

Shairplay is a free portable AirPlay server implementation similar to
ShairPort. Currently only AirPort Express emulation is supported.

WWW: https://github.com/juhovh/shairplay
This commit is contained in:
Jan Beich 2015-02-28 14:14:22 +00:00
parent 59b8a9830d
commit 9d4e9b4532
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380143
5 changed files with 45 additions and 0 deletions

View File

@ -668,6 +668,7 @@
SUBDIR += sdl_mixer
SUBDIR += sdl_sound
SUBDIR += sfront
SUBDIR += shairplay
SUBDIR += shairport
SUBDIR += shntool
SUBDIR += shorten

31
audio/shairplay/Makefile Normal file
View File

@ -0,0 +1,31 @@
# $FreeBSD$
PORTNAME= shairplay
PORTVERSION= 0.9.0.20140422
CATEGORIES= audio
MAINTAINER= mickael.maillot@gmail.com
COMMENT= Portable AirPlay server implementation
LICENSE= BSD3CLAUSE LGPL21 MIT
LICENSE_COMB= multi
LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao
USE_GITHUB= yes
GH_ACCOUNT= juhovh
GH_COMMIT= 64d59e3
GH_TAGNAME= ${GH_COMMIT}
USES= autoreconf gmake libtool pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFAULT= MDNSRESPONDER
OPTIONS_SINGLE= ZEROCONF
OPTIONS_SINGLE_ZEROCONF= AVAHI MDNSRESPONDER
AVAHI_LIB_DEPENDS= libdns_sd.so:${PORTSDIR}/net/avahi-libdns
MDNSRESPONDER_LIB_DEPENDS= libdns_sd.so:${PORTSDIR}/net/mDNSResponder
.include <bsd.port.mk>

2
audio/shairplay/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (shairplay-0.9.0.20140422.tar.gz) = f54222999db91cfa261ec58d8b73352915a27449fc6628153b532f37e4790837
SIZE (shairplay-0.9.0.20140422.tar.gz) = 290517

View File

@ -0,0 +1,4 @@
Shairplay is a free portable AirPlay server implementation similar to
ShairPort. Currently only AirPort Express emulation is supported.
WWW: https://github.com/juhovh/shairplay

View File

@ -0,0 +1,7 @@
bin/shairplay
include/shairplay/dnssd.h
include/shairplay/raop.h
lib/libshairplay.a
lib/libshairplay.so
lib/libshairplay.so.0
lib/libshairplay.so.0.0.0