12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>swh-plugins</Name>
- <Homepage>http://plugin.org.uk/</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvarice@gmail.com</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>library</IsA>
- <Icon>swh-plugins</Icon>
- <Summary>The SWH Plugins package for the LADSPA plugin system </Summary>
- <Description>Steve Harris' LADSPA plug-ins suite</Description>
- <Archive sha1sum="56716f08fd97ba5e5bc99e473e386c84a800c7d7" type="targz">https://github.com/swh/ladspa/archive/refs/tags/v0.4.17.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>gsm-devel</Dependency>
- <Dependency>fftw3-devel</Dependency>
- <Dependency>perl-XML-Parser</Dependency>
- <Dependency>ladspa-sdk-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>swh-plugins</Name>
- <RuntimeDependencies>
- <Dependency>gsm</Dependency>
- <Dependency>fftw3</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="data">/usr/share/ladspa</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2024-02-21</Date>
- <Version>0.4.17</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvarice@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|