mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[vcpkg baseline][monkeys-audio] Update to 10.08 (#30657)
* update monkeys-audio * update version * restore EOL * update git-tree --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
parent
9dbd07b25f
commit
d306e17141
@ -1,11 +1,11 @@
|
|||||||
vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY ONLY_DYNAMIC_CRT)
|
vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY ONLY_DYNAMIC_CRT)
|
||||||
|
|
||||||
set(MA_VERSION 904)
|
set(MA_VERSION 1008)
|
||||||
|
|
||||||
vcpkg_download_distfile(ARCHIVE
|
vcpkg_download_distfile(ARCHIVE
|
||||||
URLS "https://monkeysaudio.com/files/MAC_${MA_VERSION}_SDK.zip"
|
URLS "https://monkeysaudio.com/files/MAC_${MA_VERSION}_SDK.zip"
|
||||||
FILENAME "MAC_${MA_VERSION}_SDK.zip"
|
FILENAME "MAC_${MA_VERSION}_SDK.zip"
|
||||||
SHA512 d104421e9bfa8c36dee89bd292c06629ff39a33e84569a5578f4a255432238a0cf09a7d03c5f7df3daf0e41d5cf3ac88f3b58581daf09a94935de91056334681
|
SHA512 0c96b6fa8da9d412679e8c9b43e98d475a650899694a9d085c3b0272775cf229bb09c7c4f24a18ab7ee5516d2d34f7acd59e4216aca8fe08ed04f75e33e29322
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_extract_source_archive(
|
vcpkg_extract_source_archive(
|
||||||
|
@ -1,24 +1,54 @@
|
|||||||
diff --git a/Source/Projects/VS2022/Console/Console.vcxproj b/Source/Projects/VS2022/Console/Console.vcxproj
|
diff --git a/Source/Projects/VS2022/Console/Console.vcxproj b/Source/Projects/VS2022/Console/Console.vcxproj
|
||||||
index 4a811b6..86c2c4f 100644
|
index e7eea4d..754e209 100644
|
||||||
--- a/Source/Projects/VS2022/Console/Console.vcxproj
|
--- a/Source/Projects/VS2022/Console/Console.vcxproj
|
||||||
+++ b/Source/Projects/VS2022/Console/Console.vcxproj
|
+++ b/Source/Projects/VS2022/Console/Console.vcxproj
|
||||||
@@ -189,9 +189,6 @@
|
@@ -273,9 +273,6 @@
|
||||||
<TargetMachine>MachineX86</TargetMachine>
|
<Link>
|
||||||
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
<SubSystem>Console</SubSystem>
|
||||||
|
</Link>
|
||||||
|
- <PostBuildEvent>
|
||||||
|
- <Command>..\..\..\Certificate\signtool.exe sign /f ..\..\..\Certificate\MAC.pfx /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp /td sha256 /fd sha256 /a /as /p password "$(TargetPath)"</Command>
|
||||||
|
- </PostBuildEvent>
|
||||||
|
</ItemDefinitionGroup>
|
||||||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
||||||
|
<ClCompile>
|
||||||
|
@@ -299,9 +296,6 @@
|
||||||
|
<Link>
|
||||||
|
<SubSystem>Console</SubSystem>
|
||||||
</Link>
|
</Link>
|
||||||
- <PostBuildEvent>
|
- <PostBuildEvent>
|
||||||
- <Command>..\..\..\Certificate\signtool.exe sign /f ..\..\..\Certificate\MAC.pfx /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp /td sha256 /fd sha256 /a /as /p password "$(TargetPath)"</Command>
|
- <Command>..\..\..\Certificate\signtool.exe sign /f ..\..\..\Certificate\MAC.pfx /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp /td sha256 /fd sha256 /a /as /p password "$(TargetPath)"</Command>
|
||||||
- </PostBuildEvent>
|
- </PostBuildEvent>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<Midl>
|
<ClCompile>
|
||||||
@@ -285,9 +282,6 @@
|
@@ -388,9 +382,6 @@
|
||||||
<TargetMachine>MachineX64</TargetMachine>
|
<Link>
|
||||||
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
<SubSystem>Console</SubSystem>
|
||||||
|
</Link>
|
||||||
|
- <PostBuildEvent>
|
||||||
|
- <Command>..\..\..\Certificate\signtool.exe sign /f ..\..\..\Certificate\MAC.pfx /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp /td sha256 /fd sha256 /a /as /p password "$(TargetPath)"</Command>
|
||||||
|
- </PostBuildEvent>
|
||||||
|
</ItemDefinitionGroup>
|
||||||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'">
|
||||||
|
<ClCompile>
|
||||||
|
@@ -414,9 +405,6 @@
|
||||||
|
<Link>
|
||||||
|
<SubSystem>Console</SubSystem>
|
||||||
|
</Link>
|
||||||
|
- <PostBuildEvent>
|
||||||
|
- <Command>..\..\..\Certificate\signtool.exe sign /f ..\..\..\Certificate\MAC.pfx /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp /td sha256 /fd sha256 /a /as /p password "$(TargetPath)"</Command>
|
||||||
|
- </PostBuildEvent>
|
||||||
|
</ItemDefinitionGroup>
|
||||||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
||||||
|
<ClCompile>
|
||||||
|
@@ -440,9 +428,6 @@
|
||||||
|
<Link>
|
||||||
|
<SubSystem>Console</SubSystem>
|
||||||
</Link>
|
</Link>
|
||||||
- <PostBuildEvent>
|
- <PostBuildEvent>
|
||||||
- <Command>..\..\..\Certificate\signtool.exe sign /f ..\..\..\Certificate\MAC.pfx /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp /td sha256 /fd sha256 /a /as /p password "$(TargetPath)"</Command>
|
- <Command>..\..\..\Certificate\signtool.exe sign /f ..\..\..\Certificate\MAC.pfx /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp /td sha256 /fd sha256 /a /as /p password "$(TargetPath)"</Command>
|
||||||
- </PostBuildEvent>
|
- </PostBuildEvent>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="..\..\..\Console\Console.cpp">
|
<ClCompile Include="..\..\..\Console\Console.cpp" />
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "monkeys-audio",
|
"name": "monkeys-audio",
|
||||||
"version-string": "9.04",
|
"version-string": "10.08",
|
||||||
"port-version": 4,
|
|
||||||
"description": [
|
"description": [
|
||||||
"Monkey's Audio is an excellent audio compression tool which has multiple advantages over traditional methods.",
|
"Monkey's Audio is an excellent audio compression tool which has multiple advantages over traditional methods.",
|
||||||
"Audio files compressed with it end with .ape extension."
|
"Audio files compressed with it end with .ape extension."
|
||||||
|
@ -5213,8 +5213,8 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"monkeys-audio": {
|
"monkeys-audio": {
|
||||||
"baseline": "9.04",
|
"baseline": "10.08",
|
||||||
"port-version": 4
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"moos-core": {
|
"moos-core": {
|
||||||
"baseline": "10.4.0",
|
"baseline": "10.4.0",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "55e5b52ffc64a4b2604fa01522d8ebbe53accf56",
|
||||||
|
"version-string": "10.08",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "19c0d2d18d6517fe98d5619755acfa8737021cc5",
|
"git-tree": "19c0d2d18d6517fe98d5619755acfa8737021cc5",
|
||||||
"version-string": "9.04",
|
"version-string": "9.04",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user