blob: 51f7257f4c0c16fd9c05fbb3de419a6338222616 [file] [log] [blame]
Source: @GST_PKGNAME@
Section: libs
Priority: optional
Maintainer: Maintainers of GStreamer packages <gstreamer1.0@packages.debian.org>
Uploaders: Loïc Minier <lool@debian.org>,
Sebastien Bacher <seb128@debian.org>,
Sebastian Dröge <slomo@debian.org>,
Sjoerd Simons <sjoerd@debian.org>
Build-Depends: debhelper (>= 9),
cdbs (>= 0.4.93~),
gnome-pkg-tools (>= 0.7),
autotools-dev,
automake (>= 1.14),
autoconf (>= 2.69),
libtool (>= 2.2.6),
dh-autoreconf,
autopoint (>= 0.17),
zlib1g-dev (>= 1:1.1.4),
libglib2.0-dev (>= 2.40),
libgmp-dev | libgmp3-dev,
libgsl-dev | libgsl0-dev,
pkg-config (>= 0.11.0),
bison (>= 1:2.4),
flex (>= 2.5.34),
dpkg-dev (>= 1.15.1),
perl-doc,
libgirepository1.0-dev (>= 0.9.12-4~),
gobject-introspection (>= 0.9.12-4~),
gir1.2-glib-2.0,
gir1.2-freedesktop,
libcap-dev [linux-any]
Build-Depends-Indep: gtk-doc-tools (>= 1.12),
libglib2.0-doc
Standards-Version: 3.9.3
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: @GST_LIB@
Architecture: any
Multi-Arch: same
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends},
libcap2-bin [linux-any]
Suggests: @GST_PKGNAME@-tools,
Breaks: @GST_PKGNAME@-plugins-base (<< 1.8.0),
@GST_PKGNAME@-plugins-bad (<< 1.11.1),
libgstreamer-plugins-bad1.0-0 (<< 1.13.1)
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: @GST_LIB@-dbg
Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
Depends: @GST_LIB@ (= ${binary:Version}),
${misc:Depends}
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 unstripped shared libraries. It is provided primarily
to provide a backtrace with names in a debugger, this makes it somewhat
easier to interpret core dumps. The libraries are installed in
/usr/lib/debug and are automatically used by gdb.
Package: @GST_LIB_DEV@
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: @GST_LIB@ (= ${binary:Version}),
libc6-dev | libc-dev,
pkg-config,
libglib2.0-dev,
${shlibs:Depends},
${misc:Depends},
gir1.2-gstreamer-@GST_ABI@ (= ${binary:Version})
Conflicts: libgstreamer-plugins-bad1.0-dev (<< 1.13.1)
Replaces: libgstreamer-plugins-bad1.0-dev (<< 1.13.1)
Recommends: debhelper
Suggests: @GST_PKGNAME@-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: @GST_PKGNAME@-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
libglib2.0-doc
Recommends: @GST_LIB_DEV@ (= ${source:Version})
Description: GStreamer core documentation and manuals
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 documentation for core libraries and elements as
well as:
* the GStreamer Manual
* the GStreamer Plugin Writers Guide
* Various API docs
Package: @GST_PKGNAME@-tools
Architecture: any
Section: utils
Depends: ${shlibs:Depends},
${misc:Depends},
@GST_LIB@ (>= @GST_VERSION@)
Suggests: @GST_PKGNAME@-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-@GST_ABI@
Section: introspection
Architecture: any
Multi-Arch: same
Depends: ${gir:Depends},
${shlibs:Depends},
${misc:Depends}
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.