[sdl2-mixer-ext] uwp (#33774)

This commit is contained in:
autoantwort 2023-10-27 06:01:59 +02:00 committed by GitHub
parent eb7cb824c4
commit 820cf6afbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,7 @@
{
"name": "sdl2-mixer-ext",
"version-date": "2023-05-04",
"port-version": 1,
"description": "An audio mixer library based on the SDL library, a fork of SDL_mixer",
"homepage": "https://wohlsoft.github.io/SDL-Mixer-X",
"license": "Zlib OR LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later",
@ -100,7 +101,7 @@
},
"nativemidi": {
"description": "Use Native MIDI Player to play MIDI audio format.",
"supports": "windows | osx"
"supports": "(windows & !uwp) | osx"
},
"opusfile": {
"description": "Use opusfile to play Opus audio format.",

View File

@ -7626,7 +7626,7 @@
},
"sdl2-mixer-ext": {
"baseline": "2023-05-04",
"port-version": 0
"port-version": 1
},
"sdl2-net": {
"baseline": "2.2.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "72599d1d3f046b10ba695a83a5de68a98bf86ec8",
"version-date": "2023-05-04",
"port-version": 1
},
{
"git-tree": "04312072ef4ea392cb39c240e579f06b4d62b955",
"version-date": "2023-05-04",