···1-addSDLPath () {
2- if [ -e "$1/include/SDL" ]; then
3- export SDL_PATH="${SDL_PATH-}${SDL_PATH:+ }$1/include/SDL"
4- # NB this doesn’t work with split dev packages because different packages
5- # will contain "include/SDL/" and "lib/" directories.
6- #
7- # However the SDL_LIB_PATH is consumed by SDL itself and serves to locate
8- # libraries like SDL_mixer, SDL_image, etc which are not split-package
9- # so the check above will only trigger on them.
10- if [ -e "$1/lib" ]; then
11- export SDL_LIB_PATH="${SDL_LIB_PATH-}${SDL_LIB_PATH:+ }-L$1/lib"
12- fi
13- fi
14-}
15-16-addEnvHooks "$hostOffset" addSDLPath
···1393 ### S ###
13941395 SDL_classic = SDL1; # Added 2024-09-03
01396 SDL_gpu = throw "'SDL_gpu' has been removed due to lack of upstream maintenance and known users"; # Added 2025-03-15
1397 s2n = throw "'s2n' has been renamed to/replaced by 's2n-tls'"; # Converted to throw 2024-10-17
1398 sandboxfs = throw "'sandboxfs' has been removed due to being unmaintained, consider using linux namespaces for sandboxing instead"; # Added 2024-06-06
···1393 ### S ###
13941395 SDL_classic = SDL1; # Added 2024-09-03
1396+ SDL1 = throw "'SDL1' has been removed as development ended long ago with SDL 2.0 replacing it, use SDL_compat instead"; # Added 2025-03-27
1397 SDL_gpu = throw "'SDL_gpu' has been removed due to lack of upstream maintenance and known users"; # Added 2025-03-15
1398 s2n = throw "'s2n' has been renamed to/replaced by 's2n-tls'"; # Converted to throw 2024-10-17
1399 sandboxfs = throw "'sandboxfs' has been removed due to being unmaintained, consider using linux namespaces for sandboxing instead"; # Added 2024-06-06