pspec.xml 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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="b7bbbf47e00b6c5248b35796a362644393457878" type="targz">http://www.ladspa.org/download/ladspa_sdk_1.15.tgz</Archive>
  16. <Patches>
  17. <Patch>ladspa-sdk-1.12-gcc4.patch</Patch>
  18. <Patch>fix-memleak-in-plugin-scanning.patch</Patch>
  19. <!-- <Patch level="2">properbuild.patch</Patch> -->
  20. <!-- <Patch>asneeded.patch</Patch> -->
  21. <!-- <Patch level="2">notests.patch</Patch> -->
  22. </Patches>
  23. </Source>
  24. <Package>
  25. <Name>ladspa-sdk</Name>
  26. <Files>
  27. <Path fileType="executable">/usr/bin</Path>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="config">/etc</Path>
  30. <Path fileType="doc">/usr/share/doc/ladspa-sdk</Path>
  31. </Files>
  32. <AdditionalFiles>
  33. <AdditionalFile owner="root" permission="0644" target="/etc/env.d/60ladspa">60ladspa</AdditionalFile>
  34. </AdditionalFiles>
  35. </Package>
  36. <Package>
  37. <Name>ladspa-sdk-devel</Name>
  38. <Summary>Development files for ladspa-sdk</Summary>
  39. <RuntimeDependencies>
  40. <Dependency release="current">ladspa-sdk</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="header">/usr/include</Path>
  44. <Path fileType="doc">/usr/share/doc/ladspa-sdk/html</Path>
  45. </Files>
  46. </Package>
  47. <History>
  48. <Update release="5">
  49. <Date>2020-01-18</Date>
  50. <Version>1.15</Version>
  51. <Comment>Version bump</Comment>
  52. <Name>Pisi Linux Community</Name>
  53. <Email>admin@pisilinux.org</Email>
  54. </Update>
  55. <Update release="4">
  56. <Date>2018-08-07</Date>
  57. <Version>1.13</Version>
  58. <Comment>Rebuild</Comment>
  59. <Name>Pisi Linux Community</Name>
  60. <Email>admin@pisilinux.org</Email>
  61. </Update>
  62. <Update release="3">
  63. <Date>2017-02-15</Date>
  64. <Version>1.13</Version>
  65. <Comment>Rebuild</Comment>
  66. <Name>Pisi Linux Community</Name>
  67. <Email>admin@pisilinux.org</Email>
  68. </Update>
  69. <Update release="2">
  70. <Date>2016-06-09</Date>
  71. <Version>1.13</Version>
  72. <Comment>Release Bump</Comment>
  73. <Name>Pisi Linux Community</Name>
  74. <Email>admin@pisilinux.org</Email>
  75. </Update>
  76. <Update release="1">
  77. <Date>2014-05-25</Date>
  78. <Version>1.13</Version>
  79. <Comment>First release</Comment>
  80. <Name>Alihan Öztürk</Name>
  81. <Email>alihan@pisilinux.org</Email>
  82. </Update>
  83. </History>
  84. </PISI>