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 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140
|
Source: wpewebkit
Section: libs
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Uploaders: Alberto Garcia <berto@igalia.com>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
bubblewrap [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x loong64 hppa ppc64 x32],
xdg-dbus-proxy [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x loong64 hppa ppc64 x32],
libseccomp-dev [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x loong64 hppa ppc64 x32],
clang [amd64 arm64 armel i386 ppc64el riscv64 s390x],
gcc-14 [mips64el],
g++-14 [mips64el],
cmake (>= 3.20),
flite1-dev,
gperf,
libatk-bridge2.0-dev,
libatk1.0-dev,
libavif-dev,
libcairo2-dev,
libepoxy-dev,
libgbm-dev,
libgcrypt20-dev,
libgstreamer-plugins-bad1.0-dev,
libgstreamer-plugins-base1.0-dev,
libgstreamer1.0-dev,
libharfbuzz-dev,
libicu-dev,
libjpeg-dev,
libjxl-dev,
liblcms2-dev,
libopenjp2-7-dev,
libsoup-3.0-dev,
libsqlite3-dev,
libsystemd-dev,
libtasn1-6-dev,
libwayland-dev,
libwebp-dev,
libwoff-dev,
libwpe-1.0-dev,
libwpebackend-fdo-1.0-dev,
libxml2-utils,
libxslt1-dev,
ninja-build,
ruby:native,
unifdef,
wayland-protocols
Build-Depends-Indep: gi-docgen, gobject-introspection, jdupes
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/webkit-team/webkit
Vcs-Git: https://salsa.debian.org/webkit-team/webkit.git -b wpe/unstable
Homepage: https://wpewebkit.org/
Package: libwpewebkit-2.0-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Depends: libwpewebkit-2.0-1 (= ${binary:Version}),
libglib2.0-dev,
libsoup-3.0-dev,
libwpe-1.0-dev,
${misc:Depends}
Suggests: libwpewebkit-doc
Description: Web content engine for embedded devices - development files
WebKit is a modern web engine that is able to display content such as
HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest,
XSLT, CSS, JavaScript/ECMAScript and more.
.
WPE WebKit is a WebKit port optimized for embedded devices and,
unlike the GTK port, it does not depend on any particular UI toolkit
and can be adapted to different use cases. It is designed with
hardware acceleration in mind, leveraging common 3D graphics APIs for
best performance.
.
This build provides version 2.0 of the API and uses libsoup v3 for
the networking stack.
.
This package contains the development files.
Package: libwpewebkit-2.0-1
Architecture: linux-any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends},
${bwrap:Depends}
Suggests: libwpebackend-fdo-1.0-1
Description: Web content engine for embedded devices
WebKit is a modern web engine that is able to display content such as
HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest,
XSLT, CSS, JavaScript/ECMAScript and more.
.
WPE WebKit is a WebKit port optimized for embedded devices and,
unlike the GTK port, it does not depend on any particular UI toolkit
and can be adapted to different use cases. It is designed with
hardware acceleration in mind, leveraging common 3D graphics APIs for
best performance.
.
This build provides version 2.0 of the API and uses libsoup v3 for
the networking stack.
.
This package contains the shared libraries.
Package: wpewebkit-webdriver
Architecture: linux-any
Section: web
Depends: libwpewebkit-2.0-1 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Breaks: wpewebkit-driver (<< 2.44.2-2~)
Replaces: wpewebkit-driver (<< 2.44.2-2~)
Description: WPE WebKit WebDriver support
WebKit is a modern web engine that is able to display content such as
HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest,
XSLT, CSS, JavaScript/ECMAScript and more.
.
WPE WebKit is a WebKit port optimized for embedded devices and,
unlike the GTK port, it does not depend on any particular UI toolkit
and can be adapted to different use cases. It is designed with
hardware acceleration in mind, leveraging common 3D graphics APIs for
best performance.
.
This package provides the WebDriver service implementation.
Package: libwpewebkit-doc
Build-Profiles: <!nodoc>
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Breaks: libwpewebkit-1.0-doc (<< 2.42.5-2~)
Replaces: libwpewebkit-1.0-doc (<< 2.42.5-2~)
Description: Web content engine for embedded devices - documentation
WebKit is a modern web engine that is able to display content such as
HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest,
XSLT, CSS, JavaScript/ECMAScript and more.
.
WPE WebKit is a WebKit port optimized for embedded devices and,
unlike the GTK port, it does not depend on any particular UI toolkit
and can be adapted to different use cases. It is designed with
hardware acceleration in mind, leveraging common 3D graphics APIs for
best performance.
.
This package contains the documentation.
|