[openal-soft] Add ALSA dependency on Linux (#25754)

* [openal-soft] Add ALSA dependency on Linux

* [openal-soft] Remove "host" from ALSA dependency.

* [openal-soft] Update git tree value.
This commit is contained in:
Nick 2022-07-14 21:12:47 +02:00 committed by GitHub
parent 1721648556
commit c2594d242a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 1 deletions

View File

@ -1,11 +1,16 @@
{
"name": "openal-soft",
"version-semver": "1.22.2",
"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": "GPL-2.0-or-later",
"supports": "!uwp",
"dependencies": [
{
"name": "alsa",
"platform": "linux"
},
{
"name": "vcpkg-cmake",
"host": true

View File

@ -5122,7 +5122,7 @@
},
"openal-soft": {
"baseline": "1.22.2",
"port-version": 0
"port-version": 1
},
"openblas": {
"baseline": "0.3.20",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2a5b37e3c3d9cd16ebbcdaddcce6cb7249aa21ec",
"version-semver": "1.22.2",
"port-version": 1
},
{
"git-tree": "49395645807a6b8d7948d03474fbfa6c467be314",
"version-semver": "1.22.2",