From 75fd32b5e9748ef0fb8c8657b8d9642441f99d9c Mon Sep 17 00:00:00 2001 From: groni Date: Wed, 11 Jan 2017 19:51:33 +0100 Subject: [PATCH] add missing dependencies --- multimedia/video/kaffeine/actions.py | 2 +- multimedia/video/mpv-player/actions.py | 2 +- multimedia/video/mpv-player/pspec.xml | 2 ++ multimedia/video/smplayer/actions.py | 38 +++++++++++++------------- 4 files changed, 23 insertions(+), 21 deletions(-) diff --git a/multimedia/video/kaffeine/actions.py b/multimedia/video/kaffeine/actions.py index bb722f7f82..3d512c2e4f 100644 --- a/multimedia/video/kaffeine/actions.py +++ b/multimedia/video/kaffeine/actions.py @@ -21,4 +21,4 @@ def install(): cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("NOTES", "Changelog", "COPYING-DOCS", "COPYING", "README") + pisitools.dodoc("NOTES", "Changelog", "COPYING-DOCS", "COPYING", "README.md") diff --git a/multimedia/video/mpv-player/actions.py b/multimedia/video/mpv-player/actions.py index ef952d1958..73874eb665 100644 --- a/multimedia/video/mpv-player/actions.py +++ b/multimedia/video/mpv-player/actions.py @@ -14,7 +14,7 @@ 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") + shelltools.system("python waf configure --prefix=/usr --confdir=/etc/mpv --enable-zsh-comp --enable-libmpv-shared --enable-cdda --disable-sidplay") def build(): shelltools.system("python waf build -v") diff --git a/multimedia/video/mpv-player/pspec.xml b/multimedia/video/mpv-player/pspec.xml index ad8c3c6343..1190799b12 100644 --- a/multimedia/video/mpv-player/pspec.xml +++ b/multimedia/video/mpv-player/pspec.xml @@ -51,6 +51,8 @@ pulseaudio-libs-devel libcdio-paranoia-devel jack-audio-connection-kit-devel + libvdpau-devel + libavc1394-devel-devel diff --git a/multimedia/video/smplayer/actions.py b/multimedia/video/smplayer/actions.py index 8c7abb1030..6d9959791c 100644 --- a/multimedia/video/smplayer/actions.py +++ b/multimedia/video/smplayer/actions.py @@ -19,22 +19,22 @@ def build(): def install(): autotools.rawInstall("PREFIX=/usr DESTDIR=%s DOC_PATH=/usr/share/doc/%s" % (get.installDIR(),get.srcNAME())) - pisitools.copytree("../smplayer-themes-15.12.0/themes/blackPanther-Light", "%s/usr/share/smplayer/themes/blackPanther-Light" % get.installDIR()) - pisitools.copytree("../smplayer-themes-15.12.0/themes/blackPanther-Real", "%s/usr/share/smplayer/themes/blackPanther-Real" % get.installDIR()) - pisitools.copytree("../smplayer-themes-15.12.0/themes/blackPanther-VistaLike", "%s/usr/share/smplayer/themes/blackPanther-VistaLike" % get.installDIR()) - pisitools.copytree("../smplayer-themes-15.12.0/themes/Gnome", "%s/usr/share/smplayer/themes/Faenza" % get.installDIR()) - pisitools.copytree("../smplayer-themes-15.12.0/themes/Gnome", "%s/usr/share/smplayer/themes/Faenza-Darkest" % get.installDIR()) - pisitools.copytree("../smplayer-themes-15.12.0/themes/Gnome", "%s/usr/share/smplayer/themes/Faenza-Silver" % get.installDIR()) - pisitools.copytree("../smplayer-themes-15.12.0/themes/Gartoon", "%s/usr/share/smplayer/themes/Gartoon" % get.installDIR()) - pisitools.copytree("../smplayer-themes-15.12.0/themes/Gnome", "%s/usr/share/smplayer/themes/Gnome" % get.installDIR()) - pisitools.copytree("../smplayer-themes-15.12.0/themes/Monochrome", "%s/usr/share/smplayer/themes/Monochrome" % get.installDIR()) - pisitools.copytree("../smplayer-themes-15.12.0/themes/Noia", "%s/usr/share/smplayer/themes/Noia" % get.installDIR()) - pisitools.copytree("../smplayer-themes-15.12.0/themes/Numix-uTouch", "%s/usr/share/smplayer/themes/Numix-remix" % get.installDIR()) - pisitools.copytree("../smplayer-themes-15.12.0/themes/Numix-uTouch", "%s/usr/share/smplayer/themes/Numix-uTouch" % get.installDIR()) - pisitools.copytree("../smplayer-themes-15.12.0/themes/Nuvola", "%s/usr/share/smplayer/themes/Nuvola" % get.installDIR()) - pisitools.copytree("../smplayer-themes-15.12.0/themes/Oxygen", "%s/usr/share/smplayer/themes/Oxygen" % get.installDIR()) - pisitools.copytree("../smplayer-themes-15.12.0/themes/Oxygen-Air", "%s/usr/share/smplayer/themes/Oxygen-Air" % get.installDIR()) - pisitools.copytree("../smplayer-themes-15.12.0/themes/Oxygen-Air", "%s/usr/share/smplayer/themes/Oxygen-KDE" % get.installDIR()) - pisitools.copytree("../smplayer-themes-15.12.0/themes/Oxygen-Refit", "%s/usr/share/smplayer/themes/Oxygen-Refit" % get.installDIR()) - pisitools.copytree("../smplayer-themes-15.12.0/themes/Silk", "%s/usr/share/smplayer/themes/Silk" % get.installDIR()) - pisitools.copytree("../smplayer-themes-15.12.0/themes/Tango", "%s/usr/share/smplayer/themes/Tango" % get.installDIR()) + pisitools.copytree("../smplayer-themes-16.8.0/themes/blackPanther-Light", "%s/usr/share/smplayer/themes/blackPanther-Light" % get.installDIR()) + pisitools.copytree("../smplayer-themes-16.8.0/themes/blackPanther-Real", "%s/usr/share/smplayer/themes/blackPanther-Real" % get.installDIR()) + pisitools.copytree("../smplayer-themes-16.8.0/themes/blackPanther-VistaLike", "%s/usr/share/smplayer/themes/blackPanther-VistaLike" % get.installDIR()) + pisitools.copytree("../smplayer-themes-16.8.0/themes/Gnome", "%s/usr/share/smplayer/themes/Faenza" % get.installDIR()) + pisitools.copytree("../smplayer-themes-16.8.0/themes/Gnome", "%s/usr/share/smplayer/themes/Faenza-Darkest" % get.installDIR()) + pisitools.copytree("../smplayer-themes-16.8.0/themes/Gnome", "%s/usr/share/smplayer/themes/Faenza-Silver" % get.installDIR()) + pisitools.copytree("../smplayer-themes-16.8.0/themes/Gartoon", "%s/usr/share/smplayer/themes/Gartoon" % get.installDIR()) + pisitools.copytree("../smplayer-themes-16.8.0/themes/Gnome", "%s/usr/share/smplayer/themes/Gnome" % get.installDIR()) + pisitools.copytree("../smplayer-themes-16.8.0/themes/Monochrome", "%s/usr/share/smplayer/themes/Monochrome" % get.installDIR()) + pisitools.copytree("../smplayer-themes-16.8.0/themes/Noia", "%s/usr/share/smplayer/themes/Noia" % get.installDIR()) + pisitools.copytree("../smplayer-themes-16.8.0/themes/Numix-uTouch", "%s/usr/share/smplayer/themes/Numix-remix" % get.installDIR()) + pisitools.copytree("../smplayer-themes-16.8.0/themes/Numix-uTouch", "%s/usr/share/smplayer/themes/Numix-uTouch" % get.installDIR()) + pisitools.copytree("../smplayer-themes-16.8.0/themes/Nuvola", "%s/usr/share/smplayer/themes/Nuvola" % get.installDIR()) + pisitools.copytree("../smplayer-themes-16.8.0/themes/Oxygen", "%s/usr/share/smplayer/themes/Oxygen" % get.installDIR()) + pisitools.copytree("../smplayer-themes-16.8.0/themes/Oxygen-Air", "%s/usr/share/smplayer/themes/Oxygen-Air" % get.installDIR()) + pisitools.copytree("../smplayer-themes-16.8.0/themes/Oxygen-Air", "%s/usr/share/smplayer/themes/Oxygen-KDE" % get.installDIR()) + pisitools.copytree("../smplayer-themes-16.8.0/themes/Oxygen-Refit", "%s/usr/share/smplayer/themes/Oxygen-Refit" % get.installDIR()) + pisitools.copytree("../smplayer-themes-16.8.0/themes/Silk", "%s/usr/share/smplayer/themes/Silk" % get.installDIR()) + pisitools.copytree("../smplayer-themes-16.8.0/themes/Tango", "%s/usr/share/smplayer/themes/Tango" % get.installDIR())