Merge pull request #2059 from mthnzbk/master

pisi player ve bağımlılığı youtube_dl
This commit is contained in:
bferturk
2016-07-21 01:18:07 +03:00
committed by GitHub
10 changed files with 95944 additions and 95549 deletions
+13
View File
@@ -0,0 +1,13 @@
# -*- 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 pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
import glob
def install():
pythonmodules.install(pyVer = "3")
+50
View File
@@ -0,0 +1,50 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>pisiplayer</Name>
<Homepage>http://pisilinux.org</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<Icon>pisiplayer</Icon>
<IsA>app:gui</IsA>
<Summary>Video Player</Summary>
<Description>Video Player for Pisi Linux</Description>
<Archive sha1sum="cbd2ea4b1c3377a19cd98fed77c1cf0826d34a86" type="targz">https://github.com/mthnzbk/pisi-player/archive/0.9.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-qt5</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>pisiplayer</Name>
<RuntimeDependencies>
<Dependency>python3-qt5</Dependency>
<Dependency>python3-sip</Dependency>
<Dependency>python3-youtube_dl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/lib/pisiplayer</Path>
<Path fileType="data">/usr/lib/python3.4/site-packages</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-07-04</Date>
<Version>0.9</Version>
<Comment>First release</Comment>
<Name>Metehan Özbek</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>kaptan</Name>
<Summary xml:lang="tr">Pisi Linux için Video Player</Summary>
<Description xml:lang="tr">Pisi Linux için geliştirilen PyQt5 tabanlı video oynatıcısı</Description>
</Source>
</PISI>
+95803 -95547
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
9f48f280a572bb60e0ccfd1580827a5f51b60122
44e062197933b93136837d8d25340e481a0e61eb
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
774b813bb0253e14bce2b49355b939e0987b19e1
d28b43790f03b5c3890ae3c7ec68001ca0ae2889
@@ -0,0 +1,13 @@
# -*- 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 pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
import glob
def install():
pythonmodules.install(pyVer = "3")
@@ -0,0 +1,47 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-youtube_dl</Name>
<Homepage>http://rg3.github.io/youtube-dl</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<Icon>youtube_dl</Icon>
<IsA>app:console</IsA>
<Summary>Youtube Video Downloader</Summary>
<Description>Youtube Video Downloader</Description>
<Archive sha1sum="1075e03c48040e7ef84d4bbeef43b0911688b429" type="targz">https://github.com/rg3/youtube-dl/archive/2016.07.17.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-youtube_dl</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/etc</Path>
<Path fileType="data">/usr/lib/python3.4/site-packages</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/man/man1</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-07-21</Date>
<Version>2016.07.17</Version>
<Comment>First release</Comment>
<Name>Metehan Özbek</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-youtube_dl</Name>
<Summary xml:lang="tr">Youtube video indirici.</Summary>
<Description xml:lang="tr">Youtube'dan video indirmeyi sağlayan bir uygulama.</Description>
</Source>
</PISI>