aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2021-05-09 09:53:27 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2021-05-09 10:05:05 +0000
commitc3c9b8490c7428c266bfa5ce7e142386e3691d45 (patch)
tree8676968b458904b200dd9021617f214ac60f182a
parent862f5d1238e0075bee9492ee6e65fc0098b7f1f7 (diff)
downloadports-c3c9b8490c7428c266bfa5ce7e142386e3691d45.tar.gz
ports-c3c9b8490c7428c266bfa5ce7e142386e3691d45.zip
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
-rw-r--r--audio/audacity/Makefile3
1 files changed, 2 insertions, 1 deletions
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