SHA256
1
0
forked from pool/mpv
mpv/_service
Martin Pluskal e6ec0680b8 Accepting request 951790 from home:iDesmI:Wayland
- Update to version 0.34.1+git.20220203T182214.5d31c7310c:
  * libplacebo: switch to new target format API
  * libplacebo: switch to new GPU limits APIs
  * libplacebo: switch to v4 naming convention
  * libplacebo: update log helpers
  * vo_gpu_next: create shader cache dir if missing
  * wayland: always start rendering after a resize
  * filter kernels: add cosine window
  * vo_gpu_next/context: common'ize things that would be common for non-vulkan
  * auto_profiles.lua: don't warn if profile-restore=default

- Update to version 0.34.1+git.20220129T121245.4d3ebb9d83:
  * meson: add version check to wayland-protocols
  * wayland: always resize when scale changes on surface enter
  * wayland: support extra mouse buttons
  * wayland: handle 0x0 resizes correctly
  * x11: sanitize window title to UTF-8 for EWMH
  * wayland: sanitize toplevel title to UTF-8
  * ao_sndio: audio output added
  * options: only apply sub-visibility to primary subs
  * Revert "options: add --sub-visibility=<primary-only|secondary-only>"
  * options: add --sub-visibility=<primary-only|secondary-only>
  * player: add thd (TrueHD) to whitelist of audio extensions
  * player: fix parentheses warning with &&

OBS-URL: https://build.opensuse.org/request/show/951790
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=274
2022-02-07 09:49:27 +00:00

15 lines
609 B
Plaintext

<services>
<service name="obs_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">5d31c7310c02767e35bfd82d1cc635427518a298</param> <!-- SET REVISION TO TAG, REMOVE THIS LINE TO UPDATE TO THE LAST COMMIT -->
<param name="versionprefix">0.34.1+git</param>
<param name="versionformat">%ci.%h</param>
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="disabled"/>
<service name="tar" mode="buildtime"/>
</services>