[meta-oe] mpv: upgrade 0.34.0 -> 0.34.1

Message ID 1645573488-27207-4-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe] mpv: upgrade 0.34.0 -> 0.34.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 22, 2022, 11:44 p.m. UTC
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 <wangmy@fujitsu.com>
---
 .../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%)

Patch

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"