mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:09:00 +08:00
[SDL2] update to 2.28.5 (#35352)
* [SDL2] update to 2.28.5 * Unroll the base feature into direct members of default-features * Apply suggestion
This commit is contained in:
parent
7771a37ebd
commit
ea9f45d1bc
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO libsdl-org/SDL
|
||||
REF "release-${VERSION}"
|
||||
SHA512 3199e535033c8728bd12b97931d5c5d7a7dcc9b0f502109ff722982601b6fbb00995d71cbaab7d3b780c738deece235ef76ab1963ce946084c482c2d31a4abe8
|
||||
SHA512 d3cf7d356b79184dd211c9fbbfcb2a83d1acb68ee549ab82be109cd899039f18f0dbf3aedbf0800793c3a68580688014863b5d9bf79bcd366ff0e88252955e3c
|
||||
HEAD_REF main
|
||||
PATCHES
|
||||
deps.patch
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "sdl2",
|
||||
"version": "2.28.4",
|
||||
"port-version": 1,
|
||||
"version": "2.28.5",
|
||||
"description": "Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D.",
|
||||
"homepage": "https://www.libsdl.org/download-2.0.php",
|
||||
"license": "Zlib",
|
||||
@ -20,7 +19,18 @@
|
||||
}
|
||||
],
|
||||
"default-features": [
|
||||
"base"
|
||||
{
|
||||
"name": "ibus",
|
||||
"platform": "linux"
|
||||
},
|
||||
{
|
||||
"name": "wayland",
|
||||
"platform": "linux"
|
||||
},
|
||||
{
|
||||
"name": "x11",
|
||||
"platform": "linux"
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"alsa": {
|
||||
@ -32,21 +42,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"base": {
|
||||
"description": "Base functionality for SDL",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "sdl2",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"ibus",
|
||||
"wayland",
|
||||
"x11"
|
||||
],
|
||||
"platform": "linux"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ibus": {
|
||||
"description": "Build with ibus IME support",
|
||||
"supports": "linux"
|
||||
|
@ -7729,8 +7729,8 @@
|
||||
"port-version": 6
|
||||
},
|
||||
"sdl2": {
|
||||
"baseline": "2.28.4",
|
||||
"port-version": 1
|
||||
"baseline": "2.28.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"sdl2-gfx": {
|
||||
"baseline": "1.0.4",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "06cf4722fa0f5f8467136faebe34cef0e85e1a4c",
|
||||
"version": "2.28.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "3d625914314454b36d303ce86753840f6193f2bd",
|
||||
"version": "2.28.4",
|
||||
|
Loading…
Reference in New Issue
Block a user