aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorkoobs <koobs@FreeBSD.org>2015-12-04 14:20:44 +0800
committerkoobs <koobs@FreeBSD.org>2015-12-04 14:20:44 +0800
commit38e300b562d02dead0ac2da6c898141b821100fe (patch)
treef9c9f8892bb93c412077004f974f872ee7572a89 /audio
parenta87fad4d53c591aa15b7663e6676f8e51b5f0adc (diff)
downloadfreebsd-ports-gnome-38e300b562d02dead0ac2da6c898141b821100fe.tar.gz
freebsd-ports-gnome-38e300b562d02dead0ac2da6c898141b821100fe.tar.zst
freebsd-ports-gnome-38e300b562d02dead0ac2da6c898141b821100fe.zip
audio/cmus: Enable AAC FFMPEG MP4 by default
Enable the AAC, FFMPEG and MP4 codecs by default, so that the binary packages are more valuable out of the box. Prior to this change, it was limited to playing mp3, Vorbis and FLAC format files. While I'm here: - Add LICENSE_FILE PR: 203533 Submitted by: Tobias Kortkamp <t tobik me> Approved by: maintainer (timeout, 1 month, 15 days) MFH: 2015Q4
Diffstat (limited to 'audio')
-rw-r--r--audio/cmus/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile
index feed8a29f28c..630ccf753ae6 100644
--- a/audio/cmus/Makefile
+++ b/audio/cmus/Makefile
@@ -4,13 +4,14 @@
PORTNAME= cmus
PORTVERSION= 2.6.0
DISTVERSIONPREFIX= v
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MAINTAINER= h.skuhra@gmail.com
COMMENT= Console-based music player with really cool features
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
@@ -24,7 +25,8 @@ CONFIGURE_ARGS+=prefix=${PREFIX} mandir=${MANPREFIX}/man \
OPTIONS_DEFINE= AAC AO CDDB CDIO CUE DISCID FFMPEG FLAC JACK MAD MIKMOD \
MODPLUG MP4 MUSEPACK OPUS PULSEAUDIO SAMPLERATE TREMOR \
VORBIS WAVPACK
-OPTIONS_DEFAULT=FLAC MAD VORBIS
+OPTIONS_DEFAULT=AAC FFMPEG FLAC MAD MP4 VORBIS
+
DISCID_DESC= DISCID support
.include <bsd.port.options.mk>