Date: Fri, 4 Dec 2015 06:24:11 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r402910 - branches/2015Q4/audio/cmus Message-ID: <201512040624.tB46OBB0001895@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Fri Dec 4 06:24:11 2015 New Revision: 402910 URL: https://svnweb.freebsd.org/changeset/ports/402910 Log: MFH: r402908 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) Approved by: ports-secteam (blanket) Modified: branches/2015Q4/audio/cmus/Makefile Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/audio/cmus/Makefile ============================================================================== --- branches/2015Q4/audio/cmus/Makefile Fri Dec 4 06:22:32 2015 (r402909) +++ branches/2015Q4/audio/cmus/Makefile Fri Dec 4 06:24:11 2015 (r402910) @@ -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= 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512040624.tB46OBB0001895>