Date: Thu, 8 Jun 2017 11:52:19 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442916 - head/audio/shairport-sync Message-ID: <201706081152.v58BqJP7056869@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Thu Jun 8 11:52:19 2017 New Revision: 442916 URL: https://svnweb.freebsd.org/changeset/ports/442916 Log: Update to 3.1.d16 which comes with optional PulseAudio support. Modified: head/audio/shairport-sync/Makefile head/audio/shairport-sync/distinfo Modified: head/audio/shairport-sync/Makefile ============================================================================== --- head/audio/shairport-sync/Makefile Thu Jun 8 10:46:02 2017 (r442915) +++ head/audio/shairport-sync/Makefile Thu Jun 8 11:52:19 2017 (r442916) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shairport-sync -DISTVERSION= 3.1.d6 +DISTVERSION= 3.1d16 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org @@ -24,7 +24,7 @@ GH_ACCOUNT= mikebrady USE_RC_SUBR= ${PORTNAME} -OPTIONS_DEFINE= ALAC ALSA SNDIO +OPTIONS_DEFINE= ALAC ALSA SNDIO PULSEAUDIO OPTIONS_DEFAULT=SNDIO ALAC_DESC= Build with libalac support (experimental) @@ -46,5 +46,8 @@ ALSA_CONFIGURE_ON= --with-alsa SNDIO_CONFIGURE_ON= --with-sndio SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio + +PULSEAUDIO_CONFIGURE_ON=--with-pa +PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio .include <bsd.port.mk> Modified: head/audio/shairport-sync/distinfo ============================================================================== --- head/audio/shairport-sync/distinfo Thu Jun 8 10:46:02 2017 (r442915) +++ head/audio/shairport-sync/distinfo Thu Jun 8 11:52:19 2017 (r442916) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493192871 -SHA256 (mikebrady-shairport-sync-3.1.d6_GH0.tar.gz) = 3dd95da4a218cf4897b659bb5914e3d4f3cece0f90a8469b95910a0ff80ef9c9 -SIZE (mikebrady-shairport-sync-3.1.d6_GH0.tar.gz) = 283919 +TIMESTAMP = 1496909908 +SHA256 (mikebrady-shairport-sync-3.1d16_GH0.tar.gz) = f133f3963f7729fe88e9af424857b81830bf8505bd225bc16330bd4f7105e4e9 +SIZE (mikebrady-shairport-sync-3.1d16_GH0.tar.gz) = 291627
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706081152.v58BqJP7056869>