pspec.xml 1.7 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>swh-plugins</Name>
  6. <Homepage>http://plugin.org.uk/</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvarice@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Icon>swh-plugins</Icon>
  14. <Summary>The SWH Plugins package for the LADSPA plugin system </Summary>
  15. <Description>Steve Harris' LADSPA plug-ins suite</Description>
  16. <Archive sha1sum="56716f08fd97ba5e5bc99e473e386c84a800c7d7" type="targz">https://github.com/swh/ladspa/archive/refs/tags/v0.4.17.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>gsm-devel</Dependency>
  19. <Dependency>fftw3-devel</Dependency>
  20. <Dependency>perl-XML-Parser</Dependency>
  21. <Dependency>ladspa-sdk-devel</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>swh-plugins</Name>
  26. <RuntimeDependencies>
  27. <Dependency>gsm</Dependency>
  28. <Dependency>fftw3</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="library">/usr/lib</Path>
  32. <Path fileType="localedata">/usr/share/locale</Path>
  33. <Path fileType="data">/usr/share/ladspa</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="1">
  39. <Date>2024-02-21</Date>
  40. <Version>0.4.17</Version>
  41. <Comment>First release</Comment>
  42. <Name>Kamil Atlı</Name>
  43. <Email>suvarice@gmail.com</Email>
  44. </Update>
  45. </History>
  46. </PISI>