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
|
Source: python-mpv
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Louis-Philippe Véronneau <pollo@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
pybuild-plugin-pyproject,
python3-setuptools,
python3-pyvirtualdisplay <!nocheck>,
libmpv2 <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/jaseg/python-mpv
Vcs-Git: https://salsa.debian.org/python-team/packages/python-mpv.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-mpv
Testsuite: autopkgtest-pkg-pybuild
Package: python3-mpv
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
libmpv2
Recommends: python3-pil
Description: Python interface to the awesome mpv media player
python-mpv is a ctypes-based Python interface to the mpv media player. It
gives you more or less full control of all features of the player, just as the
Lua interface does.
|