[openal-soft] enable OpenSL backend for Android (#24506)

* [openal-soft] enable OpenSL backend for Android

* Make use of VCPKG_TARGET_IS_ANDROID

* Remove unneded ALSOFT_REQUIRE_ANDROID

* Update version database
This commit is contained in:
spaxio 2022-05-05 04:24:07 +02:00 committed by GitHub
parent 40a4e68a4f
commit 8c9537add3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -46,7 +46,7 @@ vcpkg_configure_cmake(
-DALSOFT_BACKEND_PULSEAUDIO=OFF
-DALSOFT_BACKEND_COREAUDIO=${ALSOFT_REQUIRE_APPLE}
-DALSOFT_BACKEND_JACK=OFF
-DALSOFT_BACKEND_OPENSL=OFF
-DALSOFT_BACKEND_OPENSL=${VCPKG_TARGET_IS_ANDROID}
-DALSOFT_BACKEND_WAVE=ON
-DALSOFT_BACKEND_WINMM=OFF
-DALSOFT_BACKEND_DSOUND=OFF

View File

@ -1,7 +1,7 @@
{
"name": "openal-soft",
"version-semver": "1.21.1",
"port-version": 4,
"port-version": 5,
"description": "OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL 3D audio API.",
"homepage": "https://github.com/kcat/openal-soft",
"supports": "!uwp"

View File

@ -5054,7 +5054,7 @@
},
"openal-soft": {
"baseline": "1.21.1",
"port-version": 4
"port-version": 5
},
"openblas": {
"baseline": "0.3.19",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cff63a457841bcacd168775e25794f8245d06cf0",
"version-semver": "1.21.1",
"port-version": 5
},
{
"git-tree": "a1dee3171a9184c0a13631fda79f6aa58d2b80b6",
"version-semver": "1.21.1",