From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/webkit-gtk/
Date: Fri, 23 Dec 2022 00:30:55 +0000 (UTC) [thread overview]
Message-ID: <1671754743.51168520f6f8da312d68ea778d8a0e0b9cca54b6.mattst88@gentoo> (raw)
commit: 51168520f6f8da312d68ea778d8a0e0b9cca54b6
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 23:56:51 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Dec 23 00:19:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51168520
net-libs/webkit-gtk: Version bump to 2.38.3
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
net-libs/webkit-gtk/Manifest | 1 +
net-libs/webkit-gtk/webkit-gtk-2.38.3-r410.ebuild | 260 ++++++++++++++++++++++
net-libs/webkit-gtk/webkit-gtk-2.38.3-r500.ebuild | 254 +++++++++++++++++++++
net-libs/webkit-gtk/webkit-gtk-2.38.3.ebuild | 250 +++++++++++++++++++++
4 files changed, 765 insertions(+)
diff --git a/net-libs/webkit-gtk/Manifest b/net-libs/webkit-gtk/Manifest
index 0814491ed0dd..8cfc16ec522f 100644
--- a/net-libs/webkit-gtk/Manifest
+++ b/net-libs/webkit-gtk/Manifest
@@ -1 +1,2 @@
DIST webkitgtk-2.38.2.tar.xz 33006668 BLAKE2B 822c4d526774fc1fe08e704045cd2fb59b70cbe98b861e86e9f2052be3fcff3ff2ff3df078e76b1691e0dfce6861a92a78a35a6f27e21eaef2dc2c5763c4095c SHA512 177e792ce10e3c03e9b1e11459f03433cf70ad2a505a3bcca0542c4f9e77b1171953cf0cf1c3bcde0559bd5935167fac50f7dbac948635392ea663b3bb4b1c37
+DIST webkitgtk-2.38.3.tar.xz 33003928 BLAKE2B ae2ab019a765e91110e12277954bea9ae16fd898f854f58e665d273bcbd9ca43ee3219eea7ba0fb5716b17b8efdfeeb395c5976b38848562be95ea372b9b70bc SHA512 1e5f0d73d6b1d64faf20ab909f1765439fab230dd360dd1906962f03a24725cf9f50a375b1987b615c64fb161ab32d29d6b1d49ea75c7b2b32f495e4ad0f38ce
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.38.3-r410.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.38.3-r410.ebuild
new file mode 100644
index 000000000000..2ce906d0bd00
--- /dev/null
+++ b/net-libs/webkit-gtk/webkit-gtk-2.38.3-r410.ebuild
@@ -0,0 +1,260 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_REQ_USE="xml(+)"
+PYTHON_COMPAT=( python3_{8..11} )
+USE_RUBY="ruby27 ruby30 ruby31"
+
+inherit check-reqs flag-o-matic gnome2 optfeature python-any-r1 ruby-single toolchain-funcs cmake
+
+MY_P="webkitgtk-${PV}"
+DESCRIPTION="Open source web browser engine"
+HOMEPAGE="https://www.webkitgtk.org"
+SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz"
+
+LICENSE="LGPL-2+ BSD"
+SLOT="4.1/0" # soname version of libwebkit2gtk-4.1
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+IUSE="aqua avif +egl examples gamepad gles2-only gnome-keyring +gstreamer +introspection pdf +jpeg2k +jumbo-build lcms seccomp spell systemd test wayland X"
+
+# gstreamer with opengl/gles2 needs egl
+REQUIRED_USE="
+ gles2-only? ( egl )
+ gstreamer? ( egl )
+ wayland? ( egl )
+ || ( aqua wayland X )
+"
+
+# Tests fail to link for inexplicable reasons
+# https://bugs.webkit.org/show_bug.cgi?id=148210
+RESTRICT="test"
+
+# Dependencies found at Source/cmake/OptionsGTK.cmake
+# Missing WebRTC support, but ENABLE_MEDIA_STREAM/ENABLE_WEB_RTC is experimental upstream (PRIVATE OFF) and shouldn't be used yet in 2.30
+# >=gst-plugins-opus-1.14.4-r1 for opusparse (required by MSE)
+# TODO: gst-plugins-base[X] is only needed when build configuration ends up with GLX set, but that's a bit automagic too to fix
+# Softblocking webkit-gtk-2.38:4 as we going to use webkit-2.38:4.1's WebKitDriver binary
+RDEPEND="
+ >=x11-libs/cairo-1.16.0[X?]
+ >=media-libs/fontconfig-2.13.0:1.0
+ >=media-libs/freetype-2.9.0:2
+ >=dev-libs/libgcrypt-1.7.0:0=
+ >=x11-libs/gtk+-3.22.0:3[aqua?,introspection?,wayland?,X?]
+ >=media-libs/harfbuzz-1.4.2:=[icu(+)]
+ >=dev-libs/icu-61.2:=
+ media-libs/libjpeg-turbo:0=
+ >=net-libs/libsoup-3.0.8:3.0[introspection?]
+ >=dev-libs/libxml2-2.8.0:2
+ >=media-libs/libpng-1.4:0=
+ dev-db/sqlite:3
+ sys-libs/zlib:0
+ >=app-accessibility/at-spi2-core-2.46.0:2
+ media-libs/libwebp:=
+
+ >=dev-libs/glib-2.67.1:2
+ >=dev-libs/libxslt-1.1.7
+ media-libs/woff2
+ gnome-keyring? ( app-crypt/libsecret )
+ introspection? ( >=dev-libs/gobject-introspection-1.59.1:= )
+ dev-libs/libtasn1:=
+ spell? ( >=app-text/enchant-0.22:2 )
+ gstreamer? (
+ >=media-libs/gstreamer-1.20:1.0
+ >=media-libs/gst-plugins-base-1.20:1.0[egl?,X?]
+ gles2-only? ( media-libs/gst-plugins-base:1.0[gles2] )
+ !gles2-only? ( media-libs/gst-plugins-base:1.0[opengl] )
+ >=media-plugins/gst-plugins-opus-1.20:1.0
+ >=media-libs/gst-plugins-bad-1.20:1.0
+ )
+
+ X? (
+ x11-libs/libX11
+ x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXrender
+ x11-libs/libXt
+ )
+
+ dev-libs/hyphen
+ jpeg2k? ( >=media-libs/openjpeg-2.2.0:2= )
+ avif? ( >=media-libs/libavif-0.9.0:= )
+ lcms? ( media-libs/lcms:2 )
+
+ egl? ( media-libs/mesa[egl(+)] )
+ gles2-only? ( media-libs/mesa[gles2] )
+ !gles2-only? ( virtual/opengl )
+ wayland? (
+ dev-libs/wayland
+ >=dev-libs/wayland-protocols-1.12
+ >=gui-libs/libwpe-1.5.0:1.0
+ >=gui-libs/wpebackend-fdo-1.7.0:1.0
+ )
+
+ seccomp? (
+ >=sys-apps/bubblewrap-0.3.1
+ sys-libs/libseccomp
+ sys-apps/xdg-dbus-proxy
+ )
+
+ systemd? ( sys-apps/systemd:= )
+ gamepad? ( >=dev-libs/libmanette-0.2.4 )
+ !<net-libs/webkit-gtk-2.38:4
+"
+DEPEND="${RDEPEND}"
+# Need real bison, not yacc
+BDEPEND="
+ ${PYTHON_DEPS}
+ ${RUBY_DEPS}
+ >=app-accessibility/at-spi2-core-2.5.3
+ dev-util/gdbus-codegen
+ dev-util/glib-utils
+ >=dev-util/gperf-3.0.1
+ >=sys-devel/bison-2.4.3
+ || ( >=sys-devel/gcc-7.3 >=sys-devel/clang-5 )
+ sys-devel/gettext
+ virtual/pkgconfig
+
+ >=dev-lang/perl-5.10
+ virtual/perl-Data-Dumper
+ virtual/perl-Carp
+ virtual/perl-JSON-PP
+"
+# test? (
+# dev-python/pygobject:3[python_targets_python2_7]
+# x11-themes/hicolor-icon-theme
+# )
+
+S="${WORKDIR}/${MY_P}"
+
+CHECKREQS_DISK_BUILD="18G" # and even this might not be enough, bug #417307
+
+pkg_pretend() {
+ if [[ ${MERGE_TYPE} != "binary" ]] ; then
+ if is-flagq "-g*" && ! is-flagq "-g*0" ; then
+ einfo "Checking for sufficient disk space to build ${PN} with debugging CFLAGS"
+ check-reqs_pkg_pretend
+ fi
+
+ if ! test-flag-CXX -std=c++17 ; then
+ die "You need at least GCC 7.3.x or Clang >= 5 for C++17-specific compiler flags"
+ fi
+ fi
+}
+
+pkg_setup() {
+ if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then
+ check-reqs_pkg_setup
+ fi
+
+ python-any-r1_pkg_setup
+}
+
+src_prepare() {
+ cmake_src_prepare
+ gnome2_src_prepare
+}
+
+src_configure() {
+ # Respect CC, otherwise fails on prefix #395875
+ tc-export CC
+
+ # It does not compile on alpha without this in LDFLAGS
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761
+ use alpha && append-ldflags "-Wl,--no-relax"
+
+ # ld segfaults on ia64 with LDFLAGS --as-needed, bug #555504
+ use ia64 && append-ldflags "-Wl,--no-as-needed"
+
+ # Sigbuses on SPARC with mcpu and co., bug #???
+ use sparc && filter-flags "-mvis"
+
+ # https://bugs.webkit.org/show_bug.cgi?id=42070 , #301634
+ use ppc64 && append-flags "-mminimal-toc"
+
+ # Try to use less memory, bug #469942 (see Fedora .spec for reference)
+ # --no-keep-memory doesn't work on ia64, bug #502492
+ if ! use ia64; then
+ append-ldflags $(test-flags-CCLD "-Wl,--no-keep-memory")
+ fi
+
+ # Ruby situation is a bit complicated. See bug 513888
+ local rubyimpl
+ local ruby_interpreter=""
+ for rubyimpl in ${USE_RUBY}; do
+ if has_version -b "virtual/rubygems[ruby_targets_${rubyimpl}]"; then
+ ruby_interpreter="-DRUBY_EXECUTABLE=$(type -P ${rubyimpl})"
+ fi
+ done
+ # This will rarely occur. Only a couple of corner cases could lead us to
+ # that failure. See bug 513888
+ [[ -z $ruby_interpreter ]] && die "No suitable ruby interpreter found"
+
+ # TODO: Check Web Audio support
+ # should somehow let user select between them?
+
+ local mycmakeargs=(
+ -DPython_EXECUTABLE="${PYTHON}"
+ ${ruby_interpreter}
+ $(cmake_use_find_package gles2-only OpenGLES2)
+ $(cmake_use_find_package egl EGL)
+ $(cmake_use_find_package !gles2-only OpenGL)
+ -DBWRAP_EXECUTABLE:FILEPATH="${EPREFIX}"/usr/bin/bwrap # If bubblewrap[suid] then portage makes it go-r and cmake find_program fails with that
+ -DDBUS_PROXY_EXECUTABLE:FILEPATH="${EPREFIX}"/usr/bin/xdg-dbus-proxy
+ -DPORT=GTK
+ # Source/cmake/WebKitFeatures.cmake
+ -DENABLE_API_TESTS=$(usex test)
+ -DENABLE_BUBBLEWRAP_SANDBOX=$(usex seccomp)
+ -DENABLE_GAMEPAD=$(usex gamepad)
+ -DENABLE_MINIBROWSER=$(usex examples)
+ -DENABLE_PDFJS=$(usex pdf)
+ -DENABLE_GEOLOCATION=ON # Runtime optional (talks over dbus service)
+ -DENABLE_SPELLCHECK=$(usex spell)
+ -DENABLE_UNIFIED_BUILDS=$(usex jumbo-build)
+ -DENABLE_VIDEO=$(usex gstreamer)
+ -DUSE_GSTREAMER_WEBRTC=$(usex gstreamer)
+ -DUSE_GSTREAMER_TRANSCODER=$(usex gstreamer)
+ -DENABLE_WEBGL=ON
+ # Supported only under ANGLE
+ -DENABLE_WEBGL2=OFF
+ -DENABLE_WEB_AUDIO=$(usex gstreamer)
+ # Source/cmake/OptionsGTK.cmake
+ -DENABLE_GLES2=$(usex gles2-only)
+ -DENABLE_DOCUMENTATION=OFF
+ -DENABLE_INTROSPECTION=$(usex introspection)
+ -DENABLE_JOURNALD_LOG=$(usex systemd)
+ -DENABLE_QUARTZ_TARGET=$(usex aqua)
+ -DENABLE_WAYLAND_TARGET=$(usex wayland)
+ -DENABLE_X11_TARGET=$(usex X)
+ -DUSE_AVIF=$(usex avif)
+ -DUSE_GTK4=OFF
+ -DENABLE_WEBDRIVER=ON
+ -DUSE_JPEGXL=OFF
+ -DUSE_LCMS=$(usex lcms)
+ -DUSE_LIBHYPHEN=ON
+ -DUSE_LIBSECRET=$(usex gnome-keyring)
+ -DUSE_OPENGL_OR_ES=ON
+ -DUSE_OPENJPEG=$(usex jpeg2k)
+ -DUSE_SOUP2=OFF
+ -DUSE_WOFF2=ON
+ -DUSE_WPE_RENDERER=$(usex wayland) # WPE renderer is used to implement accelerated compositing under wayland
+ )
+
+ # https://bugs.gentoo.org/761238
+ append-cppflags -DNDEBUG
+
+ WK_USE_CCACHE=NO cmake_src_configure
+}
+
+src_install() {
+ cmake_src_install
+
+ insinto /usr/share/gtk-doc/html
+ # This will install API docs specific to webkit2gtk-4.1
+ doins -r "${S}"/Documentation/{jsc-glib,webkit2gtk,webkit2gtk-web-extension}-${SLOT%/*}
+}
+
+pkg_postinst() {
+ optfeature "geolocation service (used at runtime if available)" "app-misc/geoclue"
+}
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.38.3-r500.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.38.3-r500.ebuild
new file mode 100644
index 000000000000..71c036b210ae
--- /dev/null
+++ b/net-libs/webkit-gtk/webkit-gtk-2.38.3-r500.ebuild
@@ -0,0 +1,254 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_REQ_USE="xml(+)"
+PYTHON_COMPAT=( python3_{8..11} )
+USE_RUBY="ruby27 ruby30 ruby31"
+
+inherit check-reqs flag-o-matic gnome2 optfeature python-any-r1 ruby-single toolchain-funcs cmake
+
+MY_P="webkitgtk-${PV}"
+DESCRIPTION="Open source web browser engine"
+HOMEPAGE="https://www.webkitgtk.org"
+SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz"
+
+LICENSE="LGPL-2+ BSD"
+SLOT="5/0" # soname version of libwebkit2gtk-5.0
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+IUSE="aqua avif +egl examples gamepad gles2-only gnome-keyring +gstreamer +introspection pdf +jpeg2k +jumbo-build lcms seccomp spell systemd test wayland X"
+
+# gstreamer with opengl/gles2 needs egl
+REQUIRED_USE="
+ gles2-only? ( egl )
+ gstreamer? ( egl )
+ wayland? ( egl )
+ || ( aqua wayland X )
+"
+
+# Tests fail to link for inexplicable reasons
+# https://bugs.webkit.org/show_bug.cgi?id=148210
+RESTRICT="test"
+
+# Dependencies found at Source/cmake/OptionsGTK.cmake
+# Missing WebRTC support, but ENABLE_MEDIA_STREAM/ENABLE_WEB_RTC is experimental upstream (PRIVATE OFF) and shouldn't be used yet in 2.30
+# >=gst-plugins-opus-1.14.4-r1 for opusparse (required by MSE)
+# TODO: gst-plugins-base[X] is only needed when build configuration ends up with GLX set, but that's a bit automagic too to fix
+# Softblocking webkit-gtk-2.38:4 as we going to use webkit-2.38:4.1's WebKitDriver binary
+RDEPEND="
+ >=x11-libs/cairo-1.16.0[X?]
+ >=media-libs/fontconfig-2.13.0:1.0
+ >=media-libs/freetype-2.9.0:2
+ >=dev-libs/libgcrypt-1.7.0:0=
+ >=x11-libs/gtk+-3.22.0:3[aqua?,introspection?,wayland?,X?]
+ gui-libs/gtk:4
+ >=media-libs/harfbuzz-1.4.2:=[icu(+)]
+ >=dev-libs/icu-61.2:=
+ media-libs/libjpeg-turbo:0=
+ >=net-libs/libsoup-3.0.8:3.0[introspection?]
+ >=dev-libs/libxml2-2.8.0:2
+ >=media-libs/libpng-1.4:0=
+ dev-db/sqlite:3
+ sys-libs/zlib:0
+ >=app-accessibility/at-spi2-core-2.46.0:2
+
+ media-libs/libwebp:=
+
+ >=dev-libs/glib-2.67.1:2
+ >=dev-libs/libxslt-1.1.7
+ media-libs/woff2
+ gnome-keyring? ( app-crypt/libsecret )
+ introspection? ( >=dev-libs/gobject-introspection-1.59.1:= )
+ dev-libs/libtasn1:=
+ spell? ( >=app-text/enchant-0.22:2 )
+ gstreamer? (
+ >=media-libs/gstreamer-1.20:1.0
+ >=media-libs/gst-plugins-base-1.20:1.0[egl?,X?]
+ gles2-only? ( media-libs/gst-plugins-base:1.0[gles2] )
+ !gles2-only? ( media-libs/gst-plugins-base:1.0[opengl] )
+ >=media-plugins/gst-plugins-opus-1.20:1.0
+ >=media-libs/gst-plugins-bad-1.20:1.0
+ )
+
+ X? (
+ x11-libs/libX11
+ x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXrender
+ x11-libs/libXt
+ )
+
+ dev-libs/hyphen
+ jpeg2k? ( >=media-libs/openjpeg-2.2.0:2= )
+ avif? ( >=media-libs/libavif-0.9.0:= )
+ lcms? ( media-libs/lcms:2 )
+
+ egl? ( media-libs/mesa[egl(+)] )
+ gles2-only? ( media-libs/mesa[gles2] )
+ !gles2-only? ( virtual/opengl )
+ wayland? (
+ dev-libs/wayland
+ >=dev-libs/wayland-protocols-1.12
+ >=gui-libs/libwpe-1.5.0:1.0
+ >=gui-libs/wpebackend-fdo-1.7.0:1.0
+ )
+
+ seccomp? (
+ >=sys-apps/bubblewrap-0.3.1
+ sys-libs/libseccomp
+ sys-apps/xdg-dbus-proxy
+ )
+
+ systemd? ( sys-apps/systemd:= )
+ gamepad? ( >=dev-libs/libmanette-0.2.4 )
+ !<net-libs/webkit-gtk-2.38:4
+"
+DEPEND="${RDEPEND}"
+# Need real bison, not yacc
+BDEPEND="
+ ${PYTHON_DEPS}
+ ${RUBY_DEPS}
+ >=app-accessibility/at-spi2-core-2.5.3
+ dev-util/gdbus-codegen
+ dev-util/glib-utils
+ >=dev-util/gperf-3.0.1
+ >=sys-devel/bison-2.4.3
+ || ( >=sys-devel/gcc-7.3 >=sys-devel/clang-5 )
+ sys-devel/gettext
+ virtual/pkgconfig
+
+ >=dev-lang/perl-5.10
+ virtual/perl-Data-Dumper
+ virtual/perl-Carp
+ virtual/perl-JSON-PP
+"
+# test? (
+# dev-python/pygobject:3[python_targets_python2_7]
+# x11-themes/hicolor-icon-theme
+# )
+
+S="${WORKDIR}/${MY_P}"
+
+CHECKREQS_DISK_BUILD="18G" # and even this might not be enough, bug #417307
+
+pkg_pretend() {
+ if [[ ${MERGE_TYPE} != "binary" ]] ; then
+ if is-flagq "-g*" && ! is-flagq "-g*0" ; then
+ einfo "Checking for sufficient disk space to build ${PN} with debugging CFLAGS"
+ check-reqs_pkg_pretend
+ fi
+
+ if ! test-flag-CXX -std=c++17 ; then
+ die "You need at least GCC 7.3.x or Clang >= 5 for C++17-specific compiler flags"
+ fi
+ fi
+}
+
+pkg_setup() {
+ if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then
+ check-reqs_pkg_setup
+ fi
+
+ python-any-r1_pkg_setup
+}
+
+src_prepare() {
+ cmake_src_prepare
+ gnome2_src_prepare
+}
+
+src_configure() {
+ # Respect CC, otherwise fails on prefix #395875
+ tc-export CC
+
+ # It does not compile on alpha without this in LDFLAGS
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761
+ use alpha && append-ldflags "-Wl,--no-relax"
+
+ # ld segfaults on ia64 with LDFLAGS --as-needed, bug #555504
+ use ia64 && append-ldflags "-Wl,--no-as-needed"
+
+ # Sigbuses on SPARC with mcpu and co., bug #???
+ use sparc && filter-flags "-mvis"
+
+ # https://bugs.webkit.org/show_bug.cgi?id=42070 , #301634
+ use ppc64 && append-flags "-mminimal-toc"
+
+ # Try to use less memory, bug #469942 (see Fedora .spec for reference)
+ # --no-keep-memory doesn't work on ia64, bug #502492
+ if ! use ia64; then
+ append-ldflags $(test-flags-CCLD "-Wl,--no-keep-memory")
+ fi
+
+ # Ruby situation is a bit complicated. See bug 513888
+ local rubyimpl
+ local ruby_interpreter=""
+ for rubyimpl in ${USE_RUBY}; do
+ if has_version -b "virtual/rubygems[ruby_targets_${rubyimpl}]"; then
+ ruby_interpreter="-DRUBY_EXECUTABLE=$(type -P ${rubyimpl})"
+ fi
+ done
+ # This will rarely occur. Only a couple of corner cases could lead us to
+ # that failure. See bug 513888
+ [[ -z $ruby_interpreter ]] && die "No suitable ruby interpreter found"
+
+ # TODO: Check Web Audio support
+ # should somehow let user select between them?
+
+ local mycmakeargs=(
+ -DPython_EXECUTABLE="${PYTHON}"
+ ${ruby_interpreter}
+ $(cmake_use_find_package gles2-only OpenGLES2)
+ $(cmake_use_find_package egl EGL)
+ $(cmake_use_find_package !gles2-only OpenGL)
+ -DBWRAP_EXECUTABLE:FILEPATH="${EPREFIX}"/usr/bin/bwrap # If bubblewrap[suid] then portage makes it go-r and cmake find_program fails with that
+ -DDBUS_PROXY_EXECUTABLE:FILEPATH="${EPREFIX}"/usr/bin/xdg-dbus-proxy
+ -DPORT=GTK
+ # Source/cmake/WebKitFeatures.cmake
+ -DENABLE_API_TESTS=$(usex test)
+ -DENABLE_BUBBLEWRAP_SANDBOX=$(usex seccomp)
+ -DENABLE_GAMEPAD=$(usex gamepad)
+ -DENABLE_MINIBROWSER=$(usex examples)
+ -DENABLE_PDFJS=$(usex pdf)
+ -DENABLE_GEOLOCATION=ON # Runtime optional (talks over dbus service)
+ -DENABLE_SPELLCHECK=$(usex spell)
+ -DENABLE_UNIFIED_BUILDS=$(usex jumbo-build)
+ -DENABLE_VIDEO=$(usex gstreamer)
+ -DUSE_GSTREAMER_WEBRTC=$(usex gstreamer)
+ -DUSE_GSTREAMER_TRANSCODER=$(usex gstreamer)
+ -DENABLE_WEBGL=ON
+ # Supported only under ANGLE
+ -DENABLE_WEBGL2=OFF
+ -DENABLE_WEB_AUDIO=$(usex gstreamer)
+ # Source/cmake/OptionsGTK.cmake
+ -DENABLE_GLES2=$(usex gles2-only)
+ -DENABLE_DOCUMENTATION=OFF
+ -DENABLE_INTROSPECTION=$(usex introspection)
+ -DENABLE_JOURNALD_LOG=$(usex systemd)
+ -DENABLE_QUARTZ_TARGET=$(usex aqua)
+ -DENABLE_WAYLAND_TARGET=$(usex wayland)
+ -DENABLE_X11_TARGET=$(usex X)
+ -DUSE_AVIF=$(usex avif)
+ -DUSE_GTK4=ON # wbkit2gtk-5.0
+ -DENABLE_WEBDRIVER=OFF # Disable WebDriver for webkit2gtk-5.0 and use the webkit2gtk-4.1
+ -DUSE_JPEGXL=OFF
+ -DUSE_LCMS=$(usex lcms)
+ -DUSE_LIBHYPHEN=ON
+ -DUSE_LIBSECRET=$(usex gnome-keyring)
+ -DUSE_OPENGL_OR_ES=ON
+ -DUSE_OPENJPEG=$(usex jpeg2k)
+ -DUSE_SOUP2=OFF
+ -DUSE_WOFF2=ON
+ -DUSE_WPE_RENDERER=$(usex wayland) # WPE renderer is used to implement accelerated compositing under wayland
+ )
+
+ # https://bugs.gentoo.org/761238
+ append-cppflags -DNDEBUG
+
+ WK_USE_CCACHE=NO cmake_src_configure
+}
+
+pkg_postinst() {
+ optfeature "geolocation service (used at runtime if available)" "app-misc/geoclue"
+}
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.38.3.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.38.3.ebuild
new file mode 100644
index 000000000000..a62b480222e4
--- /dev/null
+++ b/net-libs/webkit-gtk/webkit-gtk-2.38.3.ebuild
@@ -0,0 +1,250 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_REQ_USE="xml(+)"
+PYTHON_COMPAT=( python3_{8..11} )
+USE_RUBY="ruby27 ruby30 ruby31"
+
+inherit check-reqs flag-o-matic gnome2 optfeature python-any-r1 ruby-single toolchain-funcs cmake
+
+MY_P="webkitgtk-${PV}"
+DESCRIPTION="Open source web browser engine"
+HOMEPAGE="https://www.webkitgtk.org"
+SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz"
+
+LICENSE="LGPL-2+ BSD"
+SLOT="4/37" # soname version of libwebkit2gtk-4.0
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+IUSE="aqua avif +egl examples gamepad gles2-only gnome-keyring +gstreamer +introspection pdf +jpeg2k +jumbo-build lcms seccomp spell systemd test wayland X"
+
+# gstreamer with opengl/gles2 needs egl
+REQUIRED_USE="
+ gles2-only? ( egl )
+ gstreamer? ( egl )
+ wayland? ( egl )
+ || ( aqua wayland X )
+"
+
+# Tests fail to link for inexplicable reasons
+# https://bugs.webkit.org/show_bug.cgi?id=148210
+RESTRICT="test"
+
+# Dependencies found at Source/cmake/OptionsGTK.cmake
+# Missing WebRTC support, but ENABLE_MEDIA_STREAM/ENABLE_WEB_RTC is experimental upstream (PRIVATE OFF) and shouldn't be used yet in 2.30
+# >=gst-plugins-opus-1.14.4-r1 for opusparse (required by MSE)
+# TODO: gst-plugins-base[X] is only needed when build configuration ends up with GLX set, but that's a bit automagic too to fix
+RDEPEND="
+ >=x11-libs/cairo-1.16.0[X?]
+ >=media-libs/fontconfig-2.13.0:1.0
+ >=media-libs/freetype-2.9.0:2
+ >=dev-libs/libgcrypt-1.7.0:0=
+ >=x11-libs/gtk+-3.22.0:3[aqua?,introspection?,wayland?,X?]
+ >=media-libs/harfbuzz-1.4.2:=[icu(+)]
+ >=dev-libs/icu-61.2:=
+ media-libs/libjpeg-turbo:0=
+ >=net-libs/libsoup-2.54:2.4[introspection?]
+ >=dev-libs/libxml2-2.8.0:2
+ >=media-libs/libpng-1.4:0=
+ dev-db/sqlite:3
+ sys-libs/zlib:0
+ >=app-accessibility/at-spi2-core-2.46.0:2
+ media-libs/libwebp:=
+
+ >=dev-libs/glib-2.67.1:2
+ >=dev-libs/libxslt-1.1.7
+ media-libs/woff2
+ gnome-keyring? ( app-crypt/libsecret )
+ introspection? ( >=dev-libs/gobject-introspection-1.59.1:= )
+ dev-libs/libtasn1:=
+ spell? ( >=app-text/enchant-0.22:2 )
+ gstreamer? (
+ >=media-libs/gstreamer-1.20:1.0
+ >=media-libs/gst-plugins-base-1.20:1.0[egl?,X?]
+ gles2-only? ( media-libs/gst-plugins-base:1.0[gles2] )
+ !gles2-only? ( media-libs/gst-plugins-base:1.0[opengl] )
+ >=media-plugins/gst-plugins-opus-1.20:1.0
+ >=media-libs/gst-plugins-bad-1.20:1.0
+ )
+
+ X? (
+ x11-libs/libX11
+ x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXrender
+ x11-libs/libXt
+ )
+
+ dev-libs/hyphen
+ jpeg2k? ( >=media-libs/openjpeg-2.2.0:2= )
+ avif? ( >=media-libs/libavif-0.9.0:= )
+ lcms? ( media-libs/lcms:2 )
+
+ egl? ( media-libs/mesa[egl(+)] )
+ gles2-only? ( media-libs/mesa[gles2] )
+ !gles2-only? ( virtual/opengl )
+ wayland? (
+ dev-libs/wayland
+ >=dev-libs/wayland-protocols-1.12
+ >=gui-libs/libwpe-1.5.0:1.0
+ >=gui-libs/wpebackend-fdo-1.7.0:1.0
+ )
+
+ seccomp? (
+ >=sys-apps/bubblewrap-0.3.1
+ sys-libs/libseccomp
+ sys-apps/xdg-dbus-proxy
+ )
+
+ systemd? ( sys-apps/systemd:= )
+ gamepad? ( >=dev-libs/libmanette-0.2.4 )
+"
+DEPEND="${RDEPEND}"
+# Need real bison, not yacc
+BDEPEND="
+ ${PYTHON_DEPS}
+ ${RUBY_DEPS}
+ >=app-accessibility/at-spi2-core-2.5.3
+ dev-util/gdbus-codegen
+ dev-util/glib-utils
+ >=dev-util/gperf-3.0.1
+ >=sys-devel/bison-2.4.3
+ || ( >=sys-devel/gcc-7.3 >=sys-devel/clang-5 )
+ sys-devel/gettext
+ virtual/pkgconfig
+
+ >=dev-lang/perl-5.10
+ virtual/perl-Data-Dumper
+ virtual/perl-Carp
+ virtual/perl-JSON-PP
+"
+# test? (
+# dev-python/pygobject:3[python_targets_python2_7]
+# x11-themes/hicolor-icon-theme
+# )
+
+S="${WORKDIR}/${MY_P}"
+
+CHECKREQS_DISK_BUILD="18G" # and even this might not be enough, bug #417307
+
+pkg_pretend() {
+ if [[ ${MERGE_TYPE} != "binary" ]] ; then
+ if is-flagq "-g*" && ! is-flagq "-g*0" ; then
+ einfo "Checking for sufficient disk space to build ${PN} with debugging CFLAGS"
+ check-reqs_pkg_pretend
+ fi
+
+ if ! test-flag-CXX -std=c++17 ; then
+ die "You need at least GCC 7.3.x or Clang >= 5 for C++17-specific compiler flags"
+ fi
+ fi
+}
+
+pkg_setup() {
+ if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then
+ check-reqs_pkg_setup
+ fi
+
+ python-any-r1_pkg_setup
+}
+
+src_prepare() {
+ cmake_src_prepare
+ gnome2_src_prepare
+}
+
+src_configure() {
+ # Respect CC, otherwise fails on prefix #395875
+ tc-export CC
+
+ # It does not compile on alpha without this in LDFLAGS
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761
+ use alpha && append-ldflags "-Wl,--no-relax"
+
+ # ld segfaults on ia64 with LDFLAGS --as-needed, bug #555504
+ use ia64 && append-ldflags "-Wl,--no-as-needed"
+
+ # Sigbuses on SPARC with mcpu and co., bug #???
+ use sparc && filter-flags "-mvis"
+
+ # https://bugs.webkit.org/show_bug.cgi?id=42070 , #301634
+ use ppc64 && append-flags "-mminimal-toc"
+
+ # Try to use less memory, bug #469942 (see Fedora .spec for reference)
+ # --no-keep-memory doesn't work on ia64, bug #502492
+ if ! use ia64; then
+ append-ldflags $(test-flags-CCLD "-Wl,--no-keep-memory")
+ fi
+
+ # Ruby situation is a bit complicated. See bug 513888
+ local rubyimpl
+ local ruby_interpreter=""
+ for rubyimpl in ${USE_RUBY}; do
+ if has_version -b "virtual/rubygems[ruby_targets_${rubyimpl}]"; then
+ ruby_interpreter="-DRUBY_EXECUTABLE=$(type -P ${rubyimpl})"
+ fi
+ done
+ # This will rarely occur. Only a couple of corner cases could lead us to
+ # that failure. See bug 513888
+ [[ -z $ruby_interpreter ]] && die "No suitable ruby interpreter found"
+
+ # TODO: Check Web Audio support
+ # should somehow let user select between them?
+
+ local mycmakeargs=(
+ -DPython_EXECUTABLE="${PYTHON}"
+ ${ruby_interpreter}
+ $(cmake_use_find_package gles2-only OpenGLES2)
+ $(cmake_use_find_package egl EGL)
+ $(cmake_use_find_package !gles2-only OpenGL)
+ -DBWRAP_EXECUTABLE:FILEPATH="${EPREFIX}"/usr/bin/bwrap # If bubblewrap[suid] then portage makes it go-r and cmake find_program fails with that
+ -DDBUS_PROXY_EXECUTABLE:FILEPATH="${EPREFIX}"/usr/bin/xdg-dbus-proxy
+ -DPORT=GTK
+ # Source/cmake/WebKitFeatures.cmake
+ -DENABLE_API_TESTS=$(usex test)
+ -DENABLE_BUBBLEWRAP_SANDBOX=$(usex seccomp)
+ -DENABLE_GAMEPAD=$(usex gamepad)
+ -DENABLE_MINIBROWSER=$(usex examples)
+ -DENABLE_PDFJS=$(usex pdf)
+ -DENABLE_GEOLOCATION=ON # Runtime optional (talks over dbus service)
+ -DENABLE_SPELLCHECK=$(usex spell)
+ -DENABLE_UNIFIED_BUILDS=$(usex jumbo-build)
+ -DENABLE_VIDEO=$(usex gstreamer)
+ -DUSE_GSTREAMER_WEBRTC=$(usex gstreamer)
+ -DUSE_GSTREAMER_TRANSCODER=$(usex gstreamer)
+ -DENABLE_WEBGL=ON
+ # Supported only under ANGLE
+ -DENABLE_WEBGL2=OFF
+ -DENABLE_WEB_AUDIO=$(usex gstreamer)
+ # Source/cmake/OptionsGTK.cmake
+ -DENABLE_GLES2=$(usex gles2-only)
+ -DENABLE_DOCUMENTATION=OFF
+ -DENABLE_INTROSPECTION=$(usex introspection)
+ -DENABLE_JOURNALD_LOG=$(usex systemd)
+ -DENABLE_QUARTZ_TARGET=$(usex aqua)
+ -DENABLE_WAYLAND_TARGET=$(usex wayland)
+ -DENABLE_X11_TARGET=$(usex X)
+ -DUSE_AVIF=$(usex avif)
+ -DUSE_GTK4=OFF
+ -DENABLE_WEBDRIVER=OFF # Disable WebDriver for webkit2gtk-4.0 and use the webkit2gtk-4.1
+ -DUSE_JPEGXL=OFF
+ -DUSE_LCMS=$(usex lcms)
+ -DUSE_LIBHYPHEN=ON
+ -DUSE_LIBSECRET=$(usex gnome-keyring)
+ -DUSE_OPENGL_OR_ES=ON
+ -DUSE_OPENJPEG=$(usex jpeg2k)
+ -DUSE_SOUP2=ON
+ -DUSE_WOFF2=ON
+ -DUSE_WPE_RENDERER=$(usex wayland) # WPE renderer is used to implement accelerated compositing under wayland
+ )
+
+ # https://bugs.gentoo.org/761238
+ append-cppflags -DNDEBUG
+
+ WK_USE_CCACHE=NO cmake_src_configure
+}
+
+pkg_postinst() {
+ optfeature "geolocation service (used at runtime if available)" "app-misc/geoclue"
+}
next reply other threads:[~2022-12-23 0:30 UTC|newest]
Thread overview: 577+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-23 0:30 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-17 15:48 [gentoo-commits] repo/gentoo:master commit in: net-libs/webkit-gtk/ Michał Górny
2024-11-17 15:48 Michał Górny
2024-11-17 15:48 Michał Górny
2024-11-16 18:02 Arthur Zamarin
2024-11-16 18:02 Arthur Zamarin
2024-11-16 18:02 Arthur Zamarin
2024-11-16 18:02 Arthur Zamarin
2024-11-16 18:02 Arthur Zamarin
2024-11-16 18:02 Arthur Zamarin
2024-11-16 15:24 Michael Orlitzky
2024-10-31 18:49 Michael Orlitzky
2024-10-27 12:42 Michael Orlitzky
2024-10-10 13:11 Michael Orlitzky
2024-10-10 4:55 Arthur Zamarin
2024-10-10 4:55 Arthur Zamarin
2024-10-10 4:55 Arthur Zamarin
2024-10-10 4:55 Arthur Zamarin
2024-10-10 4:55 Arthur Zamarin
2024-10-10 4:55 Arthur Zamarin
2024-10-09 6:59 Arthur Zamarin
2024-10-09 6:59 Arthur Zamarin
2024-10-09 6:59 Arthur Zamarin
2024-10-03 16:11 Arthur Zamarin
2024-10-03 16:11 Arthur Zamarin
2024-10-03 16:11 Arthur Zamarin
2024-10-03 10:33 Jakov Smolić
2024-10-03 10:33 Jakov Smolić
2024-10-03 10:33 Jakov Smolić
2024-10-03 10:18 Sam James
2024-10-03 10:18 Sam James
2024-10-03 10:18 Sam James
2024-09-13 12:50 Michael Orlitzky
2024-09-13 12:50 Michael Orlitzky
2024-09-13 12:50 Michael Orlitzky
2024-09-01 17:56 Michael Orlitzky
2024-08-16 0:08 Michael Orlitzky
2024-04-19 11:12 Arthur Zamarin
2024-04-19 11:12 Arthur Zamarin
2024-04-19 11:12 Arthur Zamarin
2024-04-19 10:09 Arthur Zamarin
2024-04-19 10:09 Arthur Zamarin
2024-04-19 10:09 Arthur Zamarin
2024-04-19 10:08 Arthur Zamarin
2024-04-19 10:08 Arthur Zamarin
2024-04-19 10:08 Arthur Zamarin
2024-04-17 23:29 Sam James
2024-04-17 23:29 Sam James
2024-04-17 23:29 Sam James
2024-04-17 6:54 Sam James
2024-04-17 6:54 Sam James
2024-04-17 6:54 Sam James
2024-04-16 23:56 Sam James
2024-04-16 23:56 Sam James
2024-04-16 23:56 Sam James
2024-04-16 17:31 Mart Raudsepp
2024-04-15 18:12 Arthur Zamarin
2024-04-15 18:12 Arthur Zamarin
2024-04-15 18:12 Arthur Zamarin
2024-04-15 18:11 Arthur Zamarin
2024-04-15 18:11 Arthur Zamarin
2024-04-15 18:11 Arthur Zamarin
2024-04-15 18:11 Arthur Zamarin
2024-04-15 18:11 Arthur Zamarin
2024-04-15 18:11 Arthur Zamarin
2024-04-07 10:11 Arthur Zamarin
2024-04-07 10:11 Arthur Zamarin
2024-04-07 10:11 Arthur Zamarin
2024-04-07 8:38 Arthur Zamarin
2024-04-07 8:38 Arthur Zamarin
2024-04-07 8:38 Arthur Zamarin
2024-04-07 8:38 Arthur Zamarin
2024-04-07 8:38 Arthur Zamarin
2024-04-07 8:38 Arthur Zamarin
2024-02-17 23:17 Michael Orlitzky
2024-01-23 17:04 Michał Górny
2024-01-12 21:47 Sam James
2024-01-12 21:47 Sam James
2024-01-12 21:47 Sam James
2024-01-12 21:46 Sam James
2024-01-05 12:37 Sam James
2023-12-27 21:35 Mart Raudsepp
2023-12-25 19:55 Arthur Zamarin
2023-12-25 19:55 Arthur Zamarin
2023-12-25 19:55 Arthur Zamarin
2023-12-25 15:18 Sam James
2023-12-25 15:18 Sam James
2023-12-25 15:18 Sam James
2023-12-25 9:55 Sam James
2023-12-25 9:55 Sam James
2023-12-25 9:55 Sam James
2023-12-23 19:56 Arthur Zamarin
2023-12-23 19:56 Arthur Zamarin
2023-12-23 19:56 Arthur Zamarin
2023-12-23 19:56 Arthur Zamarin
2023-12-23 19:56 Arthur Zamarin
2023-12-23 19:56 Arthur Zamarin
2023-12-17 18:36 Michael Orlitzky
2023-12-16 4:46 Sam James
2023-12-16 4:46 Sam James
2023-12-16 4:46 Sam James
2023-12-15 11:30 Arthur Zamarin
2023-12-15 11:30 Arthur Zamarin
2023-12-15 11:30 Arthur Zamarin
2023-12-15 10:21 Arthur Zamarin
2023-12-15 10:21 Arthur Zamarin
2023-12-15 10:21 Arthur Zamarin
2023-12-15 10:21 Arthur Zamarin
2023-12-15 10:21 Arthur Zamarin
2023-12-15 10:21 Arthur Zamarin
2023-12-12 6:30 Viorel Munteanu
2023-12-12 6:30 Viorel Munteanu
2023-12-12 6:30 Viorel Munteanu
2023-12-07 13:27 Michael Orlitzky
2023-12-04 16:49 Michael Orlitzky
2023-11-25 9:37 Arthur Zamarin
2023-11-25 9:37 Arthur Zamarin
2023-11-25 9:37 Arthur Zamarin
2023-10-31 12:31 Sam James
2023-10-31 12:31 Sam James
2023-10-31 12:31 Sam James
2023-10-30 10:43 Sam James
2023-10-30 10:43 Sam James
2023-10-30 10:43 Sam James
2023-10-27 15:20 Michał Górny
2023-10-18 20:19 Mart Raudsepp
2023-10-05 21:07 Mart Raudsepp
2023-09-16 16:07 Matt Turner
2023-09-16 16:07 Matt Turner
2023-09-16 16:07 Matt Turner
2023-09-05 20:28 Matt Turner
2023-09-01 16:07 Arthur Zamarin
2023-09-01 16:07 Arthur Zamarin
2023-09-01 16:07 Arthur Zamarin
2023-09-01 16:06 Arthur Zamarin
2023-08-30 7:57 Arthur Zamarin
2023-08-30 7:57 Arthur Zamarin
2023-08-30 7:57 Arthur Zamarin
2023-08-29 18:02 Arthur Zamarin
2023-08-29 18:02 Arthur Zamarin
2023-08-29 18:02 Arthur Zamarin
2023-08-22 14:06 Matt Turner
2023-08-16 4:17 Matt Turner
2023-08-16 3:49 Arthur Zamarin
2023-08-16 3:49 Arthur Zamarin
2023-08-16 3:49 Arthur Zamarin
2023-08-02 17:10 Matt Turner
2023-07-23 16:00 Arthur Zamarin
2023-07-23 16:00 Arthur Zamarin
2023-07-23 16:00 Arthur Zamarin
2023-07-23 15:59 Arthur Zamarin
2023-07-23 15:59 Arthur Zamarin
2023-07-23 15:59 Arthur Zamarin
2023-07-23 15:59 Arthur Zamarin
2023-07-23 15:59 Arthur Zamarin
2023-07-23 15:59 Arthur Zamarin
2023-07-23 15:59 Arthur Zamarin
2023-07-23 15:59 Arthur Zamarin
2023-07-23 15:59 Arthur Zamarin
2023-07-23 15:58 Arthur Zamarin
2023-07-23 15:58 Arthur Zamarin
2023-07-23 15:58 Arthur Zamarin
2023-07-21 22:55 Matt Turner
2023-07-15 18:36 Arthur Zamarin
2023-07-15 18:36 Arthur Zamarin
2023-07-15 18:36 Arthur Zamarin
2023-07-15 9:46 Arthur Zamarin
2023-07-15 9:46 Arthur Zamarin
2023-07-15 9:46 Arthur Zamarin
2023-07-15 9:45 Arthur Zamarin
2023-07-15 9:45 Arthur Zamarin
2023-07-15 9:45 Arthur Zamarin
2023-07-15 9:45 Arthur Zamarin
2023-07-15 9:45 Arthur Zamarin
2023-07-15 9:45 Arthur Zamarin
2023-07-15 9:45 Arthur Zamarin
2023-07-15 9:45 Arthur Zamarin
2023-07-15 9:45 Arthur Zamarin
2023-07-15 9:45 Arthur Zamarin
2023-07-15 9:45 Arthur Zamarin
2023-07-15 9:45 Arthur Zamarin
2023-07-07 8:18 WANG Xuerui
2023-07-07 8:18 WANG Xuerui
2023-07-07 8:18 WANG Xuerui
2023-07-06 13:59 Matt Turner
2023-07-05 2:45 WANG Xuerui
2023-07-05 2:45 WANG Xuerui
2023-07-05 2:45 WANG Xuerui
2023-06-09 16:57 Arthur Zamarin
2023-06-09 16:57 Arthur Zamarin
2023-06-09 16:57 Arthur Zamarin
2023-06-09 16:57 Arthur Zamarin
2023-06-09 16:57 Arthur Zamarin
2023-06-09 16:57 Arthur Zamarin
2023-06-09 16:57 Arthur Zamarin
2023-06-09 16:57 Arthur Zamarin
2023-06-09 16:57 Arthur Zamarin
2023-06-04 20:32 Sam James
2023-06-04 20:32 Sam James
2023-06-04 20:32 Sam James
2023-05-18 14:50 Matt Turner
2023-05-18 12:17 Andreas Sturmlechner
2023-05-17 21:55 Matt Turner
2023-05-05 8:27 Arthur Zamarin
2023-05-05 8:27 Arthur Zamarin
2023-05-05 8:03 Arthur Zamarin
2023-05-05 8:03 Arthur Zamarin
2023-05-05 6:02 Arthur Zamarin
2023-05-04 17:23 Arthur Zamarin
2023-05-04 16:31 Arthur Zamarin
2023-05-04 15:14 Arthur Zamarin
2023-05-04 15:14 Arthur Zamarin
2023-05-03 8:31 Arthur Zamarin
2023-05-03 8:31 Arthur Zamarin
2023-05-03 8:30 Arthur Zamarin
2023-05-03 3:53 Sam James
2023-05-02 20:20 Arthur Zamarin
2023-05-02 20:20 Arthur Zamarin
2023-05-02 20:20 Arthur Zamarin
2023-05-02 20:20 Arthur Zamarin
2023-05-02 20:03 Arthur Zamarin
2023-04-17 20:01 Bernard Cafarelli
2023-04-13 3:08 Sam James
2023-04-09 4:45 Sam James
2023-04-01 19:01 Arthur Zamarin
2023-04-01 19:01 Arthur Zamarin
2023-04-01 19:01 Arthur Zamarin
2023-03-31 12:04 Arthur Zamarin
2023-03-31 12:04 Arthur Zamarin
2023-03-31 12:04 Arthur Zamarin
2023-03-30 17:44 Arthur Zamarin
2023-03-30 17:44 Arthur Zamarin
2023-03-30 17:44 Arthur Zamarin
2023-02-20 17:32 Matt Turner
2023-02-17 15:10 Matt Turner
2023-02-17 15:10 Matt Turner
2023-02-17 15:10 Matt Turner
2023-02-17 15:10 Matt Turner
2023-02-16 15:59 Matt Turner
2023-02-03 16:41 Matt Turner
2023-02-01 15:59 Matt Turner
2023-01-21 13:57 Arthur Zamarin
2023-01-21 13:57 Arthur Zamarin
2023-01-21 13:57 Arthur Zamarin
2023-01-13 16:31 Arthur Zamarin
2023-01-13 16:31 Arthur Zamarin
2023-01-13 16:31 Arthur Zamarin
2023-01-13 14:16 Arthur Zamarin
2023-01-13 14:16 Arthur Zamarin
2023-01-04 22:33 Matt Turner
2023-01-03 6:23 Sam James
2023-01-03 6:23 Sam James
2023-01-03 6:23 Sam James
2022-12-22 11:13 Arthur Zamarin
2022-12-19 21:11 Matt Turner
2022-12-17 6:45 Arthur Zamarin
2022-12-16 20:57 Arthur Zamarin
2022-12-09 9:55 Arthur Zamarin
2022-12-09 9:55 Arthur Zamarin
2022-12-09 9:55 Arthur Zamarin
2022-12-06 9:36 Sam James
2022-12-06 9:36 Sam James
2022-12-06 9:36 Sam James
2022-12-04 2:41 Matt Turner
2022-11-09 14:07 Matt Turner
2022-11-05 2:28 Matt Turner
2022-10-31 17:58 Matt Turner
2022-10-25 15:25 Matt Turner
2022-09-27 15:44 Matt Turner
2022-09-16 18:51 Matt Turner
2022-09-13 17:54 Matt Turner
2022-09-13 17:54 Matt Turner
2022-09-03 9:18 Jakov Smolić
2022-09-01 14:31 Matt Turner
2022-09-01 14:31 Matt Turner
2022-08-31 23:51 Sam James
2022-08-26 17:32 Matt Turner
2022-08-18 0:16 Sam James
2022-08-17 7:09 Agostino Sarubbo
2022-08-17 7:06 Agostino Sarubbo
2022-08-16 0:22 Sam James
2022-08-16 0:22 Sam James
2022-08-08 0:30 Matt Turner
2022-08-05 7:16 Agostino Sarubbo
2022-08-04 8:03 Agostino Sarubbo
2022-07-29 2:23 Matt Turner
2022-07-25 7:07 Agostino Sarubbo
2022-07-17 19:42 Sam James
2022-07-17 17:07 Agostino Sarubbo
2022-07-05 16:38 Matt Turner
2022-06-29 19:25 Matt Turner
2022-06-29 19:23 Matt Turner
2022-06-27 15:07 Matt Turner
2022-06-27 15:07 Matt Turner
2022-06-17 6:58 Agostino Sarubbo
2022-06-15 8:09 Agostino Sarubbo
2022-06-15 7:36 Jakov Smolić
2022-06-14 17:20 Matt Turner
2022-05-29 1:17 Matt Turner
2022-05-18 16:27 Matt Turner
2022-05-13 13:13 Matt Turner
2022-05-13 13:09 Matt Turner
2022-05-13 12:44 Matt Turner
2022-05-13 6:55 Jakov Smolić
2022-05-13 6:54 Jakov Smolić
2022-05-10 8:21 Agostino Sarubbo
2022-05-08 18:06 Sam James
2022-05-07 18:28 Arthur Zamarin
2022-05-04 15:11 Jakov Smolić
2022-04-21 23:02 Matt Turner
2022-04-11 21:02 Jakov Smolić
2022-04-01 7:23 Arthur Zamarin
2022-04-01 7:22 Arthur Zamarin
2022-04-01 7:22 Arthur Zamarin
2022-03-27 17:40 Matt Turner
2022-03-26 7:00 Matt Turner
2022-03-26 2:29 Matt Turner
2022-03-18 19:24 Matt Turner
2022-02-23 5:10 Sam James
2022-02-23 5:10 Sam James
2022-02-18 17:48 Sam James
2022-02-18 4:38 Sam James
2022-02-18 3:44 Matt Turner
2022-02-18 3:29 Sam James
2022-02-18 3:29 Sam James
2022-02-13 8:41 Jakov Smolić
2022-02-13 7:53 Agostino Sarubbo
2022-02-11 12:25 Sam James
2022-02-09 22:26 Ionen Wolkens
2022-02-09 19:12 Matt Turner
2022-02-08 2:02 Sam James
2022-01-22 9:48 Agostino Sarubbo
2022-01-22 9:45 Agostino Sarubbo
2022-01-22 1:17 Sam James
2022-01-18 12:26 Sam James
2022-01-16 2:46 Sam James
2022-01-14 18:58 Sam James
2022-01-08 12:49 Arthur Zamarin
2022-01-08 12:49 Arthur Zamarin
2022-01-06 15:01 Agostino Sarubbo
2022-01-04 18:09 Jakov Smolić
2022-01-02 22:46 Mart Raudsepp
2022-01-02 22:46 Mart Raudsepp
2021-12-12 17:29 Mart Raudsepp
2021-12-06 20:45 Sam James
2021-11-07 23:08 Sam James
2021-10-09 10:17 Mart Raudsepp
2021-10-06 23:06 Sam James
2021-09-19 21:39 Agostino Sarubbo
2021-09-19 21:35 Agostino Sarubbo
2021-09-19 6:37 Agostino Sarubbo
2021-09-18 15:24 Mart Raudsepp
2021-08-02 0:43 Sam James
2021-07-31 1:41 Sam James
2021-07-31 1:37 Sam James
2021-07-30 22:36 Sam James
2021-07-30 22:36 Sam James
2021-07-30 15:17 Agostino Sarubbo
2021-07-28 17:22 Sam James
2021-07-28 6:42 Agostino Sarubbo
2021-07-23 17:49 Matt Turner
2021-07-23 1:11 Matt Turner
2021-05-29 15:27 Sam James
2021-05-28 19:11 Sam James
2021-04-30 22:06 Thomas Deutschmann
2021-04-29 1:26 Matt Turner
2021-04-26 19:18 Sam James
2021-04-25 17:42 Sam James
2021-04-25 9:31 Sam James
2021-04-25 6:19 Sam James
2021-04-25 5:14 Sam James
2021-04-23 10:18 Mart Raudsepp
2021-02-20 1:26 Sam James
2021-02-19 16:18 Sam James
2021-02-19 12:02 Sam James
2021-02-19 3:02 Sam James
2021-02-19 1:17 Thomas Deutschmann
2021-02-18 22:53 Mart Raudsepp
2021-02-17 0:06 Sam James
2021-02-08 22:39 James Le Cuirot
2021-02-08 17:21 Sam James
2020-12-24 16:05 Mart Raudsepp
2020-12-19 16:03 Mart Raudsepp
2020-12-04 11:53 Mart Raudsepp
2020-12-03 18:23 Thomas Deutschmann
2020-12-01 17:27 Sam James
2020-12-01 17:26 Sam James
2020-11-20 22:03 Mart Raudsepp
2020-07-29 23:47 Sam James
2020-07-29 23:08 Sam James
2020-07-29 23:06 Sam James
2020-07-18 11:44 Sam James
2020-07-18 11:44 Sam James
2020-07-12 0:19 Sam James
2020-06-01 20:30 Michał Górny
2020-05-15 12:36 Mart Raudsepp
2020-05-14 21:26 Mart Raudsepp
2020-05-13 13:19 Agostino Sarubbo
2020-05-13 13:17 Agostino Sarubbo
2020-05-10 8:12 Mart Raudsepp
2020-04-19 12:08 Mart Raudsepp
2020-04-16 8:06 Mart Raudsepp
2020-04-16 8:06 Mart Raudsepp
2020-04-13 16:12 Agostino Sarubbo
2020-04-13 14:48 Agostino Sarubbo
2020-04-12 21:52 Mart Raudsepp
2020-04-03 14:57 Andreas Sturmlechner
2020-03-12 20:08 Mart Raudsepp
2020-03-12 20:05 Mart Raudsepp
2020-03-11 17:43 Mart Raudsepp
2020-02-16 21:14 Thomas Deutschmann
2020-02-15 12:21 Mikle Kolyada
2020-02-14 22:15 Mart Raudsepp
2020-02-05 13:06 Mart Raudsepp
2020-02-03 14:44 Agostino Sarubbo
2020-02-02 9:34 Piotr Karbowski
2020-01-25 17:36 Sergei Trofimovich
2020-01-19 18:16 Mart Raudsepp
2020-01-12 22:48 Sergei Trofimovich
2020-01-12 22:40 Sergei Trofimovich
2020-01-10 1:26 Thomas Deutschmann
2020-01-03 22:50 Mart Raudsepp
2019-12-30 15:19 Agostino Sarubbo
2019-12-30 14:03 Mart Raudsepp
2019-12-25 21:24 Mart Raudsepp
2019-09-02 14:14 Mart Raudsepp
2019-09-02 13:24 Agostino Sarubbo
2019-09-02 10:15 Agostino Sarubbo
2019-09-01 21:25 Aaron Bauman
2019-08-30 20:07 Mart Raudsepp
2019-08-30 20:07 Mart Raudsepp
2019-08-19 11:37 Agostino Sarubbo
2019-08-19 5:43 Agostino Sarubbo
2019-08-17 22:56 Aaron Bauman
2019-07-05 15:18 Mart Raudsepp
2019-06-14 6:17 Mart Raudsepp
2019-05-21 3:17 Aaron Bauman
2019-05-19 20:02 Mikle Kolyada
2019-05-19 13:14 Thomas Deutschmann
2019-05-17 21:49 Mart Raudsepp
2019-04-25 8:46 Mart Raudsepp
2019-04-24 21:33 Thomas Deutschmann
2019-04-19 16:09 Aaron Bauman
2019-04-13 19:05 Mart Raudsepp
2019-03-19 8:41 Mart Raudsepp
2019-03-16 21:54 Mart Raudsepp
2019-03-15 13:16 Mart Raudsepp
2019-03-14 20:54 Mart Raudsepp
2019-03-06 11:07 Mart Raudsepp
2019-02-19 20:48 Mart Raudsepp
2019-02-19 20:21 Agostino Sarubbo
2019-02-19 18:46 Thomas Deutschmann
2019-02-19 7:54 Mart Raudsepp
2019-01-17 19:36 Mart Raudsepp
2019-01-14 19:52 Mart Raudsepp
2019-01-10 9:53 Mikle Kolyada
2019-01-09 1:36 Thomas Deutschmann
2019-01-06 14:53 Mart Raudsepp
2018-11-27 9:57 Mart Raudsepp
2018-10-25 15:28 Mart Raudsepp
2018-10-14 12:06 Mart Raudsepp
2018-10-14 7:52 Mikle Kolyada
2018-10-14 1:44 Thomas Deutschmann
2018-10-06 18:39 Mart Raudsepp
2018-08-16 21:33 Mart Raudsepp
2018-08-13 12:39 Mart Raudsepp
2018-08-13 12:39 Mart Raudsepp
2018-08-12 18:48 Mart Raudsepp
2018-08-07 23:01 Mart Raudsepp
2018-08-07 12:22 Agostino Sarubbo
2018-08-06 22:20 Thomas Deutschmann
2018-08-06 11:18 Mart Raudsepp
2018-08-03 8:37 Mart Raudsepp
2018-07-30 21:17 Mart Raudsepp
2018-07-30 20:52 Mikle Kolyada
2018-07-30 9:20 Mart Raudsepp
2018-07-28 16:16 Thomas Deutschmann
2018-07-25 9:29 Mart Raudsepp
2018-07-23 22:30 Mart Raudsepp
2018-07-23 22:30 Mart Raudsepp
2018-07-23 22:30 Mart Raudsepp
2018-07-23 22:30 Mart Raudsepp
2018-07-23 22:30 Mart Raudsepp
2018-07-23 22:30 Mart Raudsepp
2018-07-23 22:30 Mart Raudsepp
2018-07-23 22:30 Mart Raudsepp
2018-05-05 1:26 Aaron Bauman
2018-01-28 1:46 Mart Raudsepp
2018-01-27 23:35 Mikle Kolyada
2018-01-26 18:21 Thomas Deutschmann
2018-01-25 14:38 Mart Raudsepp
2018-01-25 14:38 Mart Raudsepp
2018-01-15 18:20 Mart Raudsepp
2018-01-14 15:30 Agostino Sarubbo
2018-01-11 20:11 Thomas Deutschmann
2018-01-11 13:52 Mart Raudsepp
2017-12-27 20:24 Mart Raudsepp
2017-12-27 8:52 Agostino Sarubbo
2017-12-20 21:20 Thomas Deutschmann
2017-12-20 13:59 Mart Raudsepp
2017-11-28 17:33 Manuel Rüger
2017-11-27 0:20 Thomas Deutschmann
2017-11-24 13:23 Agostino Sarubbo
2017-11-21 17:31 Ian Stakenvicius
2017-10-29 21:08 Thomas Deutschmann
2017-10-29 15:55 Agostino Sarubbo
2017-10-28 23:33 Mart Raudsepp
2017-10-24 19:45 Mart Raudsepp
2017-10-22 23:31 Mart Raudsepp
2017-09-22 7:56 Gilles Dartiguelongue
2017-08-19 0:31 Thomas Deutschmann
2017-07-31 12:56 Tobias Klausmann
2017-07-25 18:04 Mart Raudsepp
2017-07-07 19:47 Mart Raudsepp
2017-07-06 15:34 Alexis Ballier
2017-06-30 11:10 Agostino Sarubbo
2017-06-28 13:19 Agostino Sarubbo
2017-06-27 18:31 Mart Raudsepp
2017-06-25 16:32 Agostino Sarubbo
2017-06-22 7:08 Mart Raudsepp
2017-06-01 9:13 Agostino Sarubbo
2017-05-27 16:39 Agostino Sarubbo
2017-05-26 21:42 Mart Raudsepp
2017-05-20 4:59 Mart Raudsepp
2017-05-16 8:01 Agostino Sarubbo
2017-05-15 14:17 Agostino Sarubbo
2017-04-17 8:02 Agostino Sarubbo
2017-04-11 15:04 Agostino Sarubbo
2017-02-16 19:54 Mart Raudsepp
2017-02-16 8:28 Agostino Sarubbo
2017-02-16 8:27 Agostino Sarubbo
2017-02-15 15:49 Mart Raudsepp
2017-02-12 8:44 Mart Raudsepp
2017-02-11 18:31 Pacho Ramos
2017-02-11 11:49 Pacho Ramos
2017-02-11 11:49 Pacho Ramos
2017-01-21 15:35 Pacho Ramos
2016-12-30 3:32 Mart Raudsepp
2016-11-11 12:47 Gilles Dartiguelongue
2016-10-26 7:04 Gilles Dartiguelongue
2016-10-26 7:04 Gilles Dartiguelongue
2016-09-11 11:28 Gilles Dartiguelongue
2016-09-05 22:37 Gilles Dartiguelongue
2016-08-06 7:41 Pacho Ramos
2016-07-30 20:37 Pacho Ramos
2016-07-03 15:38 Pacho Ramos
2016-06-11 19:39 Pacho Ramos
2016-06-11 12:06 Pacho Ramos
2016-06-07 12:34 Tobias Klausmann
2016-05-30 21:15 Pacho Ramos
2016-05-29 10:06 Pacho Ramos
2016-05-29 10:06 Pacho Ramos
2016-04-11 10:39 Agostino Sarubbo
2016-04-11 10:39 Agostino Sarubbo
2016-04-08 12:21 Agostino Sarubbo
2016-04-08 12:21 Agostino Sarubbo
2016-04-03 21:38 Pacho Ramos
2016-04-03 21:38 Pacho Ramos
2016-03-15 10:04 Lars Wendler
2016-03-06 18:03 Mikle Kolyada
2016-02-14 21:41 James Le Cuirot
2016-01-30 16:16 Pacho Ramos
2015-12-30 10:31 Pacho Ramos
2015-12-30 10:31 Pacho Ramos
2015-12-12 10:31 Pacho Ramos
2015-12-12 10:31 Pacho Ramos
2015-11-26 10:51 Gilles Dartiguelongue
2015-11-19 21:43 Pacho Ramos
2015-11-16 7:30 Pacho Ramos
2015-11-15 21:03 Pacho Ramos
2015-11-07 11:07 Pacho Ramos
2015-09-13 17:11 Alexandre Rostovtsev
2015-09-06 7:56 Pacho Ramos
2015-09-06 7:55 Pacho Ramos
2015-08-24 5:52 Alexandre Rostovtsev
2015-08-24 5:10 Alexandre Rostovtsev
2015-08-20 6:07 Alexandre Rostovtsev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1671754743.51168520f6f8da312d68ea778d8a0e0b9cca54b6.mattst88@gentoo \
--to=mattst88@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox