diff options
Diffstat (limited to 'meta/recipes-sato/webkit/webkitgtk_2.28.3.bb')
| -rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.28.3.bb | 143 |
1 files changed, 143 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.28.3.bb b/meta/recipes-sato/webkit/webkitgtk_2.28.3.bb new file mode 100644 index 0000000000..44de685548 --- /dev/null +++ b/meta/recipes-sato/webkit/webkitgtk_2.28.3.bb | |||
| @@ -0,0 +1,143 @@ | |||
| 1 | SUMMARY = "WebKit web rendering engine for the GTK+ platform" | ||
| 2 | HOMEPAGE = "https://www.webkitgtk.org/" | ||
| 3 | BUGTRACKER = "https://bugs.webkit.org/" | ||
| 4 | |||
| 5 | LICENSE = "BSD & LGPLv2+" | ||
| 6 | LIC_FILES_CHKSUM = "file://Source/JavaScriptCore/COPYING.LIB;md5=d0c6d6397a5d84286dda758da57bd691 \ | ||
| 7 | file://Source/WebCore/LICENSE-APPLE;md5=4646f90082c40bcf298c285f8bab0b12 \ | ||
| 8 | file://Source/WebCore/LICENSE-LGPL-2;md5=36357ffde2b64ae177b2494445b79d21 \ | ||
| 9 | file://Source/WebCore/LICENSE-LGPL-2.1;md5=a778a33ef338abbaf8b8a7c36b6eec80 \ | ||
| 10 | " | ||
| 11 | |||
| 12 | SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \ | ||
| 13 | file://0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch \ | ||
| 14 | file://0001-When-building-introspection-files-add-CMAKE_C_FLAGS-.patch \ | ||
| 15 | file://0001-OptionsGTK.cmake-drop-the-hardcoded-introspection-gt.patch \ | ||
| 16 | file://0001-Fix-racy-parallel-build-of-WebKit2-4.0.gir.patch \ | ||
| 17 | file://0001-Tweak-gtkdoc-settings-so-that-gtkdoc-generation-work.patch \ | ||
| 18 | file://0001-Enable-THREADS_PREFER_PTHREAD_FLAG.patch \ | ||
| 19 | file://cross-compile.patch \ | ||
| 20 | file://0001-Fix-build-with-musl.patch \ | ||
| 21 | file://include_array.patch \ | ||
| 22 | " | ||
| 23 | SRC_URI[sha256sum] = "f0898ac072c220e13a4aee819408421a6cb56a6eb89170ceafe52468b0903522" | ||
| 24 | |||
| 25 | inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gtk-doc | ||
| 26 | |||
| 27 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | ||
| 28 | REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'opengl', '', d)}" | ||
| 29 | |||
| 30 | CVE_PRODUCT = "webkitgtk webkitgtk\+" | ||
| 31 | |||
| 32 | DEPENDS = "zlib libsoup-2.4 curl libxml2 cairo libxslt libgcrypt \ | ||
| 33 | gtk+3 gstreamer1.0 gstreamer1.0-plugins-base flex-native gperf-native sqlite3 \ | ||
| 34 | pango icu bison-native gawk intltool-native libwebp \ | ||
| 35 | atk udev harfbuzz jpeg libpng librsvg libtheora libvorbis \ | ||
| 36 | ruby-native libnotify gstreamer1.0-plugins-bad \ | ||
| 37 | gettext-native glib-2.0 glib-2.0-native libtasn1 \ | ||
| 38 | " | ||
| 39 | |||
| 40 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)} \ | ||
| 41 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'webgl opengl', '' ,d)} \ | ||
| 42 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', 'webgl gles2' ,d)} \ | ||
| 43 | enchant \ | ||
| 44 | libsecret \ | ||
| 45 | " | ||
| 46 | |||
| 47 | PACKAGECONFIG[wayland] = "-DENABLE_WAYLAND_TARGET=ON,-DENABLE_WAYLAND_TARGET=OFF,wayland libwpe wpebackend-fdo wayland-native" | ||
| 48 | PACKAGECONFIG[x11] = "-DENABLE_X11_TARGET=ON,-DENABLE_X11_TARGET=OFF,virtual/libx11 libxcomposite libxdamage libxrender libxt" | ||
| 49 | PACKAGECONFIG[geoclue] = "-DENABLE_GEOLOCATION=ON,-DENABLE_GEOLOCATION=OFF,geoclue" | ||
| 50 | PACKAGECONFIG[enchant] = "-DENABLE_SPELLCHECK=ON,-DENABLE_SPELLCHECK=OFF,enchant2" | ||
| 51 | PACKAGECONFIG[gles2] = "-DENABLE_GLES2=ON,-DENABLE_GLES2=OFF,virtual/libgles2" | ||
| 52 | PACKAGECONFIG[webgl] = "-DENABLE_WEBGL=ON,-DENABLE_WEBGL=OFF,virtual/libgl" | ||
| 53 | PACKAGECONFIG[opengl] = "-DENABLE_OPENGL=ON,-DENABLE_OPENGL=OFF,virtual/libgl" | ||
| 54 | PACKAGECONFIG[libsecret] = "-DUSE_LIBSECRET=ON,-DUSE_LIBSECRET=OFF,libsecret" | ||
| 55 | PACKAGECONFIG[libhyphen] = "-DUSE_LIBHYPHEN=ON,-DUSE_LIBHYPHEN=OFF,libhyphen" | ||
| 56 | PACKAGECONFIG[woff2] = "-DUSE_WOFF2=ON,-DUSE_WOFF2=OFF,woff2" | ||
| 57 | PACKAGECONFIG[openjpeg] = "-DUSE_OPENJPEG=ON,-DUSE_OPENJPEG=OFF,openjpeg" | ||
| 58 | |||
| 59 | # webkitgtk is full of /usr/bin/env python, particular for generating docs | ||
| 60 | do_configure[postfuncs] += "setup_python_link" | ||
| 61 | setup_python_link() { | ||
| 62 | if [ ! -e ${STAGING_BINDIR_NATIVE}/python ]; then | ||
| 63 | ln -s `which python3` ${STAGING_BINDIR_NATIVE}/python | ||
| 64 | fi | ||
| 65 | } | ||
| 66 | |||
| 67 | EXTRA_OECMAKE = " \ | ||
| 68 | -DPORT=GTK \ | ||
| 69 | -DCMAKE_BUILD_TYPE=Release \ | ||
| 70 | ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-DENABLE_INTROSPECTION=ON', '-DENABLE_INTROSPECTION=OFF', d)} \ | ||
| 71 | ${@bb.utils.contains('GTKDOC_ENABLED', 'True', '-DENABLE_GTKDOC=ON', '-DENABLE_GTKDOC=OFF', d)} \ | ||
| 72 | -DENABLE_MINIBROWSER=ON \ | ||
| 73 | -DPYTHON_EXECUTABLE=`which python3` \ | ||
| 74 | -DENABLE_BUBBLEWRAP_SANDBOX=OFF \ | ||
| 75 | " | ||
| 76 | |||
| 77 | # Javascript JIT is not supported on ARC | ||
| 78 | EXTRA_OECMAKE_append_arc = " -DENABLE_JIT=OFF " | ||
| 79 | # By default 25-bit "medium" calls are used on ARC | ||
| 80 | # which is not enough for binaries larger than 32 MiB | ||
| 81 | CFLAGS_append_arc = " -mlong-calls" | ||
| 82 | CXXFLAGS_append_arc = " -mlong-calls" | ||
| 83 | |||
| 84 | # Javascript JIT is not supported on powerpc | ||
| 85 | EXTRA_OECMAKE_append_powerpc = " -DENABLE_JIT=OFF " | ||
| 86 | EXTRA_OECMAKE_append_powerpc64 = " -DENABLE_JIT=OFF " | ||
| 87 | |||
| 88 | # ARM JIT code does not build on ARMv4/5/6 anymore | ||
| 89 | EXTRA_OECMAKE_append_armv5 = " -DENABLE_JIT=OFF " | ||
| 90 | EXTRA_OECMAKE_append_armv6 = " -DENABLE_JIT=OFF " | ||
| 91 | EXTRA_OECMAKE_append_armv4 = " -DENABLE_JIT=OFF " | ||
| 92 | |||
| 93 | EXTRA_OECMAKE_append_mipsarch = " -DUSE_LD_GOLD=OFF " | ||
| 94 | EXTRA_OECMAKE_append_powerpc = " -DUSE_LD_GOLD=OFF " | ||
| 95 | |||
| 96 | # JIT not supported on MIPS either | ||
| 97 | EXTRA_OECMAKE_append_mipsarch = " -DENABLE_JIT=OFF -DENABLE_C_LOOP=ON " | ||
| 98 | |||
| 99 | # JIT not supported on X32 | ||
| 100 | # An attempt was made to upstream JIT support for x32 in | ||
| 101 | # https://bugs.webkit.org/show_bug.cgi?id=100450, but this was closed as | ||
| 102 | # unresolved due to limited X32 adoption. | ||
| 103 | EXTRA_OECMAKE_append_x86-x32 = " -DENABLE_JIT=OFF " | ||
| 104 | |||
| 105 | SECURITY_CFLAGS_remove_aarch64 = "-fpie" | ||
| 106 | SECURITY_CFLAGS_append_aarch64 = " -fPIE" | ||
| 107 | |||
| 108 | FILES_${PN} += "${libdir}/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so" | ||
| 109 | |||
| 110 | RRECOMMENDS_${PN} += "ca-certificates shared-mime-info" | ||
| 111 | |||
| 112 | # http://errors.yoctoproject.org/Errors/Details/20370/ | ||
| 113 | ARM_INSTRUCTION_SET_armv4 = "arm" | ||
| 114 | ARM_INSTRUCTION_SET_armv5 = "arm" | ||
| 115 | ARM_INSTRUCTION_SET_armv6 = "arm" | ||
| 116 | |||
| 117 | # https://bugzilla.yoctoproject.org/show_bug.cgi?id=9474 | ||
| 118 | # https://bugs.webkit.org/show_bug.cgi?id=159880 | ||
| 119 | # JSC JIT can build on ARMv7 with -marm, but doesn't work on runtime. | ||
| 120 | # Upstream only tests regularly the JSC JIT on ARMv7 with Thumb2 (-mthumb). | ||
| 121 | ARM_INSTRUCTION_SET_armv7a = "thumb" | ||
| 122 | ARM_INSTRUCTION_SET_armv7r = "thumb" | ||
| 123 | ARM_INSTRUCTION_SET_armv7ve = "thumb" | ||
| 124 | |||
| 125 | # introspection inside qemu-arm hangs forever on musl/arm builds | ||
| 126 | # therefore disable GI_DATA | ||
| 127 | GI_DATA_ENABLED_libc-musl_armv7a = "False" | ||
| 128 | GI_DATA_ENABLED_libc-musl_armv7ve = "False" | ||
| 129 | |||
| 130 | # Can't be built with ccache | ||
| 131 | CCACHE_DISABLE = "1" | ||
| 132 | |||
| 133 | PACKAGE_PREPROCESS_FUNCS += "src_package_preprocess" | ||
| 134 | src_package_preprocess () { | ||
| 135 | # Trim build paths from comments in generated sources to ensure reproducibility | ||
| 136 | sed -i -e "s,${WORKDIR},,g" \ | ||
| 137 | ${B}/DerivedSources/webkit2gtk/webkit2/*.cpp \ | ||
| 138 | ${B}/DerivedSources/ForwardingHeaders/JavaScriptCore/*.h \ | ||
| 139 | ${B}/DerivedSources/JavaScriptCore/*.h \ | ||
| 140 | ${B}/DerivedSources/JavaScriptCore/yarr/*.h \ | ||
| 141 | ${B}/DerivedSources/MiniBrowser/*.c | ||
| 142 | } | ||
| 143 | |||
