File: control

package info (click to toggle)
pyxine 0.1alpha2-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 852 kB
  • ctags: 2,017
  • sloc: ansic: 7,512; python: 2,224; cpp: 1,810; makefile: 160; sh: 40
file content (17 lines) | stat: -rw-r--r-- 664 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: pyxine
Section: python
Priority: optional
Maintainer: Joe Wreschnig <piman@debian.org>
Build-Depends: debhelper (>= 4.0.0), libxine-dev, python-dev, dpatch
Standards-Version: 3.6.1

Package: python-pyxine
Section: python
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}
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.