2020-10-08 02:47:58 +08:00
{
"name" : "sdl2" ,
2023-10-11 06:01:31 +08:00
"version" : "2.28.4" ,
2023-10-17 01:48:03 +08:00
"port-version" : 1 ,
2020-10-08 02:47:58 +08:00
"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" ,
2022-05-16 12:21:02 +08:00
"license" : "Zlib" ,
2021-11-12 05:47:51 +08:00
"dependencies" : [
2023-09-29 14:22:37 +08:00
{
"name" : "dbus" ,
"platform" : "linux"
} ,
2021-11-12 05:47:51 +08:00
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
}
] ,
2022-12-14 09:41:34 +08:00
"default-features" : [
"base"
] ,
2020-10-08 02:47:58 +08:00
"features" : {
2023-10-17 01:48:03 +08:00
"alsa" : {
"description" : "Support for alsa audio" ,
"dependencies" : [
{
"name" : "alsa" ,
"platform" : "linux"
}
]
} ,
2022-12-14 09:41:34 +08:00
"base" : {
"description" : "Base functionality for SDL" ,
"dependencies" : [
{
"name" : "sdl2" ,
"default-features" : false ,
"features" : [
2023-02-14 00:41:32 +08:00
"ibus" ,
2022-12-14 09:41:34 +08:00
"wayland" ,
"x11"
] ,
"platform" : "linux"
}
]
} ,
2023-02-14 00:41:32 +08:00
"ibus" : {
"description" : "Build with ibus IME support" ,
"supports" : "linux"
} ,
2022-12-27 16:52:33 +08:00
"samplerate" : {
"description" : "Use libsamplerate for audio rate conversion" ,
"dependencies" : [
"libsamplerate"
]
} ,
2020-10-08 02:47:58 +08:00
"vulkan" : {
2021-02-09 08:16:20 +08:00
"description" : "Vulkan functionality for SDL"
2021-11-12 05:47:51 +08:00
} ,
2022-08-11 07:08:17 +08:00
"wayland" : {
2022-11-29 03:12:32 +08:00
"description" : "Build with Wayland support" ,
2022-08-11 07:08:17 +08:00
"supports" : "linux"
} ,
2021-11-12 05:47:51 +08:00
"x11" : {
2022-12-14 09:41:34 +08:00
"description" : "Build with X11 support" ,
2022-04-16 04:44:08 +08:00
"supports" : "!windows"
2020-10-08 02:47:58 +08:00
}
}
}