Lines 2-10
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= audacity |
4 |
PORTNAME= audacity |
5 |
PORTVERSION= 2.2.2 |
5 |
PORTVERSION= 2.3.0 |
6 |
DISTVERSIONPREFIX= Audacity- |
6 |
DISTVERSIONPREFIX= Audacity- |
7 |
PORTREVISION= 3 |
|
|
8 |
CATEGORIES= audio |
7 |
CATEGORIES= audio |
9 |
|
8 |
|
10 |
MAINTAINER= xxjack12xx@gmail.com |
9 |
MAINTAINER= xxjack12xx@gmail.com |
Lines 40-46
Link Here
|
40 |
USE_GITHUB= yes |
39 |
USE_GITHUB= yes |
41 |
|
40 |
|
42 |
OPTIONS_DEFINE= NLS DEBUG DOCS DYNLOAD FFMPEG FLAC ID3TAG LADSPA LAME LV2 \ |
41 |
OPTIONS_DEFINE= NLS DEBUG DOCS DYNLOAD FFMPEG FLAC ID3TAG LADSPA LAME LV2 \ |
43 |
MAD SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST |
42 |
MAD MOD_SCRIPT_PIPE MOD_NYQ_BENCH SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST |
44 |
OPTIONS_DEFAULT= FLAC ID3TAG LADSPA MAD \ |
43 |
OPTIONS_DEFAULT= FLAC ID3TAG LADSPA MAD \ |
45 |
SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST |
44 |
SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST |
46 |
|
45 |
|
Lines 53-58
Link Here
|
53 |
LAME_DESC= Use lame for import and export support |
52 |
LAME_DESC= Use lame for import and export support |
54 |
LV2_DESC= Add LV2 plug-in support |
53 |
LV2_DESC= Add LV2 plug-in support |
55 |
MAD_DESC= Use libmad for mp2/3 decoding support |
54 |
MAD_DESC= Use libmad for mp2/3 decoding support |
|
|
55 |
MOD_SCRIPT_PIPE_DESC= mod-script-pipe scripting support |
56 |
MOD_NYQ_BENCH_DESC= Enable Nyquist Workbench |
56 |
SBSMS_DESC= Use libsbsms for pitch and tempo changing |
57 |
SBSMS_DESC= Use libsbsms for pitch and tempo changing |
57 |
SOUNDTOUCH_DESC= Use libSoundTouch for pitch and tempo changing |
58 |
SOUNDTOUCH_DESC= Use libSoundTouch for pitch and tempo changing |
58 |
TAGLIB_DESC= Use TagLib for metadata support |
59 |
TAGLIB_DESC= Use TagLib for metadata support |
Lines 101-109
Link Here
|
101 |
LADSPA_CONFIGURE_ENABLE= ladspa |
102 |
LADSPA_CONFIGURE_ENABLE= ladspa |
102 |
LADSPA_RUN_DEPENDS= listplugins:audio/ladspa |
103 |
LADSPA_RUN_DEPENDS= listplugins:audio/ladspa |
103 |
|
104 |
|
104 |
MAD_CONFIGURE_WITH= libmad=system |
|
|
105 |
MAD_LIB_DEPENDS= libmad.so:audio/libmad |
106 |
|
107 |
LAME_CONFIGURE_ON= --with-lame=system |
105 |
LAME_CONFIGURE_ON= --with-lame=system |
108 |
LAME_CONFIGURE_OFF= --with-lame # --without-lame is broken |
106 |
LAME_CONFIGURE_OFF= --with-lame # --without-lame is broken |
109 |
LAME_CPPFLAGS= -I${LOCALBASE}/include |
107 |
LAME_CPPFLAGS= -I${LOCALBASE}/include |
Lines 114-119
Link Here
|
114 |
LV2_LIB_DEPENDS= liblilv-0.so:audio/lilv \ |
112 |
LV2_LIB_DEPENDS= liblilv-0.so:audio/lilv \ |
115 |
libsuil-0.so:audio/suil |
113 |
libsuil-0.so:audio/suil |
116 |
|
114 |
|
|
|
115 |
MAD_CONFIGURE_WITH= libmad=system |
116 |
MAD_LIB_DEPENDS= libmad.so:audio/libmad |
117 |
|
118 |
MOD_SCRIPT_PIPE_CONFIGURE_WITH= mod-script-pipe |
119 |
MOD_SCRIPT_PIPE_USES= python:3.6+ |
120 |
MOD_NYQ_BENCH_CONFIGURE_WITH= mod-nyq-bench |
121 |
MOD_NYQ_BENCH_USES= python:3.6+ |
122 |
|
117 |
SBSMS_CONFIGURE_WITH= sbsms |
123 |
SBSMS_CONFIGURE_WITH= sbsms |
118 |
|
124 |
|
119 |
SOUNDTOUCH_CONFIGURE_WITH= soundtouch=system |
125 |
SOUNDTOUCH_CONFIGURE_WITH= soundtouch=system |