pspec.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>musepack</Name>
  6. <Homepage>https://www.musepack.net/</Homepage>
  7. <Packager>
  8. <Name>Pisilinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <License>LGPL</License>
  13. <IsA>library</IsA>
  14. <Summary>Portable Musepack decoder library.</Summary>
  15. <Description>Musepack is an audio compression format with a strong emphasis on high quality. It's not lossless, but it is designed for transparency, so that you won't be able to hear differences between the original wave file and the much smaller MPC file. It is based on the MPEG-1 Layer-2 / MP2 algorithms, but has rapidly developed and vastly improved and is now at an advanced stage in which it contains heavily optimized and patentless code.</Description>
  16. <Archive sha1sum="bdd4042773eb5c885df70d7a19914fa6e2306391" type="targz">
  17. https://files.musepack.net/source/musepack_src_r475.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>libcue-devel</Dependency>
  21. <Dependency>libreplaygain-devel</Dependency>
  22. </BuildDependencies>
  23. <Patches>
  24. <Patch level="1">arch/configure.patch</Patch>
  25. <Patch level="1">arch/Makefile.patch</Patch>
  26. <Patch level="1">arch/mpcchap.patch</Patch>
  27. <Patch level="1">arch/mpcdec.patch</Patch>
  28. <Patch level="1">arch/mpcdecmake.patch</Patch>
  29. </Patches>
  30. </Source>
  31. <Package>
  32. <Name>musepack</Name>
  33. <RuntimeDependencies>
  34. <Dependency>libcue</Dependency>
  35. <Dependency>libmpcdec</Dependency>
  36. <Dependency>libreplaygain</Dependency>
  37. </RuntimeDependencies>
  38. <Files>
  39. <Path fileType="executable">/usr/bin</Path>
  40. <Path fileType="data">/usr/share</Path>
  41. </Files>
  42. </Package>
  43. <Package>
  44. <Name>libmpcdec</Name>
  45. <Files>
  46. <Path fileType="library">/usr/lib</Path>
  47. </Files>
  48. </Package>
  49. <Package>
  50. <Name>libmpcdec-devel</Name>
  51. <Summary>Development files for libmpcdec</Summary>
  52. <RuntimeDependencies>
  53. <Dependency release="current">libmpcdec</Dependency>
  54. </RuntimeDependencies>
  55. <Files>
  56. <Path fileType="header">/usr/include</Path>
  57. </Files>
  58. </Package>
  59. <History>
  60. <Update release="6">
  61. <Date>2020-09-17</Date>
  62. <Version>8</Version>
  63. <Comment>First build.</Comment>
  64. <Name>Pisilinux Community</Name>
  65. <Email>admins@pisilinux.org</Email>
  66. </Update>
  67. </History>
  68. </PISI>