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
|
Source: gstreamermm-1.0
Section: libs
Priority: optional
Maintainer: Philip Rinn <rinni@inventati.org>
Build-Depends:
debhelper-compat (= 13),
doxygen,
graphviz,
gstreamer1.0-tools,
libglibmm-2.4-dev (>= 2.44.0-2),
libgstreamer-plugins-base1.0-dev,
libgstreamer1.0-dev,
libtool,
libxml++2.6-dev (>= 2.38.1-2),
libxml-parser-perl,
mm-common,
xsltproc,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://gstreamer.freedesktop.org/bindings/cplusplus.html
Vcs-Git: https://salsa.debian.org/debian/gstreamermm-1.0.git
Vcs-Browser: https://salsa.debian.org/debian/gstreamermm-1.0
Package: libgstreamermm-1.0-1
Architecture: any
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Recommends:
gstreamer1.0-alsa [linux-any],
gstreamer1.0-plugins-base,
gstreamer1.0-x,
Multi-Arch: same
Description: C++ wrapper library for GStreamer (shared libraries)
GStreamer is a streaming media framework, based on graphs of filters which
operate on media data. GStreamermm is a C++ wrapper library for the multimedia
library GStreamer. It is designed to allow C++ development of applications that
work with multi-media.
.
This package contains the shared libraries.
Package: libgstreamermm-1.0-dev
Section: libdevel
Architecture: any
Depends:
libglibmm-2.4-dev (>= 2.44.0-2),
libgstreamer-plugins-base1.0-dev,
libgstreamer1.0-dev,
libgstreamermm-1.0-1 (= ${binary:Version}),
libxml++2.6-dev (>= 2.38.1-2),
${misc:Depends},
${shlibs:Depends},
Suggests:
libgstreamermm-1.0-doc,
Multi-Arch: same
Description: C++ wrapper library for GStreamer (development files)
GStreamer is a streaming media framework, based on graphs of filters which
operate on media data. GStreamermm is a C++ wrapper library for the multimedia
library GStreamer. It is designed to allow C++ development of applications that
work with multi-media.
.
This package contains the development libraries and header
files needed by C++ programs that want to compile with GStreamer.
Package: libgstreamermm-1.0-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
libgtkmm-3.0-dev (>= 3.16.0-2),
${misc:Depends},
Suggests:
www-browser,
Description: C++ wrapper library for GStreamer (documentation)
GStreamer is a streaming media framework, based on graphs of filters which
operate on media data. GStreamermm is a C++ wrapper library for the multimedia
library GStreamer. It is designed to allow C++ development of applications that
work with multi-media.
.
This package contains the documentation and examples.
|