- Update to version 0.32.0+git.20200701T004440.8fbc4b1737:

* ci: add d3d11 to mingw build
  * vo_gpu: vulkan: add ability to disable events
  * player: warn if both proper and compat. config directories exist
  * path: do not use old_home for win32 exe dir
  * path: switch back to using non-XDG config dir by default
  * vo_gpu: fix typo in struct name
  * manpage: --demuxer-seekable-cache is useless
  * ci: replace mingw build scripts
  * vo_gpu: use highp float if available for GLES
  * vo_gpu: add better gamut clipping option
  * vo_gpu: fix scaler/window validation to allow unsetting
  * vo_x11: partially restore operation on bad endian systems
  * video: some concessions to big endian hosts
  * test: update to new ffmpeg pixfmts
  * video: alias IMGFMT_RGB30 to AV_PIX_FMT_X2RGB10
  * repack: handle endian in a more general way
  * img_format: fight ffmpeg pixdesc some more
  * audio: don't lock ao_control for pull mode drivers
  * vo_gpu: placebo: add fallback code for stride mismatch
  * vo_gpu: add BT.2390 tone-mapping
  * vo_gpu: reinterpret SDR white levels based on ITU-R BT.2408

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=224
This commit is contained in:
Ismail Dönmez 2020-07-06 08:37:00 +00:00 committed by Git OBS Bridge
parent 5a13b63c2c
commit 412f673b46
6 changed files with 34 additions and 8 deletions

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">c7fe4ae73ad5f073bbffe3e8a3460b728e7d0f46</param></service></servicedata>
<param name="changesrevision">8fbc4b1737d5817709e23b06cb83707cd6a34f76</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon Jul 06 08:34:43 UTC 2020 - idonmez@suse.com
- Update to version 0.32.0+git.20200701T004440.8fbc4b1737:
* ci: add d3d11 to mingw build
* vo_gpu: vulkan: add ability to disable events
* player: warn if both proper and compat. config directories exist
* path: do not use old_home for win32 exe dir
* path: switch back to using non-XDG config dir by default
* vo_gpu: fix typo in struct name
* manpage: --demuxer-seekable-cache is useless
* ci: replace mingw build scripts
* vo_gpu: use highp float if available for GLES
* vo_gpu: add better gamut clipping option
* vo_gpu: fix scaler/window validation to allow unsetting
* vo_x11: partially restore operation on bad endian systems
* video: some concessions to big endian hosts
* test: update to new ffmpeg pixfmts
* video: alias IMGFMT_RGB30 to AV_PIX_FMT_X2RGB10
* repack: handle endian in a more general way
* img_format: fight ffmpeg pixdesc some more
* audio: don't lock ao_control for pull mode drivers
* vo_gpu: placebo: add fallback code for stride mismatch
* vo_gpu: add BT.2390 tone-mapping
* vo_gpu: reinterpret SDR white levels based on ITU-R BT.2408
-------------------------------------------------------------------
Sun Jun 14 10:40:46 UTC 2020 - idonmez@suse.com

View File

@ -1,5 +1,5 @@
name: mpv
version: 0.32.0+git.20200610T171643.c7fe4ae73a
mtime: 1591802203
commit: c7fe4ae73ad5f073bbffe3e8a3460b728e7d0f46
version: 0.32.0+git.20200701T004440.8fbc4b1737
mtime: 1593553480
commit: 8fbc4b1737d5817709e23b06cb83707cd6a34f76

View File

@ -22,7 +22,7 @@
%define _waf_ver 2.0.9
%define lname libmpv1
Name: mpv
Version: 0.32.0+git.20200610T171643.c7fe4ae73a
Version: 0.32.0+git.20200701T004440.8fbc4b1737
Release: 0
Summary: Advanced general-purpose multimedia player
License: GPL-2.0-or-later