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
|
Source: qtwebkit
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Maximiliano Curia <maxy@debian.org>,
Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>,
Build-Depends: bison,
debhelper (>= 9),
flex,
gperf,
libfontconfig-dev,
libgstreamer-plugins-base1.0-dev,
libgstreamer1.0-dev,
libicu-dev,
libjpeg-dev,
libqt4-dev (>= 4:4.8.6+git64-g5dc8b2b+dfsg-2~),
libqt4-opengl-dev (>= 4:4.8.1),
libsqlite3-dev,
libxext-dev,
libxrender-dev,
pkg-config,
pkg-kde-tools (>= 0.6.4),
python,
ruby
Standards-Version: 3.9.5
Section: oldlibs
Homepage: http://trac.webkit.org/wiki/QtWebKit
Vcs-Git: git://anonscm.debian.org/pkg-kde/qt/qtwebkit.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/qt/qtwebkit.git;a=summary
Package: libqtwebkit-dev
Section: libdevel
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
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
Pre-Depends: ${misc:Pre-Depends}
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
Multi-Arch: same
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.
|