From 644facbeeca24b1c5e81300256cfbacf0124e449 Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 28 Oct 2019 15:44:46 +0300 Subject: [PATCH] mpv-player:ver. bump --- multimedia/video/mpv-player/actions.py | 10 +++++++++- multimedia/video/mpv-player/pspec.xml | 11 +++++++++-- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/multimedia/video/mpv-player/actions.py b/multimedia/video/mpv-player/actions.py index 94e6060dcc..da4327e4d7 100644 --- a/multimedia/video/mpv-player/actions.py +++ b/multimedia/video/mpv-player/actions.py @@ -14,12 +14,20 @@ shelltools.export("JOBS", get.makeJOBS().replace("-j", "")) def setup(): shelltools.system("./bootstrap.py") - shelltools.system("python waf configure --prefix=/usr --confdir=/etc/mpv --enable-zsh-comp --enable-libmpv-shared --enable-cdda --disable-libsmbclient") + shelltools.system("python waf configure --prefix=/usr \ + --confdir=/etc/mpv \ + --enable-dvb \ + --enable-cdda \ + --enable-dvdnav \ + --enable-libarchive \ + --enable-libmpv-shared \ + --disable-libsmbclient") def build(): shelltools.system("python waf build -v") def install(): shelltools.system("DESTDIR=%s python waf install" % get.installDIR()) + pisitools.insinto("/usr/share/mpv/scripts", "TOOLS/lua/*") pisitools.dodoc("Copyright", "RELEASE_NOTES", "README.md") diff --git a/multimedia/video/mpv-player/pspec.xml b/multimedia/video/mpv-player/pspec.xml index 402968f549..16076b7366 100644 --- a/multimedia/video/mpv-player/pspec.xml +++ b/multimedia/video/mpv-player/pspec.xml @@ -12,7 +12,7 @@ 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.29.1.tar.gz + https://github.com/mpv-player/mpv/archive/v0.30.0.tar.gz ffmpeg-devel wayland-devel @@ -63,7 +63,6 @@ python3-youtube_dl - hwdec-vaegl.patch 02_fix-config-path.patch 05_add-keywords.patch @@ -118,6 +117,7 @@ /usr/share/applications /usr/share/icons /usr/share/zsh + /usr/share/mpv @@ -133,6 +133,13 @@ + + 2019-10-28 + 0.30.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-10-14 0.29.1