Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/webkit-gtk/
Date: Wed, 15 Feb 2017 15:50:00
Message-Id: 1487173010.bd9b427d1077d360e444052f03cef2803f307d9a.leio@gentoo
1 commit: bd9b427d1077d360e444052f03cef2803f307d9a
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 15 11:25:16 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 15 15:36:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd9b427d
7
8 net-libs/webkit-gtk: bump to 2.14.5 for serious HiDPI regression fixes
9
10 * Fix rendering of non-accelerated contents with HiDPI.
11 * Revert the fix for rendering issues in long documents with transparent background because it caused issues in HiDPI.
12
13 Package-Manager: Portage-2.3.3, Repoman-2.3.1
14
15 net-libs/webkit-gtk/Manifest | 1 +
16 net-libs/webkit-gtk/webkit-gtk-2.14.5.ebuild | 288 +++++++++++++++++++++++++++
17 2 files changed, 289 insertions(+)
18
19 diff --git a/net-libs/webkit-gtk/Manifest b/net-libs/webkit-gtk/Manifest
20 index 52f40dd780..9373509366 100644
21 --- a/net-libs/webkit-gtk/Manifest
22 +++ b/net-libs/webkit-gtk/Manifest
23 @@ -1,3 +1,4 @@
24 DIST webkitgtk-2.12.5.tar.xz 11712488 SHA256 6b147854b864a5f115fadb97b2b6200b2f696db015216a34e7298d11c88b1c40 SHA512 ec98e862c2b8799dead6ff3da8299696f6f68675c42e166ca982a83e804cce14d99196f6a14af574cb0b10166fe353dda3f347a734949efa36592f78c4b07a38 WHIRLPOOL 6913ea8acfcbb16dbaaf5575572aec9f299990c8c270ac62cd1978e8af5690dbde1c6474b0323879c8777724e3ad02e5cccae4aea298550862a5b479a6b1a6c2
25 DIST webkitgtk-2.14.4.tar.xz 13956660 SHA256 d1ae2df51dd4ee44b9b89421a436ef71062816308738c3712ecf4bec3ccbe3ac SHA512 12b5332a3879c2b240a5ae0886a25cab9ae5bc35b983f3decef9e203014e853a01eeab25c40a65f2982a8d23bccc7262ee84a9709511ddacfb73a96f769b58e4 WHIRLPOOL a5fe62ad3db45bcf80b9e29ba042200c48d3f865c42064a5931d61823a481e77d56f7108a89043313fb5aaa4f14add9ddb518d6babe5ea5a4a7a9149af9f9e9a
26 +DIST webkitgtk-2.14.5.tar.xz 13956352 SHA256 3ca8f1c33a9b43d6c753dcac1c0788656930e06382b10fdf5c2805ea8f96369f SHA512 3351d9b05458434835fa2db050c34906649c3b1222d7936d123306634a46e35e8cc3aa1bb7512b103af1996fce722254692826b6f695e32ae176032dc8c94e1c WHIRLPOOL 011745e5e1f8926b28b34ac797480b3c79ccfcf09d844d076d8cf3087959013f39f359d7a7ef06a8e95ca7e04d28284ff4901e483180d2a41b4b05568b658e74
27 DIST webkitgtk-2.4.11.tar.xz 9869100 SHA256 588aea051bfbacced27fdfe0335a957dca839ebe36aa548df39c7bbafdb65bf7 SHA512 2e2cf01a52b8593765a0a3c2d7f0ad306121660019eb402226bd2826c7d4666dab4e91ca6ccbd29abe0ad3993549f256ed1ab88de22e9c8516d5f40a4edd6bfb WHIRLPOOL de86c4abfb22aacbf62163d0398158931c9cf6ab628547d3b30e613f0505d67c85c3200f7db96500e7c2b35f640cdaa7f501346fc13f492c9439dff4056849a3
28
29 diff --git a/net-libs/webkit-gtk/webkit-gtk-2.14.5.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.14.5.ebuild
30 new file mode 100644
31 index 0000000000..28173a48b0
32 --- /dev/null
33 +++ b/net-libs/webkit-gtk/webkit-gtk-2.14.5.ebuild
34 @@ -0,0 +1,288 @@
35 +# Copyright 1999-2017 Gentoo Foundation
36 +# Distributed under the terms of the GNU General Public License v2
37 +# $Id$
38 +
39 +EAPI=6
40 +CMAKE_MAKEFILE_GENERATOR="ninja"
41 +PYTHON_COMPAT=( python2_7 )
42 +USE_RUBY="ruby21 ruby22 ruby23 ruby24"
43 +
44 +inherit check-reqs cmake-utils eutils flag-o-matic gnome2 pax-utils python-any-r1 ruby-single toolchain-funcs versionator virtualx
45 +
46 +MY_P="webkitgtk-${PV}"
47 +DESCRIPTION="Open source web browser engine"
48 +HOMEPAGE="http://www.webkitgtk.org/"
49 +SRC_URI="http://www.webkitgtk.org/releases/${MY_P}.tar.xz"
50 +
51 +LICENSE="LGPL-2+ BSD"
52 +SLOT="4/37" # soname version of libwebkit2gtk-4.0
53 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
54 +
55 +IUSE="aqua coverage doc +egl +geolocation gles2 gnome-keyring +gstreamer +introspection +jit libnotify nsplugin +opengl spell wayland +webgl X"
56 +
57 +# webgl needs gstreamer, bug #560612
58 +REQUIRED_USE="
59 + geolocation? ( introspection )
60 + gles2? ( egl )
61 + introspection? ( gstreamer )
62 + nsplugin? ( X )
63 + webgl? ( ^^ ( gles2 opengl ) )
64 + !webgl? ( ?? ( gles2 opengl ) )
65 + webgl? ( gstreamer )
66 + wayland? ( egl )
67 + || ( aqua wayland X )
68 +"
69 +
70 +# Tests fail to link for inexplicable reasons
71 +# https://bugs.webkit.org/show_bug.cgi?id=148210
72 +RESTRICT="test"
73 +
74 +# use sqlite, svg by default
75 +# Aqua support in gtk3 is untested
76 +# Dependencies found at Source/cmake/OptionsGTK.cmake
77 +RDEPEND="
78 + dev-db/sqlite:3=
79 + >=dev-libs/glib-2.36:2
80 + dev-libs/hyphen
81 + >=dev-libs/icu-3.8.1-r1:=
82 + >=dev-libs/libxml2-2.8:2
83 + >=dev-libs/libxslt-1.1.7
84 + >=media-libs/fontconfig-2.8:1.0
85 + >=media-libs/freetype-2.4.2:2
86 + >=media-libs/harfbuzz-0.9.18:=[icu(+)]
87 + >=media-libs/libpng-1.4:0=
88 + media-libs/libwebp:=
89 + >=net-libs/gnutls-3
90 + >=net-libs/libsoup-2.42:2.4[introspection?]
91 + >=x11-libs/cairo-1.10.2:=
92 + >=x11-libs/gtk+-3.14:3[introspection?]
93 + >=x11-libs/pango-1.30.0
94 + virtual/jpeg:0=
95 +
96 + aqua? ( >=x11-libs/gtk+-3.14:3[aqua] )
97 + egl? ( media-libs/mesa[egl] )
98 + geolocation? ( >=app-misc/geoclue-2.1.5:2.0 )
99 + gles2? ( media-libs/mesa[gles2] )
100 + gnome-keyring? ( app-crypt/libsecret )
101 + gstreamer? (
102 + >=media-libs/gstreamer-1.2:1.0
103 + >=media-libs/gst-plugins-base-1.2:1.0
104 + >=media-libs/gst-plugins-bad-1.8:1.0[opengl?] )
105 + introspection? ( >=dev-libs/gobject-introspection-1.32.0:= )
106 + libnotify? ( x11-libs/libnotify )
107 + nsplugin? ( >=x11-libs/gtk+-2.24.10:2 )
108 + opengl? ( virtual/opengl
109 + x11-libs/cairo[opengl] )
110 + spell? ( >=app-text/enchant-0.22:= )
111 + wayland? ( >=x11-libs/gtk+-3.14:3[wayland] )
112 + webgl? (
113 + x11-libs/cairo[opengl]
114 + x11-libs/libXcomposite
115 + x11-libs/libXdamage )
116 + X? (
117 + x11-libs/cairo[X]
118 + >=x11-libs/gtk+-3.14:3[X]
119 + x11-libs/libX11
120 + x11-libs/libXcomposite
121 + x11-libs/libXrender
122 + x11-libs/libXt )
123 +"
124 +
125 +# paxctl needed for bug #407085
126 +# Need real bison, not yacc
127 +DEPEND="${RDEPEND}
128 + ${PYTHON_DEPS}
129 + ${RUBY_DEPS}
130 + >=dev-lang/perl-5.10
131 + >=app-accessibility/at-spi2-core-2.5.3
132 + >=dev-libs/atk-2.8.0
133 + >=dev-util/gtk-doc-am-1.10
134 + >=dev-util/gperf-3.0.1
135 + >=sys-devel/bison-2.4.3
136 + >=sys-devel/flex-2.5.34
137 + || ( >=sys-devel/gcc-4.9 >=sys-devel/clang-3.3 )
138 + sys-devel/gettext
139 + virtual/pkgconfig
140 +
141 + doc? ( >=dev-util/gtk-doc-1.10 )
142 + geolocation? ( dev-util/gdbus-codegen )
143 + introspection? ( jit? ( sys-apps/paxctl ) )
144 + test? (
145 + dev-lang/python:2.7
146 + dev-python/pygobject:3[python_targets_python2_7]
147 + x11-themes/hicolor-icon-theme
148 + jit? ( sys-apps/paxctl ) )
149 +"
150 +
151 +S="${WORKDIR}/${MY_P}"
152 +
153 +CHECKREQS_DISK_BUILD="18G" # and even this might not be enough, bug #417307
154 +
155 +PATCHES=(
156 + # https://bugs.gentoo.org/show_bug.cgi?id=555504
157 + "${FILESDIR}"/${PN}-2.8.5-fix-ia64-build.patch
158 +
159 + # https://bugs.gentoo.org/show_bug.cgi?id=564352
160 + # https://bugs.webkit.org/show_bug.cgi?id=167283
161 + "${FILESDIR}"/${PN}-2.8.5-fix-alpha-build.patch
162 +
163 + # https://bugs.webkit.org/show_bug.cgi?id=148379
164 + "${FILESDIR}"/${PN}-2.8.5-webkit2gtkinjectedbundle-j1.patch
165 +)
166 +
167 +pkg_pretend() {
168 + if [[ ${MERGE_TYPE} != "binary" ]] ; then
169 + if is-flagq "-g*" && ! is-flagq "-g*0" ; then
170 + einfo "Checking for sufficient disk space to build ${PN} with debugging CFLAGS"
171 + check-reqs_pkg_pretend
172 + fi
173 +
174 + if ! test-flag-CXX -std=c++11 ; then
175 + die "You need at least GCC 4.9.x or Clang >= 3.3 for C++11-specific compiler flags"
176 + fi
177 +
178 + if tc-is-gcc && [[ $(gcc-version) < 4.9 ]] ; then
179 + die 'The active compiler needs to be gcc 4.9 (or newer)'
180 + fi
181 + fi
182 +}
183 +
184 +pkg_setup() {
185 + if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then
186 + check-reqs_pkg_setup
187 + fi
188 +
189 + python-any-r1_pkg_setup
190 +}
191 +
192 +src_configure() {
193 + # Respect CC, otherwise fails on prefix #395875
194 + tc-export CC
195 +
196 + # Arches without JIT support also need this to really disable it in all places
197 + use jit || append-cppflags -DENABLE_JIT=0 -DENABLE_YARR_JIT=0 -DENABLE_ASSEMBLER=0
198 +
199 + # It does not compile on alpha without this in LDFLAGS
200 + # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761
201 + use alpha && append-ldflags "-Wl,--no-relax"
202 +
203 + # ld segfaults on ia64 with LDFLAGS --as-needed, bug #555504
204 + use ia64 && append-ldflags "-Wl,--no-as-needed"
205 +
206 + # Sigbuses on SPARC with mcpu and co., bug #???
207 + use sparc && filter-flags "-mvis"
208 +
209 + # https://bugs.webkit.org/show_bug.cgi?id=42070 , #301634
210 + use ppc64 && append-flags "-mminimal-toc"
211 +
212 + # Try to use less memory, bug #469942 (see Fedora .spec for reference)
213 + # --no-keep-memory doesn't work on ia64, bug #502492
214 + if ! use ia64; then
215 + append-ldflags "-Wl,--no-keep-memory"
216 + fi
217 +
218 + # We try to use gold when possible for this package
219 +# if ! tc-ld-is-gold ; then
220 +# append-ldflags "-Wl,--reduce-memory-overheads"
221 +# fi
222 +
223 + # older glibc needs this for INTPTR_MAX, bug #533976
224 + if has_version "<sys-libs/glibc-2.18" ; then
225 + append-cppflags "-D__STDC_LIMIT_MACROS"
226 + fi
227 +
228 + # Multiple rendering bugs on youtube, github, etc without this, bug #547224
229 + append-flags $(test-flags -fno-strict-aliasing)
230 +
231 + local ruby_interpreter=""
232 +
233 + if has_version "virtual/rubygems[ruby_targets_ruby24]"; then
234 + ruby_interpreter="-DRUBY_EXECUTABLE=$(type -P ruby24)"
235 + elif has_version "virtual/rubygems[ruby_targets_ruby23]"; then
236 + ruby_interpreter="-DRUBY_EXECUTABLE=$(type -P ruby23)"
237 + elif has_version "virtual/rubygems[ruby_targets_ruby22]"; then
238 + ruby_interpreter="-DRUBY_EXECUTABLE=$(type -P ruby22)"
239 + else
240 + ruby_interpreter="-DRUBY_EXECUTABLE=$(type -P ruby21)"
241 + fi
242 +
243 + # TODO: Check Web Audio support
244 + # should somehow let user select between them?
245 + #
246 + # FTL_JIT requires llvm
247 + #
248 + # opengl needs to be explicetly handled, bug #576634
249 +
250 + local opengl_enabled
251 + if use opengl || use gles2; then
252 + opengl_enabled=ON
253 + else
254 + opengl_enabled=OFF
255 + fi
256 +
257 + # support for webgl (aka 2d-canvas accelerating)
258 + local canvas_enabled
259 + if use webgl && ! use gles2 ; then
260 + canvas_enabled=ON
261 + else
262 + canvas_enabled=OFF
263 + fi
264 +
265 + local mycmakeargs=(
266 + -DENABLE_QUARTZ_TARGET=$(usex aqua)
267 + -DENABLE_API_TESTS=$(usex test)
268 + -DENABLE_GTKDOC=$(usex doc)
269 + -DENABLE_GEOLOCATION=$(usex geolocation)
270 + $(cmake-utils_use_find_package gles2 OpenGLES2)
271 + -DENABLE_GLES2=$(usex gles2)
272 + -DENABLE_CREDENTIAL_STORAGE=$(usex gnome-keyring)
273 + -DENABLE_VIDEO=$(usex gstreamer)
274 + -DENABLE_WEB_AUDIO=$(usex gstreamer)
275 + -DENABLE_INTROSPECTION=$(usex introspection)
276 + -DENABLE_JIT=$(usex jit)
277 + -DUSE_LIBNOTIFY=$(usex libnotify)
278 + -DENABLE_PLUGIN_PROCESS_GTK2=$(usex nsplugin)
279 + -DENABLE_SPELLCHECK=$(usex spell)
280 + -DENABLE_WAYLAND_TARGET=$(usex wayland)
281 + -DENABLE_WEBGL=$(usex webgl)
282 + $(cmake-utils_use_find_package egl EGL)
283 + $(cmake-utils_use_find_package opengl OpenGL)
284 + -DENABLE_X11_TARGET=$(usex X)
285 + -DENABLE_OPENGL=${opengl_enabled}
286 + -DENABLE_ACCELERATED_2D_CANVAS=${canvas_enabled}
287 + -DCMAKE_BUILD_TYPE=Release
288 + -DPORT=GTK
289 + ${ruby_interpreter}
290 + )
291 +
292 + # Allow it to use GOLD when possible as it has all the magic to
293 + # detect when to use it and using gold for this concrete package has
294 + # multiple advantages and is also the upstream default, bug #585788
295 +# if tc-ld-is-gold ; then
296 +# mycmakeargs+=( -DUSE_LD_GOLD=ON )
297 +# else
298 +# mycmakeargs+=( -DUSE_LD_GOLD=OFF )
299 +# fi
300 +
301 + cmake-utils_src_configure
302 +}
303 +
304 +src_compile() {
305 + cmake-utils_src_compile
306 +}
307 +
308 +src_test() {
309 + # Prevents test failures on PaX systems
310 + use jit && pax-mark m $(list-paxables Programs/*[Tt]ests/*) # Programs/unittests/.libs/test*
311 +
312 + cmake-utils_src_test
313 +}
314 +
315 +src_install() {
316 + cmake-utils_src_install
317 +
318 + # Prevents crashes on PaX systems, bug #522808
319 + use jit && pax-mark m "${ED}usr/bin/jsc" "${ED}usr/libexec/webkit2gtk-4.0/WebKitWebProcess"
320 + pax-mark m "${ED}usr/libexec/webkit2gtk-4.0/WebKitPluginProcess"
321 + use nsplugin && pax-mark m "${ED}usr/libexec/webkit2gtk-4.0/WebKitPluginProcess"2
322 +}