smplayer-17.11.2:ver.bump
This commit is contained in:
@@ -19,22 +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-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())
|
||||
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())
|
||||
|
||||
@@ -13,8 +13,8 @@ i<?xml version="1.0" ?>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>A complete front-end for MPlayer</Summary>
|
||||
<Description>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.</Description>
|
||||
<Archive sha1sum="6f7c25b501108ccc73366ca40635727542cde2b9" type="tarbz2">https://sourceforge.net/projects/smplayer/files/SMPlayer/17.1.0/smplayer-17.1.0.tar.bz2</Archive>
|
||||
<Archive sha1sum="e3fc1a0acca113b2a34001327ea4de66ebd76820" type="tarbz2">https://sourceforge.net/projects/smplayer/files/SMPlayer-themes/16.8.0/smplayer-themes-16.8.0.tar.bz2</Archive>
|
||||
<Archive sha1sum="ebfe60d8048a4702a69fb8b96036891e5b67efe6" type="tarbz2">https://sourceforge.net/projects/smplayer/files/SMPlayer/17.11.2/smplayer-17.11.2.tar.bz2</Archive>
|
||||
<Archive sha1sum="164ef1bcd9cbb4e51736a08fd3c7270eaef8895b" type="tarbz2">https://sourceforge.net/projects/smplayer/files/SMPlayer-themes/17.3.0/smplayer-themes-17.3.0.tar.bz2</Archive>
|
||||
<Archive sha1sum="ab30e705a54252088e28a5fb8d17fd8e6f495b41" type="tarbz2">http://sourceforge.net/projects/smplayer/files/SMPlayer-skins/15.2.0/smplayer-skins-15.2.0.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
@@ -47,6 +47,13 @@ i<?xml version="1.0" ?>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-12-09</Date>
|
||||
<Version>17.11.2</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2017-02-03</Date>
|
||||
<Version>17.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user