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
|
Source: qtwebchannel-opensource-src
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Scarlett Moore <sgmoore@kde.org>,
Sandro Knauß <hefee@debian.org>,
Dmitry Shachnev <mitya57@debian.org>,
Simon Quigley <tsimonq2@debian.org>
Section: libs
Priority: optional
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
libqt5websockets5-dev (>= 5.15.15~),
pkg-kde-tools,
qml-module-qttest (>= 5.15.15+dfsg~),
qtbase5-dev (>= 5.15.15+dfsg~),
qtbase5-private-dev (>= 5.15.15+dfsg~),
qtdeclarative5-dev (>= 5.15.15+dfsg~)
Build-Depends-Indep: qdoc-qt5 (>= 5.15.15~) <!nodoc>,
qhelpgenerator-qt5 (>= 5.15.15~) <!nodoc>,
qtattributionsscanner-qt5 (>= 5.15.15~) <!nodoc>,
qtbase5-doc-html (>= 5.15.15+dfsg~) <!nodoc>,
qtwebsockets5-doc-html (>= 5.15.15~) <!nodoc>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt/qtwebchannel
Vcs-Git: https://salsa.debian.org/qt-kde-team/qt/qtwebchannel.git
Homepage: https://doc.qt.io/qt-5/qtwebchannel-index.html
Package: qtwebchannel5-doc
Build-Profiles: <!nodoc>
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: Web communication library for Qt - Documentation
Qt WebChannel enables peer-to-peer communication between the host (QML/C++
application) and the client (HTML/JavaScript application). The transport
mechanism is supported out of the box by the two popular web engines, Qt
WebKit 2 and Qt WebEngine.
.
This package contains the documentation for QtWebChannel.
Package: qtwebchannel5-doc-html
Build-Profiles: <!nodoc>
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: Web communication library for Qt - HTML Documentation
Qt WebChannel enables peer-to-peer communication between the host (QML/C++
application) and the client (HTML/JavaScript application). The transport
mechanism is supported out of the box by the two popular web engines, Qt
WebKit 2 and Qt WebEngine.
.
This package contains the HTML documentation for QtWebChannel.
Package: libqt5webchannel5-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libqt5webchannel5 (= ${binary:Version}),
qtbase5-dev,
qtdeclarative5-dev,
${misc:Depends}
Description: Web communication library for Qt - development files
Qt WebChannel enables peer-to-peer communication between the host (QML/C++
application) and the client (HTML/JavaScript application). The transport
mechanism is supported out of the box by the two popular web engines, Qt
WebKit 2 and Qt WebEngine.
.
This package contains the development files needed to build Qt 5 applications
using the QtWebChannel library.
Package: qtwebchannel5-examples
Architecture: any
Multi-Arch: same
Depends: libqt5webchannel5 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Recommends: nodejs (>= 6.11.2~dfsg-1~) [!armel !powerpc]
Pre-Depends: ${misc:Pre-Depends}
Description: Web communication library for Qt - Examples
Qt WebChannel enables peer-to-peer communication between the host (QML/C++
application) and the client (HTML/JavaScript application). The transport
mechanism is supported out of the box by the two popular web engines, Qt
WebKit 2 and Qt WebEngine.
.
This package contains the examples for Qt's WebChannel submodule. Be sure to
read README.Debian before trying to run them.
Package: libqt5webchannel5
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Web communication library for Qt
Qt WebChannel enables peer-to-peer communication between the host (QML/C++
application) and the client (HTML/JavaScript application). The transport
mechanism is supported out of the box by the two popular web engines, Qt
WebKit 2 and Qt WebEngine.
.
This package contains the QtWebChannel libraries.
Package: qml-module-qtwebchannel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Web communication library for Qt - QML module
Qt WebChannel enables peer-to-peer communication between the host (QML/C++
application) and the client (HTML/JavaScript application). The transport
mechanism is supported out of the box by the two popular web engines, Qt
WebKit 2 and Qt WebEngine.
.
This package contains the WebChannel QML module for QtDeclarative.
|