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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Source: pyglet
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Hanke <michael.hanke@gmail.com>,
Per B. Sederberg <psederberg@gmail.com>,
Stephan Peijnik <debian@sp.or.at>,
Yaroslav Halchenko <debian@onerussian.com>
Build-Depends: debhelper-compat (= 9),
dh-python,
libavcodec-dev, libavformat-dev, libavutil-dev,
libfreetype6-dev,
libfontconfig1-dev,
libgtk2.0-dev,
libgdk-pixbuf2.0-dev,
libgl1-mesa-dev,
libgl1-mesa-dri,
libglu1-mesa,
libswresample-dev, libswscale-dev,
libpulse-dev,
libx11-dev,
libxext-dev,
libxi-dev,
libxinerama-dev,
libxxf86vm-dev,
python3-all,
python3-future,
python3-setuptools,
python3-png,
python3-pytest,
xauth,
xvfb
Standards-Version: 4.4.1
Homepage: http://www.pyglet.org
Vcs-Git: https://salsa.debian.org/python-team/modules/pyglet.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pyglet
Package: python3-pyglet
Architecture: all
Depends: libavcodec58, libavformat58, libavutil56,
libfreetype6,
libgdk-pixbuf2.0-0,
libgtk2.0-0,
libgl1 | libgl1-mesa-swx11,
libglu1 | libglu1-mesa,
libswresample3, libswscale5,
libx11-6,
libxext6,
libxi6,
libxinerama1,
libxxf86vm1,
python3-future,
python3-png,
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Recommends: libasound2 | libopenal1, libpulse0
Description: cross-platform windowing and multimedia library (Python 3)
This library provides an object-oriented programming interface for developing
games and other visually-rich applications with Python.
pyglet has virtually no external dependencies. For most applications and game
requirements, pyglet needs nothing else besides Python, simplifying
distribution and installation. It also handles multiple windows and
fully aware of multi-monitor setups.
.
pyglet might be seen as an alternative to PyGame.
.
This is the Python 3 version.
|