58 lines
2.0 KiB
XML
Executable File
58 lines
2.0 KiB
XML
Executable File
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>libsoxr</Name>
|
|
<Homepage>https://sourceforge.net/p/soxr/wiki/Home/</Homepage>
|
|
<Packager>
|
|
<Name>Mathias Freire</Name>
|
|
<Email>mathiasfreire45@gmail.com</Email>
|
|
</Packager>
|
|
<License>GPL</License>
|
|
<IsA>library</IsA>
|
|
<Summary>The SoX Resampler library that aims to give fast and high quality results for any constant resampling ratio</Summary>
|
|
<Description>The SoX Resampler library that aims to give fast and high quality results for any constant resampling ratio</Description>
|
|
<Archive sha1sum="32ea46b1a8c0c15f835422892d02fce8286aec3c" type="tarxz">https://sourceforge.net/projects/soxr/files/soxr-0.1.3-Source.tar.xz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>cmake</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>libsoxr</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>libgcc</Dependency>
|
|
<Dependency>libgomp</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
<Path fileType="man">/usr/share/man</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>libsoxr-devel</Name>
|
|
<Summary>Header files for libsoxr.</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency release="current">libsoxr</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="header">/usr/include</Path>
|
|
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="1">
|
|
<Date>2020-01-14</Date>
|
|
<Version>0.1.3</Version>
|
|
<Comment>First release.</Comment>
|
|
<Name>Idris Kalp</Name>
|
|
<Email>idriskalp@gmail.com</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|
|
|