12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>ladspa-sdk</Name>
- <Homepage>http://www.ladspa.org</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <IsA>library</IsA>
- <Summary>The Linux Audio Developer's Simple Plugin API</Summary>
- <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>
- <Archive sha1sum="b7bbbf47e00b6c5248b35796a362644393457878" type="targz">http://www.ladspa.org/download/ladspa_sdk_1.15.tgz</Archive>
- <Patches>
- <Patch>ladspa-sdk-1.12-gcc4.patch</Patch>
- <Patch>fix-memleak-in-plugin-scanning.patch</Patch>
- <!-- <Patch level="2">properbuild.patch</Patch> -->
- <!-- <Patch>asneeded.patch</Patch> -->
- <!-- <Patch level="2">notests.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>ladspa-sdk</Name>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="config">/etc</Path>
- <Path fileType="doc">/usr/share/doc/ladspa-sdk</Path>
- </Files>
- <AdditionalFiles>
- <AdditionalFile owner="root" permission="0644" target="/etc/env.d/60ladspa">60ladspa</AdditionalFile>
- </AdditionalFiles>
- </Package>
- <Package>
- <Name>ladspa-sdk-devel</Name>
- <Summary>Development files for ladspa-sdk</Summary>
- <RuntimeDependencies>
- <Dependency release="current">ladspa-sdk</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="doc">/usr/share/doc/ladspa-sdk/html</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2020-01-18</Date>
- <Version>1.15</Version>
- <Comment>Version bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2018-08-07</Date>
- <Version>1.13</Version>
- <Comment>Rebuild</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-02-15</Date>
- <Version>1.13</Version>
- <Comment>Rebuild</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>1.13</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-05-25</Date>
- <Version>1.13</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|