Skip to content

Commit 0b2afc0

Browse files
[sdl2] Update to 2.32.4 (#44722)
1 parent bff3412 commit 0b2afc0

File tree

5 files changed

+10
-41
lines changed

5 files changed

+10
-41
lines changed

ports/sdl2/fix-pipewire.patch

-31
This file was deleted.

ports/sdl2/portfile.cmake

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO libsdl-org/SDL
44
REF "release-${VERSION}"
5-
SHA512 aee6de1223929ba29408b46753b4012cd3425b347f174af8a8344dbda167302ff14d0106e796f652af88c5ae9941199e29b872c75a3467073dcd88d71a8941b4
5+
SHA512 3d051d966bc60cacbba5e662868493a5de32d1101d110af0bc26cfbb75694dc482b54ef8e8c850edf069c7be61b2cd7dbd48107a71e25ecfeb9071252cb2ee0e
66
HEAD_REF main
77
PATCHES
88
deps.patch
99
alsa-dep-fix.patch
1010
cxx-linkage-pkgconfig.diff
11-
fix-pipewire.patch
1211
)
1312

1413
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" SDL_STATIC)

ports/sdl2/vcpkg.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "sdl2",
3-
"version": "2.32.2",
4-
"port-version": 1,
3+
"version": "2.32.4",
54
"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.",
65
"homepage": "https://www.libsdl.org/download-2.0.php",
76
"license": "Zlib",
@@ -37,10 +36,7 @@
3736
"alsa": {
3837
"description": "Support for alsa audio",
3938
"dependencies": [
40-
{
41-
"name": "alsa",
42-
"platform": "linux"
43-
}
39+
"alsa"
4440
]
4541
},
4642
"dbus": {

versions/baseline.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8405,8 +8405,8 @@
84058405
"port-version": 6
84068406
},
84078407
"sdl2": {
8408-
"baseline": "2.32.2",
8409-
"port-version": 1
8408+
"baseline": "2.32.4",
8409+
"port-version": 0
84108410
},
84118411
"sdl2-gfx": {
84128412
"baseline": "1.0.4",

versions/s-/sdl2.json

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "d3da70c3367845d5e2d793d9d60491ce45dc277a",
5+
"version": "2.32.4",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "8f5273484f07f8644858850d8942dd374535e96d",
510
"version": "2.32.2",

0 commit comments

Comments
 (0)