File tree 6 files changed +11
-12
lines changed
6 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 1
1
vcpkg_from_github(
2
2
OUT_SOURCE_PATH SOURCE_PATH
3
3
REPO andrewrk/libsoundio
4
- REF 2.0.0
5
- SHA512 347a9be1789a41e778ea8d0efa1d00e03e725a4ab65e3aaf6c71e49138643f08a50a81bd60087d86a3b4d63beaeec617e47ba6b81f829ece8a3ac17418eb5309
4
+ REF " ${VERSION} "
5
+ SHA512 e854f066087f72438c9f014336a611d73b55a7b932747f94464477bd9f7daf9da440bad820d9c8e3d90ae3679af62a051e9645f0e0a2ddaed9726245a81f1e66
6
6
HEAD_REF master
7
7
PATCHES
8
8
fix_cmakelists.patch
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " libsoundio" ,
3
- "version" : " 2.0.0" ,
4
- "port-version" : 7 ,
3
+ "version" : " 2.0.1-7" ,
5
4
"description" : " libsoundio is C library providing cross-platform audio input and output." ,
6
5
"homepage" : " http://libsound.io/" ,
7
- "supports" : " !uwp" ,
6
+ "supports" : " !uwp & !(arm64 & windows) " ,
8
7
"dependencies" : [
9
8
{
10
9
"name" : " vcpkg-cmake" ,
Original file line number Diff line number Diff line change @@ -583,8 +583,6 @@ libressl:x64-windows-static-md=skip
583
583
libressl:x64-windows-static=skip
584
584
libressl:x64-windows=skip
585
585
libressl:x86-windows=skip
586
- libsoundio:arm64-windows-static-md=fail
587
- libsoundio:arm64-windows=fail
588
586
libtar:arm-neon-android=fail
589
587
libtar:arm64-android=fail
590
588
libtcod:arm-neon-android=fail
Original file line number Diff line number Diff line change @@ -237,9 +237,6 @@ libosip2:x64-windows-static-md=fail
237
237
libplist:x64-windows-static=fail
238
238
libqcow=skip # The developer of libqcow does not offer stable release archives
239
239
librdkafka[sasl](android | (windows & (static | arm | x86))) = cascade
240
- libsoundio:arm-uwp=fail
241
- libsoundio:arm64-windows=fail
242
- libsoundio:x64-uwp=fail
243
240
libspatialite:arm-uwp=fail
244
241
libspatialite:x64-uwp=fail
245
242
libssh:arm-uwp=fail
Original file line number Diff line number Diff line change 5277
5277
"port-version" : 0
5278
5278
},
5279
5279
"libsoundio" : {
5280
- "baseline" : " 2.0.0 " ,
5281
- "port-version" : 7
5280
+ "baseline" : " 2.0.1-7 " ,
5281
+ "port-version" : 0
5282
5282
},
5283
5283
"libsoup" : {
5284
5284
"baseline" : " 3.6.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ {
4
+ "git-tree" : " c3ffbde7e17435b86e3b59810611a8993019aa87" ,
5
+ "version" : " 2.0.1-7" ,
6
+ "port-version" : 0
7
+ },
3
8
{
4
9
"git-tree" : " 895bbc3021b113976442836aa6da51c3647fb3c7" ,
5
10
"version" : " 2.0.0" ,
You can’t perform that action at this time.
0 commit comments