pspec.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>pisiplayer</Name>
  6. <Homepage>https://pisilinux.org</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <Icon>pisiplayer</Icon>
  13. <IsA>app:gui</IsA>
  14. <Summary>Video Player</Summary>
  15. <Description>Video Player for Pisi Linux</Description>
  16. <Archive sha1sum="cbd2ea4b1c3377a19cd98fed77c1cf0826d34a86" type="targz">https://github.com/mthnzbk/pisi-player/archive/0.9.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python3-setuptools</Dependency>
  19. <Dependency>python3-devel</Dependency>
  20. <Dependency>python3-qt5</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>pisiplayer</Name>
  25. <RuntimeDependencies>
  26. <Dependency>python3-qt5</Dependency>
  27. <Dependency>python3-sip</Dependency>
  28. <Dependency>python3-youtube_dl</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="executable">/usr/bin</Path>
  32. <Path fileType="data">/usr/lib/pisiplayer</Path>
  33. <Path fileType="data">/usr/lib/python3*/site-packages</Path>
  34. <Path fileType="data">/usr/share/applications</Path>
  35. <Path fileType="data">/usr/share/icons</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. </Files>
  38. </Package>
  39. <History>
  40. <Update release="4">
  41. <Date>2021-11-07</Date>
  42. <Version>0.9</Version>
  43. <Comment>Rebuild py3</Comment>
  44. <Name>Pisi Linux Admins</Name>
  45. <Email>admins@pisilinux.org</Email>
  46. </Update>
  47. <Update release="3">
  48. <Date>2019-04-22</Date>
  49. <Version>0.9</Version>
  50. <Comment>Rebuild.</Comment>
  51. <Name>Ertuğrul Erata</Name>
  52. <Email>ertugrulerata@gmail.com</Email>
  53. </Update>
  54. <Update release="2">
  55. <Date>2017-05-28</Date>
  56. <Version>0.9</Version>
  57. <Comment>rebuild</Comment>
  58. <Name>Pisi Linux Admins</Name>
  59. <Email>admins@pisilinux.org</Email>
  60. </Update>
  61. <Update release="1">
  62. <Date>2016-07-04</Date>
  63. <Version>0.9</Version>
  64. <Comment>First release</Comment>
  65. <Name>Metehan Özbek</Name>
  66. <Email>admins@pisilinux.org</Email>
  67. </Update>
  68. </History>
  69. </PISI>