audio/audacity: Remove bogus STATIC_WX option
This was accepted by me in r495224. STATIC_WX_ENABLE was probably supposed to be STATIC_WX_CONFIGURE_ENABLE but the entire idea of the option is flawed. wxgtk31 does not provide static libraries. While here drop unhooked JACK_LIB_DEPENDS options helper. Audacity has been using the system Portaudio for a while and JACK support can be enabled there.
This commit is contained in:
parent
e2d14decca
commit
c390698f22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514755
@ -41,7 +41,7 @@ USE_GITHUB= yes
|
||||
|
||||
OPTIONS_DEFINE= DEBUG DOCS DYNLOAD FFMPEG FLAC ID3TAG LADSPA LAME LV2 \
|
||||
MAD MOD_NYQ_BENCH MOD_SCRIPT_PIPE NLS SBSMS SOUNDTOUCH \
|
||||
SSE STATIC_WX TWOLAME VAMP VORBIS VST
|
||||
SSE TWOLAME VAMP VORBIS VST
|
||||
OPTIONS_DEFAULT= FLAC ID3TAG LADSPA MAD SBSMS SOUNDTOUCH TWOLAME VAMP \
|
||||
VORBIS VST
|
||||
|
||||
@ -56,7 +56,6 @@ MOD_SCRIPT_PIPE_DESC= mod-script-pipe scripting support
|
||||
MOD_NYQ_BENCH_DESC= Enable Nyquist Workbench
|
||||
SBSMS_DESC= Use libsbsms for pitch and tempo changing
|
||||
SOUNDTOUCH_DESC= Use libSoundTouch for pitch and tempo changing
|
||||
STATIC_WX_DESC= Link wx statically
|
||||
TAGLIB_DESC= Use TagLib for metadata support
|
||||
TWOLAME_DESC= Use libtwolame for MP2 export support
|
||||
VAMP_DESC= Vamp plug-in support
|
||||
@ -100,8 +99,6 @@ FLAC_LIB_DEPENDS= libFLAC.so:audio/flac
|
||||
ID3TAG_CONFIGURE_WITH= libid3tag=system
|
||||
ID3TAG_LIB_DEPENDS= libid3tag.so:audio/libid3tag
|
||||
|
||||
JACK_LIB_DEPENDS= libjack.so:audio/jack
|
||||
|
||||
LADSPA_CONFIGURE_ENABLE= ladspa
|
||||
LADSPA_RUN_DEPENDS= listplugins:audio/ladspa
|
||||
|
||||
@ -131,8 +128,6 @@ SOUNDTOUCH_LIB_DEPENDS= libSoundTouch.so:audio/soundtouch
|
||||
|
||||
SSE_CONFIGURE_ENABLE= sse
|
||||
|
||||
STATIC_WX_ENABLE= static-wx
|
||||
|
||||
TWOLAME_CONFIGURE_WITH= libtwolame=system
|
||||
TWOLAME_LIB_DEPENDS= libtwolame.so:audio/twolame
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user