pspec.xml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>lash</Name>
  6. <Homepage>http://savannah.nongnu.org/projects/lash</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2+</License>
  12. <Icon>lash</Icon>
  13. <IsA>library</IsA>
  14. <IsA>app:gui</IsA>
  15. <Summary>LASH Audio Session Handler</Summary>
  16. <Description>LASH is a session management system for JACK and ALSA audio applications on GNU/Linux. It allows you to save and restore audio sessions consisting of multiple interconneced applications, restoring program state (i.e. loaded patches) and the connections between them.</Description>
  17. <Archive sha1sum="b683424683c41c082ebcf58ed38cd2f34f9ed5e5" type="tarbz2">http://download.savannah.gnu.org/releases/lash/lash-0.6.0~rc2.tar.bz2</Archive>
  18. <BuildDependencies>
  19. <Dependency>alsa-lib-devel</Dependency>
  20. <Dependency>gtk2-devel</Dependency>
  21. <Dependency>libtirpc-devel</Dependency>
  22. <Dependency>jack-audio-connection-kit-devel</Dependency>
  23. <Dependency>dmapi-devel</Dependency>
  24. <Dependency>texi2html</Dependency>
  25. <Dependency>python-devel</Dependency>
  26. </BuildDependencies>
  27. <Patches>
  28. <Patch level="0">makefile.patch</Patch>
  29. <Patch level="0">docs-Makefile.patch</Patch>
  30. </Patches>
  31. </Source>
  32. <Package>
  33. <Name>lash</Name>
  34. <RuntimeDependencies>
  35. <Dependency>gtk2</Dependency>
  36. <Dependency>dmapi</Dependency>
  37. <Dependency>libtirpc</Dependency>
  38. <Dependency>alsa-lib</Dependency>
  39. <Dependency>jack-audio-connection-kit</Dependency>
  40. </RuntimeDependencies>
  41. <Files>
  42. <Path fileType="executable">/usr/bin</Path>
  43. <Path fileType="library">/usr/lib</Path>
  44. <Path fileType="doc">/usr/share/doc</Path>
  45. <Path fileType="data">/usr/share</Path>
  46. </Files>
  47. </Package>
  48. <Package>
  49. <Name>lash-devel</Name>
  50. <Summary>Development files for lash</Summary>
  51. <RuntimeDependencies>
  52. <Dependency release="current">lash</Dependency>
  53. <Dependency>alsa-lib-devel</Dependency>
  54. </RuntimeDependencies>
  55. <Files>
  56. <Path fileType="header">/usr/include</Path>
  57. <Path fileType="data">/usr/lib/pkgconfig</Path>
  58. </Files>
  59. </Package>
  60. <History>
  61. <Update release="1">
  62. <Date>2019-12-09</Date>
  63. <Version>0.6.0_rc2</Version>
  64. <Comment>First release</Comment>
  65. <Name>Süleyman Poyraz</Name>
  66. <Email>zaryob.dev@gmail.com</Email>
  67. </Update>
  68. </History>
  69. </INARY>