Accepting request 737640 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/737640 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=57
This commit is contained in:
commit
e0e4c67950
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/mpv-player/mpv.git</param>
|
<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>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:35b922415fc8010008f9a472326d8a692dc48e01ebfc045113a91013773b5eab
|
|
||||||
size 8570381
|
|
3
mpv-0.30.0+git.1570822084.a85fa2d2de.obscpio
Normal file
3
mpv-0.30.0+git.1570822084.a85fa2d2de.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6bb8bd528ff55f269840d10b5b01fae499e2e9979062b054f6f7bd4e88e5eb6d
|
||||||
|
size 8576525
|
@ -2,12 +2,12 @@ Index: mpv/player/main.c
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- mpv.orig/player/main.c
|
--- mpv.orig/player/main.c
|
||||||
+++ mpv/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))
|
if (handle_help_options(mpctx))
|
||||||
return 1; // help
|
return 1; // help
|
||||||
|
|
||||||
- if (!print_libav_versions(mp_null_log, 0)) {
|
- if (!print_libav_versions(mp_null_log, 0)) {
|
||||||
+ if (0 && !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
|
print_libav_versions(mpctx->log, MSGL_FATAL);
|
||||||
// a bad idea. We don't acknowledge its usefulness and stability.
|
MP_FATAL(mpctx, "\nmpv was compiled against an incompatible version of "
|
||||||
// Distro maintainers who patch this out should be aware that mpv
|
"FFmpeg/Libav than the shared\nlibrary it is linked against. "
|
||||||
|
11
mpv.changes
11
mpv.changes
@ -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
|
Sun Oct 06 14:12:57 UTC 2019 - idonmez@suse.com
|
||||||
|
|
||||||
- Update to version 0.30.0+git.1570361388.6d0f0546ee:
|
- Update to version 0.30.0+git.1570361388.6d0f0546ee:
|
||||||
@ -9,7 +16,7 @@ Sun Sep 29 15:08:46 UTC 2019 - idonmez@suse.com
|
|||||||
|
|
||||||
- Update to version 0.30.0+git.1569760020.c833c095d7:
|
- Update to version 0.30.0+git.1569760020.c833c095d7:
|
||||||
* See https://github.com/mpv-player/mpv/compare/b6def652a4...c833c095d7
|
* See https://github.com/mpv-player/mpv/compare/b6def652a4...c833c095d7
|
||||||
for the complete changelog.
|
for the complete changelog.
|
||||||
- Refresh mpv-make-ffmpeg-version-check-non-fatal.patch
|
- Refresh mpv-make-ffmpeg-version-check-non-fatal.patch
|
||||||
- Remove --enable-zsh-comp option, zsh completion is now always enabled
|
- Remove --enable-zsh-comp option, zsh completion is now always enabled
|
||||||
|
|
||||||
@ -18,7 +25,7 @@ Mon Sep 23 11:24:25 UTC 2019 - idonmez@suse.com
|
|||||||
|
|
||||||
- Update to version 0.30.0+git.1569184750.b6def652a4:
|
- Update to version 0.30.0+git.1569184750.b6def652a4:
|
||||||
* See https://github.com/mpv-player/mpv/compare/0abe34ed21...b6def652a4
|
* See https://github.com/mpv-player/mpv/compare/0abe34ed21...b6def652a4
|
||||||
for the complete changelog.
|
for the complete changelog.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 17 13:13:30 UTC 2019 - idonmez@suse.com
|
Tue Sep 17 13:13:30 UTC 2019 - idonmez@suse.com
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: mpv
|
name: mpv
|
||||||
version: 0.30.0+git.1570361388.6d0f0546ee
|
version: 0.30.0+git.1570822084.a85fa2d2de
|
||||||
mtime: 1570361388
|
mtime: 1570822084
|
||||||
commit: 6d0f0546ee851f4106438c5b92c8d1d152937ea7
|
commit: a85fa2d2de92a89258da6b8bf6d814cf47824a0e
|
||||||
|
|
||||||
|
2
mpv.spec
2
mpv.spec
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
%define _waf_ver 2.0.9
|
%define _waf_ver 2.0.9
|
||||||
%define _mbc_ver 3.3.17
|
%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
|
%define lname libmpv1
|
||||||
Name: mpv
|
Name: mpv
|
||||||
Version: %{_mpv_ver}
|
Version: %{_mpv_ver}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user