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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
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>,
Sebastian Dröge <slomo@debian.org>
Build-Depends: debhelper (>= 7),
pkg-config,
libgstreamer0.10-dev (>= 0.10.30),
libgstreamer-plugins-base0.10-dev (>= 0.10.30),
gstreamer0.10-plugins-base,
libxml2-utils,
xmlto,
libx11-dev,
python-dev,
python-gobject-dev (>= 2.11.2),
python-gobject-dbg,
python-all-dev (>= 2.3.5-11),
python-all-dbg,
python-central (>= 0.6.11),
autotools-dev
Standards-Version: 3.8.4
XS-Python-Version: >= 2.3
Homepage: http://gstreamer.freedesktop.org
Package: python-gst0.10
Architecture: any
Depends: ${shlibs:Depends},
${python:Depends},
python-gobject (>= 2.11.2),
python-libxml2
Provides: ${python:Provides}
Replaces: python2.3-gst0.10,
python2.4-gst0.10
Conflicts: python2.3-gst0.10,
python2.4-gst0.10
Suggests: python-gst0.10-dev, python-gst0.10-dbg
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.
Package: python-gst0.10-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
${python:Depends},
python-gobject-dev (>= 2.11.2),
libgstreamer0.10-dev (>= 0.10.30),
libgstreamer-plugins-base0.10-dev (>= 0.10.30),
python-gst0.10 (= ${binary:Version}),
python-libxml2
Provides: ${python:Provides}
Replaces: python-gst0.10 (<< 0.10.15)
Suggests: python-gst0.10-dbg
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 development files and examples for the GStreamer
Python bindings.
Package: python-gst0.10-dbg
Section: debug
Priority: extra
Architecture: any
Depends: python-gst0.10 (= ${binary:Version}),
python-dbg,
python-gobject-dbg,
${shlibs:Depends}
Description: generic media-playing framework (Python debug 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 the extension built for the Python debug interpreter.
|