Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 2015 06:20:44 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402908 - head/audio/cmus
Message-ID:  <201512040620.tB46Kiqx000905@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Fri Dec  4 06:20:44 2015
New Revision: 402908
URL: https://svnweb.freebsd.org/changeset/ports/402908

Log:
  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

Modified:
  head/audio/cmus/Makefile

Modified: head/audio/cmus/Makefile
==============================================================================
--- head/audio/cmus/Makefile	Fri Dec  4 05:42:17 2015	(r402907)
+++ head/audio/cmus/Makefile	Fri Dec  4 06:20:44 2015	(r402908)
@@ -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?201512040620.tB46Kiqx000905>