mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
[aubio] Copy tool DLL dependencies
This commit is contained in:
parent
18c5c3f23b
commit
b0f0f402fd
@ -1,4 +1,4 @@
|
||||
Source: aubio
|
||||
Version: 0.46~alpha-1
|
||||
Version: 0.46~alpha-2
|
||||
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
|
||||
|
@ -31,4 +31,5 @@ file(COPY
|
||||
${CURRENT_PACKAGES_DIR}/share/aubio)
|
||||
|
||||
vcpkg_copy_pdbs()
|
||||
vcpkg_copy_tool_dependencies(${CURRENT_PACKAGES_DIR}/tools/aubio)
|
||||
file(RENAME ${CURRENT_PACKAGES_DIR}/share/aubio/COPYING ${CURRENT_PACKAGES_DIR}/share/aubio/copyright)
|
||||
|
Loading…
x
Reference in New Issue
Block a user