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
This commit is contained in:
Mia Herkt 2023-07-26 17:20:35 +00:00 committed by Git OBS Bridge
parent aafea0ca6d
commit dc6859275a
6 changed files with 63 additions and 6 deletions

View File

@ -9,7 +9,7 @@
<param name="scm">git</param>
<param name="filename">mpv</param>
<param name="revision">master</param>
<param name="versionprefix">0.35.1+git</param>
<param name="versionprefix">0.36.0+git</param>
<param name="versionformat">%cd.%h</param>
<param name="changesgenerate">enable</param>
</service>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/mpv-player/mpv.git</param>
<param name="changesrevision">1f683401aa52c03e231532589310415b2449047b</param></service></servicedata>
<param name="changesrevision">60a263246e03d23c894ae0ef6bbfa29a5f1855dc</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5af96152c5cefa9b7ac95030dfe39997549628a9388395d5dff8e1bd1bd4f767
size 2363900

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dca4f22e425332a85d645e06d737062dd0763a5ba7a80cf116dcf1805df3a0d7
size 2366756

View File

@ -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

View File

@ -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