mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[sdl3] Update to 3.4.0 (#49185)
This commit is contained in:
@@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO libsdl-org/SDL
|
||||
REF "release-${VERSION}"
|
||||
SHA512 9e188c992caa7f7ff030789f7926007d2272f51b4c3aa7fc94f58f6823810bde71ce149990c78eee47f26471df2a7b87d4fc25881c339ed2026b1e59052bce39
|
||||
SHA512 be5b01dc101bf9fb54f332eb494222829af2dbae39f69c37df82ecb0351aa9c88f399d64766d3b3c3091031681bb232416f6959e57cb607928efa16906928f27
|
||||
HEAD_REF main
|
||||
PATCHES
|
||||
fix-freebsd.patch
|
||||
@@ -54,6 +54,7 @@ vcpkg_cmake_configure(
|
||||
-DSDL_LIBC=ON
|
||||
-DSDL_TEST_LIBRARY=OFF
|
||||
-DSDL_TESTS=OFF
|
||||
-DSDL_X11_XSCRNSAVER=OFF
|
||||
-DSDL_INSTALL_CMAKEDIR_ROOT=share/${PORT}
|
||||
# Specifying the revision skips the need to use git to determine a version
|
||||
-DSDL_REVISION=vcpkg
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sdl3",
|
||||
"version": "3.2.28",
|
||||
"version": "3.4.0",
|
||||
"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",
|
||||
"license": "Zlib AND MIT AND Apache-2.0",
|
||||
|
||||
@@ -8861,7 +8861,7 @@
|
||||
"port-version": 12
|
||||
},
|
||||
"sdl3": {
|
||||
"baseline": "3.2.28",
|
||||
"baseline": "3.4.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"sdl3-image": {
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d2ee74ca7389a31ac2090e949f895da5c002434c",
|
||||
"version": "3.4.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "cc199dbcefeb39d1abbeee326e10272d3be55a12",
|
||||
"version": "3.2.28",
|
||||
|
||||
Reference in New Issue
Block a user