dc6859275a
- 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
24 lines
629 B
XML
24 lines
629 B
XML
<!--
|
|
# vim: set syntax=xml
|
|
-->
|
|
|
|
<services>
|
|
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/mpv-player/mpv.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="filename">mpv</param>
|
|
<param name="revision">master</param>
|
|
<param name="versionprefix">0.36.0+git</param>
|
|
<param name="versionformat">%cd.%h</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
|
|
<service name="set_version" mode="disabled"/>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
|
|
</services>
|