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 27-32
Link Here
|
27 |
|
26 |
|
28 |
USES= autoreconf compiler:c++11-lib cpe desktop-file-utils gettext-tools gmake iconv libtool pkgconfig shared-mime-info shebangfix dos2unix localbase |
27 |
USES= autoreconf compiler:c++11-lib cpe desktop-file-utils gettext-tools gmake iconv libtool pkgconfig shared-mime-info shebangfix dos2unix localbase |
29 |
GNU_CONFIGURE= yes |
28 |
GNU_CONFIGURE= yes |
|
|
29 |
MOD_SCRIPT_PIPE_USES= python:3.6+ |
30 |
MOD_NYQ_BENCH_USES= python:3.6+ |
30 |
NLS_USES= gettext-runtime |
31 |
NLS_USES= gettext-runtime |
31 |
NLS_CONFIGURE_ENABLE= nls |
32 |
NLS_CONFIGURE_ENABLE= nls |
32 |
NLS_CONFIGURE_WITH= libintl-prefix="${LOCALBASE}" |
33 |
NLS_CONFIGURE_WITH= libintl-prefix="${LOCALBASE}" |
Lines 40-46
Link Here
|
40 |
USE_GITHUB= yes |
41 |
USE_GITHUB= yes |
41 |
|
42 |
|
42 |
OPTIONS_DEFINE= NLS DEBUG DOCS DYNLOAD FFMPEG FLAC ID3TAG LADSPA LAME LV2 \ |
43 |
OPTIONS_DEFINE= NLS DEBUG DOCS DYNLOAD FFMPEG FLAC ID3TAG LADSPA LAME LV2 \ |
43 |
MAD SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST |
44 |
MAD MOD_SCRIPT_PIPE MOD_NYQ_BENCH SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST |
44 |
OPTIONS_DEFAULT= FLAC ID3TAG LADSPA MAD \ |
45 |
OPTIONS_DEFAULT= FLAC ID3TAG LADSPA MAD \ |
45 |
SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST |
46 |
SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST |
46 |
|
47 |
|
Lines 53-58
Link Here
|
53 |
LAME_DESC= Use lame for import and export support |
54 |
LAME_DESC= Use lame for import and export support |
54 |
LV2_DESC= Add LV2 plug-in support |
55 |
LV2_DESC= Add LV2 plug-in support |
55 |
MAD_DESC= Use libmad for mp2/3 decoding support |
56 |
MAD_DESC= Use libmad for mp2/3 decoding support |
|
|
57 |
MOD_SCRIPT_PIPE_DESC= mod-script-pipe scripting support |
58 |
MOD_NYQ_BENCH_DESC= Enable Nyquist Workbench |
56 |
SBSMS_DESC= Use libsbsms for pitch and tempo changing |
59 |
SBSMS_DESC= Use libsbsms for pitch and tempo changing |
57 |
SOUNDTOUCH_DESC= Use libSoundTouch for pitch and tempo changing |
60 |
SOUNDTOUCH_DESC= Use libSoundTouch for pitch and tempo changing |
58 |
TAGLIB_DESC= Use TagLib for metadata support |
61 |
TAGLIB_DESC= Use TagLib for metadata support |
Lines 101-109
Link Here
|
101 |
LADSPA_CONFIGURE_ENABLE= ladspa |
104 |
LADSPA_CONFIGURE_ENABLE= ladspa |
102 |
LADSPA_RUN_DEPENDS= listplugins:audio/ladspa |
105 |
LADSPA_RUN_DEPENDS= listplugins:audio/ladspa |
103 |
|
106 |
|
104 |
MAD_CONFIGURE_WITH= libmad=system |
|
|
105 |
MAD_LIB_DEPENDS= libmad.so:audio/libmad |
106 |
|
107 |
LAME_CONFIGURE_ON= --with-lame=system |
107 |
LAME_CONFIGURE_ON= --with-lame=system |
108 |
LAME_CONFIGURE_OFF= --with-lame # --without-lame is broken |
108 |
LAME_CONFIGURE_OFF= --with-lame # --without-lame is broken |
109 |
LAME_CPPFLAGS= -I${LOCALBASE}/include |
109 |
LAME_CPPFLAGS= -I${LOCALBASE}/include |
Lines 114-119
Link Here
|
114 |
LV2_LIB_DEPENDS= liblilv-0.so:audio/lilv \ |
114 |
LV2_LIB_DEPENDS= liblilv-0.so:audio/lilv \ |
115 |
libsuil-0.so:audio/suil |
115 |
libsuil-0.so:audio/suil |
116 |
|
116 |
|
|
|
117 |
MAD_CONFIGURE_WITH= libmad=system |
118 |
MAD_LIB_DEPENDS= libmad.so:audio/libmad |
119 |
|
120 |
MOD_SCRIPT_PIPE_CONFIGURE_WITH= mod-script-pipe |
121 |
MOD_NYQ_BENCH_CONFIGURE_WITH= mod-nyq-bench |
122 |
|
123 |
NLS_CONFIGURE_OFF= --disable-nls |
124 |
|
117 |
SBSMS_CONFIGURE_WITH= sbsms |
125 |
SBSMS_CONFIGURE_WITH= sbsms |
118 |
|
126 |
|
119 |
SOUNDTOUCH_CONFIGURE_WITH= soundtouch=system |
127 |
SOUNDTOUCH_CONFIGURE_WITH= soundtouch=system |