Skip to content

Commit

Permalink
[aubio] Copy tool DLL dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0219-msft committed Jul 12, 2017
1 parent 18c5c3f commit b0f0f40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ports/aubio/CONTROL
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions ports/aubio/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit b0f0f40

Please sign in to comment.