source: meta.yaml @ e3e8e9d

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since e3e8e9d was 64b8dcc, checked in by Paul Brossier <piem@piem.org>, 9 years ago

meta.yaml: use current directory, add detect_binary_files_with_prefix

  • Property mode set to 100644
File size: 638 bytes
RevLine 
[a5eb2b3]1package:
2  name: aubio
3  version: 0.4.3
4
5source:
[64b8dcc]6  path: .
7  #git_url: https://github.com/aubio/aubio.git
[a5eb2b3]8  #fn: aubio-0.4.2.tar.bz2
9  #url: http://aubio.org/pub/aubio-0.4.2.tar.bz2
10  #md5: c0f6d8355e92669722501c3a762ba548
11  #sha1: aa0d31c58deb92ab03edfc417d903f50f78444d0
12
13requirements:
14  build:
15    - python
16    - setuptools
17    - numpy
18  run:
19    - python
20    - numpy
21
22test:
23  commands:
24    - aubioonset --help
25    - aubiocut --help
26    - aubiopitch --help
27  imports:
28    - aubio
29
30build:
[64b8dcc]31  detect_binary_files_with_prefix: True
[a5eb2b3]32  number: 1
33
34about:
35  home: https://aubio.org/
36  license: GPL 3
37  summary: "a library for audio labelling"
Note: See TracBrowser for help on using the repository browser.