pspec.xml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>python3-youtube_dl</Name>
  6. <Homepage>http://rg3.github.io/youtube-dl</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <Icon>youtube_dl</Icon>
  13. <IsA>app:console</IsA>
  14. <Summary>Youtube Video Downloader</Summary>
  15. <Description>Youtube Video Downloader</Description>
  16. <Archive sha1sum="0c791dafe3172c35d7f6365561321b257b20ff60" type="targz">https://github.com/rg3/youtube-dl/releases/download/2018.01.21/youtube-dl-2018.01.21.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python3-setuptools</Dependency>
  19. <Dependency versionFrom="3.6.0">python3-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>python3-youtube_dl</Name>
  24. <RuntimeDependencies>
  25. <Dependency versionFrom="3.6.0">python3</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="executable">/usr/bin</Path>
  29. <Path fileType="data">/usr/etc</Path>
  30. <Path fileType="data">/usr/lib/python3.6/site-packages</Path>
  31. <Path fileType="data">/usr/share/applications</Path>
  32. <Path fileType="data">/usr/share/man/man1</Path>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="5">
  38. <Date>2018-01-31</Date>
  39. <Version>2018.01.21</Version>
  40. <Comment>Version Bump</Comment>
  41. <Name>Mustafa Cinasal</Name>
  42. <Email>muscnsl@gmail.com</Email>
  43. </Update>
  44. <Update release="4">
  45. <Date>2017-02-01</Date>
  46. <Version>2017.01.31</Version>
  47. <Comment>version bump</Comment>
  48. <Name>Ayhan Yalçınsoy</Name>
  49. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  50. </Update>
  51. <Update release="3">
  52. <Date>2016-08-26</Date>
  53. <Version>2016.08.24.1</Version>
  54. <Comment>version bump</Comment>
  55. <Name>Metehan Özbek</Name>
  56. <Email>mthnzbk@gmail.com</Email>
  57. </Update>
  58. <Update release="2">
  59. <Date>2016-08-06</Date>
  60. <Version>2016.08.06</Version>
  61. <Comment>version bump</Comment>
  62. <Name>Metehan Özbek</Name>
  63. <Email>admins@pisilinux.org</Email>
  64. </Update>
  65. <Update release="1">
  66. <Date>2016-07-21</Date>
  67. <Version>2016.07.17</Version>
  68. <Comment>First release</Comment>
  69. <Name>Metehan Özbek</Name>
  70. <Email>admins@pisilinux.org</Email>
  71. </Update>
  72. </History>
  73. </PISI>