pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/qt5-qtwebkit qt5-qtwebkit: fix build with latest g...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a01387b5a948
branches:  trunk
changeset: 377532:a01387b5a948
user:      markd <markd%pkgsrc.org@localhost>
date:      Fri Apr 22 06:06:38 2022 +0000

description:
qt5-qtwebkit: fix build with latest gstreamer.

diffstat:

 x11/qt5-qtwebkit/distinfo                                                                           |   3 +-
 x11/qt5-qtwebkit/patches/patch-Source_WebCore_platform_audio_gstreamer_AudioFileReaderGStreamer.cpp |  16 ++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r d3e17e7fdf6c -r a01387b5a948 x11/qt5-qtwebkit/distinfo
--- a/x11/qt5-qtwebkit/distinfo Fri Apr 22 04:32:33 2022 +0000
+++ b/x11/qt5-qtwebkit/distinfo Fri Apr 22 06:06:38 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.26 2022/03/28 23:10:44 tnn Exp $
+$NetBSD: distinfo,v 1.27 2022/04/22 06:06:38 markd Exp $
 
 BLAKE2s (qtwebkit-5.212.0-alpha4.tar.xz) = 20858db08c7d297037d3ced34e441d4b657325c406b475e4e76dd367dc9c500c
 SHA512 (qtwebkit-5.212.0-alpha4.tar.xz) = 33f11270bd030599beff9c1983a6c5ff2d61f407cc8a6825f7f405d46f9184c720fc7f60c7359f08f828db96a2170092875066a0d5c0a21ff09bc48a2603fbf6
@@ -21,6 +21,7 @@
 SHA1 (patch-Source_WTF_wtf_ThreadIdentifierDataPthreads.cpp) = bfa570aa20e3508c77bbaebed051821a33f36209
 SHA1 (patch-Source_WebCore_css_makegrammar.pl) = 2f1977c925069243d76379ae6d065e850143b2e3
 SHA1 (patch-Source_WebCore_page_NavigatorBase.cpp) = e8972f4b703a9ff45ce313609d2540f89064b4ff
+SHA1 (patch-Source_WebCore_platform_audio_gstreamer_AudioFileReaderGStreamer.cpp) = 7bd24adde2cc0e1cbad2143fc83699d659d61045
 SHA1 (patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp) = ec7c7533c2d5a4258170745bfc49655848d0780c
 SHA1 (patch-Source_WebCore_platform_graphics_surfaces_GraphicsSurface.h) = d1d986afd5525143fc786a959240a72167f03352
 SHA1 (patch-Source_WebCore_platform_graphics_surfaces_GraphicsSurfaceToken.h) = 838acb2d7ecf41e5f6989d98459d103f4268cdcf
diff -r d3e17e7fdf6c -r a01387b5a948 x11/qt5-qtwebkit/patches/patch-Source_WebCore_platform_audio_gstreamer_AudioFileReaderGStreamer.cpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qt5-qtwebkit/patches/patch-Source_WebCore_platform_audio_gstreamer_AudioFileReaderGStreamer.cpp       Fri Apr 22 06:06:38 2022 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-Source_WebCore_platform_audio_gstreamer_AudioFileReaderGStreamer.cpp,v 1.1 2022/04/22 06:06:38 markd Exp $
+
+Fix build issue with latest gstreamer
+error: braces around scalar initializer
+
+--- Source/WebCore/platform/audio/gstreamer/AudioFileReaderGStreamer.cpp.orig  2020-03-04 17:16:37.000000000 +0000
++++ Source/WebCore/platform/audio/gstreamer/AudioFileReaderGStreamer.cpp
+@@ -230,7 +230,7 @@ void AudioFileReader::handleNewDeinterle
+         [](GstAppSink* sink, gpointer userData) -> GstFlowReturn {
+             return static_cast<AudioFileReader*>(userData)->handleSample(sink);
+         },
+-        { nullptr }
++        nullptr
+     };
+     gst_app_sink_set_callbacks(GST_APP_SINK(sink), &callbacks, this, 0);
+ 



Home | Main Index | Thread Index | Old Index