From dc6859275af9793c726eb8c29e9c401f68b26418076ffee246e8dd46ede57f63 Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Wed, 26 Jul 2023 17:20:35 +0000 Subject: [PATCH] Accepting request 1100188 from home:llyyr:branches:multimedia:apps - Update to version 0.36.0+git.20230723.60a26324: * Update VERSION * Release 0.36.0 * Revert "vo_gpu_next: use pl_dispatch_info_move to avoid useless data copy" * ao_pipewire: for_each_sink: properly check termination condition * DOCS/vo: clarify dmabuf-wayland a bit * vo_dmabuf_wayland: correctly handle force-window * player/video: check for forced eof * vd_lavc: respect vd-lavc-software-fallback opt * vo_vaapi: restore hardware video decoding * vo_vaapi: fix segfault in draw_osd * ao_pipewire: use native buffersize by default * terminal-unix: fix not listening on input after being foregrounded * osc: don't add margins to osc-deadzonesize * DOCS: clarify screenshot window and screenshot-sw * vo_drm: remove VOCTRL_SCREENSHOT_WIN * screenshot: implement screenshot-window in sw for most VOs * screenshot: clarify software screenshot logic * image_writer: use proper specifier for int64_t * {zsh,bash}-completion: run mpv with --no-config * bash-completion: do not complete removed options * zsh-completion: do not complete removed options * zimg: fix broken sig_peak handling * image_writer: move tag_csp check into image_writer_flexible_csp() * image_writer: replace sprintf usage * image_writer: share some code between write_lavc and write_avif * image_writer: error check avif-pixfmt option * image_writer: fix still-picture option for AVIF * image_writer: remove duplicate packet writing code * TOOLS: remove obsolete travisCI-related scripts * wayland_common: remove questionable gcd impl and global state * wayland: don't treat tiled and maximized windows the same * wayland: add locked_size convenience shorthand * builtin.conf: add --hdr-contrast-recovery to gpu-hq * vo_gpu_next: add --hdr-contrast-recovery/smoothness * builtin.conf: unset default languages in libmpv and encode profiles * vd_lavc: repeatedly attempt to fallback if hwdec fails in receive_frame * wayland: handle modifier keys correctly * vo_gpu_next: add --target-contrast option * loadfile: make get_audio_lang function static * DOCS/release-policy.md: add additional advice * loadfile: compute audio lang for sub selection when using lavfi-complex * wayland: wrap resize requests in prepare_resize * sd_ass: fix converted subtitles having too-wide borders * sd_ass: don't reconfigure ass on every frame * player: set default cache dir on macOS * DOCS/mpv: clarify the location of cache/state files * path-win: implement cache directories * DOCS/interface-changes: document change in ctrl+h behaviour * vd_lavc: map `hwdec=yes` to `hwdec=auto-safe` * vd_lavc: add `drm` and `drm-copy` to the `auto-safe` list * input: update ctrl+h to toggle `auto-safe` rather than `auto` * vd_lavc: try other hwdecs when falling back after an hwdec failure OBS-URL: https://build.opensuse.org/request/show/1100188 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=295 --- _service | 2 +- _servicedata | 2 +- mpv-0.35.1+git.20230714.1f683401.tar.xz | 3 -- mpv-0.36.0+git.20230723.60a26324.tar.xz | 3 ++ mpv.changes | 57 +++++++++++++++++++++++++ mpv.spec | 2 +- 6 files changed, 63 insertions(+), 6 deletions(-) delete mode 100644 mpv-0.35.1+git.20230714.1f683401.tar.xz create mode 100644 mpv-0.36.0+git.20230723.60a26324.tar.xz diff --git a/_service b/_service index 113047f..6c3407d 100644 --- a/_service +++ b/_service @@ -9,7 +9,7 @@ git mpv master - 0.35.1+git + 0.36.0+git %cd.%h enable diff --git a/_servicedata b/_servicedata index 983e8e6..c070c99 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/mpv-player/mpv.git - 1f683401aa52c03e231532589310415b2449047b \ No newline at end of file + 60a263246e03d23c894ae0ef6bbfa29a5f1855dc \ No newline at end of file diff --git a/mpv-0.35.1+git.20230714.1f683401.tar.xz b/mpv-0.35.1+git.20230714.1f683401.tar.xz deleted file mode 100644 index 6fc84ce..0000000 --- a/mpv-0.35.1+git.20230714.1f683401.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5af96152c5cefa9b7ac95030dfe39997549628a9388395d5dff8e1bd1bd4f767 -size 2363900 diff --git a/mpv-0.36.0+git.20230723.60a26324.tar.xz b/mpv-0.36.0+git.20230723.60a26324.tar.xz new file mode 100644 index 0000000..831ba11 --- /dev/null +++ b/mpv-0.36.0+git.20230723.60a26324.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca4f22e425332a85d645e06d737062dd0763a5ba7a80cf116dcf1805df3a0d7 +size 2366756 diff --git a/mpv.changes b/mpv.changes index 61be077..81cd061 100644 --- a/mpv.changes +++ b/mpv.changes @@ -1,3 +1,60 @@ +------------------------------------------------------------------- +Sun Jul 23 17:18:43 UTC 2023 - llyyr.public@gmail.com + +- Update to version 0.36.0+git.20230723.60a26324: + * Update VERSION + * Release 0.36.0 + * Revert "vo_gpu_next: use pl_dispatch_info_move to avoid useless data copy" + * ao_pipewire: for_each_sink: properly check termination condition + * DOCS/vo: clarify dmabuf-wayland a bit + * vo_dmabuf_wayland: correctly handle force-window + * player/video: check for forced eof + * vd_lavc: respect vd-lavc-software-fallback opt + * vo_vaapi: restore hardware video decoding + * vo_vaapi: fix segfault in draw_osd + * ao_pipewire: use native buffersize by default + * terminal-unix: fix not listening on input after being foregrounded + * osc: don't add margins to osc-deadzonesize + * DOCS: clarify screenshot window and screenshot-sw + * vo_drm: remove VOCTRL_SCREENSHOT_WIN + * screenshot: implement screenshot-window in sw for most VOs + * screenshot: clarify software screenshot logic + * image_writer: use proper specifier for int64_t + * {zsh,bash}-completion: run mpv with --no-config + * bash-completion: do not complete removed options + * zsh-completion: do not complete removed options + * zimg: fix broken sig_peak handling + * image_writer: move tag_csp check into image_writer_flexible_csp() + * image_writer: replace sprintf usage + * image_writer: share some code between write_lavc and write_avif + * image_writer: error check avif-pixfmt option + * image_writer: fix still-picture option for AVIF + * image_writer: remove duplicate packet writing code + * TOOLS: remove obsolete travisCI-related scripts + * wayland_common: remove questionable gcd impl and global state + * wayland: don't treat tiled and maximized windows the same + * wayland: add locked_size convenience shorthand + * builtin.conf: add --hdr-contrast-recovery to gpu-hq + * vo_gpu_next: add --hdr-contrast-recovery/smoothness + * builtin.conf: unset default languages in libmpv and encode profiles + * vd_lavc: repeatedly attempt to fallback if hwdec fails in receive_frame + * wayland: handle modifier keys correctly + * vo_gpu_next: add --target-contrast option + * loadfile: make get_audio_lang function static + * DOCS/release-policy.md: add additional advice + * loadfile: compute audio lang for sub selection when using lavfi-complex + * wayland: wrap resize requests in prepare_resize + * sd_ass: fix converted subtitles having too-wide borders + * sd_ass: don't reconfigure ass on every frame + * player: set default cache dir on macOS + * DOCS/mpv: clarify the location of cache/state files + * path-win: implement cache directories + * DOCS/interface-changes: document change in ctrl+h behaviour + * vd_lavc: map `hwdec=yes` to `hwdec=auto-safe` + * vd_lavc: add `drm` and `drm-copy` to the `auto-safe` list + * input: update ctrl+h to toggle `auto-safe` rather than `auto` + * vd_lavc: try other hwdecs when falling back after an hwdec failure + ------------------------------------------------------------------- Fri Jul 14 16:54:20 UTC 2023 - mia@0x0.st diff --git a/mpv.spec b/mpv.spec index 06a517b..b2f4468 100644 --- a/mpv.spec +++ b/mpv.spec @@ -22,7 +22,7 @@ %define _waf_ver 2.0.24 %define lname libmpv2 Name: mpv -Version: 0.35.1+git.20230714.1f683401 +Version: 0.36.0+git.20230723.60a26324 Release: 0 Summary: Advanced general-purpose multimedia player License: GPL-2.0-or-later