Files
main/multimedia/sound/libilbc/pspec.xml
T
2020-01-12 21:08:33 +03:00

52 lines
1.8 KiB
XML
Executable File

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libilbc</Name>
<Homepage>https://github.com/TimothyGu/libilbc/</Homepage>
<Packager>
<Name>Mathias Freire</Name>
<Email>mathiasfreire45@gmail.com</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>A friendly copy of the iLBC codec from the WebRTC project</Summary>
<Description>This is a packaging friendly copy of the iLBC codec from the WebRTC project. It provides a base for distribution packages and can be used as drop-in replacement for the non-free code from RFC 3591.</Description>
<Archive sha1sum="2e841e74706b13d1c2cc2fe8a23c983ca5d7d4b3" type="tarbz2">https://github.com/TimothyGu/libilbc/releases/download/v2.0.2/libilbc-2.0.2.tar.bz2</Archive>
</Source>
<Package>
<Name>libilbc</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libilbc-devel</Name>
<Summary>Header files for libilbc.</Summary>
<RuntimeDependencies>
<Dependency release="current">libilbc</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-12</Date>
<Version>2.0.2</Version>
<Comment>First release.</Comment>
<Name>Idris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
</History>
</PISI>