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 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306
|
Source: qt-gstreamer
Section: libs
Priority: optional
Maintainer: Debian/Kubuntu KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Uploaders: George Kiagiadakis <kiagiadakis.george@gmail.com>,
Diane Trout <diane@ghic.org>
Build-Depends: cmake (>= 2.8.6),
debhelper (>= 9),
doxygen,
dpkg-dev (>= 1.16.1~),
graphviz,
libboost-dev (>= 1.39),
libgstreamer-plugins-base1.0-dev (>= 1.1.90),
libgstreamer1.0-dev (>= 1.1.90),
libqt4-dev (>= 4:4.8.1),
libqt4-opengl-dev (>= 4:4.8.1),
libqt5opengl5-dev,
pkg-config,
pkg-kde-tools (>= 0.12),
qtbase5-dev,
qtdeclarative5-dev
Standards-Version: 3.9.6
Homepage: http://gstreamer.freedesktop.org
Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-extras/qt-gstreamer.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-kde/kde-extras/qt-gstreamer.git
Package: libqtglib-2.0-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libstdc++6 (>= 4.5.0~), ${misc:Depends}, ${shlibs:Depends}
Description: C++ bindings library for GLib and GObject with a Qt-style API
This package contains the QtGLib library, a library that provides
C++ bindings for parts of the GLib and GObject APIs with a Qt-syle API.
The bindings are designed to be easy to use for C++ programmers that are
used to the Qt API and also provide easier integration with Qt by using
Qt's data types where applicable.
.
This library serves as a base for building the QtGStreamer bindings library.
.
This package is part of the Qt4 version of QtGStreamer.
Package: libqtgstreamer-1.0-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: C++ bindings library for GStreamer with a Qt-style API
This package contains the QtGStreamer library, a library that provides
C++ bindings for GStreamer with a Qt-style API. The bindings are designed
to be easy to use for C++ programmers that are used to the Qt API and
also provide easier integration with Qt by using Qt's data types where
applicable.
.
This package is part of the Qt4 version of QtGStreamer.
Package: libqtgstreamerui-1.0-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: qtgstreamer-plugins
Description: QtGStreamerUi library
This package contains the QtGStreamerUi library, a library that provides
helper classes for integrating GStreamer better in graphical Qt applications.
.
This package is part of the Qt4 version of QtGStreamer.
Package: libqtgstreamerutils-1.0-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: QtGStreamerUtils library
This package contains the QtGStreamerUtils library, a library that provides
some high level utility classes that can be used with QtGStreamer.
.
This package is part of the Qt4 version of QtGStreamer.
Package: qtgstreamer-plugins
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
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: GStreamer plugins from QtGStreamer
This package contains GStreamer plugins that are shipped together with
the QtGStreamer bindings library. These plugins provide GStreamer elements
that enable better integration of GStreamer in Qt applications.
.
Currently, this package contains the qtvideosink, qtglvideosink and
qwidgetvideosink elements.
.
This package is part of the Qt4 version of QtGStreamer.
Package: qtgstreamer-declarative
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: QML plugins from QtGStreamer
This package contains QML plugins that are shipped together with the
QtGStreamer bindings library. These plugins provide QML elements that
enable better integration of GStreamer in QML-based GUI applications.
.
This package is part of the Qt4 version of QtGStreamer.
Package: libqtgstreamer-dev
Section: libdevel
Architecture: any
Depends: libboost-dev (>= 1.39),
libqt4-dev (>= 4:4.8.1),
libqtglib-2.0-0 (= ${binary:Version}),
libqtgstreamer-1.0-0 (= ${binary:Version}),
libqtgstreamerui-1.0-0 (= ${binary:Version}),
libqtgstreamerutils-1.0-0 (= ${binary:Version}),
${misc:Depends}
Suggests: qtgstreamer-doc
Description: Development headers for QtGStreamer
QtGStreamer provides C++ bindings for GStreamer with a Qt-style API,
plus some helper classes for integrating GStreamer better in Qt applications.
.
This package provides the necessary development files for building
C++/Qt applications that use the QtGStreamer library.
.
This package is part of the Qt4 version of QtGStreamer.
Package: qtgstreamer-doc
Section: doc
Architecture: all
Depends: libjs-jquery, ${misc:Depends}
Suggests: libqtgstreamer-dev
Description: QtGStreamer API documentation
QtGStreamer provides C++ bindings for GStreamer with a Qt-style API,
plus some helper classes for integrating GStreamer better in Qt applications.
.
This package contains API documentation for the QtGStreamer library
in html format, generated from the sources with doxygen.
Package: qtgstreamer-dbg
Section: debug
Priority: extra
Architecture: any
Multi-Arch: same
Depends: libqtglib-2.0-0 (= ${binary:Version}),
libqtgstreamer-1.0-0 (= ${binary:Version}),
libqtgstreamerui-1.0-0 (= ${binary:Version}),
libqtgstreamerutils-1.0-0 (= ${binary:Version}),
qtgstreamer-plugins (= ${binary:Version}),
${misc:Depends}
Description: Debug symbols for QtGStreamer
QtGStreamer provides C++ bindings for GStreamer with a Qt-style API,
plus some helper classes for integrating GStreamer better in Qt applications.
.
This package contains the debug symbols for the various binaries shipped
with QtGStreamer.
.
This package is part of the Qt4 version of QtGStreamer.
Package: libqt5glib-2.0-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libstdc++6 (>= 4.5.0~), ${misc:Depends}, ${shlibs:Depends}
Description: C++ bindings library for GLib and GObject with a Qt-style API - Qt 5 build
This package contains the QtGLib library, a library that provides
C++ bindings for parts of the GLib and GObject APIs with a Qt-syle API.
The bindings are designed to be easy to use for C++ programmers that are
used to the Qt API and also provide easier integration with Qt by using
Qt's data types where applicable.
.
This library serves as a base for building the QtGStreamer bindings library.
.
This package is part of the Qt5 version of QtGStreamer.
Package: libqt5gstreamer-1.0-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: C++ bindings library for GStreamer with a Qt-style API - Qt 5 build
This package contains the QtGStreamer library, a library that provides
C++ bindings for GStreamer with a Qt-style API. The bindings are designed
to be easy to use for C++ programmers that are used to the Qt API and
also provide easier integration with Qt by using Qt's data types where
applicable.
.
This package is part of the Qt5 version of QtGStreamer.
Package: libqt5gstreamerui-1.0-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: qtgstreamer-plugins
Description: QtGStreamerUi library - Qt 5 build
This package contains the QtGStreamerUi library, a library that provides
helper classes for integrating GStreamer better in graphical Qt applications.
.
This package is part of the Qt5 version of QtGStreamer.
Package: libqt5gstreamerutils-1.0-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: QtGStreamerUtils library - Qt 5 build
This package contains the QtGStreamerUtils library, a library that provides
some high level utility classes that can be used with QtGStreamer.
.
This package is part of the Qt5 version of QtGStreamer.
Package: libqt5gstreamerquick-1.0-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: qtgstreamer-plugins-qt5 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Recommends: qml-module-qtgstreamer (= ${binary:Version})
Description: QtGStreamerQuick library - Qt 5 build
This package contains the QtGStreamerQuick library, a library that provides
some high level utility classes that can be used with QtGStreamer.
.
This package is part of the Qt5 version of QtGStreamer.
Package: qtgstreamer-plugins-qt5
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
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: GStreamer plugins from QtGStreamer - Qt 5 build
This package contains GStreamer plugins that are shipped together with
the QtGStreamer bindings library. These plugins provide GStreamer elements
that enable better integration of GStreamer in Qt applications.
.
Currently, this package contains the qtvideosink, qtglvideosink and
qwidgetvideosink elements.
.
This package is part of the Qt5 version of QtGStreamer.
Package: libqt5gstreamer-dev
Section: libdevel
Architecture: any
Depends: libboost-dev (>= 1.39),
libqt5glib-2.0-0 (= ${binary:Version}),
libqt5gstreamer-1.0-0 (= ${binary:Version}),
libqt5gstreamerquick-1.0-0 (= ${binary:Version}),
libqt5gstreamerui-1.0-0 (= ${binary:Version}),
libqt5gstreamerutils-1.0-0 (= ${binary:Version}),
qtbase5-dev,
${misc:Depends}
Suggests: qtgstreamer-doc
Description: Development headers for QtGStreamer - Qt 5 build
QtGStreamer provides C++ bindings for GStreamer with a Qt-style API,
plus some helper classes for integrating GStreamer better in Qt applications.
.
This package provides the necessary development files for building
C++/Qt applications that use the QtGStreamer library.
.
This package is part of the Qt5 version of QtGStreamer.
Package: qml-module-qtgstreamer
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: QML plugins from QtGStreamer - Qt 5 build
This package contains QML plugins that are shipped together with the
QtGStreamer bindings library. These plugins provide QML elements that
enable better integration of GStreamer in QML-based GUI applications.
.
This package is part of the Qt5 version of QtGStreamer.
Package: qt5gstreamer-dbg
Section: debug
Priority: extra
Architecture: any
Multi-Arch: same
Depends: libqt5glib-2.0-0 (= ${binary:Version}),
libqt5gstreamer-1.0-0 (= ${binary:Version}),
libqt5gstreamerui-1.0-0 (= ${binary:Version}),
libqt5gstreamerutils-1.0-0 (= ${binary:Version}),
qtgstreamer-plugins-qt5 (= ${binary:Version}),
${misc:Depends}
Description: Debug symbols for QtGStreamer - Qt 5 build
QtGStreamer provides C++ bindings for GStreamer with a Qt-style API,
plus some helper classes for integrating GStreamer better in Qt applications.
.
This package contains the debug symbols for the various binaries shipped
with QtGStreamer.
.
This package is part of the Qt5 version of QtGStreamer.
|