diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-07-12 15:03:17 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-07-12 15:04:09 -0700 |
| commit | b0f0f402fd4efd7b4f6baf8117ca6ee77be24079 (patch) | |
| tree | 0438ebb56259835a41a76303bd53c836094070ce | |
| parent | 18c5c3f23b3c4e644f22037800ff19d692475713 (diff) | |
| download | vcpkg-b0f0f402fd4efd7b4f6baf8117ca6ee77be24079.tar.gz vcpkg-b0f0f402fd4efd7b4f6baf8117ca6ee77be24079.zip | |
[aubio] Copy tool DLL dependencies
| -rw-r--r-- | ports/aubio/CONTROL | 2 | ||||
| -rw-r--r-- | ports/aubio/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/aubio/CONTROL b/ports/aubio/CONTROL index f919c15be..55b20f655 100644 --- a/ports/aubio/CONTROL +++ b/ports/aubio/CONTROL @@ -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 diff --git a/ports/aubio/portfile.cmake b/ports/aubio/portfile.cmake index d5bca4428..9421f2487 100644 --- a/ports/aubio/portfile.cmake +++ b/ports/aubio/portfile.cmake @@ -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) |
