Accepting request 774879 from multimedia:apps
- Update to version 0.32.0+git.20200217T003119.36ca0e0030:
* See 5bf433b16f..36ca0e0030
for the complete changelog.
OBS-URL: https://build.opensuse.org/request/show/774879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=71
This commit is contained in:
commit
3a7bfd9493
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/mpv-player/mpv.git</param>
|
||||
<param name="changesrevision">5bf433b16f35234a04b8350634c471912fa80343</param></service></servicedata>
|
||||
<param name="changesrevision">36ca0e00305fdc3d5c052c4757b00a33b2eb6b14</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37010d603b4e7cff925f81e8d605c90f1066c2fdaa342afccddccffe7a04110f
|
||||
size 8912397
|
3
mpv-0.32.0+git.20200217T003119.36ca0e0030.obscpio
Normal file
3
mpv-0.32.0+git.20200217T003119.36ca0e0030.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:922714efa0ff1923cdcc03cbdca20cd91e96c5a42145ef136a910094bab4c635
|
||||
size 8933389
|
@ -1,10 +1,10 @@
|
||||
diff --git a/common/av_log.c b/common/av_log.c
|
||||
index 8b0cb09efa..72968aa543 100644
|
||||
--- a/common/av_log.c
|
||||
+++ b/common/av_log.c
|
||||
@@ -218,7 +218,7 @@ bool print_libav_versions(struct mp_log *log, int v)
|
||||
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
|
||||
|
||||
mp_msg(log, v, "%s version: %s\n", LIB_PREFIX, av_version_info());
|
||||
mp_msg(log, v, "FFmpeg version: %s\n", av_version_info());
|
||||
|
||||
- return !mismatch;
|
||||
+ return true;
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 17 10:35:44 UTC 2020 - idonmez@suse.com
|
||||
|
||||
- Update to version 0.32.0+git.20200217T003119.36ca0e0030:
|
||||
* See https://github.com/mpv-player/mpv/compare/5bf433b16f..36ca0e0030
|
||||
for the complete changelog.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 13 10:49:09 UTC 2020 - idonmez@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: mpv
|
||||
version: 0.32.0+git.20200213T013258.5bf433b16f
|
||||
mtime: 1581553978
|
||||
commit: 5bf433b16f35234a04b8350634c471912fa80343
|
||||
version: 0.32.0+git.20200217T003119.36ca0e0030
|
||||
mtime: 1581895879
|
||||
commit: 36ca0e00305fdc3d5c052c4757b00a33b2eb6b14
|
||||
|
||||
|
6
mpv.spec
6
mpv.spec
@ -22,7 +22,7 @@
|
||||
%define _waf_ver 2.0.9
|
||||
%define lname libmpv1
|
||||
Name: mpv
|
||||
Version: 0.32.0+git.20200213T013258.5bf433b16f
|
||||
Version: 0.32.0+git.20200217T003119.36ca0e0030
|
||||
Release: 0
|
||||
Summary: Advanced general-purpose multimedia player
|
||||
License: GPL-2.0-or-later
|
||||
@ -52,7 +52,7 @@ BuildRequires: pkgconfig(gbm)
|
||||
BuildRequires: pkgconfig(gl)
|
||||
BuildRequires: pkgconfig(jack)
|
||||
BuildRequires: pkgconfig(lcms2) >= 2.6
|
||||
BuildRequires: pkgconfig(libarchive) >= 3.0.0
|
||||
BuildRequires: pkgconfig(libarchive) >= 3.4.0
|
||||
BuildRequires: pkgconfig(libass) >= 0.12.1
|
||||
BuildRequires: pkgconfig(libavcodec) >= 58.7.100
|
||||
BuildRequires: pkgconfig(libavdevice) >= 57.0.0
|
||||
@ -88,7 +88,7 @@ BuildRequires: pkgconfig(xrandr) >= 1.2.0
|
||||
BuildRequires: pkgconfig(xscrnsaver)
|
||||
BuildRequires: pkgconfig(xv)
|
||||
BuildRequires: pkgconfig(xxf86vm)
|
||||
BuildRequires: pkgconfig(zimg)
|
||||
BuildRequires: pkgconfig(zimg) >= 2.9
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
Requires: hicolor-icon-theme
|
||||
Requires(post): hicolor-icon-theme
|
||||
|
Loading…
x
Reference in New Issue
Block a user