diff --git a/multimedia/video/mpv-player/actions.py b/multimedia/video/mpv-player/actions.py
index da4327e4d7..68d566166e 100644
--- a/multimedia/video/mpv-player/actions.py
+++ b/multimedia/video/mpv-player/actions.py
@@ -11,6 +11,7 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
shelltools.export("JOBS", get.makeJOBS().replace("-j", ""))
+shelltools.export("LDFLAGS", "%s -Wl,--as-needed" % get.LDFLAGS())
def setup():
shelltools.system("./bootstrap.py")
diff --git a/multimedia/video/mpv-player/pspec.xml b/multimedia/video/mpv-player/pspec.xml
index 16076b7366..c4ea877d96 100644
--- a/multimedia/video/mpv-player/pspec.xml
+++ b/multimedia/video/mpv-player/pspec.xml
@@ -12,13 +12,13 @@
app:gui
mpv is based on mplayer2
mpv has Wayland support, Improved OpenGL output, Support for libavfilter (for video->video and audio->audio). This allows using most of FFmpeg's filters, which improve greatly on the old MPlayer filters in features, performance, and correctness.is a movie player that can run on many platforms. Improved OpenGL output. More correct color reproduction (color matrix generation), including support for BT.2020 (Ultra HD) and linear XYZ (Digital Cinema) inputs.
- https://github.com/mpv-player/mpv/archive/v0.30.0.tar.gz
+ https://github.com/mpv-player/mpv/archive/v0.31.0.tar.gz
ffmpeg-devel
wayland-devel
libarchive-devel
gnutls-devel
- mesa-devel
+ libglvnd-devel
pkgconfig
perl
samba-devel
@@ -75,7 +75,7 @@
libarchive
lua52
enca
- mesa
+ libglvnd
zlib
lcms2
libXv
@@ -133,6 +133,13 @@
+
+ 2020-01-22
+ 0.31.0
+ Version bump.
+ İdris Kalp
+ idriskalp@gmail.com
+
2019-10-28
0.30.0