diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2020-12-18 22:43:31 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2020-12-18 22:43:31 +0000 |
commit | 84cb43b5605db4190773b6484814352cd7fbbc90 (patch) | |
tree | 788f245bc10dc13855eb76812e7ae428e6a14bf8 /audio | |
parent | 52bb113ac339342a649c4e6aac982d8a75ee87c6 (diff) |
Cleanup OPTIONS, bump PORTREVISION.
Details:
* Add LAME to ACCESS group.
* Make PROXYDB default option.
* Add note about SMB usage being discouraged.
(Backgound: crashes due to a bug in libsmbclient:
https://bugzilla.samba.org/show_bug.cgi?id=11413)
Notes
Notes:
svn path=/head/; revision=558408
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musicpd/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index cf2c55a06dec..d8726893d056 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -2,7 +2,7 @@ PORTNAME= musicpd PORTVERSION= 0.22.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} @@ -38,7 +38,7 @@ PORTDOCS= AUTHORS README.md NEWS SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS ID3TAG IPV6 ISO9660 SQLITE3 \ - PROXYDB LAME VORBISENC ZZIP + PROXYDB VORBISENC ZZIP OPTIONS_RADIO= RESAMPLER ZEROCONF @@ -55,7 +55,7 @@ OPTIONS_MULTI_FILE_FORMAT= \ OPTIONS_GROUP= ACCESS PLAYBACK -OPTIONS_GROUP_ACCESS= CDPARANOIA CURL MMS NFS PLAYLISTS QOBUZ \ +OPTIONS_GROUP_ACCESS= CDPARANOIA CURL LAME MMS NFS PLAYLISTS QOBUZ \ SMB SOUNDCLOUD TIDAL YAJL OPTIONS_GROUP_PLAYBACK= AO JACK OPENAL PULSEAUDIO \ @@ -70,6 +70,7 @@ LAME_DESC= Support for MP3 Icecast Streams PLAYLISTS_DESC= Enable extra playlist support (wma, RSS) QOBUZ_DESC= Streaming service support: Qobuz SIDPLAY2_DESC= Sidplay support (C64 mono and stereo files) +SMB_DESC= SMB network support (currently strongly discouraged) SOUNDCLOUD_DESC=Streaming service support: SoundCloud TIDAL_DESC= Streaming service support: TIDAL (currently defunct) TWOLAME_DESC= TwoLAME support (mp2) @@ -79,7 +80,7 @@ YAJL_DESC= JSON support via libyajl ZZIP_DESC= Support for zzip archives OPTIONS_DEFAULT=CURL FFMPEG FLAC ID3TAG LAME OPUS \ - PLAYLISTS SNDFILE VORBIS VORBISENC + PLAYLISTS PROXYDB SNDFILE VORBIS VORBISENC # Decoder plugins ADPLUG_MESON_ENABLED= adplug |