- Update to version 0.33.0+git.20201122T184820.fa7afc3e19:

* Update VERSION
  * Release 0.33.0
  * file2string: remove question mark from safe chars
  * Revert "options: disable vsfilter blur compat by default"
  * build: always run waf with python3
  * build: fix macOS arm builds
  * vo_sixel: draw osd on the output frame
  * vo_sixel: return -1 instead of SIXELSTATUS on failure
  * vo_sixel: set --vo-sixel-fixedpalette=yes by default
  * vo_sixel: Add aspect ratio based output centering
  * vo_sixel: rename all user options with opt_ prefix
  * vo_sixel: set output resolution based on terminal_get_size2
  * osdep/terminal: Add function to get terminal pixel dimensions
  * doc: split BNF definitions of <command> and <argument> in separate lines
  * manpage: document improved --playlist security

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=248
This commit is contained in:
Ismail Dönmez 2020-11-22 21:23:05 +00:00 committed by Git OBS Bridge
parent 9597143636
commit ea8f3f9eee
7 changed files with 29 additions and 9 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://github.com/mpv-player/mpv.git</param>
<param name="scm">git</param>
<param name="filename">mpv</param>
<param name="versionprefix">0.32.0+git</param>
<param name="versionprefix">0.33.0+git</param>
<param name="versionformat">%ci.%h</param>
<param name="changesgenerate">enable</param>
</service>

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">24d696183364c4b5d36c46551bdb8d8b53f9c699</param></service></servicedata>
<param name="changesrevision">fa7afc3e19acffd3198fdc8fddb671013a337b05</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sun Nov 22 19:57:02 UTC 2020 - idonmez@suse.com
- Update to version 0.33.0+git.20201122T184820.fa7afc3e19:
* Update VERSION
* Release 0.33.0
* file2string: remove question mark from safe chars
* Revert "options: disable vsfilter blur compat by default"
* build: always run waf with python3
* build: fix macOS arm builds
* vo_sixel: draw osd on the output frame
* vo_sixel: return -1 instead of SIXELSTATUS on failure
* vo_sixel: set --vo-sixel-fixedpalette=yes by default
* vo_sixel: Add aspect ratio based output centering
* vo_sixel: rename all user options with opt_ prefix
* vo_sixel: set output resolution based on terminal_get_size2
* osdep/terminal: Add function to get terminal pixel dimensions
* doc: split BNF definitions of <command> and <argument> in separate lines
* manpage: document improved --playlist security
-------------------------------------------------------------------
Tue Nov 17 10:24:37 UTC 2020 - idonmez@suse.com

View File

@ -1,5 +1,5 @@
name: mpv
version: 0.32.0+git.20201116T202958.24d6961833
mtime: 1605551398
commit: 24d696183364c4b5d36c46551bdb8d8b53f9c699
version: 0.33.0+git.20201122T184820.fa7afc3e19
mtime: 1606067300
commit: fa7afc3e19acffd3198fdc8fddb671013a337b05

View File

@ -22,7 +22,7 @@
%define _waf_ver 2.0.20
%define lname libmpv1
Name: mpv
Version: 0.32.0+git.20201116T202958.24d6961833
Version: 0.33.0+git.20201122T184820.fa7afc3e19
Release: 0
Summary: Advanced general-purpose multimedia player
License: GPL-2.0-or-later