1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: pygame-sdl2
Section: oldlibs
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders:
Markus Koschany <apo@debian.org>
Build-Depends:
cython3,
debhelper-compat (= 13),
dh-sequence-python3,
libsdl2-dev,
libsdl2-image-dev,
libsdl2-mixer-dev,
libsdl2-ttf-dev,
libjpeg-dev,
libpng-dev,
python3-all-dev,
python3-setuptools
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/renpy/pygame_sdl2
Vcs-Git: https://salsa.debian.org/games-team/pygame-sdl2.git
Vcs-Browser: https://salsa.debian.org/games-team/pygame-sdl2
Package: python3-pygame-sdl2
Architecture: any
Depends:
fonts-dejavu-core,
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Suggests: python3-pygame
Description: reimplementation of the Pygame API using SDL2
Pygame_sdl2 is a old partial fork of Pygame that added SDL2 support.
Nowadays Pygame does support SDL2 and this library is
only kept to support the renpy game engine.
|