Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Jun 2021 11:35:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 255528] www/webkit2-gtk3: update to 2.32.1
Message-ID:  <bug-255528-6497-Lrql3NhXMr@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255528-6497@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255528

--- Comment #3 from Evgeniy Khramtsov <evgeniy@khramtsov.org> ---
Vanilla build with GSTREAMER=on fails likely due to outdated gstreamer:

-std=c++17 -MD -MT
Source/WebCore/CMakeFiles/WebCore.dir/platform/graphics/gstreamer/Media
SampleGStreamer.cpp.o -MF
Source/WebCore/CMakeFiles/WebCore.dir/platform/graphics/gstreamer/M
ediaSampleGStreamer.cpp.o.d -o
Source/WebCore/CMakeFiles/WebCore.dir/platform/graphics/gstrea
mer/MediaSampleGStreamer.cpp.o -c
/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.32.1/S
ource/WebCore/platform/graphics/gstreamer/MediaSampleGStreamer.cpp
/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.32.1/Source/WebCore/platform/graphics/gs
treamer/MediaSampleGStreamer.cpp:178:12: error: call to implicitly-deleted copy
constructor o
f 'WebCore::PlatformSample'
    return sample;
           ^~~~~~
/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.32.1/Source/WebCore/platform/MediaSample
.h:58:7: note: copy constructor of 'PlatformSample' is implicitly deleted
because field 'samp
le' has a deleted copy constructor
    } sample;
      ^
/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.32.1/Source/WebCore/platform/MediaSample
.h:57:66: note: copy constructor of '' is implicitly deleted because variant
field 'byteRange
Sample' has a non-trivial copy constructor
        std::pair<MTPluginByteSourceRef, CMFormatDescriptionRef>
byteRangeSample;
                                                                 ^
1 error generated.

multimedia/gstreamer1 is currently at 1.16.2 while repology reports 1.18.4 as
the latest version. I'll try to update gstreamer, though that may be slow due
to hardware.

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255528-6497-Lrql3NhXMr>