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
|
Source: qtwebkit-opensource-src
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Timo Jyrinki <timo@debian.org>,
Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>,
Dmitry Shachnev <mitya57@debian.org>
Build-Depends: bison,
cmake (>= 2.8.12),
debhelper (>= 9.20160114~),
flex,
gperf,
libfontconfig1-dev,
libgl1-mesa-dev [!armel !armhf] | libgl-dev [!armel !armhf],
libgles2-mesa-dev [armel armhf] | libgles2-dev [armel armhf],
libglib2.0-dev,
libglu1-mesa-dev [!armel !armhf] | libglu-dev [!armel !armhf],
libgstreamer-plugins-base1.0-dev,
libgstreamer1.0-dev,
libhyphen-dev,
libicu-dev,
libjpeg-dev,
libpng-dev,
libqt5opengl5-dev (>= 5.9.1+dfsg-9~),
libqt5sensors5-dev (>= 5.9.1~),
libqt5webchannel5-dev (>= 5.9.1~),
libsqlite3-dev,
libwebp-dev,
libxcomposite-dev,
libxml2-dev,
libxrender-dev,
libxslt1-dev,
mesa-common-dev,
pkg-config,
pkg-kde-tools (>= 0.6.4),
python-minimal,
python2.7,
qtbase5-private-dev (>= 5.9.1+dfsg-9~),
qtdeclarative5-private-dev (>= 5.9.1~),
qtpositioning5-dev (>= 5.9.1+dfsg~),
ruby
Build-Depends-Indep: libqt5sql5-sqlite (>= 5.9.1+dfsg~),
qtbase5-doc-html (>= 5.9.1+dfsg~),
qttools5-dev-tools (>= 5.9.1~)
Standards-Version: 3.9.8
Section: libs
Homepage: http://trac.webkit.org/wiki/QtWebKit
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/qt/qt5webkit.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-kde/qt/qt5webkit.git
Package: libqt5webkit5-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: dpkg (>= 1.15.6~)
Depends: libqt5webkit5 (= ${binary:Version}),
qtbase5-dev,
qtdeclarative5-dev,
${misc:Depends}
Description: Web content engine library for Qt - development files
QtWebKit provides a Web browser engine that makes it easy to embed content
from the World Wide Web into your Qt application.
.
This package contains the development files needed to build Qt 5 applications
using QtWebKit library.
Package: libqt5webkit5
Architecture: any
Multi-Arch: same
Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Web content engine library for Qt
QtWebKit provides a Web browser engine that makes it easy to embed content
from the World Wide Web into your Qt application.
.
This package contains the QtWebKit libraries.
Package: qml-module-qtwebkit
Architecture: any
Multi-Arch: same
Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Qt WebKit QML module
QtWebKit provides a Web browser engine that makes it easy to embed content
from the World Wide Web into your Qt application.
.
This package contains the WebKit QML module for QtDeclarative.
Package: qtwebkit5-doc
Priority: extra
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: Qt 5 webkit documentation
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 documentation for the Qt 5 webkit libraries.
Package: qtwebkit5-doc-html
Priority: extra
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: Qt 5 webkit HTML documentation
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 HTML documentation for the Qt 5 webkit
libraries.
|