pspec.xml 2.5 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>libgme</Name>
  6. <Homepage>https://bitbucket.org/mpyne/game-music-emu</Homepage>
  7. <Packager>
  8. <Name>Stefan Gronewold</Name>
  9. <Email>groni@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPL</License>
  12. <Summary>Video game music file emulation/playback library</Summary>
  13. <Description>Video game music file emulation/playback library</Description>
  14. <Archive type="tarxz" sha1sum="4b060b534884bd88bdf1b90a3a2804ac1d611592">https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-0.6.3.tar.xz</Archive>
  15. <BuildDependencies>
  16. <Dependency>cmake</Dependency>
  17. <Dependency>libgcc</Dependency>
  18. <Dependency>zlib-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>libgme</Name>
  23. <Summary>Video game music file emulation/playback library</Summary>
  24. <RuntimeDependencies>
  25. <Dependency>zlib</Dependency>
  26. <Dependency>libgcc</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="doc">/usr/share/doc</Path>
  31. </Files>
  32. </Package>
  33. <Package>
  34. <Name>libgme-devel</Name>
  35. <Summary>Development file for libgme</Summary>
  36. <RuntimeDependencies>
  37. <Dependency release="current">libgme</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="header">/usr/include</Path>
  41. <Path fileType="data">/usr/lib/pkgconfig</Path>
  42. </Files>
  43. </Package>
  44. <History>
  45. <Update release="3">
  46. <Date>2020-03-07</Date>
  47. <Version>0.6.3</Version>
  48. <Comment>Version bump.</Comment>
  49. <Name>Mustafa Cinasal</Name>
  50. <Email>muscnsl@gmail.com</Email>
  51. </Update>
  52. <Update release="2">
  53. <Date>2018-09-01</Date>
  54. <Version>0.6.1</Version>
  55. <Comment>Rebuild New T.</Comment>
  56. <Name>Mustafa Cinasal</Name>
  57. <Email>muscnsl@gmail.com</Email>
  58. </Update>
  59. <Update release="1">
  60. <Date>2017-01-30</Date>
  61. <Version>0.6.1</Version>
  62. <Comment>First Release</Comment>
  63. <Name>Stefan Gronewold</Name>
  64. <Email>groni@pisilinux.org</Email>
  65. </Update>
  66. </History>
  67. </PISI>