Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 May 2021 10:05:43 GMT
From:      =?utf-8?B?VWxyaWNoIFNww7ZybGVpbg==?= <uqs@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c3c9b8490c74 - main - audio/audacity: enable FFMPEG for Opus support
Message-ID:  <202105091005.149A5hEt024472@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by uqs:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c3c9b8490c7428c266bfa5ce7e142386e3691d45

commit c3c9b8490c7428c266bfa5ce7e142386e3691d45
Author:     Ulrich Spörlein <uqs@FreeBSD.org>
AuthorDate: 2021-05-09 09:53:27 +0000
Commit:     Ulrich Spörlein <uqs@FreeBSD.org>
CommitDate: 2021-05-09 10:05:05 +0000

    audio/audacity: enable FFMPEG for Opus support
    
    Not being able to decode Opus in 2021 seems like a big gap. Folks that
    do audio processing also will already have ffmpeg installed, most
    likely.
    
    PR:             255667
    Approved by:    maintainer
---
 audio/audacity/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile
index ea72dd752093..c85b5cf08deb 100644
--- a/audio/audacity/Makefile
+++ b/audio/audacity/Makefile
@@ -3,6 +3,7 @@
 PORTNAME=	audacity
 DISTVERSIONPREFIX=	minsrc-
 DISTVERSION=	3.0.2
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/Audacity-${PORTVERSION}/
 
@@ -40,7 +41,7 @@ CMAKE_OFF=	audacity_use_pch
 OPTIONS_DEFINE=		DEBUG DOCS FFMPEG FLAC ID3TAG LADSPA LAME LV2 MAD \
 			MIDI OGG SBSMS SOUNDTOUCH TWOLAME VAMP \
 			VORBIS VST
-OPTIONS_DEFAULT=	FLAC ID3TAG LV2 MAD MIDI OGG SBSMS \
+OPTIONS_DEFAULT=	FFMPEG FLAC ID3TAG LV2 MAD MIDI OGG SBSMS \
 			SOUNDTOUCH TWOLAME VAMP VORBIS VST
 OPTIONS_EXCLUDE_i386=	SBSMS
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105091005.149A5hEt024472>