From 80adbff00a71f106892960af1bda1ea644012b40 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 23 Feb 2022 07:44:48 +0800 Subject: [PATCH] mpv: upgrade 0.34.0 -> 0.34.1 This is a bug fix release for the 0.34 branch. Fixes and Minor Enhancements ---------------------------- - player: fix autofit/geometry related segfault - ao_oss: add missing PATH_DEV_MIXER define - egl_helpers: fix context creation if GLES 3 is not available - audio: stop corrupting audio on underreads - wayland: fix a potential segfault on surface enter - vo_gpu: opengl: fix wrong glMemoryBarrier call - vo_gpu: opengl: create context at version 4.4 again - af_lavcac3enc: fix memory leak on no-op - subprocess: unblock/reset signals before running child process - wayland: avoid doing unneccesary window resizes Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../mplayer/{mpv_0.34.0.bb => mpv_0.34.1.bb} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) rename meta-oe/recipes-multimedia/mplayer/{mpv_0.34.0.bb => mpv_0.34.1.bb} (94%) diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.34.0.bb b/meta-oe/recipes-multimedia/mplayer/mpv_0.34.1.bb similarity index 94% rename from meta-oe/recipes-multimedia/mplayer/mpv_0.34.0.bb rename to meta-oe/recipes-multimedia/mplayer/mpv_0.34.1.bb index ebcaa6c932..17d4b6ba07 100644 --- a/meta-oe/recipes-multimedia/mplayer/mpv_0.34.0.bb +++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.34.1.bb @@ -18,11 +18,10 @@ DEPENDS += " \ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263" -SRCREV_mpv = "9ca9066d052acecb5b05369141a76993a753ee1e" -SRC_URI = " \ - git://github.com/mpv-player/mpv;name=mpv;branch=master;protocol=https \ - https://waf.io/waf-2.0.20;name=waf;subdir=git \ -" +SRCREV_mpv = "349e437466163cb52f7d0aa227d4606edd9db501" +SRC_URI = "git://github.com/mpv-player/mpv;name=mpv;branch=release/0.34;protocol=https \ + https://waf.io/waf-2.0.20;name=waf;subdir=git \ + " SRC_URI[waf.sha256sum] = "bf971e98edc2414968a262c6aa6b88541a26c3cd248689c89f4c57370955ee7f" S = "${WORKDIR}/git"