pspec.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>ttaenc</Name>
  6. <Homepage>https://sourceforge.net/projects/tta/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-2</License>
  12. <IsA>app</IsA>
  13. <PartOf>multimedia.sound</PartOf>
  14. <Summary>Lossless audio codec.</Summary>
  15. <Description>TTA performs lossless compression on multichannel 8,16 and 24 bits data of the Wav audio files.</Description>
  16. <Archive sha1sum="7bfeb86aeb1d4d5db3adb13cae6015a1c914f682" type="targz">
  17. mirrors://sourceforge/project/tta/tta/ttaenc-src/ttaenc-3.4.1-src.tgz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>libgcc</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <!-- <Patch level='1'></Patch> -->
  24. <Patch level='1'>gentoo/ttaenc-3.4.1-fix-build-system.patch</Patch>
  25. <Patch level='1'>gentoo/ttaenc-3.4.1-fix-hybrid-filter.patch</Patch>
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>ttaenc</Name>
  30. <RuntimeDependencies>
  31. <!-- <Dependency>libgcc</Dependency> -->
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="executable">/usr/bin/ttaenc</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="1">
  39. <Date>2023-01-22</Date>
  40. <Version>3.4.1</Version>
  41. <Comment>First build.</Comment>
  42. <Name>fury</Name>
  43. <Email>uglyside@yandex.ru</Email>
  44. </Update>
  45. </History>
  46. </PISI>