aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-03-15 08:39:37 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2023-03-15 08:45:11 +0000
commit7f0d57bd050bf1ff49462a2c300e40e4afffc5ba (patch)
tree82e6f40bde6acb0570bd35b7b1f1d503965f4b47 /audio
parentb32e04acf37101648de204a99bd70068c1224b61 (diff)
downloadports-7f0d57bd050bf1ff49462a2c300e40e4afffc5ba.tar.gz
ports-7f0d57bd050bf1ff49462a2c300e40e4afffc5ba.zip
audio/cmus: Reduce default dependencies
Drop default options AAC, FLAC, MP4, OPUS, VORBIS and WAV as they're handled by FFmpeg Reference: https://github.com/cmus/cmus/blob/v2.10.0/ip/ffmpeg.c#L530 PR: 270178
Diffstat (limited to 'audio')
-rw-r--r--audio/cmus/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile
index 8b5ba3e6b4ab..3b2eaec51b62 100644
--- a/audio/cmus/Makefile
+++ b/audio/cmus/Makefile
@@ -1,7 +1,7 @@
PORTNAME= cmus
DISTVERSIONPREFIX= v
DISTVERSION= 2.10.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MAINTAINER= eduardo@FreeBSD.org
@@ -38,8 +38,12 @@ _CMUS_CONFIGURE_OPTS= AAC ALSA AO ARTS CDDB CDIO COREAUDIO CUE DISCID \
CONFIGURE_ARGS+= CONFIG_${opt}=n
.endfor
+# AAC, FLAC, MP4, OPUS, VORBIS and WAV handled by FFMPEG
+# MPRIS (BASU) error: https://github.com/cmus/cmus/issues/1124
+# https://github.com/cmus/cmus/issues/609
+
OPTIONS_DEFINE= BASU EXAMPLES
-OPTIONS_DEFAULT= AAC BASU FFMPEG FLAC MODPLUG MP4 OPUS OSS SNDIO VORBIS WAV
+OPTIONS_DEFAULT= BASU FFMPEG MODPLUG OSS SNDIO
OPTIONS_SUB= yes
OPTIONS_GROUP= OUT IN