pspec.xml 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libopenmpt</Name>
  6. <Homepage>http://lib.openmpt.org/</Homepage>
  7. <Packager>
  8. <Name>Mathias Freire</Name>
  9. <Email>mathiasfreire45@gmail.com</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <Summary>A cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream.</Summary>
  14. <Description>A cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream.</Description>
  15. <Archive sha1sum="edd05d565950601c2bcb11e92d7dba95dd752a4e" type="targz">https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.4.11+release.autotools.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>flac-devel</Dependency>
  18. <Dependency>zlib-devel</Dependency>
  19. <Dependency>libogg-devel</Dependency>
  20. <Dependency>mpg123-devel</Dependency>
  21. <Dependency>libvorbis-devel</Dependency>
  22. <Dependency>portaudio-devel</Dependency>
  23. <Dependency>libsndfile-devel</Dependency>
  24. <Dependency>pulseaudio-libs-devel</Dependency>
  25. </BuildDependencies>
  26. </Source>
  27. <Package>
  28. <Name>libopenmpt</Name>
  29. <RuntimeDependencies>
  30. <Dependency>flac</Dependency>
  31. <Dependency>zlib</Dependency>
  32. <Dependency>libgcc</Dependency>
  33. <Dependency>libogg</Dependency>
  34. <Dependency>mpg123</Dependency>
  35. <Dependency>libvorbis</Dependency>
  36. <Dependency>portaudio</Dependency>
  37. <Dependency>libsndfile</Dependency>
  38. <Dependency>pulseaudio-libs</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="executable">/usr/bin</Path>
  42. <Path fileType="library">/usr/lib</Path>
  43. <Path fileType="doc">/usr/share/doc</Path>
  44. <Path fileType="man">/usr/share/man</Path>
  45. </Files>
  46. </Package>
  47. <Package>
  48. <Name>libopenmpt-devel</Name>
  49. <Summary>Header files for libopenmpt.</Summary>
  50. <RuntimeDependencies>
  51. <Dependency release="current">libopenmpt</Dependency>
  52. </RuntimeDependencies>
  53. <Files>
  54. <Path fileType="header">/usr/include</Path>
  55. <Path fileType="data">/usr/lib/pkgconfig</Path>
  56. </Files>
  57. </Package>
  58. <History>
  59. <Update release="1">
  60. <Date>2020-01-14</Date>
  61. <Version>0.4.11</Version>
  62. <Comment>First release</Comment>
  63. <Name>Idris Kalp</Name>
  64. <Email>idriskalp@gmail.com</Email>
  65. </Update>
  66. </History>
  67. </PISI>