File: control

package info (click to toggle)
python-mpv 0.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 412 kB
  • sloc: python: 1,785; sh: 20; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,013 bytes parent folder | download
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
Source: python-mpv
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Louis-Philippe Véronneau <pollo@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-xvfbwrapper <!nocheck>,
               libmpv1 <!nocheck>,
Standards-Version: 4.5.0
Homepage: https://github.com/jaseg/python-mpv
Vcs-Git: https://salsa.debian.org/python-team/modules/python-mpv.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-mpv

Package: python3-mpv
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         libmpv1
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.