|
Lines 22-33
Link Here
|
| 22 |
BROKEN_powerpc64= fails to build |
22 |
BROKEN_powerpc64= fails to build |
| 23 |
|
23 |
|
| 24 |
GNU_CONFIGURE= yes |
24 |
GNU_CONFIGURE= yes |
| 25 |
USES= autoreconf compiler:gcc-c++11-lib cpe desktop-file-utils gettext-tools gmake iconv libtool pkgconfig shared-mime-info shebangfix dos2unix |
25 |
USES= autoreconf compiler:c++11-lib cpe desktop-file-utils gettext-tools gmake iconv libtool pkgconfig shared-mime-info shebangfix dos2unix localbase |
| 26 |
NLS_USES= gettext-runtime |
26 |
NLS_USES= gettext-runtime |
| 27 |
NLS_CONFIGURE_ENABLE= nls |
27 |
NLS_CONFIGURE_ENABLE= nls |
| 28 |
NLS_CONFIGURE_WITH= libintl-prefix="${LOCALBASE}" |
28 |
NLS_CONFIGURE_WITH= libintl-prefix="${LOCALBASE}" |
| 29 |
OPTIONS_SUB= yes |
29 |
OPTIONS_SUB= yes |
| 30 |
USE_GCC= 4.9+ |
|
|
| 31 |
USE_WX= 3.0+ |
30 |
USE_WX= 3.0+ |
| 32 |
WX_COMPS= wx |
31 |
WX_COMPS= wx |
| 33 |
INSTALLS_ICONS= yes |
32 |
INSTALLS_ICONS= yes |
|
Lines 37-43
Link Here
|
| 37 |
USE_GITHUB= yes |
36 |
USE_GITHUB= yes |
| 38 |
|
37 |
|
| 39 |
OPTIONS_DEFINE= NLS DEBUG DOCS ALSA DYNLOAD FFMPEG FLAC ID3TAG LADSPA LAME LV2 \ |
38 |
OPTIONS_DEFINE= NLS DEBUG DOCS ALSA DYNLOAD FFMPEG FLAC ID3TAG LADSPA LAME LV2 \ |
| 40 |
MAD SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST |
39 |
MAD SBSMS SILENT SOUNDTOUCH TWOLAME VAMP VORBIS VST |
| 41 |
OPTIONS_DEFAULT= FLAC ID3TAG LADSPA MAD \ |
40 |
OPTIONS_DEFAULT= FLAC ID3TAG LADSPA MAD \ |
| 42 |
SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST |
41 |
SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST |
| 43 |
|
42 |
|
|
Lines 50-57
Link Here
|
| 50 |
LAME_DESC= Use lame for import and export support |
49 |
LAME_DESC= Use lame for import and export support |
| 51 |
LV2_DESC= Add LV2 plug-in support |
50 |
LV2_DESC= Add LV2 plug-in support |
| 52 |
MAD_DESC= Use libmad for mp2/3 decoding support |
51 |
MAD_DESC= Use libmad for mp2/3 decoding support |
| 53 |
MIDI_DESC= Use portSMF for Midi support |
|
|
| 54 |
SBSMS_DESC= Use libsbsms for pitch and tempo changing |
52 |
SBSMS_DESC= Use libsbsms for pitch and tempo changing |
|
|
53 |
SILENT_DESC= Non verbose build output |
| 55 |
SOUNDTOUCH_DESC= Use libSoundTouch for pitch and tempo changing |
54 |
SOUNDTOUCH_DESC= Use libSoundTouch for pitch and tempo changing |
| 56 |
TAGLIB_DESC= Use TagLib for metadata support |
55 |
TAGLIB_DESC= Use TagLib for metadata support |
| 57 |
TWOLAME_DESC= Use libtwolame for MP2 export support |
56 |
TWOLAME_DESC= Use libtwolame for MP2 export support |
|
Lines 60-75
Link Here
|
| 60 |
|
59 |
|
| 61 |
CONFIGURE_ENV+= WX_CONFIG="${WX_CONFIG}" |
60 |
CONFIGURE_ENV+= WX_CONFIG="${WX_CONFIG}" |
| 62 |
|
61 |
|
| 63 |
CONFIGURE_ARGS+= --enable-unicode \ |
62 |
CONFIGURE_ARGS+= --disable-option-checking \ |
|
|
63 |
--enable-unicode \ |
| 64 |
${ICONV_CONFIGURE_ARG} \ |
64 |
${ICONV_CONFIGURE_ARG} \ |
| 65 |
--with-lib-preference="local" \ |
65 |
--with-lib-preference="local" \ |
| 66 |
--with-expat=system \ |
66 |
--with-expat=system \ |
| 67 |
--with-libsndfile=system \ |
67 |
--with-libsndfile=system \ |
| 68 |
--with-libsoxr \ |
68 |
--with-libsoxr \ |
| 69 |
--with-portaudio \ |
|
|
| 70 |
--with-midi \ |
69 |
--with-midi \ |
| 71 |
--with-widgetextra \ |
70 |
--with-portaudio \ |
| 72 |
--with-portmixer=yes |
71 |
--with-portmixer=yes \ |
|
|
72 |
--with-widgetextra |
| 73 |
|
73 |
|
| 74 |
CONFIGURE_SHELL?= ${LOCALBASE}/bin/bash |
74 |
CONFIGURE_SHELL?= ${LOCALBASE}/bin/bash |
| 75 |
|
75 |
|
|
Lines 118-123
Link Here
|
| 118 |
|
118 |
|
| 119 |
SBSMS_CONFIGURE_WITH= sbsms |
119 |
SBSMS_CONFIGURE_WITH= sbsms |
| 120 |
|
120 |
|
|
|
121 |
SILENT_CONFIGURE_ENABLE= silent-rules |
| 122 |
SILENT_CONFIGURE_ON= -q |
| 123 |
|
| 121 |
SOUNDTOUCH_CONFIGURE_WITH= soundtouch=system |
124 |
SOUNDTOUCH_CONFIGURE_WITH= soundtouch=system |
| 122 |
SOUNDTOUCH_LIB_DEPENDS= libSoundTouch.so:audio/soundtouch |
125 |
SOUNDTOUCH_LIB_DEPENDS= libSoundTouch.so:audio/soundtouch |
| 123 |
|
126 |
|