Date: Sun, 26 Feb 2017 11:39:58 +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: r434862 - head/audio/shairport-sync Message-ID: <201702261139.v1QBdw3l077248@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Sun Feb 26 11:39:57 2017 New Revision: 434862 URL: https://svnweb.freebsd.org/changeset/ports/434862 Log: Update to 3.0 Modified: head/audio/shairport-sync/Makefile head/audio/shairport-sync/distinfo Modified: head/audio/shairport-sync/Makefile ============================================================================== --- head/audio/shairport-sync/Makefile Sun Feb 26 11:39:32 2017 (r434861) +++ head/audio/shairport-sync/Makefile Sun Feb 26 11:39:57 2017 (r434862) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shairport-sync -PORTVERSION= 2.8.6 +PORTVERSION= 3.0 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org @@ -10,20 +10,23 @@ COMMENT= AirPlay audio player with multi LICENSE= BSD3CLAUSE -LIB_DEPENDS= libasound.so:audio/alsa-lib \ +LIB_DEPENDS= libavahi-client.so:net/avahi-app \ libconfig.so:devel/libconfig \ libdaemon.so:devel/libdaemon \ libpopt.so:devel/popt \ libsoxr.so:audio/libsoxr \ - libavahi-client.so:net/avahi-app + libasound.so:audio/alsa-lib GNU_CONFIGURE= yes USES= autoreconf libtool pkgconfig ssl + USE_GITHUB= yes +GH_ACCOUNT= mikebrady USE_RC_SUBR= ${PORTNAME} -GH_ACCOUNT= mikebrady +OPTIONS_DEFINE= ALAC +ALAC_DESC= Build with libalac support (experimental) CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc \ --with-piddir=/var/run/shairport-sync --with-avahi \ @@ -35,4 +38,7 @@ LDFLAGS+= -lcrypto CONFIGURE_ENV+= SSL_CFLAGS=-I${OPENSSLINC} SSL_LIBS=-L${OPENSSLLIB} +ALAC_LIB_DEPENDS= libalac.so:audio/alac +ALAC_CONFIGURE_ON= --with-apple-alac + .include <bsd.port.mk> Modified: head/audio/shairport-sync/distinfo ============================================================================== --- head/audio/shairport-sync/distinfo Sun Feb 26 11:39:32 2017 (r434861) +++ head/audio/shairport-sync/distinfo Sun Feb 26 11:39:57 2017 (r434862) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479651183 -SHA256 (mikebrady-shairport-sync-2.8.6_GH0.tar.gz) = 2e73416ac8fdda1657034afaa143f1710852ebed06e0aa43dafc2b7dc5eb653d -SIZE (mikebrady-shairport-sync-2.8.6_GH0.tar.gz) = 250257 +TIMESTAMP = 1488097550 +SHA256 (mikebrady-shairport-sync-3.0_GH0.tar.gz) = d02697810da0a2c10d3b39e8c9e0795af1e81fff065db1e27514cdb5da696108 +SIZE (mikebrady-shairport-sync-3.0_GH0.tar.gz) = 264685
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702261139.v1QBdw3l077248>