aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-07-12 15:03:17 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-07-12 15:04:09 -0700
commitb0f0f402fd4efd7b4f6baf8117ca6ee77be24079 (patch)
tree0438ebb56259835a41a76303bd53c836094070ce
parent18c5c3f23b3c4e644f22037800ff19d692475713 (diff)
downloadvcpkg-b0f0f402fd4efd7b4f6baf8117ca6ee77be24079.tar.gz
vcpkg-b0f0f402fd4efd7b4f6baf8117ca6ee77be24079.zip
[aubio] Copy tool DLL dependencies
-rw-r--r--ports/aubio/CONTROL2
-rw-r--r--ports/aubio/portfile.cmake1
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)