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 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
|
Source: gst-python1.0
Section: python
Priority: optional
Maintainer: Maintainers of GStreamer packages <pkg-gstreamer-maintainers@lists.alioth.debian.org>
Uploaders: Sebastian Dröge <slomo@debian.org>
Build-Depends: debhelper (>= 9),
dpkg-dev (>= 1.16.1~),
dh-autoreconf,
dh-python,
pkg-config,
libgstreamer1.0-dev (>= 1.10.0),
libgstreamer-plugins-base1.0-dev (>= 1.10.0),
gir1.2-gstreamer-1.0 (>= 1.10.0),
gir1.2-gst-plugins-base-1.0 (>= 1.10.0),
python-gi-dev (>= 3.0),
python-all-dev (>= 2.7),
python3-all-dev,
python-all-dbg,
python3-all-dbg,
python-gi-dbg,
python3-gi-dbg
Standards-Version: 3.9.4
X-Python-Version: >= 2.7
Homepage: http://gstreamer.freedesktop.org
Package: python-gst-1.0
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${python:Depends},
${shlibs:Depends},
${misc:Depends},
python-gi (>= 3.0),
gir1.2-glib-2.0,
gir1.2-gstreamer-1.0 (>= 1.10.0),
gir1.2-gst-plugins-base-1.0 (>= 1.10.0)
Description: GStreamer GObject Introspection overrides for Python
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
This package contains GObject Introspection overrides for Python that
can be used by Python applications using GStreamer.
Package: python3-gst-1.0
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${python3:Depends},
${shlibs:Depends},
${misc:Depends},
python3-gi (>= 3.0),
gir1.2-glib-2.0,
gir1.2-gstreamer-1.0 (>= 1.10.0),
gir1.2-gst-plugins-base-1.0 (>= 1.10.0)
Description: GStreamer GObject Introspection overrides for Python (Python 3)
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
This package contains GObject Introspection overrides for Python that
can be used by Python applications using GStreamer.
Package: python-gst-1.0-dbg
Architecture: any
Priority: extra
Section: debug
Pre-Depends: ${misc:Pre-Depends}
Depends: ${python:Depends},
${shlibs:Depends},
${misc:Depends},
python-gst-1.0 (= ${binary:Version})
Description: GStreamer GObject Introspection overrides for Python (debug extensions)
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
This package contains GObject Introspection overrides for Python that
can be used by Python applications using GStreamer.
Package: python3-gst-1.0-dbg
Architecture: any
Priority: extra
Section: debug
Pre-Depends: ${misc:Pre-Depends}
Depends: ${python:Depends},
${shlibs:Depends},
${misc:Depends},
python3-gst-1.0 (= ${binary:Version})
Description: GStreamer GObject Introspection overrides for Python (Python 3, debug extensions)
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
This package contains GObject Introspection overrides for Python that
can be used by Python applications using GStreamer.
|