- 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:
parent
9597143636
commit
ea8f3f9eee
2
_service
2
_service
@ -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>
|
||||
|
@ -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>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:039bb655b2eaccc8aee798d39bf038a35fd47b2b1a7cbbf0251aac81f25b27ea
|
||||
size 9325581
|
3
mpv-0.33.0+git.20201122T184820.fa7afc3e19.obscpio
Normal file
3
mpv-0.33.0+git.20201122T184820.fa7afc3e19.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3469161c87467ea00c873712ee74715f906581a0c571b10213f31fc90b06868
|
||||
size 9337869
|
20
mpv.changes
20
mpv.changes
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user