From 3e05ec97944fc9df435a648e9ffe83e1f54f0bc9 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 15 Aug 2018 18:51:17 +0300 Subject: [PATCH] smplayer:ver.bump --- multimedia/video/smplayer/actions.py | 50 ++++++++++++++-------------- multimedia/video/smplayer/pspec.xml | 11 ++++-- 2 files changed, 34 insertions(+), 27 deletions(-) diff --git a/multimedia/video/smplayer/actions.py b/multimedia/video/smplayer/actions.py index 050f662480..59ec1c5929 100644 --- a/multimedia/video/smplayer/actions.py +++ b/multimedia/video/smplayer/actions.py @@ -19,28 +19,28 @@ def build(): def install(): autotools.rawInstall("PREFIX=/usr DESTDIR=%s DOC_PATH=/usr/share/doc/%s" % (get.installDIR(),get.srcNAME())) - pisitools.copytree("../smplayer-themes-17.3.0/themes/blackPanther-Light", "%s/usr/share/smplayer/themes/blackPanther-Light" % get.installDIR()) - pisitools.copytree("../smplayer-themes-17.3.0/themes/blackPanther-Real", "%s/usr/share/smplayer/themes/blackPanther-Real" % get.installDIR()) - pisitools.copytree("../smplayer-themes-17.3.0/themes/blackPanther-VistaLike", "%s/usr/share/smplayer/themes/blackPanther-VistaLike" % get.installDIR()) - pisitools.copytree("../smplayer-themes-17.3.0/themes/Breeze", "%s/usr/share/smplayer/themes/Breeze" % get.installDIR()) - pisitools.copytree("../smplayer-themes-17.3.0/themes/Breeze-dark", "%s/usr/share/smplayer/themes/Breeze-dark" % get.installDIR()) - pisitools.copytree("../smplayer-themes-17.3.0/themes/ePapirus", "%s/usr/share/smplayer/themes/ePapirus" % get.installDIR()) - pisitools.copytree("../smplayer-themes-17.3.0/themes/Faenza", "%s/usr/share/smplayer/themes/Faenza" % get.installDIR()) - pisitools.copytree("../smplayer-themes-17.3.0/themes/Faenza-Darkest", "%s/usr/share/smplayer/themes/Faenza-Darkest" % get.installDIR()) - pisitools.copytree("../smplayer-themes-17.3.0/themes/Faenza-Silver", "%s/usr/share/smplayer/themes/Faenza-Silver" % get.installDIR()) - pisitools.copytree("../smplayer-themes-17.3.0/themes/Gartoon", "%s/usr/share/smplayer/themes/Gartoon" % get.installDIR()) - pisitools.copytree("../smplayer-themes-17.3.0/themes/Gnome", "%s/usr/share/smplayer/themes/Gnome" % get.installDIR()) - pisitools.copytree("../smplayer-themes-17.3.0/themes/Masalla", "%s/usr/share/smplayer/themes/Masalla" % get.installDIR()) - pisitools.copytree("../smplayer-themes-17.3.0/themes/Monochrome", "%s/usr/share/smplayer/themes/Monochrome" % get.installDIR()) - pisitools.copytree("../smplayer-themes-17.3.0/themes/Noia", "%s/usr/share/smplayer/themes/Noia" % get.installDIR()) - pisitools.copytree("../smplayer-themes-17.3.0/themes/Numix-remix", "%s/usr/share/smplayer/themes/Numix-remix" % get.installDIR()) - pisitools.copytree("../smplayer-themes-17.3.0/themes/Numix-uTouch", "%s/usr/share/smplayer/themes/Numix-uTouch" % get.installDIR()) - pisitools.copytree("../smplayer-themes-17.3.0/themes/Nuvola", "%s/usr/share/smplayer/themes/Nuvola" % get.installDIR()) - pisitools.copytree("../smplayer-themes-17.3.0/themes/Oxygen", "%s/usr/share/smplayer/themes/Oxygen" % get.installDIR()) - pisitools.copytree("../smplayer-themes-17.3.0/themes/Oxygen-Air", "%s/usr/share/smplayer/themes/Oxygen-Air" % get.installDIR()) - pisitools.copytree("../smplayer-themes-17.3.0/themes/Oxygen-Air", "%s/usr/share/smplayer/themes/Oxygen-KDE" % get.installDIR()) - pisitools.copytree("../smplayer-themes-17.3.0/themes/Oxygen-Refit", "%s/usr/share/smplayer/themes/Oxygen-Refit" % get.installDIR()) - pisitools.copytree("../smplayer-themes-17.3.0/themes/Papirus", "%s/usr/share/smplayer/themes/Papirus" % get.installDIR()) - pisitools.copytree("../smplayer-themes-17.3.0/themes/PapirusDark", "%s/usr/share/smplayer/themes/PapirusDark" % get.installDIR()) - pisitools.copytree("../smplayer-themes-17.3.0/themes/Silk", "%s/usr/share/smplayer/themes/Silk" % get.installDIR()) - pisitools.copytree("../smplayer-themes-17.3.0/themes/Tango", "%s/usr/share/smplayer/themes/Tango" % get.installDIR()) + pisitools.copytree("../smplayer-themes-18.6.0/themes/blackPanther-Light", "%s/usr/share/smplayer/themes/blackPanther-Light" % get.installDIR()) + pisitools.copytree("../smplayer-themes-18.6.0/themes/blackPanther-Real", "%s/usr/share/smplayer/themes/blackPanther-Real" % get.installDIR()) + pisitools.copytree("../smplayer-themes-18.6.0/themes/blackPanther-VistaLike", "%s/usr/share/smplayer/themes/blackPanther-VistaLike" % get.installDIR()) + pisitools.copytree("../smplayer-themes-18.6.0/themes/Breeze", "%s/usr/share/smplayer/themes/Breeze" % get.installDIR()) + pisitools.copytree("../smplayer-themes-18.6.0/themes/Breeze-dark", "%s/usr/share/smplayer/themes/Breeze-dark" % get.installDIR()) + pisitools.copytree("../smplayer-themes-18.6.0/themes/ePapirus", "%s/usr/share/smplayer/themes/ePapirus" % get.installDIR()) + pisitools.copytree("../smplayer-themes-18.6.0/themes/Faenza", "%s/usr/share/smplayer/themes/Faenza" % get.installDIR()) + pisitools.copytree("../smplayer-themes-18.6.0/themes/Faenza-Darkest", "%s/usr/share/smplayer/themes/Faenza-Darkest" % get.installDIR()) + pisitools.copytree("../smplayer-themes-18.6.0/themes/Faenza-Silver", "%s/usr/share/smplayer/themes/Faenza-Silver" % get.installDIR()) + pisitools.copytree("../smplayer-themes-18.6.0/themes/Gartoon", "%s/usr/share/smplayer/themes/Gartoon" % get.installDIR()) + pisitools.copytree("../smplayer-themes-18.6.0/themes/Gnome", "%s/usr/share/smplayer/themes/Gnome" % get.installDIR()) + pisitools.copytree("../smplayer-themes-18.6.0/themes/Masalla", "%s/usr/share/smplayer/themes/Masalla" % get.installDIR()) + pisitools.copytree("../smplayer-themes-18.6.0/themes/Monochrome", "%s/usr/share/smplayer/themes/Monochrome" % get.installDIR()) + pisitools.copytree("../smplayer-themes-18.6.0/themes/Noia", "%s/usr/share/smplayer/themes/Noia" % get.installDIR()) + pisitools.copytree("../smplayer-themes-18.6.0/themes/Numix-remix", "%s/usr/share/smplayer/themes/Numix-remix" % get.installDIR()) + pisitools.copytree("../smplayer-themes-18.6.0/themes/Numix-uTouch", "%s/usr/share/smplayer/themes/Numix-uTouch" % get.installDIR()) + pisitools.copytree("../smplayer-themes-18.6.0/themes/Nuvola", "%s/usr/share/smplayer/themes/Nuvola" % get.installDIR()) + pisitools.copytree("../smplayer-themes-18.6.0/themes/Oxygen", "%s/usr/share/smplayer/themes/Oxygen" % get.installDIR()) + pisitools.copytree("../smplayer-themes-18.6.0/themes/Oxygen-Air", "%s/usr/share/smplayer/themes/Oxygen-Air" % get.installDIR()) + pisitools.copytree("../smplayer-themes-18.6.0/themes/Oxygen-Air", "%s/usr/share/smplayer/themes/Oxygen-KDE" % get.installDIR()) + pisitools.copytree("../smplayer-themes-18.6.0/themes/Oxygen-Refit", "%s/usr/share/smplayer/themes/Oxygen-Refit" % get.installDIR()) + pisitools.copytree("../smplayer-themes-18.6.0/themes/Papirus", "%s/usr/share/smplayer/themes/Papirus" % get.installDIR()) + pisitools.copytree("../smplayer-themes-18.6.0/themes/PapirusDark", "%s/usr/share/smplayer/themes/PapirusDark" % get.installDIR()) + pisitools.copytree("../smplayer-themes-18.6.0/themes/Silk", "%s/usr/share/smplayer/themes/Silk" % get.installDIR()) + pisitools.copytree("../smplayer-themes-18.6.0/themes/Tango", "%s/usr/share/smplayer/themes/Tango" % get.installDIR()) diff --git a/multimedia/video/smplayer/pspec.xml b/multimedia/video/smplayer/pspec.xml index d1e6f5169f..19dc199f2a 100644 --- a/multimedia/video/smplayer/pspec.xml +++ b/multimedia/video/smplayer/pspec.xml @@ -13,8 +13,8 @@ app:gui A complete front-end for MPlayer smplayer is Qt application which intends to be a complete front-end for MPlayer, from basic features like playing videos, DVDs, and VCDs to more advanced features like support for MPlayer filters and more. - https://sourceforge.net/projects/smplayer/files/SMPlayer/18.5.0/smplayer-18.5.0.tar.bz2 - https://sourceforge.net/projects/smplayer/files/SMPlayer-themes/17.3.0/smplayer-themes-17.3.0.tar.bz2 + https://sourceforge.net/projects/smplayer/files/SMPlayer/18.6.0/smplayer-18.6.0.tar.bz2 + https://sourceforge.net/projects/smplayer/files/SMPlayer-themes/18.6.0/smplayer-themes-18.6.0.tar.bz2 http://sourceforge.net/projects/smplayer/files/SMPlayer-skins/15.2.0/smplayer-skins-15.2.0.tar.bz2 qt5-base-devel @@ -47,6 +47,13 @@ + + 2018-08-15 + 18.6.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + 2018-05-27 18.5.0