multimedia/mpc-qt: update to 18.08
- Build with modern Clang to avoid playback crash on FreeBSD 10.4:
$ mpc-qt /path/to/foo.mkv [...] Thread 1 received signal SIGSEGV, Segmentation fault. 0x0000000800da8721 in mpv_render_context_render (ctx=0x81580ac40, params=0x7fffffff3f30)
at ../video/out/vo_libmpv.c:405
405 if (GET_MPV_RENDER_PARAM(params, MPV_RENDER_PARAM_BLOCK_FOR_TARGET_TIME, (gdb) backtrace full #0 0x0000000800da8721 in mpv_render_context_render (ctx=0x81580ac40, params=0x7fffffff3f30)
at ../video/out/vo_libmpv.c:405
do_render = 1
frame = 0x8263046a0
wait_present_count = 2
dummy = {pts = 0, duration = 0, vsync_interval = 0, vsync_offset = 0, ideal_frame_duration = 0,
num_vsyncs = 0, redraw = false, repeat = false, still = false, display_synced = false,
can_drop = false, current = 0x0, num_frames = 0, frames = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0}, frame_id = 0}
err = 0
#1 0x00000000004c2d81 in MpvGlWidget::paintGL (this=0x8159eb860) at mpvwidget.cpp:870
fbo = {fbo = 12, w = 1798, h = 2012, internal_format = 0}
params = {{type = MPV_RENDER_PARAM_OPENGL_FBO, data = 0x7fffffff3f50}, {type = MPV_RENDER_PARAM_FLIP_Y,
data = 0x7fffffff3f63}}
yes = true
#2 0x000000080140e3b6 in QOpenGLWidgetPrivate::invokeUserPaint (this=0x815909080)at kernel/qopenglwidget.cpp:878
q = 0x8159eb860
ctx = 0x81596ec30
f = 0x815819d58
#3 0x000000080140e47f in QOpenGLWidgetPrivate::render (this=0x815909080) at kernel/qopenglwidget.cpp:899
q = 0x8159eb860
[...]Changes: https://github.com/cmdrkotori/mpc-qt/releases/tag/v18.08
Changes: https://github.com/cmdrkotori/mpc-qt/compare/v18.03...v18.08