- Update to version 0.33.0+git.20210223T124404.09d7c75bfe:

* vo_gpu: libplacebo: require v2.72.0
  * appveyor: Use MSYS2's spirv-cross package instead of building it
  * appveyor: use latest build image for fixed MSYS2 installation
  * msg: fix really-quiet option to only affect terminal output
  * mac: add ability to toggle visibility on all workspaces from menubar
  * command: add label for on-all-workspaces command
  * mac: support --on-all-workspaces option
  * vo_gpu: don't abort() if plane tex creation fails
  * filters/auto_filters: switch from scaletempo to scaletempo2
  * af_scaletempo2: fix crash for speed >= 16
  * travis: fix macOS VMs with older homebrew versions
  * mac: only update touch bar items when necessary
  * mac: use custom touch bar item and slider instead of a touch bar slider
  * vo_gpu: vaapi: export plane pitch properly
  * DOCS: fix cplugins information in libmpv.rst.
  * demuxer/demux_mf: add support for more image codecs
  * man: update deband-threshold default
  * vo_gpu: lower default deband threshold
  * vo_wlshm: support big endian systems
  * README: update libass dependency harfbuzz as non-optional
  * manpage: fix PDF build
  * docs: Fix an old style parameter reference
  * umpv: remove unused imports
  * stream_lavf: support rtsps
  * player: make resetting of track selection to "auto" work
  * mac: fix dangling pointers
  * mac: drop build support for swift versions earlier than version 4.1
  * mac: fix usage of temporary pointers
  * manpage: document off-by-one loop-file behavior

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=256
This commit is contained in:
Ismail Dönmez 2021-02-25 07:25:26 +00:00 committed by Git OBS Bridge
parent 09403f116e
commit c444fe1c20
6 changed files with 43 additions and 9 deletions

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/mpv-player/mpv.git</param> <param name="url">https://github.com/mpv-player/mpv.git</param>
<param name="changesrevision">1251f7bbf9f74431325b968d2c02bb4425970710</param></service></servicedata> <param name="changesrevision">09d7c75bfe9f6323260a19912e3f3ee7ed737455</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Thu Feb 25 07:20:11 UTC 2021 - idonmez@suse.com
- Update to version 0.33.0+git.20210223T124404.09d7c75bfe:
* vo_gpu: libplacebo: require v2.72.0
* appveyor: Use MSYS2's spirv-cross package instead of building it
* appveyor: use latest build image for fixed MSYS2 installation
* msg: fix really-quiet option to only affect terminal output
* mac: add ability to toggle visibility on all workspaces from menubar
* command: add label for on-all-workspaces command
* mac: support --on-all-workspaces option
* vo_gpu: don't abort() if plane tex creation fails
* filters/auto_filters: switch from scaletempo to scaletempo2
* af_scaletempo2: fix crash for speed >= 16
* travis: fix macOS VMs with older homebrew versions
* mac: only update touch bar items when necessary
* mac: use custom touch bar item and slider instead of a touch bar slider
* vo_gpu: vaapi: export plane pitch properly
* DOCS: fix cplugins information in libmpv.rst.
* demuxer/demux_mf: add support for more image codecs
* man: update deband-threshold default
* vo_gpu: lower default deband threshold
* vo_wlshm: support big endian systems
* README: update libass dependency harfbuzz as non-optional
* manpage: fix PDF build
* docs: Fix an old style parameter reference
* umpv: remove unused imports
* stream_lavf: support rtsps
* player: make resetting of track selection to "auto" work
* mac: fix dangling pointers
* mac: drop build support for swift versions earlier than version 4.1
* mac: fix usage of temporary pointers
* manpage: document off-by-one loop-file behavior
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jan 03 20:06:44 UTC 2021 - idonmez@suse.com Sun Jan 03 20:06:44 UTC 2021 - idonmez@suse.com

View File

@ -1,5 +1,5 @@
name: mpv name: mpv
version: 0.33.0+git.20210103T120530.1251f7bbf9 version: 0.33.0+git.20210223T124404.09d7c75bfe
mtime: 1609693530 mtime: 1614077044
commit: 1251f7bbf9f74431325b968d2c02bb4425970710 commit: 09d7c75bfe9f6323260a19912e3f3ee7ed737455

View File

@ -22,7 +22,7 @@
%define _waf_ver 2.0.20 %define _waf_ver 2.0.20
%define lname libmpv1 %define lname libmpv1
Name: mpv Name: mpv
Version: 0.33.0+git.20210103T120530.1251f7bbf9 Version: 0.33.0+git.20210223T124404.09d7c75bfe
Release: 0 Release: 0
Summary: Advanced general-purpose multimedia player Summary: Advanced general-purpose multimedia player
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -67,7 +67,7 @@ BuildRequires: pkgconfig(libcdio_paranoia)
BuildRequires: pkgconfig(libdrm) BuildRequires: pkgconfig(libdrm)
BuildRequires: pkgconfig(libiso9660) BuildRequires: pkgconfig(libiso9660)
BuildRequires: pkgconfig(libkms) BuildRequires: pkgconfig(libkms)
BuildRequires: pkgconfig(libplacebo) >= 1.18.0 BuildRequires: pkgconfig(libplacebo) >= 2.72.0
BuildRequires: pkgconfig(libpulse) >= 1.0 BuildRequires: pkgconfig(libpulse) >= 1.0
BuildRequires: pkgconfig(libswresample) >= 3.0.100 BuildRequires: pkgconfig(libswresample) >= 3.0.100
BuildRequires: pkgconfig(libswscale) >= 5.0.101 BuildRequires: pkgconfig(libswscale) >= 5.0.101