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
|
Source: python-librtmp
Maintainer: Stefan Breunig <stefan-debian@yrden.de>
Section: python
Priority: optional
Standards-Version: 3.9.6
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
librtmp-dev,
python3-all-dev,
python3-cffi,
python3-setuptools,
python3 (>= 3.4)
Homepage: http://pythonhosted.org/python-librtmp/
Vcs-Git: https://github.com/breunigs/python-librtmp-debian
Vcs-Browser: https://github.com/breunigs/python-librtmp-debian
Package: python3-librtmp
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
python3-cffi,
python3 (>= 3.4),
librtmp1
Provides: ${python3:Provides}
Description: librtmp binding for Python 3
librtmp allows one to dump the media content streamed over
the RTMP protocol.
.
This package provides the binding for Python 3.
|