Accepting request 737639 from home:namtrac:branches:multimedia:apps

- Update to version 0.30.0+git.1570822084.a85fa2d2de:
  * See c833c095d7...a85fa2d2de
    for the complete changelog.
  * Fixes rendering glitches on Wayland

    for the complete changelog.
    for the complete changelog.

OBS-URL: https://build.opensuse.org/request/show/737639
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=166
This commit is contained in:
Tomáš Chvátal 2019-10-12 08:52:55 +00:00 committed by Git OBS Bridge
parent 6b2eff84c8
commit a1a35c5724
7 changed files with 21 additions and 14 deletions

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">6d0f0546ee851f4106438c5b92c8d1d152937ea7</param></service></servicedata>
<param name="changesrevision">a85fa2d2de92a89258da6b8bf6d814cf47824a0e</param></service></servicedata>

View File

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

View File

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

View File

@ -2,12 +2,12 @@ Index: mpv/player/main.c
===================================================================
--- mpv.orig/player/main.c
+++ mpv/player/main.c
@@ -382,7 +382,7 @@ int mp_initialize(struct MPContext *mpct
@@ -384,7 +384,7 @@ int mp_initialize(struct MPContext *mpct
if (handle_help_options(mpctx))
return 1; // help
- if (!print_libav_versions(mp_null_log, 0)) {
+ if (0 && !print_libav_versions(mp_null_log, 0)) {
// Using mismatched libraries can be legitimate, but even then it's
// a bad idea. We don't acknowledge its usefulness and stability.
// Distro maintainers who patch this out should be aware that mpv
print_libav_versions(mpctx->log, MSGL_FATAL);
MP_FATAL(mpctx, "\nmpv was compiled against an incompatible version of "
"FFmpeg/Libav than the shared\nlibrary it is linked against. "

View File

@ -1,4 +1,11 @@
-------------------------------------------------------------------
Sat Oct 12 08:33:35 UTC 2019 - idonmez@suse.com
- Update to version 0.30.0+git.1570822084.a85fa2d2de:
* See https://github.com/mpv-player/mpv/compare/c833c095d7...a85fa2d2de
for the complete changelog.
* Fixes rendering glitches on Wayland
-------------------------------------------------------------------
Sun Oct 06 14:12:57 UTC 2019 - idonmez@suse.com
- Update to version 0.30.0+git.1570361388.6d0f0546ee:

View File

@ -1,5 +1,5 @@
name: mpv
version: 0.30.0+git.1570361388.6d0f0546ee
mtime: 1570361388
commit: 6d0f0546ee851f4106438c5b92c8d1d152937ea7
version: 0.30.0+git.1570822084.a85fa2d2de
mtime: 1570822084
commit: a85fa2d2de92a89258da6b8bf6d814cf47824a0e

View File

@ -21,7 +21,7 @@
%define _waf_ver 2.0.9
%define _mbc_ver 3.3.17
%define _mpv_ver 0.30.0+git.1570361388.6d0f0546ee
%define _mpv_ver 0.30.0+git.1570822084.a85fa2d2de
%define lname libmpv1
Name: mpv
Version: %{_mpv_ver}