123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>pisiplayer</Name>
- <Homepage>https://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*/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="4">
- <Date>2021-11-07</Date>
- <Version>0.9</Version>
- <Comment>Rebuild py3</Comment>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2019-04-22</Date>
- <Version>0.9</Version>
- <Comment>Rebuild.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2017-05-28</Date>
- <Version>0.9</Version>
- <Comment>rebuild</Comment>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <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>
|