git: c3c9b8490c74 - main - audio/audacity: enable FFMPEG for Opus support

Ulrich Spörlein uqs at FreeBSD.org
Sun May 9 10:05:44 UTC 2021


The branch main has been updated by uqs:

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

commit c3c9b8490c7428c266bfa5ce7e142386e3691d45
Author:     Ulrich Spörlein <uqs at FreeBSD.org>
AuthorDate: 2021-05-09 09:53:27 +0000
Commit:     Ulrich Spörlein <uqs at 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
 


More information about the dev-commits-ports-all mailing list