[Bug 246645] audio/audacity: Update to 2.4.1
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri May 29 01:44:27 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246645
--- Comment #14 from Tatsuki Makino <tatsuki_makino at hotmail.com> ---
(In reply to Jack from comment #13)
My comment #11 is wrong.
audacity-Audacity-2.4.1/CMakeLists.txt has following:
# Define option() prefix
set( _OPT "audacity_" )
Thereby all options are prefixed with audacity_.
The options definition is in
audacity-Audacity-2.4.1/cmake-proxies/CMakeLists.txt.
That is the execution of the addlib function.
A list of options can be found with the command:
cd /usr/ports/audio/audacity
make configure
cd /usr/ports/audio/audacity/work/.build
cmake -L ../audacity-Audacity-2.4.1
Predicting from that result, I think that the OPTIONS variable is written as
follows.
FFMPEG_CMAKE_ON= -Daudacity_use_ffmpeg:STRING=system
FFMPEG_CMAKE_OFF= -Daudacity_use_ffmpeg:STRING=off
And, =system when using ports library, =local when using bundle library.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list