Files
2020-04-08 23:03:03 +03:00

63 lines
2.4 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libfishsound</Name>
<Homepage>https://www.xiph.org/fishsound/</Homepage>
<Packager>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>multimedia.sound</PartOf>
<License>BSD</License>
<IsA>library</IsA>
<Summary>A simple programming interface that wraps Xiph.Org audio codecs</Summary>
<Description>libfishsound provides a simple programming interface for decoding and encoding audio data using the Xiph.org codecs (FLAC, Speex and Vorbis).</Description>
<Archive sha1sum="5263dfaa12dce71e30c5d80f871d92869c6b5ce2" type="targz">http://downloads.xiph.org/releases/libfishsound/libfishsound-1.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>libvorbis-devel</Dependency>
<Dependency>speex-devel</Dependency>
<Dependency>flac-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libfishsound</Name>
<Summary>A simple programming interface that wraps Xiph.Org audio codecs</Summary>
<RuntimeDependencies>
<Dependency>libvorbis</Dependency>
<Dependency>speex</Dependency>
<Dependency>flac</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<Package>
<Name>libfishsound-devel</Name>
<Summary>Development files for libfishsound</Summary>
<RuntimeDependencies>
<Dependency release="current">libfishsound</Dependency>
<Dependency>libvorbis-devel</Dependency>
<Dependency>speex-devel</Dependency>
<Dependency>flac-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-01-02</Date>
<Version>1.0.0</Version>
<Comment>First pisi release</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>