mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
webkit2gtk: update to 2.24.2.
[skip ci]
This commit is contained in:
parent
38b2473d04
commit
6d6b543a2e
2 changed files with 18 additions and 4 deletions
15
srcpkgs/webkit2gtk/patches/bug-196440.patch
Normal file
15
srcpkgs/webkit2gtk/patches/bug-196440.patch
Normal 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
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'webkit2gtk'
|
# Template file for 'webkit2gtk'
|
||||||
pkgname=webkit2gtk
|
pkgname=webkit2gtk
|
||||||
version=2.24.1
|
version=2.24.2
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="webkitgtk-${version}"
|
wrksrc="webkitgtk-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
|
@ -27,7 +27,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later, BSD-2-Clause"
|
license="LGPL-2.1-or-later, BSD-2-Clause"
|
||||||
homepage="https://webkitgtk.org/"
|
homepage="https://webkitgtk.org/"
|
||||||
distfiles="${homepage}/releases/webkitgtk-${version}.tar.xz"
|
distfiles="${homepage}/releases/webkitgtk-${version}.tar.xz"
|
||||||
checksum=53cb8eaad2ca4caaae663d68331b83fd27d5bd5f6c5388d6ea3c455e338f396d
|
checksum=019cb1f0d05bf6148b72c7a85734bcd006388a1c14132843ef9a1b2cb7b4321c
|
||||||
|
|
||||||
# ETOOHUGE
|
# ETOOHUGE
|
||||||
nodebug=1
|
nodebug=1
|
||||||
|
@ -50,7 +50,6 @@ desc_option_sampling_profiler="Toggle sampling profiler support (disabled on mus
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
aarch64*|arm*) configure_args+=" -DUSE_LD_GOLD=0";;
|
aarch64*|arm*) configure_args+=" -DUSE_LD_GOLD=0";;
|
||||||
i686*) CXXFLAGS+="-O2 -msse2";;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# JIT conflicts with sampling_profiler
|
# JIT conflicts with sampling_profiler
|
||||||
|
|
Loading…
Add table
Reference in a new issue