~alan-griffiths/miral/debug

« back to all changes in this revision

Viewing changes to miral-qt/debian/control

  • Committer: Gerry Boland
  • Date: 2016-06-01 22:06:51 UTC
  • mto: This revision was merged to the branch mainline in revision 178.
  • Revision ID: gerry.boland@canonical.com-20160601220651-ge508tffql4e7u7c
Import QtMir code into miral-qt subdirectory. Disabled by default, use -DMIRAL_ENABLE_QT=1 to build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: qtmir
 
2
Section: libs
 
3
Priority: optional
 
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
5
Build-Depends: cmake,
 
6
               cmake-extras (>= 0.3),
 
7
               debhelper (>= 9),
 
8
               google-mock (>= 1.6.0+svn437),
 
9
               libfontconfig1-dev,
 
10
               libgles2-mesa-dev,
 
11
               libglib2.0-dev,
 
12
               libgsettings-qt-dev,
 
13
               liblttng-ust-dev,
 
14
               libmirclient-dev (>= 0.22.0),
 
15
               libmircommon-dev (>= 0.22.0),
 
16
               libmirserver-dev (>= 0.22.0),
 
17
               libmtdev-dev,
 
18
               libprocess-cpp-dev,
 
19
               libqt5sensors5-dev,
 
20
               libqtdbusmock1-dev (>= 0.2),
 
21
               libqtdbustest1-dev (>= 0.2),
 
22
               libubuntu-app-launch2-dev (>= 0.9),
 
23
               libubuntu-application-api-dev (>= 2.1.0),
 
24
               libudev-dev,
 
25
               libunity-api-dev (>= 7.112),
 
26
               liburl-dispatcher1-dev,
 
27
               libxkbcommon-dev,
 
28
               libxrender-dev,
 
29
               mir-renderer-gl-dev (>= 0.22.0),
 
30
               pkg-config,
 
31
# lttng-gen-ts needs python3, but doesn't depend on it itself: bug 1359147
 
32
               python3:any,
 
33
               qt5-default,
 
34
               qtbase5-dev,
 
35
               qtbase5-private-dev,
 
36
               qtdeclarative5-dev,
 
37
               qtdeclarative5-private-dev,
 
38
               quilt,
 
39
Standards-Version: 3.9.5
 
40
Homepage: https://launchpad.net/qtmir
 
41
# if you don't have have commit access to this branch but would like to upload
 
42
# directly to Ubuntu, don't worry: your changes will be merged back into the
 
43
# upstream branch
 
44
Vcs-Bzr: lp:qtmir
 
45
Vcs-Browser: http://bazaar.launchpad.net/~mir-team/qtmir/trunk/files
 
46
 
 
47
Package: qtmir-android
 
48
Architecture: armhf
 
49
Multi-Arch: same
 
50
Conflicts: libqtmir,
 
51
           qtmir-desktop,
 
52
           qtubuntu-desktop,
 
53
Replaces: libqtmir,
 
54
          qtmir-desktop,
 
55
          qtubuntu-desktop,
 
56
Provides: qtmir,
 
57
Depends: ${misc:Depends},
 
58
         ${shlibs:Depends},
 
59
Description: Qt platform abstraction (QPA) plugin for a Mir server (mobile)
 
60
 QtMir is a set of Qt5 components to enable one to write a Mir server with Qt.
 
61
 It contains a QPA (Qt Platform Abstraction) plugin which creates and manages
 
62
 a Mir server. It also exposes some internal Mir functionality.
 
63
 .
 
64
 This variant of the package is for Android-based phones and tablets.
 
65
 
 
66
Package: qtmir-desktop
 
67
Architecture: any
 
68
Multi-Arch: same
 
69
Conflicts: qtmir-android,
 
70
           qtubuntu-android,
 
71
Replaces: libqtmir,
 
72
          qtmir-android,
 
73
          qtubuntu-android,
 
74
Provides: qtmir,
 
75
Depends: ${misc:Depends},
 
76
         ${shlibs:Depends},
 
77
Description: Qt platform abstraction (QPA) plugin for a Mir server (desktop)
 
78
 QtMir is a set of Qt5 components to enable one to write a Mir server with Qt.
 
79
 It contains a QPA (Qt Platform Abstraction) plugin which creates and manages
 
80
 a Mir server. It also exposes some internal Mir functionality.
 
81
 .
 
82
 This variant of the package is for GNU-based desktops.
 
83
 
 
84
Package: qtdeclarative5-qtmir-plugin
 
85
Architecture: any
 
86
Multi-Arch: same
 
87
Pre-Depends: ${misc:Pre-Depends},
 
88
Depends: qtmir-desktop (= ${source:Version}) | qtmir-android (= ${source:Version}),
 
89
         ${misc:Depends},
 
90
         ${shlibs:Depends},
 
91
Replaces: libqtmir,
 
92
          libunity-mir1,
 
93
Conflicts: libqtmir,
 
94
           libunity-mir1,
 
95
Provides: unity-application-impl,
 
96
          unity-application-impl-16,
 
97
Description: Qt plugin for Unity specific Mir APIs
 
98
 QtMir provides Qt/QML bindings for Mir features that are exposed through the
 
99
 qtmir-desktop or qtmir-android QPA plugin such as Application management
 
100
 (start/stop/suspend/resume) and surface management.
 
101
 
 
102
Package: qtmir-tests
 
103
Architecture: any
 
104
Multi-Arch: same
 
105
Pre-Depends: ${misc:Pre-Depends},
 
106
Depends: autopilot-qt5,
 
107
         littler,
 
108
         lttng-tools,
 
109
         mir-test-tools,
 
110
         python3-autopilot,
 
111
         python3-babeltrace,
 
112
         python3-evdev,
 
113
         python3-mir-perf-framework,
 
114
         qtdeclarative5-qtmir-plugin,
 
115
         qtmir-desktop (= ${source:Version}) | qtmir-android (= ${source:Version}),
 
116
         ${misc:Depends},
 
117
         ${shlibs:Depends},
 
118
Description: QtMir tests and demos
 
119
 This package provides benchmark tests and a simple shell and client using the
 
120
 QtMir QPA.