mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-13 06:13:18 +00:00
vcpkg: testing compiling with x86-linux, x64-linux, arm64-linux, x86-mingw-static and x64-mingw-static
This commit is contained in:
parent
75fb1cd2aa
commit
2511312504
1 changed files with 78 additions and 83 deletions
161
vcpkg.json
161
vcpkg.json
|
@ -1,85 +1,80 @@
|
|||
{
|
||||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
||||
"name": "srb2",
|
||||
"version": "1.0.0",
|
||||
"builtin-baseline": "c823fd3e57035b10d970a96da2796a2db55e5df5",
|
||||
"dependencies": [
|
||||
"curl",
|
||||
{
|
||||
"name": "libgme",
|
||||
"platform": "!(windows & mingw) & !native"
|
||||
},
|
||||
{
|
||||
"name": "libopenmpt",
|
||||
"platform": "!(windows & mingw)"
|
||||
},
|
||||
"libpng",
|
||||
"miniupnpc",
|
||||
"sdl2",
|
||||
{
|
||||
"name": "sdl2-mixer-ext",
|
||||
"features": [
|
||||
{
|
||||
"name": "cmd",
|
||||
"platform": "linux"
|
||||
},
|
||||
{
|
||||
"name": "libflac",
|
||||
"platform": "!(windows & mingw & !static)"
|
||||
},
|
||||
{
|
||||
"name": "libgme",
|
||||
"platform": "!(windows & mingw) & !native"
|
||||
},
|
||||
{
|
||||
"name": "libmodplug",
|
||||
"platform": "!(windows & mingw)"
|
||||
},
|
||||
{
|
||||
"name": "libopnmidi",
|
||||
"platform": "!(windows & mingw)"
|
||||
},
|
||||
{
|
||||
"name": "libvorbis",
|
||||
"platform": "!(windows & mingw & !static)"
|
||||
},
|
||||
{
|
||||
"name": "libxmp",
|
||||
"platform": "!(windows & mingw)"
|
||||
},
|
||||
{
|
||||
"name": "mpg123",
|
||||
"platform": "!(windows & mingw)"
|
||||
},
|
||||
{
|
||||
"name": "nativemidi",
|
||||
"platform": "!(windows & mingw)"
|
||||
},
|
||||
{
|
||||
"name": "opusfile",
|
||||
"platform": "!(windows & mingw)"
|
||||
},
|
||||
{
|
||||
"name": "pxtone",
|
||||
"platform": "!(windows & mingw)"
|
||||
},
|
||||
{
|
||||
"name": "timidity",
|
||||
"platform": "!(windows & mingw)"
|
||||
},
|
||||
{
|
||||
"name": "wavpack",
|
||||
"platform": "!(windows & mingw)"
|
||||
}
|
||||
]
|
||||
},
|
||||
"zlib"
|
||||
],
|
||||
"overrides": [
|
||||
{
|
||||
"name": "sdl2",
|
||||
"version": "2.28.5",
|
||||
"port-version": 1
|
||||
}
|
||||
]
|
||||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
||||
"name": "srb2",
|
||||
"version": "1.0.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "zlib"
|
||||
},
|
||||
{
|
||||
"name": "libpng"
|
||||
},
|
||||
{
|
||||
"name": "curl",
|
||||
"platform": "!(osx & !native)"
|
||||
},
|
||||
{
|
||||
"name": "libopenmpt"
|
||||
},
|
||||
{
|
||||
"name": "libgme"
|
||||
},
|
||||
{
|
||||
"name": "miniupnpc"
|
||||
},
|
||||
{
|
||||
"name": "sdl2",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
{
|
||||
"name": "wayland",
|
||||
"platform": "linux"
|
||||
},
|
||||
{
|
||||
"name": "x11",
|
||||
"platform": "!windows"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "sdl2-mixer-ext",
|
||||
"default-features": true,
|
||||
"features": [
|
||||
{
|
||||
"name": "ffmpeg"
|
||||
},
|
||||
{
|
||||
"name": "fluidsynth",
|
||||
"platform": "!(osx & !native)"
|
||||
},
|
||||
{
|
||||
"name": "libflac"
|
||||
},
|
||||
{
|
||||
"name": "libgme"
|
||||
},
|
||||
{
|
||||
"name": "libmodplug"
|
||||
},
|
||||
{
|
||||
"name": "libvorbis"
|
||||
},
|
||||
{
|
||||
"name": "libxmp"
|
||||
},
|
||||
{
|
||||
"name": "mpg123"
|
||||
},
|
||||
{
|
||||
"name": "opusfile"
|
||||
},
|
||||
{
|
||||
"name": "pxtone"
|
||||
},
|
||||
{
|
||||
"name": "timidity"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue