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
|
Source: qtgamepad-everywhere-src
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Dmitry Shachnev <mitya57@debian.org>,
Simon Quigley <tsimonq2@debian.org>,
Patrick Franz <deltaone@debian.org>
Build-Depends: debhelper-compat (= 13),
libsdl2-dev,
pkg-kde-tools,
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>
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://doc.qt.io/qt-5/qtgamepad-index.html
Vcs-Git: https://salsa.debian.org/qt-kde-team/qt/qtgamepad.git
Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt/qtgamepad
Package: libqt5gamepad5-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libqt5gamepad5 (= ${binary:Version}), ${misc:Depends}
Description: Qt 5 gamepad module - 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.
.
This package contains the development files for the gamepad module.
Package: libqt5gamepad5
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Qt 5 gamepad module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains he gamepad module library.
Package: qtgamepad5-examples
Architecture: any
Section: x11
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Qt 5 Gamepad examples
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains Qt 5 Gamepad module's examples.
Package: qml-module-qtgamepad
Architecture: any
Multi-Arch: same
Depends: qml-module-qtquick2, ${misc:Depends}, ${shlibs:Depends}
Description: Qt 5 Gamepad 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.
.
The Qt Gamepad module provides QML types that can be used to access the
state of gamepad hardware that may be available on a system.
Package: qtgamepad5-doc
Build-Profiles: <!nodoc>
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: Qt 5 Gamepad QCH documentation
Qt Gamepad is an add-on library that enables Qt applications to support the
use of gamepad hardware and in some cases remote control equipment. The
module provides both QML and C++ interfaces. The primary target audience are
embedded devices with fullscreen user interfaces, and mobile applications
targeting TV-like form factors.
.
This package contains the documentation in QCH format, which can be viewed
using Qt Assistant from qt5-assistant package.
Package: qtgamepad5-doc-html
Build-Profiles: <!nodoc>
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: Qt 5 Gamepad HTML documentation
Qt Gamepad is an add-on library that enables Qt applications to support the
use of gamepad hardware and in some cases remote control equipment. The
module provides both QML and C++ interfaces. The primary target audience are
embedded devices with fullscreen user interfaces, and mobile applications
targeting TV-like form factors.
.
This package contains the documentation in HTML format.
|