webkit2gtk: update to 2.24.2.

[skip ci]
This commit is contained in:
Helmut Pozimski 2019-05-24 11:00:25 +02:00
parent 38b2473d04
commit 6d6b543a2e
2 changed files with 18 additions and 4 deletions

View File

@ -0,0 +1,15 @@
--- Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp
+++ Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp
@@ -1000,11 +1000,13 @@ void MediaPlayerPrivateGStreamerBase::updateTextureMapperFlags()
break;
}
+#if USE(GSTREAMER_GL)
// When the imxvpudecoder is used, the texture sampling of the
// directviv-uploaded texture returns an RGB value, so there's no need to
// convert it.
if (m_videoDecoderPlatform != WebKitGstVideoDecoderPlatform::ImxVPU)
m_textureMapperFlags |= TEXTURE_MAPPER_COLOR_CONVERT_FLAG;
+#endif
}
#endif

View File

@ -1,7 +1,7 @@
# Template file for 'webkit2gtk'
pkgname=webkit2gtk
version=2.24.1
revision=3
version=2.24.2
revision=1
wrksrc="webkitgtk-${version}"
build_style=cmake
build_helper="gir"
@ -27,7 +27,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="LGPL-2.1-or-later, BSD-2-Clause"
homepage="https://webkitgtk.org/"
distfiles="${homepage}/releases/webkitgtk-${version}.tar.xz"
checksum=53cb8eaad2ca4caaae663d68331b83fd27d5bd5f6c5388d6ea3c455e338f396d
checksum=019cb1f0d05bf6148b72c7a85734bcd006388a1c14132843ef9a1b2cb7b4321c
# ETOOHUGE
nodebug=1
@ -50,7 +50,6 @@ desc_option_sampling_profiler="Toggle sampling profiler support (disabled on mus
case "$XBPS_TARGET_MACHINE" in
aarch64*|arm*) configure_args+=" -DUSE_LD_GOLD=0";;
i686*) CXXFLAGS+="-O2 -msse2";;
esac
# JIT conflicts with sampling_profiler