File: control

package info (click to toggle)
gst0.10-python 0.10.5-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,988 kB
  • ctags: 1,392
  • sloc: python: 9,422; sh: 9,084; ansic: 1,189; makefile: 334
file content (30 lines) | stat: -rw-r--r-- 1,241 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
Source: gst0.10-python
Section: python
Priority: optional
Maintainer: Maintainers of GStreamer packages <pkg-gstreamer-maintainers@lists.alioth.debian.org>
Uploaders: Loic Minier <lool@dooz.org>
Build-Depends: debhelper (>= 5.0.37.2), pkg-config,
               libgstreamer0.10-dev (>= 0.10.8),
               libgstreamer-plugins-base0.10-dev (>= 0.10.0.2),
               gstreamer0.10-plugins-base,
               libxml2-utils, xmlto, w3m, libx11-dev,
               python-dev, python-gtk2-dev (>= 2.8.6-4),
               python-all-dev (>= 2.3.5-11),
               python-central (>= 0.5), autotools-dev,
               quilt
Standards-Version: 3.7.2
XS-Python-Version: >= 2.3

Package: python-gst0.10
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, python-gtk2
Provides: ${python:Provides}
Replaces: python2.3-gst0.10, python2.4-gst0.10
Conflicts: python2.3-gst0.10, python2.4-gst0.10
XB-Python-Version: ${python:Versions}
Description: generic media-playing framework (Python bindings)
 GStreamer is a media processing framework with support for a wide variety
 of data sources, sinks, and formats through the use of dynamically loaded
 plugins.
 .
 This package contains bindings to access GStreamer from Python.