Request the default options on the XBMC port include airtunes support. Without selecting the airtunes option, it is not possible to stream music from an Apple device to XBMC over AirTunes (AirPlay is for video/photos only and does not replace AirTunes). Note that this bring in an additional dependency: audio/libshairport. Fix: Turn on airtunes option as default on multimedia/xbmc port. How-To-Repeat: Install multimedia/xbmc with default port options, and attempt to stream music to XBMC using AirTunes. it will not work and xbmc will not be listening on TCP port 36666.
Maintainer of multimedia/xbmc, Please note that PR ports/187522 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187522 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
it's OK for me, this option should be enabled by default.
Responsible Changed From-To: freebsd-ports-bugs->jadawin I'll take it.
Author: jadawin Date: Thu Mar 13 13:07:38 2014 New Revision: 348059 URL: http://svnweb.freebsd.org/changeset/ports/348059 QAT: https://qat.redports.org/buildarchive/r348059/ Log: - Put AIRTUNES as default option - Bump PORTREVISION PR: ports/187522 Submitted by: Ben Woods <woodsb02@gmail.com> Approved by: maintainer Modified: head/multimedia/xbmc/Makefile Modified: head/multimedia/xbmc/Makefile ============================================================================== --- head/multimedia/xbmc/Makefile Thu Mar 13 12:43:19 2014 (r348058) +++ head/multimedia/xbmc/Makefile Thu Mar 13 13:07:38 2014 (r348059) @@ -2,6 +2,7 @@ PORTNAME= xbmc DISTVERSION= 13.0.beta1 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= mickael.maillot@gmail.com @@ -87,7 +88,7 @@ NONFREE_DESC= Enable non-free components SFTP_DESC= SSH SFTP support via libssh VORBIS_DESC= Ogg Vorbis audio encoder -OPTIONS_DEFAULT= AIRPLAY AVAHI CEC LIBBLURAY HAL LIRC MYSQL \ +OPTIONS_DEFAULT= AIRPLAY AIRTUNES AVAHI CEC LIBBLURAY HAL LIRC MYSQL \ RTMP SFTP SMB VAAPI VDPAU VORBIS WEBSERVER XRANDR AIRPLAY_LIB_DEPENDS= libplist.so:${PORTSDIR}/devel/libplist _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!