- 14904.patch: add patch to fix build while excluding win32-smtc.

This will be upstreamed soon so we can get rid of it then.
- Update to version 0.39.0+git20240923.b64c53f730bd:
  * ci/lint-commit-msg: make some minor adjustments to the rules
  * Update MPV_VERSION
  * Release 0.39.0
  * TOOLS/gen-interface-changes: small usability improvement
  * ci/msys2: disable some features for 32-bit build
  * console.lua: fix the height calculation with --video-osd=no
  * meson: use relative file paths for file2string
  * ytdl_hook: make path and json available to other scripts
  * select.lua: don't use add_forced_key_binding
  * ytdl_hook: fix typo (chapters -> chapter)
  * DOCS/man/options.rst: further tweak sub-ass-use-video-data description
  * TOOLS/cycle-deinterlace-pullup.lua: fix removing the filter
  * options: fix missing comma in default watch_later_options values
  * workflows/comment: fix workflow syntax
  * Revert "mp_image: don't restore image params if they're unknown"
  * f_hwtransfer: filter out unsupported hwuploads from p->fmts
  * hwdec/vaapi: additionally probe hwupload format conversions
  * wayland: properly use tranche_formats when getting compositor formats
  * vo_dmabuf_wayland: reject formats not supported by the GPU
  * wayland: rename wayland_format to compositor_format
  * sub/sd_ass: don't override event attributes to mpv defaults
  * TOOLS/gen-mpv-desktop.py: set --no-config when probing protocols
  * f_auto_filters: don't set interlaced-only for userdeint
  * DOCS/man/options.rst: fix nono typo
  * vo_gpu_next: allow setting antiring value for cscale
  * DOCS/man/options.rst: clarify sub-ass-use-video-data a bit
  * DOCS/interface-changes: fix format for sub-ass-use-video-data
  * console.lua: respect --video-osd=no
  * console.lua: truncate more characters with --msg-module and --msg-time
  * console.lua: fix highlighting the selected item with --msg-module
  * osdep/terminal-win: reset tmp_buffers_key when uninit
  * player/main: revert msg uninit order changes
  * DOCS/man/options.rst: update description of `hwdec=auto` behaviour
  * sub/osd: add log if osd rendering takes too long time
  * meson: require Vulkan loader/headers >= 1.3.238
  * vd_lavc: add Vulkan hardware decoding to autoprobe
  * console.lua: sync colors after msg.c change
  * msg: don't use bold colors and instead use bright ones
  * console.lua: fix completing empty --dscale and --cscale
  * vo_gpu{,_next}: convert scale options to type choice
  * stream: don't mark stdin as a filesystem file
  * vulkan: don't tolerate suboptimal swapchain configurations
  * ao_alsa: assume device lost if we couldn't recover after 10 attempts
  * ao_alsa: don't early exit out of the loop if we have an error
  * ytdl_hook: add some more yt-dlp tags
  * sub: add ass-video-aspect-override option
  * sub: merge vsfilter-aspect and vsfilter-blur-compat options
  * vf_d3d11vpp: adjust options for userdeint filter
  * wayland: fix vertical resizing
  * various: use talloc_replace
  * ta_utils: add talloc_replace
  * ta_talloc: remove non-existent function prototype
  * stats.lua: don't use ASS tags when use_ass is false
  * player/main: uninit input after terminal uninit
  * video/out/wayland_common: set key state only on keyboard_enter keys
  * input: add MP_KEY_STATE_SET_ONLY
  * input/keycodes: fix typo
  * ci/win32: add dav1d
  * stats.lua: fix text size/alignment for key bindings page
  * DOCS/man/options: update defaults for `--hwdec-codecs`
  * DOCS/man/options: fix deinterlacing typo
  * input: fix use of bstr like null terminated one
  * osdep/io: redefine off_t for Windows build
  * sub: remove dead code
  * vo_gpu: restore dovi mapping directly on image_params after init
  * mp_image: don't restore image params if they're unknown
  * etc/mpv.conf: update stale comment about mpv config location
  * vo_libmpv: use fallback colorspace for Dolby Vision
  * input.conf: swap the positions of values for `ctrl+h` binding
  * vf_d3d11vpp: add output format selection
  * vf_format: restore image params before dovi mapping
  * vo_gpu: use fallback colorspace for Dolby Vision
  * mp_image: save fallback colorspace when dovi metadata is present
  * ci/linux: disable leak detector temporarily
  * command: expand ~ paths in load-config-file
  * video/out/gpu/video: use video rectangle for video-target-params
  * video/out/wayland_common: don't pass mouse inputs on resizing edges
  * fuzzer_options_parser: add options parser fuzzing
  * DOCS/vf: update obsolete note hwdec in d3d11vpp
  * f_hwtransfer: fix best upload format selection
  * vf_d3d11vpp: skip conversion mode selection if not requested
  * vf_d3d11vpp: don't force nv12 output
  * vf_d3d11vpp: alloc output frames through AVHWFramesContext
  * vulkan/context_display: don't fake avalibity of callbacks
  * video/csputils: remove space from choice option for chroma loc
  * DOCS/man/vf: don't document removed vf_format field
  * console.lua: pre-filter searched commands if the line is filled
  * playlist: fix setting current item with autocreate-playlist
  * demux_mkv: fix av_parser_codec leak
  * console.lua: add numpad + - * / keybindings
  * vf_d3d11vpp: ensure width and height is even
  * vf_d3d11vpp: add support for Intel VSR and NVIDIA RTX scaling modes
  * vf_d3d11vpp: add support for scaling
  * DOCS/man/options.rst: add a note about the effective limit of --pitch
  * DOCS/man/mpv.rst: add documentation for the numpad volume key bindings
  * DOCS/interface-changes: fix KP_DIVIDE typo
  * github/issue_template: don't use markdown for "Important Information"
  * github/issue_template: ask users to check for already supported features
  * hwdec_vulkan: allow using multiple decoding family queues
  * hwdec_vulkan: update to new libavutil queue family API
  * console.lua: implement history search
  * Revert "ci/mingw: don't run test on 32-bit binary"
  * ci/{mingw,win32}: specify nasm as it seems to be required now by libass
  * img_format: prevent an offset >= MP_MAX_PLANES into bpp
  * common/playlist: add missing playlist_dir clear
  * player/loadfile: don't clear watch later for auto playlist parent file
  * context_drm_egl: always use drmModeAddFB2WithModifiers
  * drm_prime: fix use of formats with modifiers
  * input.conf: add KP_DIVIDE/KP_MULTIPLY key bindings
  * various: handle numpad add/subtract/multiply/divide keycodes
  * input/keycodes: add KP_ADD/SUBTRACT/MULTIPLY/DIVIDE keycodes
  * demux_playlist: use --directory-filter-types for --autocreate-playlist
  * common/playlist: add playlist_set_current()
  * player/misc: add str_in_list() and use it
  * demux_playlist: add only media files when opening directory
  * options: add --{video,audio,image}-exts
  * demux_playlist: add --directory-filter-types
  * demux_playlist: add --autocreate-playlist-{video,audio,image}-exts
  * demux: add --autocreate-playlist
  * video: hwdec: extend look up of hwdecs to consider device type as well
  * vo: hwdec: add AVHWDeviceType property to hwdecs
  * DOCS/man: improve explanation on how to shift notes with --pitch
  * audio: add pitch-shifting feature
  * ci/freebsd: update to 14.1
  * ci/win32: update to FFmpeg 7.0
  * workflows/fuzz: report OOMs and timeouts
  * console.lua: guard user-data/osc/margins value
  * DOCS/man/input: document user-data/osc/margins
  * DOCS/man/input: reserve user-data/osc and user-data/mpv sub-paths
  * {osc,select}.lua: show playlist entries with trailing /
  * input: fix inverted condition
  * input: don't mutate 'section' variable inside a loop
  * vo_libmpv: don't steal pointer provided by the API user
  * fuzzer_set_property: ensure idle is enabled
  * loadfile: fix relative file open exclusion for fuzzing
  * input: use bstr for section name
  * demux_mf: disable glob for fuzzing
  * loadfile,select.lua: print only one bitrate
  * player/audio: invert audio_started boolean
  * ad_spdif: update list of DTS_HD profiles
  * TOOLS/stats-conv: minor cleanup
  * TOOLS/stats-conv: silence linter messages
  * TOOLS/stats-conv: convert to pyqt6
  * github/workflows/{build,fuzz}: exclude pr/issue template paths
  * github/issue_template: fix paragraph spacing
  * win32/smtc: add thumbnail support
  * ci/{msys2,win32}: explicitly enable win32-smtc
  * win32: add Media Control support
  * ci/msys2: install cppwinrt
  * osdep/threads-win32: cast function type directly to avoid warnings
  * build: bump minimal Windows version to 10
  * VERSION: rename to MPV_VERSION to avoid standard library header conflict
  * meson: define WINRT_NO_SOURCE_LOCATION
  * meson: minor adjustment for compatibility
  * input/ipc: use bstr for fd parsing
  * input/ipc-win: support fd:// for --input-ipc-client
  * DOCS/man: add more --input-ipc-client references
  * player/scripting: remove outdated comment about posix_spawn
  * meson: check for vulkan headers
  * DOCS/compile-windows.md: fix MSYS2 packages
  * build: detect VT_GETMODE on OpenBSD
  * github/issue_template: add a note about log file
  * player/command: fix --force-window=yes acting like immediate
  * player: don't decrement --ab-loop-count=N and add remaining-ab-loops
  * player: don't decrement --loop-file=N and add remaining-file-loops
  * player: remove empty line from --help
  * options/m_config_frontend: remove empty line from --show-profile
  * options: move all wayland specific options to vo_opts
  * various: allow changing GPU API options at runtime
  * m_option: add UPDATE_VO flag
  * external_files: allow specifying --cover-art-whitelist filenames
  * DOCS/options: remove misdirection in `sub-color`
  * sd_ass: fix margin y scale with font size
  * DOCS/man/options: clarify subtitle scale options
  * sd_ass: fix sub scale with window when use_margins is enabled
  * command: remove deprecated packet-*-bitrate properties
  * loadfile,select.lua: print bitrates of tracks
  * various: sync shown track flags
  * various: print Image instead or Video for image tracks
  * osc.lua: don't hide osc when touch is active
  * player: remove empty line from --version
  * fuzzer: stop player after 5 seconds of playback
  * playloop: move run_command_opts to command_event for playback-restart
  * command: run input commands after idle state is ready
  * workflows/fuzz: run all sanitizers
  * vo_gpu_next: support --gamma-factor
  * ci/mingw: update dependency versions
  * test/libmpv_lifetime: don't re-define ASAN macro
  * player/command: don't return ill-formed node if there is no default val
  * fuzzer_set_property: reset sstep to 0 to avoid seeking loop
  * test/libmpv_lifetime: activate test on macOS
  * mac/vulkan: error out on context creation without an NSApplication
  * demux/ebml: bump ebml size limit to 512 MiB
  * ci: add fuzzing of pull requests for 20 minutes
  * player/command: fix M_PROPERTY_KEY_ACTION for filter metadata
  * DOCS/input: fix filter name without label
  * wayland: avoid potential floating point errors while scaling
  * player/{command,scripting}: log subprocess execution
  * demux_mf: don't run glob() on urls
  * demux_mf: support URLs in @listfile and filemask
  * x11_common: handle runtime keepaspect/keepaspect-window change
  * sub: add (sub/osd)-border-style; renaming sub options
  * ytdl_hook.lua: fix hook triggering while it shouldn't
  * input.conf: add zoom, pan, scale and rotate keybinds for numpad
  * player/core: add core thread handle to MPContext
  * fuzzer_set_property: set duration to 0.1s
  * test/libmpv_lifetime: add test to test libmpv ability to reinit itself
  * win32: unregister window class on dll detach
  * vo/opengl/context_win: fix crash on init failure
  * demux_mkv: ignore duplicated BlockAdditions to avoid memory leak
  * player/loadfile: prevent fuzzers from loading absolute directories
  * player/loadfile: cancel playback cleanly if thread fails to start
  * demux_edl: don't try to extract dirname from self-expanding protocols
  * vo_dmabuf_wayland: don't use -ve margins in window size calculation
  * DOCS/input: fix "does does" typo
  * ao: don't add buffer length to timeout twice
  * ao: use the right type for pending samples
  * demux/ebml: fix ebml size check
  * stream_bluray: check fread return value
  * test/libmpv_encode: check fread return value
  * wayland: use wl_list_empty instead of wl_list_length
  * wayland: bump wayland-protocol requirement to 1.31
  * ao_pipewire: bump minimum libpipewire version to 0.3.57
  * ytdl_hook.lua: allow changing try_ytdl_first during runtime

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=311
This commit is contained in:
llyyr 2024-09-23 18:43:01 +00:00 committed by Git OBS Bridge
parent 75dfe650bf
commit 93bda8acd4
7 changed files with 283 additions and 9 deletions

