pspec.xml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>ladspa-sdk</Name>
  6. <Homepage>http://www.ladspa.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <Summary>The Linux Audio Developer's Simple Plugin API</Summary>
  14. <Description>The Linux Audio Developer's Simple Plugin API (LADSPA) attempts to give programmers the ability to write simple `plugin' audio processors in C/C++ and link them dynamically against a range of host applications</Description>
  15. <Archive sha1sum="2b69e28afb62c0d97943124f48ed82de796f83ed" type="targz">http://pkgs.fedoraproject.org/repo/pkgs/ladspa/ladspa_sdk_1.13.tgz/671be3e1021d0722cadc7fb27054628e/ladspa_sdk_1.13.tgz</Archive>
  16. <Patches>
  17. <Patch>ladspa-sdk-1.12-gcc4.patch</Patch>
  18. <Patch level="2">properbuild.patch</Patch>
  19. <Patch>asneeded.patch</Patch>
  20. <Patch level="2">notests.patch</Patch>
  21. </Patches>
  22. </Source>
  23. <Package>
  24. <Name>ladspa-sdk</Name>
  25. <Files>
  26. <Path fileType="executable">/usr/bin</Path>
  27. <Path fileType="library">/usr/lib</Path>
  28. <Path fileType="config">/etc</Path>
  29. <Path fileType="doc">/usr/share/doc/ladspa-sdk</Path>
  30. </Files>
  31. <AdditionalFiles>
  32. <AdditionalFile owner="root" permission="0644" target="/etc/env.d/60ladspa">60ladspa</AdditionalFile>
  33. </AdditionalFiles>
  34. </Package>
  35. <Package>
  36. <Name>ladspa-sdk-devel</Name>
  37. <Summary>Development files for ladspa-sdk</Summary>
  38. <RuntimeDependencies>
  39. <Dependency release="current">ladspa-sdk</Dependency>
  40. </RuntimeDependencies>
  41. <Files>
  42. <Path fileType="header">/usr/include</Path>
  43. <Path fileType="doc">/usr/share/doc/ladspa-sdk/html</Path>
  44. </Files>
  45. </Package>
  46. <History>
  47. <Update release="3">
  48. <Date>2017-02-15</Date>
  49. <Version>1.13</Version>
  50. <Comment>Rebuild</Comment>
  51. <Name>Pisi Linux Community</Name>
  52. <Email>admin@pisilinux.org</Email>
  53. </Update>
  54. <Update release="2">
  55. <Date>2016-06-09</Date>
  56. <Version>1.13</Version>
  57. <Comment>Release Bump</Comment>
  58. <Name>Pisi Linux Community</Name>
  59. <Email>admin@pisilinux.org</Email>
  60. </Update>
  61. <Update release="1">
  62. <Date>2014-05-25</Date>
  63. <Version>1.13</Version>
  64. <Comment>First release</Comment>
  65. <Name>Alihan Öztürk</Name>
  66. <Email>alihan@pisilinux.org</Email>
  67. </Update>
  68. </History>
  69. </PISI>