- Update to version 0.33.0+git.20210321T171820.6265724f33:
* vo_gpu: placebo: keep track of texture sample mode * stats.lua: include a filter's @label when displaying filters on page 1 * ao_oss: add this audio output again * audio: prevent uninit_audio_out during encoding * stream_lavf: add support for Gopher over TLS. * ao/pulse: signal the mainloop when ops are done * player/command: add albumart argument to video-add * player/{core,loadfile}: make cover art loading more explicit * ao/pulse: wait for command completion when setting volume or mute * ytdl_hook: fix crash on missing track bitrate * umpv: Use generator expression for files * wayland: no mouse dragging in fullscreen/maximized * manpage: mention rotate limitations with hwdec * vd_lavc: wrap use of deprecated AVCodecContext.thread_safe_callbacks in #if * manpage: video-rotate supports arbitrary steps * mac: fix traditional fullscreen on macOS 11 * mac: remove an unused variable OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=260
This commit is contained in:
parent
8db41ce82a
commit
4693304d25
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/mpv-player/mpv.git</param>
|
||||
<param name="changesrevision">09d7c75bfe9f6323260a19912e3f3ee7ed737455</param></service></servicedata>
|
||||
<param name="changesrevision">6265724f3331e3dee8d9ec2b6639def5004a5fa2</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51cd94c250f0ffbf18125df4111c495eff184b5426596cb75ab2de5a105a6f7f
|
||||
size 9354253
|
3
mpv-0.33.0+git.20210321T171820.6265724f33.obscpio
Normal file
3
mpv-0.33.0+git.20210321T171820.6265724f33.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee1a2fcf1cd0c9c5ceb5f1e99d10ccb90204989a11077111ee77a54a7f20be84
|
||||
size 9368077
|
22
mpv.changes
22
mpv.changes
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 23 13:11:23 UTC 2021 - idonmez@suse.com
|
||||
|
||||
- Update to version 0.33.0+git.20210321T171820.6265724f33:
|
||||
* vo_gpu: placebo: keep track of texture sample mode
|
||||
* stats.lua: include a filter's @label when displaying filters on page 1
|
||||
* ao_oss: add this audio output again
|
||||
* audio: prevent uninit_audio_out during encoding
|
||||
* stream_lavf: add support for Gopher over TLS.
|
||||
* ao/pulse: signal the mainloop when ops are done
|
||||
* player/command: add albumart argument to video-add
|
||||
* player/{core,loadfile}: make cover art loading more explicit
|
||||
* ao/pulse: wait for command completion when setting volume or mute
|
||||
* ytdl_hook: fix crash on missing track bitrate
|
||||
* umpv: Use generator expression for files
|
||||
* wayland: no mouse dragging in fullscreen/maximized
|
||||
* manpage: mention rotate limitations with hwdec
|
||||
* vd_lavc: wrap use of deprecated AVCodecContext.thread_safe_callbacks in #if
|
||||
* manpage: video-rotate supports arbitrary steps
|
||||
* mac: fix traditional fullscreen on macOS 11
|
||||
* mac: remove an unused variable
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 12 13:20:10 UTC 2021 - Илья Индиго <ilya@ilya.pp.ua>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: mpv
|
||||
version: 0.33.0+git.20210223T124404.09d7c75bfe
|
||||
mtime: 1614077044
|
||||
commit: 09d7c75bfe9f6323260a19912e3f3ee7ed737455
|
||||
version: 0.33.0+git.20210321T171820.6265724f33
|
||||
mtime: 1616343500
|
||||
commit: 6265724f3331e3dee8d9ec2b6639def5004a5fa2
|
||||
|
||||
|
6
mpv.spec
6
mpv.spec
@ -22,7 +22,7 @@
|
||||
%define _waf_ver 2.0.20
|
||||
%define lname libmpv1
|
||||
Name: mpv
|
||||
Version: 0.33.0+git.20210223T124404.09d7c75bfe
|
||||
Version: 0.33.0+git.20210321T171820.6265724f33
|
||||
Release: 0
|
||||
Summary: Advanced general-purpose multimedia player
|
||||
License: GPL-2.0-or-later
|
||||
@ -93,8 +93,8 @@ BuildRequires: pkgconfig(zlib)
|
||||
Requires: hicolor-icon-theme
|
||||
Requires(post): hicolor-icon-theme
|
||||
Requires(post): update-desktop-files
|
||||
Requires(postun): hicolor-icon-theme
|
||||
Requires(postun): update-desktop-files
|
||||
Requires(postun):hicolor-icon-theme
|
||||
Requires(postun):update-desktop-files
|
||||
# Used via LUA scripts
|
||||
Recommends: youtube-dl
|
||||
Conflicts: mpv-plugin-mpris < 0.4
|
||||
|
Loading…
Reference in New Issue
Block a user