42
14904.patch Normal file
View File

@ -0,0 +1,42 @@
From 4a13272da91f0c3e11c53a12a7bd2792ed92f509 Mon Sep 17 00:00:00 2001
From: llyyr <llyyr.public@gmail.com>
Date: Mon, 23 Sep 2024 23:31:47 +0530
Subject: [PATCH] player/main: guard smtc.h include
also remove defined() since undefined macros are treated as 0.
---
player/main.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/player/main.c b/player/main.c
index c6a78dfe316f7..21478a6e5f9ba 100644
--- a/player/main.c
+++ b/player/main.c
@@ -36,7 +36,6 @@
#include "osdep/threads.h"
#include "osdep/timer.h"
#include "osdep/main-fn.h"
-#include "osdep/win32/smtc.h"
#include "common/av_log.h"
#include "common/codecs.h"
@@ -72,6 +71,10 @@ static const char def_config[] =
#include "etc/builtin.conf.inc"
;
+#if HAVE_WIN32_SMTC
+#include "osdep/win32/smtc.h"
+#endif
+
#if HAVE_COCOA
#include "osdep/mac/app_bridge.h"
#endif
@@ -399,7 +402,7 @@ int mp_initialize(struct MPContext *mpctx, char **options)
cocoa_set_mpv_handle(ctx);
#endif
-#if defined(HAVE_WIN32_SMTC) && HAVE_WIN32_SMTC
+#if HAVE_WIN32_SMTC
if (opts->media_controls == 2 || (mpctx->is_cli && opts->media_controls == 1))
mp_smtc_init(mp_new_client(mpctx->clients, "SystemMediaTransportControls"));
#endif

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">00f43e0916faa4f60837d638349e2a66592a9a2b</param></service></servicedata>
<param name="changesrevision">b64c53f730bd4cd4ba0e7001a4a1b611af754018</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,234 @@
-------------------------------------------------------------------
Mon Sep 23 17:57:39 UTC 2024 - llyyr@yukari.in
- 14904.patch: add patch to fix build while excluding win32-smtc.
This will be upstreamed soon so we can get rid of it then.
- Update to version 0.39.0+git20240923.b64c53f730bd:
* ci/lint-commit-msg: make some minor adjustments to the rules
* Update MPV_VERSION
* Release 0.39.0
* TOOLS/gen-interface-changes: small usability improvement
* ci/msys2: disable some features for 32-bit build
* console.lua: fix the height calculation with --video-osd=no
* meson: use relative file paths for file2string
* ytdl_hook: make path and json available to other scripts
* select.lua: don't use add_forced_key_binding
* ytdl_hook: fix typo (chapters -> chapter)
* DOCS/man/options.rst: further tweak sub-ass-use-video-data description
* TOOLS/cycle-deinterlace-pullup.lua: fix removing the filter
* options: fix missing comma in default watch_later_options values
* workflows/comment: fix workflow syntax
* Revert "mp_image: don't restore image params if they're unknown"
* f_hwtransfer: filter out unsupported hwuploads from p->fmts
* hwdec/vaapi: additionally probe hwupload format conversions
* wayland: properly use tranche_formats when getting compositor formats
* vo_dmabuf_wayland: reject formats not supported by the GPU
* wayland: rename wayland_format to compositor_format
* sub/sd_ass: don't override event attributes to mpv defaults
* TOOLS/gen-mpv-desktop.py: set --no-config when probing protocols
* f_auto_filters: don't set interlaced-only for userdeint
* DOCS/man/options.rst: fix nono typo
* vo_gpu_next: allow setting antiring value for cscale
* DOCS/man/options.rst: clarify sub-ass-use-video-data a bit
* DOCS/interface-changes: fix format for sub-ass-use-video-data
* console.lua: respect --video-osd=no
* console.lua: truncate more characters with --msg-module and --msg-time
* console.lua: fix highlighting the selected item with --msg-module
* osdep/terminal-win: reset tmp_buffers_key when uninit
* player/main: revert msg uninit order changes
* DOCS/man/options.rst: update description of `hwdec=auto` behaviour
* sub/osd: add log if osd rendering takes too long time
* meson: require Vulkan loader/headers >= 1.3.238
* vd_lavc: add Vulkan hardware decoding to autoprobe
* console.lua: sync colors after msg.c change
* msg: don't use bold colors and instead use bright ones
* console.lua: fix completing empty --dscale and --cscale
* vo_gpu{,_next}: convert scale options to type choice
* stream: don't mark stdin as a filesystem file
* vulkan: don't tolerate suboptimal swapchain configurations
* ao_alsa: assume device lost if we couldn't recover after 10 attempts
* ao_alsa: don't early exit out of the loop if we have an error
* ytdl_hook: add some more yt-dlp tags
* sub: add ass-video-aspect-override option
* sub: merge vsfilter-aspect and vsfilter-blur-compat options
* vf_d3d11vpp: adjust options for userdeint filter
* wayland: fix vertical resizing
* various: use talloc_replace
* ta_utils: add talloc_replace
* ta_talloc: remove non-existent function prototype
* stats.lua: don't use ASS tags when use_ass is false
* player/main: uninit input after terminal uninit
* video/out/wayland_common: set key state only on keyboard_enter keys
* input: add MP_KEY_STATE_SET_ONLY
* input/keycodes: fix typo
* ci/win32: add dav1d
* stats.lua: fix text size/alignment for key bindings page
* DOCS/man/options: update defaults for `--hwdec-codecs`
* DOCS/man/options: fix deinterlacing typo
* input: fix use of bstr like null terminated one
* osdep/io: redefine off_t for Windows build
* sub: remove dead code
* vo_gpu: restore dovi mapping directly on image_params after init
* mp_image: don't restore image params if they're unknown
* etc/mpv.conf: update stale comment about mpv config location
* vo_libmpv: use fallback colorspace for Dolby Vision
* input.conf: swap the positions of values for `ctrl+h` binding
* vf_d3d11vpp: add output format selection
* vf_format: restore image params before dovi mapping
* vo_gpu: use fallback colorspace for Dolby Vision
* mp_image: save fallback colorspace when dovi metadata is present
* ci/linux: disable leak detector temporarily
* command: expand ~ paths in load-config-file
* video/out/gpu/video: use video rectangle for video-target-params
* video/out/wayland_common: don't pass mouse inputs on resizing edges
* fuzzer_options_parser: add options parser fuzzing
* DOCS/vf: update obsolete note hwdec in d3d11vpp
* f_hwtransfer: fix best upload format selection
* vf_d3d11vpp: skip conversion mode selection if not requested
* vf_d3d11vpp: don't force nv12 output
* vf_d3d11vpp: alloc output frames through AVHWFramesContext
* vulkan/context_display: don't fake avalibity of callbacks
* video/csputils: remove space from choice option for chroma loc
* DOCS/man/vf: don't document removed vf_format field
* console.lua: pre-filter searched commands if the line is filled
* playlist: fix setting current item with autocreate-playlist
* demux_mkv: fix av_parser_codec leak
* console.lua: add numpad + - * / keybindings
* vf_d3d11vpp: ensure width and height is even
* vf_d3d11vpp: add support for Intel VSR and NVIDIA RTX scaling modes
* vf_d3d11vpp: add support for scaling
* DOCS/man/options.rst: add a note about the effective limit of --pitch
* DOCS/man/mpv.rst: add documentation for the numpad volume key bindings
* DOCS/interface-changes: fix KP_DIVIDE typo
* github/issue_template: don't use markdown for "Important Information"
* github/issue_template: ask users to check for already supported features
* hwdec_vulkan: allow using multiple decoding family queues
* hwdec_vulkan: update to new libavutil queue family API
* console.lua: implement history search
* Revert "ci/mingw: don't run test on 32-bit binary"
* ci/{mingw,win32}: specify nasm as it seems to be required now by libass
* img_format: prevent an offset >= MP_MAX_PLANES into bpp
* common/playlist: add missing playlist_dir clear
* player/loadfile: don't clear watch later for auto playlist parent file
* context_drm_egl: always use drmModeAddFB2WithModifiers
* drm_prime: fix use of formats with modifiers
* input.conf: add KP_DIVIDE/KP_MULTIPLY key bindings
* various: handle numpad add/subtract/multiply/divide keycodes
* input/keycodes: add KP_ADD/SUBTRACT/MULTIPLY/DIVIDE keycodes
* demux_playlist: use --directory-filter-types for --autocreate-playlist
* common/playlist: add playlist_set_current()
* player/misc: add str_in_list() and use it
* demux_playlist: add only media files when opening directory
* options: add --{video,audio,image}-exts
* demux_playlist: add --directory-filter-types
* demux_playlist: add --autocreate-playlist-{video,audio,image}-exts
* demux: add --autocreate-playlist
* video: hwdec: extend look up of hwdecs to consider device type as well
* vo: hwdec: add AVHWDeviceType property to hwdecs
* DOCS/man: improve explanation on how to shift notes with --pitch
* audio: add pitch-shifting feature
* ci/freebsd: update to 14.1
* ci/win32: update to FFmpeg 7.0
* workflows/fuzz: report OOMs and timeouts
* console.lua: guard user-data/osc/margins value
* DOCS/man/input: document user-data/osc/margins
* DOCS/man/input: reserve user-data/osc and user-data/mpv sub-paths
* {osc,select}.lua: show playlist entries with trailing /
* input: fix inverted condition
* input: don't mutate 'section' variable inside a loop
* vo_libmpv: don't steal pointer provided by the API user
* fuzzer_set_property: ensure idle is enabled
* loadfile: fix relative file open exclusion for fuzzing
* input: use bstr for section name
* demux_mf: disable glob for fuzzing
* loadfile,select.lua: print only one bitrate
* player/audio: invert audio_started boolean
* ad_spdif: update list of DTS_HD profiles
* TOOLS/stats-conv: minor cleanup
* TOOLS/stats-conv: silence linter messages
* TOOLS/stats-conv: convert to pyqt6
* github/workflows/{build,fuzz}: exclude pr/issue template paths
* github/issue_template: fix paragraph spacing
* win32/smtc: add thumbnail support
* ci/{msys2,win32}: explicitly enable win32-smtc
* win32: add Media Control support
* ci/msys2: install cppwinrt
* osdep/threads-win32: cast function type directly to avoid warnings
* build: bump minimal Windows version to 10
* VERSION: rename to MPV_VERSION to avoid standard library header conflict
* meson: define WINRT_NO_SOURCE_LOCATION
* meson: minor adjustment for compatibility
* input/ipc: use bstr for fd parsing
* input/ipc-win: support fd:// for --input-ipc-client
* DOCS/man: add more --input-ipc-client references
* player/scripting: remove outdated comment about posix_spawn
* meson: check for vulkan headers
* DOCS/compile-windows.md: fix MSYS2 packages
* build: detect VT_GETMODE on OpenBSD
* github/issue_template: add a note about log file
* player/command: fix --force-window=yes acting like immediate
* player: don't decrement --ab-loop-count=N and add remaining-ab-loops
* player: don't decrement --loop-file=N and add remaining-file-loops
* player: remove empty line from --help
* options/m_config_frontend: remove empty line from --show-profile
* options: move all wayland specific options to vo_opts
* various: allow changing GPU API options at runtime
* m_option: add UPDATE_VO flag
* external_files: allow specifying --cover-art-whitelist filenames
* DOCS/options: remove misdirection in `sub-color`
* sd_ass: fix margin y scale with font size
* DOCS/man/options: clarify subtitle scale options
* sd_ass: fix sub scale with window when use_margins is enabled
* command: remove deprecated packet-*-bitrate properties
* loadfile,select.lua: print bitrates of tracks
* various: sync shown track flags
* various: print Image instead or Video for image tracks
* osc.lua: don't hide osc when touch is active
* player: remove empty line from --version
* fuzzer: stop player after 5 seconds of playback
* playloop: move run_command_opts to command_event for playback-restart
* command: run input commands after idle state is ready
* workflows/fuzz: run all sanitizers
* vo_gpu_next: support --gamma-factor
* ci/mingw: update dependency versions
* test/libmpv_lifetime: don't re-define ASAN macro
* player/command: don't return ill-formed node if there is no default val
* fuzzer_set_property: reset sstep to 0 to avoid seeking loop
* test/libmpv_lifetime: activate test on macOS
* mac/vulkan: error out on context creation without an NSApplication
* demux/ebml: bump ebml size limit to 512 MiB
* ci: add fuzzing of pull requests for 20 minutes
* player/command: fix M_PROPERTY_KEY_ACTION for filter metadata
* DOCS/input: fix filter name without label
* wayland: avoid potential floating point errors while scaling
* player/{command,scripting}: log subprocess execution
* demux_mf: don't run glob() on urls
* demux_mf: support URLs in @listfile and filemask
* x11_common: handle runtime keepaspect/keepaspect-window change
* sub: add (sub/osd)-border-style; renaming sub options
* ytdl_hook.lua: fix hook triggering while it shouldn't
* input.conf: add zoom, pan, scale and rotate keybinds for numpad
* player/core: add core thread handle to MPContext
* fuzzer_set_property: set duration to 0.1s
* test/libmpv_lifetime: add test to test libmpv ability to reinit itself
* win32: unregister window class on dll detach
* vo/opengl/context_win: fix crash on init failure
* demux_mkv: ignore duplicated BlockAdditions to avoid memory leak
* player/loadfile: prevent fuzzers from loading absolute directories
* player/loadfile: cancel playback cleanly if thread fails to start
* demux_edl: don't try to extract dirname from self-expanding protocols
* vo_dmabuf_wayland: don't use -ve margins in window size calculation
* DOCS/input: fix "does does" typo
* ao: don't add buffer length to timeout twice
* ao: use the right type for pending samples
* demux/ebml: fix ebml size check
* stream_bluray: check fread return value
* test/libmpv_encode: check fread return value
* wayland: use wl_list_empty instead of wl_list_length
* wayland: bump wayland-protocol requirement to 1.31
* ao_pipewire: bump minimum libpipewire version to 0.3.57
* ytdl_hook.lua: allow changing try_ytdl_first during runtime
-------------------------------------------------------------------
Wed Aug 14 23:09:05 UTC 2024 - llyyr <llyyr@yukari.in>

