Improve TREMOR description to make it explicit that it may not be used with
SHOUTCAST PR: ports/180412
This commit is contained in:
parent
a0a7af1b5e
commit
0ec3c75589
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324431
1 changed files with 6 additions and 2 deletions
|
@ -8,7 +8,7 @@ MASTER_SITES= SF/${PORTNAME}/mpd/${PORTVERSION}
|
|||
DISTNAME= mpd-${PORTVERSION}
|
||||
|
||||
MAINTAINER= crees@FreeBSD.org
|
||||
COMMENT= A remote-controllable music daemon
|
||||
COMMENT= Remote-controllable music daemon
|
||||
|
||||
LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad \
|
||||
curl:${PORTSDIR}/ftp/curl
|
||||
|
@ -41,6 +41,8 @@ OPTIONS_DEFINE= ID3TAG IPV6 FLAC VORBIS WAV FFMPEG TREMOR AAC \
|
|||
OPTIONS_RADIO= ZEROCONF
|
||||
OPTIONS_RADIO_ZEROCONF= AVAHI MDNSRESPONDER
|
||||
|
||||
TREMOR_DESC= Tremor decoder (not with SHOUTCAST; use VORBIS)
|
||||
|
||||
OPTIONS_DEFAULT=ID3TAG IPV6 FLAC VORBIS WAV FFMPEG SNDFILE
|
||||
LAME_DESC= Support for MP3 Icecast Streams
|
||||
|
||||
|
@ -171,7 +173,9 @@ LIB_DEPENDS+= id3tag.0:${PORTSDIR}/audio/libid3tag
|
|||
CONFIGURE_ARGS+=--disable-id3
|
||||
.endif
|
||||
|
||||
.if empty(PORT_OPTIONS:MIPV6)
|
||||
.if ${PORT_OPTIONS:MIPV6}
|
||||
CONFIGURE_ARGS+=--enable-ipv6
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-ipv6
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue