diff options
| author | Phil Christensen <philc@microsoft.com> | 2018-12-18 14:39:50 -0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2018-12-18 14:39:50 -0800 |
| commit | 533b53b834e900ed914723023c1faa625cfd678f (patch) | |
| tree | 9d202435487cc374811a844d67230e14524709e5 | |
| parent | 3439aef9c0dcf0e0111b51e64e3740a7b9213028 (diff) | |
| download | vcpkg-533b53b834e900ed914723023c1faa625cfd678f.tar.gz vcpkg-533b53b834e900ed914723023c1faa625cfd678f.zip | |
[aubio] get latest aubio to resolve ffmpeg build issue
| -rw-r--r-- | ports/aubio/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | ports/aubio/CONTROL | 2 | ||||
| -rw-r--r-- | ports/aubio/portfile.cmake | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/ports/aubio/CMakeLists.txt b/ports/aubio/CMakeLists.txt index a405a48de..3e65666eb 100644 --- a/ports/aubio/CMakeLists.txt +++ b/ports/aubio/CMakeLists.txt @@ -62,6 +62,7 @@ target_link_libraries(aubio PUBLIC ${LIBLZMA_LIBRARIES} ws2_32.lib Secur32.lib + bcrypt.lib ) if(BUILD_TOOLS) diff --git a/ports/aubio/CONTROL b/ports/aubio/CONTROL index 74178f95a..5c699e1dc 100644 --- a/ports/aubio/CONTROL +++ b/ports/aubio/CONTROL @@ -1,4 +1,4 @@ Source: aubio -Version: 0.4.6-967e4041f-2 +Version: 0.4.8 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, bzip2, liblzma diff --git a/ports/aubio/portfile.cmake b/ports/aubio/portfile.cmake index d0480dd9b..fec30f57c 100644 --- a/ports/aubio/portfile.cmake +++ b/ports/aubio/portfile.cmake @@ -3,8 +3,8 @@ set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/aubio-3c230fae309e9ea3298783368dd7 vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO aubio/aubio - REF 967e4041f21d7eec9db319db98a37489aa19460c - SHA512 76ab82bc509350fb3fe0cee5806c6f8af72a6ce97b4aba887d8f66f13f924eebea12fbdfeab9c1f201c6141d703336ebbf13813f54c8d0fa20507e048d15b2cd + REF 0.4.8 + SHA512 0422ec9ceb645dd5cdb1ca8b17f552edf9197dbf9c929ca75aacfb89f092c02db8b6d2b8aec567ddc1df5b310770de77cd941b45ed74700c3d3584924f39b576 HEAD_REF master ) |
