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 108 109 110 111 112 113 114
|
Source: gst-rtsp-server1.0
Section: libs
Priority: optional
Maintainer: Maintainers of GStreamer packages <gst-rtsp-server1.0@packages.debian.org>
Uploaders: Sebastian Dröge <slomo@debian.org>,
Marc Leeman <marc.leeman@gmail.com>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-gir,
meson (>= 1.4.0),
pkgconf,
libglib2.0-dev (>= 2.62),
libgstreamer1.0-dev (>= 1.26.0),
libgstreamer-plugins-base1.0-dev (>= 1.26.0),
libgstreamer-plugins-bad1.0-dev (>= 1.26.0),
gobject-introspection (>= 1.80),
gir1.2-gstreamer-1.0 (>= 1.26.0),
gir1.2-gst-plugins-base-1.0 (>= 1.26.0),
gstreamer1.0-plugins-base (>= 1.26.0),
gstreamer1.0-plugins-good (>= 1.26.0),
gstreamer1.0-plugins-bad (>= 1.26.0)
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/gstreamer-team/gst-rtsp-server1.0.git
Vcs-Browser: https://salsa.debian.org/gstreamer-team/gst-rtsp-server1.0/
Homepage: https://gstreamer.freedesktop.org
Package: libgstrtspserver-1.0-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
${gir:Depends},
libgstrtspserver-1.0-0 (= ${binary:Version}),
libgstreamer-plugins-base1.0-dev,
libgstreamer1.0-dev,
libglib2.0-dev,
gir1.2-gst-rtsp-server-1.0 (= ${binary:Version})
Provides: ${gir:Provides}
Description: GStreamer RTSP Server (development files)
gst-rtsp-server is a library on top of GStreamer for building an RTSP
server or embedding RTSP server capabilities into applications.
.
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 development files for the GStreamer RTSP Server.
Package: libgstrtspserver-1.0-0
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
gstreamer1.0-plugins-base (>= 1.26.0),
gstreamer1.0-plugins-good (>= 1.26.0),
gstreamer1.0-plugins-bad (>= 1.26.0)
Description: GStreamer RTSP Server (shared library)
gst-rtsp-server is a library on top of GStreamer for building an RTSP
server or embedding RTSP server capabilities into applications.
.
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 shared library for the GStreamer RTSP Server.
Package: gir1.2-gst-rtsp-server-1.0
Section: introspection
Architecture: any
Multi-Arch: same
Depends: ${gir:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${gir:Provides}
Description: GObject introspection data for the GStreamer RTSP Server
gst-rtsp-server is a library on top of GStreamer for building an RTSP
server or embedding RTSP server capabilities into applications.
.
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 introspection data for the GStreamer RTSP Server.
Package: gstreamer1.0-rtsp
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
libgstrtspserver-1.0-0 (= ${binary:Version})
XB-GStreamer-Version: ${gstreamer:Version}
XB-GStreamer-Elements: ${gstreamer:Elements}
XB-GStreamer-URI-Sources: ${gstreamer:URISources}
XB-GStreamer-URI-Sinks: ${gstreamer:URISinks}
XB-GStreamer-Encoders: ${gstreamer:Encoders}
XB-GStreamer-Decoders: ${gstreamer:Decoders}
Provides: ${gstreamer:Provides}
Description: RTSP plugin for GStreamer
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 GStreamer plugin for RTSP.
|