mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:39:01 +08:00
[portmidi] Updated portmidi package to use alternative code source (#12046)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
This commit is contained in:
parent
7b285940a8
commit
0d2c77cdb7
@ -1,5 +1,5 @@
|
||||
Source: portmidi
|
||||
Version: 0.217.1-4
|
||||
Version: 0.234
|
||||
Homepage: https://sourceforge.net/projects/portmedia/
|
||||
Description: Free, cross-platform, open-source I/O library for MIDI
|
||||
Supports: !uwp
|
||||
Supports: windows&!uwp&!arm
|
||||
|
@ -1,13 +1,15 @@
|
||||
vcpkg_fail_port_install(ON_TARGET "UWP")
|
||||
vcpkg_fail_port_install(ON_TARGET "linux" "osx" "uwp" ON_ARCH "arm")
|
||||
|
||||
vcpkg_from_sourceforge(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO portmedia/portmidi
|
||||
REF 217
|
||||
FILENAME "portmidi-src-217.zip"
|
||||
SHA512 d08d4d57429d26d292b5fe6868b7c7a32f2f1d2428f6695cd403a697e2d91629bd4380242ab2720e8f21c895bb75cb56b709fb663a20e8e623120e50bfc5d90b
|
||||
REPO portmedia
|
||||
FILENAME "portmedia-code-r234.zip"
|
||||
SHA512 cbc332d89bc465450b38245a83cc300dfd2e1e6de7c62284edf754ff4d8a9aa3dc49a395dcee535ed9688befb019186fa87fd6d8a3698898c2acbf3e6b7a0794
|
||||
)
|
||||
|
||||
# Alter path to main portmidi root
|
||||
set(SOURCE_PATH "${SOURCE_PATH}/portmidi/trunk")
|
||||
|
||||
# Mark portmidi-static as static, disable pmjni library depending on the Java SDK
|
||||
|
||||
file(READ "${SOURCE_PATH}/pm_common/CMakeLists.txt" PM_CMAKE)
|
||||
|
@ -1346,10 +1346,6 @@ portaudio:x64-uwp=fail
|
||||
portaudio:x64-windows-static=fail
|
||||
portaudio:x64-windows=fail
|
||||
portaudio:x86-windows=fail
|
||||
portmidi:arm-uwp=fail
|
||||
portmidi:x64-linux=fail
|
||||
portmidi:x64-osx=fail
|
||||
portmidi:x64-uwp=fail
|
||||
pqp:arm-uwp=fail
|
||||
pqp:x64-uwp=fail
|
||||
proj4:arm64-windows=fail
|
||||
|
Loading…
Reference in New Issue
Block a user