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:
parent
6b2eff84c8
commit
a1a35c5724
@ -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>
|
@ -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/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. "
|
||||
|
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
|
||||
|
||||
- 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:
|
||||
* 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
|
||||
- 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:
|
||||
* 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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user