- Update to version 0.33.0+git.20210103T120530.1251f7bbf9:
* manpage: rename OS X references to macOS * vo_gpu: don't segfault if 3DLUT texture fails uploading * input.conf syntax: support custom quotes !XstringX! * input.rst: fix typo commands -> arguments * csputils: add mappings for DCI-P3 (ST.431-2) and P3-D65 (ST.432-1) * vd_lavc: add VP8 to the default allowed hwdec codec list * vo_gpu: cast bvecN to vecN for mix() on older GLSL * bootstrap: log caught URLError * Revert "build: recognize Lua 5.1 on Arch Linux" * build: fail configure if --lua is specified and Lua isn't found OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=254
This commit is contained in:
parent
3b1fb7f52b
commit
09403f116e
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/mpv-player/mpv.git</param>
|
||||
<param name="changesrevision">1ba5dc84caa1dfe4ee39e8a9947f863b43a52263</param></service></servicedata>
|
||||
<param name="changesrevision">1251f7bbf9f74431325b968d2c02bb4425970710</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b108436ab2f756b5385b2c40ec9950335d8c552f34e30287c38ac414fd805573
|
||||
size 9348109
|
3
mpv-0.33.0+git.20210103T120530.1251f7bbf9.obscpio
Normal file
3
mpv-0.33.0+git.20210103T120530.1251f7bbf9.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74d9770786cdb787aa50751e5087a6f71d91de0052ef1603dd5d045f62fc36be
|
||||
size 9351181
|
15
mpv.changes
15
mpv.changes
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 03 20:06:44 UTC 2021 - idonmez@suse.com
|
||||
|
||||
- Update to version 0.33.0+git.20210103T120530.1251f7bbf9:
|
||||
* manpage: rename OS X references to macOS
|
||||
* vo_gpu: don't segfault if 3DLUT texture fails uploading
|
||||
* input.conf syntax: support custom quotes !XstringX!
|
||||
* input.rst: fix typo commands -> arguments
|
||||
* csputils: add mappings for DCI-P3 (ST.431-2) and P3-D65 (ST.432-1)
|
||||
* vd_lavc: add VP8 to the default allowed hwdec codec list
|
||||
* vo_gpu: cast bvecN to vecN for mix() on older GLSL
|
||||
* bootstrap: log caught URLError
|
||||
* Revert "build: recognize Lua 5.1 on Arch Linux"
|
||||
* build: fail configure if --lua is specified and Lua isn't found
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 21 11:58:34 UTC 2020 - idonmez@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: mpv
|
||||
version: 0.33.0+git.20201220T105748.1ba5dc84ca
|
||||
mtime: 1608483468
|
||||
commit: 1ba5dc84caa1dfe4ee39e8a9947f863b43a52263
|
||||
version: 0.33.0+git.20210103T120530.1251f7bbf9
|
||||
mtime: 1609693530
|
||||
commit: 1251f7bbf9f74431325b968d2c02bb4425970710
|
||||
|
||||
|
4
mpv.spec
4
mpv.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mpv
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2015 Packman Team <packman@links2linux.de>
|
||||
# Copyright (c) 2012 Jiri Slaby <jslaby@suse.de>
|
||||
# Copyright (c) 2011-2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||
@ -22,7 +22,7 @@
|
||||
%define _waf_ver 2.0.20
|
||||
%define lname libmpv1
|
||||
Name: mpv
|
||||
Version: 0.33.0+git.20201220T105748.1ba5dc84ca
|
||||
Version: 0.33.0+git.20210103T120530.1251f7bbf9
|
||||
Release: 0
|
||||
Summary: Advanced general-purpose multimedia player
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user