feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since 18a0552 was
b554e41,
checked in by Paul Brossier <piem@piem.org>, 12 years ago
|
moved out old python interface
|
-
Property mode set to
100644
|
File size:
578 bytes
|
Rev | Line | |
---|
[6017f94] | 1 | # vim:set syntax=python: |
---|
| 2 | |
---|
[d41bc4d] | 3 | pyaubio = ctx.new_task_gen(name = 'python-aubio', |
---|
[6017f94] | 4 | features = 'c cshlib pyext', |
---|
[000b090] | 5 | source = '../../swig/aubio.i', |
---|
[740f06b] | 6 | add_objects = 'sndfileio', |
---|
[000b090] | 7 | target = '_aubiowrapper', |
---|
[46378b3] | 8 | use = ['aubio'], |
---|
[740f06b] | 9 | uselib = ['SNDFILE'], |
---|
[000b090] | 10 | swig_flags = '-python -Wall', |
---|
[740f06b] | 11 | includes = '. ../../src ../../examples') |
---|
[000b090] | 12 | pyaubio.install_path = '${PYTHONDIR}/${PACKAGE}' |
---|
| 13 | |
---|
| 14 | # install python files |
---|
[d41bc4d] | 15 | ctx.install_files('${PYTHONDIR}/${PACKAGE}/', ctx.path.ant_glob('**/*.py')) |
---|
[000b090] | 16 | # install swig generated python file |
---|
[d41bc4d] | 17 | ctx.install_files('${PYTHONDIR}/${PACKAGE}/', '../../swig/aubiowrapper.py') |
---|
Note: See
TracBrowser
for help on using the repository browser.