diff options
| author | autoantwort <41973254+autoantwort@users.noreply.github.com> | 2021-03-25 20:36:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-25 12:36:00 -0700 |
| commit | dc8f5b6d9995b11cd86d029f2a445ab85fa4add4 (patch) | |
| tree | 8518139f4aa3a3e2d3dbbf1ceb625536f0cfd65c /ports/aubio/CONTROL | |
| parent | 70f73854cb0c9078d81d0e05b0c533cef994e30b (diff) | |
| download | vcpkg-dc8f5b6d9995b11cd86d029f2a445ab85fa4add4.tar.gz vcpkg-dc8f5b6d9995b11cd86d029f2a445ab85fa4add4.zip | |
[aubio] allow to build without dependencies (#16051)
* Make it possible to build aubio without dependencies
* Update ports/aubio/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* [aubio] add suggestions
* add version files
* Update ports/aubio/portfile.cmake
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* add version files
* [aubio] fix wrong defines
* add version files
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'ports/aubio/CONTROL')
| -rw-r--r-- | ports/aubio/CONTROL | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ports/aubio/CONTROL b/ports/aubio/CONTROL deleted file mode 100644 index 211dad079..000000000 --- a/ports/aubio/CONTROL +++ /dev/null @@ -1,7 +0,0 @@ -Source: aubio
-Version: 0.4.9
-Port-Version: 3
-Homepage: https://github.com/aubio/aubio
-Description: Aubio is a tool designed for the extraction of annotations from audio signals. Its features include segmenting a sound file before each of its attacks, performing pitch detection, tapping the beat and producing midi streams from live audio.
-Build-Depends: ffmpeg, libsndfile, libogg, libflac, libvorbis, bzip2, liblzma
-Supports: windows
\ No newline at end of file |
