SHA256
1
0
forked from pool/mpv

- Update to version 0.35.1+git.20230714.1f683401:

* vo_dmabuf_wayland: error out if compositor doesn't support the format
  * build: make dmabuf-wayland a build option and require drm
  * console: sort the output from the `help` command
  * player: delete watch later redirect entries again
  * wayland: use xdg_surface_set_window_geometry
  * Revert "wayland_gl: wait until resize to create egl_window"
  * vo_dmabuf_wayland: guard in destroy_osd_buffers
  * vo_dmabuf_wayland: stop lazy loading hwdec
  * vo_dmabuf_wayland: don't try to get pts without frame->current
  * draw_bmp: ensure last slice is less than total width (again)
  * vo_dmabuf_wayland: add osd support
  * vo_dmabuf_wayland: init wl_list at the top of preinit
  * vo_dmabuf_wayland: stop guarding viewport interfaces
  * video/image_writer: check for write errors
  * video/image_writer: fix file leak in error path
  * wscript: add 1.32 protocols to sources
  * stats.lua: set sans-serif as default font
  * wayland: add xdg_toplevel.wm_capabilities handler
  * wayland: add support for suspended toplevel state
  * wayland: add cursor-shape-v1 support
  * vd_lavc: fix delay_queue for videos with frames < max_delay_queue
  * vd_lavc: prefer d3d11va-copy over dxva2-copy
  * vo_wlshm: bail out of resize if width/height is 0
  * wayland: fix memory leak with multiple monitors
  * player: delete watch_later file after successful load
  * json: unify json_parse depth to MAX_JSON_DEPTH=50
  * terminal-unix: better error detection logic
  * TOOLS/idet: fix some outdated cli syntax
  * demux_playlist: sort files before directories

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=294
This commit is contained in:
2023-07-14 17:13:14 +00:00
committed by Git OBS Bridge
parent e919f66b39
commit aafea0ca6d
5 changed files with 219 additions and 5 deletions

View File

@@ -22,7 +22,7 @@
%define _waf_ver 2.0.24
%define lname libmpv2
Name: mpv
Version: 0.35.1+git.20230315.e1727553
Version: 0.35.1+git.20230714.1f683401
Release: 0
Summary: Advanced general-purpose multimedia player
License: GPL-2.0-or-later
@@ -209,6 +209,8 @@ myopts=" -Dbuild-date=false"
%if 0%{?suse_version} <= 1500
myopts+=" -Dpipewire=disabled"
%endif
# Needs libavutil >= 58.11.100 (unreleased as of 2023-07-14)
myopts+=" -Dvulkan-interop=disabled"
%meson \
-Dlibmpv=true \
-Dmanpage-build=enabled \