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
|
Source: enzyme
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
Etienne Millon <me@emillon.org>,
Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>,
Build-Depends:
debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-6~),
python-setuptools,
python3-all,
python3-setuptools,
Standards-Version: 3.9.5
Homepage: https://github.com/Diaoul/enzyme
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/enzyme/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/enzyme/trunk/
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
Package: python-enzyme
Architecture: all
Depends:
${misc:Depends},
${python:Depends},
python-pkg-resources
Description: video metadata parser (Python 2)
Python module to parse metadata in video files.
.
enzyme extracts metadata such as the type and encoding of video streams, type,
encoding and language of audio streams, chapters, tags and subtitle tracks
from video files.
.
This package contains the Python 2 module.
Package: python3-enzyme
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
python3-pkg-resources
Description: video metadata parser (Python 3)
Python module to parse metadata in video files.
.
enzyme extracts metadata such as the type and encoding of video streams, type,
encoding and language of audio streams, chapters, tags and subtitle tracks
from video files.
.
This package contains the Python 3 module.
|