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
|
Source: pyxine
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sandro Tosi <morph@debian.org>
Build-Depends: debhelper (>= 5.0.38), libxext-dev, libxine-dev, python-all-dev (>= 2.3.5-11), python-all-dbg, python-support (>= 0.6.4), dpatch
XS-Python-Version: all
Standards-Version: 3.7.3
Homepage: http://pyxine.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyxine/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pyxine/trunk/?op=log
Package: python-pyxine
Section: python
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
XB-Python-Version: ${python:Versions}
Description: interface to the xine media player for Python
Pyxine provides Python bindings for libxine, the backend of the xine
media player. Using Pyxine, it is possible to write simple (or
complex) user-interfaces to xine. This makes it much easier for one
to write custom xine UIs. Pyxine can also be used as a generic audio
and video playing library for Python.
Package: python-pyxine-dbg
Priority: extra
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python-pyxine (= ${binary:Version}), python-dbg
Description: interface to the xine media player for Python (debug package)
Pyxine provides Python bindings for libxine, the backend of the xine
media player. Using Pyxine, it is possible to write simple (or
complex) user-interfaces to xine. This makes it much easier for one
to write custom xine UIs. Pyxine can also be used as a generic audio
and video playing library for Python.
|