[aubio] Copy tool DLL dependencies

This commit is contained in:
Robert Schumacher 2017-07-12 15:03:17 -07:00
parent 18c5c3f23b
commit b0f0f402fd
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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)