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
|
Package: @LIBJSC_PKG@
Section: libs
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends}
Description: JavaScript engine library from WebKitGTK
JavaScriptCore is the JavaScript engine used in WebKit. It consists
of the following building blocks: lexer, parser, start-up interpreter
(LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
high-throughput optimizing JIT (FTL).
.
This build comes from the GTK port of WebKit (API version @WK_API_VERSION@).
.
This package contains the shared libraries.
Package: libjavascriptcoregtk-@WK_API_VERSION@-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Depends: @LIBJSC_PKG@ (= ${binary:Version}),
libglib2.0-dev,
${gir:Depends},
${misc:Depends}
Provides: ${gir:Provides}
Description: JavaScript engine library from WebKitGTK - development files
JavaScriptCore is the JavaScript engine used in WebKit. It consists
of the following building blocks: lexer, parser, start-up interpreter
(LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
high-throughput optimizing JIT (FTL).
.
This build comes from the GTK port of WebKit (API version @WK_API_VERSION@).
.
This package contains the development files.
Package: gir1.2-javascriptcoregtk-@WK_API_VERSION@
Section: introspection
Architecture: linux-any
Multi-Arch: same
Depends: @LIBJSC_PKG@ (= ${binary:Version}),
${gir:Depends},
${misc:Depends}
Provides: ${gir:Provides}
Description: JavaScript engine library from WebKitGTK - GObject introspection data
JavaScriptCore is the JavaScript engine used in WebKit. It consists
of the following building blocks: lexer, parser, start-up interpreter
(LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
high-throughput optimizing JIT (FTL).
.
This build comes from the GTK port of WebKit (API version @WK_API_VERSION@).
.
This package contains the introspection data, which can be used by
packages using the GIRepository format to generate dynamic bindings.
Package: @LIBWEBKITGTK_PKG@
Section: libs
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: @LIBJSC_PKG@ (= ${binary:Version}),
gstreamer1.0-plugins-base,
gstreamer1.0-plugins-good,
libgles2,
${bwrap:Depends},
${shlibs:Depends},
${gles:Depends},
${misc:Depends}
Recommends: gstreamer1.0-gl,
libgl1-mesa-dri,
${bwrap:Recommends},
${gst:Recommends}
Suggests: ${gst:Suggests},
gstreamer1.0-alsa
Description: Web content engine library for GTK
WebKit is a web content engine, derived from KHTML and KJS from KDE, and
used primarily in Apple's Safari browser. It is made to be embedded in
other applications, such as mail readers, or web browsers.
.
It is able to display content such as HTML, SVG, XML, and others. It also
supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
.
WebKitGTK is a WebKit port designed to be used in GTK applications.
This build provides version @WK_API_VERSION@ of the API and uses the GTK @GTK_VERSION@ widget
toolkit.
.
This package contains the shared libraries.
Package: lib@WEBKIT@gtk-@WK_API_VERSION@-dev
Section: libdevel
Architecture: linux-any
Depends: @LIBWEBKITGTK_PKG@ (= ${binary:Version}),
libgtk-@GTK_VERSION@-dev,
libsoup-3.0-dev,
libjavascriptcoregtk-@WK_API_VERSION@-dev (= ${binary:Version}),
${gir:Depends},
${misc:Depends}
Provides: ${gir:Provides}
Description: Web content engine library for GTK - development files
WebKit is a web content engine, derived from KHTML and KJS from KDE, and
used primarily in Apple's Safari browser. It is made to be embedded in
other applications, such as mail readers, or web browsers.
.
It is able to display content such as HTML, SVG, XML, and others. It also
supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
.
WebKitGTK is a WebKit port designed to be used in GTK applications.
This build provides version @WK_API_VERSION@ of the API and uses the GTK @GTK_VERSION@ widget
toolkit.
.
This package contains the development files.
Package: gir1.2-@WEBKIT@-@WK_API_VERSION@
Section: introspection
Architecture: linux-any
Multi-Arch: same
Depends: @LIBWEBKITGTK_PKG@ (= ${binary:Version}),
${gir:Depends},
${misc:Depends}
Provides: ${gir:Provides}
Description: Web content engine library for GTK - GObject introspection data
WebKit is a web content engine, derived from KHTML and KJS from KDE, and
used primarily in Apple's Safari browser. It is made to be embedded in
other applications, such as mail readers, or web browsers.
.
It is able to display content such as HTML, SVG, XML, and others. It also
supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
.
WebKitGTK is a WebKit port designed to be used in GTK applications.
This build provides version @WK_API_VERSION@ of the API and uses the GTK @GTK_VERSION@ widget
toolkit.
.
This package contains introspection data, which can be used by
packages using the GIRepository format to generate dynamic bindings.
|