View File

@ -1,4 +1,4 @@
name: mpv
version: 0.38.0+git20240706.00f43e0916fa
mtime: 1720274620
commit: 00f43e0916faa4f60837d638349e2a66592a9a2b
version: 0.39.0+git20240923.b64c53f730bd
mtime: 1727113783
commit: b64c53f730bd4cd4ba0e7001a4a1b611af754018

View File

@ -21,7 +21,7 @@
%define lname libmpv2
Name: mpv
Version: 0.38.0+git20240706.00f43e0916fa
Version: 0.39.0+git20240923.b64c53f730bd
Release: 0
Summary: Advanced general-purpose multimedia player
License: GPL-2.0-or-later
@ -31,6 +31,7 @@ Source: %{name}-%{version}.tar.xz
Source2: %{name}.changes
# PATCH-FIX-OPENSUSE do not require equal libav versions, obs rebuilds as needed
Patch0: mpv-make-ffmpeg-version-check-non-fatal.patch
Patch1: https://patch-diff.githubusercontent.com/raw/mpv-player/mpv/pull/14904.patch
BuildRequires: bash
BuildRequires: hicolor-icon-theme
BuildRequires: linux-kernel-headers
@ -107,7 +108,7 @@ BuildRequires: pkgconfig(libplacebo) >= 6.338.2
BuildRequires: pkgconfig(libva-wayland) >= 1.1.0
BuildRequires: pkgconfig(mujs)
BuildRequires: pkgconfig(shaderc)
BuildRequires: pkgconfig(vulkan) >= 1.1.70
BuildRequires: pkgconfig(vulkan) >= 1.3.238
BuildRequires: pkgconfig(wayland-client) >= 1.20.0
BuildRequires: pkgconfig(wayland-cursor) >= 1.20.0
BuildRequires: pkgconfig(wayland-egl) >= 9.0.0