Skip to content

Commit ab5c274

Browse files
OhmV-IRBillyONeal
andauthored
[libsoundio] Update to 2.0.1-7 (#45142)
Co-authored-by: Billy Robert O'Neal III <[email protected]>
1 parent 0b8ccfa commit ab5c274

File tree

6 files changed

+11
-12
lines changed

6 files changed

+11
-12
lines changed

ports/libsoundio/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO andrewrk/libsoundio
4-
REF 2.0.0
5-
SHA512 347a9be1789a41e778ea8d0efa1d00e03e725a4ab65e3aaf6c71e49138643f08a50a81bd60087d86a3b4d63beaeec617e47ba6b81f829ece8a3ac17418eb5309
4+
REF "${VERSION}"
5+
SHA512 e854f066087f72438c9f014336a611d73b55a7b932747f94464477bd9f7daf9da440bad820d9c8e3d90ae3679af62a051e9645f0e0a2ddaed9726245a81f1e66
66
HEAD_REF master
77
PATCHES
88
fix_cmakelists.patch

ports/libsoundio/vcpkg.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"name": "libsoundio",
3-
"version": "2.0.0",
4-
"port-version": 7,
3+
"version": "2.0.1-7",
54
"description": "libsoundio is C library providing cross-platform audio input and output.",
65
"homepage": "http://libsound.io/",
7-
"supports": "!uwp",
6+
"supports": "!uwp & !(arm64 & windows)",
87
"dependencies": [
98
{
109
"name": "vcpkg-cmake",

scripts/ci.baseline.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,8 +583,6 @@ libressl:x64-windows-static-md=skip
583583
libressl:x64-windows-static=skip
584584
libressl:x64-windows=skip
585585
libressl:x86-windows=skip
586-
libsoundio:arm64-windows-static-md=fail
587-
libsoundio:arm64-windows=fail
588586
libtar:arm-neon-android=fail
589587
libtar:arm64-android=fail
590588
libtcod:arm-neon-android=fail

scripts/ci.feature.baseline.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,6 @@ libosip2:x64-windows-static-md=fail
237237
libplist:x64-windows-static=fail
238238
libqcow=skip # The developer of libqcow does not offer stable release archives
239239
librdkafka[sasl](android | (windows & (static | arm | x86))) = cascade
240-
libsoundio:arm-uwp=fail
241-
libsoundio:arm64-windows=fail
242-
libsoundio:x64-uwp=fail
243240
libspatialite:arm-uwp=fail
244241
libspatialite:x64-uwp=fail
245242
libssh:arm-uwp=fail

versions/baseline.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5277,8 +5277,8 @@
52775277
"port-version": 0
52785278
},
52795279
"libsoundio": {
5280-
"baseline": "2.0.0",
5281-
"port-version": 7
5280+
"baseline": "2.0.1-7",
5281+
"port-version": 0
52825282
},
52835283
"libsoup": {
52845284
"baseline": "3.6.0",

versions/l-/libsoundio.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "c3ffbde7e17435b86e3b59810611a8993019aa87",
5+
"version": "2.0.1-7",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "895bbc3021b113976442836aa6da51c3647fb3c7",
510
"version": "2.0.0",

0 commit comments

Comments
 (0)