smtube Play and download Youtube videos first release for pisi linux 2.0

This commit is contained in:
groni
2016-01-06 17:19:03 +01:00
parent a130eb3250
commit efbc05ec53
7 changed files with 181 additions and 2 deletions
+19
View File
@@ -0,0 +1,19 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
def setup():
pisitools.dosed("Makefile", "^DOC_PATH=.*$", "DOC_PATH=$(PREFIX)/share/doc/smplayer")
def build():
autotools.make("PREFIX=/usr QMAKE=/usr/lib/qt5/bin/qmake LRELEASE=/usr/lib/qt5/bin/lrelease")
def install():
autotools.rawInstall("PREFIX=/usr DESTDIR=%s DOC_PATH=/usr/share/doc/%s" % (get.installDIR(),get.srcNAME()))
pisitools.dodoc("Readme.txt","Release_notes.txt","Changelog","Copying.txt")
+75
View File
@@ -0,0 +1,75 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>smtube</Name>
<Homepage>http://smplayer.sourceforge.net/en/info</Homepage>
<Packager>
<Name>Pisi Linux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<Summary>Play and download Youtube videos</Summary>
<Description>SMTube allows to search, play and download Youtube videos.</Description>
<Archive sha1sum="00ac3fc451e0d9d656ac522100fc66211f681758" type="tarbz2">http://sourceforge.net/projects/smplayer/files/SMTube/15.11.0/smtube-15.11.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-script-devel</Dependency>
<Dependency>qt5-webkit-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>smtube</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>qt5-script</Dependency>
<Dependency>qt5-webkit</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2016-01-06</Date>
<Version>15.11</Version>
<Comment>Version bump</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-11-28</Date>
<Version>14.8.0</Version>
<Comment>Version bump</Comment>
<Name>Ergün salman</Name>
<Email>poyraz76@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-08-14</Date>
<Version>14.7.0</Version>
<Comment>Version bump</Comment>
<Name>Richard de Bruin</Name>
<Email>richdb@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-04-23</Date>
<Version>2.1</Version>
<Comment>Version bump</Comment>
<Name>Richard de Bruin</Name>
<Email>richdb@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2013-12-11</Date>
<Version>1.8</Version>
<Comment>First Release</Comment>
<Name>Ganesh Iyer</Name>
<Email>iyer.gb.linux@gmail.com</Email>
</Update>
</History>
</PISI>
+10
View File
@@ -0,0 +1,10 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>smtube</Name>
<Summary xml:lang="tr">Youtube video indirme yöneticisi</Summary>
<Description xml:lang="tr">SMTube, youtube videolarını oynatmak indirmek ve videolar içerisinde arama yapmak için bir uygulamadır.</Description>
</Source>
</PISI>
+75
View File
@@ -107844,6 +107844,81 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>smtube</Name>
<Homepage>http://smplayer.sourceforge.net/en/info</Homepage>
<Packager>
<Name>Pisi Linux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<PartOf>multimedia.video</PartOf>
<Summary xml:lang="en">Play and download Youtube videos</Summary>
<Summary xml:lang="tr">Youtube video indirme yöneticisi</Summary>
<Description xml:lang="en">SMTube allows to search, play and download Youtube videos.</Description>
<Description xml:lang="tr">SMTube, youtube videolarını oynatmak indirmek ve videolar içerisinde arama yapmak için bir uygulamadır.</Description>
<Archive type="tarbz2" sha1sum="00ac3fc451e0d9d656ac522100fc66211f681758">http://sourceforge.net/projects/smplayer/files/SMTube/15.11.0/smtube-15.11.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-script-devel</Dependency>
<Dependency>qt5-webkit-devel</Dependency>
</BuildDependencies>
<SourceURI>multimedia/video/smtube/pspec.xml</SourceURI>
</Source>
<Package>
<Name>smtube</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>qt5-script</Dependency>
<Dependency>qt5-webkit</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2016-01-06</Date>
<Version>15.11</Version>
<Comment>Version bump</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-11-28</Date>
<Version>14.8.0</Version>
<Comment>Version bump</Comment>
<Name>Ergün salman</Name>
<Email>poyraz76@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-08-14</Date>
<Version>14.7.0</Version>
<Comment>Version bump</Comment>
<Name>Richard de Bruin</Name>
<Email>richdb@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-04-23</Date>
<Version>2.1</Version>
<Comment>Version bump</Comment>
<Name>Richard de Bruin</Name>
<Email>richdb@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2013-12-11</Date>
<Version>1.8</Version>
<Comment>First Release</Comment>
<Name>Ganesh Iyer</Name>
<Email>iyer.gb.linux@gmail.com</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>gst-plugins-base</Name>
+1 -1
View File
@@ -1 +1 @@
5ab9184b2630a6d3a52bcbe02e24f828e441b8a7
f93d32e1d0309c0c43ca1306aa963926da9b74c0
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
9f0c6e5dc75219fba4b23fe71887680ea12e5808
0e8f92ad1dae6585cdef2bc7a5fbf242f85ba51d