pspec.xml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>pogo</Name>
  6. <Homepage>https://launchpad.net/pogo</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>Probably the simplest and fastest audio player for Linux.</Summary>
  14. <Description>Pogo's elementary-inspired design uses the screen-space very efficiently. It is especially well-suited for people who organize their music by albums on the harddrive. The main interface components are a directory tree and a playlist that groups albums in an innovative way.Supported file formats include Ogg Vorbis, MP3, FLAC, Musepack, Wavpack, and MPEG-4 AAC. Pogo is a fork of Decibel Audio Player.</Description>
  15. <Archive sha1sum="9c78cf102e23b8817fa8811c1e612bf495b2a587" type="targz">https://github.com/jendrikseipp/pogo/archive/v0.9.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>pogo</Name>
  19. <RuntimeDependencies>
  20. <Dependency>python</Dependency>
  21. <Dependency>python-gtk</Dependency>
  22. <Dependency>python-mutagen</Dependency>
  23. <Dependency>python-imaging</Dependency>
  24. <Dependency>gst-python</Dependency>
  25. <Dependency>notify-python</Dependency>
  26. <Dependency>gst-plugins-base</Dependency>
  27. <Dependency>gst-plugins-good</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="executable">/usr/bin</Path>
  31. <Path fileType="data">/usr/share</Path>
  32. <Path fileType="localedata">/usr/share/locale</Path>
  33. <Path fileType="man">/usr/share/man</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="4">
  39. <Date>2017-02-18</Date>
  40. <Version>0.9</Version>
  41. <Comment>Version bump.</Comment>
  42. <Name>Stefan Gronewold(groni)</Name>
  43. <Email>groni@pisilinux.org</Email>
  44. </Update>
  45. <Update release="3">
  46. <Date>2016-08-06</Date>
  47. <Version>0.8.7</Version>
  48. <Comment>Version bump.</Comment>
  49. <Name>Stefan Gronewold(groni)</Name>
  50. <Email>groni@pisilinux.org</Email>
  51. </Update>
  52. <Update release="2">
  53. <Date>2016-06-16</Date>
  54. <Version>0.8.4</Version>
  55. <Comment>Version bump.</Comment>
  56. <Name>Stefan Gronewold(groni)</Name>
  57. <Email>groni@pisilinux.org</Email>
  58. </Update>
  59. <Update release="1">
  60. <Date>2013-12-22</Date>
  61. <Version>0.8.2</Version>
  62. <Comment>First release</Comment>
  63. <Name>Stefan Gronewold(groni)</Name>
  64. <Email>groni@pisilinux.org</Email>
  65. </Update>
  66. </History>
  67. </PISI>