diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2017-06-08 19:52:19 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2017-06-08 19:52:19 +0800 |
commit | d4eb4db993a41ba6c809fbbf4779d4f767c20e1d (patch) | |
tree | e304d74f8bd60a523e832e92f8c11ca107aeba30 /audio | |
parent | 3d53e30cf9517ac208e6c7748277cb5fb6736407 (diff) | |
download | freebsd-ports-gnome-d4eb4db993a41ba6c809fbbf4779d4f767c20e1d.tar.gz freebsd-ports-gnome-d4eb4db993a41ba6c809fbbf4779d4f767c20e1d.tar.zst freebsd-ports-gnome-d4eb4db993a41ba6c809fbbf4779d4f767c20e1d.zip |
Update to 3.1.d16 which comes with optional PulseAudio support.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/shairport-sync/Makefile | 7 | ||||
-rw-r--r-- | audio/shairport-sync/distinfo | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/audio/shairport-sync/Makefile b/audio/shairport-sync/Makefile index a86289efdb79..573f798597cf 100644 --- a/audio/shairport-sync/Makefile +++ b/audio/shairport-sync/Makefile @@ -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) @@ -47,4 +47,7 @@ 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> diff --git a/audio/shairport-sync/distinfo b/audio/shairport-sync/distinfo index 31dac3c5acee..b154584d1f08 100644 --- a/audio/shairport-sync/distinfo +++ b/audio/shairport-sync/distinfo @@ -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 |