libsdl2 2.32.10+dfsg-ok1 source package in openKylin

Changelog

libsdl2 (2.32.10+dfsg-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Sun, 31 May 2026 06:19:05 -0700

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main libs

Downloads

File Size SHA-256 Checksum
libsdl2_2.32.10+dfsg.orig.tar.gz 5.0 MiB 31bac5add36f98b55e3fcf4456f0dab50a06cf06bbcde283be567f64b05b95f3
libsdl2_2.32.10+dfsg-ok1.debian.tar.xz 25.5 KiB 0b668e9eac01d36361d833056a15c3bf5728d6a23b86ce01073e32e0225045d6
libsdl2_2.32.10+dfsg-ok1.dsc 2.9 KiB fc5aef9b3282c5485a5ecdd7437e77d7c81667d9fbd0e63bc4f77b918c5bbf84

Available diffs

View changes file

Binary packages built by this source

libsdl2-2.0-0: Simple DirectMedia Layer

 SDL is a library that allows programs portable low level access to a video
 framebuffer, audio output, mouse, and keyboard.
 .
 This package contains the shared library, in a location where it will
 be used by SDL2 games by default.

libsdl2-classic: Simple DirectMedia Layer - "classic" implementation as non-default

 SDL is a library that allows programs portable low level access to a video
 framebuffer, audio output, mouse, and keyboard.
 .
 This package contains the shared library, but installs it to a location
 where it will not be used by default. To use "classic" SDL2 by default,
 please install the libsdl2-2.0-0 package.
 .
 This can also be used in conjunction with the libsdl2-compat-shim package,
 to make SDL2 games use sdl2-compat by default, with "classic" SDL2
 available as a fallback by setting environment variable
 SDL_DYNAMIC_API='/usr/$LIB/sdl2-classic/libSDL2-2.0.so.0'
 or adding '/usr/$LIB/sdl2-classic' to the LD_LIBRARY_PATH environment
 variable.

libsdl2-classic-dbgsym: debug symbols for libsdl2-classic
libsdl2-dev: Simple DirectMedia Layer development files

 SDL is a library that allows programs portable low level access to a video
 framebuffer, audio output, mouse, and keyboard.
 .
 This package contains the files needed to compile and link programs which
 use SDL.

libsdl2-doc: Reference manual for libsdl2

 SDL is a library that allows programs portable low level access to a video
 framebuffer, audio output, mouse, and keyboard.
 .
 This package contains the reference manual and examples.

libsdl2-tests: Simple DirectMedia Layer automated and manual tests

 SDL is a library that allows programs portable low level access to a video
 framebuffer, audio output, mouse, and keyboard.
 .
 This package contains manual and automated tests. The automated tests can
 be run using ginsttest-runner in the gnome-desktop-testing package,
 or manually.

libsdl2-tests-dbgsym: debug symbols for libsdl2-tests