[openal-soft]: Fix config error on android ndk r27 (#40267)

This commit is contained in:
Sandy 2024-08-05 23:30:54 -04:00 committed by GitHub
parent c6f685954a
commit d570ab6824
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 1 deletions

View File

@ -62,6 +62,7 @@ vcpkg_cmake_configure(
-DALSOFT_REQUIRE_WASAPI=${ALSOFT_REQUIRE_WINDOWS}
-DALSOFT_CPUEXT_NEON=${ALSOFT_CPUEXT_NEON}
-DCMAKE_DISABLE_FIND_PACKAGE_WindowsSDK=ON
-DCMAKE_POLICY_DEFAULT_CMP0057=NEW
MAYBE_UNUSED_VARIABLES
ALSOFT_AMBDEC_PRESETS
ALSOFT_BACKEND_ALSA

View File

@ -1,6 +1,7 @@
{
"name": "openal-soft",
"version": "1.23.1",
"port-version": 1,
"description": "OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL 3D audio API.",
"homepage": "https://github.com/kcat/openal-soft",
"license": "LGPL-2.0-or-later",

View File

@ -6486,7 +6486,7 @@
},
"openal-soft": {
"baseline": "1.23.1",
"port-version": 0
"port-version": 1
},
"openblas": {
"baseline": "0.3.27",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8000875d5dc94ae2b77e940befb113655efd55c1",
"version": "1.23.1",
"port-version": 1
},
{
"git-tree": "d23d6573247830bd439e418fe0e31321de778d85",
"version": "1.23.1",