From 8c5c0ab1a009b207c81d6557c19e56c6312d246b72dc0ddb834d09dc918abc62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 2 Apr 2020 14:58:25 +0000 Subject: [PATCH] - Update to version 0.32.0+git.20200402T120653.5824ac7d36: * See https://github.com/mpv-player/mpv/compare/28ea1ed296..5824ac7d36 for the complete changelog. OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=206 --- _servicedata | 2 +- ...0.32.0+git.20200307T135520.28ea1ed296.obscpio | 3 --- ...0.32.0+git.20200402T120653.5824ac7d36.obscpio | 3 +++ mpv-make-ffmpeg-version-check-non-fatal.patch | 16 ++++++++-------- mpv.changes | 7 +++++++ mpv.obsinfo | 6 +++--- mpv.spec | 2 +- 7 files changed, 23 insertions(+), 16 deletions(-) delete mode 100644 mpv-0.32.0+git.20200307T135520.28ea1ed296.obscpio create mode 100644 mpv-0.32.0+git.20200402T120653.5824ac7d36.obscpio diff --git a/_servicedata b/_servicedata index 99085de..0ad3ba5 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/mpv-player/mpv.git - 28ea1ed296a4e241ee57d9748ff0cfa073e5219c \ No newline at end of file + 5824ac7d36b84acb244729bad7cb0ef7ffcc09d2 \ No newline at end of file diff --git a/mpv-0.32.0+git.20200307T135520.28ea1ed296.obscpio b/mpv-0.32.0+git.20200307T135520.28ea1ed296.obscpio deleted file mode 100644 index 3b9ce6d..0000000 --- a/mpv-0.32.0+git.20200307T135520.28ea1ed296.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b35afded6a1b566381d3d29607ca8d8f8a83d589112c929bc1686ada64b47b4 -size 8987661 diff --git a/mpv-0.32.0+git.20200402T120653.5824ac7d36.obscpio b/mpv-0.32.0+git.20200402T120653.5824ac7d36.obscpio new file mode 100644 index 0000000..ec69a1e --- /dev/null +++ b/mpv-0.32.0+git.20200402T120653.5824ac7d36.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a64c15a0998139a84dd98f5bf4978cabf4c558004af5aaf6114f34e390cd57a +size 8972813 diff --git a/mpv-make-ffmpeg-version-check-non-fatal.patch b/mpv-make-ffmpeg-version-check-non-fatal.patch index eea6487..a6e96a1 100644 --- a/mpv-make-ffmpeg-version-check-non-fatal.patch +++ b/mpv-make-ffmpeg-version-check-non-fatal.patch @@ -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 diff --git a/mpv.changes b/mpv.changes index 63dbb9d..31d490b 100644 --- a/mpv.changes +++ b/mpv.changes @@ -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 diff --git a/mpv.obsinfo b/mpv.obsinfo index de31a50..ce18ff3 100644 --- a/mpv.obsinfo +++ b/mpv.obsinfo @@ -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 diff --git a/mpv.spec b/mpv.spec index 4eddba3..7f77f48 100644 --- a/mpv.spec +++ b/mpv.spec @@ -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