Hello community, here is the log from the commit of package webkit2gtk3 for openSUSE:Factory checked in at 2019-04-01 12:31:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/webkit2gtk3 (Old) and /work/SRC/openSUSE:Factory/.webkit2gtk3.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "webkit2gtk3" Mon Apr 1 12:31:13 2019 rev:77 rq:689309 version:2.24.0 Changes: -------- --- /work/SRC/openSUSE:Factory/webkit2gtk3/webkit2gtk3.changes 2019-03-24 14:58:12.267193086 +0100 +++ /work/SRC/openSUSE:Factory/.webkit2gtk3.new.25356/webkit2gtk3.changes 2019-04-01 12:31:16.413762648 +0200 @@ -1,0 +2,6 @@ +Tue Mar 26 22:39:18 UTC 2019 - [email protected] + +- Add webkitgtk-gstreamer-gl-build-fix.patch: fix build on + SLE/Leap 15 (webkit#196178). + +------------------------------------------------------------------- New: ---- webkitgtk-gstreamer-gl-build-fix.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ webkit2gtk3.spec ++++++ --- /var/tmp/diff_new_pack.2wzePF/_old 2019-04-01 12:31:17.313762928 +0200 +++ /var/tmp/diff_new_pack.2wzePF/_new 2019-04-01 12:31:17.313762928 +0200 @@ -54,6 +54,8 @@ Source99: webkit2gtk3.keyring # PATCH-FIX-UPSTREAM webkit2gtk3-boo1088932-a11y-state-set.patch boo#1088932 webkit#184366 [email protected] -- fix crash when atk_object_ref_state_set is called on an AtkObject that's being destroyed Patch1: webkit2gtk3-boo1088932-a11y-state-set.patch +# PATCH-FIX-UPSTREAM webkitgtk-gstreamer-gl-build-fix.patch webkit#196178 [email protected] -- fix build on SLE/Leap 15. +Patch2: webkitgtk-gstreamer-gl-build-fix.patch BuildRequires: Mesa-libEGL-devel BuildRequires: Mesa-libGL-devel @@ -291,6 +293,7 @@ %prep %setup -q -n webkitgtk-%{version} %patch1 -p1 +%patch2 -p1 %build # Here we must muzzle our dog so it doesn't eat all the memory ++++++ webkitgtk-gstreamer-gl-build-fix.patch ++++++ diff -urp webkitgtk-2.24.0.orig/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp webkitgtk-2.24.0/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp --- webkitgtk-2.24.0.orig/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp 2019-03-13 04:21:39.000000000 -0500 +++ webkitgtk-2.24.0/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp 2019-03-26 17:38:02.621708276 -0500 @@ -29,7 +29,6 @@ #include "GStreamerCommon.h" #include "GraphicsContext.h" -#include "GraphicsContext3D.h" #include "ImageGStreamer.h" #include "ImageOrientation.h" #include "IntRect.h" @@ -117,6 +116,7 @@ #if USE(TEXTURE_MAPPER_GL) #include "BitmapTextureGL.h" #include "BitmapTexturePool.h" +#include "GraphicsContext3D.h" #include "TextureMapperContextAttributes.h" #include "TextureMapperGL.h" #include "TextureMapperPlatformLayerBuffer.h" @@ -191,6 +191,9 @@ public: if (m_isMapped) m_textureID = *reinterpret_cast<GLuint*>(m_videoFrame.data[0]); } else +#else + UNUSED_PARAM(gstGLEnabled); + UNUSED_PARAM(flags); #endif // USE(GSTREAMER_GL) {
