- Update to version 0.32.0+git.20200402T120653.5824ac7d36:

* See 28ea1ed296..5824ac7d36
    for the complete changelog.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=206
This commit is contained in:
Ismail Dönmez 2020-04-02 14:58:25 +00:00 committed by Git OBS Bridge
parent 427ad4ee99
commit 8c5c0ab1a0
7 changed files with 23 additions and 16 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">28ea1ed296a4e241ee57d9748ff0cfa073e5219c</param></service></servicedata>
<param name="changesrevision">5824ac7d36b84acb244729bad7cb0ef7ffcc09d2</param></service></servicedata>

View File

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

View File

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

View File

@ -2,12 +2,12 @@ Index: mpv/common/av_log.c
===================================================================
--- mpv.orig/common/av_log.c
+++ mpv/common/av_log.c
@@ -203,7 +203,7 @@ bool print_libav_versions(struct mp_log
@@ -200,7 +200,7 @@ void check_library_versions(struct mp_lo
{
fprintf(stderr, "%s: %d.%d.%d -> %d.%d.%d\n",
l->name, V(l->buildv), V(l->runv));
- abort();
+ //abort();
}
}
mp_msg(log, v, "FFmpeg version: %s\n", av_version_info());
- return !mismatch;
+ return true;
}
#undef V

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 02 14:53:14 UTC 2020 - idonmez@suse.com
- Update to version 0.32.0+git.20200402T120653.5824ac7d36:
* See https://github.com/mpv-player/mpv/compare/28ea1ed296..5824ac7d36
for the complete changelog.
-------------------------------------------------------------------
Sat Mar 07 14:53:06 UTC 2020 - idonmez@suse.com

View File

@ -1,5 +1,5 @@
name: mpv
version: 0.32.0+git.20200307T135520.28ea1ed296
mtime: 1583585720
commit: 28ea1ed296a4e241ee57d9748ff0cfa073e5219c
version: 0.32.0+git.20200402T120653.5824ac7d36
mtime: 1585822013
commit: 5824ac7d36b84acb244729bad7cb0ef7ffcc09d2

View File

@ -22,7 +22,7 @@
%define _waf_ver 2.0.9
%define lname libmpv1
Name: mpv
Version: 0.32.0+git.20200307T135520.28ea1ed296
Version: 0.32.0+git.20200402T120653.5824ac7d36
Release: 0
Summary: Advanced general-purpose multimedia player
License: GPL-2.0-or-later