File: control

package info (click to toggle)
pyxine 0.1alpha2-6
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 860 kB
  • ctags: 2,018
  • sloc: ansic: 7,512; python: 2,224; cpp: 1,810; makefile: 165; sh: 41
file content (36 lines) | stat: -rw-r--r-- 1,698 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
28
29
30
31
32
33
34
35
36
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.5.4-1~), python-all-dbg, python-support (>= 0.6.4), dpatch
XS-Python-Version: all
Standards-Version: 3.8.3
Homepage: http://pyxine.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyxine/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyxine/trunk/
 
Package: python-pyxine
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
Section: debug
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python-pyxine (= ${binary:Version}), python-dbg
Description: interface to the xine media player for Python (debug extension)
 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.
 .
 This package contains the debug extension for python-pyxine.