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 115 116
|
Source: gstreamer1.0
Section: libs
Priority: optional
Maintainer: Maintainers of GStreamer packages <gstreamer1.0@packages.debian.org>
Uploaders: Sebastian Dröge <slomo@debian.org>,
Sjoerd Simons <sjoerd@debian.org>,
Marc Leeman <marc.leeman@gmail.com>,
Build-Depends: debhelper-compat (= 13),
dh-exec,
dh-sequence-gir,
meson (>= 0.62),
pkgconf,
perl-doc,
zlib1g-dev,
libglib2.0-dev,
libgmp-dev <!nocheck> | libgmp3-dev <!nocheck>,
libgsl-dev <!nocheck> | libgsl0-dev <!nocheck>,
libunwind-dev [i386 amd64 armel armhf arm64 powerpc ppc64 ppc64el mipsel mips64el riscv64],
libdw-dev [i386 amd64 armel armhf arm64 powerpc ppc64 ppc64el mipsel mips64el riscv64],
bison,
flex,
rustc [!alpha !hppa !m68k !sh4],
libgirepository1.0-dev,
gir1.2-glib-2.0,
gir1.2-freedesktop,
bash-completion,
libcap2-bin [linux-any],
libcap-dev [linux-any]
Rules-Requires-Root: no
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/gstreamer-team/gstreamer1.0.git
Vcs-Browser: https://salsa.debian.org/gstreamer-team/gstreamer1.0/
Homepage: https://gstreamer.freedesktop.org
Package: libgstreamer1.0-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends},
libcap2-bin [linux-any]
Suggests: gstreamer1.0-tools,
Description: Core GStreamer libraries and elements
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 core library and elements.
Package: libgstreamer1.0-dev
Architecture: any
Section: libdevel
Depends: libgstreamer1.0-0 (= ${binary:Version}),
libc6-dev | libc-dev,
pkgconf,
libglib2.0-dev,
libunwind-dev [i386 amd64 armel armhf arm64 powerpc ppc64 ppc64el mipsel mips64el riscv64],
libdw-dev [i386 amd64 armel armhf arm64 powerpc ppc64 ppc64el mipsel mips64el riscv64],
gir1.2-gstreamer-1.0 (= ${binary:Version}),
${gir:Depends},
${misc:Depends},
${shlibs:Depends},
Provides: ${gir:Provides},
Suggests: gstreamer1.0-doc
Description: GStreamer core development files
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 core library and
elements.
Package: gstreamer1.0-tools
Architecture: any
Section: utils
Depends: ${shlibs:Depends},
${misc:Depends},
libgstreamer1.0-0 (>= 1.16.1)
Suggests: gstreamer1.0-plugins-base
Description: Tools for use with 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 versioned command-line tools for GStreamer.
Package: gir1.2-gstreamer-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 library
This package contains introspection data for the GStreamer streaming media
framework.
.
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.
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
|