pspec.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>alacenc</Name>
  6. <Homepage>https://github.com/flacon/alacenc</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>app</IsA>
  13. <PartOf>multimedia.sound</PartOf>
  14. <Summary>Apple lossless audio decoder.</Summary>
  15. <Description>alacenc - encode audio into the Apple Lossless Audio Codec (ALAC) format.</Description>
  16. <Archive sha1sum="afcc3adc5df615f452e5f2d87ea4d0c074a0fcc2" type="targz">
  17. https://github.com/flacon/alacenc/archive/refs/tags/v0.4.1.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>cmake</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <!-- <Patch level='1'></Patch> -->
  24. </Patches>
  25. </Source>
  26. <Package>
  27. <Name>alacenc</Name>
  28. <RuntimeDependencies>
  29. <Dependency>libgcc</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="executable">/usr/bin/alacenc</Path>
  33. </Files>
  34. </Package>
  35. <History>
  36. <Update release="2">
  37. <Date>2023-08-18</Date>
  38. <Version>0.4.1</Version>
  39. <Comment>Version bump.</Comment>
  40. <Name>fury</Name>
  41. <Email>uglyside@yandex.ru</Email>
  42. </Update>
  43. <Update release="1">
  44. <Date>2023-01-22</Date>
  45. <Version>0.3.0</Version>
  46. <Comment>First build.</Comment>
  47. <Name>fury</Name>
  48. <Email>uglyside@yandex.ru</Email>
  49. </Update>
  50. </History>
  51. </PISI>