pspec.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>decibel-audio-player</Name>
  6. <Homepage>http://decibel.silent-blade.org/</Homepage>
  7. <Packager>
  8. <Name>Yoyo Fernández</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <PartOf>multimedia.sound</PartOf>
  13. <IsA>app:gui</IsA>
  14. <Summary>Decibel Audio Player es un reproductor de audio escrito en GTK+ de código abierto (GPL) para GNU/Linux</Summary>
  15. <Description>Decibel Audio Player es un reproductor de audio escrito en GTK+ de código abierto (GPL) para GNU/Linux. Está especialmente dirigido a Gnome aunque puede usarse en KDE</Description>
  16. <Archive sha1sum="b611bfc724ccef8f5517ebab218e70bf2975c857" type="targz">http://decibel.silent-blade.org/uploads/Main/decibel-audio-player-1.08.tar.gz</Archive>
  17. <Patches>
  18. <Patch level="1">prefix.patch</Patch>
  19. </Patches>
  20. </Source>
  21. <Package>
  22. <Name>decibel-audio-player</Name>
  23. <RuntimeDependencies>
  24. <Dependency>dbus-python</Dependency>
  25. <Dependency>gst-python</Dependency>
  26. <Dependency>python-gtk</Dependency>
  27. <Dependency>python-imaging</Dependency>
  28. <Dependency>python-mutagen</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="executable">/usr/bin</Path>
  32. <Path fileType="man">/usr/share/man/man1</Path>
  33. <Path fileType="data">/usr/share/decibel-audio-player</Path>
  34. <Path fileType="data">/usr/share/applications</Path>
  35. <Path fileType="data">/usr/share/pixmaps</Path>
  36. <Path fileType="locadata">/usr/share/locale/</Path>
  37. <Path fileType="doc">/usr/share/doc</Path>
  38. </Files>
  39. </Package>
  40. <History>
  41. <Update release="2">
  42. <Date>2017-02-18</Date>
  43. <Version>1.08</Version>
  44. <Comment>Rebuild.</Comment>
  45. <Name>Stefan Gronewold(groni)</Name>
  46. <Email>groni@pisilinux.org</Email>
  47. </Update>
  48. <Update release="1">
  49. <Date>2016-12-07</Date>
  50. <Version>1.08</Version>
  51. <Comment>First Release</Comment>
  52. <Name>Stefan Gronewold(groni)</Name>
  53. <Email>groni@pisilinux.org</Email>
  54. </Update>
  55. </History>
  56. </PISI>