Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 2015 14:14:23 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380143 - in head/audio: . shairplay
Message-ID:  <201502281414.t1SEENab090290@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Feb 28 14:14:22 2015
New Revision: 380143
URL: https://svnweb.freebsd.org/changeset/ports/380143
QAT: https://qat.redports.org/buildarchive/r380143/

Log:
  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

Added:
  head/audio/shairplay/
  head/audio/shairplay/Makefile   (contents, props changed)
  head/audio/shairplay/distinfo   (contents, props changed)
  head/audio/shairplay/pkg-descr   (contents, props changed)
  head/audio/shairplay/pkg-plist   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Sat Feb 28 13:54:13 2015	(r380142)
+++ head/audio/Makefile	Sat Feb 28 14:14:22 2015	(r380143)
@@ -668,6 +668,7 @@
     SUBDIR += sdl_mixer
     SUBDIR += sdl_sound
     SUBDIR += sfront
+    SUBDIR += shairplay
     SUBDIR += shairport
     SUBDIR += shntool
     SUBDIR += shorten

Added: head/audio/shairplay/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/shairplay/Makefile	Sat Feb 28 14:14:22 2015	(r380143)
@@ -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>

Added: head/audio/shairplay/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/shairplay/distinfo	Sat Feb 28 14:14:22 2015	(r380143)
@@ -0,0 +1,2 @@
+SHA256 (shairplay-0.9.0.20140422.tar.gz) = f54222999db91cfa261ec58d8b73352915a27449fc6628153b532f37e4790837
+SIZE (shairplay-0.9.0.20140422.tar.gz) = 290517

Added: head/audio/shairplay/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/shairplay/pkg-descr	Sat Feb 28 14:14:22 2015	(r380143)
@@ -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

Added: head/audio/shairplay/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/shairplay/pkg-plist	Sat Feb 28 14:14:22 2015	(r380143)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502281414.t1SEENab090290>