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
|
Source: qt6-remoteobjects
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Patrick Franz <deltaone@debian.org>, Lu YaNing <dluyaning@gmail.com>
Build-Depends: cmake (>= 3.24~),
debhelper-compat (= 13),
libgl-dev,
libqt6opengl6-dev (>= 6.4.2+dfsg~),
libssl-dev,
libvulkan-dev [linux-any],
ninja-build,
pkg-config,
pkg-kde-tools,
qml6-module-qtquick (>= 6.4.2+dfsg~),
qml6-module-qttest (>= 6.4.2+dfsg~),
qt6-base-dev (>= 6.4.2+dfsg~),
qt6-base-private-dev (>= 6.4.2+dfsg~),
qt6-declarative-dev (>= 6.4.2+dfsg~),
qt6-declarative-private-dev (>= 6.4.2+dfsg~),
xauth <!nocheck>,
xvfb <!nocheck>,
Standards-Version: 4.6.2
Homepage: https://www.qt.io/developers/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt6/qt6-remoteobjects
Vcs-Git: https://salsa.debian.org/qt-kde-team/qt6/qt6-remoteobjects.git
Rules-Requires-Root: no
Package: libqt6remoteobjects6
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Qt 6 Remote Objects library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
Qt Remote Objects extends Qt's existing functionalities to enable
information exchange between processes or computers.
.
This package contains the shared library for Qt Remote Objects.
Package: libqt6remoteobjectsqml6
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Qt 6 Remote Objects QML library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
Qt Remote Objects extends Qt's existing functionalities to enable
information exchange between processes or computers.
.
This package contains the shared library for Qt Remote Objects QML.
Package: libqt6remoteobjects6-bin
Architecture: any
Section: utils
Multi-Arch: foreign
Depends: libqt6remoteobjects6 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: Qt 6 Remote Objects - the Replica Compiler (repc)
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
Qt Remote Objects extends Qt's existing functionalities to enable
information exchange between processes or computers.
.
The Replica Compiler (repc) generates QObject header files based on an API
definition file.
Package: qml6-module-qtremoteobjects
Architecture: any
Multi-Arch: same
Depends: qml6-module-qtquick (>= 6.4.1+dfsg~),
${misc:Depends},
${shlibs:Depends},
Description: Qt 6 Remote Objects QML module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
Qt Remote Objects extends Qt's existing functionalities to enable
information exchange between processes or computers.
.
This package provides the QML module for Qt Remote Objects.
Package: qt6-remoteobjects-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libqt6remoteobjects6 (= ${binary:Version}),
libqt6remoteobjects6-bin (= ${binary:Version}),
libqt6remoteobjectsqml6 (= ${binary:Version}),
qt6-base-dev,
${misc:Depends},
Description: Qt 6 Remote Objects - development files
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
Qt Remote Objects extends Qt's existing functionalities to enable
information exchange between processes or computers.
.
This package contains the development files for Qt Remote Objects.
|