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
|
Source: gst-python1.0
Section: python
Priority: optional
Maintainer: Maintainers of GStreamer packages <gst-python1.0@packages.debian.org>
Uploaders: Sebastian Dröge <slomo@debian.org>, Marc Leeman <marc.leeman@gmail.com>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
meson (>= 0.62),
pkgconf,
libgstreamer1.0-dev (>= 1.26.0),
libgstreamer-plugins-base1.0-dev (>= 1.26.0),
libgstreamer-plugins-bad1.0-dev (>= 1.26.0),
libgstrtspserver-1.0-dev (>= 1.26.0),
gir1.2-gstreamer-1.0 (>= 1.26.0),
gir1.2-gst-plugins-base-1.0 (>= 1.26.0),
python3-gi,
python-gi-dev,
python3-all-dev
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/gstreamer-team/gst-python1.0.git
Vcs-Browser: https://salsa.debian.org/gstreamer-team/gst-python1.0/
Homepage: https://gstreamer.freedesktop.org
Package: python3-gst-1.0
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${python3:Depends},
${shlibs:Depends},
${misc:Depends},
python3-gi,
gir1.2-glib-2.0,
gir1.2-gstreamer-1.0 (>= 1.26.0),
gir1.2-gst-plugins-base-1.0 (>= 1.26.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: gstreamer1.0-python3-plugin-loader
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${python3:Depends},
${shlibs:Depends},
${misc:Depends},
python3-gi,
python3-gst-1.0 (= ${binary:Version})
Conflicts: gstreamer1.0-python-plugin-loader, gstreamer1.0-python-dbg-plugin-loader, gstreamer1.0-python3-dbg-plugin-loader
Multi-Arch: same
Description: GStreamer Loader for Python Plugin (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 the Python 3 version of the Python plugin loader,
which allows GStreamer plugins to be written in Python.
|