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
|
Source: qtwebkit
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Fathi Boudra <fabo@debian.org>
Build-Depends: debhelper (>= 9),
gperf,
libgstreamer-plugins-base0.10-dev,
libgstreamer0.10-dev,
libicu-dev,
libqt4-dev (>= 4:4.8.1),
libqt4-opengl-dev (>= 4:4.8.1),
libsqlite3-dev,
libxext-dev,
libxrender-dev,
pkg-config,
pkg-kde-tools (>= 0.6.4)
Standards-Version: 3.9.3
Section: libs
Homepage: http://trac.webkit.org/wiki/QtWebKit
Vcs-Git: git://git.debian.org/pkg-kde/qt/qtwebkit.git
Vcs-Browser: http://git.debian.org/?p=pkg-kde/qt/qtwebkit.git;a=summary
Package: libqtwebkit-dev
Section: libdevel
Architecture: any
Depends: libqt4-dev (>= 4:4.8.0),
libqtwebkit4 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Replaces: libqt4-dev (<= 4:4.7.0~beta1)
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 4 applications
using QtWebKit library.
Package: libqtwebkit4
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Replaces: libqt4-webkit (<= 4:4.7.0~beta1)
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.
Package: libqtwebkit-qmlwebkitplugin
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Qt WebKit QML plugin
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 plugin for QtDeclarative.
Package: libqtwebkit4-dbg
Priority: extra
Architecture: any
Section: debug
Depends: libqtwebkit4 (= ${binary:Version}), ${misc:Depends}
Replaces: libqt4-webkit-dbg (<= 4:4.7.0~beta1)
Description: Web content engine library for Qt - debugging symbols
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 debugging symbols for the Qt WebKit library.
|